01M0TWP6DPZVK2DAE61WJW2DGB: clippy (helios)

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

Buildomat Job: 01M0TWPN8YY9X4VXARZX4K9QZB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T22:02:45.156Zjob assigned to worker 01M0TWPXKQ8V02SCX351ZNAZ84 [factory aws, i-04e5884eef5639fd4] (queued for 51 s)
 
22026-08-24T22:02:51.403Zstarting task 0: "setup"
32026-08-24T22:02:51.408Z++ uname -s
42026-08-24T22:02:51.412Z+ kern=SunOS
52026-08-24T22:02:51.412Z+ build_user=build
62026-08-24T22:02:51.412Z+ build_uid=12345
72026-08-24T22:02:51.412Z+ work_dir=/work
82026-08-24T22:02:51.412Z+ input_dir=/input
92026-08-24T22:02:51.412Z+ [[ 0 == 12345 ]]
102026-08-24T22:02:51.412Z+ case "$kern" in
112026-08-24T22:02:51.412Z+ groupadd -g 12345 build
122026-08-24T22:02:51.420Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T22:02:53.425Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T22:02:53.508Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T22:02:53.511Z+ home_fs=zfs
162026-08-24T22:02:53.511Z+ [[ zfs == autofs ]]
172026-08-24T22:02:53.511Z+ mkdir -p /home/build
182026-08-24T22:02:53.511Z+ chown build:build /home/build /work
192026-08-24T22:02:55.512Z+ chmod 0700 /home/build /work
202026-08-24T22:02:55.516Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-24T22:02:55.522Zstarting task 1: "rust-toolchain"
222026-08-24T22:02:55.526Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T22:02:55.526Z * rust toolchain channel = "1.97.1"
242026-08-24T22:02:55.526Z * rust toolchain profile = "default"
252026-08-24T22:02:55.526Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-24T22:02:55.526Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T22:02:55.526Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T22:02:55.529Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T22:02:55.529Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T22:02:55.631Zinfo: downloading installer
312026-08-24T22:02:57.024Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T22:02:57.024Zwarn: /home/build/.rustup/settings.toml
332026-08-24T22:02:57.024Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T22:02:57.024Zwarn: instead of the one inferred from the default host triple.
352026-08-24T22:02:57.036Zinfo: profile set to default
362026-08-24T22:02:57.036Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T22:02:57.040Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T22:02:57.180Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T22:02:57.183Zinfo: downloading 6 components
402026-08-24T22:03:11.538Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T22:03:11.538Z
422026-08-24T22:03:11.565Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T22:03:11.565Z
442026-08-24T22:03:11.565Z
452026-08-24T22:03:11.565ZRust is installed now. Great!
462026-08-24T22:03:11.565Z
472026-08-24T22:03:11.568ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T22:03:11.568Zenvironment variable. This has not been done automatically.
492026-08-24T22:03:11.568Z
502026-08-24T22:03:11.568ZTo configure your current shell, you need to source
512026-08-24T22:03:11.568Zthe corresponding env file under $HOME/.cargo.
522026-08-24T22:03:11.568Z
532026-08-24T22:03:11.568ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T22:03:11.568Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T22:03:11.568Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T22:03:11.568Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T22:03:11.568Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T22:03:11.568Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T22:03:11.568Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T22:03:11.568Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T22:03:11.568Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T22:03:11.652Z+ rustup --version
632026-08-24T22:03:11.661Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T22:03:11.664Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T22:03:11.682Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T22:03:11.685Z+ cargo --version
672026-08-24T22:03:11.700Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T22:03:11.703Z+ rustc --version
692026-08-24T22:03:11.721Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T22:03:11.724Zprocess exited: duration 16201 ms, exit code 0
 
712026-08-24T22:03:11.730Zstarting task 2: "authentication"
722026-08-24T22:03:11.753Zprocess exited: duration 22 ms, exit code 0
 
732026-08-24T22:03:11.760Zstarting task 3: "clone repository"
742026-08-24T22:03:11.763Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T22:03:11.767Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T22:03:11.795ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T22:03:24.087Z+ cd /work/oxidecomputer/omicron
782026-08-24T22:03:24.087Z+ git fetch origin 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
792026-08-24T22:03:24.456ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T22:03:24.457Z * branch 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0 -> FETCH_HEAD
812026-08-24T22:03:24.468Z+ [[ -n spr/papertigers/report-reservoir-size-on-error-if-possible ]]
822026-08-24T22:03:24.471Z++ git branch --show-current
832026-08-24T22:03:24.472Z+ current=main
842026-08-24T22:03:24.472Z+ [[ main != spr/papertigers/report-reservoir-size-on-error-if-possible ]]
852026-08-24T22:03:24.472Z+ git branch -f spr/papertigers/report-reservoir-size-on-error-if-possible 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
862026-08-24T22:03:24.472Z+ git checkout -f spr/papertigers/report-reservoir-size-on-error-if-possible
872026-08-24T22:03:24.725ZSwitched to branch 'spr/papertigers/report-reservoir-size-on-error-if-possible'
882026-08-24T22:03:24.729Z+ git reset --hard 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
892026-08-24T22:03:24.744ZHEAD is now at 2aebcad30 follow error doc
902026-08-24T22:03:24.748Zprocess exited: duration 12984 ms, exit code 0
 
912026-08-24T22:03:24.754Zstarting task 4: "build"
922026-08-24T22:03:24.758Z+ source ./env.sh
932026-08-24T22:03:24.762Z++ OLD_SHELL_OPTS=ehxB
942026-08-24T22:03:24.762Z++ set -o xtrace
952026-08-24T22:03:24.762Z++++ dirname ./env.sh
962026-08-24T22:03:24.766Z+++ readlink -f .
972026-08-24T22:03:24.766Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-24T22:03:24.766Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-24T22:03:24.766Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-24T22:03:24.766Z++ 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
1012026-08-24T22:03:24.766Z++ 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
1022026-08-24T22:03:24.766Z++ 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
1032026-08-24T22:03:24.766Z++ 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
1042026-08-24T22:03:24.766Z++ 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
1052026-08-24T22:03:24.766Z++ 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
1062026-08-24T22:03:24.766Z++ 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
1072026-08-24T22:03:24.766Z++ 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
1082026-08-24T22:03:24.766Z++ case $OLD_SHELL_OPTS in
1092026-08-24T22:03:24.766Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-24T22:03:24.766Z+ source .github/buildomat/ci-env.sh
1112026-08-24T22:03:24.766Z++ export CARGO_TERM_COLOR=always
1122026-08-24T22:03:24.766Z++ CARGO_TERM_COLOR=always
1132026-08-24T22:03:24.766Z+++ uname -s
1142026-08-24T22:03:24.766Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-24T22:03:24.772Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-24T22:03:24.773Z+ cargo --version
1172026-08-24T22:03:24.776Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-24T22:03:24.779Z+ rustc --version
1192026-08-24T22:03:24.797Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-24T22:03:24.802Z+ banner prerequisites
1212026-08-24T22:03:24.806Z
1222026-08-24T22:03:24.806Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-24T22:03:24.806Z # # # # # # # # # # # # # # #
1242026-08-24T22:03:24.806Z # # # # ##### # # ##### # # # # # #### #
1252026-08-24T22:03:24.806Z ##### ##### # ##### # # # # # # # # #
1262026-08-24T22:03:24.806Z # # # # # # # # # # # # # # #
1272026-08-24T22:03:24.806Z # # # ###### # # ###### ### # #### # #### #
1282026-08-24T22:03:24.806Z
1292026-08-24T22:03:24.806Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-24T22:03:31.306Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-24T22:03:31.687Z Startup: Caching catalogs ... Done
1322026-08-24T22:03:33.768ZPlanning: Solver setup ... Done (1.972s)
1332026-08-24T22:03:33.831ZPlanning: Running solver ... Done (0.063s)
1342026-08-24T22:03:33.878ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-24T22:03:45.050ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-24T22:03:45.076ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-24T22:03:45.090ZPlanning: Package planning ... Done (0.014s)
1382026-08-24T22:03:45.094ZPlanning: Merging actions ... Done (0.001s)
1392026-08-24T22:03:45.311ZPlanning: Checking for conflicting actions ... Done (0.219s)
1402026-08-24T22:03:45.314ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-24T22:03:46.019ZPlanning: Evaluating mediators ... Done (0.708s)
1422026-08-24T22:03:46.022ZPlanning: Planning completed in 14.30 seconds
1432026-08-24T22:03:46.028Z Packages to install: 2
1442026-08-24T22:03:46.028Z Estimated space available: 156.01 GB
1452026-08-24T22:03:46.031ZEstimated space to be consumed: 79.16 MB
1462026-08-24T22:03:46.031Z Create boot environment: No
1472026-08-24T22:03:46.031ZCreate backup boot environment: No
1482026-08-24T22:03:46.031Z Rebuild boot archive: No
1492026-08-24T22:03:46.031Z
1502026-08-24T22:03:46.031ZChanged packages:
1512026-08-24T22:03:46.031Zhelios
1522026-08-24T22:03:46.031Z developer/build-essential
1532026-08-24T22:03:46.031Z None -> 11-3.0
1542026-08-24T22:03:46.031Z library/libxmlsec1
1552026-08-24T22:03:46.031Z None -> 1.2.35-3.0
1562026-08-24T22:03:46.052Z
1572026-08-24T22:03:46.052ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-24T22:03:56.697ZDownload: 1/214 items 0.1/1.3MB 6% complete
1592026-08-24T22:03:56.806ZDownload: Completed 1.28 MB in 10.75 seconds (121k/s)
1602026-08-24T22:03:56.865Z Actions: 1/268 actions (Installing new actions)
1612026-08-24T22:03:56.902Z Actions: Completed 268 actions in 0.04 seconds.
1622026-08-24T22:03:56.940ZFinalize: Updating package state database ... Done (0.037s)
1632026-08-24T22:03:56.940ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-24T22:03:57.028ZFinalize: Updating image state ... Done (0.088s)
1652026-08-24T22:03:59.430ZFinalize: Creating fast lookup database ... Done (2.320s)
1662026-08-24T22:03:59.496ZFinalize: Reading search index ... Done (0.012s)
1672026-08-24T22:03:59.500ZFinalize: Updating search index ... Done (0.000s)
1682026-08-24T22:03:59.618ZFinalize: Updating package cache ... Done (0.000s)
1692026-08-24T22:03:59.982ZPlanning: Evaluating mediator changes ... Done
1702026-08-24T22:04:00.087ZPlanning: Checking for conflicting actions ... Done
1712026-08-24T22:04:00.090ZPlanning: Consolidating action changes ... Done
1722026-08-24T22:04:00.244ZPlanning: Evaluating mediators ... Done
1732026-08-24T22:04:00.247ZPlanning: Planning completed in 0.26 seconds
1742026-08-24T22:04:00.267Z Mediators to change: 2
1752026-08-24T22:04:00.267Z Create boot environment: No
1762026-08-24T22:04:00.267ZCreate backup boot environment: No
1772026-08-24T22:04:00.309ZFinalize: Updating package state database ... Done
1782026-08-24T22:04:00.309ZFinalize: Updating package cache ... Done
1792026-08-24T22:04:00.361ZFinalize: Updating image state ... Done
1802026-08-24T22:04:02.314ZFinalize: Creating fast lookup database ... Done
1812026-08-24T22:04:02.381ZFinalize: Reading search index ... Done
1822026-08-24T22:04:02.384ZFinalize: Updating search index ... Done
1832026-08-24T22:04:02.447ZFinalize: Updating package cache ... Done
1842026-08-24T22:04:02.732ZPlanning: Evaluating mediator changes ... Done
1852026-08-24T22:04:02.838ZPlanning: Checking for conflicting actions ... Done
1862026-08-24T22:04:02.842ZPlanning: Consolidating action changes ... Done
1872026-08-24T22:04:02.997ZPlanning: Evaluating mediators ... Done
1882026-08-24T22:04:03.003ZPlanning: Planning completed in 0.27 seconds
1892026-08-24T22:04:03.020Z Mediators to change: 1
1902026-08-24T22:04:03.020Z Create boot environment: No
1912026-08-24T22:04:03.023ZCreate backup boot environment: No
1922026-08-24T22:04:03.059ZFinalize: Updating package state database ... Done
1932026-08-24T22:04:03.059ZFinalize: Updating package cache ... Done
1942026-08-24T22:04:03.111ZFinalize: Updating image state ... Done
1952026-08-24T22:04:05.055ZFinalize: Creating fast lookup database ... Done
1962026-08-24T22:04:05.119ZFinalize: Reading search index ... Done
1972026-08-24T22:04:05.123ZFinalize: Updating search index ... Done
1982026-08-24T22:04:05.188ZFinalize: Updating package cache ... Done
1992026-08-24T22:04:05.498ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002026-08-24T22:04:05.498Zapache system 2.4 system
2012026-08-24T22:04:05.498Zclang system 15 system
2022026-08-24T22:04:05.498Zcsh system system illumos
2032026-08-24T22:04:05.498Zctags system system illumos
2042026-08-24T22:04:05.498Zfile vendor vendor darwinsys
2052026-08-24T22:04:05.498Zfile system system illumos
2062026-08-24T22:04:05.498Zgcc vendor 14 vendor
2072026-08-24T22:04:05.498Zgcc system 13 system
2082026-08-24T22:04:05.498Zgcc system 10 system
2092026-08-24T22:04:05.498Zgo system 1.25 system
2102026-08-24T22:04:05.498Zllvm system 15 system
2112026-08-24T22:04:05.498Zmariadb system 11.4 system
2122026-08-24T22:04:05.498Zmta vendor vendor dma
2132026-08-24T22:04:05.499Zopenjdk system 17 system
2142026-08-24T22:04:05.499Zopenjdk system 11 system
2152026-08-24T22:04:05.499Zopenssl vendor 3 vendor
2162026-08-24T22:04:05.499Zperl system 5.40 system
2172026-08-24T22:04:05.499Zpostgresql system 18 system
2182026-08-24T22:04:05.499Zpostgresql system 17 system
2192026-08-24T22:04:05.499Zpython vendor 3 vendor
2202026-08-24T22:04:05.499Zpython system 2 system
2212026-08-24T22:04:05.499Zpython3 vendor 3.13 vendor
2222026-08-24T22:04:05.499Zruby system 3.4 system
2232026-08-24T22:04:05.499Zruby system 3.0 system
2242026-08-24T22:04:05.499Zwords vendor vendor american-english
2252026-08-24T22:04:05.499Zwords system system australian-english
2262026-08-24T22:04:05.500Zwords system system british-english
2272026-08-24T22:04:05.500Zwords system system canadian-english
2282026-08-24T22:04:05.500Zwords system system french
2292026-08-24T22:04:05.500Zwords system system italian
2302026-08-24T22:04:05.500Zwords system system ngerman
2312026-08-24T22:04:05.500Zwords system system ogerman
2322026-08-24T22:04:05.500Zwords system system spanish
2332026-08-24T22:04:05.751ZPUBLISHER TYPE STATUS P LOCATION
2342026-08-24T22:04:05.751Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2352026-08-24T22:04:06.235ZFMRI IFO
2362026-08-24T22:04:06.236Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2372026-08-24T22:04:06.236Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2382026-08-24T22:04:06.236Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2392026-08-24T22:04:06.236Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2402026-08-24T22:04:06.236Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2412026-08-24T22:04:06.236Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2422026-08-24T22:04:06.236Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2432026-08-24T22:04:06.236Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2442026-08-24T22:04:06.236Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2452026-08-24T22:04:06.579Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462026-08-24T22:04:06.908Z Updating crates.io index
2472026-08-24T22:04:06.911Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482026-08-24T22:04:07.192Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-24T22:04:07.600Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-24T22:04:08.669Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-24T22:04:09.209Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-24T22:04:10.885Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-24T22:04:11.892Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-24T22:04:12.253Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-24T22:04:12.648Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-24T22:04:14.044Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-24T22:04:14.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-24T22:04:14.773Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-24T22:04:15.681Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-24T22:04:16.286Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-24T22:04:16.643Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-24T22:04:16.944Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-24T22:04:17.226Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-24T22:04:17.527Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-24T22:04:18.046Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-24T22:04:18.431Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-24T22:04:18.946Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-24T22:04:19.255Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-24T22:04:19.795Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-24T22:04:20.202Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-24T22:04:20.480Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-24T22:04:20.928Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-24T22:04:21.525Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-24T22:04:21.970Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-24T22:04:22.726Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-24T22:04:23.014Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-24T22:04:23.358Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-24T22:04:23.734Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-24T22:04:25.303Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-24T22:04:25.916Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-24T22:04:26.208Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-24T22:04:26.735Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-24T22:04:28.526Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-24T22:04:28.781Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-24T22:04:29.054Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-24T22:04:29.386Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-24T22:04:29.673Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-24T22:04:29.966Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-24T22:04:32.932Z Downloading crates ...
2902026-08-24T22:04:32.976Z Downloaded crypto-common v0.1.7
2912026-08-24T22:04:32.979Z Downloaded block-buffer v0.10.4
2922026-08-24T22:04:32.982Z Downloaded clap_lex v1.0.0
2932026-08-24T22:04:32.987Z Downloaded anyhow v1.0.104
2942026-08-24T22:04:32.990Z Downloaded camino v1.2.5
2952026-08-24T22:04:32.990Z Downloaded anstream v1.0.0
2962026-08-24T22:04:32.994Z Downloaded swrite v0.1.0
2972026-08-24T22:04:32.994Z Downloaded zmij v1.0.21
2982026-08-24T22:04:32.994Z Downloaded proc-macro-error-attr v1.0.4
2992026-08-24T22:04:32.997Z Downloaded itoa v1.0.17
3002026-08-24T22:04:33.001Z Downloaded is_terminal_polyfill v1.70.2
3012026-08-24T22:04:33.005Z Downloaded zerocopy v0.7.35
3022026-08-24T22:04:33.014Z Downloaded typenum v1.20.1
3032026-08-24T22:04:33.022Z Downloaded serde_json v1.0.151
3042026-08-24T22:04:33.028Z Downloaded cargo-platform v0.3.2
3052026-08-24T22:04:33.030Z Downloaded dtrace-parser v0.2.0
3062026-08-24T22:04:33.030Z Downloaded memmap v0.7.0
3072026-08-24T22:04:33.037Z Downloaded errno v0.3.14
3082026-08-24T22:04:33.040Z Downloaded heck v0.4.1
3092026-08-24T22:04:33.040Z Downloaded heck v0.5.0
3102026-08-24T22:04:33.043Z Downloaded anstyle-query v1.1.5
3112026-08-24T22:04:33.043Z Downloaded toml_write v0.1.2
3122026-08-24T22:04:33.043Z Downloaded macaddr v1.0.1
3132026-08-24T22:04:33.046Z Downloaded generic-array v0.14.7
3142026-08-24T22:04:33.046Z Downloaded cfg-if v1.0.4
3152026-08-24T22:04:33.046Z Downloaded equivalent v1.0.2
3162026-08-24T22:04:33.050Z Downloaded smawk v0.3.2
3172026-08-24T22:04:33.050Z Downloaded fastrand v2.3.0
3182026-08-24T22:04:33.053Z Downloaded fnv v1.0.7
3192026-08-24T22:04:33.053Z Downloaded serde_spanned v0.6.9
3202026-08-24T22:04:33.056Z Downloaded usdt-macro v0.5.0
3212026-08-24T22:04:33.056Z Downloaded version_check v0.9.5
3222026-08-24T22:04:33.059Z Downloaded cpufeatures v0.2.17
3232026-08-24T22:04:33.062Z Downloaded pretty-hex v0.4.1
3242026-08-24T22:04:33.062Z Downloaded usdt v0.5.0
3252026-08-24T22:04:33.062Z Downloaded thread-id v4.2.2
3262026-08-24T22:04:33.065Z Downloaded tabled_derive v0.7.0
3272026-08-24T22:04:33.069Z Downloaded camino-tempfile v1.4.1
3282026-08-24T22:04:33.069Z Downloaded toml_datetime v0.6.11
3292026-08-24T22:04:33.072Z Downloaded utf8parse v0.2.2
3302026-08-24T22:04:33.072Z Downloaded colorchoice v1.0.4
3312026-08-24T22:04:33.079Z Downloaded unicode-linebreak v0.1.5
3322026-08-24T22:04:33.082Z Downloaded strsim v0.11.1
3332026-08-24T22:04:33.089Z Downloaded dof v0.3.0
3342026-08-24T22:04:33.092Z Downloaded scroll_derive v0.12.1
3352026-08-24T22:04:33.092Z Downloaded terminal_size v0.4.3
3362026-08-24T22:04:33.100Z Downloaded usdt-attr-macro v0.5.0
3372026-08-24T22:04:33.103Z Downloaded plain v0.2.3
3382026-08-24T22:04:33.105Z Downloaded autocfg v1.5.0
3392026-08-24T22:04:33.105Z Downloaded byteorder v1.5.0
3402026-08-24T22:04:33.105Z Downloaded cargo_toml v0.21.0
3412026-08-24T22:04:33.110Z Downloaded cargo_metadata v0.23.1
3422026-08-24T22:04:33.112Z Downloaded bytecount v0.6.9
3432026-08-24T22:04:33.112Z Downloaded thiserror-impl v1.0.69
3442026-08-24T22:04:33.116Z Downloaded papergrid v0.11.0
3452026-08-24T22:04:33.119Z Downloaded pest v2.8.6
3462026-08-24T22:04:33.119Z Downloaded anstyle v1.0.14
3472026-08-24T22:04:33.134Z Downloaded quote v1.0.45
3482026-08-24T22:04:33.134Z Downloaded fs-err v3.3.0
3492026-08-24T22:04:33.134Z Downloaded thiserror-impl v2.0.18
3502026-08-24T22:04:33.134Z Downloaded thiserror v1.0.69
3512026-08-24T22:04:33.134Z Downloaded anstyle-parse v1.0.0
3522026-08-24T22:04:33.138Z Downloaded scroll v0.12.0
3532026-08-24T22:04:33.138Z Downloaded serde_tokenstream v0.2.3
3542026-08-24T22:04:33.138Z Downloaded usdt-impl v0.5.0
3552026-08-24T22:04:33.141Z Downloaded sha2 v0.10.9
3562026-08-24T22:04:33.141Z Downloaded digest v0.10.7
3572026-08-24T22:04:33.141Z Downloaded bitflags v2.11.0
3582026-08-24T22:04:33.152Z Downloaded semver v1.0.28
3592026-08-24T22:04:33.158Z Downloaded thiserror v2.0.18
3602026-08-24T22:04:33.158Z Downloaded zerocopy-derive v0.7.35
3612026-08-24T22:04:33.161Z Downloaded once_cell v1.21.3
3622026-08-24T22:04:33.161Z Downloaded proc-macro-error v1.0.4
3632026-08-24T22:04:33.161Z Downloaded ucd-trie v0.1.7
3642026-08-24T22:04:33.165Z Downloaded clap_derive v4.6.1
3652026-08-24T22:04:33.168Z Downloaded tempfile v3.27.0
3662026-08-24T22:04:33.168Z Downloaded pest_generator v2.8.6
3672026-08-24T22:04:33.171Z Downloaded getrandom v0.3.4
3682026-08-24T22:04:33.171Z Downloaded unicode-width v0.2.0
3692026-08-24T22:04:33.175Z Downloaded clap v4.6.1
3702026-08-24T22:04:33.179Z Downloaded serde_derive v1.0.228
3712026-08-24T22:04:33.182Z Downloaded unicode-ident v1.0.24
3722026-08-24T22:04:33.185Z Downloaded textwrap v0.16.2
3732026-08-24T22:04:33.185Z Downloaded toml v0.8.23
3742026-08-24T22:04:33.185Z Downloaded pest_meta v2.8.6
3752026-08-24T22:04:33.188Z Downloaded log v0.4.33
3762026-08-24T22:04:33.193Z Downloaded toml_edit v0.22.27
3772026-08-24T22:04:33.196Z Downloaded memchr v2.8.0
3782026-08-24T22:04:33.199Z Downloaded proc-macro2 v1.0.106
3792026-08-24T22:04:33.202Z Downloaded clap_builder v4.6.0
3802026-08-24T22:04:33.205Z Downloaded serde v1.0.228
3812026-08-24T22:04:33.209Z Downloaded pest_derive v2.8.6
3822026-08-24T22:04:33.211Z Downloaded indexmap v2.14.0
3832026-08-24T22:04:33.215Z Downloaded serde_core v1.0.228
3842026-08-24T22:04:33.237Z Downloaded hashbrown v0.17.0
3852026-08-24T22:04:33.255Z Downloaded goblin v0.8.2
3862026-08-24T22:04:33.263Z Downloaded winnow v0.7.14
3872026-08-24T22:04:33.268Z Downloaded tabled v0.15.0
3882026-08-24T22:04:33.276Z Downloaded syn v1.0.109
3892026-08-24T22:04:33.282Z Downloaded unicode-width v0.1.14
3902026-08-24T22:04:33.287Z Downloaded syn v2.0.117
3912026-08-24T22:04:33.294Z Downloaded rustix v1.1.4
3922026-08-24T22:04:33.320Z Downloaded libc v0.2.185
3932026-08-24T22:04:33.384Z Compiling proc-macro2 v1.0.106
3942026-08-24T22:04:33.384Z Compiling quote v1.0.45
3952026-08-24T22:04:33.384Z Compiling unicode-ident v1.0.24
3962026-08-24T22:04:33.387Z Compiling serde_core v1.0.228
3972026-08-24T22:04:33.387Z Compiling libc v0.2.185
3982026-08-24T22:04:33.387Z Compiling version_check v0.9.5
3992026-08-24T22:04:33.387Z Compiling memchr v2.8.0
4002026-08-24T22:04:33.387Z Compiling serde v1.0.228
4012026-08-24T22:04:33.688Z Compiling zmij v1.0.21
4022026-08-24T22:04:33.926Z Compiling itoa v1.0.17
4032026-08-24T22:04:33.941Z Compiling ucd-trie v0.1.7
4042026-08-24T22:04:33.954Z Compiling thiserror v1.0.69
4052026-08-24T22:04:34.213Z Compiling pest v2.8.6
4062026-08-24T22:04:34.237Z Compiling byteorder v1.5.0
4072026-08-24T22:04:34.348Z Compiling rustix v1.1.4
4082026-08-24T22:04:34.420Z Compiling errno v0.3.14
4092026-08-24T22:04:34.475Z Compiling bitflags v2.11.0
4102026-08-24T22:04:34.569Z Compiling serde_json v1.0.151
4112026-08-24T22:04:34.778Z Compiling thread-id v4.2.2
4122026-08-24T22:04:34.865Z Compiling syn v2.0.117
4132026-08-24T22:04:34.885Z Compiling proc-macro-error-attr v1.0.4
4142026-08-24T22:04:34.931Z Compiling usdt-impl v0.5.0
4152026-08-24T22:04:34.950Z Compiling camino v1.2.5
4162026-08-24T22:04:35.079Z Compiling syn v1.0.109
4172026-08-24T22:04:35.269Z Compiling pest_meta v2.8.6
4182026-08-24T22:04:35.401Z Compiling proc-macro-error v1.0.4
4192026-08-24T22:04:35.465Z Compiling utf8parse v0.2.2
4202026-08-24T22:04:35.481Z Compiling plain v0.2.3
4212026-08-24T22:04:35.582Z Compiling log v0.4.33
4222026-08-24T22:04:35.586Z Compiling equivalent v1.0.2
4232026-08-24T22:04:35.614Z Compiling getrandom v0.3.4
4242026-08-24T22:04:35.691Z Compiling hashbrown v0.17.0
4252026-08-24T22:04:35.907Z Compiling terminal_size v0.4.3
4262026-08-24T22:04:36.252Z Compiling indexmap v2.14.0
4272026-08-24T22:04:36.292Z Compiling anstyle-parse v1.0.0
4282026-08-24T22:04:36.686Z Compiling toml_write v0.1.2
4292026-08-24T22:04:36.799Z Compiling autocfg v1.5.0
4302026-08-24T22:04:36.830Z Compiling cfg-if v1.0.4
4312026-08-24T22:04:36.866Z Compiling thiserror v2.0.18
4322026-08-24T22:04:36.892Z Compiling pretty-hex v0.4.1
4332026-08-24T22:04:36.908Z Compiling winnow v0.7.14
4342026-08-24T22:04:36.935Z Compiling anstyle v1.0.14
4352026-08-24T22:04:37.031Z Compiling anstyle-query v1.1.5
4362026-08-24T22:04:37.146Z Compiling pest_generator v2.8.6
4372026-08-24T22:04:37.163Z Compiling colorchoice v1.0.4
4382026-08-24T22:04:37.178Z Compiling is_terminal_polyfill v1.70.2
4392026-08-24T22:04:37.210Z Compiling fs-err v3.3.0
4402026-08-24T22:04:37.274Z Compiling anstream v1.0.0
4412026-08-24T22:04:37.410Z Compiling once_cell v1.21.3
4422026-08-24T22:04:37.494Z Compiling heck v0.4.1
4432026-08-24T22:04:37.595Z Compiling bytecount v0.6.9
4442026-08-24T22:04:37.643Z Compiling fnv v1.0.7
4452026-08-24T22:04:37.731Z Compiling heck v0.5.0
4462026-08-24T22:04:37.755Z Compiling fastrand v2.3.0
4472026-08-24T22:04:37.758Z Compiling unicode-width v0.1.14
4482026-08-24T22:04:37.783Z Compiling strsim v0.11.1
4492026-08-24T22:04:37.821Z Compiling clap_lex v1.0.0
4502026-08-24T22:04:37.971Z Compiling anyhow v1.0.104
4512026-08-24T22:04:38.009Z Compiling papergrid v0.11.0
4522026-08-24T22:04:38.037Z Compiling clap_builder v4.6.0
4532026-08-24T22:04:38.053Z Compiling tempfile v3.27.0
4542026-08-24T22:04:38.224Z Compiling cargo-platform v0.3.2
4552026-08-24T22:04:38.319Z Compiling tabled_derive v0.7.0
4562026-08-24T22:04:38.378Z Compiling semver v1.0.28
4572026-08-24T22:04:38.418Z Compiling memmap v0.7.0
4582026-08-24T22:04:38.484Z Compiling smawk v0.3.2
4592026-08-24T22:04:38.501Z Compiling unicode-width v0.2.0
4602026-08-24T22:04:38.600Z Compiling unicode-linebreak v0.1.5
4612026-08-24T22:04:38.698Z Compiling camino-tempfile v1.4.1
4622026-08-24T22:04:38.787Z Compiling serde_derive v1.0.228
4632026-08-24T22:04:38.840Z Compiling thiserror-impl v1.0.69
4642026-08-24T22:04:38.926Z Compiling zerocopy-derive v0.7.35
4652026-08-24T22:04:38.969Z Compiling pest_derive v2.8.6
4662026-08-24T22:04:39.048Z Compiling scroll_derive v0.12.1
4672026-08-24T22:04:39.216Z Compiling thiserror-impl v2.0.18
4682026-08-24T22:04:39.411Z Compiling clap_derive v4.6.1
4692026-08-24T22:04:39.415Z Compiling tabled v0.15.0
4702026-08-24T22:04:39.709Z Compiling scroll v0.12.0
4712026-08-24T22:04:39.797Z Compiling zerocopy v0.7.35
4722026-08-24T22:04:39.984Z Compiling goblin v0.8.2
4732026-08-24T22:04:40.237Z Compiling dtrace-parser v0.2.0
4742026-08-24T22:04:40.392Z Compiling textwrap v0.16.2
4752026-08-24T22:04:40.703Z Compiling swrite v0.1.0
4762026-08-24T22:04:41.199Z Compiling clap v4.6.1
4772026-08-24T22:04:41.840Z Compiling toml_datetime v0.6.11
4782026-08-24T22:04:41.840Z Compiling serde_spanned v0.6.9
4792026-08-24T22:04:41.843Z Compiling macaddr v1.0.1
4802026-08-24T22:04:41.843Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-24T22:04:41.843Z Compiling cargo_metadata v0.23.1
4822026-08-24T22:04:41.917Z Compiling dof v0.3.0
4832026-08-24T22:04:41.922Z Compiling serde_tokenstream v0.2.3
4842026-08-24T22:04:42.017Z Compiling toml_edit v0.22.27
4852026-08-24T22:04:42.631Z Compiling usdt-attr-macro v0.5.0
4862026-08-24T22:04:42.631Z Compiling usdt-macro v0.5.0
4872026-08-24T22:04:43.251Z Compiling usdt v0.5.0
4882026-08-24T22:04:43.344Z Compiling toml v0.8.23
4892026-08-24T22:04:43.677Z Compiling cargo_toml v0.21.0
4902026-08-24T22:04:44.920Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-24T22:04:46.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.57s
4922026-08-24T22:04:47.173Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-24T22:04:47.681Z Downloading crates ...
4942026-08-24T22:04:47.727Z Downloaded adler2 v2.0.1
4952026-08-24T22:04:47.734Z Downloaded atomicwrites v0.4.4
4962026-08-24T22:04:47.745Z Downloaded base16ct v1.0.0
4972026-08-24T22:04:47.752Z Downloaded byte-wrapper v0.1.0
4982026-08-24T22:04:47.755Z Downloaded async-recursion v1.1.1
4992026-08-24T22:04:47.758Z Downloaded async-stream-impl v0.3.6
5002026-08-24T22:04:47.759Z Downloaded bb8 v0.8.6
5012026-08-24T22:04:47.759Z Downloaded assert_matches v1.5.0
5022026-08-24T22:04:47.762Z Downloaded arc-swap v1.8.2
5032026-08-24T22:04:47.762Z Downloaded anstyle-parse v0.2.7
5042026-08-24T22:04:47.765Z Downloaded base16ct v0.2.0
5052026-08-24T22:04:47.765Z Downloaded array-init v0.0.4
5062026-08-24T22:04:47.768Z Downloaded env_filter v2.0.0
5072026-08-24T22:04:47.768Z Downloaded bit-vec v0.6.3
5082026-08-24T22:04:47.772Z Downloaded bitfield v0.19.4
5092026-08-24T22:04:47.775Z Downloaded fixedbitset v0.5.7
5102026-08-24T22:04:47.775Z Downloaded futures-executor v0.3.32
5112026-08-24T22:04:47.775Z Downloaded bitfield-macros v0.19.4
5122026-08-24T22:04:47.778Z Downloaded bit-set v0.8.0
5132026-08-24T22:04:47.778Z Downloaded env_logger v0.11.11
5142026-08-24T22:04:47.778Z Downloaded ascii-canvas v3.0.0
5152026-08-24T22:04:47.778Z Downloaded atomic-waker v1.1.2
5162026-08-24T22:04:47.781Z Downloaded argon2 v0.6.0-rc.8
5172026-08-24T22:04:47.781Z Downloaded foreign-types-shared v0.3.1
5182026-08-24T22:04:47.784Z Downloaded fixedbitset v0.4.2
5192026-08-24T22:04:47.784Z Downloaded fxhash v0.2.1
5202026-08-24T22:04:47.784Z Downloaded base64 v0.22.1
5212026-08-24T22:04:47.789Z Downloaded argon2 v0.5.3
5222026-08-24T22:04:47.792Z Downloaded arrayref v0.3.9
5232026-08-24T22:04:47.792Z Downloaded fallible-iterator v0.2.0
5242026-08-24T22:04:47.792Z Downloaded getrandom v0.2.17
5252026-08-24T22:04:47.795Z Downloaded futures-macro v0.3.32
5262026-08-24T22:04:47.795Z Downloaded block-padding v0.4.2
5272026-08-24T22:04:47.798Z Downloaded backtrace-ext v0.2.1
5282026-08-24T22:04:47.798Z Downloaded bcrypt-pbkdf v0.11.0
5292026-08-24T22:04:47.801Z Downloaded endian-type v0.1.2
5302026-08-24T22:04:47.801Z Downloaded atty v0.2.14
5312026-08-24T22:04:47.806Z Downloaded aead v0.5.2
5322026-08-24T22:04:47.809Z Downloaded float-cmp v0.10.0
5332026-08-24T22:04:47.809Z Downloaded foreign-types v0.3.2
5342026-08-24T22:04:47.809Z Downloaded futures-core v0.3.32
5352026-08-24T22:04:47.809Z Downloaded ff v0.13.1
5362026-08-24T22:04:47.809Z Downloaded ff v0.14.0
5372026-08-24T22:04:47.812Z Downloaded foldhash v0.2.0
5382026-08-24T22:04:47.812Z Downloaded futures-sink v0.3.32
5392026-08-24T22:04:47.812Z Downloaded async-stream v0.3.6
5402026-08-24T22:04:47.812Z Downloaded flagset v0.4.7
5412026-08-24T22:04:47.815Z Downloaded backoff v0.4.0
5422026-08-24T22:04:47.818Z Downloaded buf-list v1.1.2
5432026-08-24T22:04:47.818Z Downloaded fd-lock v4.0.4
5442026-08-24T22:04:47.821Z Downloaded foreign-types-macros v0.2.3
5452026-08-24T22:04:47.821Z Downloaded form_urlencoded v1.2.2
5462026-08-24T22:04:47.821Z Downloaded enum-as-inner v0.6.1
5472026-08-24T22:04:47.821Z Downloaded futures-io v0.3.32
5482026-08-24T22:04:47.821Z Downloaded gethostname v0.5.0
5492026-08-24T22:04:47.824Z Downloaded erased-serde v0.3.31
5502026-08-24T22:04:47.824Z Downloaded filetime v0.2.27
5512026-08-24T22:04:47.824Z Downloaded fs_extra v1.3.0
5522026-08-24T22:04:47.827Z Downloaded compression-core v0.4.31
5532026-08-24T22:04:47.830Z Downloaded float-ord v0.3.2
5542026-08-24T22:04:47.833Z Downloaded funty v2.0.0
5552026-08-24T22:04:47.833Z Downloaded futures-task v0.3.32
5562026-08-24T22:04:47.833Z Downloaded nodrop v0.1.14
5572026-08-24T22:04:47.833Z Downloaded bit-set v0.5.3
5582026-08-24T22:04:47.836Z Downloaded enum_dispatch v0.3.13
5592026-08-24T22:04:47.839Z Downloaded block-buffer v0.12.1
5602026-08-24T22:04:47.842Z Downloaded ghash v0.6.0
5612026-08-24T22:04:47.845Z Downloaded hostname v0.3.1
5622026-08-24T22:04:47.848Z Downloaded ciborium-io v0.2.2
5632026-08-24T22:04:47.848Z Downloaded headers-core v0.3.0
5642026-08-24T22:04:47.851Z Downloaded http-body v1.0.1
5652026-08-24T22:04:47.851Z Downloaded cobs v0.3.0
5662026-08-24T22:04:47.854Z Downloaded castaway v0.2.4
5672026-08-24T22:04:47.858Z Downloaded ciborium-ll v0.2.2
5682026-08-24T22:04:47.858Z Downloaded foreign-types v0.5.0
5692026-08-24T22:04:47.858Z Downloaded globwalk v0.9.1
5702026-08-24T22:04:47.858Z Downloaded home v0.5.12
5712026-08-24T22:04:47.858Z Downloaded git-stub v1.0.0
5722026-08-24T22:04:47.862Z Downloaded cfg_aliases v0.2.1
5732026-08-24T22:04:47.862Z Downloaded normalize-line-endings v0.3.0
5742026-08-24T22:04:47.866Z Downloaded cfg_aliases v0.1.1
5752026-08-24T22:04:47.866Z Downloaded hostname v0.4.2
5762026-08-24T22:04:47.866Z Downloaded http-range v0.1.5
5772026-08-24T22:04:47.866Z Downloaded httpdate v1.0.3
5782026-08-24T22:04:47.871Z Downloaded async-trait v0.1.89
5792026-08-24T22:04:47.873Z Downloaded bcs v0.1.6
5802026-08-24T22:04:47.877Z Downloaded hubpack v0.1.2
5812026-08-24T22:04:47.881Z Downloaded hubpack_derive v0.1.1
5822026-08-24T22:04:47.881Z Downloaded num-conv v0.2.0
5832026-08-24T22:04:47.884Z Downloaded openssl-macros v0.1.1
5842026-08-24T22:04:47.884Z Downloaded hash32 v0.2.1
5852026-08-24T22:04:47.888Z Downloaded cexpr v0.6.0
5862026-08-24T22:04:47.888Z Downloaded hex v0.4.3
5872026-08-24T22:04:47.888Z Downloaded cmov v0.5.4
5882026-08-24T22:04:47.893Z Downloaded packed_struct_codegen v0.10.1
5892026-08-24T22:04:47.893Z Downloaded hash32 v0.3.1
5902026-08-24T22:04:47.896Z Downloaded hex-literal v1.1.0
5912026-08-24T22:04:47.899Z Downloaded backtrace v0.3.76
5922026-08-24T22:04:47.902Z Downloaded bitfield-struct v0.6.2
5932026-08-24T22:04:47.902Z Downloaded cbc v0.2.1
5942026-08-24T22:04:47.902Z Downloaded foreign-types-shared v0.1.1
5952026-08-24T22:04:47.902Z Downloaded find-msvc-tools v0.1.9
5962026-08-24T22:04:47.907Z Downloaded humantime v2.3.0
5972026-08-24T22:04:47.907Z Downloaded futures-channel v0.3.32
5982026-08-24T22:04:47.910Z Downloaded base64ct v1.8.3
5992026-08-24T22:04:47.910Z Downloaded nibble_vec v0.1.0
6002026-08-24T22:04:47.910Z Downloaded chacha20 v0.9.1
6012026-08-24T22:04:47.910Z Downloaded cmake v0.1.57
6022026-08-24T22:04:47.910Z Downloaded parse-size v1.1.0
6032026-08-24T22:04:47.913Z Downloaded bs58 v0.5.1
6042026-08-24T22:04:47.916Z Downloaded cipher v0.4.4
6052026-08-24T22:04:47.916Z Downloaded psl-types v2.0.11
6062026-08-24T22:04:47.916Z Downloaded quick-error v1.2.3
6072026-08-24T22:04:47.916Z Downloaded rand_pcg v0.10.2
6082026-08-24T22:04:47.920Z Downloaded russh-util v0.52.0
6092026-08-24T22:04:47.920Z Downloaded proc-macro-error-attr2 v2.0.0
6102026-08-24T22:04:47.923Z Downloaded addr2line v0.25.1
6112026-08-24T22:04:47.923Z Downloaded backon v1.6.0
6122026-08-24T22:04:47.926Z Downloaded blake2 v0.10.6
6132026-08-24T22:04:47.926Z Downloaded const-oid v0.10.2
6142026-08-24T22:04:47.926Z Downloaded headers v0.4.1
6152026-08-24T22:04:47.929Z Downloaded anstream v0.6.21
6162026-08-24T22:04:47.932Z Downloaded bitflags v1.3.2
6172026-08-24T22:04:47.932Z Downloaded foldhash v0.1.5
6182026-08-24T22:04:47.932Z Downloaded fs-err v2.11.0
6192026-08-24T22:04:47.935Z Downloaded highway v1.3.0
6202026-08-24T22:04:47.935Z Downloaded cassowary v0.3.0
6212026-08-24T22:04:47.935Z Downloaded aead v0.6.1
6222026-08-24T22:04:47.941Z Downloaded camino-tempfile-ext v0.3.3
6232026-08-24T22:04:47.943Z Downloaded ciborium v0.2.2
6242026-08-24T22:04:47.943Z Downloaded cipher v0.5.2
6252026-08-24T22:04:47.946Z Downloaded num_enum v0.7.6
6262026-08-24T22:04:47.946Z Downloaded blake2 v0.11.0-rc.6
6272026-08-24T22:04:47.949Z Downloaded bzip2 v0.6.1
6282026-08-24T22:04:47.949Z Downloaded rustc_version v0.4.1
6292026-08-24T22:04:47.949Z Downloaded scroll_derive v0.13.1
6302026-08-24T22:04:47.949Z Downloaded blowfish v0.10.0
6312026-08-24T22:04:47.952Z Downloaded arrayvec v0.7.6
6322026-08-24T22:04:47.955Z Downloaded clang-sys v1.8.1
6332026-08-24T22:04:47.958Z Downloaded oxide-tokio-rt v0.1.4
6342026-08-24T22:04:47.958Z Downloaded pem-rfc7468 v0.7.0
6352026-08-24T22:04:47.961Z Downloaded phf v0.12.1
6362026-08-24T22:04:47.961Z Downloaded chacha20 v0.10.0
6372026-08-24T22:04:47.961Z Downloaded globset v0.4.18
6382026-08-24T22:04:47.961Z Downloaded packed_struct v0.10.1
6392026-08-24T22:04:47.964Z Downloaded phf v0.13.1
6402026-08-24T22:04:47.964Z Downloaded powerfmt v0.2.0
6412026-08-24T22:04:47.964Z Downloaded peg-macros v0.8.5
6422026-08-24T22:04:47.964Z Downloaded strsim v0.10.0
6432026-08-24T22:04:47.967Z Downloaded structmeta v0.3.0
6442026-08-24T22:04:47.967Z Downloaded thread-id v5.1.0
6452026-08-24T22:04:47.971Z Downloaded allocator-api2 v0.2.21
6462026-08-24T22:04:47.971Z Downloaded async-bb8-diesel v0.2.1
6472026-08-24T22:04:47.974Z Downloaded glob v0.3.3
6482026-08-24T22:04:47.974Z Downloaded group v0.13.0
6492026-08-24T22:04:47.974Z Downloaded primefield v0.14.0
6502026-08-24T22:04:47.974Z Downloaded colored v2.2.0
6512026-08-24T22:04:47.977Z Downloaded const-oid v0.9.6
6522026-08-24T22:04:47.977Z Downloaded cancel-safe-futures v0.1.5
6532026-08-24T22:04:47.977Z Downloaded signal-hook-mio v0.2.5
6542026-08-24T22:04:47.980Z Downloaded bit-vec v0.8.0
6552026-08-24T22:04:47.980Z Downloaded rand_chacha v0.9.0
6562026-08-24T22:04:47.980Z Downloaded expectorate v1.2.0
6572026-08-24T22:04:47.983Z Downloaded fatfs v0.3.6
6582026-08-24T22:04:47.986Z Downloaded git-stub-vcs v0.1.0
6592026-08-24T22:04:47.989Z Downloaded rustls-pemfile v2.2.0
6602026-08-24T22:04:47.993Z Downloaded flume v0.11.1
6612026-08-24T22:04:47.996Z Downloaded parse-display-derive v0.10.0
6622026-08-24T22:04:47.996Z Downloaded pem-rfc7468 v1.0.0
6632026-08-24T22:04:47.996Z Downloaded ahash v0.8.12
6642026-08-24T22:04:47.996Z Downloaded bzip2 v0.4.4
6652026-08-24T22:04:47.996Z Downloaded compression-codecs v0.4.37
6662026-08-24T22:04:47.999Z Downloaded console v0.15.11
6672026-08-24T22:04:47.999Z Downloaded console v0.16.2
6682026-08-24T22:04:48.003Z Downloaded serdect v0.4.3
6692026-08-24T22:04:48.003Z Downloaded subtle v2.6.1
6702026-08-24T22:04:48.003Z Downloaded take_mut v0.2.2
6712026-08-24T22:04:48.003Z Downloaded aho-corasick v1.1.4
6722026-08-24T22:04:48.006Z Downloaded colored v3.1.1
6732026-08-24T22:04:48.009Z Downloaded num-complex v0.4.6
6742026-08-24T22:04:48.009Z Downloaded tokio-macros v2.7.0
6752026-08-24T22:04:48.009Z Downloaded topological-sort v0.2.2
6762026-08-24T22:04:48.012Z Downloaded utf-8 v0.7.6
6772026-08-24T22:04:48.015Z Downloaded xshell-macros v0.2.7
6782026-08-24T22:04:48.018Z Downloaded slog-stdlog v4.1.1
6792026-08-24T22:04:48.018Z Downloaded spki v0.7.3
6802026-08-24T22:04:48.018Z Downloaded cc v1.2.56
6812026-08-24T22:04:48.021Z Downloaded port-file v0.1.0
6822026-08-24T22:04:48.021Z Downloaded proc-macro-error2 v2.0.1
6832026-08-24T22:04:48.024Z Downloaded hybrid-array v0.4.13
6842026-08-24T22:04:48.024Z Downloaded hyper-rustls v0.27.7
6852026-08-24T22:04:48.024Z Downloaded static_assertions v1.1.0
6862026-08-24T22:04:48.027Z Downloaded testing_table v0.3.0
6872026-08-24T22:04:48.027Z Downloaded convert_case v0.4.0
6882026-08-24T22:04:48.027Z Downloaded crc-catalog v2.4.0
6892026-08-24T22:04:48.027Z Downloaded crunchy v0.2.4
6902026-08-24T22:04:48.032Z Downloaded rustversion v1.0.22
6912026-08-24T22:04:48.035Z Downloaded scrypt v0.12.0
6922026-08-24T22:04:48.035Z Downloaded serde_derive_internals v0.29.1
6932026-08-24T22:04:48.035Z Downloaded want v0.3.1
6942026-08-24T22:04:48.053Z Downloaded hmac v0.13.0
6952026-08-24T22:04:48.053Z Downloaded half v1.8.3
6962026-08-24T22:04:48.053Z Downloaded http-body-util v0.1.3
6972026-08-24T22:04:48.053Z Downloaded dof v0.4.0
6982026-08-24T22:04:48.056Z Downloaded downcast-rs v2.0.2
6992026-08-24T22:04:48.056Z Downloaded rustls-pki-types v1.14.0
7002026-08-24T22:04:48.056Z Downloaded group v0.14.0
7012026-08-24T22:04:48.060Z Downloaded hmac v0.12.1
7022026-08-24T22:04:48.060Z Downloaded slog-dtrace v0.3.0
7032026-08-24T22:04:48.060Z Downloaded debug-ignore v1.0.5
7042026-08-24T22:04:48.065Z Downloaded defmt v0.3.100
7052026-08-24T22:04:48.068Z Downloaded shlex v1.3.0
7062026-08-24T22:04:48.068Z Downloaded curve25519-dalek-derive v0.1.1
7072026-08-24T22:04:48.068Z Downloaded embedded-io v0.6.1
7082026-08-24T22:04:48.068Z Downloaded flate2 v1.1.9
7092026-08-24T22:04:48.071Z Downloaded omicron-zone-package v0.12.3
7102026-08-24T22:04:48.075Z Downloaded yoke v0.8.1
7112026-08-24T22:04:48.079Z Downloaded ident_case v1.0.1
7122026-08-24T22:04:48.082Z Downloaded internet-checksum v0.2.1
7132026-08-24T22:04:48.082Z Downloaded support-bundle-viewer v0.1.2
7142026-08-24T22:04:48.082Z Downloaded tinystr v0.8.2
7152026-08-24T22:04:48.085Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7162026-08-24T22:04:48.085Z Downloaded tui-tree-widget v0.23.1
7172026-08-24T22:04:48.085Z Downloaded untrusted v0.7.1
7182026-08-24T22:04:48.085Z Downloaded tiny-keccak v2.0.2
7192026-08-24T22:04:48.088Z Downloaded generic-array v1.4.3
7202026-08-24T22:04:48.088Z Downloaded libscf-sys v1.2.0
7212026-08-24T22:04:48.088Z Downloaded instant v0.1.13
7222026-08-24T22:04:48.088Z Downloaded keccak v0.1.6
7232026-08-24T22:04:48.091Z Downloaded lalrpop-util v0.19.12
7242026-08-24T22:04:48.091Z Downloaded lzss v0.8.2
7252026-08-24T22:04:48.091Z Downloaded managed v0.8.0
7262026-08-24T22:04:48.091Z Downloaded memoffset v0.9.1
7272026-08-24T22:04:48.092Z Downloaded httparse v1.10.1
7282026-08-24T22:04:48.094Z Downloaded half v2.7.1
7292026-08-24T22:04:48.094Z Downloaded chumsky v0.9.3
7302026-08-24T22:04:48.098Z Downloaded multimap v0.10.1
7312026-08-24T22:04:48.098Z Downloaded pkcs5 v0.8.1
7322026-08-24T22:04:48.102Z Downloaded term v1.2.1
7332026-08-24T22:04:48.102Z Downloaded zone_cfg_derive v0.3.1
7342026-08-24T22:04:48.102Z Downloaded convert_case v0.10.0
7352026-08-24T22:04:48.102Z Downloaded ctr v0.10.1
7362026-08-24T22:04:48.105Z Downloaded serde_cbor v0.11.2
7372026-08-24T22:04:48.105Z Downloaded mime v0.3.17
7382026-08-24T22:04:48.105Z Downloaded newline-converter v0.3.0
7392026-08-24T22:04:48.108Z Downloaded whoami v1.6.1
7402026-08-24T22:04:48.108Z Downloaded wyz v0.5.1
7412026-08-24T22:04:48.108Z Downloaded chacha20poly1305 v0.10.1
7422026-08-24T22:04:48.108Z Downloaded elliptic-curve v0.14.1
7432026-08-24T22:04:48.111Z Downloaded aes v0.9.1
7442026-08-24T22:04:48.114Z Downloaded prefix-trie v0.7.0
7452026-08-24T22:04:48.117Z Downloaded opaque-debug v0.3.1
7462026-08-24T22:04:48.117Z Downloaded tokio-stream v0.1.18
7472026-08-24T22:04:48.117Z Downloaded tracing-attributes v0.1.31
7482026-08-24T22:04:48.120Z Downloaded diesel_table_macro_syntax v0.3.0
7492026-08-24T22:04:48.123Z Downloaded parse-display v0.10.0
7502026-08-24T22:04:48.130Z Downloaded olpc-cjson v0.1.4
7512026-08-24T22:04:48.134Z Downloaded diesel-dtrace v0.5.0
7522026-08-24T22:04:48.137Z Downloaded potential_utf v0.1.4
7532026-08-24T22:04:48.137Z Downloaded futures v0.3.32
7542026-08-24T22:04:48.140Z Downloaded smf v0.2.3
7552026-08-24T22:04:48.140Z Downloaded der_derive v0.7.3
7562026-08-24T22:04:48.141Z Downloaded darling v0.13.4
7572026-08-24T22:04:48.144Z Downloaded compact_str v0.8.1
7582026-08-24T22:04:48.144Z Downloaded bytes v1.11.1
7592026-08-24T22:04:48.146Z Downloaded progenitor-macro v0.13.0
7602026-08-24T22:04:48.146Z Downloaded ref-cast-impl v1.0.25
7612026-08-24T22:04:48.147Z Downloaded progenitor-macro v0.14.0
7622026-08-24T22:04:48.147Z Downloaded rand_xorshift v0.4.0
7632026-08-24T22:04:48.150Z Downloaded ar_archive_writer v0.5.1
7642026-08-24T22:04:48.152Z Downloaded base64 v0.21.7
7652026-08-24T22:04:48.153Z Downloaded vergen v9.1.0
7662026-08-24T22:04:48.157Z Downloaded progenitor-impl v0.14.0
7672026-08-24T22:04:48.160Z Downloaded ingot-types v0.2.0
7682026-08-24T22:04:48.162Z Downloaded jobserver v0.1.34
7692026-08-24T22:04:48.162Z Downloaded same-file v1.0.6
7702026-08-24T22:04:48.165Z Downloaded sha1 v0.11.0
7712026-08-24T22:04:48.168Z Downloaded libloading v0.8.9
7722026-08-24T22:04:48.168Z Downloaded secrecy v0.10.3
7732026-08-24T22:04:48.173Z Downloaded semver v0.1.20
7742026-08-24T22:04:48.173Z Downloaded siphasher v1.0.2
7752026-08-24T22:04:48.176Z Downloaded p256 v0.14.0
7762026-08-24T22:04:48.176Z Downloaded shell-words v1.1.1
7772026-08-24T22:04:48.176Z Downloaded serde_repr v0.1.20
7782026-08-24T22:04:48.180Z Downloaded getrandom v0.4.3
7792026-08-24T22:04:48.180Z Downloaded ed25519 v2.2.3
7802026-08-24T22:04:48.182Z Downloaded strip-ansi-escapes v0.2.1
7812026-08-24T22:04:48.182Z Downloaded supports-unicode v3.0.0
7822026-08-24T22:04:48.182Z Downloaded num-rational v0.4.2
7832026-08-24T22:04:48.186Z Downloaded oxide-update-engine v0.1.2
7842026-08-24T22:04:48.188Z Downloaded oxide-update-engine-display v0.1.2
7852026-08-24T22:04:48.188Z Downloaded bumpalo v3.20.2
7862026-08-24T22:04:48.189Z Downloaded rustls-platform-verifier v0.6.2
7872026-08-24T22:04:48.193Z Downloaded toml_writer v1.1.1+spec-1.1.0
7882026-08-24T22:04:48.193Z Downloaded derive_builder v0.20.2
7892026-08-24T22:04:48.196Z Downloaded polyval v0.7.1
7902026-08-24T22:04:48.196Z Downloaded pbkdf2 v0.13.0
7912026-08-24T22:04:48.196Z Downloaded pin-project-lite v0.2.17
7922026-08-24T22:04:48.199Z Downloaded progenitor v0.13.0
7932026-08-24T22:04:48.199Z Downloaded unarray v0.1.4
7942026-08-24T22:04:48.202Z Downloaded supports-hyperlinks v3.2.0
7952026-08-24T22:04:48.204Z Downloaded trait-variant v0.1.2
7962026-08-24T22:04:48.204Z Downloaded newtype-uuid v1.3.2
7972026-08-24T22:04:48.208Z Downloaded num_enum_derive v0.7.6
7982026-08-24T22:04:48.208Z Downloaded xattr v1.6.1
7992026-08-24T22:04:48.210Z Downloaded unicode-properties v0.1.4
8002026-08-24T22:04:48.213Z Downloaded heapless v0.8.0
8012026-08-24T22:04:48.218Z Downloaded primeorder v0.13.6
8022026-08-24T22:04:48.223Z Downloaded termtree v0.5.1
8032026-08-24T22:04:48.223Z Downloaded rtoolbox v0.0.3
8042026-08-24T22:04:48.223Z Downloaded tap v1.0.1
8052026-08-24T22:04:48.223Z Downloaded thiserror-impl-no-std v2.0.2
8062026-08-24T22:04:48.223Z Downloaded usdt v0.6.0
8072026-08-24T22:04:48.227Z Downloaded wnaf v0.14.0
8082026-08-24T22:04:48.230Z Downloaded crossbeam-utils v0.8.21
8092026-08-24T22:04:48.230Z Downloaded ppv-lite86 v0.2.21
8102026-08-24T22:04:48.234Z Downloaded ecdsa v0.17.0
8112026-08-24T22:04:48.242Z Downloaded iana-time-zone v0.1.65
8122026-08-24T22:04:48.245Z Downloaded usdt-macro v0.6.0
8132026-08-24T22:04:48.245Z Downloaded cpubits v0.1.1
8142026-08-24T22:04:48.245Z Downloaded serde_spanned v1.1.1
8152026-08-24T22:04:48.248Z Downloaded crucible-workspace-hack v0.1.0
8162026-08-24T22:04:48.248Z Downloaded cstr-argument v0.1.2
8172026-08-24T22:04:48.248Z Downloaded darling_macro v0.13.4
8182026-08-24T22:04:48.248Z Downloaded openssl-sys v0.9.117
8192026-08-24T22:04:48.251Z Downloaded rustls-native-certs v0.8.3
8202026-08-24T22:04:48.251Z Downloaded sapling-renderdag v0.1.0
8212026-08-24T22:04:48.254Z Downloaded zopfli v0.8.3
8222026-08-24T22:04:48.254Z Downloaded scroll v0.13.0
8232026-08-24T22:04:48.254Z Downloaded crc-any v2.5.0
8242026-08-24T22:04:48.257Z Downloaded derive_builder_macro v0.20.2
8252026-08-24T22:04:48.257Z Downloaded dropshot-api-manager-types v0.8.0
8262026-08-24T22:04:48.260Z Downloaded instability v0.3.11
8272026-08-24T22:04:48.260Z Downloaded signal-hook-registry v1.4.8
8282026-08-24T22:04:48.260Z Downloaded slab v0.4.12
8292026-08-24T22:04:48.263Z Downloaded rayon-core v1.13.0
8302026-08-24T22:04:48.267Z Downloaded owo-colors v4.3.0
8312026-08-24T22:04:48.270Z Downloaded pkcs8 v0.11.0
8322026-08-24T22:04:48.273Z Downloaded strum_macros v0.24.3
8332026-08-24T22:04:48.273Z Downloaded drift v0.2.0
8342026-08-24T22:04:48.277Z Downloaded scuffle v0.1.0
8352026-08-24T22:04:48.280Z Downloaded signal-hook v0.3.18
8362026-08-24T22:04:48.283Z Downloaded vte v0.14.1
8372026-08-24T22:04:48.283Z Downloaded progenitor-extras v0.2.0
8382026-08-24T22:04:48.283Z Downloaded lru-cache v0.1.2
8392026-08-24T22:04:48.286Z Downloaded ssh-encoding v0.3.0
8402026-08-24T22:04:48.286Z Downloaded vergen-lib v0.1.6
8412026-08-24T22:04:48.286Z Downloaded vergen-lib v9.1.0
8422026-08-24T22:04:48.289Z Downloaded zeroize v1.9.0
8432026-08-24T22:04:48.289Z Downloaded jiff-static v0.2.34
8442026-08-24T22:04:48.289Z Downloaded maybe-uninit v2.0.0
8452026-08-24T22:04:48.289Z Downloaded hickory-resolver v0.25.2
8462026-08-24T22:04:48.292Z Downloaded parking_lot_core v0.9.12
8472026-08-24T22:04:48.295Z Downloaded vergen-gitcl v1.0.8
8482026-08-24T22:04:48.298Z Downloaded xshell v0.2.7
8492026-08-24T22:04:48.298Z Downloaded crossbeam-deque v0.8.6
8502026-08-24T22:04:48.302Z Downloaded tokio-tungstenite v0.23.1
8512026-08-24T22:04:48.305Z Downloaded phf_shared v0.12.1
8522026-08-24T22:04:48.305Z Downloaded precomputed-hash v0.1.1
8532026-08-24T22:04:48.305Z Downloaded progenitor-client v0.14.0
8542026-08-24T22:04:48.308Z Downloaded num v0.4.3
8552026-08-24T22:04:48.313Z Downloaded zstd v0.13.3
8562026-08-24T22:04:48.316Z Downloaded icu_provider v2.1.1
8572026-08-24T22:04:48.316Z Downloaded num-iter v0.1.45
8582026-08-24T22:04:48.319Z Downloaded zerovec-derive v0.11.2
8592026-08-24T22:04:48.319Z Downloaded rand_seeder v0.4.0
8602026-08-24T22:04:48.322Z Downloaded corncobs v0.1.4
8612026-08-24T22:04:48.325Z Downloaded phf_shared v0.13.1
8622026-08-24T22:04:48.325Z Downloaded rand v0.8.6
8632026-08-24T22:04:48.328Z Downloaded dunce v1.0.5
8642026-08-24T22:04:48.328Z Downloaded subprocess v0.2.15
8652026-08-24T22:04:48.331Z Downloaded typify v0.6.2
8662026-08-24T22:04:48.334Z Downloaded darling_core v0.20.11
8672026-08-24T22:04:48.336Z Downloaded darling_core v0.21.3
8682026-08-24T22:04:48.340Z Downloaded rustc_version v0.1.7
8692026-08-24T22:04:48.340Z Downloaded ed25519 v3.0.0
8702026-08-24T22:04:48.340Z Downloaded defmt-parser v1.0.0
8712026-08-24T22:04:48.340Z Downloaded rand_chacha v0.3.1
8722026-08-24T22:04:48.340Z Downloaded signature v2.2.0
8732026-08-24T22:04:48.344Z Downloaded russh-cryptovec v0.62.0
8742026-08-24T22:04:48.344Z Downloaded async-compression v0.4.41
8752026-08-24T22:04:48.347Z Downloaded hickory-resolver v0.24.4
8762026-08-24T22:04:48.347Z Downloaded unsafe-libyaml v0.2.11
8772026-08-24T22:04:48.357Z Downloaded displaydoc v0.2.5
8782026-08-24T22:04:48.360Z Downloaded ml-kem v0.3.2
8792026-08-24T22:04:48.363Z Downloaded spin v0.9.8
8802026-08-24T22:04:48.363Z Downloaded sqlparser_derive v0.5.0
8812026-08-24T22:04:48.364Z Downloaded stable_deref_trait v1.2.1
8822026-08-24T22:04:48.364Z Downloaded ingot v0.2.1
8832026-08-24T22:04:48.367Z Downloaded md-5 v0.10.6
8842026-08-24T22:04:48.367Z Downloaded knus-derive v3.4.0
8852026-08-24T22:04:48.367Z Downloaded tabwriter v1.4.1
8862026-08-24T22:04:48.370Z Downloaded tagptr v0.2.0
8872026-08-24T22:04:48.370Z Downloaded unicode_categories v0.1.1
8882026-08-24T22:04:48.375Z Downloaded progenitor-impl v0.13.0
8892026-08-24T22:04:48.375Z Downloaded hashbrown v0.12.3
8902026-08-24T22:04:48.378Z Downloaded heapless v0.7.17
8912026-08-24T22:04:48.378Z Downloaded zip v0.6.6
8922026-08-24T22:04:48.380Z Downloaded hashbrown v0.13.2
8932026-08-24T22:04:48.380Z Downloaded const_format_proc_macros v0.2.34
8942026-08-24T22:04:48.383Z Downloaded sync-ptr v0.1.4
8952026-08-24T22:04:48.383Z Downloaded termios v0.3.3
8962026-08-24T22:04:48.386Z Downloaded waitgroup v0.1.2
8972026-08-24T22:04:48.392Z Downloaded multer v3.1.0
8982026-08-24T22:04:48.397Z Downloaded nanorand v0.7.0
8992026-08-24T22:04:48.400Z Downloaded paste v1.0.15
9002026-08-24T22:04:48.400Z Downloaded pem v3.0.6
9012026-08-24T22:04:48.404Z Downloaded poly1305 v0.8.0
9022026-08-24T22:04:48.404Z Downloaded universal-hash v0.5.1
9032026-08-24T22:04:48.404Z Downloaded usdt-attr-macro v0.6.0
9042026-08-24T22:04:48.404Z Downloaded utf8_iter v1.0.4
9052026-08-24T22:04:48.409Z Downloaded deranged v0.5.8
9062026-08-24T22:04:48.412Z Downloaded crypto-bigint v0.5.5
9072026-08-24T22:04:48.417Z Downloaded darling v0.20.11
9082026-08-24T22:04:48.420Z Downloaded diff v0.1.13
9092026-08-24T22:04:48.423Z Downloaded difflib v0.4.0
9102026-08-24T22:04:48.423Z Downloaded rand_core v0.6.4
9112026-08-24T22:04:48.423Z Downloaded scopeguard v1.2.0
9122026-08-24T22:04:48.423Z Downloaded sec1 v0.7.3
9132026-08-24T22:04:48.426Z Downloaded dyn-clone v1.0.20
9142026-08-24T22:04:48.426Z Downloaded slog v2.8.2
9152026-08-24T22:04:48.429Z Downloaded hickory-server v0.25.2
9162026-08-24T22:04:48.432Z Downloaded serde_with_macros v1.5.2
9172026-08-24T22:04:48.432Z Downloaded rustls-webpki v0.103.13
9182026-08-24T22:04:48.435Z Downloaded socket2 v0.6.3
9192026-08-24T22:04:48.435Z Downloaded serde_path_to_error v0.1.20
9202026-08-24T22:04:48.435Z Downloaded derive_more v2.1.1
9212026-08-24T22:04:48.441Z Downloaded tracing-core v0.1.36
9222026-08-24T22:04:48.443Z Downloaded ipnet v2.12.0
9232026-08-24T22:04:48.443Z Downloaded idna_adapter v1.2.1
9242026-08-24T22:04:48.448Z Downloaded spki v0.8.0
9252026-08-24T22:04:48.448Z Downloaded ssh-cipher v0.3.0
9262026-08-24T22:04:48.448Z Downloaded litemap v0.8.1
9272026-08-24T22:04:48.451Z Downloaded linked-hash-map v0.5.6
9282026-08-24T22:04:48.451Z Downloaded indent_write v2.2.0
9292026-08-24T22:04:48.451Z Downloaded lru-slab v0.1.2
9302026-08-24T22:04:48.451Z Downloaded md5 v0.8.0
9312026-08-24T22:04:48.451Z Downloaded num-derive v0.4.2
9322026-08-24T22:04:48.451Z Downloaded typed-path v0.9.3
9332026-08-24T22:04:48.454Z Downloaded slog-json v2.6.1
9342026-08-24T22:04:48.457Z Downloaded aes-gcm v0.11.0
9352026-08-24T22:04:48.457Z Downloaded tinyvec v1.10.0
9362026-08-24T22:04:48.460Z Downloaded toml v0.7.8
9372026-08-24T22:04:48.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9382026-08-24T22:04:48.463Z Downloaded parking_lot_core v0.8.6
9392026-08-24T22:04:48.466Z Downloaded oso-derive v0.27.3
9402026-08-24T22:04:48.466Z Downloaded percent-encoding v2.3.2
9412026-08-24T22:04:48.466Z Downloaded test-strategy v0.4.5
9422026-08-24T22:04:48.469Z Downloaded password-hash v0.6.1
9432026-08-24T22:04:48.473Z Downloaded num-bigint-dig v0.8.6
9442026-08-24T22:04:48.476Z Downloaded cpufeatures v0.3.0
9452026-08-24T22:04:48.479Z Downloaded daft v0.1.7
9462026-08-24T22:04:48.479Z Downloaded postgres-types v0.2.12
9472026-08-24T22:04:48.482Z Downloaded usdt-impl v0.6.0
9482026-08-24T22:04:48.486Z Downloaded data-encoding v2.10.0
9492026-08-24T22:04:48.492Z Downloaded elliptic-curve v0.13.8
9502026-08-24T22:04:48.495Z Downloaded proc-macro-crate v1.3.1
9512026-08-24T22:04:48.498Z Downloaded seq-macro v0.3.6
9522026-08-24T22:04:48.501Z Downloaded digest v0.11.3
9532026-08-24T22:04:48.501Z Downloaded ecdsa v0.16.9
9542026-08-24T22:04:48.504Z Downloaded signal-hook-tokio v0.3.1
9552026-08-24T22:04:48.504Z Downloaded serde-big-array v0.5.1
9562026-08-24T22:04:48.504Z Downloaded derive_builder_core v0.20.2
9572026-08-24T22:04:48.507Z Downloaded icu_properties v2.1.2
9582026-08-24T22:04:48.512Z Downloaded indexmap v1.9.3
9592026-08-24T22:04:48.515Z Downloaded serde_with_macros v3.21.0
9602026-08-24T22:04:48.518Z Downloaded libbz2-rs-sys v0.2.2
9612026-08-24T22:04:48.518Z Downloaded salsa20 v0.11.0
9622026-08-24T22:04:48.518Z Downloaded ipnetwork v0.21.1
9632026-08-24T22:04:48.521Z Downloaded keccak v0.2.0
9642026-08-24T22:04:48.521Z Downloaded miette-derive v7.6.0
9652026-08-24T22:04:48.521Z Downloaded strum v0.26.3
9662026-08-24T22:04:48.521Z Downloaded sync_wrapper v1.0.2
9672026-08-24T22:04:48.521Z Downloaded time-macros v0.2.27
9682026-08-24T22:04:48.524Z Downloaded impl-trait-for-tuples v0.2.3
9692026-08-24T22:04:48.524Z Downloaded libsw v3.5.0
9702026-08-24T22:04:48.527Z Downloaded smallvec v1.15.1
9712026-08-24T22:04:48.527Z Downloaded supports-color v3.0.2
9722026-08-24T22:04:48.527Z Downloaded tower-service v0.3.3
9732026-08-24T22:04:48.527Z Downloaded typify-macro v0.6.2
9742026-08-24T22:04:48.527Z Downloaded diesel_derives v2.3.7
9752026-08-24T22:04:48.530Z Downloaded nu-ansi-term v0.50.3
9762026-08-24T22:04:48.539Z Downloaded oxide-update-engine-types v0.1.2
9772026-08-24T22:04:48.543Z Downloaded unicode-truncate v1.1.0
9782026-08-24T22:04:48.543Z Downloaded http v1.4.2
9792026-08-24T22:04:48.547Z Downloaded zerofrom v0.1.6
9802026-08-24T22:04:48.547Z Downloaded pkcs8 v0.10.2
9812026-08-24T22:04:48.550Z Downloaded zerocopy-derive v0.8.55
9822026-08-24T22:04:48.553Z Downloaded internal-russh-num-bigint v0.5.0
9832026-08-24T22:04:48.556Z Downloaded twox-hash v2.1.2
9842026-08-24T22:04:48.559Z Downloaded yasna v0.5.2
9852026-08-24T22:04:48.563Z Downloaded crossbeam-epoch v0.9.18
9862026-08-24T22:04:48.563Z Downloaded darling_macro v0.21.3
9872026-08-24T22:04:48.563Z Downloaded dirs-next v2.0.0
9882026-08-24T22:04:48.566Z Downloaded crc v3.4.0
9892026-08-24T22:04:48.566Z Downloaded hyper-tls v0.6.0
9902026-08-24T22:04:48.569Z Downloaded lazy_static v1.5.0
9912026-08-24T22:04:48.569Z Downloaded critical-section v1.2.0
9922026-08-24T22:04:48.569Z Downloaded maplit v1.0.2
9932026-08-24T22:04:48.569Z Downloaded new_debug_unreachable v1.0.6
9942026-08-24T22:04:48.572Z Downloaded futures-util v0.3.32
9952026-08-24T22:04:48.582Z Downloaded postgres-protocol v0.6.10
9962026-08-24T22:04:48.585Z Downloaded rand_core v0.10.0
9972026-08-24T22:04:48.585Z Downloaded ron v0.8.1
9982026-08-24T22:04:48.585Z Downloaded schemars v0.8.22
9992026-08-24T22:04:48.591Z Downloaded slog-term v2.9.2
10002026-08-24T22:04:48.594Z Downloaded predicates v3.1.4
10012026-08-24T22:04:48.594Z Downloaded peg-runtime v0.8.5
10022026-08-24T22:04:48.594Z Downloaded inout v0.1.4
10032026-08-24T22:04:48.594Z Downloaded slog-async v2.8.0
10042026-08-24T22:04:48.599Z Downloaded snafu v0.8.9
10052026-08-24T22:04:48.603Z Downloaded similar v2.7.0
10062026-08-24T22:04:48.603Z Downloaded recursive-proc-macro-impl v0.1.1
10072026-08-24T22:04:48.603Z Downloaded tokio-rustls v0.26.4
10082026-08-24T22:04:48.607Z Downloaded memmap2 v0.9.10
10092026-08-24T22:04:48.612Z Downloaded radium v0.7.0
10102026-08-24T22:04:48.615Z Downloaded p384 v0.14.0
10112026-08-24T22:04:48.615Z Downloaded hashbrown v0.15.5
10122026-08-24T22:04:48.618Z Downloaded whoami v2.1.0
10132026-08-24T22:04:48.618Z Downloaded tls_codec_derive v0.4.2
10142026-08-24T22:04:48.621Z Downloaded hashbrown v0.14.5
10152026-08-24T22:04:48.626Z Downloaded serde_plain v1.0.2
10162026-08-24T22:04:48.626Z Downloaded serde_urlencoded v0.7.1
10172026-08-24T22:04:48.626Z Downloaded delegate v0.13.5
10182026-08-24T22:04:48.626Z Downloaded miniz_oxide v0.8.9
10192026-08-24T22:04:48.629Z Downloaded synstructure v0.13.2
10202026-08-24T22:04:48.629Z Downloaded rfc6979 v0.6.0
10212026-08-24T22:04:48.629Z Downloaded slog-envlogger v2.2.0
10222026-08-24T22:04:48.632Z Downloaded darling_core v0.23.0
10232026-08-24T22:04:48.636Z Downloaded sigpipe v0.1.3
10242026-08-24T22:04:48.636Z Downloaded writeable v0.6.2
10252026-08-24T22:04:48.641Z Downloaded hyper-staticfile v0.10.1
10262026-08-24T22:04:48.641Z Downloaded darling_macro v0.20.11
10272026-08-24T22:04:48.646Z Downloaded wait-timeout v0.2.1
10282026-08-24T22:04:48.646Z Downloaded zerofrom-derive v0.1.6
10292026-08-24T22:04:48.646Z Downloaded darling_core v0.13.4
10302026-08-24T22:04:48.647Z Downloaded quinn-udp v0.5.14
10312026-08-24T22:04:48.650Z Downloaded daft-derive v0.1.7
10322026-08-24T22:04:48.650Z Downloaded kem v0.3.0
10332026-08-24T22:04:48.650Z Downloaded icu_collections v2.1.1
10342026-08-24T22:04:48.654Z Downloaded crc8 v0.1.1
10352026-08-24T22:04:48.658Z Downloaded oxnet v0.1.6
10362026-08-24T22:04:48.664Z Downloaded document-features v0.2.12
10372026-08-24T22:04:48.667Z Downloaded tokio-util v0.7.18
10382026-08-24T22:04:48.676Z Downloaded inout v0.2.2
10392026-08-24T22:04:48.679Z Downloaded rand_core v0.9.5
10402026-08-24T22:04:48.679Z Downloaded newtype-uuid-macros v0.1.0
10412026-08-24T22:04:48.682Z Downloaded num_enum_derive v0.5.11
10422026-08-24T22:04:48.682Z Downloaded illumos-nvpair v0.3.0
10432026-08-24T22:04:48.682Z Downloaded predicates-core v1.0.10
10442026-08-24T22:04:48.697Z Downloaded num-bigint v0.4.6
10452026-08-24T22:04:48.702Z Downloaded pin-project-internal v1.1.11
10462026-08-24T22:04:48.705Z Downloaded progenitor-client v0.13.0
10472026-08-24T22:04:48.705Z Downloaded hashbrown v0.16.1
10482026-08-24T22:04:48.708Z Downloaded sponge-cursor v0.1.0
10492026-08-24T22:04:48.708Z Downloaded tokio-dtrace v0.1.1
10502026-08-24T22:04:48.711Z Downloaded serde_bytes v0.11.19
10512026-08-24T22:04:48.711Z Downloaded hyper v1.10.1
10522026-08-24T22:04:48.717Z Downloaded zerotrie v0.2.3
10532026-08-24T22:04:48.721Z Downloaded rsa v0.10.0-rc.18
10542026-08-24T22:04:48.724Z Downloaded hyper-util v0.1.20
10552026-08-24T22:04:48.724Z Downloaded recursive v0.1.1
10562026-08-24T22:04:48.724Z Downloaded sec1 v0.8.1
10572026-08-24T22:04:48.728Z Downloaded const_format v0.2.35
10582026-08-24T22:04:48.728Z Downloaded papergrid v0.18.0
10592026-08-24T22:04:48.731Z Downloaded pin-project v1.1.11
10602026-08-24T22:04:48.735Z Downloaded walkdir v2.5.0
10612026-08-24T22:04:48.738Z Downloaded rusty-fork v0.3.1
10622026-08-24T22:04:48.738Z Downloaded yansi v1.0.1
10632026-08-24T22:04:48.738Z Downloaded universal-hash v0.6.1
10642026-08-24T22:04:48.743Z Downloaded strum_macros v0.27.2
10652026-08-24T22:04:48.746Z Downloaded unicase v2.9.0
10662026-08-24T22:04:48.749Z Downloaded yoke-derive v0.8.1
10672026-08-24T22:04:48.754Z Downloaded dsl_auto_type v0.2.0
10682026-08-24T22:04:48.754Z Downloaded indoc v1.0.9
10692026-08-24T22:04:48.754Z Downloaded is_ci v1.2.0
10702026-08-24T22:04:48.757Z Downloaded either v1.15.0
10712026-08-24T22:04:48.757Z Downloaded ssh-key v0.7.0-rc.11
10722026-08-24T22:04:48.762Z Downloaded unicode-segmentation v1.12.0
10732026-08-24T22:04:48.766Z Downloaded poly1305 v0.9.0
10742026-08-24T22:04:48.766Z Downloaded native-tls v0.2.18
10752026-08-24T22:04:48.769Z Downloaded num_threads v0.1.7
10762026-08-24T22:04:48.771Z Downloaded secrecy v0.8.0
10772026-08-24T22:04:48.771Z Downloaded nonempty v0.12.0
10782026-08-24T22:04:48.775Z Downloaded linear-map v1.2.0
10792026-08-24T22:04:48.779Z Downloaded mime_guess v2.0.5
10802026-08-24T22:04:48.782Z Downloaded socket2 v0.5.10
10812026-08-24T22:04:48.785Z Downloaded phc v0.6.1
10822026-08-24T22:04:48.788Z Downloaded stringprep v0.1.5
10832026-08-24T22:04:48.788Z Downloaded pkg-config v0.3.32
10842026-08-24T22:04:48.788Z Downloaded slog-bunyan v2.5.0
10852026-08-24T22:04:48.792Z Downloaded nom v7.1.3
10862026-08-24T22:04:48.795Z Downloaded unicode-xid v0.2.6
10872026-08-24T22:04:48.795Z Downloaded prettyplease v0.2.37
10882026-08-24T22:04:48.795Z Downloaded smallvec v0.6.14
10892026-08-24T22:04:48.798Z Downloaded derive_more v0.99.20
10902026-08-24T22:04:48.798Z Downloaded tls_codec v0.4.2
10912026-08-24T22:04:48.801Z Downloaded cookie_store v0.22.1
10922026-08-24T22:04:48.801Z Downloaded zerocopy v0.6.6
10932026-08-24T22:04:48.804Z Downloaded rfc6979 v0.4.0
10942026-08-24T22:04:48.804Z Downloaded thread_local v1.1.9
10952026-08-24T22:04:48.804Z Downloaded strum_macros v0.26.4
10962026-08-24T22:04:48.804Z Downloaded unit-prefix v0.5.2
10972026-08-24T22:04:48.809Z Downloaded zone v0.3.1
10982026-08-24T22:04:48.809Z Downloaded crc32fast v1.5.0
10992026-08-24T22:04:48.809Z Downloaded hkdf v0.12.4
11002026-08-24T22:04:48.831Z Downloaded h2 v0.4.15
11012026-08-24T22:04:48.831Z Downloaded quinn v0.11.11
11022026-08-24T22:04:48.838Z Downloaded tinyvec_macros v0.1.1
11032026-08-24T22:04:48.838Z Downloaded uuid v1.23.4
11042026-08-24T22:04:48.838Z Downloaded sqlformat v0.3.5
11052026-08-24T22:04:48.838Z Downloaded ed25519-dalek v2.2.0
11062026-08-24T22:04:48.838Z Downloaded quick-xml v0.37.5
11072026-08-24T22:04:48.838Z Downloaded toml_parser v1.1.2+spec-1.1.0
11082026-08-24T22:04:48.838Z Downloaded des v0.9.0
11092026-08-24T22:04:48.843Z Downloaded derive-ex v0.1.8
11102026-08-24T22:04:48.843Z Downloaded lock_api v0.4.14
11112026-08-24T22:04:48.843Z Downloaded phf_shared v0.11.3
11122026-08-24T22:04:48.844Z Downloaded display-error-chain v0.2.2
11132026-08-24T22:04:48.847Z Downloaded time-core v0.1.8
11142026-08-24T22:04:48.847Z Downloaded postcard v1.1.3
11152026-08-24T22:04:48.866Z Downloaded snafu-derive v0.8.9
11162026-08-24T22:04:48.870Z Downloaded module-lattice v0.2.3
11172026-08-24T22:04:48.870Z Downloaded idna v1.1.0
11182026-08-24T22:04:48.873Z Downloaded qorb v0.4.1
11192026-08-24T22:04:48.876Z Downloaded structmeta-derive v0.3.0
11202026-08-24T22:04:48.879Z Downloaded psm v0.1.30
11212026-08-24T22:04:48.882Z Downloaded reqwest v0.12.28
11222026-08-24T22:04:48.887Z Downloaded resolv-conf v0.7.6
11232026-08-24T22:04:48.887Z Downloaded illumos-nvpair-sys v0.2.0
11242026-08-24T22:04:48.887Z Downloaded crossbeam-channel v0.5.15
11252026-08-24T22:04:48.887Z Downloaded lru v0.12.5
11262026-08-24T22:04:48.892Z Downloaded der v0.7.10
11272026-08-24T22:04:48.898Z Downloaded steno v0.4.1
11282026-08-24T22:04:48.898Z Downloaded cookie v0.18.1
11292026-08-24T22:04:48.902Z Downloaded parking_lot v0.12.5
11302026-08-24T22:04:48.902Z Downloaded defmt-macros v1.0.1
11312026-08-24T22:04:48.902Z Downloaded num_enum v0.5.11
11322026-08-24T22:04:48.905Z Downloaded predicates-tree v1.0.13
11332026-08-24T22:04:48.905Z Downloaded tower-http v0.6.8
11342026-08-24T22:04:48.909Z Downloaded pretty_assertions v1.4.1
11352026-08-24T22:04:48.912Z Downloaded toml_edit v0.23.10+spec-1.0.0
11362026-08-24T22:04:48.913Z Downloaded unicode-normalization v0.1.25
11372026-08-24T22:04:48.913Z Downloaded oso v0.27.3
11382026-08-24T22:04:48.917Z Downloaded strum v0.27.2
11392026-08-24T22:04:48.917Z Downloaded darling_macro v0.23.0
11402026-08-24T22:04:48.924Z Downloaded dirs-sys-next v0.1.2
11412026-08-24T22:04:48.924Z Downloaded dtrace-parser v0.3.0
11422026-08-24T22:04:48.924Z Downloaded newtype_derive v0.1.6
11432026-08-24T22:04:48.934Z Downloaded x509-cert v0.2.5
11442026-08-24T22:04:48.934Z Downloaded regex v1.12.3
11452026-08-24T22:04:48.939Z Downloaded vsss-rs v3.3.4
11462026-08-24T22:04:48.939Z Downloaded term v0.7.0
11472026-08-24T22:04:48.939Z Downloaded untrusted v0.9.0
11482026-08-24T22:04:48.942Z Downloaded signature v3.0.0
11492026-08-24T22:04:48.947Z Downloaded embedded-io v0.4.0
11502026-08-24T22:04:48.951Z Downloaded hkdf v0.13.0
11512026-08-24T22:04:48.951Z Downloaded tungstenite v0.23.0
11522026-08-24T22:04:48.955Z Downloaded darling v0.21.3
11532026-08-24T22:04:48.960Z Downloaded rsa v0.9.10
11542026-08-24T22:04:48.964Z Downloaded zstd-safe v7.2.4
11552026-08-24T22:04:48.969Z Downloaded unicode-bidi v0.3.18
11562026-08-24T22:04:48.973Z Downloaded ena v0.14.4
11572026-08-24T22:04:48.973Z Downloaded path-slash v0.1.5
11582026-08-24T22:04:48.980Z Downloaded ref-cast v1.0.25
11592026-08-24T22:04:48.980Z Downloaded rayon v1.11.0
11602026-08-24T22:04:48.985Z Downloaded rustc-demangle v0.1.27
11612026-08-24T22:04:48.985Z Downloaded is-terminal v0.4.17
11622026-08-24T22:04:48.985Z Downloaded slog-scope v4.4.1
11632026-08-24T22:04:48.985Z Downloaded litrs v1.0.0
11642026-08-24T22:04:48.985Z Downloaded rawzip v0.4.4
11652026-08-24T22:04:48.989Z Downloaded libm v0.2.16
11662026-08-24T22:04:48.993Z Downloaded bitvec v1.0.1
11672026-08-24T22:04:48.997Z Downloaded sha2 v0.11.0
11682026-08-24T22:04:49.001Z Downloaded string_cache v0.8.9
11692026-08-24T22:04:49.001Z Downloaded indoc v2.0.7
11702026-08-24T22:04:49.006Z Downloaded uzers v0.12.2
11712026-08-24T22:04:49.006Z Downloaded tokio-tungstenite v0.21.0
11722026-08-24T22:04:49.006Z Downloaded try-lock v0.2.5
11732026-08-24T22:04:49.006Z Downloaded openssl-probe v0.1.6
11742026-08-24T22:04:49.006Z Downloaded blake3 v1.8.5
11752026-08-24T22:04:49.010Z Downloaded itertools v0.13.0
11762026-08-24T22:04:49.014Z Downloaded libefi-sys v0.1.0
11772026-08-24T22:04:49.014Z Downloaded csv-core v0.1.13
11782026-08-24T22:04:49.019Z Downloaded rcgen v0.12.1
11792026-08-24T22:04:49.019Z Downloaded num-integer v0.1.46
11802026-08-24T22:04:49.019Z Downloaded primeorder v0.14.0
11812026-08-24T22:04:49.019Z Downloaded serde-hex v0.1.0
11822026-08-24T22:04:49.019Z Downloaded scheduled-thread-pool v0.2.7
11832026-08-24T22:04:49.023Z Downloaded stacker v0.1.23
11842026-08-24T22:04:49.023Z Downloaded vergen-git2 v9.1.0
11852026-08-24T22:04:49.023Z Downloaded match_cfg v0.1.0
11862026-08-24T22:04:49.023Z Downloaded libxml v0.3.3
11872026-08-24T22:04:49.028Z Downloaded toml v1.1.2+spec-1.1.0
11882026-08-24T22:04:49.028Z Downloaded iddqd v0.4.2
11892026-08-24T22:04:49.032Z Downloaded itertools v0.15.0
11902026-08-24T22:04:49.036Z Downloaded indicatif v0.18.4
11912026-08-24T22:04:49.036Z Downloaded rpassword v7.5.4
11922026-08-24T22:04:49.039Z Downloaded schemars_derive v0.8.22
11932026-08-24T22:04:49.039Z Downloaded openssl-probe v0.2.1
11942026-08-24T22:04:49.039Z Downloaded tokio-test v0.4.5
11952026-08-24T22:04:49.039Z Downloaded void v1.0.2
11962026-08-24T22:04:49.039Z Downloaded proc-macro-crate v3.4.0
11972026-08-24T22:04:49.039Z Downloaded url v2.5.8
11982026-08-24T22:04:49.044Z Downloaded sha1 v0.10.6
11992026-08-24T22:04:49.044Z Downloaded digest-io v0.1.0
12002026-08-24T22:04:49.044Z Downloaded crypto-common v0.2.2
12012026-08-24T22:04:49.044Z Downloaded kstat-rs v0.2.5
12022026-08-24T22:04:49.049Z Downloaded r2d2 v0.8.10
12032026-08-24T22:04:49.049Z Downloaded schemars v1.2.1
12042026-08-24T22:04:49.055Z Downloaded constant_time_eq v0.4.2
12052026-08-24T22:04:49.055Z Downloaded tungstenite v0.21.0
12062026-08-24T22:04:49.058Z Downloaded parking_lot v0.11.2
12072026-08-24T22:04:49.058Z Downloaded thiserror-no-std v2.0.2
12082026-08-24T22:04:49.058Z Downloaded defmt v1.0.1
12092026-08-24T22:04:49.061Z Downloaded portable-atomic v1.13.1
12102026-08-24T22:04:49.064Z Downloaded icu_normalizer v2.1.1
12112026-08-24T22:04:49.068Z Downloaded num-traits v0.2.19
12122026-08-24T22:04:49.073Z Downloaded pkcs1 v0.7.5
12132026-08-24T22:04:49.073Z Downloaded pkcs1 v0.8.0-rc.4
12142026-08-24T22:04:49.073Z Downloaded zeroize_derive v1.5.0
12152026-08-24T22:04:49.073Z Downloaded serde_with v1.14.0
12162026-08-24T22:04:49.077Z Downloaded simd-adler32 v0.3.8
12172026-08-24T22:04:49.077Z Downloaded peg v0.8.5
12182026-08-24T22:04:49.080Z Downloaded tower-layer v0.3.3
12192026-08-24T22:04:49.080Z Downloaded schemars v0.9.0
12202026-08-24T22:04:49.088Z Downloaded dropshot_endpoint v0.17.1
12212026-08-24T22:04:49.091Z Downloaded password-hash v0.5.0
12222026-08-24T22:04:49.091Z Downloaded progenitor v0.14.0
12232026-08-24T22:04:49.091Z Downloaded tokio-native-tls v0.3.1
12242026-08-24T22:04:49.094Z Downloaded icu_normalizer_data v2.1.1
12252026-08-24T22:04:49.097Z Downloaded knus v3.4.0
12262026-08-24T22:04:49.097Z Downloaded reedline v0.40.0
12272026-08-24T22:04:49.101Z Downloaded itertools v0.10.5
12282026-08-24T22:04:49.104Z Downloaded reqwest v0.13.2
12292026-08-24T22:04:49.107Z Downloaded icu_properties_data v2.1.2
12302026-08-24T22:04:49.115Z Downloaded tar v0.4.46
12312026-08-24T22:04:49.119Z Downloaded bindgen v0.71.1
12322026-08-24T22:04:49.122Z Downloaded aws-lc-rs v1.16.3
12332026-08-24T22:04:49.130Z Downloaded chrono v0.4.45
12342026-08-24T22:04:49.134Z Downloaded darling v0.23.0
12352026-08-24T22:04:49.134Z Downloaded ctutils v0.4.2
12362026-08-24T22:04:49.137Z Downloaded rustc-hash v2.1.1
12372026-08-24T22:04:49.137Z Downloaded icu_locale_core v2.1.1
12382026-08-24T22:04:49.137Z Downloaded ryu v1.0.23
12392026-08-24T22:04:49.140Z Downloaded tokio-postgres v0.7.16
12402026-08-24T22:04:49.143Z Downloaded toml_edit v0.19.15
12412026-08-24T22:04:49.154Z Downloaded der v0.8.0
12422026-08-24T22:04:49.157Z Downloaded libsw-core v0.3.2
12432026-08-24T22:04:49.157Z Downloaded ingot-macros v0.2.0
12442026-08-24T22:04:49.157Z Downloaded derive-where v1.6.0
12452026-08-24T22:04:49.160Z Downloaded samael v0.0.19
12462026-08-24T22:04:49.163Z Downloaded ignore v0.4.25
12472026-08-24T22:04:49.167Z Downloaded serde_yaml v0.9.34+deprecated
12482026-08-24T22:04:49.168Z Downloaded vcpkg v0.2.15
12492026-08-24T22:04:49.192Z Downloaded bstr v1.12.1
12502026-08-24T22:04:49.197Z Downloaded p521 v0.14.0
12512026-08-24T22:04:49.200Z Downloaded rand v0.9.2
12522026-08-24T22:04:49.200Z Downloaded serde_with v3.21.0
12532026-08-24T22:04:49.207Z Downloaded ed25519-dalek v3.0.0
12542026-08-24T22:04:49.210Z Downloaded jiff-core v0.1.0
12552026-08-24T22:04:49.213Z Downloaded iri-string v0.7.10
12562026-08-24T22:04:49.217Z Downloaded miette v7.6.0
12572026-08-24T22:04:49.223Z Downloaded rand v0.10.1
12582026-08-24T22:04:49.223Z Downloaded salty v0.3.0
12592026-08-24T22:04:49.227Z Downloaded itertools v0.14.0
12602026-08-24T22:04:49.230Z Downloaded git2 v0.20.4
12612026-08-24T22:04:49.236Z Downloaded derive_more-impl v2.1.1
12622026-08-24T22:04:49.244Z Downloaded dropshot-api-manager v0.8.0
12632026-08-24T22:04:49.248Z Downloaded mio v1.2.0
12642026-08-24T22:04:49.254Z Downloaded publicsuffix v2.3.0
12652026-08-24T22:04:49.257Z Downloaded rustyline v14.0.0
12662026-08-24T22:04:49.265Z Downloaded tough v0.22.0
12672026-08-24T22:04:49.271Z Downloaded proptest v1.11.0
12682026-08-24T22:04:49.276Z Downloaded crossterm v0.29.0
12692026-08-24T22:04:49.285Z Downloaded object v0.30.4
12702026-08-24T22:04:49.296Z Downloaded nom v8.0.0
12712026-08-24T22:04:49.300Z Downloaded quinn-proto v0.11.16
12722026-08-24T22:04:49.304Z Downloaded zerovec v0.11.5
12732026-08-24T22:04:49.307Z Downloaded winnow v0.5.40
12742026-08-24T22:04:49.312Z Downloaded gimli v0.32.3
12752026-08-24T22:04:49.318Z Downloaded petname v2.0.2
12762026-08-24T22:04:49.321Z Downloaded winnow v0.6.26
12772026-08-24T22:04:49.326Z Downloaded polar-core v0.27.3
12782026-08-24T22:04:49.331Z Downloaded minimal-lexical v0.2.1
12792026-08-24T22:04:49.346Z Downloaded smoltcp v0.9.1
12802026-08-24T22:04:49.358Z Downloaded goblin v0.10.5
12812026-08-24T22:04:49.362Z Downloaded curve25519-dalek v4.1.3
12822026-08-24T22:04:49.368Z Downloaded lalrpop v0.19.12
12832026-08-24T22:04:49.374Z Downloaded itertools v0.12.1
12842026-08-24T22:04:49.377Z Downloaded tower v0.5.3
12852026-08-24T22:04:49.396Z Downloaded moka v0.12.13
12862026-08-24T22:04:49.405Z Downloaded zip v4.6.1
12872026-08-24T22:04:49.418Z Downloaded crossterm v0.28.1
12882026-08-24T22:04:49.428Z Downloaded nix v0.31.2
12892026-08-24T22:04:49.440Z Downloaded object v0.37.3
12902026-08-24T22:04:49.443Z Downloaded radix_trie v0.2.1
12912026-08-24T22:04:49.446Z Downloaded openssl v0.10.80
12922026-08-24T22:04:49.475Z Downloaded crypto-primes v0.7.2
12932026-08-24T22:04:49.480Z Downloaded p384 v0.13.1
12942026-08-24T22:04:49.485Z Downloaded sled v0.34.7
12952026-08-24T22:04:49.488Z Downloaded nix v0.27.1
12962026-08-24T22:04:49.498Z Downloaded rustix v0.38.44
12972026-08-24T22:04:49.513Z Downloaded dropshot v0.17.1
12982026-08-24T22:04:49.525Z Downloaded russh v0.62.4
12992026-08-24T22:04:49.530Z Downloaded smoltcp v0.11.0
13002026-08-24T22:04:49.537Z Downloaded regress v0.10.5
13012026-08-24T22:04:49.543Z Downloaded tabled v0.21.0
13022026-08-24T22:04:49.553Z Downloaded diesel v2.3.7
13032026-08-24T22:04:49.569Z Downloaded winnow v1.0.3
13042026-08-24T22:04:49.573Z Downloaded zlib-rs v0.6.2
13052026-08-24T22:04:49.576Z Downloaded zerocopy-derive v0.6.6
13062026-08-24T22:04:49.580Z Downloaded tracing v0.1.44
13072026-08-24T22:04:49.593Z Downloaded hickory-proto v0.24.4
13082026-08-24T22:04:49.602Z Downloaded sha3 v0.12.0
13092026-08-24T22:04:49.605Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-24T22:04:49.614Z Downloaded regress v0.11.1
13112026-08-24T22:04:49.619Z Downloaded zerocopy v0.8.55
13122026-08-24T22:04:49.628Z Downloaded regex-syntax v0.8.10
13132026-08-24T22:04:49.634Z Downloaded hickory-proto v0.25.2
13142026-08-24T22:04:49.643Z Downloaded time v0.3.47
13152026-08-24T22:04:49.649Z Downloaded rustls v0.23.41
13162026-08-24T22:04:49.657Z Downloaded chrono-tz v0.10.4
13172026-08-24T22:04:49.670Z Downloaded nix v0.28.0
13182026-08-24T22:04:49.675Z Downloaded petgraph v0.6.5
13192026-08-24T22:04:49.687Z Downloaded jiff v0.2.34
13202026-08-24T22:04:49.697Z Downloaded sqlparser v0.61.0
13212026-08-24T22:04:49.704Z Downloaded crypto-bigint v0.7.5
13222026-08-24T22:04:49.712Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13232026-08-24T22:04:49.723Z Downloaded regex-syntax v0.6.29
13242026-08-24T22:04:49.727Z Downloaded curve25519-dalek v5.0.0
13252026-08-24T22:04:49.733Z Downloaded openapiv3 v2.2.0
13262026-08-24T22:04:49.758Z Downloaded typify-impl v0.6.2
13272026-08-24T22:04:49.812Z Downloaded ring v0.17.14
13282026-08-24T22:04:49.836Z Downloaded ratatui v0.29.0
13292026-08-24T22:04:49.851Z Downloaded sha3 v0.11.0
13302026-08-24T22:04:49.861Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-24T22:04:49.895Z Downloaded regex-automata v0.4.14
13322026-08-24T22:04:49.930Z Downloaded petgraph v0.8.3
13332026-08-24T22:04:49.943Z Downloaded sha3 v0.10.8
13342026-08-24T22:04:49.971Z Downloaded tokio v1.52.1
13352026-08-24T22:04:49.995Z Downloaded csv v1.4.0
13362026-08-24T22:04:50.007Z Downloaded libz-sys v1.1.24
13372026-08-24T22:04:50.021Z Downloaded encoding_rs v0.8.35
13382026-08-24T22:04:50.363Z Downloaded aws-lc-sys v0.40.0
13392026-08-24T22:04:50.615Z Compiling serde_core v1.0.228
13402026-08-24T22:04:50.615Z Compiling libc v0.2.185
13412026-08-24T22:04:50.615Z Compiling serde v1.0.228
13422026-08-24T22:04:50.618Z Compiling log v0.4.33
13432026-08-24T22:04:50.618Z Compiling smallvec v1.15.1
13442026-08-24T22:04:50.618Z Compiling find-msvc-tools v0.1.9
13452026-08-24T22:04:50.618Z Compiling shlex v1.3.0
13462026-08-24T22:04:50.756Z Compiling syn v2.0.117
13472026-08-24T22:04:50.985Z Compiling subtle v2.6.1
13482026-08-24T22:04:51.006Z Compiling scopeguard v1.2.0
13492026-08-24T22:04:51.020Z Compiling typenum v1.20.1
13502026-08-24T22:04:51.097Z Compiling stable_deref_trait v1.2.1
13512026-08-24T22:04:51.105Z Compiling lock_api v0.4.14
13522026-08-24T22:04:51.117Z Compiling zerocopy v0.8.55
13532026-08-24T22:04:51.156Z Compiling portable-atomic v1.13.1
13542026-08-24T22:04:51.170Z Compiling serde_json v1.0.151
13552026-08-24T22:04:51.340Z Compiling critical-section v1.2.0
13562026-08-24T22:04:51.372Z Compiling libm v0.2.16
13572026-08-24T22:04:51.446Z Compiling num-traits v0.2.19
13582026-08-24T22:04:51.544Z Compiling pkg-config v0.3.32
13592026-08-24T22:04:51.611Z Compiling errno v0.3.14
13602026-08-24T22:04:51.626Z Compiling jobserver v0.1.34
13612026-08-24T22:04:51.680Z Compiling getrandom v0.2.17
13622026-08-24T22:04:51.820Z Compiling rand_core v0.6.4
13632026-08-24T22:04:51.951Z Compiling cc v1.2.56
13642026-08-24T22:04:52.093Z Compiling generic-array v0.14.7
13652026-08-24T22:04:52.107Z Compiling parking_lot_core v0.9.12
13662026-08-24T22:04:52.169Z Compiling once_cell v1.21.3
13672026-08-24T22:04:52.227Z Compiling pin-project-lite v0.2.17
13682026-08-24T22:04:52.285Z Compiling const-oid v0.9.6
13692026-08-24T22:04:52.360Z Compiling getrandom v0.3.4
13702026-08-24T22:04:52.388Z Compiling signal-hook-registry v1.4.8
13712026-08-24T22:04:52.659Z Compiling litemap v0.8.1
13722026-08-24T22:04:52.862Z Compiling bitflags v2.11.0
13732026-08-24T22:04:52.958Z Compiling writeable v0.6.2
13742026-08-24T22:04:53.013Z Compiling futures-core v0.3.32
13752026-08-24T22:04:53.047Z Compiling percent-encoding v2.3.2
13762026-08-24T22:04:53.154Z Compiling semver v1.0.28
13772026-08-24T22:04:53.168Z Compiling parking_lot v0.12.5
13782026-08-24T22:04:53.235Z Compiling mio v1.2.0
13792026-08-24T22:04:53.304Z Compiling icu_properties_data v2.1.2
13802026-08-24T22:04:53.320Z Compiling icu_normalizer_data v2.1.1
13812026-08-24T22:04:53.477Z Compiling socket2 v0.6.3
13822026-08-24T22:04:53.547Z Compiling getrandom v0.4.3
13832026-08-24T22:04:53.561Z Compiling rustix v1.1.4
13842026-08-24T22:04:53.605Z Compiling synstructure v0.13.2
13852026-08-24T22:04:53.656Z Compiling rand_core v0.10.0
13862026-08-24T22:04:53.695Z Compiling futures-sink v0.3.32
13872026-08-24T22:04:53.810Z Compiling indexmap v2.14.0
13882026-08-24T22:04:53.825Z Compiling futures-channel v0.3.32
13892026-08-24T22:04:53.876Z Compiling futures-io v0.3.32
13902026-08-24T22:04:54.022Z Compiling futures-task v0.3.32
13912026-08-24T22:04:54.039Z Compiling utf8_iter v1.0.4
13922026-08-24T22:04:54.039Z Compiling slab v0.4.12
13932026-08-24T22:04:54.135Z Compiling form_urlencoded v1.2.2
13942026-08-24T22:04:54.178Z Compiling rustversion v1.0.22
13952026-08-24T22:04:54.192Z Compiling iana-time-zone v0.1.65
13962026-08-24T22:04:54.196Z Compiling base64ct v1.8.3
13972026-08-24T22:04:54.220Z Compiling cmake v0.1.57
13982026-08-24T22:04:54.301Z Compiling dunce v1.0.5
13992026-08-24T22:04:54.388Z Compiling regex-syntax v0.8.10
14002026-08-24T22:04:54.402Z Compiling ident_case v1.0.1
14012026-08-24T22:04:54.438Z Compiling pem-rfc7468 v0.7.0
14022026-08-24T22:04:54.485Z Compiling fs_extra v1.3.0
14032026-08-24T22:04:54.518Z Compiling flagset v0.4.7
14042026-08-24T22:04:54.604Z Compiling uuid v1.23.4
14052026-08-24T22:04:54.646Z Compiling rand_core v0.9.5
14062026-08-24T22:04:54.735Z Compiling base64 v0.22.1
14072026-08-24T22:04:54.750Z Compiling aws-lc-sys v0.40.0
14082026-08-24T22:04:54.911Z Compiling syn v1.0.109
14092026-08-24T22:04:55.054Z Compiling vcpkg v0.2.15
14102026-08-24T22:04:55.130Z Compiling serde_derive_internals v0.29.1
14112026-08-24T22:04:55.264Z Compiling rustc_version v0.4.1
14122026-08-24T22:04:55.296Z Compiling tracing-core v0.1.36
14132026-08-24T22:04:55.318Z Compiling dyn-clone v1.0.20
14142026-08-24T22:04:55.335Z Compiling serde_derive v1.0.228
14152026-08-24T22:04:55.458Z Compiling zeroize_derive v1.5.0
14162026-08-24T22:04:55.586Z Compiling zerofrom-derive v0.1.6
14172026-08-24T22:04:55.773Z Compiling zerocopy-derive v0.8.55
14182026-08-24T22:04:55.856Z Compiling yoke-derive v0.8.1
14192026-08-24T22:04:56.061Z Compiling zerovec-derive v0.11.2
14202026-08-24T22:04:56.114Z Compiling displaydoc v0.2.5
14212026-08-24T22:04:56.792Z Compiling tokio-macros v2.7.0
14222026-08-24T22:04:56.873Z Compiling futures-macro v0.3.32
14232026-08-24T22:04:56.999Z Compiling zerofrom v0.1.6
14242026-08-24T22:04:57.028Z Compiling thiserror-impl v2.0.18
14252026-08-24T22:04:57.127Z Compiling yoke v0.8.1
14262026-08-24T22:04:57.175Z Compiling der_derive v0.7.3
14272026-08-24T22:04:57.310Z Compiling zerovec v0.11.5
14282026-08-24T22:04:57.521Z Compiling zerotrie v0.2.3
14292026-08-24T22:04:57.683Z Compiling futures-util v0.3.32
14302026-08-24T22:04:57.815Z Compiling tinystr v0.8.2
14312026-08-24T22:04:57.815Z Compiling potential_utf v0.1.4
14322026-08-24T22:04:57.995Z Compiling icu_locale_core v2.1.1
14332026-08-24T22:04:58.021Z Compiling icu_collections v2.1.1
14342026-08-24T22:04:58.118Z Compiling openssl-sys v0.9.117
14352026-08-24T22:04:58.339Z Compiling thiserror v2.0.18
14362026-08-24T22:04:58.444Z Compiling tracing-attributes v0.1.31
14372026-08-24T22:04:58.479Z Compiling schemars v0.8.22
14382026-08-24T22:04:58.635Z Compiling icu_provider v2.1.1
14392026-08-24T22:04:58.676Z Compiling aws-lc-rs v1.16.3
14402026-08-24T22:04:58.827Z Compiling zeroize v1.9.0
14412026-08-24T22:04:58.859Z Compiling bytes v1.11.1
14422026-08-24T22:04:58.919Z Compiling icu_normalizer v2.1.1
14432026-08-24T22:04:58.954Z Compiling icu_properties v2.1.2
14442026-08-24T22:04:59.448Z Compiling tokio v1.52.1
14452026-08-24T22:04:59.456Z Compiling chrono v0.4.45
14462026-08-24T22:04:59.597Z Compiling block-buffer v0.10.4
14472026-08-24T22:04:59.737Z Compiling crypto-common v0.1.7
14482026-08-24T22:04:59.769Z Compiling der v0.7.10
14492026-08-24T22:04:59.889Z Compiling digest v0.10.7
14502026-08-24T22:04:59.967Z Compiling idna_adapter v1.2.1
14512026-08-24T22:05:00.043Z Compiling http v1.4.2
14522026-08-24T22:05:00.105Z Compiling idna v1.1.0
14532026-08-24T22:05:00.147Z Compiling ppv-lite86 v0.2.21
14542026-08-24T22:05:00.389Z Compiling simd-adler32 v0.3.8
14552026-08-24T22:05:00.529Z Compiling url v2.5.8
14562026-08-24T22:05:00.634Z Compiling rand_chacha v0.9.0
14572026-08-24T22:05:00.810Z Compiling spki v0.7.3
14582026-08-24T22:05:00.891Z Compiling cpufeatures v0.2.17
14592026-08-24T22:05:00.967Z Compiling rand v0.9.2
14602026-08-24T22:05:00.981Z Compiling pkcs8 v0.10.2
14612026-08-24T22:05:01.020Z Compiling http-body v1.0.1
14622026-08-24T22:05:01.036Z Compiling tracing v0.1.44
14632026-08-24T22:05:01.171Z Compiling rustls-pki-types v1.14.0
14642026-08-24T22:05:01.305Z Compiling schemars_derive v0.8.22
14652026-08-24T22:05:01.336Z Compiling spin v0.9.8
14662026-08-24T22:05:01.336Z Compiling adler2 v2.0.1
14672026-08-24T22:05:01.461Z Compiling openssl-probe v0.2.1
14682026-08-24T22:05:01.550Z Compiling cmov v0.5.4
14692026-08-24T22:05:01.619Z Compiling httparse v1.10.1
14702026-08-24T22:05:01.634Z Compiling crc32fast v1.5.0
14712026-08-24T22:05:01.708Z Compiling tinyvec_macros v0.1.1
14722026-08-24T22:05:01.759Z Compiling ctutils v0.4.2
14732026-08-24T22:05:01.776Z Compiling tinyvec v1.10.0
14742026-08-24T22:05:01.932Z Compiling tempfile v3.27.0
14752026-08-24T22:05:01.985Z Compiling miniz_oxide v0.8.9
14762026-08-24T22:05:02.000Z Compiling pest_generator v2.8.6
14772026-08-24T22:05:02.115Z Compiling sha2 v0.10.9
14782026-08-24T22:05:02.290Z Compiling terminal_size v0.4.3
14792026-08-24T22:05:02.426Z Compiling aho-corasick v1.1.4
14802026-08-24T22:05:02.566Z Compiling atomic-waker v1.1.2
14812026-08-24T22:05:02.658Z Compiling tower-service v0.3.3
14822026-08-24T22:05:02.689Z Compiling radium v0.7.0
14832026-08-24T22:05:02.751Z Compiling try-lock v0.2.5
14842026-08-24T22:05:02.861Z Compiling untrusted v0.7.1
14852026-08-24T22:05:02.929Z Compiling tower-layer v0.3.3
14862026-08-24T22:05:03.003Z Compiling want v0.3.1
14872026-08-24T22:05:03.085Z Compiling pest_derive v2.8.6
14882026-08-24T22:05:03.390Z Compiling tokio-util v0.7.18
14892026-08-24T22:05:03.444Z Compiling regex-automata v0.4.14
14902026-08-24T22:05:03.522Z Compiling hybrid-array v0.4.13
14912026-08-24T22:05:03.954Z Compiling ipnet v2.12.0
14922026-08-24T22:05:04.052Z Compiling h2 v0.4.15
14932026-08-24T22:05:04.268Z Compiling scroll_derive v0.13.1
14942026-08-24T22:05:04.383Z Compiling darling_core v0.20.11
14952026-08-24T22:05:04.430Z Compiling tap v1.0.1
14962026-08-24T22:05:04.542Z Compiling untrusted v0.9.0
14972026-08-24T22:05:04.662Z Compiling httpdate v1.0.3
14982026-08-24T22:05:04.887Z Compiling openssl v0.10.80
14992026-08-24T22:05:05.042Z Compiling rustls v0.23.41
15002026-08-24T22:05:05.067Z Compiling foreign-types-shared v0.1.1
15012026-08-24T22:05:05.091Z Compiling maybe-uninit v2.0.0
15022026-08-24T22:05:05.121Z Compiling scroll v0.13.0
15032026-08-24T22:05:05.148Z Compiling foreign-types v0.3.2
15042026-08-24T22:05:05.226Z Compiling wyz v0.5.1
15052026-08-24T22:05:05.415Z Compiling unicode-normalization v0.1.25
15062026-08-24T22:05:05.425Z Compiling rand_chacha v0.3.1
15072026-08-24T22:05:05.450Z Compiling signature v2.2.0
15082026-08-24T22:05:05.630Z Compiling hex v0.4.3
15092026-08-24T22:05:05.830Z Compiling thiserror-impl v1.0.69
15102026-08-24T22:05:05.877Z Compiling openssl-macros v0.1.1
15112026-08-24T22:05:05.907Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-24T22:05:06.184Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-24T22:05:06.217Z Compiling num-integer v0.1.46
15142026-08-24T22:05:06.264Z Compiling wait-timeout v0.2.1
15152026-08-24T22:05:06.521Z Compiling ahash v0.8.12
15162026-08-24T22:05:06.528Z Compiling packed_struct v0.10.1
15172026-08-24T22:05:06.566Z Compiling num-conv v0.2.0
15182026-08-24T22:05:06.675Z Compiling darling_macro v0.20.11
15192026-08-24T22:05:06.689Z Compiling powerfmt v0.2.0
15202026-08-24T22:05:06.727Z Compiling native-tls v0.2.18
15212026-08-24T22:05:06.770Z Compiling funty v2.0.0
15222026-08-24T22:05:06.887Z Compiling bit-vec v0.8.0
15232026-08-24T22:05:06.929Z Compiling num-bigint-dig v0.8.6
15242026-08-24T22:05:07.049Z Compiling quick-error v1.2.3
15252026-08-24T22:05:07.104Z Compiling time-core v0.1.8
15262026-08-24T22:05:07.134Z Compiling rusty-fork v0.3.1
15272026-08-24T22:05:07.153Z Compiling darling v0.20.11
15282026-08-24T22:05:07.170Z Compiling hyper v1.10.1
15292026-08-24T22:05:07.228Z Compiling bit-set v0.8.0
15302026-08-24T22:05:07.245Z Compiling time-macros v0.2.27
15312026-08-24T22:05:07.313Z Compiling bitvec v1.0.1
15322026-08-24T22:05:07.394Z Compiling thiserror v1.0.69
15332026-08-24T22:05:07.455Z Compiling clap_builder v4.6.0
15342026-08-24T22:05:07.503Z Compiling deranged v0.5.8
15352026-08-24T22:05:08.158Z Compiling num-iter v0.1.45
15362026-08-24T22:05:08.264Z Compiling hyper-util v0.1.20
15372026-08-24T22:05:08.708Z Compiling rand v0.8.6
15382026-08-24T22:05:08.790Z Compiling goblin v0.10.5
15392026-08-24T22:05:09.204Z Compiling packed_struct_codegen v0.10.1
15402026-08-24T22:05:09.491Z Compiling lazy_static v1.5.0
15412026-08-24T22:05:09.583Z Compiling hmac v0.12.1
15422026-08-24T22:05:09.744Z Compiling serde_spanned v0.6.9
15432026-08-24T22:05:09.892Z Compiling toml_datetime v0.6.11
15442026-08-24T22:05:09.945Z Compiling bitfield-macros v0.19.4
15452026-08-24T22:05:10.180Z Compiling zerocopy-derive v0.6.6
15462026-08-24T22:05:10.283Z Compiling clap_derive v4.6.1
15472026-08-24T22:05:10.431Z Compiling rand_xorshift v0.4.0
15482026-08-24T22:05:10.546Z Compiling sync_wrapper v1.0.2
15492026-08-24T22:05:10.679Z Compiling indexmap v1.9.3
15502026-08-24T22:05:10.704Z Compiling zlib-rs v0.6.2
15512026-08-24T22:05:10.848Z Compiling crc-catalog v2.4.0
15522026-08-24T22:05:10.946Z Compiling unarray v0.1.4
15532026-08-24T22:05:11.023Z Compiling nodrop v0.1.14
15542026-08-24T22:05:11.055Z Compiling crossbeam-utils v0.8.21
15552026-08-24T22:05:11.116Z Compiling siphasher v1.0.2
15562026-08-24T22:05:11.243Z Compiling object v0.37.3
15572026-08-24T22:05:11.312Z Compiling usdt-impl v0.6.0
15582026-08-24T22:05:11.345Z Compiling paste v1.0.15
15592026-08-24T22:05:11.505Z Compiling num_threads v0.1.7
15602026-08-24T22:05:11.568Z Compiling dof v0.4.0
15612026-08-24T22:05:11.608Z Compiling time v0.3.47
15622026-08-24T22:05:11.697Z Compiling array-init v0.0.4
15632026-08-24T22:05:12.024Z Compiling proptest v1.11.0
15642026-08-24T22:05:12.038Z Compiling clap v4.6.1
15652026-08-24T22:05:12.114Z Compiling zerocopy v0.6.6
15662026-08-24T22:05:12.432Z Compiling crc v3.4.0
15672026-08-24T22:05:12.644Z Compiling bitfield v0.19.4
15682026-08-24T22:05:12.682Z Compiling tower v0.5.3
15692026-08-24T22:05:13.228Z Compiling smallvec v0.6.14
15702026-08-24T22:05:13.424Z Compiling derive_builder_core v0.20.2
15712026-08-24T22:05:13.458Z Compiling dtrace-parser v0.3.0
15722026-08-24T22:05:13.896Z Compiling flate2 v1.1.9
15732026-08-24T22:05:14.065Z Compiling ipnetwork v0.21.1
15742026-08-24T22:05:14.182Z Compiling http-body-util v0.1.3
15752026-08-24T22:05:14.246Z Compiling pkcs1 v0.7.5
15762026-08-24T22:05:14.261Z Compiling heapless v0.7.17
15772026-08-24T22:05:14.288Z Compiling scroll_derive v0.12.1
15782026-08-24T22:05:14.437Z Compiling structmeta-derive v0.3.0
15792026-08-24T22:05:14.451Z Compiling slog v2.8.2
15802026-08-24T22:05:14.497Z Compiling darling_core v0.23.0
15812026-08-24T22:05:14.636Z Compiling thread-id v5.1.0
15822026-08-24T22:05:14.653Z Compiling cookie v0.18.1
15832026-08-24T22:05:14.748Z Compiling env_filter v2.0.0
15842026-08-24T22:05:14.817Z Compiling unicode-bidi v0.3.18
15852026-08-24T22:05:14.940Z Compiling allocator-api2 v0.2.21
15862026-08-24T22:05:15.033Z Compiling hashbrown v0.12.3
15872026-08-24T22:05:15.317Z Compiling winnow v0.5.40
15882026-08-24T22:05:15.395Z Compiling unicode-properties v0.1.4
15892026-08-24T22:05:15.503Z Compiling iri-string v0.7.10
15902026-08-24T22:05:15.545Z Compiling base64 v0.21.7
15912026-08-24T22:05:15.607Z Compiling signal-hook v0.3.18
15922026-08-24T22:05:15.793Z Compiling gimli v0.32.3
15932026-08-24T22:05:15.864Z Compiling zstd-safe v7.2.4
15942026-08-24T22:05:16.060Z Compiling ryu v1.0.23
15952026-08-24T22:05:16.243Z Compiling anyhow v1.0.104
15962026-08-24T22:05:16.757Z Compiling tower-http v0.6.8
15972026-08-24T22:05:16.770Z Compiling toml_edit v0.19.15
15982026-08-24T22:05:17.047Z Compiling serde_urlencoded v0.7.1
15992026-08-24T22:05:17.066Z Compiling darling_macro v0.23.0
16002026-08-24T22:05:17.193Z Compiling ron v0.8.1
16012026-08-24T22:05:17.287Z Compiling stringprep v0.1.5
16022026-08-24T22:05:17.539Z Compiling addr2line v0.25.1
16032026-08-24T22:05:17.705Z Compiling structmeta v0.3.0
16042026-08-24T22:05:17.872Z Compiling scroll v0.12.0
16052026-08-24T22:05:17.922Z Compiling env_logger v0.11.11
16062026-08-24T22:05:18.170Z Compiling rsa v0.9.10
16072026-08-24T22:05:18.192Z Compiling newtype-uuid v1.3.2
16082026-08-24T22:05:18.261Z Compiling oxnet v0.1.6
16092026-08-24T22:05:18.523Z Compiling derive_builder_macro v0.20.2
16102026-08-24T22:05:18.560Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16112026-08-24T22:05:18.683Z Compiling hashbrown v0.13.2
16122026-08-24T22:05:18.806Z Compiling serde-hex v0.1.0
16132026-08-24T22:05:18.990Z Compiling bzip2 v0.4.4
16142026-08-24T22:05:19.179Z Compiling tokio-native-tls v0.3.1
16152026-08-24T22:05:19.194Z Compiling camino v1.2.5
16162026-08-24T22:05:19.348Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-24T22:05:19.848Z Compiling bstr v1.12.1
16182026-08-24T22:05:20.026Z Compiling crypto-common v0.2.2
16192026-08-24T22:05:20.540Z Compiling block-padding v0.4.2
16202026-08-24T22:05:20.571Z Compiling block-buffer v0.12.1
16212026-08-24T22:05:20.714Z Compiling rustls-native-certs v0.8.3
16222026-08-24T22:05:20.752Z Compiling x509-cert v0.2.5
16232026-08-24T22:05:21.017Z Compiling md-5 v0.10.6
16242026-08-24T22:05:21.186Z Compiling erased-serde v0.3.31
16252026-08-24T22:05:21.227Z Compiling serde_tokenstream v0.2.3
16262026-08-24T22:05:21.578Z Compiling curve25519-dalek v4.1.3
16272026-08-24T22:05:21.669Z Compiling async-trait v0.1.89
16282026-08-24T22:05:21.786Z Compiling daft-derive v0.1.7
16292026-08-24T22:05:21.865Z Compiling zerocopy-derive v0.7.35
16302026-08-24T22:05:22.349Z Compiling pin-project-internal v1.1.11
16312026-08-24T22:05:22.366Z Compiling vergen-lib v9.1.0
16322026-08-24T22:05:22.488Z Compiling hash32 v0.2.1
16332026-08-24T22:05:22.540Z Compiling memoffset v0.9.1
16342026-08-24T22:05:22.656Z Compiling encoding_rs v0.8.35
16352026-08-24T22:05:22.681Z Compiling ref-cast v1.0.25
16362026-08-24T22:05:22.724Z Compiling owo-colors v4.3.0
16372026-08-24T22:05:22.738Z Compiling fallible-iterator v0.2.0
16382026-08-24T22:05:22.912Z Compiling rustc-demangle v0.1.27
16392026-08-24T22:05:23.017Z Compiling crc-any v2.5.0
16402026-08-24T22:05:23.029Z Compiling litrs v1.0.0
16412026-08-24T22:05:23.042Z Compiling rustix v0.38.44
16422026-08-24T22:05:23.148Z Compiling mime v0.3.17
16432026-08-24T22:05:23.195Z Compiling cfg_aliases v0.2.1
16442026-08-24T22:05:23.268Z Compiling psl-types v2.0.11
16452026-08-24T22:05:23.293Z Compiling smoltcp v0.9.1
16462026-08-24T22:05:23.388Z Compiling publicsuffix v2.3.0
16472026-08-24T22:05:23.403Z Compiling nix v0.31.2
16482026-08-24T22:05:23.438Z Compiling pin-project v1.1.11
16492026-08-24T22:05:23.453Z Compiling backtrace v0.3.76
16502026-08-24T22:05:23.520Z Compiling document-features v0.2.12
16512026-08-24T22:05:23.535Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16522026-08-24T22:05:23.599Z Compiling postgres-protocol v0.6.10
16532026-08-24T22:05:23.757Z Compiling zerocopy v0.7.35
16542026-08-24T22:05:24.120Z Compiling daft v0.1.7
16552026-08-24T22:05:24.211Z Compiling inout v0.2.2
16562026-08-24T22:05:24.257Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16572026-08-24T22:05:24.315Z Compiling hyper-tls v0.6.0
16582026-08-24T22:05:24.377Z Compiling zip v0.6.6
16592026-08-24T22:05:24.392Z Compiling object v0.30.4
16602026-08-24T22:05:24.516Z Compiling derive_builder v0.20.2
16612026-08-24T22:05:24.602Z Compiling toml v0.7.8
16622026-08-24T22:05:24.637Z Compiling goblin v0.8.2
16632026-08-24T22:05:24.739Z Compiling derive-ex v0.1.8
16642026-08-24T22:05:24.943Z Compiling darling v0.23.0
16652026-08-24T22:05:25.229Z Compiling phf_shared v0.13.1
16662026-08-24T22:05:25.350Z Compiling regex v1.12.3
16672026-08-24T22:05:25.469Z Compiling hubpack_derive v0.1.1
16682026-08-24T22:05:25.490Z Compiling futures-executor v0.3.32
16692026-08-24T22:05:25.736Z Compiling curve25519-dalek-derive v0.1.1
16702026-08-24T22:05:25.764Z Compiling strum_macros v0.27.2
16712026-08-24T22:05:25.910Z Compiling ref-cast-impl v1.0.25
16722026-08-24T22:05:26.383Z Compiling snafu-derive v0.8.9
16732026-08-24T22:05:26.446Z Compiling vergen v9.1.0
16742026-08-24T22:05:26.455Z Compiling cargo-platform v0.3.2
16752026-08-24T22:05:26.619Z Compiling ff v0.13.1
16762026-08-24T22:05:26.727Z Compiling fs-err v3.3.0
16772026-08-24T22:05:26.763Z Compiling either v1.15.0
16782026-08-24T22:05:26.904Z Compiling jiff-core v0.1.0
16792026-08-24T22:05:26.970Z Compiling foldhash v0.2.0
16802026-08-24T22:05:27.196Z Compiling managed v0.8.0
16812026-08-24T22:05:27.277Z Compiling bumpalo v3.20.2
16822026-08-24T22:05:27.403Z Compiling foldhash v0.1.5
16832026-08-24T22:05:27.531Z Compiling path-slash v0.1.5
16842026-08-24T22:05:27.573Z Compiling is_ci v1.2.0
16852026-08-24T22:05:27.658Z Compiling unicode-segmentation v1.12.0
16862026-08-24T22:05:27.708Z Compiling same-file v1.0.6
16872026-08-24T22:05:27.734Z Compiling bitflags v1.3.2
16882026-08-24T22:05:27.812Z Compiling libbz2-rs-sys v0.2.2
16892026-08-24T22:05:27.897Z Compiling base16ct v0.2.0
16902026-08-24T22:05:27.958Z Compiling textwrap v0.16.2
16912026-08-24T22:05:28.035Z Compiling sec1 v0.7.3
16922026-08-24T22:05:28.068Z Compiling walkdir v2.5.0
16932026-08-24T22:05:28.271Z Compiling snafu v0.8.9
16942026-08-24T22:05:28.322Z Compiling bzip2 v0.6.1
16952026-08-24T22:05:28.364Z Compiling strum v0.27.2
16962026-08-24T22:05:28.409Z Compiling supports-color v3.0.2
16972026-08-24T22:05:28.485Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16982026-08-24T22:05:28.493Z Compiling jiff v0.2.34
16992026-08-24T22:05:28.520Z Compiling hashbrown v0.15.5
17002026-08-24T22:05:28.578Z Compiling zopfli v0.8.3
17012026-08-24T22:05:28.634Z Compiling hashbrown v0.16.1
17022026-08-24T22:05:29.023Z Compiling dof v0.3.0
17032026-08-24T22:05:29.097Z Compiling group v0.13.0
17042026-08-24T22:05:29.200Z Compiling cargo_metadata v0.23.1
17052026-08-24T22:05:29.258Z Compiling test-strategy v0.4.5
17062026-08-24T22:05:29.744Z Compiling hubpack v0.1.2
17072026-08-24T22:05:29.867Z Compiling futures v0.3.32
17082026-08-24T22:05:29.952Z Compiling phf v0.13.1
17092026-08-24T22:05:30.119Z Compiling signal-hook-mio v0.2.5
17102026-08-24T22:05:30.246Z Compiling serde_with_macros v3.21.0
17112026-08-24T22:05:30.373Z Compiling cookie_store v0.22.1
17122026-08-24T22:05:30.581Z Compiling zstd v0.13.3
17132026-08-24T22:05:30.782Z Compiling reqwest v0.12.28
17142026-08-24T22:05:30.852Z Compiling cipher v0.5.2
17152026-08-24T22:05:31.048Z Compiling postgres-types v0.2.12
17162026-08-24T22:05:31.175Z Compiling backtrace-ext v0.2.1
17172026-08-24T22:05:31.595Z Compiling usdt-attr-macro v0.6.0
17182026-08-24T22:05:32.061Z Compiling usdt-macro v0.6.0
17192026-08-24T22:05:32.126Z Compiling globset v0.4.18
17202026-08-24T22:05:32.347Z Compiling phf_shared v0.11.3
17212026-08-24T22:05:32.392Z Compiling hkdf v0.12.4
17222026-08-24T22:05:32.526Z Compiling dtrace-parser v0.2.0
17232026-08-24T22:05:32.534Z Compiling byte-wrapper v0.1.0
17242026-08-24T22:05:32.561Z Compiling olpc-cjson v0.1.4
17252026-08-24T22:05:32.618Z Compiling ed25519 v2.2.3
17262026-08-24T22:05:32.723Z Compiling crypto-bigint v0.5.5
17272026-08-24T22:05:32.804Z Compiling serde-big-array v0.5.1
17282026-08-24T22:05:32.810Z Compiling serde_plain v1.0.2
17292026-08-24T22:05:32.865Z Compiling strum_macros v0.26.4
17302026-08-24T22:05:32.946Z Compiling enum-as-inner v0.6.1
17312026-08-24T22:05:33.012Z Compiling serde_repr v0.1.20
17322026-08-24T22:05:33.246Z Compiling miette-derive v7.6.0
17332026-08-24T22:05:33.448Z Compiling async-recursion v1.1.1
17342026-08-24T22:05:33.533Z Compiling pem v3.0.6
17352026-08-24T22:05:33.545Z Compiling float-cmp v0.10.0
17362026-08-24T22:05:33.697Z Compiling thread-id v4.2.2
17372026-08-24T22:05:33.784Z Compiling memmap2 v0.9.10
17382026-08-24T22:05:33.854Z Compiling normalize-line-endings v0.3.0
17392026-08-24T22:05:33.956Z Compiling typed-path v0.9.3
17402026-08-24T22:05:34.002Z Compiling supports-hyperlinks v3.2.0
17412026-08-24T22:05:34.112Z Compiling new_debug_unreachable v1.0.6
17422026-08-24T22:05:34.158Z Compiling fixedbitset v0.5.7
17432026-08-24T22:05:34.172Z Compiling winnow v1.0.3
17442026-08-24T22:05:34.389Z Compiling supports-unicode v3.0.0
17452026-08-24T22:05:34.462Z Compiling const-oid v0.10.2
17462026-08-24T22:05:34.542Z Compiling cpufeatures v0.3.0
17472026-08-24T22:05:34.555Z Compiling whoami v2.1.0
17482026-08-24T22:05:34.587Z Compiling static_assertions v1.1.0
17492026-08-24T22:05:34.613Z Compiling precomputed-hash v0.1.1
17502026-08-24T22:05:34.658Z Compiling keccak v0.1.6
17512026-08-24T22:05:34.673Z Compiling fixedbitset v0.4.2
17522026-08-24T22:05:34.705Z Compiling data-encoding v2.10.0
17532026-08-24T22:05:34.828Z Compiling predicates-core v1.0.10
17542026-08-24T22:05:34.883Z Compiling difflib v0.4.0
17552026-08-24T22:05:34.927Z Compiling petgraph v0.6.5
17562026-08-24T22:05:34.999Z Compiling hickory-proto v0.25.2
17572026-08-24T22:05:35.162Z Compiling predicates v3.1.4
17582026-08-24T22:05:35.301Z Compiling toml_parser v1.1.2+spec-1.1.0
17592026-08-24T22:05:35.427Z Compiling sha3 v0.10.8
17602026-08-24T22:05:35.447Z Compiling tokio-postgres v0.7.16
17612026-08-24T22:05:35.491Z Compiling string_cache v0.8.9
17622026-08-24T22:05:35.722Z Compiling toml_edit v0.22.27
17632026-08-24T22:05:35.858Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-24T22:05:35.898Z Compiling miette v7.6.0
17652026-08-24T22:05:35.933Z Compiling chacha20 v0.10.0
17662026-08-24T22:05:36.309Z Compiling digest v0.11.3
17672026-08-24T22:05:36.433Z Compiling strum v0.26.3
17682026-08-24T22:05:36.543Z Compiling petgraph v0.8.3
17692026-08-24T22:05:36.566Z Compiling usdt v0.6.0
17702026-08-24T22:05:36.834Z Compiling usdt-impl v0.5.0
17712026-08-24T22:05:37.063Z Compiling elliptic-curve v0.13.8
17722026-08-24T22:05:37.410Z Compiling ed25519-dalek v2.2.0
17732026-08-24T22:05:37.467Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17742026-08-24T22:05:37.678Z Compiling crossterm v0.28.1
17752026-08-24T22:05:38.475Z Compiling serde_with v3.21.0
17762026-08-24T22:05:38.483Z Compiling zip v4.6.1
17772026-08-24T22:05:38.924Z Compiling iddqd v0.4.2
17782026-08-24T22:05:39.039Z Compiling heck v0.4.1
17792026-08-24T22:05:39.261Z Compiling similar v2.7.0
17802026-08-24T22:05:39.339Z Compiling itertools v0.15.0
17812026-08-24T22:05:39.414Z Compiling itertools v0.13.0
17822026-08-24T22:05:39.605Z Compiling crossbeam-epoch v0.9.18
17832026-08-24T22:05:39.763Z Compiling tokio-stream v0.1.18
17842026-08-24T22:05:39.917Z Compiling buf-list v1.1.2
17852026-08-24T22:05:40.087Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17862026-08-24T22:05:40.175Z Compiling openapiv3 v2.2.0
17872026-08-24T22:05:40.212Z Compiling lalrpop-util v0.19.12
17882026-08-24T22:05:40.229Z Compiling peg-runtime v0.8.5
17892026-08-24T22:05:40.268Z Compiling thread_local v1.1.9
17902026-08-24T22:05:40.400Z Compiling slog-async v2.8.0
17912026-08-24T22:05:40.418Z Compiling crossbeam-channel v0.5.15
17922026-08-24T22:05:40.502Z Compiling is-terminal v0.4.17
17932026-08-24T22:05:40.520Z Compiling filetime v0.2.27
17942026-08-24T22:05:40.600Z Compiling xattr v1.6.1
17952026-08-24T22:05:40.656Z Compiling term v1.2.1
17962026-08-24T22:05:40.692Z Compiling take_mut v0.2.2
17972026-08-24T22:05:40.700Z Compiling camino-tempfile v1.4.1
17982026-08-24T22:05:40.723Z Compiling tar v0.4.46
17992026-08-24T22:05:41.240Z Compiling slog-term v2.9.2
18002026-08-24T22:05:47.009Z Compiling rustls-webpki v0.103.13
18012026-08-24T22:05:49.681Z Compiling tokio-rustls v0.26.4
18022026-08-24T22:05:49.682Z Compiling rustls-platform-verifier v0.6.2
18032026-08-24T22:05:49.685Z Compiling tough v0.22.0
18042026-08-24T22:05:49.884Z Compiling hyper-rustls v0.27.7
18052026-08-24T22:05:50.081Z Compiling reqwest v0.13.2
18062026-08-24T22:05:52.319Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072026-08-24T22:05:52.535Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18082026-08-24T22:05:55.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18092026-08-24T22:05:55.564Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18102026-08-24T22:05:55.620ZAug 24 22:05:53.957 INFO Starting download, target: Console
18112026-08-24T22:05:55.620ZAug 24 22:05:53.957 INFO Starting download, target: DendriteStub
18122026-08-24T22:05:55.620ZAug 24 22:05:53.957 INFO Starting download, target: Cockroach
18132026-08-24T22:05:55.620ZAug 24 22:05:53.957 INFO Starting download, target: Clickhouse
18142026-08-24T22:05:55.620ZAug 24 22:05:53.957 INFO Starting download, target: MaghemiteMgd
18152026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Starting download, target: MaghemiteDdmd
18162026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Starting download, target: TransceiverControl
18172026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18182026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18192026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18232026-08-24T22:05:55.623ZAug 24 22:05:53.958 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-24T22:05:55.921ZAug 24 22:05:54.260 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18252026-08-24T22:05:56.160ZAug 24 22:05:54.494 INFO Download complete, target: TransceiverControl
18262026-08-24T22:05:57.465ZAug 24 22:05:55.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-08-24T22:05:57.660ZAug 24 22:05:55.978 INFO Download complete, target: Console
18282026-08-24T22:05:58.215ZAug 24 22:05:56.541 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-24T22:05:58.395ZAug 24 22:05:56.718 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18302026-08-24T22:05:58.858ZAug 24 22:05:57.176 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18312026-08-24T22:05:59.306ZAug 24 22:05:57.612 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18322026-08-24T22:05:59.665ZAug 24 22:05:57.998 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-08-24T22:05:59.665ZAug 24 22:05:57.998 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-08-24T22:06:00.313ZAug 24 22:05:58.648 INFO Download complete, target: MaghemiteDdmd
18352026-08-24T22:06:01.390ZAug 24 22:05:59.722 INFO Download complete, target: DendriteStub
18362026-08-24T22:06:01.877ZAug 24 22:06:00.214 INFO Download complete, target: MaghemiteMgd
18372026-08-24T22:06:04.284ZAug 24 22:06:02.623 INFO Checking that binary works, target: Cockroach
18382026-08-24T22:06:04.398ZAug 24 22:06:02.735 INFO Download complete, target: Cockroach
18392026-08-24T22:06:05.026ZAug 24 22:06:03.364 INFO Checking that binary works, target: Clickhouse
18402026-08-24T22:06:05.152ZAug 24 22:06:03.490 INFO Download complete, target: Clickhouse
18412026-08-24T22:06:05.167ZAll builder prerequisites installed successfully, and PATH looks valid
18422026-08-24T22:06:05.170Z
18432026-08-24T22:06:05.171Zreal 2:40.363249800
18442026-08-24T22:06:05.171Zuser 7:18.355828864
18452026-08-24T22:06:05.171Zsys 1:26.011488303
18462026-08-24T22:06:05.171Ztrap 0.242201038
18472026-08-24T22:06:05.171Ztflt 0.613635465
18482026-08-24T22:06:05.171Zdflt 0.927798043
18492026-08-24T22:06:05.171Zkflt 0.027677608
18502026-08-24T22:06:05.171Zlock 27:17.711053703
18512026-08-24T22:06:05.171Zslp 22:57.354066757
18522026-08-24T22:06:05.171Zlat 48.562942102
18532026-08-24T22:06:05.171Zstop 2:43.908829624
18542026-08-24T22:06:05.171Z+ banner clippy
18552026-08-24T22:06:05.171Z
18562026-08-24T22:06:05.171Z #### # # ##### ##### # #
18572026-08-24T22:06:05.171Z # # # # # # # # # #
18582026-08-24T22:06:05.171Z # # # # # # # #
18592026-08-24T22:06:05.171Z # # # ##### ##### #
18602026-08-24T22:06:05.171Z # # # # # # #
18612026-08-24T22:06:05.171Z #### ###### # # # #
18622026-08-24T22:06:05.171Z
18632026-08-24T22:06:05.171Z+ export CARGO_INCREMENTAL=0
18642026-08-24T22:06:05.171Z+ CARGO_INCREMENTAL=0
18652026-08-24T22:06:05.171Z+ ptime -m cargo xtask clippy
18662026-08-24T22:06:05.634Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18672026-08-24T22:06:05.936Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18682026-08-24T22:06:07.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18692026-08-24T22:06:07.803Z Running `target/debug/xtask clippy`
18702026-08-24T22:06:07.829Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18712026-08-24T22:06:08.396Z Downloading crates ...
18722026-08-24T22:06:08.567Z Downloaded concurrent-queue v2.5.0
18732026-08-24T22:06:08.570Z Downloaded async-object-pool v0.2.0
18742026-08-24T22:06:08.570Z Downloaded constant_time_eq v0.3.1
18752026-08-24T22:06:08.570Z Downloaded cast v0.3.0
18762026-08-24T22:06:08.570Z Downloaded assert-json-diff v2.0.2
18772026-08-24T22:06:08.570Z Downloaded anes v0.1.6
18782026-08-24T22:06:08.573Z Downloaded approx v0.5.1
18792026-08-24T22:06:08.573Z Downloaded criterion-plot v0.6.0
18802026-08-24T22:06:08.573Z Downloaded escape8259 v0.5.3
18812026-08-24T22:06:08.576Z Downloaded async-lock v3.4.2
18822026-08-24T22:06:08.576Z Downloaded blake2b_simd v1.0.4
18832026-08-24T22:06:08.576Z Downloaded event-listener-strategy v0.5.4
18842026-08-24T22:06:08.577Z Downloaded assert_cmd v2.1.2
18852026-08-24T22:06:08.580Z Downloaded cfg-expr v0.20.6
18862026-08-24T22:06:08.580Z Downloaded datatest-stable v0.3.3
18872026-08-24T22:06:08.584Z Downloaded criterion v0.7.0
18882026-08-24T22:06:08.588Z Downloaded event-listener v5.4.1
18892026-08-24T22:06:08.588Z Downloaded fancy-regex v0.14.0
18902026-08-24T22:06:08.592Z Downloaded futures-timer v3.0.3
18912026-08-24T22:06:08.592Z Downloaded guppy-workspace-hack v0.1.0
18922026-08-24T22:06:08.592Z Downloaded hex-literal v0.4.1
18932026-08-24T22:06:08.592Z Downloaded guppy v0.17.25
18942026-08-24T22:06:08.595Z Downloaded hickory-client v0.25.2
18952026-08-24T22:06:08.595Z Downloaded httptest v0.16.4
18962026-08-24T22:06:08.595Z Downloaded linkme-impl v0.3.35
18972026-08-24T22:06:08.595Z Downloaded miette-derive v5.10.0
18982026-08-24T22:06:08.595Z Downloaded nested v0.1.1
18992026-08-24T22:06:08.598Z Downloaded knuffel-derive v3.2.0
19002026-08-24T22:06:08.598Z Downloaded libtest-mimic v0.8.1
19012026-08-24T22:06:08.598Z Downloaded linkme v0.3.35
19022026-08-24T22:06:08.601Z Downloaded knuffel v3.2.0
19032026-08-24T22:06:08.601Z Downloaded parking v2.2.1
19042026-08-24T22:06:08.601Z Downloaded pathdiff v0.2.3
19052026-08-24T22:06:08.601Z Downloaded oorandom v11.1.5
19062026-08-24T22:06:08.601Z Downloaded owo-colors v3.5.0
19072026-08-24T22:06:08.606Z Downloaded miette v5.10.0
19082026-08-24T22:06:08.606Z Downloaded plotters-svg v0.3.7
19092026-08-24T22:06:08.611Z Downloaded path-tree v0.8.3
19102026-08-24T22:06:08.611Z Downloaded partial-io v0.5.4
19112026-08-24T22:06:08.611Z Downloaded plotters-backend v0.3.7
19122026-08-24T22:06:08.611Z Downloaded relative-path v1.9.3
19132026-08-24T22:06:08.611Z Downloaded serde_regex v1.1.0
19142026-08-24T22:06:08.611Z Downloaded rust-argon2 v2.1.0
19152026-08-24T22:06:08.611Z Downloaded rand_distr v0.5.1
19162026-08-24T22:06:08.614Z Downloaded rstest v0.25.0
19172026-08-24T22:06:08.614Z Downloaded rstest_macros v0.25.0
19182026-08-24T22:06:08.617Z Downloaded similar-asserts v1.7.0
19192026-08-24T22:06:08.617Z Downloaded terminal_size v0.1.17
19202026-08-24T22:06:08.620Z Downloaded target-triple v1.0.0
19212026-08-24T22:06:08.620Z Downloaded stringmetrics v2.2.2
19222026-08-24T22:06:08.620Z Downloaded plotters v0.3.7
19232026-08-24T22:06:08.623Z Downloaded supports-color v2.1.0
19242026-08-24T22:06:08.626Z Downloaded supports-hyperlinks v2.1.0
19252026-08-24T22:06:08.626Z Downloaded supports-unicode v2.1.0
19262026-08-24T22:06:08.626Z Downloaded target-spec v3.5.7
19272026-08-24T22:06:08.626Z Downloaded target-lexicon v0.13.3
19282026-08-24T22:06:08.626Z Downloaded termcolor v1.4.1
19292026-08-24T22:06:08.629Z Downloaded textwrap v0.15.2
19302026-08-24T22:06:08.629Z Downloaded tinytemplate v1.2.1
19312026-08-24T22:06:08.629Z Downloaded trybuild v1.0.116
19322026-08-24T22:06:08.669Z Downloaded httpmock v0.8.3
19332026-08-24T22:06:10.482Z Checking cfg-if v1.0.4
19342026-08-24T22:06:10.855Z Checking serde_core v1.0.228
19352026-08-24T22:06:10.855Z Checking libc v0.2.185
19362026-08-24T22:06:10.931Z Checking memchr v2.8.0
19372026-08-24T22:06:10.976Z Checking smallvec v1.15.1
19382026-08-24T22:06:11.016Z Checking itoa v1.0.17
19392026-08-24T22:06:11.054Z Checking subtle v2.6.1
19402026-08-24T22:06:11.088Z Checking rand_core v0.10.0
19412026-08-24T22:06:11.131Z Checking log v0.4.33
19422026-08-24T22:06:11.186Z Checking libm v0.2.16
19432026-08-24T22:06:11.237Z Checking typenum v1.20.1
19442026-08-24T22:06:11.279Z Checking scopeguard v1.2.0
19452026-08-24T22:06:11.314Z Checking errno v0.3.14
19462026-08-24T22:06:11.318Z Checking getrandom v0.4.3
19472026-08-24T22:06:11.389Z Checking zmij v1.0.21
19482026-08-24T22:06:11.389Z Checking stable_deref_trait v1.2.1
19492026-08-24T22:06:11.463Z Checking lock_api v0.4.14
19502026-08-24T22:06:11.505Z Checking zerofrom v0.1.6
19512026-08-24T22:06:11.549Z Checking percent-encoding v2.3.2
19522026-08-24T22:06:11.589Z Checking writeable v0.6.2
19532026-08-24T22:06:11.627Z Checking litemap v0.8.1
19542026-08-24T22:06:11.665Z Checking yoke v0.8.1
19552026-08-24T22:06:11.704Z Checking icu_normalizer_data v2.1.1
19562026-08-24T22:06:11.745Z Checking icu_properties_data v2.1.2
19572026-08-24T22:06:11.785Z Checking form_urlencoded v1.2.2
19582026-08-24T22:06:11.822Z Checking utf8_iter v1.0.4
19592026-08-24T22:06:11.861Z Checking zerovec v0.11.5
19602026-08-24T22:06:11.861Z Checking zerotrie v0.2.3
19612026-08-24T22:06:11.932Z Checking num-traits v0.2.19
19622026-08-24T22:06:11.936Z Checking pin-project-lite v0.2.17
19632026-08-24T22:06:12.007Z Checking zerocopy v0.8.55
19642026-08-24T22:06:12.047Z Checking parking_lot_core v0.9.12
19652026-08-24T22:06:12.051Z Checking portable-atomic v1.13.1
19662026-08-24T22:06:12.122Z Checking critical-section v1.2.0
19672026-08-24T22:06:12.167Z Checking signal-hook-registry v1.4.8
19682026-08-24T22:06:12.255Z Checking mio v1.2.0
19692026-08-24T22:06:12.293Z Checking parking_lot v0.12.5
19702026-08-24T22:06:12.327Z Checking tinystr v0.8.2
19712026-08-24T22:06:12.363Z Checking potential_utf v0.1.4
19722026-08-24T22:06:12.410Z Checking serde v1.0.228
19732026-08-24T22:06:12.482Z Checking bitflags v2.11.0
19742026-08-24T22:06:12.521Z Checking serde_json v1.0.151
19752026-08-24T22:06:12.524Z Checking icu_collections v2.1.1
19762026-08-24T22:06:12.524Z Checking once_cell v1.21.3
19772026-08-24T22:06:12.625Z Checking icu_locale_core v2.1.1
19782026-08-24T22:06:12.675Z Checking socket2 v0.6.3
19792026-08-24T22:06:12.718Z Checking iana-time-zone v0.1.65
19802026-08-24T22:06:12.795Z Checking uuid v1.23.4
19812026-08-24T22:06:12.838Z Checking zeroize v1.9.0
19822026-08-24T22:06:12.875Z Checking bytes v1.11.1
19832026-08-24T22:06:12.911Z Checking chrono v0.4.45
19842026-08-24T22:06:12.959Z Checking semver v1.0.28
19852026-08-24T22:06:13.039Z Checking thiserror v2.0.18
19862026-08-24T22:06:13.163Z Checking dyn-clone v1.0.20
19872026-08-24T22:06:13.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19882026-08-24T22:06:13.209Z Checking icu_provider v2.1.1
19892026-08-24T22:06:13.240Z Checking futures-core v0.3.32
19902026-08-24T22:06:13.244Z Checking getrandom v0.3.4
19912026-08-24T22:06:13.346Z Checking rustix v1.1.4
19922026-08-24T22:06:13.349Z Checking tokio v1.52.1
19932026-08-24T22:06:13.416Z Checking equivalent v1.0.2
19942026-08-24T22:06:13.497Z Checking getrandom v0.2.17
19952026-08-24T22:06:13.534Z Checking cmov v0.5.4
19962026-08-24T22:06:13.538Z Checking icu_normalizer v2.1.1
19972026-08-24T22:06:13.604Z Checking icu_properties v2.1.2
19982026-08-24T22:06:13.674Z Checking rand_core v0.6.4
19992026-08-24T22:06:13.755Z Checking ctutils v0.4.2
20002026-08-24T22:06:13.795Z Checking byteorder v1.5.0
20012026-08-24T22:06:13.880Z Checking futures-sink v0.3.32
20022026-08-24T22:06:13.918Z Checking slab v0.4.12
20032026-08-24T22:06:14.005Z Checking hybrid-array v0.4.13
20042026-08-24T22:06:14.044Z Checking futures-channel v0.3.32
20052026-08-24T22:06:14.047Z Checking futures-task v0.3.32
20062026-08-24T22:06:14.113Z Checking futures-io v0.3.32
20072026-08-24T22:06:14.211Z Checking hashbrown v0.17.0
20082026-08-24T22:06:14.250Z Checking generic-array v0.14.7
20092026-08-24T22:06:14.285Z Checking thiserror v1.0.69
20102026-08-24T22:06:14.288Z Checking futures-util v0.3.32
20112026-08-24T22:06:14.413Z Checking regex-syntax v0.8.10
20122026-08-24T22:06:14.455Z Checking idna_adapter v1.2.1
20132026-08-24T22:06:14.605Z Checking idna v1.1.0
20142026-08-24T22:06:14.704Z Checking indexmap v2.14.0
20152026-08-24T22:06:14.743Z Checking fnv v1.0.7
20162026-08-24T22:06:14.780Z Checking crypto-common v0.2.2
20172026-08-24T22:06:14.783Z Checking ppv-lite86 v0.2.21
20182026-08-24T22:06:14.864Z Checking base64ct v1.8.3
20192026-08-24T22:06:14.902Z Checking url v2.5.8
20202026-08-24T22:06:15.124Z Checking const-oid v0.9.6
20212026-08-24T22:06:15.162Z Checking crypto-common v0.1.7
20222026-08-24T22:06:15.293Z Checking block-buffer v0.12.1
20232026-08-24T22:06:15.330Z Checking base64 v0.22.1
20242026-08-24T22:06:15.366Z Checking schemars v0.8.22
20252026-08-24T22:06:15.404Z Checking block-buffer v0.10.4
20262026-08-24T22:06:15.486Z Checking utf8parse v0.2.2
20272026-08-24T22:06:15.571Z Checking anstyle v1.0.14
20282026-08-24T22:06:15.609Z Checking http v1.4.2
20292026-08-24T22:06:15.646Z Checking tracing-core v0.1.36
20302026-08-24T22:06:15.737Z Checking rand_core v0.9.5
20312026-08-24T22:06:15.803Z Checking is_terminal_polyfill v1.70.2
20322026-08-24T22:06:15.843Z Checking digest v0.10.7
20332026-08-24T22:06:15.929Z Checking anstyle-query v1.1.5
20342026-08-24T22:06:15.966Z Checking colorchoice v1.0.4
20352026-08-24T22:06:16.002Z Checking tracing v0.1.44
20362026-08-24T22:06:16.052Z Checking terminal_size v0.4.3
20372026-08-24T22:06:16.055Z Checking const-oid v0.10.2
20382026-08-24T22:06:16.125Z Checking anstyle-parse v1.0.0
20392026-08-24T22:06:16.128Z Checking erased-serde v0.3.31
20402026-08-24T22:06:16.199Z Checking rand_chacha v0.9.0
20412026-08-24T22:06:16.236Z Checking ipnet v2.12.0
20422026-08-24T22:06:16.240Z Checking aho-corasick v1.1.4
20432026-08-24T22:06:16.308Z Checking anstream v1.0.0
20442026-08-24T22:06:16.311Z Checking crossbeam-utils v0.8.21
20452026-08-24T22:06:16.341Z Checking strsim v0.11.1
20462026-08-24T22:06:16.423Z Checking rand v0.9.2
20472026-08-24T22:06:16.513Z Checking clap_lex v1.0.0
20482026-08-24T22:06:16.551Z Checking unicode-ident v1.0.24
20492026-08-24T22:06:16.554Z Checking powerfmt v0.2.0
20502026-08-24T22:06:16.624Z Checking slog v2.8.2
20512026-08-24T22:06:16.627Z Checking tokio-util v0.7.18
20522026-08-24T22:06:16.697Z Checking clap_builder v4.6.0
20532026-08-24T22:06:16.700Z Checking proc-macro2 v1.0.106
20542026-08-24T22:06:16.769Z Checking allocator-api2 v0.2.21
20552026-08-24T22:06:16.774Z Checking deranged v0.5.8
20562026-08-24T22:06:16.911Z Checking digest v0.11.3
20572026-08-24T22:06:16.948Z Checking num-conv v0.2.0
20582026-08-24T22:06:16.986Z Checking regex-automata v0.4.14
20592026-08-24T22:06:17.065Z Checking quote v1.0.45
20602026-08-24T22:06:17.102Z Checking fastrand v2.3.0
20612026-08-24T22:06:17.106Z Checking time-core v0.1.8
20622026-08-24T22:06:17.172Z Checking cpufeatures v0.3.0
20632026-08-24T22:06:17.258Z Checking num_threads v0.1.7
20642026-08-24T22:06:17.296Z Checking syn v2.0.117
20652026-08-24T22:06:17.299Z Checking httparse v1.10.1
20662026-08-24T22:06:17.367Z Checking anyhow v1.0.104
20672026-08-24T22:06:17.370Z Checking cpufeatures v0.2.17
20682026-08-24T22:06:17.437Z Checking tempfile v3.27.0
20692026-08-24T22:06:17.502Z Checking ipnetwork v0.21.1
20702026-08-24T22:06:17.580Z Checking rustls-pki-types v1.14.0
20712026-08-24T22:06:17.619Z Checking aws-lc-sys v0.40.0
20722026-08-24T22:06:17.666Z Checking untrusted v0.7.1
20732026-08-24T22:06:17.750Z Checking http-body v1.0.1
20742026-08-24T22:06:17.788Z Checking time v0.3.47
20752026-08-24T22:06:17.824Z Checking atomic-waker v1.1.2
20762026-08-24T22:06:17.907Z Checking httpdate v1.0.3
20772026-08-24T22:06:17.944Z Checking try-lock v0.2.5
20782026-08-24T22:06:17.980Z Checking clap v4.6.1
20792026-08-24T22:06:17.983Z Checking h2 v0.4.15
20802026-08-24T22:06:18.069Z Checking want v0.3.1
20812026-08-24T22:06:18.107Z Checking hex v0.4.3
20822026-08-24T22:06:18.110Z Checking tower-layer v0.3.3
20832026-08-24T22:06:18.178Z Checking aws-lc-rs v1.16.3
20842026-08-24T22:06:18.218Z Checking simd-adler32 v0.3.8
20852026-08-24T22:06:18.317Z Checking ryu v1.0.23
20862026-08-24T22:06:18.358Z Checking tower-service v0.3.3
20872026-08-24T22:06:18.417Z Checking untrusted v0.9.0
20882026-08-24T22:06:18.479Z Checking spin v0.9.8
20892026-08-24T22:06:18.483Z Checking unicode-width v0.2.0
20902026-08-24T22:06:18.558Z Checking adler2 v2.0.1
20912026-08-24T22:06:18.695Z Checking miniz_oxide v0.8.9
20922026-08-24T22:06:18.698Z Checking pem-rfc7468 v0.7.0
20932026-08-24T22:06:18.791Z Checking flagset v0.4.7
20942026-08-24T22:06:18.833Z Checking mime v0.3.17
20952026-08-24T22:06:18.928Z Checking block-padding v0.4.2
20962026-08-24T22:06:18.990Z Checking pretty-hex v0.4.1
20972026-08-24T22:06:19.033Z Checking der v0.7.10
20982026-08-24T22:06:19.075Z Checking http-body-util v0.1.3
20992026-08-24T22:06:19.079Z Checking rustls-webpki v0.103.13
21002026-08-24T22:06:19.079Z Checking oxnet v0.1.6
21012026-08-24T22:06:19.179Z Checking camino v1.2.5
21022026-08-24T22:06:19.183Z Checking inout v0.2.2
21032026-08-24T22:06:19.322Z Checking plain v0.2.3
21042026-08-24T22:06:19.391Z Checking openssl-probe v0.2.1
21052026-08-24T22:06:19.428Z Checking ucd-trie v0.1.7
21062026-08-24T22:06:19.466Z Checking cipher v0.5.2
21072026-08-24T22:06:19.501Z Checking regex v1.12.3
21082026-08-24T22:06:19.538Z Checking serde_urlencoded v0.7.1
21092026-08-24T22:06:19.575Z Checking rustls v0.23.41
21102026-08-24T22:06:19.579Z Checking rand_chacha v0.3.1
21112026-08-24T22:06:19.646Z Checking pest v2.8.6
21122026-08-24T22:06:19.731Z Checking encoding_rs v0.8.35
21132026-08-24T22:06:19.769Z Checking futures-executor v0.3.32
21142026-08-24T22:06:19.807Z Checking spki v0.7.3
21152026-08-24T22:06:19.810Z Checking crc32fast v1.5.0
21162026-08-24T22:06:19.878Z Checking rand v0.8.6
21172026-08-24T22:06:19.953Z Checking futures v0.3.32
21182026-08-24T22:06:20.007Z Checking either v1.15.0
21192026-08-24T22:06:20.012Z Checking sync_wrapper v1.0.2
21202026-08-24T22:06:20.078Z Checking pkcs8 v0.10.2
21212026-08-24T22:06:20.175Z Checking tower v0.5.3
21222026-08-24T22:06:20.224Z Checking foldhash v0.2.0
21232026-08-24T22:06:20.269Z Checking iri-string v0.7.10
21242026-08-24T22:06:20.410Z Checking hashbrown v0.16.1
21252026-08-24T22:06:20.481Z Checking openapiv3 v2.2.0
21262026-08-24T22:06:20.590Z Checking bit-vec v0.8.0
21272026-08-24T22:06:20.713Z Checking zlib-rs v0.6.2
21282026-08-24T22:06:20.751Z Checking static_assertions v1.1.0
21292026-08-24T22:06:20.832Z Checking bit-set v0.8.0
21302026-08-24T22:06:20.871Z Checking sha2 v0.10.9
21312026-08-24T22:06:20.875Z Checking hyper v1.10.1
21322026-08-24T22:06:20.949Z Checking wait-timeout v0.2.1
21332026-08-24T22:06:21.011Z Checking rustls-native-certs v0.8.3
21342026-08-24T22:06:21.102Z Checking lazy_static v1.5.0
21352026-08-24T22:06:21.175Z Checking hubpack v0.1.2
21362026-08-24T22:06:21.214Z Checking psl-types v2.0.11
21372026-08-24T22:06:21.249Z Checking tinyvec_macros v0.1.1
21382026-08-24T22:06:21.342Z Checking tower-http v0.6.8
21392026-08-24T22:06:21.380Z Checking quick-error v1.2.3
21402026-08-24T22:06:21.384Z Checking tinyvec v1.10.0
21412026-08-24T22:06:21.384Z Checking publicsuffix v2.3.0
21422026-08-24T22:06:21.511Z Checking rusty-fork v0.3.1
21432026-08-24T22:06:21.600Z Checking cookie v0.18.1
21442026-08-24T22:06:21.638Z Checking flate2 v1.1.9
21452026-08-24T22:06:21.675Z Checking rand_xorshift v0.4.0
21462026-08-24T22:06:21.713Z Checking unarray v0.1.4
21472026-08-24T22:06:21.774Z Checking signature v2.2.0
21482026-08-24T22:06:21.811Z Checking num-integer v0.1.46
21492026-08-24T22:06:21.847Z Checking strum v0.26.3
21502026-08-24T22:06:21.850Z Checking proptest v1.11.0
21512026-08-24T22:06:21.919Z Checking cookie_store v0.22.1
21522026-08-24T22:06:21.953Z Checking hyper-util v0.1.20
21532026-08-24T22:06:21.953Z Checking tokio-rustls v0.26.4
21542026-08-24T22:06:22.023Z Checking rustls-platform-verifier v0.6.2
21552026-08-24T22:06:22.027Z Checking scroll v0.13.0
21562026-08-24T22:06:22.056Z Checking ahash v0.8.12
21572026-08-24T22:06:22.126Z Checking memmap2 v0.9.10
21582026-08-24T22:06:22.192Z Checking unicode-width v0.1.14
21592026-08-24T22:06:22.228Z Checking dtrace-parser v0.3.0
21602026-08-24T22:06:22.271Z Checking serde_spanned v0.6.9
21612026-08-24T22:06:22.311Z Checking goblin v0.10.5
21622026-08-24T22:06:22.314Z Checking toml_datetime v0.6.11
21632026-08-24T22:06:22.343Z Checking thread-id v5.1.0
21642026-08-24T22:06:22.419Z Checking data-encoding v2.10.0
21652026-08-24T22:06:22.458Z Checking bstr v1.12.1
21662026-08-24T22:06:22.496Z Checking hmac v0.12.1
21672026-08-24T22:06:22.499Z Checking base64 v0.21.7
21682026-08-24T22:06:22.566Z Checking x509-cert v0.2.5
21692026-08-24T22:06:22.660Z Checking crossbeam-epoch v0.9.18
21702026-08-24T22:06:22.712Z Checking memoffset v0.9.1
21712026-08-24T22:06:22.789Z Checking num-iter v0.1.45
21722026-08-24T22:06:22.827Z Checking scroll v0.12.0
21732026-08-24T22:06:22.872Z Checking zerocopy v0.7.35
21742026-08-24T22:06:22.911Z Checking rustix v0.38.44
21752026-08-24T22:06:22.948Z Checking env_filter v2.0.0
21762026-08-24T22:06:23.078Z Checking goblin v0.8.2
21772026-08-24T22:06:23.123Z Checking unicode-segmentation v1.12.0
21782026-08-24T22:06:23.244Z Checking hyper-rustls v0.27.7
21792026-08-24T22:06:23.283Z Checking tap v1.0.1
21802026-08-24T22:06:23.396Z Checking smawk v0.3.2
21812026-08-24T22:06:23.434Z Checking unicode-linebreak v0.1.5
21822026-08-24T22:06:23.471Z Checking wyz v0.5.1
21832026-08-24T22:06:23.507Z Checking reqwest v0.13.2
21842026-08-24T22:06:23.553Z Checking env_logger v0.11.11
21852026-08-24T22:06:23.641Z Checking newtype-uuid v1.3.2
21862026-08-24T22:06:23.680Z Checking num-bigint-dig v0.8.6
21872026-08-24T22:06:23.683Z Checking nix v0.31.2
21882026-08-24T22:06:23.752Z Checking dtrace-parser v0.2.0
21892026-08-24T22:06:23.788Z Checking pkcs1 v0.7.5
21902026-08-24T22:06:23.873Z Checking daft v0.1.7
21912026-08-24T22:06:24.011Z Checking ff v0.13.1
21922026-08-24T22:06:24.049Z Checking radium v0.7.0
21932026-08-24T22:06:24.145Z Checking thread-id v4.2.2
21942026-08-24T22:06:24.184Z Checking funty v2.0.0
21952026-08-24T22:06:24.250Z Checking same-file v1.0.6
21962026-08-24T22:06:24.288Z Checking base16ct v0.2.0
21972026-08-24T22:06:24.389Z Checking winnow v1.0.3
21982026-08-24T22:06:24.426Z Checking crc-catalog v2.4.0
21992026-08-24T22:06:24.466Z Checking sec1 v0.7.3
22002026-08-24T22:06:24.501Z Checking rsa v0.9.10
22012026-08-24T22:06:24.539Z Checking bitvec v1.0.1
22022026-08-24T22:06:24.576Z Checking crc v3.4.0
22032026-08-24T22:06:24.660Z Checking dof v0.4.0
22042026-08-24T22:06:24.698Z Checking walkdir v2.5.0
22052026-08-24T22:06:24.776Z Checking group v0.13.0
22062026-08-24T22:06:24.887Z Checking hkdf v0.12.4
22072026-08-24T22:06:24.940Z Checking unicode-normalization v0.1.25
22082026-08-24T22:06:24.979Z Checking crypto-bigint v0.5.5
22092026-08-24T22:06:24.982Z Checking dof v0.3.0
22102026-08-24T22:06:25.051Z Checking zerocopy v0.6.6
22112026-08-24T22:06:25.054Z Checking maybe-uninit v2.0.0
22122026-08-24T22:06:25.183Z Checking winnow v0.5.40
22132026-08-24T22:06:25.257Z Checking is_ci v1.2.0
22142026-08-24T22:06:25.312Z Checking usdt-impl v0.6.0
22152026-08-24T22:06:25.349Z Checking usdt-impl v0.5.0
22162026-08-24T22:06:25.387Z Checking gimli v0.32.3
22172026-08-24T22:06:25.391Z Checking nodrop v0.1.14
22182026-08-24T22:06:25.391Z Checking foreign-types-shared v0.1.1
22192026-08-24T22:06:25.540Z Checking foldhash v0.1.5
22202026-08-24T22:06:25.578Z Checking foreign-types v0.3.2
22212026-08-24T22:06:25.617Z Checking usdt v0.6.0
22222026-08-24T22:06:25.655Z Checking array-init v0.0.4
22232026-08-24T22:06:25.692Z Checking smallvec v0.6.14
22242026-08-24T22:06:25.728Z Checking hashbrown v0.15.5
22252026-08-24T22:06:25.829Z Checking serde_with v3.21.0
22262026-08-24T22:06:25.891Z Checking packed_struct v0.10.1
22272026-08-24T22:06:25.930Z Checking bitfield v0.19.4
22282026-08-24T22:06:25.933Z Checking elliptic-curve v0.13.8
22292026-08-24T22:06:26.002Z Checking bzip2-sys v0.1.13+1.0.8
22302026-08-24T22:06:26.116Z Checking openssl-sys v0.9.117
22312026-08-24T22:06:26.213Z Checking object v0.37.3
22322026-08-24T22:06:26.249Z Checking hashbrown v0.12.3
22332026-08-24T22:06:26.308Z Checking siphasher v1.0.2
22342026-08-24T22:06:26.359Z Checking toml_edit v0.19.15
22352026-08-24T22:06:26.495Z Checking keccak v0.1.6
22362026-08-24T22:06:26.534Z Checking bitflags v1.3.2
22372026-08-24T22:06:26.635Z Checking rustc-demangle v0.1.27
22382026-08-24T22:06:26.676Z Checking indexmap v1.9.3
22392026-08-24T22:06:26.713Z Checking sha3 v0.10.8
22402026-08-24T22:06:26.886Z Checking openssl v0.10.80
22412026-08-24T22:06:26.950Z Checking bzip2 v0.4.4
22422026-08-24T22:06:26.991Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-24T22:06:26.994Z Checking addr2line v0.25.1
22442026-08-24T22:06:27.061Z Checking serde-hex v0.1.0
22452026-08-24T22:06:27.140Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22462026-08-24T22:06:27.284Z Checking toml_parser v1.1.2+spec-1.1.0
22472026-08-24T22:06:27.323Z Checking ron v0.8.1
22482026-08-24T22:06:27.361Z Checking hashbrown v0.13.2
22492026-08-24T22:06:27.402Z Checking toml v0.7.8
22502026-08-24T22:06:27.642Z Checking itertools v0.13.0
22512026-08-24T22:06:27.742Z Checking itertools v0.15.0
22522026-08-24T22:06:27.810Z Checking signal-hook v0.3.18
22532026-08-24T22:06:27.863Z Checking crc-any v2.5.0
22542026-08-24T22:06:28.032Z Checking managed v0.8.0
22552026-08-24T22:06:28.072Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-24T22:06:28.248Z Checking object v0.30.4
22572026-08-24T22:06:28.286Z Checking zip v0.6.6
22582026-08-24T22:06:28.518Z Checking backtrace v0.3.76
22592026-08-24T22:06:28.570Z Checking globset v0.4.18
22602026-08-24T22:06:28.636Z Checking chacha20 v0.10.0
22612026-08-24T22:06:28.710Z Checking curve25519-dalek v4.1.3
22622026-08-24T22:06:28.841Z Checking backtrace-ext v0.2.1
22632026-08-24T22:06:28.880Z Checking toml_write v0.1.2
22642026-08-24T22:06:28.884Z Checking winnow v0.7.14
22652026-08-24T22:06:28.884Z Checking path-slash v0.1.5
22662026-08-24T22:06:28.987Z Checking native-tls v0.2.18
22672026-08-24T22:06:28.990Z Checking signal-hook-mio v0.2.5
22682026-08-24T22:06:29.072Z Checking textwrap v0.16.2
22692026-08-24T22:06:29.113Z Checking ed25519 v2.2.3
22702026-08-24T22:06:29.169Z Checking ref-cast v1.0.25
22712026-08-24T22:06:29.201Z Checking pin-project v1.1.11
22722026-08-24T22:06:29.289Z Checking jiff-core v0.1.0
22732026-08-24T22:06:29.328Z Checking tokio-native-tls v0.3.1
22742026-08-24T22:06:29.332Z Checking pem v3.0.6
22752026-08-24T22:06:29.332Z Checking zstd-sys v2.0.16+zstd.1.5.7
22762026-08-24T22:06:29.509Z Checking ed25519-dalek v2.2.0
22772026-08-24T22:06:29.548Z Checking owo-colors v4.3.0
22782026-08-24T22:06:29.551Z Checking fixedbitset v0.5.7
22792026-08-24T22:06:29.618Z Checking hyper-tls v0.6.0
22802026-08-24T22:06:29.771Z Checking petgraph v0.8.3
22812026-08-24T22:06:29.775Z Checking zstd-safe v7.2.4
22822026-08-24T22:06:29.844Z Checking snafu v0.8.9
22832026-08-24T22:06:29.992Z Checking jiff v0.2.34
22842026-08-24T22:06:30.032Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22852026-08-24T22:06:30.036Z Checking crossterm v0.28.1
22862026-08-24T22:06:30.109Z Checking supports-color v3.0.2
22872026-08-24T22:06:30.148Z Checking toml_edit v0.22.27
22882026-08-24T22:06:30.186Z Checking similar v2.7.0
22892026-08-24T22:06:30.261Z Checking fs-err v3.3.0
22902026-08-24T22:06:30.338Z Checking hash32 v0.2.1
22912026-08-24T22:06:30.525Z Checking serde-big-array v0.5.1
22922026-08-24T22:06:30.587Z Checking serde_plain v1.0.2
22932026-08-24T22:06:30.625Z Checking unicode-bidi v0.3.18
22942026-08-24T22:06:30.698Z Checking typed-path v0.9.3
22952026-08-24T22:06:30.774Z Checking bumpalo v3.20.2
22962026-08-24T22:06:30.811Z Checking libbz2-rs-sys v0.2.2
22972026-08-24T22:06:30.949Z Checking unicode-properties v0.1.4
22982026-08-24T22:06:31.009Z Checking predicates-core v1.0.10
22992026-08-24T22:06:31.046Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23002026-08-24T22:06:31.165Z Checking stringprep v0.1.5
23012026-08-24T22:06:31.169Z Checking zopfli v0.8.3
23022026-08-24T22:06:31.237Z Checking bzip2 v0.6.1
23032026-08-24T22:06:31.280Z Checking heapless v0.7.17
23042026-08-24T22:06:31.348Z Checking zstd v0.13.3
23052026-08-24T22:06:31.392Z Checking reqwest v0.12.28
23062026-08-24T22:06:31.431Z Checking hickory-proto v0.25.2
23072026-08-24T22:06:31.434Z Checking byte-wrapper v0.1.0
23082026-08-24T22:06:31.505Z Checking md-5 v0.10.6
23092026-08-24T22:06:31.553Z Checking float-cmp v0.10.0
23102026-08-24T22:06:31.590Z Checking normalize-line-endings v0.3.0
23112026-08-24T22:06:31.674Z Checking difflib v0.4.0
23122026-08-24T22:06:31.714Z Checking supports-unicode v3.0.0
23132026-08-24T22:06:31.718Z Checking fallible-iterator v0.2.0
23142026-08-24T22:06:31.746Z Checking supports-hyperlinks v3.2.0
23152026-08-24T22:06:31.784Z Checking smoltcp v0.9.1
23162026-08-24T22:06:31.852Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23172026-08-24T22:06:31.890Z Checking predicates v3.1.4
23182026-08-24T22:06:31.928Z Checking miette v7.6.0
23192026-08-24T22:06:31.931Z Checking zip v4.6.1
23202026-08-24T22:06:32.043Z Checking postgres-protocol v0.6.10
23212026-08-24T22:06:32.183Z Checking iddqd v0.4.2
23222026-08-24T22:06:32.221Z Checking phf_shared v0.13.1
23232026-08-24T22:06:32.388Z Checking phf_shared v0.11.3
23242026-08-24T22:06:32.431Z Checking olpc-cjson v0.1.4
23252026-08-24T22:06:32.468Z Checking tokio-stream v0.1.18
23262026-08-24T22:06:32.472Z Checking strum v0.27.2
23272026-08-24T22:06:32.502Z Checking precomputed-hash v0.1.1
23282026-08-24T22:06:32.573Z Checking lalrpop-util v0.19.12
23292026-08-24T22:06:32.576Z Checking new_debug_unreachable v1.0.6
23302026-08-24T22:06:32.644Z Checking fixedbitset v0.4.2
23312026-08-24T22:06:32.648Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-24T22:06:32.715Z Checking tough v0.22.0
23332026-08-24T22:06:32.718Z Checking string_cache v0.8.9
23342026-08-24T22:06:32.786Z Checking phf v0.13.1
23352026-08-24T22:06:32.826Z Checking petgraph v0.6.5
23362026-08-24T22:06:32.865Z Checking postgres-types v0.2.12
23372026-08-24T22:06:32.945Z Checking buf-list v1.1.2
23382026-08-24T22:06:32.984Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23392026-08-24T22:06:33.124Z Checking peg-runtime v0.8.5
23402026-08-24T22:06:33.166Z Checking whoami v2.1.0
23412026-08-24T22:06:33.272Z Checking is-terminal v0.4.17
23422026-08-24T22:06:33.311Z Checking crossbeam-channel v0.5.15
23432026-08-24T22:06:33.348Z Checking thread_local v1.1.9
23442026-08-24T22:06:33.391Z Checking tokio-postgres v0.7.16
23452026-08-24T22:06:33.394Z Checking take_mut v0.2.2
23462026-08-24T22:06:33.548Z Checking term v1.2.1
23472026-08-24T22:06:33.586Z Compiling newtype-uuid-macros v0.1.0
23482026-08-24T22:06:33.681Z Checking slog-async v2.8.0
23492026-08-24T22:06:33.800Z Checking slog-term v2.9.2
23502026-08-24T22:06:33.888Z Checking match_cfg v0.1.0
23512026-08-24T22:06:33.989Z Checking hostname v0.3.1
23522026-08-24T22:06:34.092Z Checking slog-json v2.6.1
23532026-08-24T22:06:34.130Z Compiling multer v3.1.0
23542026-08-24T22:06:34.134Z Compiling async-stream-impl v0.3.6
23552026-08-24T22:06:34.250Z Compiling dropshot v0.17.1
23562026-08-24T22:06:34.286Z Checking slog-bunyan v2.5.0
23572026-08-24T22:06:34.387Z Checking debug-ignore v1.0.5
23582026-08-24T22:06:34.427Z Compiling dropshot_endpoint v0.17.1
23592026-08-24T22:06:34.465Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23602026-08-24T22:06:34.535Z Checking serde_path_to_error v0.1.20
23612026-08-24T22:06:34.579Z Checking progenitor-client v0.14.0
23622026-08-24T22:06:34.710Z Checking sha1 v0.11.0
23632026-08-24T22:06:34.749Z Checking serde_spanned v1.1.1
23642026-08-24T22:06:34.785Z Checking toml_datetime v1.1.1+spec-1.1.0
23652026-08-24T22:06:34.833Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662026-08-24T22:06:34.870Z Checking toml_writer v1.1.1+spec-1.1.0
23672026-08-24T22:06:34.909Z Checking compression-core v0.4.31
23682026-08-24T22:06:34.945Z Checking async-stream v0.3.6
23692026-08-24T22:06:35.019Z Checking waitgroup v0.1.2
23702026-08-24T22:06:35.094Z Checking compression-codecs v0.4.37
23712026-08-24T22:06:35.097Z Checking toml v1.1.2+spec-1.1.0
23722026-08-24T22:06:35.164Z Checking rustls-pemfile v2.2.0
23732026-08-24T22:06:35.168Z Checking hostname v0.4.2
23742026-08-24T22:06:35.239Z Checking atomicwrites v0.4.4
23752026-08-24T22:06:35.243Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762026-08-24T22:06:35.313Z Compiling parse-display-derive v0.10.0
23772026-08-24T22:06:35.353Z Checking macaddr v1.0.1
23782026-08-24T22:06:35.356Z Checking async-compression v0.4.41
23792026-08-24T22:06:35.356Z Checking regress v0.10.5
23802026-08-24T22:06:35.460Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23812026-08-24T22:06:35.463Z Checking instant v0.1.13
23822026-08-24T22:06:35.559Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-08-24T22:06:35.614Z Checking itertools v0.14.0
23842026-08-24T22:06:35.679Z Checking backoff v0.4.0
23852026-08-24T22:06:35.735Z Checking backon v1.6.0
23862026-08-24T22:06:35.842Z Checking humantime v2.3.0
23872026-08-24T22:06:35.907Z Compiling convert_case v0.4.0
23882026-08-24T22:06:35.945Z Checking progenitor-extras v0.2.0
23892026-08-24T22:06:35.949Z Checking half v2.7.1
23902026-08-24T22:06:36.048Z Checking ciborium-io v0.2.2
23912026-08-24T22:06:36.171Z Checking heck v0.5.0
23922026-08-24T22:06:36.210Z Checking secrecy v0.10.3
23932026-08-24T22:06:36.278Z Checking ciborium-ll v0.2.2
23942026-08-24T22:06:36.313Z Compiling derive_more v0.99.20
23952026-08-24T22:06:36.348Z Checking indent_write v2.2.0
23962026-08-24T22:06:36.396Z Checking camino-tempfile v1.4.1
23972026-08-24T22:06:36.477Z Checking ciborium v0.2.2
23982026-08-24T22:06:36.513Z Compiling crucible-workspace-hack v0.1.0
23992026-08-24T22:06:36.584Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24002026-08-24T22:06:36.717Z Compiling regress v0.11.1
24012026-08-24T22:06:36.863Z Checking inout v0.1.4
24022026-08-24T22:06:36.899Z Checking universal-hash v0.5.1
24032026-08-24T22:06:36.936Z Compiling thiserror-impl-no-std v2.0.2
24042026-08-24T22:06:36.940Z Checking opaque-debug v0.3.1
24052026-08-24T22:06:37.028Z Checking cipher v0.4.4
24062026-08-24T22:06:37.032Z Checking parse-display v0.10.0
24072026-08-24T22:06:37.101Z Checking blake2 v0.10.6
24082026-08-24T22:06:37.104Z Checking poly1305 v0.8.0
24092026-08-24T22:06:37.241Z Checking aead v0.5.2
24102026-08-24T22:06:37.278Z Checking chacha20 v0.9.1
24112026-08-24T22:06:37.372Z Checking password-hash v0.5.0
24122026-08-24T22:06:37.419Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-24T22:06:37.456Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-08-24T22:06:37.504Z Checking chacha20poly1305 v0.10.1
24152026-08-24T22:06:37.626Z Checking argon2 v0.5.3
24162026-08-24T22:06:37.666Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24172026-08-24T22:06:37.851Z Compiling unsafe-libyaml v0.2.11
24182026-08-24T22:06:37.934Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24192026-08-24T22:06:38.004Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24202026-08-24T22:06:38.127Z Checking thiserror-no-std v2.0.2
24212026-08-24T22:06:38.219Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24222026-08-24T22:06:38.259Z Checking vsss-rs v3.3.4
24232026-08-24T22:06:38.262Z Checking swrite v0.1.0
24242026-08-24T22:06:38.384Z Compiling typify-impl v0.6.2
24252026-08-24T22:06:38.632Z Compiling serde_yaml v0.9.34+deprecated
24262026-08-24T22:06:38.905Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24272026-08-24T22:06:39.413Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24282026-08-24T22:06:39.615Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-24T22:06:39.664Z Checking crossbeam-deque v0.8.6
24302026-08-24T22:06:39.747Z Compiling rayon-core v1.13.0
24312026-08-24T22:06:39.877Z Compiling num-derive v0.4.2
24322026-08-24T22:06:39.940Z Compiling toml_datetime v0.7.5+spec-1.1.0
24332026-08-24T22:06:40.077Z Compiling proc-macro-error v1.0.4
24342026-08-24T22:06:40.215Z Compiling toml_edit v0.23.10+spec-1.0.0
24352026-08-24T22:06:40.381Z Checking rayon v1.11.0
24362026-08-24T22:06:40.417Z Checking tabwriter v1.4.1
24372026-08-24T22:06:40.453Z Checking glob v0.3.3
24382026-08-24T22:06:40.592Z Compiling heapless v0.8.0
24392026-08-24T22:06:40.631Z Checking hash32 v0.3.1
24402026-08-24T22:06:40.678Z Compiling ingot-macros v0.2.0
24412026-08-24T22:06:40.811Z Compiling proc-macro-crate v3.4.0
24422026-08-24T22:06:40.871Z Checking colored v3.1.1
24432026-08-24T22:06:41.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24442026-08-24T22:06:41.142Z Compiling smoltcp v0.11.0
24452026-08-24T22:06:41.392Z Checking toml v0.8.23
24462026-08-24T22:06:41.429Z Compiling num_enum_derive v0.7.6
24472026-08-24T22:06:41.557Z Checking cobs v0.3.0
24482026-08-24T22:06:41.596Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-08-24T22:06:41.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24502026-08-24T22:06:41.769Z Checking postcard v1.1.3
24512026-08-24T22:06:41.919Z Checking rand v0.10.1
24522026-08-24T22:06:42.002Z Compiling proc-macro-crate v1.3.1
24532026-08-24T22:06:42.090Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-24T22:06:42.328Z Checking sigpipe v0.1.3
24552026-08-24T22:06:42.438Z Compiling foreign-types-macros v0.2.3
24562026-08-24T22:06:42.441Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24572026-08-24T22:06:42.509Z Checking num_enum v0.7.6
24582026-08-24T22:06:42.513Z Checking foreign-types-shared v0.3.1
24592026-08-24T22:06:42.629Z Compiling num_enum_derive v0.5.11
24602026-08-24T22:06:42.838Z Compiling usdt-macro v0.5.0
24612026-08-24T22:06:42.942Z Compiling usdt-attr-macro v0.5.0
24622026-08-24T22:06:42.979Z Compiling typify-macro v0.6.2
24632026-08-24T22:06:43.014Z Checking cstr-argument v0.1.2
24642026-08-24T22:06:43.056Z Checking foreign-types v0.5.0
24652026-08-24T22:06:43.163Z Checking memmap v0.7.0
24662026-08-24T22:06:43.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-24T22:06:43.330Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24682026-08-24T22:06:43.506Z Checking ingot-types v0.2.0
24692026-08-24T22:06:43.604Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24702026-08-24T22:06:43.658Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24712026-08-24T22:06:43.694Z Checking num_enum v0.5.11
24722026-08-24T22:06:43.739Z Checking usdt v0.5.0
24732026-08-24T22:06:43.794Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742026-08-24T22:06:43.831Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24752026-08-24T22:06:43.835Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24762026-08-24T22:06:43.933Z Checking ingot v0.2.1
24772026-08-24T22:06:43.936Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24782026-08-24T22:06:44.003Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24792026-08-24T22:06:44.006Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24802026-08-24T22:06:44.075Z Compiling zone_cfg_derive v0.3.1
24812026-08-24T22:06:44.144Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24822026-08-24T22:06:44.233Z Checking itertools v0.12.1
24832026-08-24T22:06:44.341Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-24T22:06:44.557Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24852026-08-24T22:06:44.642Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24862026-08-24T22:06:44.729Z Compiling typify v0.6.2
24872026-08-24T22:06:44.801Z Checking smf v0.2.3
24882026-08-24T22:06:44.870Z Compiling progenitor-impl v0.14.0
24892026-08-24T22:06:44.907Z Checking whoami v1.6.1
24902026-08-24T22:06:44.976Z Compiling derive-where v1.6.0
24912026-08-24T22:06:45.052Z Checking tokio-dtrace v0.1.1
24922026-08-24T22:06:45.105Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-08-24T22:06:45.269Z Checking oxide-tokio-rt v0.1.4
24942026-08-24T22:06:45.306Z Checking zone v0.3.1
24952026-08-24T22:06:45.473Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24962026-08-24T22:06:45.568Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24972026-08-24T22:06:45.643Z Checking console v0.15.11
24982026-08-24T22:06:45.688Z Checking newline-converter v0.3.0
24992026-08-24T22:06:45.893Z Checking bytecount v0.6.9
25002026-08-24T22:06:45.943Z Checking num-rational v0.4.2
25012026-08-24T22:06:45.980Z Checking expectorate v1.2.0
25022026-08-24T22:06:46.030Z Checking num-complex v0.4.6
25032026-08-24T22:06:46.140Z Compiling cancel-safe-futures v0.1.5
25042026-08-24T22:06:46.264Z Checking float-ord v0.3.2
25052026-08-24T22:06:46.335Z Checking oxide-update-engine-types v0.1.2
25062026-08-24T22:06:46.421Z Checking num v0.4.3
25072026-08-24T22:06:46.425Z Checking linear-map v1.2.0
25082026-08-24T22:06:46.560Z Checking gethostname v0.5.0
25092026-08-24T22:06:46.626Z Compiling prettyplease v0.2.37
25102026-08-24T22:06:46.680Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-08-24T22:06:46.759Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25122026-08-24T22:06:46.894Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25132026-08-24T22:06:47.045Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-08-24T22:06:47.100Z Checking resolv-conf v0.7.6
25152026-08-24T22:06:47.159Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25162026-08-24T22:06:47.269Z Checking oxide-update-engine v0.1.2
25172026-08-24T22:06:47.307Z Checking papergrid v0.11.0
25182026-08-24T22:06:47.344Z Compiling tabled_derive v0.7.0
25192026-08-24T22:06:47.617Z Compiling progenitor-macro v0.14.0
25202026-08-24T22:06:47.726Z Compiling convert_case v0.10.0
25212026-08-24T22:06:47.947Z Compiling slog-dtrace v0.3.0
25222026-08-24T22:06:47.984Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25232026-08-24T22:06:48.061Z Compiling derive_more-impl v2.1.1
25242026-08-24T22:06:48.268Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25252026-08-24T22:06:48.315Z Checking tabled v0.15.0
25262026-08-24T22:06:48.618Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-08-24T22:06:48.895Z Checking derive_more v2.1.1
25282026-08-24T22:06:49.006Z Checking crossterm v0.29.0
25292026-08-24T22:06:49.010Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25302026-08-24T22:06:49.387Z Checking linked-hash-map v0.5.6
25312026-08-24T22:06:49.620Z Checking lru-cache v0.1.2
25322026-08-24T22:06:49.829Z Checking hickory-proto v0.24.4
25332026-08-24T22:06:49.863Z Checking fd-lock v4.0.4
25342026-08-24T22:06:50.412Z Checking vte v0.14.1
25352026-08-24T22:06:50.826Z Checking strip-ansi-escapes v0.2.1
25362026-08-24T22:06:51.547Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-08-24T22:06:51.685Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25382026-08-24T22:06:52.024Z Checking termtree v0.5.1
25392026-08-24T22:06:52.196Z Checking nu-ansi-term v0.50.3
25402026-08-24T22:06:52.434Z Checking reedline v0.40.0
25412026-08-24T22:06:52.505Z Checking hickory-resolver v0.24.4
25422026-08-24T22:06:52.551Z Checking progenitor v0.14.0
25432026-08-24T22:06:52.588Z Compiling minimal-lexical v0.2.1
25442026-08-24T22:06:52.724Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-08-24T22:06:53.023Z Compiling nom v7.1.3
25462026-08-24T22:06:53.267Z Checking qorb v0.4.1
25472026-08-24T22:06:53.609Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25482026-08-24T22:06:54.259Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25492026-08-24T22:06:54.376Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25502026-08-24T22:06:54.411Z Checking display-error-chain v0.2.2
25512026-08-24T22:06:54.490Z Compiling unicode-xid v0.2.6
25522026-08-24T22:06:54.537Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25532026-08-24T22:06:54.574Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25542026-08-24T22:06:54.660Z Compiling ar_archive_writer v0.5.1
25552026-08-24T22:06:54.939Z Checking csv-core v0.1.13
25562026-08-24T22:06:55.087Z Compiling stacker v0.1.23
25572026-08-24T22:06:55.149Z Checking csv v1.4.0
25582026-08-24T22:06:55.212Z Checking highway v1.3.0
25592026-08-24T22:06:55.265Z Compiling cfg_aliases v0.1.1
25602026-08-24T22:06:55.372Z Compiling semver v0.1.20
25612026-08-24T22:06:55.455Z Compiling nix v0.28.0
25622026-08-24T22:06:55.492Z Checking nibble_vec v0.1.0
25632026-08-24T22:06:55.527Z Compiling psm v0.1.30
25642026-08-24T22:06:55.560Z Checking endian-type v0.1.2
25652026-08-24T22:06:55.649Z Compiling rustc_version v0.1.7
25662026-08-24T22:06:55.693Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25672026-08-24T22:06:55.754Z Checking radix_trie v0.2.1
25682026-08-24T22:06:55.917Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25692026-08-24T22:06:55.954Z Compiling newtype_derive v0.1.6
25702026-08-24T22:06:55.997Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25712026-08-24T22:06:56.203Z Checking phf_shared v0.12.1
25722026-08-24T22:06:56.239Z Compiling recursive-proc-macro-impl v0.1.1
25732026-08-24T22:06:56.275Z Compiling chrono-tz v0.10.4
25742026-08-24T22:06:56.375Z Checking phf v0.12.1
25752026-08-24T22:06:56.546Z Compiling const_format_proc_macros v0.2.34
25762026-08-24T22:06:56.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25772026-08-24T22:06:56.624Z Compiling peg-macros v0.8.5
25782026-08-24T22:06:56.624Z Checking winnow v0.6.26
25792026-08-24T22:06:56.719Z Checking recursive v0.1.1
25802026-08-24T22:06:56.839Z Compiling sqlparser_derive v0.5.0
25812026-08-24T22:06:56.875Z Checking unicode_categories v0.1.1
25822026-08-24T22:06:57.059Z Checking home v0.5.12
25832026-08-24T22:06:57.429Z Checking const_format v0.2.35
25842026-08-24T22:06:57.519Z Checking rustyline v14.0.0
25852026-08-24T22:06:57.604Z Checking sqlparser v0.61.0
25862026-08-24T22:06:57.824Z Checking sqlformat v0.3.5
25872026-08-24T22:06:58.056Z Checking peg v0.8.5
25882026-08-24T22:06:58.160Z Checking bcs v0.1.6
25892026-08-24T22:06:58.252Z Checking nom v8.0.0
25902026-08-24T22:06:58.288Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-08-24T22:06:58.421Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25922026-08-24T22:06:58.491Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25932026-08-24T22:06:58.644Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25942026-08-24T22:06:58.751Z Checking steno v0.4.1
25952026-08-24T22:06:58.991Z Checking sha1 v0.10.6
25962026-08-24T22:06:59.197Z Checking filetime v0.2.27
25972026-08-24T22:06:59.249Z Checking xattr v1.6.1
25982026-08-24T22:06:59.288Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25992026-08-24T22:06:59.370Z Checking subprocess v0.2.15
26002026-08-24T22:06:59.412Z Checking tar v0.4.46
26012026-08-24T22:06:59.489Z Checking headers-core v0.3.0
26022026-08-24T22:06:59.685Z Checking headers v0.4.1
26032026-08-24T22:06:59.688Z Checking yasna v0.5.2
26042026-08-24T22:06:59.795Z Checking port-file v0.1.0
26052026-08-24T22:07:00.019Z Checking dropshot-api-manager-types v0.8.0
26062026-08-24T22:07:00.088Z Checking rcgen v0.12.1
26072026-08-24T22:07:00.122Z Checking tagptr v0.2.0
26082026-08-24T22:07:00.220Z Checking utf-8 v0.7.6
26092026-08-24T22:07:00.254Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26102026-08-24T22:07:00.291Z Checking moka v0.12.13
26112026-08-24T22:07:00.382Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26122026-08-24T22:07:00.442Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26132026-08-24T22:07:00.562Z Compiling libefi-sys v0.1.0
26142026-08-24T22:07:00.860Z Compiling bitfield-struct v0.6.2
26152026-08-24T22:07:00.978Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-24T22:07:01.014Z Checking hickory-resolver v0.25.2
26172026-08-24T22:07:01.085Z Checking tungstenite v0.21.0
26182026-08-24T22:07:01.139Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26192026-08-24T22:07:01.323Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26202026-08-24T22:07:01.539Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212026-08-24T22:07:01.577Z Checking tokio-tungstenite v0.21.0
26222026-08-24T22:07:01.645Z Compiling xshell-macros v0.2.7
26232026-08-24T22:07:01.691Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26242026-08-24T22:07:01.770Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26252026-08-24T22:07:01.807Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262026-08-24T22:07:01.843Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26272026-08-24T22:07:01.879Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26282026-08-24T22:07:02.046Z Checking xshell v0.2.7
26292026-08-24T22:07:02.083Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302026-08-24T22:07:02.125Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26312026-08-24T22:07:02.422Z Checking half v1.8.3
26322026-08-24T22:07:02.472Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26332026-08-24T22:07:02.648Z Checking serde_cbor v0.11.2
26342026-08-24T22:07:02.800Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26352026-08-24T22:07:02.880Z Checking libscf-sys v1.2.0
26362026-08-24T22:07:03.020Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26372026-08-24T22:07:03.057Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-08-24T22:07:03.057Z Checking papergrid v0.18.0
26392026-08-24T22:07:03.124Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402026-08-24T22:07:03.283Z Checking maplit v1.0.2
26412026-08-24T22:07:03.395Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422026-08-24T22:07:03.559Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-08-24T22:07:03.602Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26442026-08-24T22:07:03.887Z Checking tabled v0.21.0
26452026-08-24T22:07:03.942Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26462026-08-24T22:07:04.165Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26472026-08-24T22:07:04.202Z Checking crc8 v0.1.1
26482026-08-24T22:07:04.247Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26492026-08-24T22:07:04.328Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26502026-08-24T22:07:04.382Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26512026-08-24T22:07:04.494Z Checking unicase v2.9.0
26522026-08-24T22:07:04.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26532026-08-24T22:07:04.707Z Checking fxhash v0.2.1
26542026-08-24T22:07:04.745Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26552026-08-24T22:07:04.858Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26562026-08-24T22:07:05.106Z Checking sha2 v0.11.0
26572026-08-24T22:07:05.259Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26582026-08-24T22:07:05.296Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26592026-08-24T22:07:05.608Z Compiling darling_core v0.21.3
26602026-08-24T22:07:05.854Z Compiling vergen-lib v0.1.6
26612026-08-24T22:07:05.892Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26622026-08-24T22:07:05.924Z Compiling diesel_derives v2.3.7
26632026-08-24T22:07:06.120Z Checking scheduled-thread-pool v0.2.7
26642026-08-24T22:07:06.202Z Compiling vergen-gitcl v1.0.8
26652026-08-24T22:07:06.298Z Compiling diesel_table_macro_syntax v0.3.0
26662026-08-24T22:07:06.469Z Checking r2d2 v0.8.10
26672026-08-24T22:07:06.571Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26682026-08-24T22:07:06.683Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-24T22:07:06.745Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26702026-08-24T22:07:06.929Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26712026-08-24T22:07:07.069Z Checking downcast-rs v2.0.2
26722026-08-24T22:07:07.249Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-08-24T22:07:07.704Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26742026-08-24T22:07:07.750Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-08-24T22:07:07.797Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26762026-08-24T22:07:07.912Z Checking kstat-rs v0.2.5
26772026-08-24T22:07:07.946Z Compiling proc-macro-error-attr2 v2.0.0
26782026-08-24T22:07:08.135Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-08-24T22:07:08.182Z Compiling darling_macro v0.21.3
26802026-08-24T22:07:08.386Z Compiling proc-macro-error2 v2.0.1
26812026-08-24T22:07:08.499Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26822026-08-24T22:07:08.670Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-08-24T22:07:08.706Z Compiling darling v0.21.3
26842026-08-24T22:07:08.741Z Compiling knus-derive v3.4.0
26852026-08-24T22:07:08.822Z Compiling dsl_auto_type v0.2.0
26862026-08-24T22:07:09.796Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-08-24T22:07:10.050Z Compiling dirs-sys-next v0.1.2
26882026-08-24T22:07:10.133Z Compiling salty v0.3.0
26892026-08-24T22:07:10.224Z Compiling crunchy v0.2.4
26902026-08-24T22:07:10.310Z Compiling parking_lot_core v0.8.6
26912026-08-24T22:07:10.363Z Compiling dirs-next v2.0.0
26922026-08-24T22:07:10.449Z Compiling clang-sys v1.8.1
26932026-08-24T22:07:10.541Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-24T22:07:10.587Z Compiling git-stub v1.0.0
26952026-08-24T22:07:10.667Z Compiling tiny-keccak v2.0.2
26962026-08-24T22:07:10.898Z Compiling git-stub-vcs v0.1.0
26972026-08-24T22:07:10.968Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26982026-08-24T22:07:11.145Z Compiling term v0.7.0
26992026-08-24T22:07:11.287Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27002026-08-24T22:07:11.322Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-08-24T22:07:11.457Z Compiling bit-vec v0.6.3
27022026-08-24T22:07:11.529Z Compiling ascii-canvas v3.0.0
27032026-08-24T22:07:11.638Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-24T22:07:11.714Z Compiling bit-set v0.5.3
27052026-08-24T22:07:11.718Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27062026-08-24T22:07:11.800Z Checking parking_lot v0.11.2
27072026-08-24T22:07:11.987Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27082026-08-24T22:07:12.026Z Checking rfc6979 v0.4.0
27092026-08-24T22:07:12.183Z Checking prefix-trie v0.7.0
27102026-08-24T22:07:12.228Z Compiling hashbrown v0.14.5
27112026-08-24T22:07:12.339Z Compiling itertools v0.10.5
27122026-08-24T22:07:12.427Z Compiling ena v0.14.4
27132026-08-24T22:07:12.547Z Compiling libloading v0.8.9
27142026-08-24T22:07:12.670Z Compiling regex-syntax v0.6.29
27152026-08-24T22:07:12.789Z Compiling bindgen v0.71.1
27162026-08-24T22:07:12.824Z Compiling diff v0.1.13
27172026-08-24T22:07:13.088Z Compiling chumsky v0.9.3
27182026-08-24T22:07:13.243Z Checking hickory-server v0.25.2
27192026-08-24T22:07:13.427Z Compiling ecdsa v0.16.9
27202026-08-24T22:07:14.293Z Compiling lalrpop v0.19.12
27212026-08-24T22:07:14.328Z Checking sled v0.34.7
27222026-08-24T22:07:14.475Z Compiling cexpr v0.6.0
27232026-08-24T22:07:14.511Z Checking primeorder v0.13.6
27242026-08-24T22:07:14.702Z Checking diesel v2.3.7
27252026-08-24T22:07:14.750Z Checking nanorand v0.7.0
27262026-08-24T22:07:14.977Z Compiling rustc-hash v2.1.1
27272026-08-24T22:07:15.077Z Compiling p384 v0.13.1
27282026-08-24T22:07:15.171Z Checking flume v0.11.1
27292026-08-24T22:07:15.550Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27302026-08-24T22:07:15.652Z Compiling knus v3.4.0
27312026-08-24T22:07:15.942Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27322026-08-24T22:07:16.208Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27332026-08-24T22:07:16.413Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27342026-08-24T22:07:16.648Z Compiling libxml v0.3.3
27352026-08-24T22:07:16.651Z Checking assert_matches v1.5.0
27362026-08-24T22:07:16.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27372026-08-24T22:07:16.833Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27382026-08-24T22:07:16.958Z Compiling strum_macros v0.24.3
27392026-08-24T22:07:17.038Z Compiling indoc v1.0.9
27402026-08-24T22:07:17.690Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27412026-08-24T22:07:17.909Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-08-24T22:07:18.231Z Checking quick-xml v0.37.5
27432026-08-24T22:07:18.273Z Checking derive_builder v0.20.2
27442026-08-24T22:07:18.315Z Compiling oso-derive v0.27.3
27452026-08-24T22:07:18.415Z Compiling impl-trait-for-tuples v0.2.3
27462026-08-24T22:07:18.837Z Compiling trait-variant v0.1.2
27472026-08-24T22:07:19.117Z Checking openssl-probe v0.1.6
27482026-08-24T22:07:19.316Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27492026-08-24T22:07:19.407Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27502026-08-24T22:07:19.896Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-08-24T22:07:19.971Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27522026-08-24T22:07:20.104Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27532026-08-24T22:07:20.197Z Checking corncobs v0.1.4
27542026-08-24T22:07:20.236Z Checking predicates-tree v1.0.13
27552026-08-24T22:07:20.374Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27562026-08-24T22:07:20.410Z Compiling progenitor-impl v0.13.0
27572026-08-24T22:07:20.454Z Checking secrecy v0.8.0
27582026-08-24T22:07:20.612Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27592026-08-24T22:07:21.226Z Checking progenitor-client v0.13.0
27602026-08-24T22:07:21.510Z Checking anstyle-parse v0.2.7
27612026-08-24T22:07:21.566Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27622026-08-24T22:07:21.642Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27632026-08-24T22:07:21.707Z Checking anstream v0.6.21
27642026-08-24T22:07:21.868Z Checking bb8 v0.8.6
27652026-08-24T22:07:22.180Z Compiling mime_guess v2.0.5
27662026-08-24T22:07:22.263Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27672026-08-24T22:07:22.488Z Checking ignore v0.4.25
27682026-08-24T22:07:22.754Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27692026-08-24T22:07:22.929Z Checking http-range v0.1.5
27702026-08-24T22:07:22.962Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27712026-08-24T22:07:23.060Z Compiling progenitor-macro v0.13.0
27722026-08-24T22:07:23.095Z Checking globwalk v0.9.1
27732026-08-24T22:07:23.409Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27742026-08-24T22:07:23.785Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27752026-08-24T22:07:23.788Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27762026-08-24T22:07:24.485Z Checking digest-io v0.1.0
27772026-08-24T22:07:24.655Z Checking rawzip v0.4.4
27782026-08-24T22:07:24.935Z Checking nonempty v0.12.0
27792026-08-24T22:07:25.067Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27802026-08-24T22:07:25.166Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27812026-08-24T22:07:25.493Z Checking camino-tempfile-ext v0.3.3
27822026-08-24T22:07:25.662Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27832026-08-24T22:07:25.753Z Checking hyper-staticfile v0.10.1
27842026-08-24T22:07:26.093Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-08-24T22:07:26.430Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27862026-08-24T22:07:26.544Z Checking signal-hook-tokio v0.3.1
27872026-08-24T22:07:26.763Z Compiling illumos-nvpair-sys v0.2.0
27882026-08-24T22:07:26.999Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27892026-08-24T22:07:27.058Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27902026-08-24T22:07:27.178Z Checking scuffle v0.1.0
27912026-08-24T22:07:27.450Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27922026-08-24T22:07:27.495Z Checking illumos-nvpair v0.3.0
27932026-08-24T22:07:27.695Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27942026-08-24T22:07:27.829Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27952026-08-24T22:07:27.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27962026-08-24T22:07:28.054Z Checking progenitor v0.13.0
27972026-08-24T22:07:28.113Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27982026-08-24T22:07:28.160Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-08-24T22:07:28.236Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28002026-08-24T22:07:28.381Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28012026-08-24T22:07:28.611Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28022026-08-24T22:07:28.819Z Checking async-bb8-diesel v0.2.1
28032026-08-24T22:07:28.903Z Checking diesel-dtrace v0.5.0
28042026-08-24T22:07:29.185Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28052026-08-24T22:07:29.220Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28062026-08-24T22:07:29.379Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28072026-08-24T22:07:29.680Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28082026-08-24T22:07:29.878Z Checking tungstenite v0.23.0
28092026-08-24T22:07:29.964Z Checking rand_seeder v0.4.0
28102026-08-24T22:07:30.148Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28112026-08-24T22:07:30.305Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28122026-08-24T22:07:30.347Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28132026-08-24T22:07:30.554Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28142026-08-24T22:07:31.829Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-08-24T22:07:32.220Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28162026-08-24T22:07:32.340Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28172026-08-24T22:07:32.622Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28182026-08-24T22:07:32.957Z Checking tokio-tungstenite v0.23.1
28192026-08-24T22:07:33.264Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-08-24T22:07:33.383Z Checking void v1.0.2
28212026-08-24T22:07:33.529Z Checking lzss v0.8.2
28222026-08-24T22:07:33.573Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28232026-08-24T22:07:33.754Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-08-24T22:07:33.791Z Checking nix v0.27.1
28252026-08-24T22:07:33.829Z Checking serde_bytes v0.11.19
28262026-08-24T22:07:33.951Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-08-24T22:07:34.328Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28282026-08-24T22:07:34.705Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28292026-08-24T22:07:35.008Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28302026-08-24T22:07:35.535Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28312026-08-24T22:07:35.731Z Checking cpubits v0.1.1
28322026-08-24T22:07:35.766Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28332026-08-24T22:07:35.847Z Checking yansi v1.0.1
28342026-08-24T22:07:36.052Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-08-24T22:07:36.135Z Checking pretty_assertions v1.4.1
28362026-08-24T22:07:36.311Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28372026-08-24T22:07:36.357Z Checking pem-rfc7468 v1.0.0
28382026-08-24T22:07:36.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28392026-08-24T22:07:36.835Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28402026-08-24T22:07:36.946Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28412026-08-24T22:07:37.066Z Checking hmac v0.13.0
28422026-08-24T22:07:37.270Z Checking universal-hash v0.6.1
28432026-08-24T22:07:37.438Z Compiling libz-sys v1.1.24
28442026-08-24T22:07:37.753Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-24T22:07:37.859Z Compiling instability v0.3.11
28462026-08-24T22:07:38.082Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-24T22:07:38.150Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28482026-08-24T22:07:38.219Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28492026-08-24T22:07:38.267Z Checking castaway v0.2.4
28502026-08-24T22:07:38.414Z Compiling indoc v2.0.7
28512026-08-24T22:07:38.498Z Checking compact_str v0.8.1
28522026-08-24T22:07:38.927Z Checking polyval v0.7.1
28532026-08-24T22:07:39.027Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-08-24T22:07:39.126Z Checking der v0.8.0
28552026-08-24T22:07:39.642Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28562026-08-24T22:07:39.679Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28572026-08-24T22:07:39.874Z Checking unicode-truncate v1.1.0
28582026-08-24T22:07:39.881Z Checking lru v0.12.5
28592026-08-24T22:07:39.938Z Compiling libgit2-sys v0.18.3+1.9.2
28602026-08-24T22:07:39.972Z Checking arc-swap v1.8.2
28612026-08-24T22:07:40.046Z Checking cassowary v0.3.0
28622026-08-24T22:07:40.189Z Checking ghash v0.6.0
28632026-08-24T22:07:40.229Z Checking slog-scope v4.4.1
28642026-08-24T22:07:40.290Z Checking ratatui v0.29.0
28652026-08-24T22:07:40.452Z Checking pbkdf2 v0.13.0
28662026-08-24T22:07:40.547Z Checking aes v0.9.1
28672026-08-24T22:07:40.592Z Checking crypto-bigint v0.7.5
28682026-08-24T22:07:41.014Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-08-24T22:07:41.654Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28702026-08-24T22:07:41.899Z Checking ctr v0.10.1
28712026-08-24T22:07:42.121Z Checking aead v0.6.1
28722026-08-24T22:07:42.291Z Checking cargo-platform v0.3.2
28732026-08-24T22:07:42.326Z Checking aes-gcm v0.11.0
28742026-08-24T22:07:42.506Z Checking cargo_metadata v0.23.1
28752026-08-24T22:07:42.532Z Checking slog-stdlog v4.1.1
28762026-08-24T22:07:42.691Z Checking spki v0.8.0
28772026-08-24T22:07:42.875Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28782026-08-24T22:07:42.920Z Checking colored v2.2.0
28792026-08-24T22:07:43.154Z Checking salsa20 v0.11.0
28802026-08-24T22:07:43.266Z Checking console v0.16.2
28812026-08-24T22:07:43.321Z Compiling vergen-git2 v9.1.0
28822026-08-24T22:07:43.540Z Checking unit-prefix v0.5.2
28832026-08-24T22:07:43.610Z Checking plotters-backend v0.3.7
28842026-08-24T22:07:43.707Z Checking indicatif v0.18.4
28852026-08-24T22:07:43.847Z Checking plotters-svg v0.3.7
28862026-08-24T22:07:44.056Z Checking scrypt v0.12.0
28872026-08-24T22:07:44.127Z Checking slog-envlogger v2.2.0
28882026-08-24T22:07:44.254Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28892026-08-24T22:07:44.292Z Checking cbc v0.2.1
28902026-08-24T22:07:44.325Z Checking libsw-core v0.3.2
28912026-08-24T22:07:44.508Z Checking cast v0.3.0
28922026-08-24T22:07:44.542Z Checking libsw v3.5.0
28932026-08-24T22:07:44.581Z Checking pkcs5 v0.8.1
28942026-08-24T22:07:44.650Z Checking criterion-plot v0.6.0
28952026-08-24T22:07:44.727Z Checking plotters v0.3.7
28962026-08-24T22:07:44.909Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28972026-08-24T22:07:44.951Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-08-24T22:07:45.189Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28992026-08-24T22:07:45.402Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29002026-08-24T22:07:45.510Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29012026-08-24T22:07:45.616Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29022026-08-24T22:07:45.736Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29032026-08-24T22:07:45.853Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29042026-08-24T22:07:45.920Z Checking tinytemplate v1.2.1
29052026-08-24T22:07:45.967Z Checking anes v0.1.6
29062026-08-24T22:07:46.220Z Checking shell-words v1.1.1
29072026-08-24T22:07:46.235Z Checking oorandom v11.1.5
29082026-08-24T22:07:46.362Z Checking criterion v0.7.0
29092026-08-24T22:07:46.412Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29102026-08-24T22:07:46.794Z Checking pkcs8 v0.11.0
29112026-08-24T22:07:47.012Z Checking oxide-update-engine-display v0.1.2
29122026-08-24T22:07:47.352Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29132026-08-24T22:07:47.599Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29142026-08-24T22:07:48.167Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29152026-08-24T22:07:49.010Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29162026-08-24T22:07:49.833Z Checking tokio-test v0.4.5
29172026-08-24T22:07:50.075Z Checking ff v0.14.0
29182026-08-24T22:07:50.250Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29192026-08-24T22:07:50.478Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29202026-08-24T22:07:50.911Z Checking twox-hash v2.1.2
29212026-08-24T22:07:51.002Z Compiling petname v2.0.2
29222026-08-24T22:07:51.251Z Checking atty v0.2.14
29232026-08-24T22:07:51.388Z Checking arrayref v0.3.9
29242026-08-24T22:07:51.515Z Checking constant_time_eq v0.4.2
29252026-08-24T22:07:51.528Z Checking arrayvec v0.7.6
29262026-08-24T22:07:51.920Z Checking group v0.14.0
29272026-08-24T22:07:51.946Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29282026-08-24T22:07:51.990Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29292026-08-24T22:07:52.036Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29302026-08-24T22:07:52.745Z Checking fatfs v0.3.6
29312026-08-24T22:07:52.926Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-24T22:07:53.056Z Checking signature v3.0.0
29332026-08-24T22:07:53.098Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-24T22:07:53.229Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29352026-08-24T22:07:53.240Z Compiling seq-macro v0.3.6
29362026-08-24T22:07:53.794Z Checking base16ct v1.0.0
29372026-08-24T22:07:53.960Z Checking sec1 v0.8.1
29382026-08-24T22:07:54.247Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29392026-08-24T22:07:54.420Z Checking hkdf v0.13.0
29402026-08-24T22:07:54.583Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29412026-08-24T22:07:54.617Z Checking concurrent-queue v2.5.0
29422026-08-24T22:07:54.626Z Checking sapling-renderdag v0.1.0
29432026-08-24T22:07:54.792Z Checking parking v2.2.1
29442026-08-24T22:07:54.837Z Checking sync-ptr v0.1.4
29452026-08-24T22:07:54.919Z Checking elliptic-curve v0.14.1
29462026-08-24T22:07:54.931Z Checking event-listener v5.4.1
29472026-08-24T22:07:54.989Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29482026-08-24T22:07:55.233Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29492026-08-24T22:07:55.343Z Checking rtoolbox v0.0.3
29502026-08-24T22:07:55.346Z Compiling samael v0.0.19
29512026-08-24T22:07:55.485Z Checking event-listener-strategy v0.5.4
29522026-08-24T22:07:58.605Z Checking rpassword v7.5.4
29532026-08-24T22:07:58.605Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29542026-08-24T22:07:58.605Z Checking wnaf v0.14.0
29552026-08-24T22:07:58.605Z Checking primefield v0.14.0
29562026-08-24T22:07:58.605Z Checking rfc6979 v0.6.0
29572026-08-24T22:07:58.605Z Checking tui-tree-widget v0.23.1
29582026-08-24T22:07:58.692Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29592026-08-24T22:07:58.692Z Compiling blake3 v1.8.5
29602026-08-24T22:07:58.692Z Checking futures-timer v3.0.3
29612026-08-24T22:07:58.693Z Checking ecdsa v0.17.0
29622026-08-24T22:07:58.693Z Checking primeorder v0.14.0
29632026-08-24T22:07:58.693Z Checking async-lock v3.4.2
29642026-08-24T22:07:58.693Z Compiling curve25519-dalek v5.0.0
29652026-08-24T22:07:58.693Z Checking async-object-pool v0.2.0
29662026-08-24T22:07:58.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29672026-08-24T22:07:58.855Z Checking ssh-encoding v0.3.0
29682026-08-24T22:07:59.111Z Checking serde_regex v1.1.0
29692026-08-24T22:07:59.303Z Checking assert-json-diff v2.0.2
29702026-08-24T22:07:59.509Z Checking path-tree v0.8.3
29712026-08-24T22:07:59.732Z Checking keccak v0.2.0
29722026-08-24T22:07:59.926Z Checking topological-sort v0.2.2
29732026-08-24T22:08:00.099Z Checking stringmetrics v2.2.2
29742026-08-24T22:08:00.287Z Compiling strsim v0.10.0
29752026-08-24T22:08:00.485Z Checking httpmock v0.8.3
29762026-08-24T22:08:00.592Z Compiling darling_core v0.13.4
29772026-08-24T22:08:00.635Z Checking omicron-zone-package v0.12.3
29782026-08-24T22:08:01.556Z Checking ed25519 v3.0.0
29792026-08-24T22:08:01.791Z Checking pkcs1 v0.8.0-rc.4
29802026-08-24T22:08:02.048Z Checking crypto-primes v0.7.2
29812026-08-24T22:08:02.068Z Checking poly1305 v0.9.0
29822026-08-24T22:08:02.373Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29832026-08-24T22:08:02.483Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29842026-08-24T22:08:02.711Z Checking blowfish v0.10.0
29852026-08-24T22:08:02.803Z Checking blake2 v0.11.0-rc.6
29862026-08-24T22:08:02.898Z Compiling target-lexicon v0.13.3
29872026-08-24T22:08:03.017Z Checking rsa v0.10.0-rc.18
29882026-08-24T22:08:03.098Z Checking argon2 v0.6.0-rc.8
29892026-08-24T22:08:03.137Z Checking bcrypt-pbkdf v0.11.0
29902026-08-24T22:08:03.327Z Compiling darling_macro v0.13.4
29912026-08-24T22:08:03.443Z Checking ssh-cipher v0.3.0
29922026-08-24T22:08:03.477Z Checking ed25519-dalek v3.0.0
29932026-08-24T22:08:03.542Z Checking sha3 v0.11.0
29942026-08-24T22:08:03.688Z Checking p521 v0.14.0
29952026-08-24T22:08:03.732Z Checking p256 v0.14.0
29962026-08-24T22:08:03.836Z Checking p384 v0.14.0
29972026-08-24T22:08:03.922Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29982026-08-24T22:08:04.199Z Checking kem v0.3.0
29992026-08-24T22:08:04.340Z Checking module-lattice v0.2.3
30002026-08-24T22:08:04.498Z Checking socket2 v0.5.10
30012026-08-24T22:08:04.594Z Compiling guppy-workspace-hack v0.1.0
30022026-08-24T22:08:04.781Z Checking hex-literal v0.4.1
30032026-08-24T22:08:04.817Z Checking sponge-cursor v0.1.0
30042026-08-24T22:08:04.961Z Checking ml-kem v0.3.2
30052026-08-24T22:08:04.999Z Checking sha3 v0.12.0
30062026-08-24T22:08:05.232Z Compiling darling v0.13.4
30072026-08-24T22:08:05.613Z Checking russh-cryptovec v0.62.0
30082026-08-24T22:08:05.741Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30092026-08-24T22:08:05.809Z Checking internal-russh-num-bigint v0.5.0
30102026-08-24T22:08:05.962Z Checking num-bigint v0.4.6
30112026-08-24T22:08:06.371Z Checking russh-util v0.52.0
30122026-08-24T22:08:06.514Z Checking generic-array v1.4.3
30132026-08-24T22:08:06.717Z Checking ssh-key v0.7.0-rc.11
30142026-08-24T22:08:06.839Z Compiling enum_dispatch v0.3.13
30152026-08-24T22:08:06.925Z Compiling delegate v0.13.5
30162026-08-24T22:08:06.958Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30172026-08-24T22:08:07.402Z Checking hex-literal v1.1.0
30182026-08-24T22:08:07.533Z Compiling target-spec v3.5.7
30192026-08-24T22:08:07.611Z Checking md5 v0.8.0
30202026-08-24T22:08:07.807Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30212026-08-24T22:08:07.913Z Checking russh v0.62.4
30222026-08-24T22:08:08.041Z Checking cfg-expr v0.20.6
30232026-08-24T22:08:08.394Z Compiling git2 v0.20.4
30242026-08-24T22:08:08.465Z Compiling serde_with_macros v1.5.2
30252026-08-24T22:08:08.604Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30262026-08-24T22:08:09.020Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30272026-08-24T22:08:09.236Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30282026-08-24T22:08:09.343Z Checking internet-checksum v0.2.1
30292026-08-24T22:08:09.466Z Compiling serde_with v1.14.0
30302026-08-24T22:08:10.000Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-08-24T22:08:11.046Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30322026-08-24T22:08:11.084Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30332026-08-24T22:08:11.266Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30342026-08-24T22:08:11.314Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30352026-08-24T22:08:11.514Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30362026-08-24T22:08:11.551Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30372026-08-24T22:08:11.681Z Checking httptest v0.16.4
30382026-08-24T22:08:11.733Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30392026-08-24T22:08:11.812Z Checking pathdiff v0.2.3
30402026-08-24T22:08:11.847Z Checking nested v0.1.1
30412026-08-24T22:08:11.949Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30422026-08-24T22:08:11.995Z Compiling polar-core v0.27.3
30432026-08-24T22:08:12.030Z Checking guppy v0.17.25
30442026-08-24T22:08:12.080Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30452026-08-24T22:08:12.350Z Checking similar-asserts v1.7.0
30462026-08-24T22:08:12.401Z Compiling target-triple v1.0.0
30472026-08-24T22:08:12.534Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30482026-08-24T22:08:12.794Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30492026-08-24T22:08:12.994Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30502026-08-24T22:08:13.221Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30512026-08-24T22:08:13.355Z Checking hickory-client v0.25.2
30522026-08-24T22:08:13.680Z Checking supports-hyperlinks v2.1.0
30532026-08-24T22:08:13.832Z Checking supports-color v2.1.0
30542026-08-24T22:08:13.870Z Checking supports-unicode v2.1.0
30552026-08-24T22:08:14.009Z Checking textwrap v0.15.2
30562026-08-24T22:08:14.045Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-08-24T22:08:14.232Z Checking terminal_size v0.1.17
30582026-08-24T22:08:14.269Z Compiling miette-derive v5.10.0
30592026-08-24T22:08:14.305Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30602026-08-24T22:08:14.374Z Compiling fs-err v2.11.0
30612026-08-24T22:08:14.603Z Checking owo-colors v3.5.0
30622026-08-24T22:08:14.772Z Checking escape8259 v0.5.3
30632026-08-24T22:08:14.989Z Compiling assert_cmd v2.1.2
30642026-08-24T22:08:15.179Z Checking libtest-mimic v0.8.1
30652026-08-24T22:08:15.275Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30662026-08-24T22:08:15.397Z Checking miette v5.10.0
30672026-08-24T22:08:15.466Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30682026-08-24T22:08:16.057Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30692026-08-24T22:08:16.194Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30702026-08-24T22:08:16.704Z Checking blake2b_simd v1.0.4
30712026-08-24T22:08:16.914Z Checking oso v0.27.3
30722026-08-24T22:08:16.952Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30732026-08-24T22:08:17.121Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30742026-08-24T22:08:17.347Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30752026-08-24T22:08:17.408Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30762026-08-24T22:08:17.573Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30772026-08-24T22:08:17.636Z Compiling knuffel-derive v3.2.0
30782026-08-24T22:08:17.843Z Checking fancy-regex v0.14.0
30792026-08-24T22:08:17.961Z Checking serde_tokenstream v0.2.3
30802026-08-24T22:08:18.250Z Checking approx v0.5.1
30812026-08-24T22:08:18.410Z Compiling rstest_macros v0.25.0
30822026-08-24T22:08:18.444Z Checking uzers v0.12.2
30832026-08-24T22:08:18.680Z Checking constant_time_eq v0.3.1
30842026-08-24T22:08:18.715Z Checking termcolor v1.4.1
30852026-08-24T22:08:18.719Z Compiling linkme-impl v0.3.35
30862026-08-24T22:08:18.810Z Checking rust-argon2 v2.1.0
30872026-08-24T22:08:18.988Z Checking trybuild v1.0.116
30882026-08-24T22:08:19.126Z Checking knuffel v3.2.0
30892026-08-24T22:08:19.130Z Checking datatest-stable v0.3.3
30902026-08-24T22:08:19.473Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30912026-08-24T22:08:19.508Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30922026-08-24T22:08:19.750Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30932026-08-24T22:08:19.786Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30942026-08-24T22:08:19.789Z Checking support-bundle-viewer v0.1.2
30952026-08-24T22:08:19.860Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30962026-08-24T22:08:19.864Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30972026-08-24T22:08:20.082Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30982026-08-24T22:08:20.117Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30992026-08-24T22:08:20.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31002026-08-24T22:08:20.305Z Checking drift v0.2.0
31012026-08-24T22:08:20.343Z Checking rand_distr v0.5.1
31022026-08-24T22:08:20.523Z Checking multimap v0.10.1
31032026-08-24T22:08:20.599Z Checking parse-size v1.1.0
31042026-08-24T22:08:20.689Z Compiling linkme v0.3.35
31052026-08-24T22:08:20.749Z Compiling relative-path v1.9.3
31062026-08-24T22:08:20.784Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-24T22:08:20.819Z Checking dropshot-api-manager v0.8.0
31082026-08-24T22:08:21.279Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31092026-08-24T22:08:22.071Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31102026-08-24T22:08:22.463Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31112026-08-24T22:08:22.841Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-08-24T22:08:22.878Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31132026-08-24T22:08:23.055Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31142026-08-24T22:08:23.093Z Checking cargo_toml v0.21.0
31152026-08-24T22:08:23.442Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31162026-08-24T22:08:23.749Z Checking partial-io v0.5.4
31172026-08-24T22:08:23.785Z Checking termios v0.3.3
31182026-08-24T22:08:23.947Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31192026-08-24T22:08:23.950Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31202026-08-24T22:08:24.609Z Checking rstest v0.25.0
31212026-08-24T22:08:25.816Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31222026-08-24T22:08:29.698Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31232026-08-24T22:08:29.772Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31242026-08-24T22:08:31.405Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31252026-08-24T22:08:35.799Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31262026-08-24T22:08:36.797Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31272026-08-24T22:08:39.779Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31282026-08-24T22:08:43.880Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31292026-08-24T22:08:46.981Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31302026-08-24T22:08:48.832Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31312026-08-24T22:08:50.504Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31322026-08-24T22:08:53.913Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31332026-08-24T22:08:54.670Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31342026-08-24T22:08:56.904Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31352026-08-24T22:09:00.844Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31362026-08-24T22:09:05.548Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31372026-08-24T22:09:26.712Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31382026-08-24T22:10:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31392026-08-24T22:10:19.062Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31402026-08-24T22:10:19.062Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31412026-08-24T22:10:19.728Z
31422026-08-24T22:10:19.728Zreal 4:14.553929685
31432026-08-24T22:10:19.728Zuser 22:00.723571740
31442026-08-24T22:10:19.728Zsys 5:12.878106445
31452026-08-24T22:10:19.728Ztrap 0.549380393
31462026-08-24T22:10:19.728Ztflt 0.438733155
31472026-08-24T22:10:19.728Zdflt 0.632162630
31482026-08-24T22:10:19.728Zkflt 0.005273512
31492026-08-24T22:10:19.728Zlock 1:06:23.900286949
31502026-08-24T22:10:19.728Zslp 59:46.383716926
31512026-08-24T22:10:19.728Zlat 1:53.921785931
31522026-08-24T22:10:19.728Zstop 14:01.382386252
31532026-08-24T22:10:19.731Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31542026-08-24T22:10:19.731Z+ ptime -m cargo doc --workspace --no-deps
31552026-08-24T22:10:20.584Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31562026-08-24T22:10:20.584Z |
31572026-08-24T22:10:20.584Z = 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)`
31582026-08-24T22:10:20.584Z = 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>
31592026-08-24T22:10:21.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31602026-08-24T22:10:21.923Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31612026-08-24T22:10:21.968Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31622026-08-24T22:10:22.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31632026-08-24T22:10:22.093Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31642026-08-24T22:10:22.198Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-08-24T22:10:22.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31662026-08-24T22:10:22.249Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31672026-08-24T22:10:22.304Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-08-24T22:10:22.367Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-08-24T22:10:22.504Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-08-24T22:10:22.530Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-08-24T22:10:22.530Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-08-24T22:10:22.579Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31732026-08-24T22:10:22.613Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-24T22:10:22.638Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31752026-08-24T22:10:22.662Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-08-24T22:10:22.709Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-08-24T22:10:22.734Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31782026-08-24T22:10:22.738Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-08-24T22:10:23.030Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31802026-08-24T22:10:23.181Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31812026-08-24T22:10:23.205Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-08-24T22:10:23.273Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31832026-08-24T22:10:23.336Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31842026-08-24T22:10:23.523Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31852026-08-24T22:10:23.549Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862026-08-24T22:10:23.695Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872026-08-24T22:10:23.783Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31882026-08-24T22:10:23.807Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31892026-08-24T22:10:23.902Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31902026-08-24T22:10:23.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31912026-08-24T22:10:24.201Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31922026-08-24T22:10:24.230Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31932026-08-24T22:10:24.284Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-24T22:10:24.374Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31952026-08-24T22:10:24.416Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31962026-08-24T22:10:24.472Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31972026-08-24T22:10:24.603Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31982026-08-24T22:10:24.703Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31992026-08-24T22:10:24.934Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-24T22:10:24.978Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32012026-08-24T22:10:25.018Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-08-24T22:10:25.105Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32032026-08-24T22:10:25.202Z Checking scuffle v0.1.0
32042026-08-24T22:10:25.251Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052026-08-24T22:10:25.282Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32062026-08-24T22:10:25.432Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32072026-08-24T22:10:25.486Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32082026-08-24T22:10:25.489Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32092026-08-24T22:10:25.533Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32102026-08-24T22:10:25.626Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32112026-08-24T22:10:25.795Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32122026-08-24T22:10:26.220Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32132026-08-24T22:10:26.534Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32142026-08-24T22:10:26.686Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32152026-08-24T22:10:26.852Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32162026-08-24T22:10:27.099Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32172026-08-24T22:10:27.125Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32182026-08-24T22:10:27.171Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32192026-08-24T22:10:27.229Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32202026-08-24T22:10:27.372Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32212026-08-24T22:10:27.397Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32222026-08-24T22:10:27.421Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32232026-08-24T22:10:27.456Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32242026-08-24T22:10:27.545Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32252026-08-24T22:10:27.970Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32262026-08-24T22:10:28.572Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32272026-08-24T22:10:28.643Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32282026-08-24T22:10:28.673Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32292026-08-24T22:10:28.746Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32302026-08-24T22:10:28.978Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32312026-08-24T22:10:29.029Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32322026-08-24T22:10:29.029Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32332026-08-24T22:10:29.079Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32342026-08-24T22:10:29.127Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32352026-08-24T22:10:29.260Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32362026-08-24T22:10:29.285Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32372026-08-24T22:10:29.287Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32382026-08-24T22:10:29.364Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32392026-08-24T22:10:29.458Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32402026-08-24T22:10:29.484Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-08-24T22:10:29.508Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32422026-08-24T22:10:29.725Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32432026-08-24T22:10:29.728Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442026-08-24T22:10:29.798Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452026-08-24T22:10:29.801Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32462026-08-24T22:10:29.844Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32472026-08-24T22:10:29.974Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32482026-08-24T22:10:30.024Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32492026-08-24T22:10:30.071Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32502026-08-24T22:10:30.100Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32512026-08-24T22:10:30.123Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32522026-08-24T22:10:30.146Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-08-24T22:10:30.292Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32542026-08-24T22:10:30.341Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32552026-08-24T22:10:30.385Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32562026-08-24T22:10:30.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32572026-08-24T22:10:30.433Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32582026-08-24T22:10:30.536Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32592026-08-24T22:10:30.560Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32602026-08-24T22:10:30.631Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32612026-08-24T22:10:30.732Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32622026-08-24T22:10:30.756Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32632026-08-24T22:10:31.024Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-24T22:10:31.027Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32652026-08-24T22:10:31.071Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32662026-08-24T22:10:31.588Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32672026-08-24T22:10:31.757Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32682026-08-24T22:10:31.782Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32692026-08-24T22:10:32.061Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32702026-08-24T22:10:32.849Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32712026-08-24T22:10:33.529Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-08-24T22:10:33.593Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-08-24T22:10:33.844Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32742026-08-24T22:10:34.641Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-08-24T22:10:34.912Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32762026-08-24T22:10:35.533Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32772026-08-24T22:10:35.676Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32782026-08-24T22:10:36.067Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32792026-08-24T22:10:36.117Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32802026-08-24T22:10:36.342Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-08-24T22:10:36.372Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-08-24T22:10:36.578Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32832026-08-24T22:10:37.224Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-08-24T22:10:37.332Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32852026-08-24T22:10:37.360Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32862026-08-24T22:10:37.777Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32872026-08-24T22:10:38.129Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32882026-08-24T22:10:38.133Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-08-24T22:10:38.323Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32902026-08-24T22:10:38.560Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-08-24T22:10:38.675Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32922026-08-24T22:10:38.757Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32932026-08-24T22:10:39.470Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32942026-08-24T22:10:39.706Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952026-08-24T22:10:40.325Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32962026-08-24T22:10:40.353Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32972026-08-24T22:10:40.719Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32982026-08-24T22:10:41.166Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32992026-08-24T22:10:41.311Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33002026-08-24T22:10:41.721Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33012026-08-24T22:10:41.892Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33022026-08-24T22:10:42.245Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33032026-08-24T22:10:42.612Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33042026-08-24T22:10:42.638Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-24T22:10:43.220Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33062026-08-24T22:10:43.250Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33072026-08-24T22:10:43.805Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33082026-08-24T22:10:43.869Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33092026-08-24T22:10:44.653Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33102026-08-24T22:10:44.944Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-08-24T22:10:45.045Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33122026-08-24T22:10:45.520Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33132026-08-24T22:10:46.209Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33142026-08-24T22:10:46.647Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-08-24T22:10:49.758Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-24T22:10:49.782Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33172026-08-24T22:10:50.175Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33182026-08-24T22:10:51.885Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33192026-08-24T22:10:52.530Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33202026-08-24T22:10:53.045Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33212026-08-24T22:10:53.172Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33222026-08-24T22:10:53.572Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33232026-08-24T22:10:53.787Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33242026-08-24T22:10:54.690Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-08-24T22:10:55.194Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33262026-08-24T22:10:55.525Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33272026-08-24T22:10:56.728Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33282026-08-24T22:10:56.859Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33292026-08-24T22:10:57.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33302026-08-24T22:10:57.469Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33312026-08-24T22:10:57.677Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33322026-08-24T22:10:57.775Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-08-24T22:10:57.844Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33342026-08-24T22:10:57.894Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33352026-08-24T22:10:58.171Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33362026-08-24T22:10:58.408Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33372026-08-24T22:10:58.929Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33382026-08-24T22:10:59.057Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33392026-08-24T22:10:59.219Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33402026-08-24T22:10:59.627Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33412026-08-24T22:10:59.738Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33422026-08-24T22:10:59.837Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33432026-08-24T22:10:59.994Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33442026-08-24T22:11:00.543Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33452026-08-24T22:11:00.724Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33462026-08-24T22:11:02.240Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33472026-08-24T22:11:02.355Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33482026-08-24T22:11:03.169Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33492026-08-24T22:11:05.045Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33502026-08-24T22:11:06.652Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33512026-08-24T22:11:07.172Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33522026-08-24T22:11:07.736Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33532026-08-24T22:11:09.543Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542026-08-24T22:11:11.597Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33552026-08-24T22:11:12.229Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33562026-08-24T22:11:12.771Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33572026-08-24T22:11:13.610Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33582026-08-24T22:11:14.891Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33592026-08-24T22:11:16.758Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33602026-08-24T22:11:16.840Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33612026-08-24T22:11:18.731Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33622026-08-24T22:11:18.793Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33632026-08-24T22:11:21.056Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33642026-08-24T22:11:21.735Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33652026-08-24T22:11:25.053Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33662026-08-24T22:11:25.877Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33672026-08-24T22:11:26.745Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33682026-08-24T22:11:27.543Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33692026-08-24T22:11:28.325Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33702026-08-24T22:11:29.134Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33712026-08-24T22:11:29.914Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33722026-08-24T22:11:31.710Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33732026-08-24T22:11:32.176Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33742026-08-24T22:11:33.213Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33752026-08-24T22:11:33.317Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33762026-08-24T22:11:34.406Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33772026-08-24T22:11:35.621Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33782026-08-24T22:11:36.284Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33792026-08-24T22:11:39.361Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33802026-08-24T22:11:40.745Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33812026-08-24T22:11:41.310Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-08-24T22:11:42.783Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33832026-08-24T22:11:43.840Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33842026-08-24T22:11:44.651Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33852026-08-24T22:11:46.773Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33862026-08-24T22:11:47.836Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33872026-08-24T22:11:48.835Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33882026-08-24T22:11:49.879Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-24T22:11:50.937Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-24T22:11:53.372Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33912026-08-24T22:11:53.639Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33922026-08-24T22:11:56.942Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33932026-08-24T22:11:57.407Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33942026-08-24T22:11:58.777Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33952026-08-24T22:12:00.214Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-24T22:12:01.762Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-08-24T22:12:03.347Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-08-24T22:12:05.088Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-08-24T22:12:06.712Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34002026-08-24T22:12:08.305Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-24T22:12:12.925Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34022026-08-24T22:12:13.420Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34032026-08-24T22:12:14.548Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34042026-08-24T22:12:15.167Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34052026-08-24T22:12:17.029Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34062026-08-24T22:12:18.697Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34072026-08-24T22:12:20.567Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34082026-08-24T22:12:22.559Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34092026-08-24T22:12:24.363Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34102026-08-24T22:12:26.342Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34112026-08-24T22:12:27.901Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34122026-08-24T22:12:29.650Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34132026-08-24T22:12:31.395Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34142026-08-24T22:12:33.181Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34152026-08-24T22:12:34.921Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34162026-08-24T22:12:36.690Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34172026-08-24T22:12:38.421Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34182026-08-24T22:12:39.992Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34192026-08-24T22:12:43.644Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34202026-08-24T22:12:45.512Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34212026-08-24T22:12:47.316Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-08-24T22:12:49.122Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34232026-08-24T22:12:50.836Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34242026-08-24T22:12:54.826Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34252026-08-24T22:12:56.515Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34262026-08-24T22:12:58.923Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34272026-08-24T22:13:00.941Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34282026-08-24T22:13:04.119Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34292026-08-24T22:13:05.131Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34302026-08-24T22:13:05.270Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34312026-08-24T22:13:09.563Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34322026-08-24T22:13:14.352Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34332026-08-24T22:13:14.775Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34342026-08-24T22:13:16.764Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34352026-08-24T22:13:18.767Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34362026-08-24T22:13:21.495Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34372026-08-24T22:13:23.967Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34382026-08-24T22:13:26.744Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34392026-08-24T22:13:28.500Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34402026-08-24T22:13:31.478Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34412026-08-24T22:13:33.373Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34422026-08-24T22:13:35.937Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34432026-08-24T22:13:38.326Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34442026-08-24T22:13:41.054Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34452026-08-24T22:13:43.661Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34462026-08-24T22:13:45.734Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34472026-08-24T22:13:48.469Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34482026-08-24T22:13:50.891Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34492026-08-24T22:13:53.479Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34502026-08-24T22:13:55.929Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34512026-08-24T22:14:00.639Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34522026-08-24T22:14:00.982Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34532026-08-24T22:14:03.404Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34542026-08-24T22:14:05.760Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34552026-08-24T22:14:08.439Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34562026-08-24T22:14:10.916Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34572026-08-24T22:14:13.512Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34582026-08-24T22:14:15.991Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34592026-08-24T22:14:18.501Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34602026-08-24T22:14:21.186Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34612026-08-24T22:14:23.708Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34622026-08-24T22:14:26.247Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34632026-08-24T22:14:28.846Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34642026-08-24T22:14:31.424Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34652026-08-24T22:14:34.105Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34662026-08-24T22:14:36.488Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34672026-08-24T22:14:39.181Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34682026-08-24T22:14:41.798Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34692026-08-24T22:14:44.354Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34702026-08-24T22:14:46.923Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34712026-08-24T22:14:50.187Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34722026-08-24T22:14:52.366Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34732026-08-24T22:14:55.052Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34742026-08-24T22:14:57.684Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34752026-08-24T22:15:00.500Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-24T22:15:03.116Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34772026-08-24T22:15:05.655Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34782026-08-24T22:15:08.530Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34792026-08-24T22:15:11.111Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34802026-08-24T22:15:13.740Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34812026-08-24T22:15:16.356Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34822026-08-24T22:15:19.384Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34832026-08-24T22:15:22.133Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34842026-08-24T22:15:24.732Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-08-24T22:15:27.346Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34862026-08-24T22:15:30.145Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34872026-08-24T22:15:32.809Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34882026-08-24T22:15:35.631Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34892026-08-24T22:15:38.781Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34902026-08-24T22:15:46.582Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34912026-08-24T22:15:46.706Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34922026-08-24T22:15:50.221Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34932026-08-24T22:15:53.785Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34942026-08-24T22:15:57.203Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952026-08-24T22:16:01.011Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34962026-08-24T22:16:04.268Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34972026-08-24T22:16:07.754Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34982026-08-24T22:16:12.755Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34992026-08-24T22:16:15.720Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35002026-08-24T22:16:19.504Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35012026-08-24T22:16:23.376Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35022026-08-24T22:16:27.233Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35032026-08-24T22:16:31.071Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35042026-08-24T22:16:34.931Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35052026-08-24T22:16:38.806Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35062026-08-24T22:16:42.638Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35072026-08-24T22:16:46.534Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35082026-08-24T22:16:50.363Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35092026-08-24T22:16:54.296Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35102026-08-24T22:16:58.131Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35112026-08-24T22:17:02.027Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35122026-08-24T22:17:06.037Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35132026-08-24T22:17:10.047Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35142026-08-24T22:17:13.692Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35152026-08-24T22:17:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 24s
35162026-08-24T22:17:44.612Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35172026-08-24T22:17:44.612Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35182026-08-24T22:17:44.778Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35192026-08-24T22:17:44.883Z
35202026-08-24T22:17:44.886Zreal 7:25.065398217
35212026-08-24T22:17:44.887Zuser 20:15.971966731
35222026-08-24T22:17:44.887Zsys 4:21.408841635
35232026-08-24T22:17:44.887Ztrap 0.292098834
35242026-08-24T22:17:44.887Ztflt 0.124564929
35252026-08-24T22:17:44.887Zdflt 0.117700065
35262026-08-24T22:17:44.887Zkflt 0.000041020
35272026-08-24T22:17:44.887Zlock 7:03:25.456508467
35282026-08-24T22:17:44.887Zslp 2:29:09.454494710
35292026-08-24T22:17:44.887Zlat 38.606180940
35302026-08-24T22:17:44.887Zstop 2:10.777998556
35312026-08-24T22:17:44.887Zprocess exited: duration 860122 ms, exit code 0
 
35322026-08-24T22:17:44.894Zfound 0 output files