01KYNMVFCDJFRPP72MXRC89200: clippy (helios)

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

Buildomat Job: 01KYNMW8QP9VC83WPYC01D5152

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T00:38:22.932Zjob assigned to worker 01KYNMW6880SG83RFAKKP024KK [factory aws, i-0392dc82857dea80e] (queued for 50 s)
 
22026-07-29T00:38:29.647Zstarting task 0: "setup"
32026-07-29T00:38:29.652Z++ uname -s
42026-07-29T00:38:29.656Z+ kern=SunOS
52026-07-29T00:38:29.656Z+ build_user=build
62026-07-29T00:38:29.656Z+ build_uid=12345
72026-07-29T00:38:29.656Z+ work_dir=/work
82026-07-29T00:38:29.656Z+ input_dir=/input
92026-07-29T00:38:29.656Z+ [[ 0 == 12345 ]]
102026-07-29T00:38:29.656Z+ case "$kern" in
112026-07-29T00:38:29.656Z+ groupadd -g 12345 build
122026-07-29T00:38:29.659Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T00:38:31.661Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T00:38:31.725Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T00:38:31.728Z+ home_fs=zfs
162026-07-29T00:38:31.728Z+ [[ zfs == autofs ]]
172026-07-29T00:38:31.728Z+ mkdir -p /home/build
182026-07-29T00:38:31.728Z+ chown build:build /home/build /work
192026-07-29T00:38:33.730Z+ chmod 0700 /home/build /work
202026-07-29T00:38:33.735Zprocess exited: duration 4083 ms, exit code 0
 
212026-07-29T00:38:33.743Zstarting task 1: "rust-toolchain"
222026-07-29T00:38:33.747Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T00:38:33.747Z * rust toolchain channel = "1.97.1"
242026-07-29T00:38:33.747Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T00:38:33.747Z * rust toolchain profile = "default"
262026-07-29T00:38:33.747Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T00:38:33.747Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T00:38:33.747Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T00:38:33.747Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T00:38:33.831Zinfo: downloading installer
312026-07-29T00:38:35.218Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T00:38:35.218Zwarn: /home/build/.rustup/settings.toml
332026-07-29T00:38:35.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T00:38:35.218Zwarn: instead of the one inferred from the default host triple.
352026-07-29T00:38:35.230Zinfo: profile set to default
362026-07-29T00:38:35.230Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T00:38:35.234Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T00:38:35.374Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T00:38:35.377Zinfo: downloading 6 components
402026-07-29T00:38:50.770Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T00:38:50.770Z
422026-07-29T00:38:50.798Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T00:38:50.798Z
442026-07-29T00:38:50.802Z
452026-07-29T00:38:50.802ZRust is installed now. Great!
462026-07-29T00:38:50.802Z
472026-07-29T00:38:50.802ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T00:38:50.802Zenvironment variable. This has not been done automatically.
492026-07-29T00:38:50.802Z
502026-07-29T00:38:50.802ZTo configure your current shell, you need to source
512026-07-29T00:38:50.802Zthe corresponding env file under $HOME/.cargo.
522026-07-29T00:38:50.802Z
532026-07-29T00:38:50.802ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T00:38:50.802Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T00:38:50.802Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T00:38:50.802Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T00:38:50.802Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T00:38:50.802Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T00:38:50.802Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T00:38:50.802Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T00:38:50.802Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T00:38:50.904Z+ rustup --version
632026-07-29T00:38:50.913Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T00:38:50.918Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T00:38:50.933Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T00:38:50.936Z+ cargo --version
672026-07-29T00:38:50.951Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T00:38:50.954Z+ rustc --version
692026-07-29T00:38:50.974Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T00:38:50.977Zprocess exited: duration 17234 ms, exit code 0
 
712026-07-29T00:38:50.984Zstarting task 2: "authentication"
722026-07-29T00:38:51.000Zprocess exited: duration 16 ms, exit code 0
 
732026-07-29T00:38:51.007Zstarting task 3: "clone repository"
742026-07-29T00:38:51.010Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T00:38:51.014Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T00:38:51.042ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T00:39:01.256Z+ cd /work/oxidecomputer/omicron
782026-07-29T00:39:01.256Z+ git fetch origin 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
792026-07-29T00:39:01.538ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T00:39:01.538Z * branch 84e182fda794489ad2b97fdfb9aa7a0e00319b9c -> FETCH_HEAD
812026-07-29T00:39:01.548Z+ [[ -n eliza/external-client ]]
822026-07-29T00:39:01.551Z++ git branch --show-current
832026-07-29T00:39:01.551Z+ current=main
842026-07-29T00:39:01.551Z+ [[ main != eliza/external-client ]]
852026-07-29T00:39:01.551Z+ git branch -f eliza/external-client 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
862026-07-29T00:39:01.554Z+ git checkout -f eliza/external-client
872026-07-29T00:39:01.797ZSwitched to branch 'eliza/external-client'
882026-07-29T00:39:01.800Z+ git reset --hard 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
892026-07-29T00:39:02.040ZHEAD is now at 84e182fda Update nexus/src/app/external_client.rs
902026-07-29T00:39:02.070Zprocess exited: duration 11034 ms, exit code 0
 
912026-07-29T00:39:02.077Zstarting task 4: "build"
922026-07-29T00:39:02.080Z+ source ./env.sh
932026-07-29T00:39:02.083Z++ OLD_SHELL_OPTS=ehxB
942026-07-29T00:39:02.083Z++ set -o xtrace
952026-07-29T00:39:02.083Z++++ dirname ./env.sh
962026-07-29T00:39:02.086Z+++ readlink -f .
972026-07-29T00:39:02.086Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-29T00:39:02.086Z++ 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-07-29T00:39:02.087Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ 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-07-29T00:39:02.087Z++ case $OLD_SHELL_OPTS in
1092026-07-29T00:39:02.087Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-29T00:39:02.087Z+ source .github/buildomat/ci-env.sh
1112026-07-29T00:39:02.087Z++ export CARGO_TERM_COLOR=always
1122026-07-29T00:39:02.087Z++ CARGO_TERM_COLOR=always
1132026-07-29T00:39:02.090Z+++ uname -s
1142026-07-29T00:39:02.090Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-29T00:39:02.090Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-29T00:39:02.090Z+ cargo --version
1172026-07-29T00:39:02.098Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-07-29T00:39:02.102Z+ rustc --version
1192026-07-29T00:39:02.120Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-07-29T00:39:02.123Z+ banner prerequisites
1212026-07-29T00:39:02.128Z
1222026-07-29T00:39:02.128Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-29T00:39:02.128Z # # # # # # # # # # # # # # #
1242026-07-29T00:39:02.128Z # # # # ##### # # ##### # # # # # #### #
1252026-07-29T00:39:02.128Z ##### ##### # ##### # # # # # # # # #
1262026-07-29T00:39:02.128Z # # # # # # # # # # # # # # #
1272026-07-29T00:39:02.128Z # # # ###### # # ###### ### # #### # #### #
1282026-07-29T00:39:02.128Z
1292026-07-29T00:39:02.128Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-29T00:39:04.377Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-29T00:39:04.611Z Startup: Caching catalogs ... Done
1322026-07-29T00:39:05.794ZPlanning: Solver setup ... Done (1.102s)
1332026-07-29T00:39:05.838ZPlanning: Running solver ... Done (0.044s)
1342026-07-29T00:39:05.869ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-29T00:39:05.880ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-29T00:39:05.899ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-29T00:39:05.912ZPlanning: Package planning ... Done (0.014s)
1382026-07-29T00:39:05.915ZPlanning: Merging actions ... Done (0.001s)
1392026-07-29T00:39:06.124ZPlanning: Checking for conflicting actions ... Done (0.209s)
1402026-07-29T00:39:06.129ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-29T00:39:06.915ZPlanning: Evaluating mediators ... Done (0.790s)
1422026-07-29T00:39:06.918ZPlanning: Planning completed in 2.28 seconds
1432026-07-29T00:39:06.924Z Packages to install: 2
1442026-07-29T00:39:06.927Z Estimated space available: 156.02 GB
1452026-07-29T00:39:06.927ZEstimated space to be consumed: 55.05 MB
1462026-07-29T00:39:06.927Z Create boot environment: No
1472026-07-29T00:39:06.927ZCreate backup boot environment: No
1482026-07-29T00:39:06.927Z Rebuild boot archive: No
1492026-07-29T00:39:06.927Z
1502026-07-29T00:39:06.927ZChanged packages:
1512026-07-29T00:39:06.927Zhelios
1522026-07-29T00:39:06.927Z developer/build-essential
1532026-07-29T00:39:06.928Z None -> 11-3.0
1542026-07-29T00:39:06.928Z library/libxmlsec1
1552026-07-29T00:39:06.928Z None -> 1.2.35-3.0
1562026-07-29T00:39:06.948Z
1572026-07-29T00:39:06.948ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-29T00:39:07.025ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1592026-07-29T00:39:07.100Z Actions: 1/268 actions (Installing new actions)
1602026-07-29T00:39:07.138Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-29T00:39:07.160ZFinalize: Updating package state database ... Done (0.023s)
1622026-07-29T00:39:07.166ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-29T00:39:07.221ZFinalize: Updating image state ... Done (0.061s)
1642026-07-29T00:39:09.621ZFinalize: Creating fast lookup database ... Done (2.361s)
1652026-07-29T00:39:09.684ZFinalize: Reading search index ... Done (0.012s)
1662026-07-29T00:39:09.687ZFinalize: Updating search index ... Done (0.000s)
1672026-07-29T00:39:09.779ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-29T00:39:10.126ZPlanning: Evaluating mediator changes ... Done
1692026-07-29T00:39:10.233ZPlanning: Checking for conflicting actions ... Done
1702026-07-29T00:39:10.237ZPlanning: Consolidating action changes ... Done
1712026-07-29T00:39:10.390ZPlanning: Evaluating mediators ... Done
1722026-07-29T00:39:10.393ZPlanning: Planning completed in 0.26 seconds
1732026-07-29T00:39:10.436Z Mediators to change: 2
1742026-07-29T00:39:10.436Z Create boot environment: No
1752026-07-29T00:39:10.436ZCreate backup boot environment: No
1762026-07-29T00:39:10.459ZFinalize: Updating package state database ... Done
1772026-07-29T00:39:10.459ZFinalize: Updating package cache ... Done
1782026-07-29T00:39:10.495ZFinalize: Updating image state ... Done
1792026-07-29T00:39:12.441ZFinalize: Creating fast lookup database ... Done
1802026-07-29T00:39:12.509ZFinalize: Reading search index ... Done
1812026-07-29T00:39:12.513ZFinalize: Updating search index ... Done
1822026-07-29T00:39:12.571ZFinalize: Updating package cache ... Done
1832026-07-29T00:39:12.863ZPlanning: Evaluating mediator changes ... Done
1842026-07-29T00:39:12.971ZPlanning: Checking for conflicting actions ... Done
1852026-07-29T00:39:12.974ZPlanning: Consolidating action changes ... Done
1862026-07-29T00:39:13.130ZPlanning: Evaluating mediators ... Done
1872026-07-29T00:39:13.133ZPlanning: Planning completed in 0.27 seconds
1882026-07-29T00:39:13.151Z Mediators to change: 1
1892026-07-29T00:39:13.152Z Create boot environment: No
1902026-07-29T00:39:13.152ZCreate backup boot environment: No
1912026-07-29T00:39:13.187ZFinalize: Updating package state database ... Done
1922026-07-29T00:39:13.188ZFinalize: Updating package cache ... Done
1932026-07-29T00:39:13.221ZFinalize: Updating image state ... Done
1942026-07-29T00:39:15.161ZFinalize: Creating fast lookup database ... Done
1952026-07-29T00:39:15.226ZFinalize: Reading search index ... Done
1962026-07-29T00:39:15.228ZFinalize: Updating search index ... Done
1972026-07-29T00:39:15.277ZFinalize: Updating package cache ... Done
1982026-07-29T00:39:15.592ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-29T00:39:15.593Zapache system 2.4 system
2002026-07-29T00:39:15.593Zclang system 15 system
2012026-07-29T00:39:15.593Zcsh system system illumos
2022026-07-29T00:39:15.593Zctags system system illumos
2032026-07-29T00:39:15.593Zfile vendor vendor darwinsys
2042026-07-29T00:39:15.593Zfile system system illumos
2052026-07-29T00:39:15.593Zgcc vendor 14 vendor
2062026-07-29T00:39:15.593Zgcc system 13 system
2072026-07-29T00:39:15.593Zgcc system 10 system
2082026-07-29T00:39:15.593Zgo system 1.25 system
2092026-07-29T00:39:15.593Zllvm system 15 system
2102026-07-29T00:39:15.593Zmariadb system 11.4 system
2112026-07-29T00:39:15.593Zmta vendor vendor dma
2122026-07-29T00:39:15.593Zopenjdk system 17 system
2132026-07-29T00:39:15.593Zopenjdk system 11 system
2142026-07-29T00:39:15.593Zopenssl vendor 3 vendor
2152026-07-29T00:39:15.593Zperl system 5.40 system
2162026-07-29T00:39:15.593Zpostgresql system 18 system
2172026-07-29T00:39:15.593Zpostgresql system 17 system
2182026-07-29T00:39:15.593Zpython vendor 3 vendor
2192026-07-29T00:39:15.593Zpython system 2 system
2202026-07-29T00:39:15.593Zpython3 vendor 3.13 vendor
2212026-07-29T00:39:15.593Zruby system 3.4 system
2222026-07-29T00:39:15.593Zruby system 3.0 system
2232026-07-29T00:39:15.593Zwords vendor vendor american-english
2242026-07-29T00:39:15.593Zwords system system australian-english
2252026-07-29T00:39:15.593Zwords system system british-english
2262026-07-29T00:39:15.593Zwords system system canadian-english
2272026-07-29T00:39:15.593Zwords system system french
2282026-07-29T00:39:15.593Zwords system system italian
2292026-07-29T00:39:15.593Zwords system system ngerman
2302026-07-29T00:39:15.593Zwords system system ogerman
2312026-07-29T00:39:15.593Zwords system system spanish
2322026-07-29T00:39:15.849ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-29T00:39:15.849Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-29T00:39:16.246ZFMRI IFO
2352026-07-29T00:39:16.246Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-29T00:39:16.246Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-29T00:39:16.246Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-29T00:39:16.246Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-29T00:39:16.246Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-29T00:39:16.246Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-29T00:39:16.246Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-29T00:39:16.246Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-29T00:39:16.246Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-29T00:39:16.539Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-29T00:39:16.821Z Updating crates.io index
2462026-07-29T00:39:16.824Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-29T00:39:17.036Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-29T00:39:17.312Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-29T00:39:18.232Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-29T00:39:18.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-29T00:39:20.652Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-29T00:39:21.473Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-29T00:39:21.726Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-29T00:39:22.058Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-29T00:39:23.294Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-29T00:39:23.519Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-29T00:39:23.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-29T00:39:24.059Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-29T00:39:24.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-29T00:39:24.993Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-29T00:39:25.168Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-29T00:39:25.401Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-29T00:39:25.657Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-29T00:39:25.956Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-29T00:39:26.231Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-29T00:39:26.503Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-29T00:39:26.699Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-29T00:39:27.072Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-29T00:39:27.413Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-29T00:39:27.641Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-29T00:39:28.009Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-29T00:39:28.247Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-29T00:39:28.588Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-29T00:39:29.115Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-29T00:39:29.364Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-29T00:39:29.601Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-29T00:39:29.950Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-29T00:39:30.306Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-29T00:39:30.590Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-29T00:39:32.612Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-29T00:39:32.682Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-29T00:39:32.682Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-29T00:39:32.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-29T00:39:32.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-29T00:39:32.682Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-29T00:39:32.742Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-29T00:39:35.422Z Downloading crates ...
2882026-07-29T00:39:35.468Z Downloaded anstyle-query v1.1.5
2892026-07-29T00:39:35.472Z Downloaded dtrace-parser v0.2.0
2902026-07-29T00:39:35.481Z Downloaded fs-err v3.3.0
2912026-07-29T00:39:35.481Z Downloaded pest_derive v2.8.6
2922026-07-29T00:39:35.487Z Downloaded cargo-platform v0.3.2
2932026-07-29T00:39:35.487Z Downloaded usdt v0.5.0
2942026-07-29T00:39:35.487Z Downloaded sha2 v0.10.9
2952026-07-29T00:39:35.492Z Downloaded typenum v1.20.1
2962026-07-29T00:39:35.492Z Downloaded cargo_metadata v0.23.1
2972026-07-29T00:39:35.495Z Downloaded clap v4.6.1
2982026-07-29T00:39:35.500Z Downloaded anstream v1.0.0
2992026-07-29T00:39:35.510Z Downloaded fnv v1.0.7
3002026-07-29T00:39:35.511Z Downloaded clap_lex v1.0.0
3012026-07-29T00:39:35.511Z Downloaded once_cell v1.21.3
3022026-07-29T00:39:35.511Z Downloaded zerocopy v0.7.35
3032026-07-29T00:39:35.520Z Downloaded bytecount v0.6.9
3042026-07-29T00:39:35.520Z Downloaded camino-tempfile v1.4.1
3052026-07-29T00:39:35.520Z Downloaded pest_meta v2.8.6
3062026-07-29T00:39:35.520Z Downloaded fastrand v2.3.0
3072026-07-29T00:39:35.520Z Downloaded is_terminal_polyfill v1.70.2
3082026-07-29T00:39:35.520Z Downloaded autocfg v1.5.0
3092026-07-29T00:39:35.529Z Downloaded heck v0.5.0
3102026-07-29T00:39:35.529Z Downloaded itoa v1.0.17
3112026-07-29T00:39:35.529Z Downloaded memmap v0.7.0
3122026-07-29T00:39:35.529Z Downloaded digest v0.10.7
3132026-07-29T00:39:35.529Z Downloaded cfg-if v1.0.4
3142026-07-29T00:39:35.529Z Downloaded cpufeatures v0.2.17
3152026-07-29T00:39:35.529Z Downloaded equivalent v1.0.2
3162026-07-29T00:39:35.529Z Downloaded proc-macro-error v1.0.4
3172026-07-29T00:39:35.543Z Downloaded generic-array v0.14.7
3182026-07-29T00:39:35.543Z Downloaded camino v1.2.2
3192026-07-29T00:39:35.543Z Downloaded byteorder v1.5.0
3202026-07-29T00:39:35.543Z Downloaded cargo_toml v0.21.0
3212026-07-29T00:39:35.546Z Downloaded pretty-hex v0.4.1
3222026-07-29T00:39:35.546Z Downloaded heck v0.4.1
3232026-07-29T00:39:35.546Z Downloaded block-buffer v0.10.4
3242026-07-29T00:39:35.546Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-29T00:39:35.546Z Downloaded terminal_size v0.4.3
3262026-07-29T00:39:35.550Z Downloaded errno v0.3.14
3272026-07-29T00:39:35.559Z Downloaded macaddr v1.0.1
3282026-07-29T00:39:35.559Z Downloaded colorchoice v1.0.4
3292026-07-29T00:39:35.559Z Downloaded version_check v0.9.5
3302026-07-29T00:39:35.559Z Downloaded toml_datetime v0.6.11
3312026-07-29T00:39:35.566Z Downloaded unicode-linebreak v0.1.5
3322026-07-29T00:39:35.572Z Downloaded thread-id v4.2.2
3332026-07-29T00:39:35.577Z Downloaded swrite v0.1.0
3342026-07-29T00:39:35.577Z Downloaded usdt-attr-macro v0.5.0
3352026-07-29T00:39:35.577Z Downloaded dof v0.3.0
3362026-07-29T00:39:35.598Z Downloaded scroll_derive v0.12.1
3372026-07-29T00:39:35.599Z Downloaded smawk v0.3.2
3382026-07-29T00:39:35.599Z Downloaded crypto-common v0.1.7
3392026-07-29T00:39:35.607Z Downloaded bitflags v2.11.0
3402026-07-29T00:39:35.607Z Downloaded anstyle-parse v1.0.0
3412026-07-29T00:39:35.607Z Downloaded thiserror v2.0.18
3422026-07-29T00:39:35.607Z Downloaded scroll v0.12.0
3432026-07-29T00:39:35.612Z Downloaded usdt-impl v0.5.0
3442026-07-29T00:39:35.612Z Downloaded clap_derive v4.6.1
3452026-07-29T00:39:35.612Z Downloaded getrandom v0.4.1
3462026-07-29T00:39:35.617Z Downloaded serde_spanned v0.6.9
3472026-07-29T00:39:35.617Z Downloaded toml_write v0.1.2
3482026-07-29T00:39:35.617Z Downloaded plain v0.2.3
3492026-07-29T00:39:35.618Z Downloaded tabled_derive v0.7.0
3502026-07-29T00:39:35.618Z Downloaded utf8parse v0.2.2
3512026-07-29T00:39:35.621Z Downloaded thiserror-impl v2.0.18
3522026-07-29T00:39:35.621Z Downloaded zmij v1.0.21
3532026-07-29T00:39:35.621Z Downloaded thiserror-impl v1.0.69
3542026-07-29T00:39:35.627Z Downloaded thiserror v1.0.69
3552026-07-29T00:39:35.635Z Downloaded usdt-macro v0.5.0
3562026-07-29T00:39:35.635Z Downloaded quote v1.0.45
3572026-07-29T00:39:35.640Z Downloaded pest_generator v2.8.6
3582026-07-29T00:39:35.643Z Downloaded serde_tokenstream v0.2.3
3592026-07-29T00:39:35.652Z Downloaded anstyle v1.0.14
3602026-07-29T00:39:35.660Z Downloaded papergrid v0.11.0
3612026-07-29T00:39:35.660Z Downloaded textwrap v0.16.2
3622026-07-29T00:39:35.660Z Downloaded strsim v0.11.1
3632026-07-29T00:39:35.660Z Downloaded semver v1.0.28
3642026-07-29T00:39:35.664Z Downloaded ucd-trie v0.1.7
3652026-07-29T00:39:35.664Z Downloaded zerocopy-derive v0.7.35
3662026-07-29T00:39:35.664Z Downloaded anyhow v1.0.102
3672026-07-29T00:39:35.673Z Downloaded log v0.4.29
3682026-07-29T00:39:35.674Z Downloaded toml v0.8.23
3692026-07-29T00:39:35.674Z Downloaded tempfile v3.25.0
3702026-07-29T00:39:35.674Z Downloaded proc-macro2 v1.0.106
3712026-07-29T00:39:35.684Z Downloaded unicode-ident v1.0.24
3722026-07-29T00:39:35.706Z Downloaded indexmap v2.14.0
3732026-07-29T00:39:35.712Z Downloaded serde_core v1.0.228
3742026-07-29T00:39:35.712Z Downloaded serde_derive v1.0.228
3752026-07-29T00:39:35.712Z Downloaded toml_edit v0.22.27
3762026-07-29T00:39:35.722Z Downloaded pest v2.8.6
3772026-07-29T00:39:35.722Z Downloaded serde v1.0.228
3782026-07-29T00:39:35.723Z Downloaded memchr v2.8.0
3792026-07-29T00:39:35.777Z Downloaded serde_json v1.0.151
3802026-07-29T00:39:35.791Z Downloaded hashbrown v0.17.0
3812026-07-29T00:39:35.808Z Downloaded clap_builder v4.6.0
3822026-07-29T00:39:35.808Z Downloaded winnow v0.7.14
3832026-07-29T00:39:35.808Z Downloaded goblin v0.8.2
3842026-07-29T00:39:35.822Z Downloaded tabled v0.15.0
3852026-07-29T00:39:35.838Z Downloaded syn v1.0.109
3862026-07-29T00:39:35.838Z Downloaded unicode-width v0.1.14
3872026-07-29T00:39:35.854Z Downloaded syn v2.0.117
3882026-07-29T00:39:35.854Z Downloaded unicode-width v0.2.0
3892026-07-29T00:39:35.867Z Downloaded rustix v1.1.3
3902026-07-29T00:39:35.876Z Downloaded libc v0.2.185
3912026-07-29T00:39:35.936Z Compiling proc-macro2 v1.0.106
3922026-07-29T00:39:35.936Z Compiling unicode-ident v1.0.24
3932026-07-29T00:39:35.936Z Compiling quote v1.0.45
3942026-07-29T00:39:35.941Z Compiling serde_core v1.0.228
3952026-07-29T00:39:35.941Z Compiling libc v0.2.185
3962026-07-29T00:39:35.941Z Compiling version_check v0.9.5
3972026-07-29T00:39:35.941Z Compiling memchr v2.8.0
3982026-07-29T00:39:35.942Z Compiling serde v1.0.228
3992026-07-29T00:39:36.258Z Compiling zmij v1.0.21
4002026-07-29T00:39:36.530Z Compiling itoa v1.0.17
4012026-07-29T00:39:36.530Z Compiling ucd-trie v0.1.7
4022026-07-29T00:39:36.596Z Compiling thiserror v1.0.69
4032026-07-29T00:39:36.768Z Compiling pest v2.8.6
4042026-07-29T00:39:36.789Z Compiling byteorder v1.5.0
4052026-07-29T00:39:36.895Z Compiling rustix v1.1.3
4062026-07-29T00:39:37.054Z Compiling errno v0.3.14
4072026-07-29T00:39:37.092Z Compiling serde_json v1.0.151
4082026-07-29T00:39:37.261Z Compiling bitflags v2.11.0
4092026-07-29T00:39:37.407Z Compiling syn v2.0.117
4102026-07-29T00:39:37.451Z Compiling thread-id v4.2.2
4112026-07-29T00:39:37.469Z Compiling proc-macro-error-attr v1.0.4
4122026-07-29T00:39:37.548Z Compiling usdt-impl v0.5.0
4132026-07-29T00:39:37.567Z Compiling syn v1.0.109
4142026-07-29T00:39:37.634Z Compiling camino v1.2.2
4152026-07-29T00:39:37.787Z Compiling pest_meta v2.8.6
4162026-07-29T00:39:38.054Z Compiling proc-macro-error v1.0.4
4172026-07-29T00:39:38.094Z Compiling getrandom v0.4.1
4182026-07-29T00:39:38.094Z Compiling utf8parse v0.2.2
4192026-07-29T00:39:38.168Z Compiling hashbrown v0.17.0
4202026-07-29T00:39:38.198Z Compiling log v0.4.29
4212026-07-29T00:39:39.010Z Compiling equivalent v1.0.2
4222026-07-29T00:39:39.073Z Compiling plain v0.2.3
4232026-07-29T00:39:39.073Z Compiling terminal_size v0.4.3
4242026-07-29T00:39:39.073Z Compiling indexmap v2.14.0
4252026-07-29T00:39:39.073Z Compiling anstyle-parse v1.0.0
4262026-07-29T00:39:39.095Z Compiling is_terminal_polyfill v1.70.2
4272026-07-29T00:39:39.196Z Compiling winnow v0.7.14
4282026-07-29T00:39:39.224Z Compiling anstyle v1.0.14
4292026-07-29T00:39:39.258Z Compiling thiserror v2.0.18
4302026-07-29T00:39:39.390Z Compiling cfg-if v1.0.4
4312026-07-29T00:39:39.414Z Compiling anstyle-query v1.1.5
4322026-07-29T00:39:39.457Z Compiling toml_write v0.1.2
4332026-07-29T00:39:39.500Z Compiling autocfg v1.5.0
4342026-07-29T00:39:39.500Z Compiling colorchoice v1.0.4
4352026-07-29T00:39:39.597Z Compiling pretty-hex v0.4.1
4362026-07-29T00:39:39.612Z Compiling pest_generator v2.8.6
4372026-07-29T00:39:39.695Z Compiling anstream v1.0.0
4382026-07-29T00:39:39.920Z Compiling fs-err v3.3.0
4392026-07-29T00:39:39.964Z Compiling anyhow v1.0.102
4402026-07-29T00:39:40.023Z Compiling bytecount v0.6.9
4412026-07-29T00:39:40.085Z Compiling clap_lex v1.0.0
4422026-07-29T00:39:40.142Z Compiling once_cell v1.21.3
4432026-07-29T00:39:40.230Z Compiling fastrand v2.3.0
4442026-07-29T00:39:40.300Z Compiling fnv v1.0.7
4452026-07-29T00:39:40.405Z Compiling heck v0.4.1
4462026-07-29T00:39:40.418Z Compiling heck v0.5.0
4472026-07-29T00:39:40.418Z Compiling unicode-width v0.1.14
4482026-07-29T00:39:40.429Z Compiling strsim v0.11.1
4492026-07-29T00:39:40.511Z Compiling tempfile v3.25.0
4502026-07-29T00:39:40.699Z Compiling papergrid v0.11.0
4512026-07-29T00:39:40.700Z Compiling clap_builder v4.6.0
4522026-07-29T00:39:40.740Z Compiling cargo-platform v0.3.2
4532026-07-29T00:39:40.828Z Compiling semver v1.0.28
4542026-07-29T00:39:40.853Z Compiling memmap v0.7.0
4552026-07-29T00:39:40.877Z Compiling unicode-width v0.2.0
4562026-07-29T00:39:40.915Z Compiling tabled_derive v0.7.0
4572026-07-29T00:39:40.981Z Compiling unicode-linebreak v0.1.5
4582026-07-29T00:39:41.006Z Compiling smawk v0.3.2
4592026-07-29T00:39:41.149Z Compiling camino-tempfile v1.4.1
4602026-07-29T00:39:41.234Z Compiling textwrap v0.16.2
4612026-07-29T00:39:41.360Z Compiling serde_derive v1.0.228
4622026-07-29T00:39:41.393Z Compiling thiserror-impl v1.0.69
4632026-07-29T00:39:41.445Z Compiling zerocopy-derive v0.7.35
4642026-07-29T00:39:41.478Z Compiling pest_derive v2.8.6
4652026-07-29T00:39:41.701Z Compiling scroll_derive v0.12.1
4662026-07-29T00:39:41.812Z Compiling thiserror-impl v2.0.18
4672026-07-29T00:39:41.906Z Compiling clap_derive v4.6.1
4682026-07-29T00:39:42.111Z Compiling tabled v0.15.0
4692026-07-29T00:39:42.320Z Compiling zerocopy v0.7.35
4702026-07-29T00:39:42.368Z Compiling scroll v0.12.0
4712026-07-29T00:39:42.644Z Compiling goblin v0.8.2
4722026-07-29T00:39:42.752Z Compiling dtrace-parser v0.2.0
4732026-07-29T00:39:42.868Z Compiling swrite v0.1.0
4742026-07-29T00:39:43.570Z Compiling clap v4.6.1
4752026-07-29T00:39:44.222Z Compiling dof v0.3.0
4762026-07-29T00:39:44.222Z Compiling serde_tokenstream v0.2.3
4772026-07-29T00:39:44.234Z Compiling toml_datetime v0.6.11
4782026-07-29T00:39:44.234Z Compiling serde_spanned v0.6.9
4792026-07-29T00:39:44.234Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-29T00:39:44.346Z Compiling macaddr v1.0.1
4812026-07-29T00:39:44.365Z Compiling cargo_metadata v0.23.1
4822026-07-29T00:39:44.413Z Compiling toml_edit v0.22.27
4832026-07-29T00:39:45.056Z Compiling usdt-attr-macro v0.5.0
4842026-07-29T00:39:45.056Z Compiling usdt-macro v0.5.0
4852026-07-29T00:39:46.318Z Compiling usdt v0.5.0
4862026-07-29T00:39:46.363Z Compiling toml v0.8.23
4872026-07-29T00:39:46.363Z Compiling cargo_toml v0.21.0
4882026-07-29T00:39:47.366Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-29T00:39:49.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
4902026-07-29T00:39:49.579Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-29T00:39:50.091Z Downloading crates ...
4922026-07-29T00:39:50.157Z Downloaded aead v0.5.2
4932026-07-29T00:39:50.163Z Downloaded arrayvec v0.7.6
4942026-07-29T00:39:50.187Z Downloaded float-ord v0.3.2
4952026-07-29T00:39:50.187Z Downloaded constant_time_eq v0.4.2
4962026-07-29T00:39:50.206Z Downloaded hash32 v0.2.1
4972026-07-29T00:39:50.206Z Downloaded foldhash v0.2.0
4982026-07-29T00:39:50.206Z Downloaded hyper-tls v0.6.0
4992026-07-29T00:39:50.206Z Downloaded async-stream-impl v0.3.6
5002026-07-29T00:39:50.206Z Downloaded adler2 v2.0.1
5012026-07-29T00:39:50.206Z Downloaded async-recursion v1.1.1
5022026-07-29T00:39:50.206Z Downloaded generic-array v1.4.3
5032026-07-29T00:39:50.206Z Downloaded hubpack_derive v0.1.1
5042026-07-29T00:39:50.206Z Downloaded argon2 v0.6.0-rc.8
5052026-07-29T00:39:50.206Z Downloaded fxhash v0.2.1
5062026-07-29T00:39:50.206Z Downloaded cfg_aliases v0.2.1
5072026-07-29T00:39:50.206Z Downloaded enum-as-inner v0.6.1
5082026-07-29T00:39:50.206Z Downloaded ghash v0.6.0
5092026-07-29T00:39:50.206Z Downloaded git-stub v1.0.0
5102026-07-29T00:39:50.206Z Downloaded async-bb8-diesel v0.2.1
5112026-07-29T00:39:50.206Z Downloaded atty v0.2.14
5122026-07-29T00:39:50.206Z Downloaded futures-sink v0.3.32
5132026-07-29T00:39:50.206Z Downloaded funty v2.0.0
5142026-07-29T00:39:50.221Z Downloaded base64ct v1.8.3
5152026-07-29T00:39:50.221Z Downloaded async-stream v0.3.6
5162026-07-29T00:39:50.221Z Downloaded env_logger v0.11.9
5172026-07-29T00:39:50.221Z Downloaded fixedbitset v0.4.2
5182026-07-29T00:39:50.221Z Downloaded backoff v0.4.0
5192026-07-29T00:39:50.221Z Downloaded bcrypt-pbkdf v0.11.0
5202026-07-29T00:39:50.221Z Downloaded chacha20poly1305 v0.10.1
5212026-07-29T00:39:50.221Z Downloaded futures v0.3.32
5222026-07-29T00:39:50.221Z Downloaded futures-channel v0.3.32
5232026-07-29T00:39:50.221Z Downloaded getrandom v0.2.17
5242026-07-29T00:39:50.221Z Downloaded futures-executor v0.3.32
5252026-07-29T00:39:50.221Z Downloaded find-msvc-tools v0.1.9
5262026-07-29T00:39:50.221Z Downloaded bit-set v0.8.0
5272026-07-29T00:39:50.222Z Downloaded getrandom v0.3.4
5282026-07-29T00:39:50.233Z Downloaded hybrid-array v0.4.13
5292026-07-29T00:39:50.234Z Downloaded base16ct v0.2.0
5302026-07-29T00:39:50.234Z Downloaded flume v0.11.1
5312026-07-29T00:39:50.234Z Downloaded endian-type v0.1.2
5322026-07-29T00:39:50.234Z Downloaded env_filter v1.0.0
5332026-07-29T00:39:50.234Z Downloaded futures-macro v0.3.32
5342026-07-29T00:39:50.234Z Downloaded float-cmp v0.10.0
5352026-07-29T00:39:50.234Z Downloaded base16ct v1.0.0
5362026-07-29T00:39:50.234Z Downloaded futures-io v0.3.32
5372026-07-29T00:39:50.234Z Downloaded flate2 v1.1.9
5382026-07-29T00:39:50.234Z Downloaded gethostname v0.5.0
5392026-07-29T00:39:50.240Z Downloaded atomicwrites v0.4.4
5402026-07-29T00:39:50.241Z Downloaded futures-core v0.3.32
5412026-07-29T00:39:50.241Z Downloaded enum_dispatch v0.3.13
5422026-07-29T00:39:50.241Z Downloaded foreign-types v0.5.0
5432026-07-29T00:39:50.241Z Downloaded form_urlencoded v1.2.2
5442026-07-29T00:39:50.241Z Downloaded ff v0.13.1
5452026-07-29T00:39:50.241Z Downloaded ff v0.14.0
5462026-07-29T00:39:50.241Z Downloaded foreign-types v0.3.2
5472026-07-29T00:39:50.241Z Downloaded foreign-types-shared v0.1.1
5482026-07-29T00:39:50.241Z Downloaded array-init v0.0.4
5492026-07-29T00:39:50.241Z Downloaded anstream v0.6.21
5502026-07-29T00:39:50.241Z Downloaded atomic-waker v1.1.2
5512026-07-29T00:39:50.244Z Downloaded foreign-types-shared v0.3.1
5522026-07-29T00:39:50.244Z Downloaded flagset v0.4.7
5532026-07-29T00:39:50.245Z Downloaded foreign-types-macros v0.2.3
5542026-07-29T00:39:50.245Z Downloaded convert_case v0.4.0
5552026-07-29T00:39:50.245Z Downloaded fd-lock v4.0.4
5562026-07-29T00:39:50.254Z Downloaded hash32 v0.3.1
5572026-07-29T00:39:50.259Z Downloaded hex v0.4.3
5582026-07-29T00:39:50.259Z Downloaded filetime v0.2.27
5592026-07-29T00:39:50.259Z Downloaded fs-err v2.11.0
5602026-07-29T00:39:50.259Z Downloaded bb8 v0.8.6
5612026-07-29T00:39:50.259Z Downloaded block-padding v0.4.2
5622026-07-29T00:39:50.259Z Downloaded assert_matches v1.5.0
5632026-07-29T00:39:50.259Z Downloaded bitfield-macros v0.19.4
5642026-07-29T00:39:50.259Z Downloaded hex-literal v1.1.0
5652026-07-29T00:39:50.259Z Downloaded bit-set v0.5.3
5662026-07-29T00:39:50.264Z Downloaded block-buffer v0.12.1
5672026-07-29T00:39:50.264Z Downloaded bitfield-struct v0.6.2
5682026-07-29T00:39:50.264Z Downloaded arrayref v0.3.9
5692026-07-29T00:39:50.264Z Downloaded num-derive v0.3.3
5702026-07-29T00:39:50.270Z Downloaded futures-task v0.3.32
5712026-07-29T00:39:50.270Z Downloaded erased-serde v0.3.31
5722026-07-29T00:39:50.270Z Downloaded ciborium-io v0.2.2
5732026-07-29T00:39:50.270Z Downloaded aes-gcm v0.11.0
5742026-07-29T00:39:50.275Z Downloaded base64 v0.21.7
5752026-07-29T00:39:50.275Z Downloaded bumpalo v3.20.2
5762026-07-29T00:39:50.275Z Downloaded async-trait v0.1.89
5772026-07-29T00:39:50.279Z Downloaded cfg_aliases v0.1.1
5782026-07-29T00:39:50.279Z Downloaded compression-core v0.4.31
5792026-07-29T00:39:50.279Z Downloaded headers-core v0.3.0
5802026-07-29T00:39:50.279Z Downloaded hostname v0.3.1
5812026-07-29T00:39:50.284Z Downloaded home v0.5.12
5822026-07-29T00:39:50.284Z Downloaded hostname v0.4.2
5832026-07-29T00:39:50.284Z Downloaded http-body v1.0.1
5842026-07-29T00:39:50.284Z Downloaded http-range v0.1.5
5852026-07-29T00:39:50.284Z Downloaded ascii-canvas v3.0.0
5862026-07-29T00:39:50.284Z Downloaded hubpack v0.1.2
5872026-07-29T00:39:50.289Z Downloaded cobs v0.3.0
5882026-07-29T00:39:50.300Z Downloaded fallible-iterator v0.2.0
5892026-07-29T00:39:50.318Z Downloaded foldhash v0.1.5
5902026-07-29T00:39:50.319Z Downloaded fs_extra v1.3.0
5912026-07-29T00:39:50.319Z Downloaded cassowary v0.3.0
5922026-07-29T00:39:50.319Z Downloaded bit-vec v0.8.0
5932026-07-29T00:39:50.319Z Downloaded httpdate v1.0.3
5942026-07-29T00:39:50.319Z Downloaded bcs v0.1.6
5952026-07-29T00:39:50.319Z Downloaded bitflags v1.3.2
5962026-07-29T00:39:50.327Z Downloaded oso-derive v0.27.3
5972026-07-29T00:39:50.327Z Downloaded byte-wrapper v0.1.0
5982026-07-29T00:39:50.327Z Downloaded nonempty v0.12.0
5992026-07-29T00:39:50.328Z Downloaded radium v0.7.0
6002026-07-29T00:39:50.328Z Downloaded rand_xorshift v0.4.0
6012026-07-29T00:39:50.328Z Downloaded glob v0.3.3
6022026-07-29T00:39:50.328Z Downloaded openssl-probe v0.2.1
6032026-07-29T00:39:50.328Z Downloaded aead v0.6.1
6042026-07-29T00:39:50.328Z Downloaded anstyle-parse v0.2.7
6052026-07-29T00:39:50.328Z Downloaded bs58 v0.5.1
6062026-07-29T00:39:50.328Z Downloaded chacha20 v0.9.1
6072026-07-29T00:39:50.328Z Downloaded allocator-api2 v0.2.21
6082026-07-29T00:39:50.328Z Downloaded castaway v0.2.4
6092026-07-29T00:39:50.328Z Downloaded cexpr v0.6.0
6102026-07-29T00:39:50.334Z Downloaded ciborium-ll v0.2.2
6112026-07-29T00:39:50.334Z Downloaded progenitor-macro v0.14.0
6122026-07-29T00:39:50.334Z Downloaded bit-vec v0.6.3
6132026-07-29T00:39:50.334Z Downloaded path-slash v0.1.5
6142026-07-29T00:39:50.334Z Downloaded proc-macro-error-attr2 v2.0.0
6152026-07-29T00:39:50.340Z Downloaded powerfmt v0.2.0
6162026-07-29T00:39:50.340Z Downloaded proc-macro-crate v1.3.1
6172026-07-29T00:39:50.340Z Downloaded cmake v0.1.57
6182026-07-29T00:39:50.340Z Downloaded scroll_derive v0.13.1
6192026-07-29T00:39:50.340Z Downloaded compression-codecs v0.4.37
6202026-07-29T00:39:50.347Z Downloaded const_format_proc_macros v0.2.34
6212026-07-29T00:39:50.347Z Downloaded serde_urlencoded v0.7.1
6222026-07-29T00:39:50.347Z Downloaded camino-tempfile-ext v0.3.3
6232026-07-29T00:39:50.347Z Downloaded fixedbitset v0.5.7
6242026-07-29T00:39:50.354Z Downloaded globwalk v0.9.1
6252026-07-29T00:39:50.354Z Downloaded group v0.13.0
6262026-07-29T00:39:50.354Z Downloaded cmov v0.5.4
6272026-07-29T00:39:50.354Z Downloaded blowfish v0.10.0
6282026-07-29T00:39:50.354Z Downloaded cipher v0.5.2
6292026-07-29T00:39:50.354Z Downloaded highway v1.3.0
6302026-07-29T00:39:50.362Z Downloaded git-stub-vcs v0.1.0
6312026-07-29T00:39:50.362Z Downloaded http-body-util v0.1.3
6322026-07-29T00:39:50.363Z Downloaded proc-macro-crate v3.4.0
6332026-07-29T00:39:50.363Z Downloaded same-file v1.0.6
6342026-07-29T00:39:50.363Z Downloaded buf-list v1.1.2
6352026-07-29T00:39:50.363Z Downloaded cipher v0.4.4
6362026-07-29T00:39:50.363Z Downloaded num-rational v0.4.2
6372026-07-29T00:39:50.363Z Downloaded hyper-staticfile v0.10.1
6382026-07-29T00:39:50.366Z Downloaded group v0.14.0
6392026-07-29T00:39:50.366Z Downloaded humantime v2.3.0
6402026-07-29T00:39:50.366Z Downloaded bzip2 v0.4.4
6412026-07-29T00:39:50.366Z Downloaded console v0.15.11
6422026-07-29T00:39:50.366Z Downloaded console v0.16.2
6432026-07-29T00:39:50.366Z Downloaded fatfs v0.3.6
6442026-07-29T00:39:50.366Z Downloaded cbc v0.2.1
6452026-07-29T00:39:50.366Z Downloaded hyper-rustls v0.27.7
6462026-07-29T00:39:50.371Z Downloaded sqlparser_derive v0.5.0
6472026-07-29T00:39:50.371Z Downloaded backon v1.6.0
6482026-07-29T00:39:50.371Z Downloaded clang-sys v1.8.1
6492026-07-29T00:39:50.377Z Downloaded signature v3.0.0
6502026-07-29T00:39:50.377Z Downloaded async-compression v0.4.41
6512026-07-29T00:39:50.377Z Downloaded phf_shared v0.13.1
6522026-07-29T00:39:50.381Z Downloaded argon2 v0.5.3
6532026-07-29T00:39:50.381Z Downloaded globset v0.4.18
6542026-07-29T00:39:50.381Z Downloaded thiserror-impl-no-std v2.0.2
6552026-07-29T00:39:50.381Z Downloaded password-hash v0.5.0
6562026-07-29T00:39:50.381Z Downloaded num_enum v0.7.6
6572026-07-29T00:39:50.391Z Downloaded strum v0.27.2
6582026-07-29T00:39:50.391Z Downloaded tokio-test v0.4.5
6592026-07-29T00:39:50.391Z Downloaded topological-sort v0.2.2
6602026-07-29T00:39:50.391Z Downloaded pem-rfc7468 v0.7.0
6612026-07-29T00:39:50.391Z Downloaded tabled_derive v0.11.0
6622026-07-29T00:39:50.391Z Downloaded tower-layer v0.3.3
6632026-07-29T00:39:50.391Z Downloaded sync-ptr v0.1.4
6642026-07-29T00:39:50.412Z Downloaded chacha20 v0.10.0
6652026-07-29T00:39:50.412Z Downloaded ppv-lite86 v0.2.21
6662026-07-29T00:39:50.412Z Downloaded psm v0.1.30
6672026-07-29T00:39:50.412Z Downloaded rand_core v0.6.4
6682026-07-29T00:39:50.412Z Downloaded rustc_version v0.1.7
6692026-07-29T00:39:50.412Z Downloaded cancel-safe-futures v0.1.5
6702026-07-29T00:39:50.428Z Downloaded pin-project-lite v0.2.17
6712026-07-29T00:39:50.428Z Downloaded tower-service v0.3.3
6722026-07-29T00:39:50.428Z Downloaded usdt-attr-macro v0.6.0
6732026-07-29T00:39:50.428Z Downloaded ahash v0.8.12
6742026-07-29T00:39:50.428Z Downloaded colored v3.1.1
6752026-07-29T00:39:50.428Z Downloaded ciborium v0.2.2
6762026-07-29T00:39:50.428Z Downloaded bitfield v0.19.4
6772026-07-29T00:39:50.428Z Downloaded rustls-native-certs v0.8.3
6782026-07-29T00:39:50.429Z Downloaded typify-macro v0.6.2
6792026-07-29T00:39:50.429Z Downloaded unarray v0.1.4
6802026-07-29T00:39:50.429Z Downloaded blake2 v0.10.6
6812026-07-29T00:39:50.429Z Downloaded const-oid v0.9.6
6822026-07-29T00:39:50.429Z Downloaded utf8_iter v1.0.4
6832026-07-29T00:39:50.429Z Downloaded scroll v0.13.0
6842026-07-29T00:39:50.429Z Downloaded scrypt v0.12.0
6852026-07-29T00:39:50.435Z Downloaded colored v2.2.0
6862026-07-29T00:39:50.435Z Downloaded hmac v0.13.0
6872026-07-29T00:39:50.435Z Downloaded strum_macros v0.24.3
6882026-07-29T00:39:50.436Z Downloaded blake2 v0.11.0-rc.6
6892026-07-29T00:39:50.436Z Downloaded zone_cfg_derive v0.3.1
6902026-07-29T00:39:50.440Z Downloaded void v1.0.2
6912026-07-29T00:39:50.440Z Downloaded darling_macro v0.21.3
6922026-07-29T00:39:50.440Z Downloaded cpubits v0.1.1
6932026-07-29T00:39:50.440Z Downloaded crc-catalog v2.4.0
6942026-07-29T00:39:50.440Z Downloaded pem v3.0.6
6952026-07-29T00:39:50.445Z Downloaded parking_lot v0.12.5
6962026-07-29T00:39:50.445Z Downloaded shlex v1.3.0
6972026-07-29T00:39:50.445Z Downloaded string_cache v0.8.9
6982026-07-29T00:39:50.450Z Downloaded slog-stdlog v4.1.1
6992026-07-29T00:39:50.450Z Downloaded slog-term v2.9.2
7002026-07-29T00:39:50.450Z Downloaded snafu-derive v0.8.9
7012026-07-29T00:39:50.450Z Downloaded termios v0.3.3
7022026-07-29T00:39:50.451Z Downloaded tokio-native-tls v0.3.1
7032026-07-29T00:39:50.455Z Downloaded postcard v1.1.3
7042026-07-29T00:39:50.459Z Downloaded const-oid v0.10.2
7052026-07-29T00:39:50.459Z Downloaded defmt v0.3.100
7062026-07-29T00:39:50.459Z Downloaded tinystr v0.8.2
7072026-07-29T00:39:50.459Z Downloaded display-error-chain v0.2.2
7082026-07-29T00:39:50.467Z Downloaded downcast-rs v2.0.2
7092026-07-29T00:39:50.467Z Downloaded phf v0.12.1
7102026-07-29T00:39:50.467Z Downloaded tls_codec_derive v0.4.2
7112026-07-29T00:39:50.474Z Downloaded half v1.8.3
7122026-07-29T00:39:50.474Z Downloaded pkcs8 v0.11.0
7132026-07-29T00:39:50.481Z Downloaded poly1305 v0.9.0
7142026-07-29T00:39:50.481Z Downloaded linked-hash-map v0.5.6
7152026-07-29T00:39:50.481Z Downloaded keccak v0.1.6
7162026-07-29T00:39:50.490Z Downloaded unicase v2.9.0
7172026-07-29T00:39:50.490Z Downloaded internet-checksum v0.2.1
7182026-07-29T00:39:50.490Z Downloaded dunce v1.0.5
7192026-07-29T00:39:50.490Z Downloaded compact_str v0.8.1
7202026-07-29T00:39:50.494Z Downloaded lazy_static v1.5.0
7212026-07-29T00:39:50.494Z Downloaded md-5 v0.10.6
7222026-07-29T00:39:50.502Z Downloaded crunchy v0.2.4
7232026-07-29T00:39:50.502Z Downloaded crossbeam-deque v0.8.6
7242026-07-29T00:39:50.515Z Downloaded mime v0.3.17
7252026-07-29T00:39:50.516Z Downloaded multimap v0.10.1
7262026-07-29T00:39:50.527Z Downloaded normalize-line-endings v0.3.0
7272026-07-29T00:39:50.527Z Downloaded httparse v1.10.1
7282026-07-29T00:39:50.527Z Downloaded ar_archive_writer v0.5.1
7292026-07-29T00:39:50.527Z Downloaded hmac v0.12.1
7302026-07-29T00:39:50.527Z Downloaded delegate v0.13.5
7312026-07-29T00:39:50.527Z Downloaded derive_builder_core v0.20.2
7322026-07-29T00:39:50.527Z Downloaded tokio-tungstenite v0.21.0
7332026-07-29T00:39:50.527Z Downloaded convert_case v0.10.0
7342026-07-29T00:39:50.579Z Downloaded phf_shared v0.11.3
7352026-07-29T00:39:50.579Z Downloaded parse-display v0.10.0
7362026-07-29T00:39:50.579Z Downloaded peg-runtime v0.8.5
7372026-07-29T00:39:50.580Z Downloaded potential_utf v0.1.4
7382026-07-29T00:39:50.580Z Downloaded precomputed-hash v0.1.1
7392026-07-29T00:39:50.580Z Downloaded serde_derive_internals v0.29.1
7402026-07-29T00:39:50.580Z Downloaded psl-types v2.0.11
7412026-07-29T00:39:50.580Z Downloaded vergen-lib v9.1.0
7422026-07-29T00:39:50.588Z Downloaded vsss-rs v3.3.4
7432026-07-29T00:39:50.588Z Downloaded deranged v0.5.8
7442026-07-29T00:39:50.588Z Downloaded ed25519 v2.2.3
7452026-07-29T00:39:50.588Z Downloaded ref-cast-impl v1.0.25
7462026-07-29T00:39:50.588Z Downloaded quick-error v1.2.3
7472026-07-29T00:39:50.588Z Downloaded rustc-hash v2.1.1
7482026-07-29T00:39:50.588Z Downloaded sapling-renderdag v0.1.0
7492026-07-29T00:39:50.588Z Downloaded either v1.15.0
7502026-07-29T00:39:50.588Z Downloaded secrecy v0.8.0
7512026-07-29T00:39:50.588Z Downloaded tokio-stream v0.1.18
7522026-07-29T00:39:50.588Z Downloaded base64 v0.22.1
7532026-07-29T00:39:50.588Z Downloaded bzip2 v0.6.1
7542026-07-29T00:39:50.588Z Downloaded ident_case v1.0.1
7552026-07-29T00:39:50.588Z Downloaded num-complex v0.4.6
7562026-07-29T00:39:50.589Z Downloaded wyz v0.5.1
7572026-07-29T00:39:50.589Z Downloaded slog-bunyan v2.5.0
7582026-07-29T00:39:50.589Z Downloaded serde_cbor v0.11.2
7592026-07-29T00:39:50.589Z Downloaded strip-ansi-escapes v0.2.1
7602026-07-29T00:39:50.589Z Downloaded ingot v0.2.1
7612026-07-29T00:39:50.589Z Downloaded libsw-core v0.3.2
7622026-07-29T00:39:50.589Z Downloaded nanorand v0.7.0
7632026-07-29T00:39:50.589Z Downloaded ipnet v2.11.0
7642026-07-29T00:39:50.589Z Downloaded num_enum_derive v0.7.6
7652026-07-29T00:39:50.589Z Downloaded openssl-probe v0.1.6
7662026-07-29T00:39:50.589Z Downloaded shell-words v1.1.1
7672026-07-29T00:39:50.589Z Downloaded zerocopy v0.6.6
7682026-07-29T00:39:50.601Z Downloaded schemars v0.8.22
7692026-07-29T00:39:50.602Z Downloaded expectorate v1.2.0
7702026-07-29T00:39:50.602Z Downloaded paste v1.0.15
7712026-07-29T00:39:50.608Z Downloaded darling v0.21.3
7722026-07-29T00:39:50.608Z Downloaded sync_wrapper v1.0.2
7732026-07-29T00:39:50.608Z Downloaded heapless v0.7.17
7742026-07-29T00:39:50.608Z Downloaded heapless v0.8.0
7752026-07-29T00:39:50.608Z Downloaded prettyplease v0.2.37
7762026-07-29T00:39:50.608Z Downloaded p384 v0.14.0
7772026-07-29T00:39:50.608Z Downloaded oxide-tokio-rt v0.1.4
7782026-07-29T00:39:50.609Z Downloaded multer v3.1.0
7792026-07-29T00:39:50.615Z Downloaded predicates v3.1.4
7802026-07-29T00:39:50.615Z Downloaded oxnet v0.1.6
7812026-07-29T00:39:50.615Z Downloaded pem-rfc7468 v1.0.0
7822026-07-29T00:39:50.615Z Downloaded untrusted v0.9.0
7832026-07-29T00:39:50.616Z Downloaded hickory-resolver v0.25.2
7842026-07-29T00:39:50.622Z Downloaded pkg-config v0.3.32
7852026-07-29T00:39:50.622Z Downloaded slog v2.8.2
7862026-07-29T00:39:50.622Z Downloaded vergen v9.1.0
7872026-07-29T00:39:50.622Z Downloaded des v0.9.0
7882026-07-29T00:39:50.622Z Downloaded oxide-update-engine-types v0.1.2
7892026-07-29T00:39:50.622Z Downloaded rand_chacha v0.9.0
7902026-07-29T00:39:50.622Z Downloaded progenitor-extras v0.2.0
7912026-07-29T00:39:50.622Z Downloaded take_mut v0.2.2
7922026-07-29T00:39:50.629Z Downloaded universal-hash v0.5.1
7932026-07-29T00:39:50.629Z Downloaded arc-swap v1.8.2
7942026-07-29T00:39:50.629Z Downloaded usdt-macro v0.6.0
7952026-07-29T00:39:50.629Z Downloaded socket2 v0.5.10
7962026-07-29T00:39:50.629Z Downloaded rustls-pemfile v2.2.0
7972026-07-29T00:39:50.629Z Downloaded unicode-truncate v1.1.0
7982026-07-29T00:39:50.637Z Downloaded want v0.3.1
7992026-07-29T00:39:50.637Z Downloaded zerofrom v0.1.6
8002026-07-29T00:39:50.637Z Downloaded zone v0.3.1
8012026-07-29T00:39:50.637Z Downloaded sec1 v0.8.1
8022026-07-29T00:39:50.637Z Downloaded serde_path_to_error v0.1.20
8032026-07-29T00:39:50.637Z Downloaded cc v1.2.56
8042026-07-29T00:39:50.643Z Downloaded debug-ignore v1.0.5
8052026-07-29T00:39:50.643Z Downloaded smallvec v0.6.14
8062026-07-29T00:39:50.643Z Downloaded stringprep v0.1.5
8072026-07-29T00:39:50.651Z Downloaded ryu v1.0.23
8082026-07-29T00:39:50.658Z Downloaded unicode-bidi v0.3.18
8092026-07-29T00:39:50.662Z Downloaded libloading v0.8.9
8102026-07-29T00:39:50.662Z Downloaded dirs-sys-next v0.1.2
8112026-07-29T00:39:50.662Z Downloaded serdect v0.4.3
8122026-07-29T00:39:50.662Z Downloaded slog-async v2.8.0
8132026-07-29T00:39:50.662Z Downloaded headers v0.4.1
8142026-07-29T00:39:50.669Z Downloaded tungstenite v0.21.0
8152026-07-29T00:39:50.669Z Downloaded const_format v0.2.35
8162026-07-29T00:39:50.685Z Downloaded hickory-resolver v0.24.4
8172026-07-29T00:39:50.686Z Downloaded half v2.7.1
8182026-07-29T00:39:50.686Z Downloaded litrs v1.0.0
8192026-07-29T00:39:50.686Z Downloaded tungstenite v0.23.0
8202026-07-29T00:39:50.686Z Downloaded darling v0.23.0
8212026-07-29T00:39:50.690Z Downloaded signal-hook v0.3.18
8222026-07-29T00:39:50.690Z Downloaded time-macros v0.2.27
8232026-07-29T00:39:50.690Z Downloaded pkcs1 v0.7.5
8242026-07-29T00:39:50.691Z Downloaded tui-tree-widget v0.23.1
8252026-07-29T00:39:50.691Z Downloaded spki v0.7.3
8262026-07-29T00:39:50.691Z Downloaded usdt-impl v0.6.0
8272026-07-29T00:39:50.691Z Downloaded dirs-next v2.0.0
8282026-07-29T00:39:50.691Z Downloaded kstat-rs v0.2.4
8292026-07-29T00:39:50.691Z Downloaded idna_adapter v1.2.1
8302026-07-29T00:39:50.691Z Downloaded inout v0.2.2
8312026-07-29T00:39:50.691Z Downloaded indexmap v1.9.3
8322026-07-29T00:39:50.691Z Downloaded progenitor v0.14.0
8332026-07-29T00:39:50.695Z Downloaded rustls-pki-types v1.14.0
8342026-07-29T00:39:50.699Z Downloaded lru-cache v0.1.2
8352026-07-29T00:39:50.699Z Downloaded rand_pcg v0.10.2
8362026-07-29T00:39:50.703Z Downloaded num-conv v0.2.0
8372026-07-29T00:39:50.707Z Downloaded maybe-uninit v2.0.0
8382026-07-29T00:39:50.707Z Downloaded nibble_vec v0.1.0
8392026-07-29T00:39:50.707Z Downloaded num-bigint v0.4.6
8402026-07-29T00:39:50.729Z Downloaded num-iter v0.1.45
8412026-07-29T00:39:50.741Z Downloaded yoke v0.8.1
8422026-07-29T00:39:50.742Z Downloaded rustls-webpki v0.103.13
8432026-07-29T00:39:50.742Z Downloaded elliptic-curve v0.13.8
8442026-07-29T00:39:50.742Z Downloaded elliptic-curve v0.14.1
8452026-07-29T00:39:50.742Z Downloaded ingot-macros v0.2.0
8462026-07-29T00:39:50.742Z Downloaded ctr v0.10.1
8472026-07-29T00:39:50.742Z Downloaded openssl-macros v0.1.1
8482026-07-29T00:39:50.742Z Downloaded ecdsa v0.16.9
8492026-07-29T00:39:50.747Z Downloaded bytes v1.11.1
8502026-07-29T00:39:50.747Z Downloaded ctutils v0.4.2
8512026-07-29T00:39:50.747Z Downloaded russh-cryptovec v0.62.0
8522026-07-29T00:39:50.747Z Downloaded zerotrie v0.2.3
8532026-07-29T00:39:50.747Z Downloaded term v1.2.1
8542026-07-29T00:39:50.747Z Downloaded hashbrown v0.13.2
8552026-07-29T00:39:50.747Z Downloaded litemap v0.8.1
8562026-07-29T00:39:50.758Z Downloaded tls_codec v0.4.2
8572026-07-29T00:39:50.758Z Downloaded hashbrown v0.12.3
8582026-07-29T00:39:50.758Z Downloaded term v0.7.0
8592026-07-29T00:39:50.765Z Downloaded serde_repr v0.1.20
8602026-07-29T00:39:50.765Z Downloaded steno v0.4.1
8612026-07-29T00:39:50.765Z Downloaded sha1 v0.11.0
8622026-07-29T00:39:50.780Z Downloaded seq-macro v0.3.6
8632026-07-29T00:39:50.780Z Downloaded sha1 v0.10.6
8642026-07-29T00:39:50.780Z Downloaded bitvec v1.0.1
8652026-07-29T00:39:50.786Z Downloaded spin v0.9.8
8662026-07-29T00:39:50.786Z Downloaded tracing-attributes v0.1.31
8672026-07-29T00:39:50.786Z Downloaded libsw v3.5.0
8682026-07-29T00:39:50.786Z Downloaded mime_guess v2.0.5
8692026-07-29T00:39:50.786Z Downloaded pbkdf2 v0.13.0
8702026-07-29T00:39:50.786Z Downloaded structmeta v0.3.0
8712026-07-29T00:39:50.790Z Downloaded libefi-sys v0.1.0
8722026-07-29T00:39:50.790Z Downloaded tap v1.0.1
8732026-07-29T00:39:50.790Z Downloaded rand v0.10.1
8742026-07-29T00:39:50.790Z Downloaded hickory-server v0.25.2
8752026-07-29T00:39:50.796Z Downloaded untrusted v0.7.1
8762026-07-29T00:39:50.796Z Downloaded usdt v0.6.0
8772026-07-29T00:39:50.807Z Downloaded publicsuffix v2.3.0
8782026-07-29T00:39:50.812Z Downloaded icu_properties v2.1.2
8792026-07-29T00:39:50.812Z Downloaded oxide-update-engine-display v0.1.2
8802026-07-29T00:39:50.812Z Downloaded primefield v0.14.0
8812026-07-29T00:39:50.812Z Downloaded primeorder v0.13.6
8822026-07-29T00:39:50.812Z Downloaded termtree v0.5.1
8832026-07-29T00:39:50.812Z Downloaded try-lock v0.2.5
8842026-07-29T00:39:50.812Z Downloaded cookie v0.18.1
8852026-07-29T00:39:50.812Z Downloaded socket2 v0.6.3
8862026-07-29T00:39:50.817Z Downloaded phf v0.13.1
8872026-07-29T00:39:50.817Z Downloaded polyval v0.7.1
8882026-07-29T00:39:50.817Z Downloaded p521 v0.14.0
8892026-07-29T00:39:50.825Z Downloaded pin-project-internal v1.1.11
8902026-07-29T00:39:50.825Z Downloaded toml v0.7.8
8912026-07-29T00:39:50.825Z Downloaded xshell-macros v0.2.7
8922026-07-29T00:39:50.825Z Downloaded yansi v1.0.1
8932026-07-29T00:39:50.825Z Downloaded crc v3.4.0
8942026-07-29T00:39:50.833Z Downloaded diff v0.1.13
8952026-07-29T00:39:50.833Z Downloaded zip v0.6.6
8962026-07-29T00:39:50.833Z Downloaded aes v0.9.1
8972026-07-29T00:39:50.837Z Downloaded crossbeam-channel v0.5.15
8982026-07-29T00:39:50.837Z Downloaded crypto-bigint v0.5.5
8992026-07-29T00:39:50.837Z Downloaded sec1 v0.7.3
9002026-07-29T00:39:50.840Z Downloaded crucible-workspace-hack v0.1.0
9012026-07-29T00:39:50.840Z Downloaded r2d2 v0.8.10
9022026-07-29T00:39:50.840Z Downloaded difflib v0.4.0
9032026-07-29T00:39:50.844Z Downloaded diesel_table_macro_syntax v0.3.0
9042026-07-29T00:39:50.844Z Downloaded dyn-clone v1.0.20
9052026-07-29T00:39:50.844Z Downloaded derive_builder_macro v0.20.2
9062026-07-29T00:39:50.844Z Downloaded omicron-zone-package v0.12.3
9072026-07-29T00:39:50.847Z Downloaded ipnetwork v0.21.1
9082026-07-29T00:39:50.851Z Downloaded instant v0.1.13
9092026-07-29T00:39:50.851Z Downloaded kem v0.3.0
9102026-07-29T00:39:50.854Z Downloaded oxide-update-engine v0.1.2
9112026-07-29T00:39:50.858Z Downloaded slog-scope v4.4.1
9122026-07-29T00:39:50.859Z Downloaded sqlformat v0.3.5
9132026-07-29T00:39:50.865Z Downloaded indent_write v2.2.0
9142026-07-29T00:39:50.873Z Downloaded lru-slab v0.1.2
9152026-07-29T00:39:50.878Z Downloaded new_debug_unreachable v1.0.6
9162026-07-29T00:39:50.878Z Downloaded num_threads v0.1.7
9172026-07-29T00:39:50.878Z Downloaded olpc-cjson v0.1.4
9182026-07-29T00:39:50.879Z Downloaded vte v0.14.1
9192026-07-29T00:39:50.882Z Downloaded derive-where v1.6.0
9202026-07-29T00:39:50.883Z Downloaded walkdir v2.5.0
9212026-07-29T00:39:50.883Z Downloaded zeroize v1.9.0
9222026-07-29T00:39:50.886Z Downloaded embedded-io v0.6.1
9232026-07-29T00:39:50.886Z Downloaded serde_with v1.14.0
9242026-07-29T00:39:50.891Z Downloaded darling_core v0.13.4
9252026-07-29T00:39:50.895Z Downloaded synstructure v0.13.2
9262026-07-29T00:39:50.895Z Downloaded match_cfg v0.1.0
9272026-07-29T00:39:50.895Z Downloaded port-file v0.1.0
9282026-07-29T00:39:50.895Z Downloaded whoami v1.6.1
9292026-07-29T00:39:50.899Z Downloaded parse-size v1.1.0
9302026-07-29T00:39:50.899Z Downloaded csv-core v0.1.13
9312026-07-29T00:39:50.903Z Downloaded data-encoding v2.10.0
9322026-07-29T00:39:50.903Z Downloaded p256 v0.14.0
9332026-07-29T00:39:50.903Z Downloaded subprocess v0.2.15
9342026-07-29T00:39:50.908Z Downloaded daft-derive v0.1.7
9352026-07-29T00:39:50.913Z Downloaded newtype_derive v0.1.6
9362026-07-29T00:39:50.913Z Downloaded predicates-tree v1.0.13
9372026-07-29T00:39:50.913Z Downloaded rustc_version v0.4.1
9382026-07-29T00:39:50.913Z Downloaded rand_core v0.9.5
9392026-07-29T00:39:50.913Z Downloaded tokio-dtrace v0.1.1
9402026-07-29T00:39:50.917Z Downloaded digest v0.11.3
9412026-07-29T00:39:50.917Z Downloaded dropshot_endpoint v0.17.1
9422026-07-29T00:39:50.917Z Downloaded ignore v0.4.25
9432026-07-29T00:39:50.925Z Downloaded russh-util v0.52.0
9442026-07-29T00:39:50.926Z Downloaded secrecy v0.10.3
9452026-07-29T00:39:50.926Z Downloaded siphasher v1.0.2
9462026-07-29T00:39:50.926Z Downloaded strsim v0.10.0
9472026-07-29T00:39:50.926Z Downloaded structmeta-derive v0.3.0
9482026-07-29T00:39:50.926Z Downloaded derive_more-impl v2.1.1
9492026-07-29T00:39:50.933Z Downloaded ingot-types v0.2.0
9502026-07-29T00:39:50.933Z Downloaded rcgen v0.12.1
9512026-07-29T00:39:50.933Z Downloaded http v1.4.2
9522026-07-29T00:39:50.933Z Downloaded qorb v0.4.1
9532026-07-29T00:39:50.933Z Downloaded samael v0.0.19
9542026-07-29T00:39:50.937Z Downloaded toml_parser v1.1.2+spec-1.1.0
9552026-07-29T00:39:50.937Z Downloaded strum_macros v0.26.4
9562026-07-29T00:39:50.937Z Downloaded embedded-io v0.4.0
9572026-07-29T00:39:50.938Z Downloaded thread-id v5.1.0
9582026-07-29T00:39:50.938Z Downloaded rfc6979 v0.6.0
9592026-07-29T00:39:50.938Z Downloaded utf-8 v0.7.6
9602026-07-29T00:39:50.947Z Downloaded scheduled-thread-pool v0.2.7
9612026-07-29T00:39:50.947Z Downloaded sha2 v0.11.0
9622026-07-29T00:39:50.952Z Downloaded curve25519-dalek-derive v0.1.1
9632026-07-29T00:39:50.952Z Downloaded ena v0.14.4
9642026-07-29T00:39:50.952Z Downloaded keccak v0.2.0
9652026-07-29T00:39:50.952Z Downloaded parse-display-derive v0.10.0
9662026-07-29T00:39:50.952Z Downloaded mio v1.2.0
9672026-07-29T00:39:50.955Z Downloaded parking_lot v0.11.2
9682026-07-29T00:39:50.959Z Downloaded cookie_store v0.22.1
9692026-07-29T00:39:50.959Z Downloaded serde_plain v1.0.2
9702026-07-29T00:39:50.959Z Downloaded serde_spanned v1.1.1
9712026-07-29T00:39:50.963Z Downloaded serde_bytes v0.11.19
9722026-07-29T00:39:50.968Z Downloaded ron v0.8.1
9732026-07-29T00:39:50.976Z Downloaded hashbrown v0.16.1
9742026-07-29T00:39:50.988Z Downloaded crc8 v0.1.1
9752026-07-29T00:39:50.988Z Downloaded darling_macro v0.23.0
9762026-07-29T00:39:50.988Z Downloaded dropshot-api-manager-types v0.7.2
9772026-07-29T00:39:50.989Z Downloaded toml_edit v0.23.10+spec-1.0.0
9782026-07-29T00:39:50.989Z Downloaded icu_normalizer v2.1.1
9792026-07-29T00:39:50.989Z Downloaded num-integer v0.1.46
9802026-07-29T00:39:50.998Z Downloaded rand_core v0.10.0
9812026-07-29T00:39:50.998Z Downloaded dsl_auto_type v0.2.0
9822026-07-29T00:39:50.998Z Downloaded illumos-nvpair v0.3.0
9832026-07-29T00:39:50.998Z Downloaded is_ci v1.2.0
9842026-07-29T00:39:50.998Z Downloaded managed v0.8.0
9852026-07-29T00:39:50.998Z Downloaded illumos-nvpair-sys v0.2.0
9862026-07-29T00:39:50.998Z Downloaded is-terminal v0.4.17
9872026-07-29T00:39:50.998Z Downloaded num v0.4.3
9882026-07-29T00:39:50.998Z Downloaded document-features v0.2.12
9892026-07-29T00:39:50.998Z Downloaded packed_struct v0.10.1
9902026-07-29T00:39:50.998Z Downloaded zstd v0.13.3
9912026-07-29T00:39:51.008Z Downloaded unicode-properties v0.1.4
9922026-07-29T00:39:51.008Z Downloaded yasna v0.5.2
9932026-07-29T00:39:51.008Z Downloaded uzers v0.12.2
9942026-07-29T00:39:51.012Z Downloaded miniz_oxide v0.8.9
9952026-07-29T00:39:51.012Z Downloaded lzss v0.8.2
9962026-07-29T00:39:51.012Z Downloaded primeorder v0.14.0
9972026-07-29T00:39:51.012Z Downloaded progenitor-client v0.14.0
9982026-07-29T00:39:51.018Z Downloaded progenitor-macro v0.13.0
9992026-07-29T00:39:51.024Z Downloaded libscf-sys v1.1.0
10002026-07-29T00:39:51.024Z Downloaded num_enum_derive v0.5.11
10012026-07-29T00:39:51.024Z Downloaded critical-section v1.2.0
10022026-07-29T00:39:51.024Z Downloaded hashbrown v0.15.5
10032026-07-29T00:39:51.028Z Downloaded der v0.7.10
10042026-07-29T00:39:51.032Z Downloaded darling_core v0.20.11
10052026-07-29T00:39:51.032Z Downloaded crc-any v2.5.0
10062026-07-29T00:39:51.036Z Downloaded parking_lot_core v0.9.12
10072026-07-29T00:39:51.036Z Downloaded zerovec-derive v0.11.2
10082026-07-29T00:39:51.042Z Downloaded rtoolbox v0.0.3
10092026-07-29T00:39:51.042Z Downloaded sigpipe v0.1.3
10102026-07-29T00:39:51.042Z Downloaded strum v0.26.3
10112026-07-29T00:39:51.042Z Downloaded time-core v0.1.8
10122026-07-29T00:39:51.042Z Downloaded opaque-debug v0.3.1
10132026-07-29T00:39:51.042Z Downloaded slab v0.4.12
10142026-07-29T00:39:51.042Z Downloaded ssh-encoding v0.3.0
10152026-07-29T00:39:51.046Z Downloaded tagptr v0.2.0
10162026-07-29T00:39:51.046Z Downloaded rand_chacha v0.3.1
10172026-07-29T00:39:51.046Z Downloaded recursive v0.1.1
10182026-07-29T00:39:51.046Z Downloaded recursive-proc-macro-impl v0.1.1
10192026-07-29T00:39:51.046Z Downloaded futures-util v0.3.32
10202026-07-29T00:39:51.051Z Downloaded ml-kem v0.3.2
10212026-07-29T00:39:51.054Z Downloaded pretty_assertions v1.4.1
10222026-07-29T00:39:51.054Z Downloaded slog-dtrace v0.3.0
10232026-07-29T00:39:51.054Z Downloaded der_derive v0.7.3
10242026-07-29T00:39:51.059Z Downloaded derive-ex v0.1.8
10252026-07-29T00:39:51.059Z Downloaded unicode-xid v0.2.6
10262026-07-29T00:39:51.059Z Downloaded toml_edit v0.19.15
10272026-07-29T00:39:51.070Z Downloaded tokio-tungstenite v0.23.1
10282026-07-29T00:39:51.074Z Downloaded writeable v0.6.2
10292026-07-29T00:39:51.074Z Downloaded trait-variant v0.1.2
10302026-07-29T00:39:51.074Z Downloaded serde_yaml v0.9.34+deprecated
10312026-07-29T00:39:51.074Z Downloaded yoke-derive v0.8.1
10322026-07-29T00:39:51.074Z Downloaded wait-timeout v0.2.1
10332026-07-29T00:39:51.074Z Downloaded crypto-common v0.2.2
10342026-07-29T00:39:51.074Z Downloaded pkcs1 v0.8.0-rc.4
10352026-07-29T00:39:51.077Z Downloaded dtrace-parser v0.3.0
10362026-07-29T00:39:51.078Z Downloaded jiff-static v0.2.21
10372026-07-29T00:39:51.082Z Downloaded dropshot-api-manager v0.7.2
10382026-07-29T00:39:51.085Z Downloaded rsa v0.10.0-rc.18
10392026-07-29T00:39:51.085Z Downloaded minimal-lexical v0.2.1
10402026-07-29T00:39:51.089Z Downloaded schemars v0.9.0
10412026-07-29T00:39:51.094Z Downloaded native-tls v0.2.18
10422026-07-29T00:39:51.098Z Downloaded darling_macro v0.20.11
10432026-07-29T00:39:51.098Z Downloaded digest-io v0.1.0
10442026-07-29T00:39:51.098Z Downloaded tokio-rustls v0.26.4
10452026-07-29T00:39:51.098Z Downloaded password-hash v0.6.1
10462026-07-29T00:39:51.098Z Downloaded maplit v1.0.2
10472026-07-29T00:39:51.098Z Downloaded lalrpop-util v0.19.12
10482026-07-29T00:39:51.098Z Downloaded hkdf v0.12.4
10492026-07-29T00:39:51.102Z Downloaded hkdf v0.13.0
10502026-07-29T00:39:51.102Z Downloaded num-derive v0.4.2
10512026-07-29T00:39:51.102Z Downloaded packed_struct_codegen v0.10.1
10522026-07-29T00:39:51.102Z Downloaded x509-cert v0.2.5
10532026-07-29T00:39:51.106Z Downloaded parking_lot_core v0.8.6
10542026-07-29T00:39:51.106Z Downloaded pkcs8 v0.10.2
10552026-07-29T00:39:51.110Z Downloaded hyper v1.10.1
10562026-07-29T00:39:51.114Z Downloaded reqwest v0.13.2
10572026-07-29T00:39:51.124Z Downloaded reedline v0.40.0
10582026-07-29T00:39:51.157Z Downloaded aho-corasick v1.1.4
10592026-07-29T00:39:51.157Z Downloaded schemars_derive v0.8.22
10602026-07-29T00:39:51.157Z Downloaded derive_more v2.1.1
10612026-07-29T00:39:51.157Z Downloaded ed25519-dalek v3.0.0
10622026-07-29T00:39:51.221Z Downloaded rusty-fork v0.3.1
10632026-07-29T00:39:51.221Z Downloaded newtype-uuid-macros v0.1.0
10642026-07-29T00:39:51.222Z Downloaded indoc v1.0.9
10652026-07-29T00:39:51.222Z Downloaded rfc6979 v0.4.0
10662026-07-29T00:39:51.222Z Downloaded sponge-cursor v0.1.0
10672026-07-29T00:39:51.222Z Downloaded signature v2.2.0
10682026-07-29T00:39:51.222Z Downloaded stacker v0.1.23
10692026-07-29T00:39:51.223Z Downloaded tiny-keccak v2.0.2
10702026-07-29T00:39:51.223Z Downloaded darling_core v0.23.0
10712026-07-29T00:39:51.223Z Downloaded testing_table v0.3.0
10722026-07-29T00:39:51.224Z Downloaded wnaf v0.14.0
10732026-07-29T00:39:51.224Z Downloaded darling v0.13.4
10742026-07-29T00:39:51.224Z Downloaded signal-hook-registry v1.4.8
10752026-07-29T00:39:51.224Z Downloaded cpufeatures v0.3.0
10762026-07-29T00:39:51.224Z Downloaded unit-prefix v0.5.2
10772026-07-29T00:39:51.225Z Downloaded rand v0.8.6
10782026-07-29T00:39:51.225Z Downloaded num-bigint-dig v0.8.6
10792026-07-29T00:39:51.225Z Downloaded bindgen v0.71.1
10802026-07-29T00:39:51.225Z Downloaded prefix-trie v0.7.0
10812026-07-29T00:39:51.225Z Downloaded serde-hex v0.1.0
10822026-07-29T00:39:51.225Z Downloaded zerofrom-derive v0.1.6
10832026-07-29T00:39:51.225Z Downloaded tar v0.4.46
10842026-07-29T00:39:51.231Z Downloaded reqwest v0.12.28
10852026-07-29T00:39:51.231Z Downloaded tinyvec v1.10.0
10862026-07-29T00:39:51.231Z Downloaded signal-hook-tokio v0.3.1
10872026-07-29T00:39:51.231Z Downloaded stable_deref_trait v1.2.1
10882026-07-29T00:39:51.231Z Downloaded uuid v1.23.4
10892026-07-29T00:39:51.231Z Downloaded zopfli v0.8.3
10902026-07-29T00:39:51.231Z Downloaded strum_macros v0.27.2
10912026-07-29T00:39:51.231Z Downloaded toml v1.1.2+spec-1.1.0
10922026-07-29T00:39:51.231Z Downloaded module-lattice v0.2.3
10932026-07-29T00:39:51.231Z Downloaded hyper-util v0.1.20
10942026-07-29T00:39:51.231Z Downloaded tabwriter v1.4.1
10952026-07-29T00:39:51.231Z Downloaded darling_macro v0.13.4
10962026-07-29T00:39:51.231Z Downloaded progenitor v0.13.0
10972026-07-29T00:39:51.231Z Downloaded rpassword v7.5.4
10982026-07-29T00:39:51.231Z Downloaded itertools v0.13.0
10992026-07-29T00:39:51.231Z Downloaded tokio-postgres v0.7.16
11002026-07-29T00:39:51.231Z Downloaded static_assertions v1.1.0
11012026-07-29T00:39:51.231Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11022026-07-29T00:39:51.231Z Downloaded slog-envlogger v2.2.0
11032026-07-29T00:39:51.231Z Downloaded smallvec v1.15.1
11042026-07-29T00:39:51.231Z Downloaded subtle v2.6.1
11052026-07-29T00:39:51.231Z Downloaded cstr-argument v0.1.2
11062026-07-29T00:39:51.232Z Downloaded tinyvec_macros v0.1.1
11072026-07-29T00:39:51.232Z Downloaded vergen-gitcl v1.0.8
11082026-07-29T00:39:51.232Z Downloaded corncobs v0.1.4
11092026-07-29T00:39:51.232Z Downloaded zeroize_derive v1.5.0
11102026-07-29T00:39:51.232Z Downloaded internal-russh-num-bigint v0.5.0
11112026-07-29T00:39:51.232Z Downloaded h2 v0.4.15
11122026-07-29T00:39:51.236Z Downloaded derive_builder v0.20.2
11132026-07-29T00:39:51.237Z Downloaded url v2.5.8
11142026-07-29T00:39:51.237Z Downloaded crc32fast v1.5.0
11152026-07-29T00:39:51.237Z Downloaded papergrid v0.17.0
11162026-07-29T00:39:51.243Z Downloaded defmt-parser v1.0.0
11172026-07-29T00:39:51.243Z Downloaded lock_api v0.4.14
11182026-07-29T00:39:51.248Z Downloaded predicates-core v1.0.10
11192026-07-29T00:39:51.248Z Downloaded semver v0.1.20
11202026-07-29T00:39:51.248Z Downloaded tokio-macros v2.7.0
11212026-07-29T00:39:51.252Z Downloaded defmt-macros v1.0.1
11222026-07-29T00:39:51.252Z Downloaded crossterm v0.28.1
11232026-07-29T00:39:51.255Z Downloaded instability v0.3.11
11242026-07-29T00:39:51.255Z Downloaded impl-trait-for-tuples v0.2.3
11252026-07-29T00:39:51.255Z Downloaded linear-map v1.2.0
11262026-07-29T00:39:51.259Z Downloaded itertools v0.14.0
11272026-07-29T00:39:51.263Z Downloaded peg v0.8.5
11282026-07-29T00:39:51.266Z Downloaded quinn-udp v0.5.14
11292026-07-29T00:39:51.266Z Downloaded zerovec v0.11.5
11302026-07-29T00:39:51.270Z Downloaded zstd-safe v7.2.4
11312026-07-29T00:39:51.270Z Downloaded nu-ansi-term v0.50.3
11322026-07-29T00:39:51.270Z Downloaded newline-converter v0.3.0
11332026-07-29T00:39:51.270Z Downloaded ref-cast v1.0.25
11342026-07-29T00:39:51.292Z Downloaded phf_shared v0.12.1
11352026-07-29T00:39:51.299Z Downloaded rustversion v1.0.22
11362026-07-29T00:39:51.324Z Downloaded diesel-dtrace v0.5.0
11372026-07-29T00:39:51.324Z Downloaded smf v0.2.3
11382026-07-29T00:39:51.324Z Downloaded xshell v0.2.7
11392026-07-29T00:39:51.324Z Downloaded ed25519 v3.0.0
11402026-07-29T00:39:51.324Z Downloaded salsa20 v0.11.0
11412026-07-29T00:39:51.324Z Downloaded memoffset v0.9.1
11422026-07-29T00:39:51.324Z Downloaded lru v0.12.5
11432026-07-29T00:39:51.324Z Downloaded md5 v0.8.0
11442026-07-29T00:39:51.325Z Downloaded serde-big-array v0.5.1
11452026-07-29T00:39:51.325Z Downloaded vergen-lib v0.1.6
11462026-07-29T00:39:51.325Z Downloaded darling v0.20.11
11472026-07-29T00:39:51.325Z Downloaded regex v1.12.3
11482026-07-29T00:39:51.325Z Downloaded nom v7.1.3
11492026-07-29T00:39:51.333Z Downloaded postgres-protocol v0.6.10
11502026-07-29T00:39:51.333Z Downloaded libxml v0.3.3
11512026-07-29T00:39:51.333Z Downloaded ssh-cipher v0.3.0
11522026-07-29T00:39:51.333Z Downloaded defmt v1.0.1
11532026-07-29T00:39:51.333Z Downloaded phc v0.6.1
11542026-07-29T00:39:51.333Z Downloaded simd-adler32 v0.3.8
11552026-07-29T00:39:51.333Z Downloaded signal-hook-mio v0.2.5
11562026-07-29T00:39:51.333Z Downloaded universal-hash v0.6.1
11572026-07-29T00:39:51.333Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-07-29T00:39:51.333Z Downloaded percent-encoding v2.3.2
11592026-07-29T00:39:51.343Z Downloaded xattr v1.6.1
11602026-07-29T00:39:51.343Z Downloaded indoc v2.0.7
11612026-07-29T00:39:51.343Z Downloaded postgres-types v0.2.12
11622026-07-29T00:39:51.343Z Downloaded support-bundle-viewer v0.1.2
11632026-07-29T00:39:51.343Z Downloaded ecdsa v0.17.0
11642026-07-29T00:39:51.351Z Downloaded num_enum v0.5.11
11652026-07-29T00:39:51.351Z Downloaded winnow v1.0.3
11662026-07-29T00:39:51.351Z Downloaded poly1305 v0.8.0
11672026-07-29T00:39:51.351Z Downloaded scopeguard v1.2.0
11682026-07-29T00:39:51.354Z Downloaded dof v0.4.0
11692026-07-29T00:39:51.355Z Downloaded supports-color v3.0.2
11702026-07-29T00:39:51.355Z Downloaded whoami v2.1.0
11712026-07-29T00:39:51.355Z Downloaded peg-macros v0.8.5
11722026-07-29T00:39:51.360Z Downloaded pin-project v1.1.11
11732026-07-29T00:39:51.363Z Downloaded snafu v0.8.9
11742026-07-29T00:39:51.363Z Downloaded vergen-git2 v9.1.0
11752026-07-29T00:39:51.367Z Downloaded nodrop v0.1.14
11762026-07-29T00:39:51.367Z Downloaded pkcs5 v0.8.1
11772026-07-29T00:39:51.374Z Downloaded icu_locale_core v2.1.1
11782026-07-29T00:39:51.380Z Downloaded idna v1.1.0
11792026-07-29T00:39:51.380Z Downloaded inout v0.1.4
11802026-07-29T00:39:51.380Z Downloaded owo-colors v4.3.0
11812026-07-29T00:39:51.380Z Downloaded waitgroup v0.1.2
11822026-07-29T00:39:51.384Z Downloaded rustyline v14.0.0
11832026-07-29T00:39:51.388Z Downloaded resolv-conf v0.7.6
11842026-07-29T00:39:51.388Z Downloaded unicode-normalization v0.1.25
11852026-07-29T00:39:51.399Z Downloaded displaydoc v0.2.5
11862026-07-29T00:39:51.399Z Downloaded iddqd v0.4.2
11872026-07-29T00:39:51.416Z Downloaded test-strategy v0.4.5
11882026-07-29T00:39:51.417Z Downloaded unicode_categories v0.1.1
11892026-07-29T00:39:51.417Z Downloaded der v0.8.0
11902026-07-29T00:39:51.417Z Downloaded serde_with_macros v1.5.2
11912026-07-29T00:39:51.417Z Downloaded slog-json v2.6.1
11922026-07-29T00:39:51.417Z Downloaded rand_seeder v0.4.0
11932026-07-29T00:39:51.417Z Downloaded newtype-uuid v1.3.2
11942026-07-29T00:39:51.417Z Downloaded blake3 v1.8.5
11952026-07-29T00:39:51.417Z Downloaded winnow v0.6.26
11962026-07-29T00:39:51.417Z Downloaded icu_provider v2.1.1
11972026-07-29T00:39:51.422Z Downloaded toml_writer v1.1.1+spec-1.1.0
11982026-07-29T00:39:51.422Z Downloaded thread_local v1.1.9
11992026-07-29T00:39:51.429Z Downloaded jobserver v0.1.34
12002026-07-29T00:39:51.438Z Downloaded rustls-platform-verifier v0.6.2
12012026-07-29T00:39:51.438Z Downloaded iana-time-zone v0.1.65
12022026-07-29T00:39:51.439Z Downloaded thiserror-no-std v2.0.2
12032026-07-29T00:39:51.439Z Downloaded progenitor-client v0.13.0
12042026-07-29T00:39:51.444Z Downloaded ssh-key v0.7.0-rc.11
12052026-07-29T00:39:51.449Z Downloaded typed-path v0.9.3
12062026-07-29T00:39:51.454Z Downloaded daft v0.1.7
12072026-07-29T00:39:51.454Z Downloaded proc-macro-error2 v2.0.1
12082026-07-29T00:39:51.459Z Downloaded spki v0.8.0
12092026-07-29T00:39:51.459Z Downloaded tracing-core v0.1.36
12102026-07-29T00:39:51.459Z Downloaded sha3 v0.12.0
12112026-07-29T00:39:51.468Z Downloaded chrono v0.4.45
12122026-07-29T00:39:51.472Z Downloaded unsafe-libyaml v0.2.11
12132026-07-29T00:39:51.485Z Downloaded memmap2 v0.9.10
12142026-07-29T00:39:51.494Z Downloaded progenitor-impl v0.14.0
12152026-07-29T00:39:51.494Z Downloaded tabled v0.20.0
12162026-07-29T00:39:51.504Z Downloaded oso v0.27.3
12172026-07-29T00:39:51.504Z Downloaded serde_with_macros v3.21.0
12182026-07-29T00:39:51.504Z Downloaded aws-lc-rs v1.16.3
12192026-07-29T00:39:51.513Z Downloaded typify v0.6.2
12202026-07-29T00:39:51.513Z Downloaded similar v2.7.0
12212026-07-29T00:39:51.514Z Downloaded icu_normalizer_data v2.1.1
12222026-07-29T00:39:51.514Z Downloaded icu_collections v2.1.1
12232026-07-29T00:39:51.514Z Downloaded indicatif v0.18.4
12242026-07-29T00:39:51.519Z Downloaded libbz2-rs-sys v0.2.2
12252026-07-29T00:39:51.519Z Downloaded drift v0.2.0
12262026-07-29T00:39:51.570Z Downloaded crossbeam-epoch v0.9.18
12272026-07-29T00:39:51.570Z Downloaded twox-hash v2.1.2
12282026-07-29T00:39:51.570Z Downloaded serde_with v3.21.0
12292026-07-29T00:39:51.570Z Downloaded num-traits v0.2.19
12302026-07-29T00:39:51.570Z Downloaded russh v0.62.4
12312026-07-29T00:39:51.570Z Downloaded time v0.3.47
12322026-07-29T00:39:51.570Z Downloaded itertools v0.10.5
12332026-07-29T00:39:51.570Z Downloaded quinn v0.11.9
12342026-07-29T00:39:51.570Z Downloaded itertools v0.12.1
12352026-07-29T00:39:51.570Z Downloaded schemars v1.2.1
12362026-07-29T00:39:51.570Z Downloaded tokio-util v0.7.18
12372026-07-29T00:39:51.570Z Downloaded openssl-sys v0.9.115
12382026-07-29T00:39:51.586Z Downloaded rsa v0.9.10
12392026-07-29T00:39:51.586Z Downloaded tower-http v0.6.8
12402026-07-29T00:39:51.586Z Downloaded crossbeam-utils v0.8.21
12412026-07-29T00:39:51.586Z Downloaded progenitor-impl v0.13.0
12422026-07-29T00:39:51.586Z Downloaded derive_more v0.99.20
12432026-07-29T00:39:51.595Z Downloaded rayon-core v1.13.0
12442026-07-29T00:39:51.595Z Downloaded git2 v0.20.4
12452026-07-29T00:39:51.595Z Downloaded darling_core v0.21.3
12462026-07-29T00:39:51.595Z Downloaded quick-xml v0.37.5
12472026-07-29T00:39:51.595Z Downloaded crypto-primes v0.7.2
12482026-07-29T00:39:51.595Z Downloaded tower v0.5.3
12492026-07-29T00:39:51.598Z Downloaded goblin v0.10.5
12502026-07-29T00:39:51.602Z Downloaded zip v4.6.1
12512026-07-29T00:39:51.606Z Downloaded iri-string v0.7.10
12522026-07-29T00:39:51.610Z Downloaded diesel_derives v2.3.7
12532026-07-29T00:39:51.610Z Downloaded zerocopy v0.8.40
12542026-07-29T00:39:51.615Z Downloaded rand v0.9.2
12552026-07-29T00:39:51.635Z Downloaded rayon v1.11.0
12562026-07-29T00:39:51.635Z Downloaded unicode-segmentation v1.12.0
12572026-07-29T00:39:51.643Z Downloaded portable-atomic v1.13.1
12582026-07-29T00:39:51.651Z Downloaded ed25519-dalek v2.2.0
12592026-07-29T00:39:51.655Z Downloaded winnow v0.5.40
12602026-07-29T00:39:51.666Z Downloaded crypto-bigint v0.7.5
12612026-07-29T00:39:51.674Z Downloaded curve25519-dalek v4.1.3
12622026-07-29T00:39:51.678Z Downloaded salty v0.3.0
12632026-07-29T00:39:51.683Z Downloaded zerocopy-derive v0.8.40
12642026-07-29T00:39:51.689Z Downloaded tough v0.22.0
12652026-07-29T00:39:51.693Z Downloaded object v0.30.4
12662026-07-29T00:39:51.698Z Downloaded icu_properties_data v2.1.2
12672026-07-29T00:39:51.702Z Downloaded polar-core v0.27.3
12682026-07-29T00:39:51.713Z Downloaded radix_trie v0.2.1
12692026-07-29T00:39:51.718Z Downloaded rawzip v0.4.4
12702026-07-29T00:39:51.718Z Downloaded itertools v0.15.0
12712026-07-29T00:39:51.718Z Downloaded libm v0.2.16
12722026-07-29T00:39:51.721Z Downloaded zlib-rs v0.6.2
12732026-07-29T00:39:51.730Z Downloaded crossterm v0.29.0
12742026-07-29T00:39:51.735Z Downloaded bstr v1.12.1
12752026-07-29T00:39:51.749Z Downloaded nom v8.0.0
12762026-07-29T00:39:51.765Z Downloaded vcpkg v0.2.15
12772026-07-29T00:39:51.790Z Downloaded p384 v0.13.1
12782026-07-29T00:39:51.808Z Downloaded petname v2.0.2
12792026-07-29T00:39:51.808Z Downloaded object v0.37.3
12802026-07-29T00:39:51.808Z Downloaded quinn-proto v0.11.16
12812026-07-29T00:39:51.818Z Downloaded regress v0.10.5
12822026-07-29T00:39:51.822Z Downloaded regress v0.11.1
12832026-07-29T00:39:51.829Z Downloaded rustls v0.23.41
12842026-07-29T00:39:51.834Z Downloaded nix v0.31.2
12852026-07-29T00:39:51.840Z Downloaded smoltcp v0.9.1
12862026-07-29T00:39:51.846Z Downloaded lalrpop v0.19.12
12872026-07-29T00:39:51.852Z Downloaded nix v0.27.1
12882026-07-29T00:39:51.857Z Downloaded openapiv3 v2.2.0
12892026-07-29T00:39:51.864Z Downloaded curve25519-dalek v5.0.0
12902026-07-29T00:39:51.869Z Downloaded diesel v2.3.7
12912026-07-29T00:39:51.881Z Downloaded hickory-proto v0.24.4
12922026-07-29T00:39:51.888Z Downloaded regex-syntax v0.6.29
12932026-07-29T00:39:51.893Z Downloaded proptest v1.10.0
12942026-07-29T00:39:51.899Z Downloaded hickory-proto v0.25.2
12952026-07-29T00:39:51.906Z Downloaded moka v0.12.13
12962026-07-29T00:39:51.910Z Downloaded regex-syntax v0.8.10
12972026-07-29T00:39:51.914Z Downloaded dropshot v0.17.1
12982026-07-29T00:39:51.929Z Downloaded nix v0.28.0
12992026-07-29T00:39:51.932Z Downloaded sqlparser v0.61.0
13002026-07-29T00:39:51.937Z Downloaded rustix v0.38.44
13012026-07-29T00:39:51.972Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-29T00:39:51.981Z Downloaded smoltcp v0.11.0
13032026-07-29T00:39:51.981Z Downloaded sled v0.34.7
13042026-07-29T00:39:51.987Z Downloaded openssl v0.10.79
13052026-07-29T00:39:51.992Z Downloaded tracing v0.1.44
13062026-07-29T00:39:52.008Z Downloaded typify-impl v0.6.2
13072026-07-29T00:39:52.012Z Downloaded ratatui v0.29.0
13082026-07-29T00:39:52.033Z Downloaded sha3 v0.11.0
13092026-07-29T00:39:52.051Z Downloaded zerocopy-derive v0.6.6
13102026-07-29T00:39:52.056Z Downloaded chrono-tz v0.10.4
13112026-07-29T00:39:52.067Z Downloaded regex-automata v0.4.14
13122026-07-29T00:39:52.092Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-07-29T00:39:52.105Z Downloaded sha3 v0.10.8
13142026-07-29T00:39:52.110Z Downloaded petgraph v0.6.5
13152026-07-29T00:39:52.149Z Downloaded petgraph v0.8.3
13162026-07-29T00:39:52.160Z Downloaded jiff v0.2.21
13172026-07-29T00:39:52.171Z Downloaded tokio v1.52.1
13182026-07-29T00:39:52.192Z Downloaded libz-sys v1.1.24
13192026-07-29T00:39:52.208Z Downloaded csv v1.4.0
13202026-07-29T00:39:52.217Z Downloaded encoding_rs v0.8.35
13212026-07-29T00:39:52.262Z Downloaded ring v0.17.14
13222026-07-29T00:39:52.338Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-29T00:39:52.834Z Downloaded aws-lc-sys v0.40.0
13242026-07-29T00:39:53.107Z Compiling libc v0.2.185
13252026-07-29T00:39:53.107Z Compiling serde_core v1.0.228
13262026-07-29T00:39:53.107Z Compiling serde v1.0.228
13272026-07-29T00:39:53.115Z Compiling log v0.4.29
13282026-07-29T00:39:53.115Z Compiling smallvec v1.15.1
13292026-07-29T00:39:53.116Z Compiling find-msvc-tools v0.1.9
13302026-07-29T00:39:53.239Z Compiling shlex v1.3.0
13312026-07-29T00:39:53.247Z Compiling syn v2.0.117
13322026-07-29T00:39:53.416Z Compiling subtle v2.6.1
13332026-07-29T00:39:53.455Z Compiling stable_deref_trait v1.2.1
13342026-07-29T00:39:53.465Z Compiling scopeguard v1.2.0
13352026-07-29T00:39:53.474Z Compiling typenum v1.20.1
13362026-07-29T00:39:53.515Z Compiling serde_json v1.0.151
13372026-07-29T00:39:53.529Z Compiling zerocopy v0.8.40
13382026-07-29T00:39:53.568Z Compiling lock_api v0.4.14
13392026-07-29T00:39:53.580Z Compiling portable-atomic v1.13.1
13402026-07-29T00:39:53.713Z Compiling pin-project-lite v0.2.17
13412026-07-29T00:39:53.794Z Compiling parking_lot_core v0.9.12
13422026-07-29T00:39:53.813Z Compiling critical-section v1.2.0
13432026-07-29T00:39:53.920Z Compiling libm v0.2.16
13442026-07-29T00:39:53.950Z Compiling pkg-config v0.3.32
13452026-07-29T00:39:54.017Z Compiling jobserver v0.1.34
13462026-07-29T00:39:54.033Z Compiling errno v0.3.14
13472026-07-29T00:39:54.192Z Compiling getrandom v0.2.17
13482026-07-29T00:39:54.206Z Compiling getrandom v0.4.1
13492026-07-29T00:39:54.252Z Compiling cc v1.2.56
13502026-07-29T00:39:54.386Z Compiling rand_core v0.6.4
13512026-07-29T00:39:54.489Z Compiling signal-hook-registry v1.4.8
13522026-07-29T00:39:54.568Z Compiling once_cell v1.21.3
13532026-07-29T00:39:54.612Z Compiling num-traits v0.2.19
13542026-07-29T00:39:54.647Z Compiling futures-core v0.3.32
13552026-07-29T00:39:54.716Z Compiling rand_core v0.10.0
13562026-07-29T00:39:54.756Z Compiling parking_lot v0.12.5
13572026-07-29T00:39:54.807Z Compiling mio v1.2.0
13582026-07-29T00:39:54.962Z Compiling generic-array v0.14.7
13592026-07-29T00:39:55.084Z Compiling percent-encoding v2.3.2
13602026-07-29T00:39:55.120Z Compiling const-oid v0.9.6
13612026-07-29T00:39:55.276Z Compiling litemap v0.8.1
13622026-07-29T00:39:55.380Z Compiling bitflags v2.11.0
13632026-07-29T00:39:55.476Z Compiling writeable v0.6.2
13642026-07-29T00:39:55.481Z Compiling semver v1.0.28
13652026-07-29T00:39:55.736Z Compiling icu_normalizer_data v2.1.1
13662026-07-29T00:39:55.818Z Compiling icu_properties_data v2.1.2
13672026-07-29T00:39:55.874Z Compiling socket2 v0.6.3
13682026-07-29T00:39:55.963Z Compiling futures-sink v0.3.32
13692026-07-29T00:39:55.970Z Compiling futures-task v0.3.32
13702026-07-29T00:39:56.018Z Compiling futures-io v0.3.32
13712026-07-29T00:39:56.052Z Compiling futures-channel v0.3.32
13722026-07-29T00:39:56.164Z Compiling synstructure v0.13.2
13732026-07-29T00:39:56.203Z Compiling slab v0.4.12
13742026-07-29T00:39:56.224Z Compiling utf8_iter v1.0.4
13752026-07-29T00:39:56.242Z Compiling indexmap v2.14.0
13762026-07-29T00:39:56.292Z Compiling form_urlencoded v1.2.2
13772026-07-29T00:39:56.298Z Compiling getrandom v0.3.4
13782026-07-29T00:39:56.349Z Compiling rustversion v1.0.22
13792026-07-29T00:39:56.362Z Compiling cmake v0.1.57
13802026-07-29T00:39:56.469Z Compiling fs_extra v1.3.0
13812026-07-29T00:39:56.523Z Compiling dunce v1.0.5
13822026-07-29T00:39:56.647Z Compiling iana-time-zone v0.1.65
13832026-07-29T00:39:56.750Z Compiling rustix v1.1.3
13842026-07-29T00:39:56.751Z Compiling ident_case v1.0.1
13852026-07-29T00:39:56.775Z Compiling aws-lc-sys v0.40.0
13862026-07-29T00:39:56.831Z Compiling regex-syntax v0.8.10
13872026-07-29T00:39:56.873Z Compiling uuid v1.23.4
13882026-07-29T00:39:56.914Z Compiling vcpkg v0.2.15
13892026-07-29T00:39:57.186Z Compiling rand_core v0.9.5
13902026-07-29T00:39:57.341Z Compiling base64ct v1.8.3
13912026-07-29T00:39:57.503Z Compiling base64 v0.22.1
13922026-07-29T00:39:57.587Z Compiling rustc_version v0.4.1
13932026-07-29T00:39:57.632Z Compiling openssl-sys v0.9.115
13942026-07-29T00:39:57.649Z Compiling pem-rfc7468 v0.7.0
13952026-07-29T00:39:57.804Z Compiling tracing-core v0.1.36
13962026-07-29T00:39:57.874Z Compiling serde_derive v1.0.228
13972026-07-29T00:39:57.896Z Compiling zeroize_derive v1.5.0
13982026-07-29T00:39:57.956Z Compiling zerofrom-derive v0.1.6
13992026-07-29T00:39:58.161Z Compiling yoke-derive v0.8.1
14002026-07-29T00:39:58.383Z Compiling zerovec-derive v0.11.2
14012026-07-29T00:39:58.511Z Compiling displaydoc v0.2.5
14022026-07-29T00:39:58.558Z Compiling zeroize v1.9.0
14032026-07-29T00:39:58.829Z Compiling zerocopy-derive v0.8.40
14042026-07-29T00:39:59.356Z Compiling tokio-macros v2.7.0
14052026-07-29T00:39:59.475Z Compiling futures-macro v0.3.32
14062026-07-29T00:39:59.485Z Compiling zerofrom v0.1.6
14072026-07-29T00:39:59.534Z Compiling thiserror-impl v2.0.18
14082026-07-29T00:39:59.655Z Compiling yoke v0.8.1
14092026-07-29T00:39:59.825Z Compiling zerovec v0.11.5
14102026-07-29T00:39:59.860Z Compiling zerotrie v0.2.3
14112026-07-29T00:40:00.054Z Compiling crypto-common v0.1.7
14122026-07-29T00:40:00.142Z Compiling block-buffer v0.10.4
14132026-07-29T00:40:00.208Z Compiling der_derive v0.7.3
14142026-07-29T00:40:00.295Z Compiling futures-util v0.3.32
14152026-07-29T00:40:00.373Z Compiling tinystr v0.8.2
14162026-07-29T00:40:00.433Z Compiling potential_utf v0.1.4
14172026-07-29T00:40:00.545Z Compiling icu_locale_core v2.1.1
14182026-07-29T00:40:00.564Z Compiling icu_collections v2.1.1
14192026-07-29T00:40:00.953Z Compiling digest v0.10.7
14202026-07-29T00:40:01.245Z Compiling tracing-attributes v0.1.31
14212026-07-29T00:40:01.292Z Compiling aws-lc-rs v1.16.3
14222026-07-29T00:40:01.292Z Compiling icu_provider v2.1.1
14232026-07-29T00:40:01.441Z Compiling icu_properties v2.1.2
14242026-07-29T00:40:01.463Z Compiling bytes v1.11.1
14252026-07-29T00:40:01.489Z Compiling icu_normalizer v2.1.1
14262026-07-29T00:40:01.539Z Compiling chrono v0.4.45
14272026-07-29T00:40:02.054Z Compiling tokio v1.52.1
14282026-07-29T00:40:02.110Z Compiling http v1.4.2
14292026-07-29T00:40:02.364Z Compiling idna_adapter v1.2.1
14302026-07-29T00:40:02.518Z Compiling idna v1.1.0
14312026-07-29T00:40:02.537Z Compiling flagset v0.4.7
14322026-07-29T00:40:02.634Z Compiling tracing v0.1.44
14332026-07-29T00:40:02.670Z Compiling der v0.7.10
14342026-07-29T00:40:02.905Z Compiling url v2.5.8
14352026-07-29T00:40:02.917Z Compiling http-body v1.0.1
14362026-07-29T00:40:02.965Z Compiling thiserror v2.0.18
14372026-07-29T00:40:03.079Z Compiling rustls-pki-types v1.14.0
14382026-07-29T00:40:03.145Z Compiling serde_derive_internals v0.29.1
14392026-07-29T00:40:03.168Z Compiling httparse v1.10.1
14402026-07-29T00:40:03.439Z Compiling ppv-lite86 v0.2.21
14412026-07-29T00:40:03.490Z Compiling openssl-probe v0.2.1
14422026-07-29T00:40:03.517Z Compiling cmov v0.5.4
14432026-07-29T00:40:03.657Z Compiling schemars v0.8.22
14442026-07-29T00:40:03.676Z Compiling tinyvec_macros v0.1.1
14452026-07-29T00:40:03.712Z Compiling rand_chacha v0.9.0
14462026-07-29T00:40:03.734Z Compiling dyn-clone v1.0.20
14472026-07-29T00:40:03.756Z Compiling tinyvec v1.10.0
14482026-07-29T00:40:03.860Z Compiling ctutils v0.4.2
14492026-07-29T00:40:03.897Z Compiling spki v0.7.3
14502026-07-29T00:40:03.934Z Compiling rand v0.9.2
14512026-07-29T00:40:03.997Z Compiling schemars_derive v0.8.22
14522026-07-29T00:40:04.080Z Compiling pest_generator v2.8.6
14532026-07-29T00:40:04.080Z Compiling aho-corasick v1.1.4
14542026-07-29T00:40:04.101Z Compiling tower-layer v0.3.3
14552026-07-29T00:40:04.297Z Compiling atomic-waker v1.1.2
14562026-07-29T00:40:04.418Z Compiling try-lock v0.2.5
14572026-07-29T00:40:04.462Z Compiling tower-service v0.3.3
14582026-07-29T00:40:04.493Z Compiling untrusted v0.7.1
14592026-07-29T00:40:04.493Z Compiling tempfile v3.25.0
14602026-07-29T00:40:04.622Z Compiling want v0.3.1
14612026-07-29T00:40:04.681Z Compiling hybrid-array v0.4.13
14622026-07-29T00:40:04.795Z Compiling pest_derive v2.8.6
14632026-07-29T00:40:04.860Z Compiling regex-automata v0.4.14
14642026-07-29T00:40:05.112Z Compiling ipnet v2.11.0
14652026-07-29T00:40:05.227Z Compiling scroll_derive v0.13.1
14662026-07-29T00:40:05.467Z Compiling darling_core v0.20.11
14672026-07-29T00:40:05.601Z Compiling openssl v0.10.79
14682026-07-29T00:40:05.723Z Compiling untrusted v0.9.0
14692026-07-29T00:40:05.840Z Compiling tokio-util v0.7.18
14702026-07-29T00:40:05.878Z Compiling foreign-types-shared v0.1.1
14712026-07-29T00:40:05.952Z Compiling httpdate v1.0.3
14722026-07-29T00:40:06.020Z Compiling rustls v0.23.41
14732026-07-29T00:40:06.181Z Compiling cpufeatures v0.2.17
14742026-07-29T00:40:06.208Z Compiling scroll v0.13.0
14752026-07-29T00:40:06.257Z Compiling foreign-types v0.3.2
14762026-07-29T00:40:06.345Z Compiling unicode-normalization v0.1.25
14772026-07-29T00:40:06.486Z Compiling pkcs8 v0.10.2
14782026-07-29T00:40:06.578Z Compiling h2 v0.4.15
14792026-07-29T00:40:06.800Z Compiling openssl-macros v0.1.1
14802026-07-29T00:40:06.858Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-29T00:40:07.133Z Compiling spin v0.9.8
14822026-07-29T00:40:07.182Z Compiling powerfmt v0.2.0
14832026-07-29T00:40:07.263Z Compiling time-core v0.1.8
14842026-07-29T00:40:07.527Z Compiling native-tls v0.2.18
14852026-07-29T00:40:07.567Z Compiling num-conv v0.2.0
14862026-07-29T00:40:07.567Z Compiling crc32fast v1.5.0
14872026-07-29T00:40:07.567Z Compiling time-macros v0.2.27
14882026-07-29T00:40:07.597Z Compiling deranged v0.5.8
14892026-07-29T00:40:07.729Z Compiling darling_macro v0.20.11
14902026-07-29T00:40:08.166Z Compiling darling v0.20.11
14912026-07-29T00:40:08.405Z Compiling goblin v0.10.5
14922026-07-29T00:40:08.759Z Compiling sha2 v0.10.9
14932026-07-29T00:40:08.868Z Compiling hmac v0.12.1
14942026-07-29T00:40:08.868Z Compiling sync_wrapper v1.0.2
14952026-07-29T00:40:08.868Z Compiling wait-timeout v0.2.1
14962026-07-29T00:40:09.044Z Compiling bit-vec v0.8.0
14972026-07-29T00:40:09.121Z Compiling simd-adler32 v0.3.8
14982026-07-29T00:40:09.216Z Compiling siphasher v1.0.2
14992026-07-29T00:40:09.313Z Compiling quick-error v1.2.3
15002026-07-29T00:40:09.427Z Compiling crossbeam-utils v0.8.21
15012026-07-29T00:40:09.460Z Compiling num_threads v0.1.7
15022026-07-29T00:40:09.536Z Compiling usdt-impl v0.6.0
15032026-07-29T00:40:09.648Z Compiling hyper v1.10.1
15042026-07-29T00:40:09.705Z Compiling syn v1.0.109
15052026-07-29T00:40:09.828Z Compiling time v0.3.47
15062026-07-29T00:40:10.400Z Compiling rusty-fork v0.3.1
15072026-07-29T00:40:10.559Z Compiling bit-set v0.8.0
15082026-07-29T00:40:10.714Z Compiling tower v0.5.3
15092026-07-29T00:40:10.725Z Compiling derive_builder_core v0.20.2
15102026-07-29T00:40:10.917Z Compiling hyper-util v0.1.20
15112026-07-29T00:40:11.189Z Compiling dof v0.4.0
15122026-07-29T00:40:11.256Z Compiling dtrace-parser v0.3.0
15132026-07-29T00:40:11.675Z Compiling http-body-util v0.1.3
15142026-07-29T00:40:11.714Z Compiling heapless v0.7.17
15152026-07-29T00:40:11.803Z Compiling thiserror-impl v1.0.69
15162026-07-29T00:40:11.889Z Compiling scroll_derive v0.12.1
15172026-07-29T00:40:11.991Z Compiling rand_xorshift v0.4.0
15182026-07-29T00:40:12.170Z Compiling slog v2.8.2
15192026-07-29T00:40:12.335Z Compiling darling_core v0.23.0
15202026-07-29T00:40:12.355Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-29T00:40:12.470Z Compiling thread-id v5.1.0
15222026-07-29T00:40:12.493Z Compiling cookie v0.18.1
15232026-07-29T00:40:12.569Z Compiling zstd-safe v7.2.4
15242026-07-29T00:40:12.620Z Compiling unicode-properties v0.1.4
15252026-07-29T00:40:12.651Z Compiling paste v1.0.15
15262026-07-29T00:40:12.685Z Compiling anyhow v1.0.102
15272026-07-29T00:40:12.716Z Compiling ryu v1.0.23
15282026-07-29T00:40:12.824Z Compiling allocator-api2 v0.2.21
15292026-07-29T00:40:13.011Z Compiling adler2 v2.0.1
15302026-07-29T00:40:13.030Z Compiling iri-string v0.7.10
15312026-07-29T00:40:13.030Z Compiling unarray v0.1.4
15322026-07-29T00:40:13.031Z Compiling unicode-bidi v0.3.18
15332026-07-29T00:40:13.031Z Compiling signal-hook v0.3.18
15342026-07-29T00:40:13.050Z Compiling proptest v1.10.0
15352026-07-29T00:40:13.154Z Compiling miniz_oxide v0.8.9
15362026-07-29T00:40:13.497Z Compiling stringprep v0.1.5
15372026-07-29T00:40:13.660Z Compiling thiserror v1.0.69
15382026-07-29T00:40:13.800Z Compiling serde_urlencoded v0.7.1
15392026-07-29T00:40:13.899Z Compiling scroll v0.12.0
15402026-07-29T00:40:14.155Z Compiling tower-http v0.6.8
15412026-07-29T00:40:14.405Z Compiling derive_builder_macro v0.20.2
15422026-07-29T00:40:14.464Z Compiling camino v1.2.2
15432026-07-29T00:40:14.464Z Compiling tokio-native-tls v0.3.1
15442026-07-29T00:40:14.629Z Compiling bstr v1.12.1
15452026-07-29T00:40:14.787Z Compiling ipnetwork v0.21.1
15462026-07-29T00:40:14.830Z Compiling darling_macro v0.23.0
15472026-07-29T00:40:14.892Z Compiling block-padding v0.4.2
15482026-07-29T00:40:15.075Z Compiling crypto-common v0.2.2
15492026-07-29T00:40:15.105Z Compiling block-buffer v0.12.1
15502026-07-29T00:40:15.142Z Compiling rand_chacha v0.3.1
15512026-07-29T00:40:15.272Z Compiling rustls-native-certs v0.8.3
15522026-07-29T00:40:15.286Z Compiling serde_tokenstream v0.2.3
15532026-07-29T00:40:15.326Z Compiling hex v0.4.3
15542026-07-29T00:40:15.569Z Compiling erased-serde v0.3.31
15552026-07-29T00:40:15.597Z Compiling toml_datetime v0.6.11
15562026-07-29T00:40:15.610Z Compiling serde_spanned v0.6.9
15572026-07-29T00:40:15.736Z Compiling md-5 v0.10.6
15582026-07-29T00:40:15.846Z Compiling signature v2.2.0
15592026-07-29T00:40:15.915Z Compiling curve25519-dalek v4.1.3
15602026-07-29T00:40:15.976Z Compiling pin-project-internal v1.1.11
15612026-07-29T00:40:16.037Z Compiling async-trait v0.1.89
15622026-07-29T00:40:16.047Z Compiling zerocopy-derive v0.7.35
15632026-07-29T00:40:16.235Z Compiling vergen-lib v9.1.0
15642026-07-29T00:40:16.840Z Compiling hash32 v0.2.1
15652026-07-29T00:40:16.882Z Compiling num-integer v0.1.46
15662026-07-29T00:40:16.882Z Compiling memoffset v0.9.1
15672026-07-29T00:40:16.895Z Compiling encoding_rs v0.8.35
15682026-07-29T00:40:16.926Z Compiling smoltcp v0.9.1
15692026-07-29T00:40:16.995Z Compiling ref-cast v1.0.25
15702026-07-29T00:40:17.041Z Compiling cfg_aliases v0.2.1
15712026-07-29T00:40:17.041Z Compiling zlib-rs v0.6.2
15722026-07-29T00:40:17.118Z Compiling fallible-iterator v0.2.0
15732026-07-29T00:40:17.261Z Compiling litrs v1.0.0
15742026-07-29T00:40:17.269Z Compiling psl-types v2.0.11
15752026-07-29T00:40:17.506Z Compiling mime v0.3.17
15762026-07-29T00:40:17.560Z Compiling num-bigint-dig v0.8.6
15772026-07-29T00:40:17.632Z Compiling rustix v0.38.44
15782026-07-29T00:40:17.698Z Compiling publicsuffix v2.3.0
15792026-07-29T00:40:17.766Z Compiling document-features v0.2.12
15802026-07-29T00:40:17.917Z Compiling postgres-protocol v0.6.10
15812026-07-29T00:40:18.097Z Compiling nix v0.31.2
15822026-07-29T00:40:18.331Z Compiling pin-project v1.1.11
15832026-07-29T00:40:18.379Z Compiling hubpack_derive v0.1.1
15842026-07-29T00:40:18.403Z Compiling zerocopy v0.7.35
15852026-07-29T00:40:18.420Z Compiling num-iter v0.1.45
15862026-07-29T00:40:18.603Z Compiling rand v0.8.6
15872026-07-29T00:40:18.780Z Compiling newtype-uuid v1.3.2
15882026-07-29T00:40:18.963Z Compiling darling v0.23.0
15892026-07-29T00:40:19.096Z Compiling inout v0.2.2
15902026-07-29T00:40:19.096Z Compiling oxnet v0.1.6
15912026-07-29T00:40:19.096Z Compiling derive_builder v0.20.2
15922026-07-29T00:40:19.124Z Compiling hyper-tls v0.6.0
15932026-07-29T00:40:19.213Z Compiling goblin v0.8.2
15942026-07-29T00:40:19.673Z Compiling phf_shared v0.13.1
15952026-07-29T00:40:19.876Z Compiling lazy_static v1.5.0
15962026-07-29T00:40:19.891Z Compiling regex v1.12.3
15972026-07-29T00:40:19.891Z Compiling anstyle-parse v0.2.7
15982026-07-29T00:40:19.891Z Compiling flate2 v1.1.9
15992026-07-29T00:40:19.891Z Compiling futures-executor v0.3.32
16002026-07-29T00:40:20.025Z Compiling terminal_size v0.4.3
16012026-07-29T00:40:20.139Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-29T00:40:20.160Z Compiling ref-cast-impl v1.0.25
16032026-07-29T00:40:20.223Z Compiling strum_macros v0.27.2
16042026-07-29T00:40:20.236Z Compiling snafu-derive v0.8.9
16052026-07-29T00:40:20.287Z Compiling daft-derive v0.1.7
16062026-07-29T00:40:20.780Z Compiling vergen v9.1.0
16072026-07-29T00:40:20.872Z Compiling cargo-platform v0.3.2
16082026-07-29T00:40:21.054Z Compiling ff v0.13.1
16092026-07-29T00:40:21.224Z Compiling fs-err v3.3.0
16102026-07-29T00:40:21.224Z Compiling ahash v0.8.12
16112026-07-29T00:40:21.224Z Compiling foldhash v0.2.0
16122026-07-29T00:40:21.251Z Compiling managed v0.8.0
16132026-07-29T00:40:21.260Z Compiling libbz2-rs-sys v0.2.2
16142026-07-29T00:40:21.308Z Compiling winnow v0.5.40
16152026-07-29T00:40:21.450Z Compiling bitflags v1.3.2
16162026-07-29T00:40:21.521Z Compiling bumpalo v3.20.2
16172026-07-29T00:40:21.767Z Compiling object v0.37.3
16182026-07-29T00:40:21.933Z Compiling same-file v1.0.6
16192026-07-29T00:40:22.185Z Compiling base16ct v0.2.0
16202026-07-29T00:40:22.201Z Compiling unicode-segmentation v1.12.0
16212026-07-29T00:40:22.202Z Compiling foldhash v0.1.5
16222026-07-29T00:40:22.202Z Compiling strum v0.27.2
16232026-07-29T00:40:22.214Z Compiling sec1 v0.7.3
16242026-07-29T00:40:22.350Z Compiling hashbrown v0.15.5
16252026-07-29T00:40:22.350Z Compiling snafu v0.8.9
16262026-07-29T00:40:22.488Z Compiling walkdir v2.5.0
16272026-07-29T00:40:22.526Z Compiling clap_builder v4.6.0
16282026-07-29T00:40:22.680Z Compiling toml_edit v0.19.15
16292026-07-29T00:40:22.748Z Compiling zopfli v0.8.3
16302026-07-29T00:40:22.748Z Compiling bzip2 v0.6.1
16312026-07-29T00:40:22.859Z Compiling dof v0.3.0
16322026-07-29T00:40:23.087Z Compiling hashbrown v0.16.1
16332026-07-29T00:40:23.521Z Compiling daft v0.1.7
16342026-07-29T00:40:23.558Z Compiling group v0.13.0
16352026-07-29T00:40:23.575Z Compiling cargo_metadata v0.23.1
16362026-07-29T00:40:23.781Z Compiling futures v0.3.32
16372026-07-29T00:40:23.865Z Compiling anstream v0.6.21
16382026-07-29T00:40:23.936Z Compiling phf v0.13.1
16392026-07-29T00:40:24.004Z Compiling cookie_store v0.22.1
16402026-07-29T00:40:24.575Z Compiling signal-hook-mio v0.2.5
16412026-07-29T00:40:24.615Z Compiling zstd v0.13.3
16422026-07-29T00:40:24.645Z Compiling reqwest v0.12.28
16432026-07-29T00:40:24.874Z Compiling bzip2 v0.4.4
16442026-07-29T00:40:24.900Z Compiling cipher v0.5.2
16452026-07-29T00:40:25.152Z Compiling serde_with_macros v3.21.0
16462026-07-29T00:40:25.258Z Compiling hubpack v0.1.2
16472026-07-29T00:40:25.396Z Compiling postgres-types v0.2.12
16482026-07-29T00:40:25.479Z Compiling ed25519 v2.2.3
16492026-07-29T00:40:25.928Z Compiling usdt-attr-macro v0.6.0
16502026-07-29T00:40:26.271Z Compiling usdt-macro v0.6.0
16512026-07-29T00:40:26.461Z Compiling globset v0.4.18
16522026-07-29T00:40:26.562Z Compiling dtrace-parser v0.2.0
16532026-07-29T00:40:26.588Z Compiling phf_shared v0.11.3
16542026-07-29T00:40:26.745Z Compiling hkdf v0.12.4
16552026-07-29T00:40:26.764Z Compiling olpc-cjson v0.1.4
16562026-07-29T00:40:26.980Z Compiling pkcs1 v0.7.5
16572026-07-29T00:40:26.998Z Compiling serde_plain v1.0.2
16582026-07-29T00:40:26.998Z Compiling serde-big-array v0.5.1
16592026-07-29T00:40:27.050Z Compiling crypto-bigint v0.5.5
16602026-07-29T00:40:27.534Z Compiling async-recursion v1.1.1
16612026-07-29T00:40:27.547Z Compiling strum_macros v0.26.4
16622026-07-29T00:40:27.547Z Compiling enum-as-inner v0.6.1
16632026-07-29T00:40:27.547Z Compiling serde_repr v0.1.20
16642026-07-29T00:40:27.843Z Compiling clap_derive v4.6.1
16652026-07-29T00:40:27.981Z Compiling pem v3.0.6
16662026-07-29T00:40:27.981Z Compiling float-cmp v0.10.0
16672026-07-29T00:40:28.019Z Compiling thread-id v4.2.2
16682026-07-29T00:40:28.065Z Compiling memmap2 v0.9.10
16692026-07-29T00:40:28.191Z Compiling env_filter v1.0.0
16702026-07-29T00:40:28.267Z Compiling cpufeatures v0.3.0
16712026-07-29T00:40:28.404Z Compiling jiff v0.2.21
16722026-07-29T00:40:28.468Z Compiling difflib v0.4.0
16732026-07-29T00:40:28.468Z Compiling precomputed-hash v0.1.1
16742026-07-29T00:40:28.529Z Compiling fixedbitset v0.4.2
16752026-07-29T00:40:28.736Z Compiling normalize-line-endings v0.3.0
16762026-07-29T00:40:28.864Z Compiling whoami v2.1.0
16772026-07-29T00:40:28.898Z Compiling const-oid v0.10.2
16782026-07-29T00:40:28.949Z Compiling predicates-core v1.0.10
16792026-07-29T00:40:29.092Z Compiling winnow v1.0.3
16802026-07-29T00:40:29.125Z Compiling typed-path v0.9.3
16812026-07-29T00:40:29.160Z Compiling keccak v0.1.6
16822026-07-29T00:40:29.289Z Compiling either v1.15.0
16832026-07-29T00:40:29.410Z Compiling static_assertions v1.1.0
16842026-07-29T00:40:29.447Z Compiling new_debug_unreachable v1.0.6
16852026-07-29T00:40:29.463Z Compiling fixedbitset v0.5.7
16862026-07-29T00:40:29.476Z Compiling data-encoding v2.10.0
16872026-07-29T00:40:29.493Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-29T00:40:29.523Z Compiling clap v4.6.1
16892026-07-29T00:40:29.588Z Compiling string_cache v0.8.9
16902026-07-29T00:40:29.716Z Compiling petgraph v0.8.3
16912026-07-29T00:40:29.846Z Compiling hickory-proto v0.25.2
16922026-07-29T00:40:29.967Z Compiling itertools v0.13.0
16932026-07-29T00:40:30.143Z Compiling toml_parser v1.1.2+spec-1.1.0
16942026-07-29T00:40:30.385Z Compiling sha3 v0.10.8
16952026-07-29T00:40:30.817Z Compiling toml_edit v0.22.27
16962026-07-29T00:40:30.854Z Compiling predicates v3.1.4
16972026-07-29T00:40:31.181Z Compiling zip v4.6.1
16982026-07-29T00:40:31.516Z Compiling tokio-postgres v0.7.16
16992026-07-29T00:40:31.663Z Compiling digest v0.11.3
17002026-07-29T00:40:31.888Z Compiling strum v0.26.3
17012026-07-29T00:40:32.023Z Compiling petgraph v0.6.5
17022026-07-29T00:40:32.118Z Compiling chacha20 v0.10.0
17032026-07-29T00:40:32.331Z Compiling env_logger v0.11.9
17042026-07-29T00:40:32.501Z Compiling usdt v0.6.0
17052026-07-29T00:40:32.507Z Compiling usdt-impl v0.5.0
17062026-07-29T00:40:32.677Z Compiling elliptic-curve v0.13.8
17072026-07-29T00:40:32.773Z Compiling rsa v0.9.10
17082026-07-29T00:40:33.078Z Compiling crossterm v0.28.1
17092026-07-29T00:40:33.095Z Compiling serde_with v3.21.0
17102026-07-29T00:40:33.686Z Compiling ed25519-dalek v2.2.0
17112026-07-29T00:40:33.730Z Compiling zip v0.6.6
17122026-07-29T00:40:34.346Z Compiling toml v0.7.8
17132026-07-29T00:40:34.374Z Compiling iddqd v0.4.2
17142026-07-29T00:40:34.844Z Compiling similar v2.7.0
17152026-07-29T00:40:34.884Z Compiling heck v0.4.1
17162026-07-29T00:40:34.900Z Compiling byte-wrapper v0.1.0
17172026-07-29T00:40:35.119Z Compiling crossbeam-epoch v0.9.18
17182026-07-29T00:40:35.263Z Compiling tokio-stream v0.1.18
17192026-07-29T00:40:35.279Z Compiling buf-list v1.1.2
17202026-07-29T00:40:35.474Z Compiling x509-cert v0.2.5
17212026-07-29T00:40:35.555Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-29T00:40:35.745Z Compiling openapiv3 v2.2.0
17232026-07-29T00:40:35.765Z Compiling lalrpop-util v0.19.12
17242026-07-29T00:40:35.765Z Compiling peg-runtime v0.8.5
17252026-07-29T00:40:35.830Z Compiling thread_local v1.1.9
17262026-07-29T00:40:35.862Z Compiling slog-async v2.8.0
17272026-07-29T00:40:35.926Z Compiling crossbeam-channel v0.5.15
17282026-07-29T00:40:36.025Z Compiling is-terminal v0.4.17
17292026-07-29T00:40:36.116Z Compiling filetime v0.2.27
17302026-07-29T00:40:36.165Z Compiling term v1.2.1
17312026-07-29T00:40:36.289Z Compiling take_mut v0.2.2
17322026-07-29T00:40:36.289Z Compiling xattr v1.6.1
17332026-07-29T00:40:36.371Z Compiling camino-tempfile v1.4.1
17342026-07-29T00:40:36.434Z Compiling slog-term v2.9.2
17352026-07-29T00:40:36.721Z Compiling tar v0.4.46
17362026-07-29T00:40:46.589Z Compiling rustls-webpki v0.103.13
17372026-07-29T00:40:49.246Z Compiling tokio-rustls v0.26.4
17382026-07-29T00:40:49.246Z Compiling rustls-platform-verifier v0.6.2
17392026-07-29T00:40:49.419Z Compiling tough v0.22.0
17402026-07-29T00:40:49.501Z Compiling hyper-rustls v0.27.7
17412026-07-29T00:40:49.666Z Compiling reqwest v0.13.2
17422026-07-29T00:40:52.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-29T00:40:52.550Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-29T00:40:55.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-07-29T00:40:55.464Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-29T00:40:55.465ZJul 29 00:40:54.186 INFO Starting download, target: Clickhouse
17472026-07-29T00:40:55.465ZJul 29 00:40:54.187 INFO Starting download, target: Cockroach
17482026-07-29T00:40:55.465ZJul 29 00:40:54.187 INFO Starting download, target: Console
17492026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Starting download, target: DendriteStub
17502026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Starting download, target: MaghemiteMgd
17512026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Starting download, target: MaghemiteDdmd
17522026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Starting download, target: TransceiverControl
17532026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-07-29T00:40:55.465ZJul 29 00:40:54.188 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-07-29T00:40:55.465ZJul 29 00:40:54.189 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-07-29T00:40:55.465ZJul 29 00:40:54.189 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17592026-07-29T00:40:55.465ZJul 29 00:40:54.189 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-07-29T00:40:56.923ZJul 29 00:40:55.968 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-07-29T00:40:57.036ZJul 29 00:40:56.026 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-07-29T00:40:57.239ZJul 29 00:40:56.294 INFO Download complete, target: Console
17632026-07-29T00:40:57.288ZJul 29 00:40:56.343 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-07-29T00:40:58.172ZJul 29 00:40:56.556 INFO Download complete, target: TransceiverControl
17652026-07-29T00:41:03.901ZJul 29 00:41:02.860 INFO Checking that binary works, target: Clickhouse
17662026-07-29T00:41:04.129ZJul 29 00:41:02.958 INFO Download complete, target: Clickhouse
17672026-07-29T00:41:05.060ZJul 29 00:41:04.007 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-07-29T00:41:05.920ZJul 29 00:41:04.929 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17692026-07-29T00:41:06.334ZJul 29 00:41:05.375 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-07-29T00:41:07.378ZJul 29 00:41:06.414 INFO Download complete, target: DendriteStub
17712026-07-29T00:41:07.708ZJul 29 00:41:06.761 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-07-29T00:41:07.708ZJul 29 00:41:06.761 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-07-29T00:41:07.974ZJul 29 00:41:07.028 INFO Download complete, target: MaghemiteDdmd
17742026-07-29T00:41:08.936ZJul 29 00:41:07.990 INFO Download complete, target: MaghemiteMgd
17752026-07-29T00:41:12.367ZJul 29 00:41:11.421 INFO Checking that binary works, target: Cockroach
17762026-07-29T00:41:12.479ZJul 29 00:41:11.533 INFO Download complete, target: Cockroach
17772026-07-29T00:41:12.495ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-29T00:41:12.499Z
17792026-07-29T00:41:12.499Zreal 2:10.365715497
17802026-07-29T00:41:12.499Zuser 6:35.157306690
17812026-07-29T00:41:12.499Zsys 1:20.515703208
17822026-07-29T00:41:12.499Ztrap 0.224631102
17832026-07-29T00:41:12.499Ztflt 0.574807682
17842026-07-29T00:41:12.499Zdflt 0.919137966
17852026-07-29T00:41:12.499Zkflt 0.024430893
17862026-07-29T00:41:12.499Zlock 26:56.896751169
17872026-07-29T00:41:12.499Zslp 20:08.757697928
17882026-07-29T00:41:12.499Zlat 43.244757087
17892026-07-29T00:41:12.499Zstop 2:26.224708066
17902026-07-29T00:41:12.499Z+ banner clippy
17912026-07-29T00:41:12.499Z
17922026-07-29T00:41:12.499Z #### # # ##### ##### # #
17932026-07-29T00:41:12.499Z # # # # # # # # # #
17942026-07-29T00:41:12.499Z # # # # # # # #
17952026-07-29T00:41:12.500Z # # # ##### ##### #
17962026-07-29T00:41:12.500Z # # # # # # #
17972026-07-29T00:41:12.500Z #### ###### # # # #
17982026-07-29T00:41:12.500Z
17992026-07-29T00:41:12.500Z+ export CARGO_INCREMENTAL=0
18002026-07-29T00:41:12.500Z+ CARGO_INCREMENTAL=0
18012026-07-29T00:41:12.500Z+ ptime -m cargo xtask clippy
18022026-07-29T00:41:12.965Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-29T00:41:13.249Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-29T00:41:15.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18052026-07-29T00:41:15.102Z Running `target/debug/xtask clippy`
18062026-07-29T00:41:15.128Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-07-29T00:41:15.688Z Downloading crates ...
18082026-07-29T00:41:15.866Z Downloaded approx v0.5.1
18092026-07-29T00:41:15.871Z Downloaded backtrace v0.3.76
18102026-07-29T00:41:15.874Z Downloaded backtrace-ext v0.2.1
18112026-07-29T00:41:15.874Z Downloaded constant_time_eq v0.3.1
18122026-07-29T00:41:15.874Z Downloaded assert-json-diff v2.0.2
18132026-07-29T00:41:15.874Z Downloaded assert_cmd v2.1.2
18142026-07-29T00:41:15.874Z Downloaded event-listener v5.4.1
18152026-07-29T00:41:15.874Z Downloaded async-object-pool v0.2.0
18162026-07-29T00:41:15.878Z Downloaded addr2line v0.25.1
18172026-07-29T00:41:15.878Z Downloaded chumsky v0.9.3
18182026-07-29T00:41:15.878Z Downloaded cast v0.3.0
18192026-07-29T00:41:15.878Z Downloaded blake2b_simd v1.0.4
18202026-07-29T00:41:15.882Z Downloaded criterion v0.7.0
18212026-07-29T00:41:15.885Z Downloaded anes v0.1.6
18222026-07-29T00:41:15.885Z Downloaded concurrent-queue v2.5.0
18232026-07-29T00:41:15.885Z Downloaded async-lock v3.4.2
18242026-07-29T00:41:15.888Z Downloaded cfg-expr v0.20.6
18252026-07-29T00:41:15.889Z Downloaded escape8259 v0.5.3
18262026-07-29T00:41:15.889Z Downloaded datatest-stable v0.3.3
18272026-07-29T00:41:15.892Z Downloaded guppy-workspace-hack v0.1.0
18282026-07-29T00:41:15.892Z Downloaded event-listener-strategy v0.5.4
18292026-07-29T00:41:15.892Z Downloaded hex-literal v0.4.1
18302026-07-29T00:41:15.892Z Downloaded nested v0.1.1
18312026-07-29T00:41:15.892Z Downloaded criterion-plot v0.6.0
18322026-07-29T00:41:15.892Z Downloaded hashbrown v0.14.5
18332026-07-29T00:41:15.896Z Downloaded futures-timer v3.0.3
18342026-07-29T00:41:15.896Z Downloaded pathdiff v0.2.3
18352026-07-29T00:41:15.896Z Downloaded parking v2.2.1
18362026-07-29T00:41:15.900Z Downloaded plotters-backend v0.3.7
18372026-07-29T00:41:15.900Z Downloaded hickory-client v0.25.2
18382026-07-29T00:41:15.900Z Downloaded knuffel-derive v3.2.0
18392026-07-29T00:41:15.900Z Downloaded libtest-mimic v0.8.1
18402026-07-29T00:41:15.900Z Downloaded oorandom v11.1.5
18412026-07-29T00:41:15.914Z Downloaded plotters-svg v0.3.7
18422026-07-29T00:41:15.914Z Downloaded httptest v0.16.4
18432026-07-29T00:41:15.914Z Downloaded linkme v0.3.35
18442026-07-29T00:41:15.914Z Downloaded miette-derive v5.10.0
18452026-07-29T00:41:15.914Z Downloaded linkme-impl v0.3.35
18462026-07-29T00:41:15.915Z Downloaded owo-colors v3.5.0
18472026-07-29T00:41:15.915Z Downloaded path-tree v0.8.3
18482026-07-29T00:41:15.915Z Downloaded partial-io v0.5.4
18492026-07-29T00:41:15.996Z Downloaded relative-path v1.9.3
18502026-07-29T00:41:15.996Z Downloaded knuffel v3.2.0
18512026-07-29T00:41:15.996Z Downloaded rustc-demangle v0.1.27
18522026-07-29T00:41:15.996Z Downloaded serde_regex v1.1.0
18532026-07-29T00:41:15.996Z Downloaded fancy-regex v0.14.0
18542026-07-29T00:41:15.996Z Downloaded rust-argon2 v2.1.0
18552026-07-29T00:41:15.996Z Downloaded supports-color v2.1.0
18562026-07-29T00:41:15.996Z Downloaded target-triple v1.0.0
18572026-07-29T00:41:15.996Z Downloaded similar-asserts v1.7.0
18582026-07-29T00:41:15.996Z Downloaded rstest v0.25.0
18592026-07-29T00:41:15.996Z Downloaded supports-unicode v2.1.0
18602026-07-29T00:41:15.996Z Downloaded stringmetrics v2.2.2
18612026-07-29T00:41:16.010Z Downloaded miette v5.10.0
18622026-07-29T00:41:16.010Z Downloaded rand_distr v0.5.1
18632026-07-29T00:41:16.010Z Downloaded supports-hyperlinks v2.1.0
18642026-07-29T00:41:16.010Z Downloaded rstest_macros v0.25.0
18652026-07-29T00:41:16.010Z Downloaded termcolor v1.4.1
18662026-07-29T00:41:16.010Z Downloaded terminal_size v0.1.17
18672026-07-29T00:41:16.010Z Downloaded target-spec v3.5.7
18682026-07-29T00:41:16.010Z Downloaded gimli v0.32.3
18692026-07-29T00:41:16.010Z Downloaded guppy v0.17.25
18702026-07-29T00:41:16.010Z Downloaded target-lexicon v0.13.3
18712026-07-29T00:41:16.010Z Downloaded textwrap v0.15.2
18722026-07-29T00:41:16.010Z Downloaded tinytemplate v1.2.1
18732026-07-29T00:41:16.010Z Downloaded plotters v0.3.7
18742026-07-29T00:41:16.010Z Downloaded trybuild v1.0.116
18752026-07-29T00:41:16.050Z Downloaded httpmock v0.8.3
18762026-07-29T00:41:17.749Z Checking cfg-if v1.0.4
18772026-07-29T00:41:18.112Z Checking libc v0.2.185
18782026-07-29T00:41:18.115Z Checking serde_core v1.0.228
18792026-07-29T00:41:18.181Z Checking memchr v2.8.0
18802026-07-29T00:41:18.221Z Checking smallvec v1.15.1
18812026-07-29T00:41:18.258Z Checking zeroize v1.9.0
18822026-07-29T00:41:18.284Z Checking rand_core v0.10.0
18832026-07-29T00:41:18.320Z Checking itoa v1.0.17
18842026-07-29T00:41:18.320Z Checking subtle v2.6.1
18852026-07-29T00:41:18.424Z Checking log v0.4.29
18862026-07-29T00:41:18.458Z Checking libm v0.2.16
18872026-07-29T00:41:18.526Z Checking typenum v1.20.1
18882026-07-29T00:41:18.542Z Checking getrandom v0.4.1
18892026-07-29T00:41:18.542Z Checking errno v0.3.14
18902026-07-29T00:41:18.607Z Checking scopeguard v1.2.0
18912026-07-29T00:41:18.647Z Checking stable_deref_trait v1.2.1
18922026-07-29T00:41:18.676Z Checking zmij v1.0.21
18932026-07-29T00:41:18.714Z Checking zerofrom v0.1.6
18942026-07-29T00:41:18.752Z Checking lock_api v0.4.14
18952026-07-29T00:41:18.788Z Checking percent-encoding v2.3.2
18962026-07-29T00:41:18.794Z Checking litemap v0.8.1
18972026-07-29T00:41:18.907Z Checking yoke v0.8.1
18982026-07-29T00:41:18.925Z Checking writeable v0.6.2
18992026-07-29T00:41:18.957Z Checking icu_properties_data v2.1.2
19002026-07-29T00:41:18.991Z Checking icu_normalizer_data v2.1.1
19012026-07-29T00:41:19.026Z Checking form_urlencoded v1.2.2
19022026-07-29T00:41:19.060Z Checking zerovec v0.11.5
19032026-07-29T00:41:19.094Z Checking zerotrie v0.2.3
19042026-07-29T00:41:19.130Z Checking utf8_iter v1.0.4
19052026-07-29T00:41:19.166Z Checking num-traits v0.2.19
19062026-07-29T00:41:19.201Z Checking pin-project-lite v0.2.17
19072026-07-29T00:41:19.237Z Checking zerocopy v0.8.40
19082026-07-29T00:41:19.274Z Checking parking_lot_core v0.9.12
19092026-07-29T00:41:19.278Z Checking portable-atomic v1.13.1
19102026-07-29T00:41:19.343Z Checking critical-section v1.2.0
19112026-07-29T00:41:19.385Z Checking signal-hook-registry v1.4.8
19122026-07-29T00:41:19.471Z Checking mio v1.2.0
19132026-07-29T00:41:19.506Z Checking parking_lot v0.12.5
19142026-07-29T00:41:19.510Z Checking tinystr v0.8.2
19152026-07-29T00:41:19.574Z Checking potential_utf v0.1.4
19162026-07-29T00:41:19.636Z Checking serde v1.0.228
19172026-07-29T00:41:19.711Z Checking bitflags v2.11.0
19182026-07-29T00:41:19.747Z Checking serde_json v1.0.151
19192026-07-29T00:41:19.754Z Checking icu_locale_core v2.1.1
19202026-07-29T00:41:19.775Z Checking icu_collections v2.1.1
19212026-07-29T00:41:19.778Z Checking once_cell v1.21.3
19222026-07-29T00:41:19.874Z Checking iana-time-zone v0.1.65
19232026-07-29T00:41:19.917Z Checking socket2 v0.6.3
19242026-07-29T00:41:20.006Z Checking uuid v1.23.4
19252026-07-29T00:41:20.054Z Checking semver v1.0.28
19262026-07-29T00:41:20.090Z Checking bytes v1.11.1
19272026-07-29T00:41:20.160Z Checking chrono v0.4.45
19282026-07-29T00:41:20.200Z Checking thiserror v2.0.18
19292026-07-29T00:41:20.305Z Checking dyn-clone v1.0.20
19302026-07-29T00:41:20.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19312026-07-29T00:41:20.352Z Checking icu_provider v2.1.1
19322026-07-29T00:41:20.380Z Checking futures-core v0.3.32
19332026-07-29T00:41:20.446Z Checking equivalent v1.0.2
19342026-07-29T00:41:20.449Z Checking getrandom v0.2.17
19352026-07-29T00:41:20.545Z Checking tokio v1.52.1
19362026-07-29T00:41:20.581Z Checking rustix v1.1.3
19372026-07-29T00:41:20.586Z Checking cmov v0.5.4
19382026-07-29T00:41:20.647Z Checking rand_core v0.6.4
19392026-07-29T00:41:20.682Z Checking icu_normalizer v2.1.1
19402026-07-29T00:41:20.758Z Checking icu_properties v2.1.2
19412026-07-29T00:41:20.831Z Checking ctutils v0.4.2
19422026-07-29T00:41:21.020Z Checking byteorder v1.5.0
19432026-07-29T00:41:21.056Z Checking hybrid-array v0.4.13
19442026-07-29T00:41:21.157Z Checking futures-sink v0.3.32
19452026-07-29T00:41:21.237Z Checking getrandom v0.3.4
19462026-07-29T00:41:21.237Z Checking slab v0.4.12
19472026-07-29T00:41:21.277Z Checking futures-channel v0.3.32
19482026-07-29T00:41:21.314Z Checking futures-io v0.3.32
19492026-07-29T00:41:21.362Z Checking futures-task v0.3.32
19502026-07-29T00:41:21.457Z Checking generic-array v0.14.7
19512026-07-29T00:41:21.473Z Checking hashbrown v0.17.0
19522026-07-29T00:41:21.515Z Checking futures-util v0.3.32
19532026-07-29T00:41:21.533Z Checking thiserror v1.0.69
19542026-07-29T00:41:21.616Z Checking idna_adapter v1.2.1
19552026-07-29T00:41:21.662Z Checking fnv v1.0.7
19562026-07-29T00:41:21.765Z Checking idna v1.1.0
19572026-07-29T00:41:21.814Z Checking base64ct v1.8.3
19582026-07-29T00:41:21.863Z Checking crypto-common v0.2.2
19592026-07-29T00:41:21.970Z Checking const-oid v0.9.6
19602026-07-29T00:41:21.999Z Checking indexmap v2.14.0
19612026-07-29T00:41:22.051Z Checking url v2.5.8
19622026-07-29T00:41:22.089Z Checking ppv-lite86 v0.2.21
19632026-07-29T00:41:22.119Z Checking regex-syntax v0.8.10
19642026-07-29T00:41:22.521Z Checking crypto-common v0.1.7
19652026-07-29T00:41:22.534Z Checking block-buffer v0.12.1
19662026-07-29T00:41:22.534Z Checking schemars v0.8.22
19672026-07-29T00:41:22.534Z Checking block-buffer v0.10.4
19682026-07-29T00:41:22.563Z Checking utf8parse v0.2.2
19692026-07-29T00:41:22.605Z Checking base64 v0.22.1
19702026-07-29T00:41:22.665Z Checking anstyle v1.0.14
19712026-07-29T00:41:22.692Z Checking digest v0.10.7
19722026-07-29T00:41:22.703Z Checking http v1.4.2
19732026-07-29T00:41:22.865Z Checking tracing-core v0.1.36
19742026-07-29T00:41:22.896Z Checking anstyle-query v1.1.5
19752026-07-29T00:41:22.928Z Checking is_terminal_polyfill v1.70.2
19762026-07-29T00:41:23.019Z Checking colorchoice v1.0.4
19772026-07-29T00:41:23.066Z Checking rand_core v0.9.5
19782026-07-29T00:41:23.139Z Checking anstyle-parse v1.0.0
19792026-07-29T00:41:23.163Z Checking terminal_size v0.4.3
19802026-07-29T00:41:23.207Z Checking tracing v0.1.44
19812026-07-29T00:41:23.236Z Checking ipnet v2.11.0
19822026-07-29T00:41:23.311Z Checking const-oid v0.10.2
19832026-07-29T00:41:23.327Z Checking anstream v1.0.0
19842026-07-29T00:41:23.327Z Checking clap_lex v1.0.0
19852026-07-29T00:41:23.396Z Checking strsim v0.11.1
19862026-07-29T00:41:23.433Z Checking rand_chacha v0.9.0
19872026-07-29T00:41:23.438Z Checking aho-corasick v1.1.4
19882026-07-29T00:41:23.508Z Checking crossbeam-utils v0.8.21
19892026-07-29T00:41:23.533Z Checking erased-serde v0.3.31
19902026-07-29T00:41:23.544Z Checking powerfmt v0.2.0
19912026-07-29T00:41:23.596Z Checking unicode-ident v1.0.24
19922026-07-29T00:41:23.600Z Checking clap_builder v4.6.0
19932026-07-29T00:41:23.661Z Checking rand v0.9.2
19942026-07-29T00:41:23.729Z Checking proc-macro2 v1.0.106
19952026-07-29T00:41:23.763Z Checking deranged v0.5.8
19962026-07-29T00:41:23.797Z Checking tokio-util v0.7.18
19972026-07-29T00:41:23.855Z Checking httparse v1.10.1
19982026-07-29T00:41:23.938Z Checking slog v2.8.2
19992026-07-29T00:41:24.060Z Checking num_threads v0.1.7
20002026-07-29T00:41:24.096Z Checking num-conv v0.2.0
20012026-07-29T00:41:24.149Z Checking time-core v0.1.8
20022026-07-29T00:41:24.152Z Checking regex-automata v0.4.14
20032026-07-29T00:41:24.213Z Checking quote v1.0.45
20042026-07-29T00:41:24.248Z Checking digest v0.11.3
20052026-07-29T00:41:24.252Z Checking anyhow v1.0.102
20062026-07-29T00:41:24.315Z Checking cpufeatures v0.3.0
20072026-07-29T00:41:24.433Z Checking allocator-api2 v0.2.21
20082026-07-29T00:41:24.450Z Checking syn v2.0.117
20092026-07-29T00:41:24.455Z Checking fastrand v2.3.0
20102026-07-29T00:41:24.505Z Checking cpufeatures v0.2.17
20112026-07-29T00:41:24.508Z Checking http-body v1.0.1
20122026-07-29T00:41:24.603Z Checking atomic-waker v1.1.2
20132026-07-29T00:41:24.675Z Checking ipnetwork v0.21.1
20142026-07-29T00:41:24.709Z Checking aws-lc-sys v0.40.0
20152026-07-29T00:41:24.712Z Checking time v0.3.47
20162026-07-29T00:41:24.712Z Checking rustls-pki-types v1.14.0
20172026-07-29T00:41:24.806Z Checking untrusted v0.7.1
20182026-07-29T00:41:24.863Z Checking clap v4.6.1
20192026-07-29T00:41:24.914Z Checking try-lock v0.2.5
20202026-07-29T00:41:24.949Z Checking httpdate v1.0.3
20212026-07-29T00:41:24.982Z Checking h2 v0.4.15
20222026-07-29T00:41:25.039Z Checking want v0.3.1
20232026-07-29T00:41:25.074Z Checking tempfile v3.25.0
20242026-07-29T00:41:25.116Z Checking ryu v1.0.23
20252026-07-29T00:41:25.187Z Checking tower-service v0.3.3
20262026-07-29T00:41:25.232Z Checking aws-lc-rs v1.16.3
20272026-07-29T00:41:25.281Z Checking tower-layer v0.3.3
20282026-07-29T00:41:25.315Z Checking hex v0.4.3
20292026-07-29T00:41:25.325Z Checking pem-rfc7468 v0.7.0
20302026-07-29T00:41:25.456Z Checking spin v0.9.8
20312026-07-29T00:41:25.528Z Checking flagset v0.4.7
20322026-07-29T00:41:25.568Z Checking mime v0.3.17
20332026-07-29T00:41:25.669Z Checking untrusted v0.9.0
20342026-07-29T00:41:25.703Z Checking der v0.7.10
20352026-07-29T00:41:25.778Z Checking simd-adler32 v0.3.8
20362026-07-29T00:41:25.823Z Checking http-body-util v0.1.3
20372026-07-29T00:41:25.924Z Checking adler2 v2.0.1
20382026-07-29T00:41:25.981Z Checking block-padding v0.4.2
20392026-07-29T00:41:26.016Z Checking pretty-hex v0.4.1
20402026-07-29T00:41:26.061Z Checking miniz_oxide v0.8.9
20412026-07-29T00:41:26.098Z Checking openssl-probe v0.2.1
20422026-07-29T00:41:26.107Z Checking rustls-webpki v0.103.13
20432026-07-29T00:41:26.164Z Checking serde_urlencoded v0.7.1
20442026-07-29T00:41:26.168Z Checking inout v0.2.2
20452026-07-29T00:41:26.258Z Checking oxnet v0.1.6
20462026-07-29T00:41:26.394Z Checking camino v1.2.2
20472026-07-29T00:41:26.439Z Checking encoding_rs v0.8.35
20482026-07-29T00:41:26.474Z Checking plain v0.2.3
20492026-07-29T00:41:26.478Z Checking regex v1.12.3
20502026-07-29T00:41:26.558Z Checking rustls v0.23.41
20512026-07-29T00:41:26.593Z Checking rand_chacha v0.3.1
20522026-07-29T00:41:26.628Z Checking ucd-trie v0.1.7
20532026-07-29T00:41:26.672Z Checking cipher v0.5.2
20542026-07-29T00:41:26.725Z Checking spki v0.7.3
20552026-07-29T00:41:26.785Z Checking pest v2.8.6
20562026-07-29T00:41:26.820Z Checking futures-executor v0.3.32
20572026-07-29T00:41:26.855Z Checking rand v0.8.6
20582026-07-29T00:41:26.916Z Checking sync_wrapper v1.0.2
20592026-07-29T00:41:26.952Z Checking crc32fast v1.5.0
20602026-07-29T00:41:26.996Z Checking futures v0.3.32
20612026-07-29T00:41:27.049Z Checking tower v0.5.3
20622026-07-29T00:41:27.104Z Checking either v1.15.0
20632026-07-29T00:41:27.136Z Checking iri-string v0.7.10
20642026-07-29T00:41:27.318Z Checking pkcs8 v0.10.2
20652026-07-29T00:41:27.395Z Checking zlib-rs v0.6.2
20662026-07-29T00:41:27.436Z Checking foldhash v0.2.0
20672026-07-29T00:41:27.463Z Checking static_assertions v1.1.0
20682026-07-29T00:41:27.502Z Checking sha2 v0.10.9
20692026-07-29T00:41:27.561Z Checking openapiv3 v2.2.0
20702026-07-29T00:41:27.612Z Checking hashbrown v0.16.1
20712026-07-29T00:41:27.782Z Checking hyper v1.10.1
20722026-07-29T00:41:27.818Z Checking bit-vec v0.8.0
20732026-07-29T00:41:27.872Z Checking lazy_static v1.5.0
20742026-07-29T00:41:27.990Z Checking hubpack v0.1.2
20752026-07-29T00:41:28.043Z Checking bit-set v0.8.0
20762026-07-29T00:41:28.159Z Checking wait-timeout v0.2.1
20772026-07-29T00:41:28.175Z Checking tower-http v0.6.8
20782026-07-29T00:41:28.211Z Checking rustls-native-certs v0.8.3
20792026-07-29T00:41:28.243Z Checking strum v0.26.3
20802026-07-29T00:41:28.279Z Checking quick-error v1.2.3
20812026-07-29T00:41:28.313Z Checking flate2 v1.1.9
20822026-07-29T00:41:28.362Z Checking psl-types v2.0.11
20832026-07-29T00:41:28.398Z Checking cookie v0.18.1
20842026-07-29T00:41:28.435Z Checking rusty-fork v0.3.1
20852026-07-29T00:41:28.473Z Checking rand_xorshift v0.4.0
20862026-07-29T00:41:28.508Z Checking publicsuffix v2.3.0
20872026-07-29T00:41:28.620Z Checking signature v2.2.0
20882026-07-29T00:41:28.623Z Checking num-integer v0.1.46
20892026-07-29T00:41:28.623Z Checking tinyvec_macros v0.1.1
20902026-07-29T00:41:28.716Z Checking unarray v0.1.4
20912026-07-29T00:41:28.719Z Checking cookie_store v0.22.1
20922026-07-29T00:41:28.783Z Checking scroll v0.13.0
20932026-07-29T00:41:28.815Z Checking hyper-util v0.1.20
20942026-07-29T00:41:28.818Z Checking tokio-rustls v0.26.4
20952026-07-29T00:41:28.818Z Checking tinyvec v1.10.0
20962026-07-29T00:41:28.912Z Checking proptest v1.10.0
20972026-07-29T00:41:28.915Z Checking rustls-platform-verifier v0.6.2
20982026-07-29T00:41:28.976Z Checking anstyle-parse v0.2.7
20992026-07-29T00:41:29.035Z Checking goblin v0.10.5
21002026-07-29T00:41:29.071Z Checking ahash v0.8.12
21012026-07-29T00:41:29.105Z Checking serde_spanned v0.6.9
21022026-07-29T00:41:29.109Z Checking toml_datetime v0.6.11
21032026-07-29T00:41:29.173Z Checking memmap2 v0.9.10
21042026-07-29T00:41:29.178Z Checking anstream v0.6.21
21052026-07-29T00:41:29.253Z Checking dtrace-parser v0.3.0
21062026-07-29T00:41:29.288Z Checking thread-id v5.1.0
21072026-07-29T00:41:29.338Z Checking data-encoding v2.10.0
21082026-07-29T00:41:29.381Z Checking x509-cert v0.2.5
21092026-07-29T00:41:29.408Z Checking bstr v1.12.1
21102026-07-29T00:41:29.439Z Checking hmac v0.12.1
21112026-07-29T00:41:29.508Z Checking num-iter v0.1.45
21122026-07-29T00:41:29.601Z Checking crossbeam-epoch v0.9.18
21132026-07-29T00:41:29.641Z Checking memoffset v0.9.1
21142026-07-29T00:41:29.671Z Checking scroll v0.12.0
21152026-07-29T00:41:29.744Z Checking env_filter v1.0.0
21162026-07-29T00:41:29.846Z Checking num-bigint-dig v0.8.6
21172026-07-29T00:41:29.851Z Checking pkcs1 v0.7.5
21182026-07-29T00:41:29.913Z Checking env_logger v0.11.9
21192026-07-29T00:41:29.947Z Checking goblin v0.8.2
21202026-07-29T00:41:30.036Z Checking zerocopy v0.7.35
21212026-07-29T00:41:30.082Z Checking rustix v0.38.44
21222026-07-29T00:41:30.133Z Checking foreign-types-shared v0.1.1
21232026-07-29T00:41:30.171Z Checking hyper-rustls v0.27.7
21242026-07-29T00:41:30.240Z Checking unicode-segmentation v1.12.0
21252026-07-29T00:41:30.405Z Checking reqwest v0.13.2
21262026-07-29T00:41:30.549Z Checking foreign-types v0.3.2
21272026-07-29T00:41:30.583Z Checking nix v0.31.2
21282026-07-29T00:41:30.643Z Checking dtrace-parser v0.2.0
21292026-07-29T00:41:30.678Z Checking rsa v0.9.10
21302026-07-29T00:41:30.711Z Checking newtype-uuid v1.3.2
21312026-07-29T00:41:30.893Z Checking ff v0.13.1
21322026-07-29T00:41:30.929Z Checking openssl-sys v0.9.115
21332026-07-29T00:41:30.963Z Checking daft v0.1.7
21342026-07-29T00:41:31.050Z Checking thread-id v4.2.2
21352026-07-29T00:41:31.164Z Checking winnow v0.5.40
21362026-07-29T00:41:31.199Z Checking base16ct v0.2.0
21372026-07-29T00:41:31.239Z Checking same-file v1.0.6
21382026-07-29T00:41:31.302Z Checking group v0.13.0
21392026-07-29T00:41:31.338Z Checking openssl v0.10.79
21402026-07-29T00:41:31.377Z Checking dof v0.4.0
21412026-07-29T00:41:31.380Z Checking sec1 v0.7.3
21422026-07-29T00:41:31.437Z Checking walkdir v2.5.0
21432026-07-29T00:41:31.474Z Checking hkdf v0.12.4
21442026-07-29T00:41:31.672Z Checking serde_with v3.21.0
21452026-07-29T00:41:31.685Z Checking crypto-bigint v0.5.5
21462026-07-29T00:41:31.699Z Checking bzip2-sys v0.1.13+1.0.8
21472026-07-29T00:41:31.804Z Checking keccak v0.1.6
21482026-07-29T00:41:31.839Z Checking winnow v0.7.14
21492026-07-29T00:41:31.873Z Checking dof v0.3.0
21502026-07-29T00:41:31.999Z Checking foldhash v0.1.5
21512026-07-29T00:41:32.035Z Checking usdt-impl v0.6.0
21522026-07-29T00:41:32.161Z Checking hashbrown v0.15.5
21532026-07-29T00:41:32.195Z Checking usdt-impl v0.5.0
21542026-07-29T00:41:32.328Z Checking toml_edit v0.19.15
21552026-07-29T00:41:32.364Z Checking usdt v0.6.0
21562026-07-29T00:41:32.499Z Checking sha3 v0.10.8
21572026-07-29T00:41:32.561Z Checking bzip2 v0.4.4
21582026-07-29T00:41:32.595Z Checking elliptic-curve v0.13.8
21592026-07-29T00:41:32.650Z Checking unicode-normalization v0.1.25
21602026-07-29T00:41:32.730Z Checking itertools v0.13.0
21612026-07-29T00:41:32.764Z Checking winnow v1.0.3
21622026-07-29T00:41:32.925Z Checking bitflags v1.3.2
21632026-07-29T00:41:33.027Z Checking siphasher v1.0.2
21642026-07-29T00:41:33.062Z Checking zip v0.6.6
21652026-07-29T00:41:33.094Z Checking signal-hook v0.3.18
21662026-07-29T00:41:33.097Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-29T00:41:33.157Z Checking toml_write v0.1.2
21682026-07-29T00:41:33.205Z Checking managed v0.8.0
21692026-07-29T00:41:33.311Z Checking globset v0.4.18
21702026-07-29T00:41:33.347Z Checking toml_edit v0.22.27
21712026-07-29T00:41:33.350Z Checking native-tls v0.2.18
21722026-07-29T00:41:33.414Z Checking toml v0.7.8
21732026-07-29T00:41:33.420Z Checking chacha20 v0.10.0
21742026-07-29T00:41:33.420Z Checking curve25519-dalek v4.1.3
21752026-07-29T00:41:33.508Z Checking object v0.37.3
21762026-07-29T00:41:33.578Z Checking signal-hook-mio v0.2.5
21772026-07-29T00:41:33.592Z Checking tokio-native-tls v0.3.1
21782026-07-29T00:41:33.711Z Checking ed25519 v2.2.3
21792026-07-29T00:41:33.748Z Checking ref-cast v1.0.25
21802026-07-29T00:41:33.751Z Checking pin-project v1.1.11
21812026-07-29T00:41:33.815Z Checking hyper-tls v0.6.0
21822026-07-29T00:41:33.819Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-07-29T00:41:33.880Z Checking pem v3.0.6
21842026-07-29T00:41:33.916Z Checking libbz2-rs-sys v0.2.2
21852026-07-29T00:41:33.948Z Checking fixedbitset v0.5.7
21862026-07-29T00:41:34.036Z Checking zstd-safe v7.2.4
21872026-07-29T00:41:34.041Z Checking reqwest v0.12.28
21882026-07-29T00:41:34.062Z Checking bumpalo v3.20.2
21892026-07-29T00:41:34.171Z Checking petgraph v0.8.3
21902026-07-29T00:41:34.204Z Checking zstd v0.13.3
21912026-07-29T00:41:34.235Z Checking ed25519-dalek v2.2.0
21922026-07-29T00:41:34.290Z Checking zopfli v0.8.3
21932026-07-29T00:41:34.333Z Checking bzip2 v0.6.1
21942026-07-29T00:41:34.416Z Checking snafu v0.8.9
21952026-07-29T00:41:34.448Z Checking crossterm v0.28.1
21962026-07-29T00:41:34.494Z Checking olpc-cjson v0.1.4
21972026-07-29T00:41:34.529Z Checking similar v2.7.0
21982026-07-29T00:41:34.641Z Checking fs-err v3.3.0
21992026-07-29T00:41:34.677Z Checking hash32 v0.2.1
22002026-07-29T00:41:34.681Z Checking serde_plain v1.0.2
22012026-07-29T00:41:34.788Z Checking serde-big-array v0.5.1
22022026-07-29T00:41:34.861Z Checking jiff v0.2.21
22032026-07-29T00:41:34.899Z Checking unicode-bidi v0.3.18
22042026-07-29T00:41:34.933Z Checking predicates-core v1.0.10
22052026-07-29T00:41:34.967Z Checking typed-path v0.9.3
22062026-07-29T00:41:34.972Z Checking unicode-properties v0.1.4
22072026-07-29T00:41:35.081Z Checking heapless v0.7.17
22082026-07-29T00:41:35.167Z Checking hickory-proto v0.25.2
22092026-07-29T00:41:35.210Z Checking byte-wrapper v0.1.0
22102026-07-29T00:41:35.244Z Checking stringprep v0.1.5
22112026-07-29T00:41:35.422Z Checking md-5 v0.10.6
22122026-07-29T00:41:35.457Z Checking float-cmp v0.10.0
22132026-07-29T00:41:35.520Z Checking fallible-iterator v0.2.0
22142026-07-29T00:41:35.583Z Checking normalize-line-endings v0.3.0
22152026-07-29T00:41:35.618Z Checking difflib v0.4.0
22162026-07-29T00:41:35.703Z Checking smoltcp v0.9.1
22172026-07-29T00:41:35.753Z Checking iddqd v0.4.2
22182026-07-29T00:41:35.796Z Checking tough v0.22.0
22192026-07-29T00:41:35.799Z Checking phf_shared v0.13.1
22202026-07-29T00:41:35.862Z Checking predicates v3.1.4
22212026-07-29T00:41:35.866Z Checking postgres-protocol v0.6.10
22222026-07-29T00:41:36.054Z Checking phf_shared v0.11.3
22232026-07-29T00:41:36.208Z Checking tokio-stream v0.1.18
22242026-07-29T00:41:36.245Z Checking buf-list v1.1.2
22252026-07-29T00:41:36.249Z Checking strum v0.27.2
22262026-07-29T00:41:36.334Z Checking new_debug_unreachable v1.0.6
22272026-07-29T00:41:36.415Z Checking precomputed-hash v0.1.1
22282026-07-29T00:41:36.453Z Checking lalrpop-util v0.19.12
22292026-07-29T00:41:36.456Z Checking fixedbitset v0.4.2
22302026-07-29T00:41:36.536Z Checking string_cache v0.8.9
22312026-07-29T00:41:36.611Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-29T00:41:36.645Z Checking postgres-types v0.2.12
22332026-07-29T00:41:36.679Z Checking petgraph v0.6.5
22342026-07-29T00:41:36.712Z Checking phf v0.13.1
22352026-07-29T00:41:36.747Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22362026-07-29T00:41:36.951Z Checking whoami v2.1.0
22372026-07-29T00:41:36.993Z Checking peg-runtime v0.8.5
22382026-07-29T00:41:37.110Z Checking tokio-postgres v0.7.16
22392026-07-29T00:41:37.153Z Checking is-terminal v0.4.17
22402026-07-29T00:41:37.191Z Checking zip v4.6.1
22412026-07-29T00:41:37.195Z Checking crossbeam-channel v0.5.15
22422026-07-29T00:41:37.274Z Checking thread_local v1.1.9
22432026-07-29T00:41:37.473Z Checking take_mut v0.2.2
22442026-07-29T00:41:37.578Z Checking term v1.2.1
22452026-07-29T00:41:37.612Z Checking slog-async v2.8.0
22462026-07-29T00:41:37.780Z Compiling structmeta-derive v0.3.0
22472026-07-29T00:41:37.816Z Compiling newtype-uuid-macros v0.1.0
22482026-07-29T00:41:37.847Z Checking slog-term v2.9.2
22492026-07-29T00:41:37.879Z Checking match_cfg v0.1.0
22502026-07-29T00:41:37.946Z Checking slog-json v2.6.1
22512026-07-29T00:41:37.983Z Checking hostname v0.3.1
22522026-07-29T00:41:37.986Z Compiling multer v3.1.0
22532026-07-29T00:41:38.106Z Compiling async-stream-impl v0.3.6
22542026-07-29T00:41:38.142Z Compiling dropshot v0.17.1
22552026-07-29T00:41:38.145Z Checking slog-bunyan v2.5.0
22562026-07-29T00:41:38.297Z Compiling dropshot_endpoint v0.17.1
22572026-07-29T00:41:38.331Z Checking debug-ignore v1.0.5
22582026-07-29T00:41:38.406Z Checking progenitor-client v0.14.0
22592026-07-29T00:41:38.441Z Checking sha1 v0.11.0
22602026-07-29T00:41:38.475Z Checking serde_spanned v1.1.1
22612026-07-29T00:41:38.582Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-07-29T00:41:38.633Z Checking serde_path_to_error v0.1.20
22632026-07-29T00:41:38.669Z Checking toml_datetime v1.1.1+spec-1.1.0
22642026-07-29T00:41:38.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-07-29T00:41:38.735Z Checking toml_writer v1.1.1+spec-1.1.0
22662026-07-29T00:41:38.861Z Compiling structmeta v0.3.0
22672026-07-29T00:41:38.897Z Checking compression-core v0.4.31
22682026-07-29T00:41:38.929Z Checking async-stream v0.3.6
22692026-07-29T00:41:38.962Z Checking toml v1.1.2+spec-1.1.0
22702026-07-29T00:41:39.078Z Checking compression-codecs v0.4.37
22712026-07-29T00:41:39.115Z Compiling derive-ex v0.1.8
22722026-07-29T00:41:39.150Z Checking rustls-pemfile v2.2.0
22732026-07-29T00:41:39.153Z Checking waitgroup v0.1.2
22742026-07-29T00:41:39.153Z Checking hostname v0.4.2
22752026-07-29T00:41:39.265Z Checking async-compression v0.4.41
22762026-07-29T00:41:39.303Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-07-29T00:41:39.306Z Checking atomicwrites v0.4.4
22782026-07-29T00:41:39.373Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-07-29T00:41:39.376Z Checking itertools v0.14.0
22802026-07-29T00:41:39.456Z Compiling parse-display-derive v0.10.0
22812026-07-29T00:41:39.491Z Checking macaddr v1.0.1
22822026-07-29T00:41:39.532Z Checking regress v0.10.5
22832026-07-29T00:41:39.568Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-07-29T00:41:39.602Z Checking instant v0.1.13
22852026-07-29T00:41:39.692Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-07-29T00:41:39.728Z Checking backoff v0.4.0
22872026-07-29T00:41:39.938Z Checking backon v1.6.0
22882026-07-29T00:41:39.975Z Checking humantime v2.3.0
22892026-07-29T00:41:40.010Z Checking unicode-width v0.2.0
22902026-07-29T00:41:40.133Z Checking progenitor-extras v0.2.0
22912026-07-29T00:41:40.179Z Compiling convert_case v0.4.0
22922026-07-29T00:41:40.289Z Checking heck v0.5.0
22932026-07-29T00:41:40.384Z Checking half v2.7.1
22942026-07-29T00:41:40.440Z Checking ciborium-io v0.2.2
22952026-07-29T00:41:40.476Z Checking secrecy v0.10.3
22962026-07-29T00:41:40.562Z Checking indent_write v2.2.0
22972026-07-29T00:41:40.595Z Compiling derive_more v0.99.20
22982026-07-29T00:41:40.626Z Checking camino-tempfile v1.4.1
22992026-07-29T00:41:40.662Z Checking ciborium-ll v0.2.2
23002026-07-29T00:41:40.716Z Compiling regress v0.11.1
23012026-07-29T00:41:40.787Z Compiling test-strategy v0.4.5
23022026-07-29T00:41:40.836Z Compiling crucible-workspace-hack v0.1.0
23032026-07-29T00:41:40.890Z Checking ciborium v0.2.2
23042026-07-29T00:41:41.000Z Checking inout v0.1.4
23052026-07-29T00:41:41.160Z Checking cipher v0.4.4
23062026-07-29T00:41:41.194Z Checking parse-display v0.10.0
23072026-07-29T00:41:41.348Z Checking universal-hash v0.5.1
23082026-07-29T00:41:41.382Z Compiling thiserror-impl-no-std v2.0.2
23092026-07-29T00:41:41.414Z Checking opaque-debug v0.3.1
23102026-07-29T00:41:41.546Z Checking chacha20 v0.9.1
23112026-07-29T00:41:41.558Z Checking poly1305 v0.8.0
23122026-07-29T00:41:41.729Z Checking blake2 v0.10.6
23132026-07-29T00:41:41.835Z Checking aead v0.5.2
23142026-07-29T00:41:41.999Z Checking password-hash v0.5.0
23152026-07-29T00:41:42.034Z Compiling unsafe-libyaml v0.2.11
23162026-07-29T00:41:42.091Z Checking chacha20poly1305 v0.10.1
23172026-07-29T00:41:42.247Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23182026-07-29T00:41:42.283Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23192026-07-29T00:41:42.286Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-07-29T00:41:42.572Z Compiling typify-impl v0.6.2
23212026-07-29T00:41:42.652Z Checking thiserror-no-std v2.0.2
23222026-07-29T00:41:42.682Z Compiling serde_yaml v0.9.34+deprecated
23232026-07-29T00:41:42.713Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23242026-07-29T00:41:42.779Z Checking vsss-rs v3.3.4
23252026-07-29T00:41:42.815Z Checking argon2 v0.5.3
23262026-07-29T00:41:43.187Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23272026-07-29T00:41:43.237Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-07-29T00:41:43.500Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-07-29T00:41:43.503Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-07-29T00:41:43.907Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23312026-07-29T00:41:43.947Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322026-07-29T00:41:43.981Z Checking crossbeam-deque v0.8.6
23332026-07-29T00:41:44.117Z Checking swrite v0.1.0
23342026-07-29T00:41:44.186Z Compiling rayon-core v1.13.0
23352026-07-29T00:41:44.221Z Compiling toml_datetime v0.7.5+spec-1.1.0
23362026-07-29T00:41:44.254Z Compiling proc-macro-error v1.0.4
23372026-07-29T00:41:44.287Z Checking toml v0.8.23
23382026-07-29T00:41:44.491Z Compiling toml_edit v0.23.10+spec-1.0.0
23392026-07-29T00:41:44.581Z Checking tabwriter v1.4.1
23402026-07-29T00:41:44.638Z Checking glob v0.3.3
23412026-07-29T00:41:44.756Z Compiling itertools v0.15.0
23422026-07-29T00:41:44.793Z Checking rayon v1.11.0
23432026-07-29T00:41:44.846Z Compiling heapless v0.8.0
23442026-07-29T00:41:44.962Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-29T00:41:45.058Z Compiling proc-macro-crate v3.4.0
23462026-07-29T00:41:45.094Z Checking colored v3.1.1
23472026-07-29T00:41:45.321Z Checking hash32 v0.3.1
23482026-07-29T00:41:45.361Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23492026-07-29T00:41:45.477Z Compiling smoltcp v0.11.0
23502026-07-29T00:41:45.624Z Compiling num_enum_derive v0.7.6
23512026-07-29T00:41:45.665Z Checking cobs v0.3.0
23522026-07-29T00:41:45.880Z Compiling usdt-macro v0.5.0
23532026-07-29T00:41:45.951Z Compiling usdt-attr-macro v0.5.0
23542026-07-29T00:41:45.994Z Checking memmap v0.7.0
23552026-07-29T00:41:46.125Z Compiling ingot-macros v0.2.0
23562026-07-29T00:41:46.161Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-29T00:41:46.404Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-07-29T00:41:46.452Z Checking postcard v1.1.3
23592026-07-29T00:41:46.670Z Checking rand v0.10.1
23602026-07-29T00:41:46.720Z Checking num_enum v0.7.6
23612026-07-29T00:41:46.760Z Checking usdt v0.5.0
23622026-07-29T00:41:46.792Z Compiling proc-macro-crate v1.3.1
23632026-07-29T00:41:46.862Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23642026-07-29T00:41:46.959Z Checking sigpipe v0.1.3
23652026-07-29T00:41:47.066Z Compiling typify-macro v0.6.2
23662026-07-29T00:41:47.069Z Compiling foreign-types-macros v0.2.3
23672026-07-29T00:41:47.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23682026-07-29T00:41:47.192Z Checking foreign-types-shared v0.3.1
23692026-07-29T00:41:47.233Z Compiling num_enum_derive v0.5.11
23702026-07-29T00:41:47.455Z Checking cstr-argument v0.1.2
23712026-07-29T00:41:47.516Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23722026-07-29T00:41:47.559Z Compiling num-derive v0.4.2
23732026-07-29T00:41:47.625Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-07-29T00:41:47.710Z Checking foreign-types v0.5.0
23752026-07-29T00:41:47.818Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23762026-07-29T00:41:47.973Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23772026-07-29T00:41:48.077Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23782026-07-29T00:41:48.081Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23792026-07-29T00:41:48.139Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-29T00:41:48.273Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-07-29T00:41:48.308Z Checking num_enum v0.5.11
23822026-07-29T00:41:48.311Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23832026-07-29T00:41:48.416Z Compiling zone_cfg_derive v0.3.1
23842026-07-29T00:41:48.451Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23852026-07-29T00:41:48.492Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-29T00:41:48.656Z Checking itertools v0.12.1
23872026-07-29T00:41:48.699Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-29T00:41:48.825Z Compiling typify v0.6.2
23892026-07-29T00:41:48.971Z Compiling progenitor-impl v0.14.0
23902026-07-29T00:41:48.974Z Checking ingot-types v0.2.0
23912026-07-29T00:41:49.034Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23922026-07-29T00:41:49.097Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23932026-07-29T00:41:49.210Z Checking smf v0.2.3
23942026-07-29T00:41:49.243Z Checking whoami v1.6.1
23952026-07-29T00:41:49.340Z Compiling derive-where v1.6.0
23962026-07-29T00:41:49.385Z Checking ingot v0.2.1
23972026-07-29T00:41:49.438Z Checking tokio-dtrace v0.1.1
23982026-07-29T00:41:49.471Z Checking console v0.15.11
23992026-07-29T00:41:49.652Z Checking oxide-tokio-rt v0.1.4
24002026-07-29T00:41:49.684Z Checking zone v0.3.1
24012026-07-29T00:41:49.765Z Checking newline-converter v0.3.0
24022026-07-29T00:41:49.849Z Checking bytecount v0.6.9
24032026-07-29T00:41:49.903Z Checking expectorate v1.2.0
24042026-07-29T00:41:49.962Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-29T00:41:49.995Z Checking unicode-width v0.1.14
24062026-07-29T00:41:50.059Z Checking num-rational v0.4.2
24072026-07-29T00:41:50.062Z Checking num-complex v0.4.6
24082026-07-29T00:41:50.269Z Checking float-ord v0.3.2
24092026-07-29T00:41:50.363Z Compiling cancel-safe-futures v0.1.5
24102026-07-29T00:41:50.404Z Checking linear-map v1.2.0
24112026-07-29T00:41:50.450Z Checking num v0.4.3
24122026-07-29T00:41:50.551Z Checking gethostname v0.5.0
24132026-07-29T00:41:50.599Z Compiling prettyplease v0.2.37
24142026-07-29T00:41:50.753Z Checking oxide-update-engine-types v0.1.2
24152026-07-29T00:41:50.759Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-07-29T00:41:50.897Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-07-29T00:41:51.034Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24182026-07-29T00:41:51.181Z Checking resolv-conf v0.7.6
24192026-07-29T00:41:51.289Z Compiling owo-colors v4.3.0
24202026-07-29T00:41:51.396Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-07-29T00:41:51.668Z Checking oxide-update-engine v0.1.2
24222026-07-29T00:41:51.698Z Compiling progenitor-macro v0.14.0
24232026-07-29T00:41:51.815Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24242026-07-29T00:41:52.031Z Checking unicode-linebreak v0.1.5
24252026-07-29T00:41:52.120Z Checking smawk v0.3.2
24262026-07-29T00:41:52.198Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24272026-07-29T00:41:52.277Z Checking papergrid v0.11.0
24282026-07-29T00:41:52.314Z Compiling tabled_derive v0.7.0
24292026-07-29T00:41:52.345Z Compiling convert_case v0.10.0
24302026-07-29T00:41:52.681Z Compiling slog-dtrace v0.3.0
24312026-07-29T00:41:52.716Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24322026-07-29T00:41:52.931Z Compiling derive_more-impl v2.1.1
24332026-07-29T00:41:53.021Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-07-29T00:41:53.178Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-07-29T00:41:53.249Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24362026-07-29T00:41:53.295Z Checking tabled v0.15.0
24372026-07-29T00:41:53.749Z Checking derive_more v2.1.1
24382026-07-29T00:41:53.906Z Checking crossterm v0.29.0
24392026-07-29T00:41:53.940Z Checking linked-hash-map v0.5.6
24402026-07-29T00:41:54.147Z Checking lru-cache v0.1.2
24412026-07-29T00:41:54.492Z Checking hickory-proto v0.24.4
24422026-07-29T00:41:54.496Z Checking fd-lock v4.0.4
24432026-07-29T00:41:55.123Z Checking vte v0.14.1
24442026-07-29T00:41:55.339Z Checking display-error-chain v0.2.2
24452026-07-29T00:41:55.406Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462026-07-29T00:41:55.504Z Checking strip-ansi-escapes v0.2.1
24472026-07-29T00:41:55.695Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24482026-07-29T00:41:56.349Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24492026-07-29T00:41:56.712Z Checking progenitor v0.14.0
24502026-07-29T00:41:56.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-07-29T00:41:56.975Z Checking nu-ansi-term v0.50.3
24522026-07-29T00:41:57.019Z Checking termtree v0.5.1
24532026-07-29T00:41:57.220Z Checking hickory-resolver v0.24.4
24542026-07-29T00:41:57.224Z Checking reedline v0.40.0
24552026-07-29T00:41:57.292Z Checking textwrap v0.16.2
24562026-07-29T00:41:57.535Z Compiling minimal-lexical v0.2.1
24572026-07-29T00:41:57.598Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24582026-07-29T00:41:57.817Z Compiling nom v7.1.3
24592026-07-29T00:41:57.971Z Checking qorb v0.4.1
24602026-07-29T00:41:58.069Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-07-29T00:41:58.407Z Compiling unicode-xid v0.2.6
24622026-07-29T00:41:58.563Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-07-29T00:41:59.115Z Compiling ar_archive_writer v0.5.1
24642026-07-29T00:41:59.176Z Checking csv-core v0.1.13
24652026-07-29T00:41:59.179Z Compiling stacker v0.1.23
24662026-07-29T00:41:59.242Z Compiling semver v0.1.20
24672026-07-29T00:41:59.282Z Checking highway v1.3.0
24682026-07-29T00:41:59.314Z Compiling cfg_aliases v0.1.1
24692026-07-29T00:41:59.379Z Checking csv v1.4.0
24702026-07-29T00:41:59.433Z Compiling nix v0.28.0
24712026-07-29T00:41:59.534Z Compiling rustc_version v0.1.7
24722026-07-29T00:41:59.567Z Checking nibble_vec v0.1.0
24732026-07-29T00:41:59.571Z Checking endian-type v0.1.2
24742026-07-29T00:41:59.725Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-07-29T00:41:59.760Z Checking radix_trie v0.2.1
24762026-07-29T00:41:59.794Z Compiling newtype_derive v0.1.6
24772026-07-29T00:41:59.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-07-29T00:41:59.897Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-07-29T00:41:59.960Z Compiling psm v0.1.30
24802026-07-29T00:41:59.993Z Checking phf_shared v0.12.1
24812026-07-29T00:42:00.024Z Compiling recursive-proc-macro-impl v0.1.1
24822026-07-29T00:42:00.162Z Compiling chrono-tz v0.10.4
24832026-07-29T00:42:00.358Z Checking phf v0.12.1
24842026-07-29T00:42:00.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-07-29T00:42:00.534Z Compiling const_format_proc_macros v0.2.34
24862026-07-29T00:42:00.534Z Compiling peg-macros v0.8.5
24872026-07-29T00:42:00.629Z Checking nom v8.0.0
24882026-07-29T00:42:00.966Z Checking recursive v0.1.1
24892026-07-29T00:42:01.074Z Checking winnow v0.6.26
24902026-07-29T00:42:01.106Z Compiling sqlparser_derive v0.5.0
24912026-07-29T00:42:01.390Z Checking unicode_categories v0.1.1
24922026-07-29T00:42:01.457Z Checking home v0.5.12
24932026-07-29T00:42:01.494Z Checking const_format v0.2.35
24942026-07-29T00:42:01.609Z Checking rustyline v14.0.0
24952026-07-29T00:42:01.887Z Checking sqlparser v0.61.0
24962026-07-29T00:42:01.992Z Checking peg v0.8.5
24972026-07-29T00:42:02.194Z Checking bcs v0.1.6
24982026-07-29T00:42:02.238Z Checking sqlformat v0.3.5
24992026-07-29T00:42:02.321Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25002026-07-29T00:42:02.425Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-07-29T00:42:02.458Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25022026-07-29T00:42:02.673Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25032026-07-29T00:42:02.706Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-07-29T00:42:02.710Z Checking steno v0.4.1
25052026-07-29T00:42:02.951Z Checking sha1 v0.10.6
25062026-07-29T00:42:03.151Z Checking filetime v0.2.27
25072026-07-29T00:42:03.320Z Checking xattr v1.6.1
25082026-07-29T00:42:03.482Z Checking tar v0.4.46
25092026-07-29T00:42:03.722Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-07-29T00:42:03.753Z Checking base64 v0.21.7
25112026-07-29T00:42:03.892Z Checking subprocess v0.2.15
25122026-07-29T00:42:03.928Z Checking headers-core v0.3.0
25132026-07-29T00:42:04.026Z Checking yasna v0.5.2
25142026-07-29T00:42:04.063Z Checking headers v0.4.1
25152026-07-29T00:42:04.136Z Checking port-file v0.1.0
25162026-07-29T00:42:04.199Z Checking tagptr v0.2.0
25172026-07-29T00:42:04.344Z Checking dropshot-api-manager-types v0.7.2
25182026-07-29T00:42:04.421Z Checking moka v0.12.13
25192026-07-29T00:42:04.436Z Checking rcgen v0.12.1
25202026-07-29T00:42:04.524Z Checking utf-8 v0.7.6
25212026-07-29T00:42:04.557Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-07-29T00:42:04.728Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-29T00:42:04.771Z Checking tungstenite v0.21.0
25242026-07-29T00:42:05.056Z Checking hickory-resolver v0.25.2
25252026-07-29T00:42:05.187Z Compiling radium v0.7.0
25262026-07-29T00:42:05.229Z Checking tokio-tungstenite v0.21.0
25272026-07-29T00:42:05.510Z Compiling maybe-uninit v2.0.0
25282026-07-29T00:42:05.543Z Compiling libefi-sys v0.1.0
25292026-07-29T00:42:05.689Z Checking tap v1.0.1
25302026-07-29T00:42:05.816Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-29T00:42:05.879Z Checking wyz v0.5.1
25322026-07-29T00:42:05.912Z Compiling zerocopy-derive v0.6.6
25332026-07-29T00:42:06.094Z Compiling bitfield-struct v0.6.2
25342026-07-29T00:42:06.188Z Checking funty v2.0.0
25352026-07-29T00:42:06.195Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25362026-07-29T00:42:06.335Z Checking crc-catalog v2.4.0
25372026-07-29T00:42:06.402Z Compiling packed_struct v0.10.1
25382026-07-29T00:42:06.465Z Checking crc v3.4.0
25392026-07-29T00:42:06.505Z Checking bitvec v1.0.1
25402026-07-29T00:42:06.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-07-29T00:42:06.737Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25422026-07-29T00:42:06.769Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25432026-07-29T00:42:06.772Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-29T00:42:06.832Z Checking zerocopy v0.6.6
25452026-07-29T00:42:06.929Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25462026-07-29T00:42:07.056Z Compiling packed_struct_codegen v0.10.1
25472026-07-29T00:42:07.094Z Compiling bitfield-macros v0.19.4
25482026-07-29T00:42:07.174Z Compiling indexmap v1.9.3
25492026-07-29T00:42:07.399Z Checking nodrop v0.1.14
25502026-07-29T00:42:07.522Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-29T00:42:07.627Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-29T00:42:07.829Z Checking array-init v0.0.4
25532026-07-29T00:42:07.861Z Checking bitfield v0.19.4
25542026-07-29T00:42:07.937Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-29T00:42:08.116Z Checking smallvec v0.6.14
25562026-07-29T00:42:08.150Z Checking hashbrown v0.12.3
25572026-07-29T00:42:08.154Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-07-29T00:42:08.334Z Checking serde-hex v0.1.0
25592026-07-29T00:42:08.371Z Checking ron v0.8.1
25602026-07-29T00:42:08.654Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25612026-07-29T00:42:08.919Z Checking hashbrown v0.13.2
25622026-07-29T00:42:08.998Z Checking crc-any v2.5.0
25632026-07-29T00:42:09.232Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25642026-07-29T00:42:09.238Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-07-29T00:42:09.351Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-29T00:42:09.384Z Checking object v0.30.4
25672026-07-29T00:42:09.416Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682026-07-29T00:42:09.626Z Checking path-slash v0.1.5
25692026-07-29T00:42:09.760Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-29T00:42:09.853Z Compiling xshell-macros v0.2.7
25712026-07-29T00:42:09.930Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25722026-07-29T00:42:10.256Z Checking xshell v0.2.7
25732026-07-29T00:42:10.437Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742026-07-29T00:42:10.622Z Checking half v1.8.3
25752026-07-29T00:42:10.670Z Compiling num-derive v0.3.3
25762026-07-29T00:42:10.909Z Checking serde_cbor v0.11.2
25772026-07-29T00:42:10.941Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25782026-07-29T00:42:11.343Z Compiling proc-macro-error-attr2 v2.0.0
25792026-07-29T00:42:11.593Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25802026-07-29T00:42:11.679Z Checking libscf-sys v1.1.0
25812026-07-29T00:42:11.753Z Checking papergrid v0.17.0
25822026-07-29T00:42:11.784Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25832026-07-29T00:42:11.787Z Compiling proc-macro-error2 v2.0.1
25842026-07-29T00:42:11.848Z Checking testing_table v0.3.0
25852026-07-29T00:42:11.971Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25862026-07-29T00:42:12.017Z Checking maplit v1.0.2
25872026-07-29T00:42:12.131Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25882026-07-29T00:42:12.166Z Compiling tabled_derive v0.11.0
25892026-07-29T00:42:12.199Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-29T00:42:12.377Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-07-29T00:42:12.487Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922026-07-29T00:42:12.569Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25932026-07-29T00:42:12.921Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25942026-07-29T00:42:12.973Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25952026-07-29T00:42:13.006Z Checking crc8 v0.1.1
25962026-07-29T00:42:13.143Z Checking unicase v2.9.0
25972026-07-29T00:42:13.324Z Checking tabled v0.20.0
25982026-07-29T00:42:13.354Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25992026-07-29T00:42:13.385Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26002026-07-29T00:42:13.581Z Checking fxhash v0.2.1
26012026-07-29T00:42:13.733Z Compiling darling_core v0.21.3
26022026-07-29T00:42:13.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-29T00:42:13.797Z Compiling vergen-lib v0.1.6
26042026-07-29T00:42:14.017Z Compiling diesel_derives v2.3.7
26052026-07-29T00:42:15.155Z Checking scheduled-thread-pool v0.2.7
26062026-07-29T00:42:15.159Z Compiling vergen-gitcl v1.0.8
26072026-07-29T00:42:15.159Z Compiling diesel_table_macro_syntax v0.3.0
26082026-07-29T00:42:15.159Z Checking r2d2 v0.8.10
26092026-07-29T00:42:15.159Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26102026-07-29T00:42:15.159Z Checking downcast-rs v2.0.2
26112026-07-29T00:42:15.159Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-07-29T00:42:15.159Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26132026-07-29T00:42:15.205Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26142026-07-29T00:42:15.273Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-07-29T00:42:15.404Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26162026-07-29T00:42:15.471Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26172026-07-29T00:42:15.503Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26182026-07-29T00:42:15.534Z Checking kstat-rs v0.2.4
26192026-07-29T00:42:15.590Z Checking arc-swap v1.8.2
26202026-07-29T00:42:15.642Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26212026-07-29T00:42:15.732Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26222026-07-29T00:42:15.787Z Compiling dirs-sys-next v0.1.2
26232026-07-29T00:42:15.843Z Checking slog-scope v4.4.1
26242026-07-29T00:42:16.013Z Compiling parking_lot_core v0.8.6
26252026-07-29T00:42:16.047Z Compiling crunchy v0.2.4
26262026-07-29T00:42:16.186Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26272026-07-29T00:42:16.197Z Checking slog-stdlog v4.1.1
26282026-07-29T00:42:16.278Z Compiling darling_macro v0.21.3
26292026-07-29T00:42:16.313Z Compiling dirs-next v2.0.0
26302026-07-29T00:42:16.407Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26312026-07-29T00:42:16.441Z Compiling clang-sys v1.8.1
26322026-07-29T00:42:16.474Z Compiling git-stub v1.0.0
26332026-07-29T00:42:16.509Z Compiling tiny-keccak v2.0.2
26342026-07-29T00:42:16.761Z Compiling git-stub-vcs v0.1.0
26352026-07-29T00:42:16.837Z Compiling darling v0.21.3
26362026-07-29T00:42:16.911Z Compiling term v0.7.0
26372026-07-29T00:42:16.952Z Compiling dsl_auto_type v0.2.0
26382026-07-29T00:42:17.008Z Checking slog-envlogger v2.2.0
26392026-07-29T00:42:17.059Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26402026-07-29T00:42:17.138Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26412026-07-29T00:42:17.183Z Compiling bit-vec v0.6.3
26422026-07-29T00:42:17.215Z Checking parking_lot v0.11.2
26432026-07-29T00:42:17.375Z Compiling ascii-canvas v3.0.0
26442026-07-29T00:42:17.426Z Compiling bit-set v0.5.3
26452026-07-29T00:42:17.458Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26462026-07-29T00:42:17.523Z Checking prefix-trie v0.7.0
26472026-07-29T00:42:17.557Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26482026-07-29T00:42:17.619Z Compiling itertools v0.10.5
26492026-07-29T00:42:17.650Z Compiling ena v0.14.4
26502026-07-29T00:42:17.866Z Compiling libloading v0.8.9
26512026-07-29T00:42:17.869Z Compiling regex-syntax v0.6.29
26522026-07-29T00:42:17.932Z Compiling bindgen v0.71.1
26532026-07-29T00:42:17.935Z Compiling diff v0.1.13
26542026-07-29T00:42:18.098Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-07-29T00:42:18.279Z Checking hickory-server v0.25.2
26562026-07-29T00:42:18.418Z Checking sled v0.34.7
26572026-07-29T00:42:18.675Z Compiling cexpr v0.6.0
26582026-07-29T00:42:18.707Z Checking nanorand v0.7.0
26592026-07-29T00:42:18.932Z Compiling salty v0.3.0
26602026-07-29T00:42:19.201Z Compiling rustc-hash v2.1.1
26612026-07-29T00:42:19.358Z Compiling lalrpop v0.19.12
26622026-07-29T00:42:19.433Z Checking flume v0.11.1
26632026-07-29T00:42:19.610Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-07-29T00:42:19.704Z Compiling libxml v0.3.3
26652026-07-29T00:42:20.027Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26662026-07-29T00:42:20.272Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-07-29T00:42:20.449Z Compiling strum_macros v0.24.3
26682026-07-29T00:42:20.628Z Compiling fs-err v2.11.0
26692026-07-29T00:42:20.900Z Compiling indoc v1.0.9
26702026-07-29T00:42:21.378Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-07-29T00:42:21.594Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-07-29T00:42:21.652Z Compiling progenitor-impl v0.13.0
26732026-07-29T00:42:21.682Z Checking quick-xml v0.37.5
26742026-07-29T00:42:21.819Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-07-29T00:42:21.854Z Checking derive_builder v0.20.2
26762026-07-29T00:42:21.957Z Compiling oso-derive v0.27.3
26772026-07-29T00:42:21.997Z Compiling trait-variant v0.1.2
26782026-07-29T00:42:22.479Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-29T00:42:22.563Z Checking openssl-probe v0.1.6
26802026-07-29T00:42:22.596Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26812026-07-29T00:42:22.855Z Checking diesel v2.3.7
26822026-07-29T00:42:22.947Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-07-29T00:42:23.419Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-29T00:42:24.042Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-29T00:42:24.273Z Compiling progenitor-macro v0.13.0
26862026-07-29T00:42:24.421Z Checking progenitor-client v0.13.0
26872026-07-29T00:42:24.699Z Checking rfc6979 v0.4.0
26882026-07-29T00:42:24.856Z Checking assert_matches v1.5.0
26892026-07-29T00:42:24.960Z Checking parse-size v1.1.0
26902026-07-29T00:42:25.112Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26912026-07-29T00:42:25.145Z Checking ecdsa v0.16.9
26922026-07-29T00:42:25.440Z Checking primeorder v0.13.6
26932026-07-29T00:42:25.522Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-07-29T00:42:25.720Z Checking p384 v0.13.1
26952026-07-29T00:42:26.043Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26962026-07-29T00:42:26.191Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-07-29T00:42:26.224Z Checking predicates-tree v1.0.13
26982026-07-29T00:42:26.366Z Checking bb8 v0.8.6
26992026-07-29T00:42:26.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27002026-07-29T00:42:26.683Z Compiling mime_guess v2.0.5
27012026-07-29T00:42:26.966Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-29T00:42:27.062Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27032026-07-29T00:42:27.188Z Checking http-range v0.1.5
27042026-07-29T00:42:27.376Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-07-29T00:42:27.511Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27062026-07-29T00:42:27.798Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-07-29T00:42:27.852Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27082026-07-29T00:42:28.026Z Checking atty v0.2.14
27092026-07-29T00:42:28.087Z Checking corncobs v0.1.4
27102026-07-29T00:42:28.152Z Checking nonempty v0.12.0
27112026-07-29T00:42:28.243Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-07-29T00:42:28.387Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-07-29T00:42:28.751Z Checking ignore v0.4.25
27142026-07-29T00:42:28.888Z Checking secrecy v0.8.0
27152026-07-29T00:42:29.194Z Checking globwalk v0.9.1
27162026-07-29T00:42:29.298Z Checking progenitor v0.13.0
27172026-07-29T00:42:29.407Z Checking hyper-staticfile v0.10.1
27182026-07-29T00:42:29.475Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27192026-07-29T00:42:29.649Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27202026-07-29T00:42:29.729Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27212026-07-29T00:42:29.794Z Compiling illumos-nvpair-sys v0.2.0
27222026-07-29T00:42:30.054Z Checking camino-tempfile-ext v0.3.3
27232026-07-29T00:42:30.170Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27242026-07-29T00:42:30.288Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27252026-07-29T00:42:30.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-07-29T00:42:30.991Z Checking signal-hook-tokio v0.3.1
27272026-07-29T00:42:31.160Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-07-29T00:42:31.316Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27292026-07-29T00:42:31.424Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27302026-07-29T00:42:31.532Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-07-29T00:42:31.606Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-07-29T00:42:32.652Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-07-29T00:42:33.431Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-07-29T00:42:33.562Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27352026-07-29T00:42:33.806Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27362026-07-29T00:42:34.214Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-07-29T00:42:34.555Z Checking illumos-nvpair v0.3.0
27382026-07-29T00:42:34.644Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-07-29T00:42:34.910Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-07-29T00:42:34.948Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-07-29T00:42:35.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27422026-07-29T00:42:35.375Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-07-29T00:42:35.379Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27442026-07-29T00:42:35.606Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27452026-07-29T00:42:35.609Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-07-29T00:42:35.739Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-07-29T00:42:36.033Z Checking tungstenite v0.23.0
27482026-07-29T00:42:36.081Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492026-07-29T00:42:36.564Z Checking tokio-tungstenite v0.23.1
27502026-07-29T00:42:36.791Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27512026-07-29T00:42:37.213Z Checking diesel-dtrace v0.5.0
27522026-07-29T00:42:37.258Z Checking async-bb8-diesel v0.2.1
27532026-07-29T00:42:37.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-07-29T00:42:37.641Z Checking rand_seeder v0.4.0
27552026-07-29T00:42:37.694Z Checking void v1.0.2
27562026-07-29T00:42:37.821Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-07-29T00:42:37.850Z Checking lzss v0.8.2
27582026-07-29T00:42:37.883Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27592026-07-29T00:42:37.886Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27602026-07-29T00:42:38.005Z Checking nix v0.27.1
27612026-07-29T00:42:38.066Z Checking serde_bytes v0.11.19
27622026-07-29T00:42:38.175Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-07-29T00:42:38.273Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27642026-07-29T00:42:38.542Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27652026-07-29T00:42:38.575Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-29T00:42:38.986Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-07-29T00:42:39.289Z Checking is_ci v1.2.0
27682026-07-29T00:42:39.293Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27692026-07-29T00:42:39.425Z Checking yansi v1.0.1
27702026-07-29T00:42:39.523Z Checking cpubits v0.1.1
27712026-07-29T00:42:39.633Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-07-29T00:42:39.716Z Checking pretty_assertions v1.4.1
27732026-07-29T00:42:39.859Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-29T00:42:39.935Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-07-29T00:42:39.968Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27762026-07-29T00:42:40.097Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27772026-07-29T00:42:41.312Z Checking pem-rfc7468 v1.0.0
27782026-07-29T00:42:41.505Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792026-07-29T00:42:41.679Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-07-29T00:42:41.773Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-29T00:42:41.840Z Checking sha2 v0.11.0
27822026-07-29T00:42:42.160Z Checking hmac v0.13.0
27832026-07-29T00:42:42.233Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-07-29T00:42:42.352Z Checking universal-hash v0.6.1
27852026-07-29T00:42:42.513Z Compiling libz-sys v1.1.24
27862026-07-29T00:42:42.544Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-07-29T00:42:42.580Z Compiling instability v0.3.11
27882026-07-29T00:42:42.845Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-07-29T00:42:42.951Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-07-29T00:42:42.984Z Checking castaway v0.2.4
27912026-07-29T00:42:43.027Z Compiling indoc v2.0.7
27922026-07-29T00:42:43.130Z Checking compact_str v0.8.1
27932026-07-29T00:42:43.547Z Checking polyval v0.7.1
27942026-07-29T00:42:43.752Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27952026-07-29T00:42:43.961Z Checking der v0.8.0
27962026-07-29T00:42:44.024Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-07-29T00:42:44.290Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-07-29T00:42:44.295Z Checking unicode-truncate v1.1.0
27992026-07-29T00:42:44.465Z Checking lru v0.12.5
28002026-07-29T00:42:44.495Z Compiling libgit2-sys v0.18.3+1.9.2
28012026-07-29T00:42:44.607Z Checking cassowary v0.3.0
28022026-07-29T00:42:44.754Z Checking ghash v0.6.0
28032026-07-29T00:42:44.865Z Checking ratatui v0.29.0
28042026-07-29T00:42:44.910Z Checking pbkdf2 v0.13.0
28052026-07-29T00:42:44.943Z Checking aes v0.9.1
28062026-07-29T00:42:45.060Z Checking crypto-bigint v0.7.5
28072026-07-29T00:42:45.398Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28082026-07-29T00:42:46.229Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28092026-07-29T00:42:46.483Z Checking ctr v0.10.1
28102026-07-29T00:42:46.669Z Checking aead v0.6.1
28112026-07-29T00:42:46.699Z Checking cargo-platform v0.3.2
28122026-07-29T00:42:46.840Z Checking aes-gcm v0.11.0
28132026-07-29T00:42:46.911Z Checking cargo_metadata v0.23.1
28142026-07-29T00:42:47.037Z Checking spki v0.8.0
28152026-07-29T00:42:47.241Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28162026-07-29T00:42:47.332Z Checking supports-color v3.0.2
28172026-07-29T00:42:47.491Z Checking console v0.16.2
28182026-07-29T00:42:47.690Z Checking salsa20 v0.11.0
28192026-07-29T00:42:47.836Z Compiling vergen-git2 v9.1.0
28202026-07-29T00:42:47.867Z Checking unit-prefix v0.5.2
28212026-07-29T00:42:48.027Z Checking plotters-backend v0.3.7
28222026-07-29T00:42:48.106Z Checking indicatif v0.18.4
28232026-07-29T00:42:48.263Z Checking plotters-svg v0.3.7
28242026-07-29T00:42:48.433Z Checking scrypt v0.12.0
28252026-07-29T00:42:48.516Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-07-29T00:42:48.610Z Checking cbc v0.2.1
28272026-07-29T00:42:48.642Z Checking libsw-core v0.3.2
28282026-07-29T00:42:48.733Z Checking cast v0.3.0
28292026-07-29T00:42:48.780Z Checking pkcs5 v0.8.1
28302026-07-29T00:42:48.822Z Checking libsw v3.5.0
28312026-07-29T00:42:48.919Z Checking criterion-plot v0.6.0
28322026-07-29T00:42:49.058Z Checking plotters v0.3.7
28332026-07-29T00:42:49.103Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-07-29T00:42:49.189Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28352026-07-29T00:42:49.411Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-07-29T00:42:49.637Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-07-29T00:42:49.819Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28382026-07-29T00:42:49.860Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-07-29T00:42:50.041Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28402026-07-29T00:42:50.083Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28412026-07-29T00:42:50.121Z Checking colored v2.2.0
28422026-07-29T00:42:50.334Z Checking tinytemplate v1.2.1
28432026-07-29T00:42:50.349Z Checking oorandom v11.1.5
28442026-07-29T00:42:50.500Z Checking anes v0.1.6
28452026-07-29T00:42:50.532Z Checking shell-words v1.1.1
28462026-07-29T00:42:50.726Z Checking criterion v0.7.0
28472026-07-29T00:42:50.768Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-07-29T00:42:51.025Z Checking pkcs8 v0.11.0
28492026-07-29T00:42:51.265Z Checking oxide-update-engine-display v0.1.2
28502026-07-29T00:42:51.603Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28512026-07-29T00:42:51.960Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-07-29T00:42:52.147Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-07-29T00:42:52.731Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-07-29T00:42:52.946Z Checking tokio-test v0.4.5
28552026-07-29T00:42:53.183Z Checking ff v0.14.0
28562026-07-29T00:42:53.349Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28572026-07-29T00:42:53.571Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28582026-07-29T00:42:53.983Z Checking twox-hash v2.1.2
28592026-07-29T00:42:54.310Z Checking arrayvec v0.7.6
28602026-07-29T00:42:54.537Z Checking constant_time_eq v0.4.2
28612026-07-29T00:42:54.709Z Checking arrayref v0.3.9
28622026-07-29T00:42:54.859Z Checking group v0.14.0
28632026-07-29T00:42:55.044Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28642026-07-29T00:42:55.248Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28652026-07-29T00:42:55.537Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28662026-07-29T00:42:55.957Z Checking fatfs v0.3.6
28672026-07-29T00:42:56.168Z Checking signature v3.0.0
28682026-07-29T00:42:56.350Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28692026-07-29T00:42:56.428Z Checking base16ct v1.0.0
28702026-07-29T00:42:56.569Z Compiling seq-macro v0.3.6
28712026-07-29T00:42:56.599Z Checking sec1 v0.8.1
28722026-07-29T00:42:56.833Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28732026-07-29T00:42:57.085Z Checking hkdf v0.13.0
28742026-07-29T00:42:57.254Z Compiling petname v2.0.2
28752026-07-29T00:42:57.364Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28762026-07-29T00:42:57.486Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-07-29T00:42:57.693Z Checking elliptic-curve v0.14.1
28782026-07-29T00:42:57.912Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28792026-07-29T00:42:58.116Z Checking concurrent-queue v2.5.0
28802026-07-29T00:42:58.334Z Checking rtoolbox v0.0.3
28812026-07-29T00:42:58.493Z Checking parking v2.2.1
28822026-07-29T00:42:58.642Z Checking event-listener v5.4.1
28832026-07-29T00:42:58.767Z Checking rpassword v7.5.4
28842026-07-29T00:42:58.953Z Checking wnaf v0.14.0
28852026-07-29T00:42:59.147Z Checking primefield v0.14.0
28862026-07-29T00:42:59.292Z Checking rfc6979 v0.6.0
28872026-07-29T00:42:59.377Z Checking tui-tree-widget v0.23.1
28882026-07-29T00:42:59.459Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28892026-07-29T00:42:59.595Z Checking sapling-renderdag v0.1.0
28902026-07-29T00:42:59.656Z Compiling blake3 v1.8.5
28912026-07-29T00:42:59.865Z Checking sync-ptr v0.1.4
28922026-07-29T00:42:59.899Z Compiling samael v0.0.19
28932026-07-29T00:43:00.011Z Checking ecdsa v0.17.0
28942026-07-29T00:43:00.435Z Checking primeorder v0.14.0
28952026-07-29T00:43:00.542Z Checking event-listener-strategy v0.5.4
28962026-07-29T00:43:00.709Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28972026-07-29T00:43:00.864Z Compiling curve25519-dalek v5.0.0
28982026-07-29T00:43:00.972Z Checking futures-timer v3.0.3
28992026-07-29T00:43:01.079Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-07-29T00:43:01.227Z Checking async-lock v3.4.2
29012026-07-29T00:43:01.642Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29022026-07-29T00:43:01.700Z Checking ssh-encoding v0.3.0
29032026-07-29T00:43:01.952Z Checking keccak v0.2.0
29042026-07-29T00:43:02.145Z Compiling strsim v0.10.0
29052026-07-29T00:43:02.494Z Checking topological-sort v0.2.2
29062026-07-29T00:43:02.640Z Compiling darling_core v0.13.4
29072026-07-29T00:43:02.672Z Checking omicron-zone-package v0.12.3
29082026-07-29T00:43:03.584Z Checking async-object-pool v0.2.0
29092026-07-29T00:43:03.767Z Checking ed25519 v3.0.0
29102026-07-29T00:43:03.995Z Checking crypto-primes v0.7.2
29112026-07-29T00:43:04.514Z Checking pkcs1 v0.8.0-rc.4
29122026-07-29T00:43:04.570Z Checking poly1305 v0.9.0
29132026-07-29T00:43:04.748Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29142026-07-29T00:43:04.869Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29152026-07-29T00:43:04.970Z Checking blowfish v0.10.0
29162026-07-29T00:43:05.002Z Checking serde_regex v1.1.0
29172026-07-29T00:43:05.147Z Checking blake2 v0.11.0-rc.6
29182026-07-29T00:43:05.181Z Checking assert-json-diff v2.0.2
29192026-07-29T00:43:05.213Z Checking path-tree v0.8.3
29202026-07-29T00:43:05.378Z Checking gimli v0.32.3
29212026-07-29T00:43:05.423Z Checking stringmetrics v2.2.2
29222026-07-29T00:43:05.426Z Compiling target-lexicon v0.13.3
29232026-07-29T00:43:05.522Z Checking argon2 v0.6.0-rc.8
29242026-07-29T00:43:05.603Z Checking httpmock v0.8.3
29252026-07-29T00:43:05.882Z Checking bcrypt-pbkdf v0.11.0
29262026-07-29T00:43:06.040Z Checking rsa v0.10.0-rc.18
29272026-07-29T00:43:06.073Z Checking ssh-cipher v0.3.0
29282026-07-29T00:43:06.314Z Checking ed25519-dalek v3.0.0
29292026-07-29T00:43:06.564Z Compiling darling_macro v0.13.4
29302026-07-29T00:43:06.949Z Checking addr2line v0.25.1
29312026-07-29T00:43:07.081Z Checking sha3 v0.11.0
29322026-07-29T00:43:07.245Z Checking p256 v0.14.0
29332026-07-29T00:43:07.455Z Checking p384 v0.14.0
29342026-07-29T00:43:07.850Z Checking p521 v0.14.0
29352026-07-29T00:43:08.015Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29362026-07-29T00:43:08.282Z Checking kem v0.3.0
29372026-07-29T00:43:08.433Z Checking module-lattice v0.2.3
29382026-07-29T00:43:08.470Z Checking sponge-cursor v0.1.0
29392026-07-29T00:43:08.631Z Checking hex-literal v0.4.1
29402026-07-29T00:43:08.682Z Checking rustc-demangle v0.1.27
29412026-07-29T00:43:08.760Z Compiling guppy-workspace-hack v0.1.0
29422026-07-29T00:43:08.933Z Checking backtrace v0.3.76
29432026-07-29T00:43:09.011Z Checking ml-kem v0.3.2
29442026-07-29T00:43:09.259Z Checking sha3 v0.12.0
29452026-07-29T00:43:09.430Z Compiling darling v0.13.4
29462026-07-29T00:43:09.546Z Checking russh-cryptovec v0.62.0
29472026-07-29T00:43:09.733Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29482026-07-29T00:43:09.765Z Checking internal-russh-num-bigint v0.5.0
29492026-07-29T00:43:09.797Z Checking num-bigint v0.4.6
29502026-07-29T00:43:09.949Z Checking russh-util v0.52.0
29512026-07-29T00:43:10.105Z Checking generic-array v1.4.3
29522026-07-29T00:43:10.525Z Compiling enum_dispatch v0.3.13
29532026-07-29T00:43:10.735Z Compiling delegate v0.13.5
29542026-07-29T00:43:10.774Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-29T00:43:10.835Z Checking ssh-key v0.7.0-rc.11
29562026-07-29T00:43:11.217Z Compiling target-spec v3.5.7
29572026-07-29T00:43:11.516Z Checking md5 v0.8.0
29582026-07-29T00:43:11.549Z Checking hex-literal v1.1.0
29592026-07-29T00:43:11.709Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-07-29T00:43:11.772Z Checking russh v0.62.4
29612026-07-29T00:43:11.869Z Checking cfg-expr v0.20.6
29622026-07-29T00:43:11.873Z Compiling serde_with_macros v1.5.2
29632026-07-29T00:43:12.140Z Compiling git2 v0.20.4
29642026-07-29T00:43:12.289Z Checking backtrace-ext v0.2.1
29652026-07-29T00:43:12.433Z Checking supports-color v2.1.0
29662026-07-29T00:43:12.468Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29672026-07-29T00:43:12.601Z Checking textwrap v0.15.2
29682026-07-29T00:43:12.776Z Checking supports-hyperlinks v2.1.0
29692026-07-29T00:43:12.841Z Checking supports-unicode v2.1.0
29702026-07-29T00:43:12.922Z Checking hashbrown v0.14.5
29712026-07-29T00:43:12.987Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29722026-07-29T00:43:13.202Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29732026-07-29T00:43:13.432Z Checking terminal_size v0.1.17
29742026-07-29T00:43:13.464Z Checking socket2 v0.5.10
29752026-07-29T00:43:13.547Z Compiling miette-derive v5.10.0
29762026-07-29T00:43:13.581Z Checking internet-checksum v0.2.1
29772026-07-29T00:43:13.765Z Checking owo-colors v3.5.0
29782026-07-29T00:43:14.702Z Checking miette v5.10.0
29792026-07-29T00:43:14.945Z Checking chumsky v0.9.3
29802026-07-29T00:43:15.061Z Compiling serde_with v1.14.0
29812026-07-29T00:43:15.422Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29822026-07-29T00:43:15.461Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29832026-07-29T00:43:15.493Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29842026-07-29T00:43:16.065Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29852026-07-29T00:43:16.255Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29862026-07-29T00:43:16.341Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29872026-07-29T00:43:16.437Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29882026-07-29T00:43:16.470Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29892026-07-29T00:43:16.506Z Compiling knuffel-derive v3.2.0
29902026-07-29T00:43:16.595Z Checking httptest v0.16.4
29912026-07-29T00:43:16.711Z Checking pathdiff v0.2.3
29922026-07-29T00:43:16.847Z Checking nested v0.1.1
29932026-07-29T00:43:16.989Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29942026-07-29T00:43:17.020Z Checking guppy v0.17.25
29952026-07-29T00:43:17.249Z Compiling polar-core v0.27.3
29962026-07-29T00:43:17.329Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29972026-07-29T00:43:17.601Z Checking similar-asserts v1.7.0
29982026-07-29T00:43:17.787Z Compiling target-triple v1.0.0
29992026-07-29T00:43:17.988Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30002026-07-29T00:43:18.019Z Checking knuffel v3.2.0
30012026-07-29T00:43:18.141Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30022026-07-29T00:43:18.623Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30032026-07-29T00:43:18.654Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30042026-07-29T00:43:18.696Z Checking hickory-client v0.25.2
30052026-07-29T00:43:18.995Z Compiling assert_cmd v2.1.2
30062026-07-29T00:43:19.253Z Checking escape8259 v0.5.3
30072026-07-29T00:43:19.415Z Checking libtest-mimic v0.8.1
30082026-07-29T00:43:19.749Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30092026-07-29T00:43:19.804Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30102026-07-29T00:43:19.885Z Checking blake2b_simd v1.0.4
30112026-07-29T00:43:20.316Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30122026-07-29T00:43:20.524Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30132026-07-29T00:43:20.746Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30142026-07-29T00:43:20.956Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30152026-07-29T00:43:21.174Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30162026-07-29T00:43:21.302Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30172026-07-29T00:43:21.398Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30182026-07-29T00:43:21.620Z Checking fancy-regex v0.14.0
30192026-07-29T00:43:21.682Z Checking serde_tokenstream v0.2.3
30202026-07-29T00:43:21.904Z Checking approx v0.5.1
30212026-07-29T00:43:21.935Z Compiling rstest_macros v0.25.0
30222026-07-29T00:43:22.020Z Checking uzers v0.12.2
30232026-07-29T00:43:22.071Z Checking termcolor v1.4.1
30242026-07-29T00:43:22.179Z Checking oso v0.27.3
30252026-07-29T00:43:22.229Z Compiling linkme-impl v0.3.35
30262026-07-29T00:43:22.260Z Checking constant_time_eq v0.3.1
30272026-07-29T00:43:22.311Z Checking trybuild v1.0.116
30282026-07-29T00:43:22.388Z Checking rust-argon2 v2.1.0
30292026-07-29T00:43:22.641Z Checking datatest-stable v0.3.3
30302026-07-29T00:43:22.959Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30312026-07-29T00:43:23.021Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30322026-07-29T00:43:23.097Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30332026-07-29T00:43:23.237Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30342026-07-29T00:43:23.329Z Checking support-bundle-viewer v0.1.2
30352026-07-29T00:43:23.369Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30362026-07-29T00:43:23.606Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30372026-07-29T00:43:23.831Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30382026-07-29T00:43:24.056Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30392026-07-29T00:43:24.091Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30402026-07-29T00:43:24.280Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30412026-07-29T00:43:24.317Z Checking drift v0.2.0
30422026-07-29T00:43:24.345Z Checking digest-io v0.1.0
30432026-07-29T00:43:24.535Z Checking rand_distr v0.5.1
30442026-07-29T00:43:24.672Z Checking multimap v0.10.1
30452026-07-29T00:43:24.705Z Compiling linkme v0.3.35
30462026-07-29T00:43:24.883Z Checking rawzip v0.4.4
30472026-07-29T00:43:24.954Z Compiling relative-path v1.9.3
30482026-07-29T00:43:24.988Z Checking dropshot-api-manager v0.7.2
30492026-07-29T00:43:25.346Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30502026-07-29T00:43:26.176Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30512026-07-29T00:43:26.662Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30522026-07-29T00:43:26.715Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30532026-07-29T00:43:26.981Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30542026-07-29T00:43:27.070Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30552026-07-29T00:43:27.194Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30562026-07-29T00:43:27.297Z Checking cargo_toml v0.21.0
30572026-07-29T00:43:27.407Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30582026-07-29T00:43:27.592Z Checking partial-io v0.5.4
30592026-07-29T00:43:27.832Z Checking termios v0.3.3
30602026-07-29T00:43:27.867Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30612026-07-29T00:43:27.992Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30622026-07-29T00:43:28.124Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30632026-07-29T00:43:28.849Z Checking rstest v0.25.0
30642026-07-29T00:43:31.055Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30652026-07-29T00:43:33.048Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30662026-07-29T00:43:37.085Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30672026-07-29T00:43:39.350Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30682026-07-29T00:43:41.911Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30692026-07-29T00:43:43.404Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30702026-07-29T00:43:47.343Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30712026-07-29T00:43:51.758Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30722026-07-29T00:43:56.254Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30732026-07-29T00:43:56.979Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30742026-07-29T00:43:57.163Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30752026-07-29T00:43:57.437Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30762026-07-29T00:44:04.069Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30772026-07-29T00:44:08.653Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30782026-07-29T00:44:26.642Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30792026-07-29T00:45:22.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30802026-07-29T00:45:22.066Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30812026-07-29T00:45:22.066Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30822026-07-29T00:45:22.711Z
30832026-07-29T00:45:22.711Zreal 4:10.211628212
30842026-07-29T00:45:22.711Zuser 21:27.623945961
30852026-07-29T00:45:22.712Zsys 5:00.173218376
30862026-07-29T00:45:22.712Ztrap 0.527146877
30872026-07-29T00:45:22.716Ztflt 0.446054291
30882026-07-29T00:45:22.716Zdflt 0.565511192
30892026-07-29T00:45:22.716Zkflt 0.004351132
30902026-07-29T00:45:22.716Zlock 1:05:32.114204742
30912026-07-29T00:45:22.716Zslp 59:10.214298567
30922026-07-29T00:45:22.716Zlat 1:49.245013450
30932026-07-29T00:45:22.716Zstop 12:52.572667733
30942026-07-29T00:45:22.716Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30952026-07-29T00:45:22.716Z+ ptime -m cargo doc --workspace --no-deps
30962026-07-29T00:45:23.553Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30972026-07-29T00:45:23.553Z |
30982026-07-29T00:45:23.553Z = 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)`
30992026-07-29T00:45:23.553Z = 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>
31002026-07-29T00:45:24.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-07-29T00:45:24.811Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31022026-07-29T00:45:24.856Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31032026-07-29T00:45:24.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31042026-07-29T00:45:24.981Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31052026-07-29T00:45:25.074Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31062026-07-29T00:45:25.102Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31072026-07-29T00:45:25.126Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31082026-07-29T00:45:25.185Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-07-29T00:45:25.243Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-07-29T00:45:25.382Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-07-29T00:45:25.405Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31122026-07-29T00:45:25.408Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31132026-07-29T00:45:25.455Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31142026-07-29T00:45:25.512Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31152026-07-29T00:45:25.512Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31162026-07-29T00:45:25.555Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31172026-07-29T00:45:25.579Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31182026-07-29T00:45:25.625Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31192026-07-29T00:45:25.628Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31202026-07-29T00:45:25.936Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31212026-07-29T00:45:26.077Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-07-29T00:45:26.102Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31232026-07-29T00:45:26.159Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31242026-07-29T00:45:26.204Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31252026-07-29T00:45:26.343Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31262026-07-29T00:45:26.387Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31272026-07-29T00:45:26.505Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31282026-07-29T00:45:26.620Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31292026-07-29T00:45:26.686Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31302026-07-29T00:45:26.737Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31312026-07-29T00:45:26.843Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31322026-07-29T00:45:26.924Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31332026-07-29T00:45:27.014Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31342026-07-29T00:45:27.148Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31352026-07-29T00:45:27.207Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31362026-07-29T00:45:27.232Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31372026-07-29T00:45:27.253Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31382026-07-29T00:45:27.480Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31392026-07-29T00:45:27.508Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31402026-07-29T00:45:27.757Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31412026-07-29T00:45:27.814Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31422026-07-29T00:45:27.877Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31432026-07-29T00:45:27.928Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31442026-07-29T00:45:27.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31452026-07-29T00:45:28.095Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31462026-07-29T00:45:28.127Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31472026-07-29T00:45:28.217Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31482026-07-29T00:45:28.247Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31492026-07-29T00:45:28.343Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31502026-07-29T00:45:28.374Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31512026-07-29T00:45:28.513Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31522026-07-29T00:45:28.550Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31532026-07-29T00:45:28.567Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-07-29T00:45:28.600Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31552026-07-29T00:45:28.624Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31562026-07-29T00:45:28.704Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31572026-07-29T00:45:28.737Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31582026-07-29T00:45:29.273Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31592026-07-29T00:45:29.360Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31602026-07-29T00:45:29.699Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31612026-07-29T00:45:29.725Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31622026-07-29T00:45:29.987Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31632026-07-29T00:45:30.157Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31642026-07-29T00:45:30.160Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31652026-07-29T00:45:30.205Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31662026-07-29T00:45:30.409Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31672026-07-29T00:45:30.438Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31682026-07-29T00:45:30.466Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31692026-07-29T00:45:30.470Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31702026-07-29T00:45:30.639Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31712026-07-29T00:45:30.764Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31722026-07-29T00:45:31.263Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31732026-07-29T00:45:31.521Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31742026-07-29T00:45:31.707Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31752026-07-29T00:45:31.784Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31762026-07-29T00:45:31.958Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31772026-07-29T00:45:31.994Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31782026-07-29T00:45:32.030Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31792026-07-29T00:45:32.061Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31802026-07-29T00:45:32.216Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31812026-07-29T00:45:32.263Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31822026-07-29T00:45:32.295Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31832026-07-29T00:45:32.298Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31842026-07-29T00:45:32.447Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31852026-07-29T00:45:32.608Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31862026-07-29T00:45:32.634Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31872026-07-29T00:45:32.637Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31882026-07-29T00:45:32.679Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31892026-07-29T00:45:32.701Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31902026-07-29T00:45:32.827Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31912026-07-29T00:45:32.870Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31922026-07-29T00:45:32.915Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31932026-07-29T00:45:32.942Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31942026-07-29T00:45:32.988Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31952026-07-29T00:45:33.105Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31962026-07-29T00:45:33.152Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31972026-07-29T00:45:33.197Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31982026-07-29T00:45:33.218Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31992026-07-29T00:45:33.240Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32002026-07-29T00:45:33.346Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32012026-07-29T00:45:33.369Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32022026-07-29T00:45:33.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32032026-07-29T00:45:33.545Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32042026-07-29T00:45:33.568Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32052026-07-29T00:45:33.792Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32062026-07-29T00:45:33.837Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32072026-07-29T00:45:33.880Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32082026-07-29T00:45:34.275Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32092026-07-29T00:45:34.533Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32102026-07-29T00:45:34.802Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32112026-07-29T00:45:35.504Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32122026-07-29T00:45:35.563Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32132026-07-29T00:45:35.754Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32142026-07-29T00:45:35.936Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32152026-07-29T00:45:36.140Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32162026-07-29T00:45:36.505Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32172026-07-29T00:45:37.615Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32182026-07-29T00:45:37.958Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32192026-07-29T00:45:38.243Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32202026-07-29T00:45:38.425Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32212026-07-29T00:45:38.652Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32222026-07-29T00:45:38.694Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32232026-07-29T00:45:38.868Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32242026-07-29T00:45:39.030Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32252026-07-29T00:45:39.347Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32262026-07-29T00:45:39.400Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32272026-07-29T00:45:39.610Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282026-07-29T00:45:40.015Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32292026-07-29T00:45:40.345Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32302026-07-29T00:45:40.568Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32312026-07-29T00:45:40.592Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32322026-07-29T00:45:40.860Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32332026-07-29T00:45:40.962Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32342026-07-29T00:45:41.614Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32352026-07-29T00:45:41.939Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32362026-07-29T00:45:42.444Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32372026-07-29T00:45:42.661Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32382026-07-29T00:45:43.082Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32392026-07-29T00:45:43.456Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32402026-07-29T00:45:43.678Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32412026-07-29T00:45:44.018Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32422026-07-29T00:45:44.292Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32432026-07-29T00:45:44.647Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32442026-07-29T00:45:45.045Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32452026-07-29T00:45:45.229Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32462026-07-29T00:45:45.268Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32472026-07-29T00:45:45.733Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32482026-07-29T00:45:45.915Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32492026-07-29T00:45:46.678Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32502026-07-29T00:45:46.764Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32512026-07-29T00:45:47.338Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32522026-07-29T00:45:47.438Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32532026-07-29T00:45:48.164Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32542026-07-29T00:45:49.850Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32552026-07-29T00:45:51.166Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32562026-07-29T00:45:53.037Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-07-29T00:45:53.526Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-07-29T00:45:53.872Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32592026-07-29T00:45:54.013Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-07-29T00:45:54.126Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32612026-07-29T00:45:54.230Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32622026-07-29T00:45:54.376Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32632026-07-29T00:45:55.863Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32642026-07-29T00:45:56.045Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32652026-07-29T00:45:56.743Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32662026-07-29T00:45:57.033Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32672026-07-29T00:45:57.144Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32682026-07-29T00:45:57.339Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32692026-07-29T00:45:57.634Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32702026-07-29T00:45:57.688Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32712026-07-29T00:45:57.711Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32722026-07-29T00:45:58.176Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32732026-07-29T00:45:58.323Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32742026-07-29T00:45:58.886Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32752026-07-29T00:45:58.932Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32762026-07-29T00:45:59.327Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32772026-07-29T00:45:59.460Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32782026-07-29T00:45:59.508Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32792026-07-29T00:45:59.629Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32802026-07-29T00:46:00.034Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32812026-07-29T00:46:00.223Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32822026-07-29T00:46:01.478Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32832026-07-29T00:46:01.937Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32842026-07-29T00:46:02.631Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32852026-07-29T00:46:04.071Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862026-07-29T00:46:05.628Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32872026-07-29T00:46:06.026Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32882026-07-29T00:46:07.070Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32892026-07-29T00:46:08.409Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32902026-07-29T00:46:09.231Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32912026-07-29T00:46:10.542Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32922026-07-29T00:46:11.052Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32932026-07-29T00:46:12.773Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32942026-07-29T00:46:14.010Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32952026-07-29T00:46:14.434Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32962026-07-29T00:46:15.534Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32972026-07-29T00:46:16.662Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32982026-07-29T00:46:17.162Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32992026-07-29T00:46:17.309Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-07-29T00:46:19.633Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33012026-07-29T00:46:20.643Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33022026-07-29T00:46:23.669Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33032026-07-29T00:46:24.741Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33042026-07-29T00:46:25.333Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052026-07-29T00:46:26.119Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33062026-07-29T00:46:26.879Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33072026-07-29T00:46:27.647Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33082026-07-29T00:46:28.416Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33092026-07-29T00:46:30.641Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33102026-07-29T00:46:30.739Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33112026-07-29T00:46:31.600Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33122026-07-29T00:46:31.820Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33132026-07-29T00:46:32.287Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33142026-07-29T00:46:33.435Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33152026-07-29T00:46:34.616Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33162026-07-29T00:46:37.455Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33172026-07-29T00:46:38.989Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33182026-07-29T00:46:39.779Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33192026-07-29T00:46:40.691Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33202026-07-29T00:46:41.747Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33212026-07-29T00:46:42.631Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33222026-07-29T00:46:43.821Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33232026-07-29T00:46:44.962Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33242026-07-29T00:46:45.954Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33252026-07-29T00:46:47.032Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33262026-07-29T00:46:47.964Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33272026-07-29T00:46:51.022Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33282026-07-29T00:46:51.239Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33292026-07-29T00:46:52.018Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33302026-07-29T00:46:54.649Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33312026-07-29T00:46:55.281Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33322026-07-29T00:46:57.059Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33332026-07-29T00:46:58.485Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33342026-07-29T00:46:59.965Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33352026-07-29T00:47:01.610Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33362026-07-29T00:47:03.476Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33372026-07-29T00:47:04.990Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33382026-07-29T00:47:09.722Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33392026-07-29T00:47:09.966Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33402026-07-29T00:47:11.627Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33412026-07-29T00:47:11.650Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33422026-07-29T00:47:13.297Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33432026-07-29T00:47:15.166Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33442026-07-29T00:47:16.924Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33452026-07-29T00:47:18.920Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33462026-07-29T00:47:20.679Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33472026-07-29T00:47:22.386Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33482026-07-29T00:47:24.037Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33492026-07-29T00:47:26.167Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33502026-07-29T00:47:27.641Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33512026-07-29T00:47:29.371Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33522026-07-29T00:47:31.096Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33532026-07-29T00:47:32.862Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33542026-07-29T00:47:34.278Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33552026-07-29T00:47:36.381Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-29T00:47:41.416Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33572026-07-29T00:47:43.414Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-07-29T00:47:45.278Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33592026-07-29T00:47:46.967Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33602026-07-29T00:47:48.776Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33612026-07-29T00:47:50.888Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33622026-07-29T00:47:52.944Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-07-29T00:47:55.015Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33642026-07-29T00:47:58.252Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33652026-07-29T00:47:59.040Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33662026-07-29T00:47:59.332Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33672026-07-29T00:48:04.466Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33682026-07-29T00:48:06.438Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33692026-07-29T00:48:08.720Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33702026-07-29T00:48:10.895Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33712026-07-29T00:48:13.257Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33722026-07-29T00:48:15.961Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33732026-07-29T00:48:18.655Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33742026-07-29T00:48:20.527Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33752026-07-29T00:48:23.166Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33762026-07-29T00:48:25.221Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33772026-07-29T00:48:27.535Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33782026-07-29T00:48:29.949Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33792026-07-29T00:48:32.292Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33802026-07-29T00:48:34.680Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33812026-07-29T00:48:37.146Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33822026-07-29T00:48:39.446Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33832026-07-29T00:48:41.931Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33842026-07-29T00:48:44.299Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33852026-07-29T00:48:46.732Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33862026-07-29T00:48:49.081Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-07-29T00:48:51.525Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33882026-07-29T00:48:53.856Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33892026-07-29T00:48:56.376Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33902026-07-29T00:48:58.735Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33912026-07-29T00:49:01.200Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33922026-07-29T00:49:03.573Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33932026-07-29T00:49:06.001Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33942026-07-29T00:49:08.500Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33952026-07-29T00:49:10.835Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33962026-07-29T00:49:13.324Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33972026-07-29T00:49:15.796Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33982026-07-29T00:49:18.243Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33992026-07-29T00:49:20.701Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34002026-07-29T00:49:23.057Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34012026-07-29T00:49:25.612Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34022026-07-29T00:49:28.572Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34032026-07-29T00:49:30.762Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34042026-07-29T00:49:33.331Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34052026-07-29T00:49:35.983Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34062026-07-29T00:49:38.401Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-07-29T00:49:40.969Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34082026-07-29T00:49:43.520Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34092026-07-29T00:49:46.256Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34102026-07-29T00:49:48.676Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34112026-07-29T00:49:51.324Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34122026-07-29T00:49:53.854Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34132026-07-29T00:49:56.335Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34142026-07-29T00:49:59.020Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34152026-07-29T00:50:01.540Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34162026-07-29T00:50:04.373Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34172026-07-29T00:50:07.026Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34182026-07-29T00:50:09.657Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34192026-07-29T00:50:12.196Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34202026-07-29T00:50:14.883Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34212026-07-29T00:50:17.485Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34222026-07-29T00:50:20.192Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34232026-07-29T00:50:23.183Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34242026-07-29T00:50:25.724Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34252026-07-29T00:50:33.572Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34262026-07-29T00:50:33.764Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34272026-07-29T00:50:37.141Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34282026-07-29T00:50:40.515Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34292026-07-29T00:50:43.982Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34302026-07-29T00:50:47.447Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-07-29T00:50:50.789Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34322026-07-29T00:50:55.679Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34332026-07-29T00:50:58.502Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34342026-07-29T00:51:02.343Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34352026-07-29T00:51:06.093Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34362026-07-29T00:51:09.830Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34372026-07-29T00:51:13.598Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34382026-07-29T00:51:17.425Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34392026-07-29T00:51:21.105Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34402026-07-29T00:51:24.867Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34412026-07-29T00:51:28.651Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34422026-07-29T00:51:32.340Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34432026-07-29T00:51:36.124Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34442026-07-29T00:51:39.899Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34452026-07-29T00:51:43.654Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-07-29T00:51:47.479Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34472026-07-29T00:51:51.159Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34482026-07-29T00:51:54.948Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34492026-07-29T00:52:24.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
34502026-07-29T00:52:24.966Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34512026-07-29T00:52:24.967Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34522026-07-29T00:52:25.134Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34532026-07-29T00:52:25.237Z
34542026-07-29T00:52:25.237Zreal 7:02.439751644
34552026-07-29T00:52:25.237Zuser 18:35.161466868
34562026-07-29T00:52:25.240Zsys 4:03.584026076
34572026-07-29T00:52:25.240Ztrap 0.267767215
34582026-07-29T00:52:25.240Ztflt 0.037223125
34592026-07-29T00:52:25.240Zdflt 0.125381433
34602026-07-29T00:52:25.240Zkflt 0.000022960
34612026-07-29T00:52:25.240Zlock 6:47:08.891309643
34622026-07-29T00:52:25.240Zslp 2:22:16.183677232
34632026-07-29T00:52:25.240Zlat 32.956202742
34642026-07-29T00:52:25.240Zstop 2:02.231506472
34652026-07-29T00:52:25.240Zprocess exited: duration 803155 ms, exit code 0
 
34662026-07-29T00:52:25.246Zfound 0 output files