01M0ZXND4Y2EGQAM3PSDQT95BX: clippy (helios)

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

Buildomat Job: 01M0ZXNSMWW2WHW9JXBFJAD3FV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T20:56:00.725Zjob assigned to worker 01M0ZXP7BTCBKW8FJ41V0PKRZA [factory aws, i-08cc2db40d8a1f3a3] (queued for 55 s)
 
22026-08-26T20:56:07.233Zstarting task 0: "setup"
32026-08-26T20:56:07.237Z++ uname -s
42026-08-26T20:56:07.240Z+ kern=SunOS
52026-08-26T20:56:07.240Z+ build_user=build
62026-08-26T20:56:07.240Z+ build_uid=12345
72026-08-26T20:56:07.240Z+ work_dir=/work
82026-08-26T20:56:07.241Z+ input_dir=/input
92026-08-26T20:56:07.241Z+ [[ 0 == 12345 ]]
102026-08-26T20:56:07.241Z+ case "$kern" in
112026-08-26T20:56:07.241Z+ groupadd -g 12345 build
122026-08-26T20:56:07.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T20:56:09.256Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T20:56:09.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T20:56:09.342Z+ home_fs=zfs
162026-08-26T20:56:09.342Z+ [[ zfs == autofs ]]
172026-08-26T20:56:09.342Z+ mkdir -p /home/build
182026-08-26T20:56:09.343Z+ chown build:build /home/build /work
192026-08-26T20:56:11.343Z+ chmod 0700 /home/build /work
202026-08-26T20:56:11.346Zprocess exited: duration 4115 ms, exit code 0
 
212026-08-26T20:56:11.353Zstarting task 1: "rust-toolchain"
222026-08-26T20:56:11.357Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T20:56:11.357Z * rust toolchain channel = "1.97.1"
242026-08-26T20:56:11.357Z * rust toolchain profile = "default"
252026-08-26T20:56:11.357Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T20:56:11.357Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T20:56:11.357Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T20:56:11.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T20:56:11.360Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T20:56:11.440Zinfo: downloading installer
312026-08-26T20:56:12.820Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T20:56:12.820Zwarn: /home/build/.rustup/settings.toml
332026-08-26T20:56:12.820Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T20:56:12.820Zwarn: instead of the one inferred from the default host triple.
352026-08-26T20:56:12.832Zinfo: profile set to default
362026-08-26T20:56:12.832Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T20:56:12.835Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T20:56:12.985Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T20:56:12.989Zinfo: downloading 6 components
402026-08-26T20:56:29.766Z
412026-08-26T20:56:29.767Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-26T20:56:29.794Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T20:56:29.794Z
442026-08-26T20:56:29.794Z
452026-08-26T20:56:29.794ZRust is installed now. Great!
462026-08-26T20:56:29.794Z
472026-08-26T20:56:29.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T20:56:29.794Zenvironment variable. This has not been done automatically.
492026-08-26T20:56:29.794Z
502026-08-26T20:56:29.794ZTo configure your current shell, you need to source
512026-08-26T20:56:29.794Zthe corresponding env file under $HOME/.cargo.
522026-08-26T20:56:29.794Z
532026-08-26T20:56:29.795ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T20:56:29.798Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T20:56:29.798Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T20:56:29.798Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T20:56:29.798Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T20:56:29.798Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T20:56:29.798Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T20:56:29.798Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T20:56:29.798Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T20:56:29.884Z+ rustup --version
632026-08-26T20:56:29.894Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T20:56:29.897Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T20:56:29.915Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T20:56:29.919Z+ cargo --version
672026-08-26T20:56:29.933Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T20:56:29.943Z+ rustc --version
692026-08-26T20:56:29.955Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T20:56:29.958Zprocess exited: duration 18604 ms, exit code 0
 
712026-08-26T20:56:29.964Zstarting task 2: "authentication"
722026-08-26T20:56:29.980Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T20:56:29.986Zstarting task 3: "clone repository"
742026-08-26T20:56:29.990Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T20:56:29.993Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T20:56:30.024ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T20:57:04.827Z+ cd /work/oxidecomputer/omicron
782026-08-26T20:57:04.827Z+ git fetch origin f75a7e0cd66f701ff06832750ac6f493bf939f1e
792026-08-26T20:57:05.149ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T20:57:05.149Z * branch f75a7e0cd66f701ff06832750ac6f493bf939f1e -> FETCH_HEAD
812026-08-26T20:57:05.161Z+ [[ -n john/update-disposition-to-instance-manager ]]
822026-08-26T20:57:05.167Z++ git branch --show-current
832026-08-26T20:57:05.167Z+ current=main
842026-08-26T20:57:05.168Z+ [[ main != john/update-disposition-to-instance-manager ]]
852026-08-26T20:57:05.168Z+ git branch -f john/update-disposition-to-instance-manager f75a7e0cd66f701ff06832750ac6f493bf939f1e
862026-08-26T20:57:05.168Z+ git checkout -f john/update-disposition-to-instance-manager
872026-08-26T20:57:05.417ZSwitched to branch 'john/update-disposition-to-instance-manager'
882026-08-26T20:57:05.420Z+ git reset --hard f75a7e0cd66f701ff06832750ac6f493bf939f1e
892026-08-26T20:57:05.672ZHEAD is now at f75a7e0cd log message cleanup
902026-08-26T20:57:05.675Zprocess exited: duration 35687 ms, exit code 0
 
912026-08-26T20:57:05.681Zstarting task 4: "build"
922026-08-26T20:57:05.686Z+ source ./env.sh
932026-08-26T20:57:05.686Z++ OLD_SHELL_OPTS=ehxB
942026-08-26T20:57:05.686Z++ set -o xtrace
952026-08-26T20:57:05.689Z++++ dirname ./env.sh
962026-08-26T20:57:05.692Z+++ readlink -f .
972026-08-26T20:57:05.695Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-26T20:57:05.695Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-26T20:57:05.695Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-26T20:57:05.695Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-26T20:57:05.695Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-26T20:57:05.695Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-26T20:57:05.695Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-26T20:57:05.695Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-26T20:57:05.695Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-26T20:57:05.695Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-26T20:57:05.695Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-26T20:57:05.695Z++ case $OLD_SHELL_OPTS in
1092026-08-26T20:57:05.695Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-26T20:57:05.695Z+ source .github/buildomat/ci-env.sh
1112026-08-26T20:57:05.695Z++ export CARGO_TERM_COLOR=always
1122026-08-26T20:57:05.695Z++ CARGO_TERM_COLOR=always
1132026-08-26T20:57:05.695Z+++ uname -s
1142026-08-26T20:57:05.695Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-26T20:57:05.695Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-26T20:57:05.698Z+ cargo --version
1172026-08-26T20:57:05.704Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-26T20:57:05.707Z+ rustc --version
1192026-08-26T20:57:05.726Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-26T20:57:05.729Z+ banner prerequisites
1212026-08-26T20:57:05.732Z
1222026-08-26T20:57:05.732Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-26T20:57:05.732Z # # # # # # # # # # # # # # #
1242026-08-26T20:57:05.732Z # # # # ##### # # ##### # # # # # #### #
1252026-08-26T20:57:05.732Z ##### ##### # ##### # # # # # # # # #
1262026-08-26T20:57:05.732Z # # # # # # # # # # # # # # #
1272026-08-26T20:57:05.732Z # # # ###### # # ###### ### # #### # #### #
1282026-08-26T20:57:05.732Z
1292026-08-26T20:57:05.732Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-26T20:57:07.769Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-26T20:57:08.153Z Startup: Caching catalogs ... Done
1322026-08-26T20:57:10.320ZPlanning: Solver setup ... Done (2.047s)
1332026-08-26T20:57:10.382ZPlanning: Running solver ... Done (0.062s)
1342026-08-26T20:57:10.435ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-26T20:57:10.446ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-26T20:57:10.461ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-26T20:57:10.475ZPlanning: Package planning ... Done (0.014s)
1382026-08-26T20:57:10.478ZPlanning: Merging actions ... Done (0.001s)
1392026-08-26T20:57:10.698ZPlanning: Checking for conflicting actions ... Done (0.222s)
1402026-08-26T20:57:10.701ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-26T20:57:11.425ZPlanning: Evaluating mediators ... Done (0.726s)
1422026-08-26T20:57:11.428ZPlanning: Planning completed in 3.24 seconds
1432026-08-26T20:57:11.434Z Packages to install: 2
1442026-08-26T20:57:11.434Z Estimated space available: 156.01 GB
1452026-08-26T20:57:11.437ZEstimated space to be consumed: 80.56 MB
1462026-08-26T20:57:11.437Z Create boot environment: No
1472026-08-26T20:57:11.437ZCreate backup boot environment: No
1482026-08-26T20:57:11.437Z Rebuild boot archive: No
1492026-08-26T20:57:11.437Z
1502026-08-26T20:57:11.438ZChanged packages:
1512026-08-26T20:57:11.438Zhelios
1522026-08-26T20:57:11.438Z developer/build-essential
1532026-08-26T20:57:11.438Z None -> 11-3.0
1542026-08-26T20:57:11.438Z library/libxmlsec1
1552026-08-26T20:57:11.438Z None -> 1.2.35-3.0
1562026-08-26T20:57:11.458Z
1572026-08-26T20:57:11.458ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-26T20:57:11.526ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-08-26T20:57:11.598Z Actions: 1/268 actions (Installing new actions)
1602026-08-26T20:57:11.636Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-26T20:57:11.672ZFinalize: Updating package state database ... Done (0.036s)
1622026-08-26T20:57:11.672ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-26T20:57:11.759ZFinalize: Updating image state ... Done (0.087s)
1642026-08-26T20:57:14.217ZFinalize: Creating fast lookup database ... Done (2.405s)
1652026-08-26T20:57:14.284ZFinalize: Reading search index ... Done (0.012s)
1662026-08-26T20:57:14.287ZFinalize: Updating search index ... Done (0.000s)
1672026-08-26T20:57:14.385ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-26T20:57:14.756ZPlanning: Evaluating mediator changes ... Done
1692026-08-26T20:57:14.861ZPlanning: Checking for conflicting actions ... Done
1702026-08-26T20:57:14.864ZPlanning: Consolidating action changes ... Done
1712026-08-26T20:57:15.019ZPlanning: Evaluating mediators ... Done
1722026-08-26T20:57:15.023ZPlanning: Planning completed in 0.26 seconds
1732026-08-26T20:57:15.042Z Mediators to change: 2
1742026-08-26T20:57:15.042Z Create boot environment: No
1752026-08-26T20:57:15.042ZCreate backup boot environment: No
1762026-08-26T20:57:15.087ZFinalize: Updating package state database ... Done
1772026-08-26T20:57:15.087ZFinalize: Updating package cache ... Done
1782026-08-26T20:57:15.139ZFinalize: Updating image state ... Done
1792026-08-26T20:57:17.110ZFinalize: Creating fast lookup database ... Done
1802026-08-26T20:57:17.174ZFinalize: Reading search index ... Done
1812026-08-26T20:57:17.177ZFinalize: Updating search index ... Done
1822026-08-26T20:57:17.271ZFinalize: Updating package cache ... Done
1832026-08-26T20:57:17.563ZPlanning: Evaluating mediator changes ... Done
1842026-08-26T20:57:17.670ZPlanning: Checking for conflicting actions ... Done
1852026-08-26T20:57:17.673ZPlanning: Consolidating action changes ... Done
1862026-08-26T20:57:17.830ZPlanning: Evaluating mediators ... Done
1872026-08-26T20:57:17.834ZPlanning: Planning completed in 0.27 seconds
1882026-08-26T20:57:17.854Z Mediators to change: 1
1892026-08-26T20:57:17.854Z Create boot environment: No
1902026-08-26T20:57:17.854ZCreate backup boot environment: No
1912026-08-26T20:57:17.898ZFinalize: Updating package state database ... Done
1922026-08-26T20:57:17.898ZFinalize: Updating package cache ... Done
1932026-08-26T20:57:17.953ZFinalize: Updating image state ... Done
1942026-08-26T20:57:19.895ZFinalize: Creating fast lookup database ... Done
1952026-08-26T20:57:19.954ZFinalize: Reading search index ... Done
1962026-08-26T20:57:19.957ZFinalize: Updating search index ... Done
1972026-08-26T20:57:20.030ZFinalize: Updating package cache ... Done
1982026-08-26T20:57:20.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-26T20:57:20.345Zapache system 2.4 system
2002026-08-26T20:57:20.345Zclang system 15 system
2012026-08-26T20:57:20.345Zcsh system system illumos
2022026-08-26T20:57:20.345Zctags system system illumos
2032026-08-26T20:57:20.345Zfile vendor vendor darwinsys
2042026-08-26T20:57:20.345Zfile system system illumos
2052026-08-26T20:57:20.345Zgcc vendor 14 vendor
2062026-08-26T20:57:20.345Zgcc system 13 system
2072026-08-26T20:57:20.345Zgcc system 10 system
2082026-08-26T20:57:20.345Zgo system 1.25 system
2092026-08-26T20:57:20.345Zllvm system 15 system
2102026-08-26T20:57:20.345Zmariadb system 11.4 system
2112026-08-26T20:57:20.345Zmta vendor vendor dma
2122026-08-26T20:57:20.345Zopenjdk system 17 system
2132026-08-26T20:57:20.345Zopenjdk system 11 system
2142026-08-26T20:57:20.345Zopenssl vendor 3 vendor
2152026-08-26T20:57:20.345Zperl system 5.40 system
2162026-08-26T20:57:20.345Zpostgresql system 18 system
2172026-08-26T20:57:20.345Zpostgresql system 17 system
2182026-08-26T20:57:20.345Zpython vendor 3 vendor
2192026-08-26T20:57:20.345Zpython system 2 system
2202026-08-26T20:57:20.346Zpython3 vendor 3.13 vendor
2212026-08-26T20:57:20.346Zruby system 3.4 system
2222026-08-26T20:57:20.346Zruby system 3.0 system
2232026-08-26T20:57:20.346Zwords vendor vendor american-english
2242026-08-26T20:57:20.346Zwords system system australian-english
2252026-08-26T20:57:20.346Zwords system system british-english
2262026-08-26T20:57:20.346Zwords system system canadian-english
2272026-08-26T20:57:20.346Zwords system system french
2282026-08-26T20:57:20.346Zwords system system italian
2292026-08-26T20:57:20.346Zwords system system ngerman
2302026-08-26T20:57:20.346Zwords system system ogerman
2312026-08-26T20:57:20.346Zwords system system spanish
2322026-08-26T20:57:20.606ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-26T20:57:20.606Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-26T20:57:21.108ZFMRI IFO
2352026-08-26T20:57:21.108Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-26T20:57:21.108Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-26T20:57:21.108Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-26T20:57:21.108Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-26T20:57:21.108Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-26T20:57:21.108Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-26T20:57:21.108Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-26T20:57:21.108Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-26T20:57:21.109Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-26T20:57:21.449Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-26T20:57:21.881Z Updating crates.io index
2462026-08-26T20:57:21.959Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-26T20:57:22.190Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-26T20:57:22.530Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-26T20:57:22.838Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-26T20:57:23.800Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-26T20:57:24.432Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-26T20:57:26.026Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-26T20:57:27.379Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-26T20:57:27.747Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-26T20:57:28.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-26T20:57:29.321Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-26T20:57:29.656Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-26T20:57:30.047Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-26T20:57:30.384Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-26T20:57:30.820Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-26T20:57:31.083Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-26T20:57:31.449Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-26T20:57:31.782Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-26T20:57:32.102Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-26T20:57:33.752Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-26T20:57:34.099Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-26T20:57:34.702Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-26T20:57:35.016Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-26T20:57:35.716Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-26T20:57:36.052Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-26T20:57:36.629Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-26T20:57:37.056Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-26T20:57:37.329Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-26T20:57:37.834Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-26T20:57:38.200Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-26T20:57:38.605Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-26T20:57:38.981Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-26T20:57:39.406Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-26T20:57:39.952Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-26T20:57:40.556Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-26T20:57:40.852Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-26T20:57:41.178Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-26T20:57:41.894Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-26T20:57:42.168Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-26T20:57:42.501Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-26T20:57:42.839Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-26T20:57:43.162Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-26T20:57:43.440Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-26T20:57:46.602Z Downloading crates ...
2902026-08-26T20:57:46.669Z Downloaded heck v0.4.1
2912026-08-26T20:57:46.674Z Downloaded zmij v1.0.21
2922026-08-26T20:57:46.677Z Downloaded getrandom v0.4.3
2932026-08-26T20:57:46.681Z Downloaded block-buffer v0.10.4
2942026-08-26T20:57:46.684Z Downloaded fastrand v2.3.0
2952026-08-26T20:57:46.684Z Downloaded crypto-common v0.1.7
2962026-08-26T20:57:46.687Z Downloaded clap_lex v1.0.0
2972026-08-26T20:57:46.687Z Downloaded colorchoice v1.0.4
2982026-08-26T20:57:46.687Z Downloaded dof v0.3.0
2992026-08-26T20:57:46.691Z Downloaded zerocopy v0.7.35
3002026-08-26T20:57:46.700Z Downloaded errno v0.3.14
3012026-08-26T20:57:46.703Z Downloaded zerocopy-derive v0.7.35
3022026-08-26T20:57:46.703Z Downloaded cfg-if v1.0.4
3032026-08-26T20:57:46.707Z Downloaded cpufeatures v0.2.17
3042026-08-26T20:57:46.707Z Downloaded fnv v1.0.7
3052026-08-26T20:57:46.707Z Downloaded anstyle-query v1.1.5
3062026-08-26T20:57:46.707Z Downloaded dtrace-parser v0.2.0
3072026-08-26T20:57:46.710Z Downloaded digest v0.10.7
3082026-08-26T20:57:46.710Z Downloaded heck v0.5.0
3092026-08-26T20:57:46.713Z Downloaded generic-array v0.14.7
3102026-08-26T20:57:46.716Z Downloaded anstyle v1.0.14
3112026-08-26T20:57:46.719Z Downloaded byteorder v1.5.0
3122026-08-26T20:57:46.719Z Downloaded cargo_metadata v0.23.1
3132026-08-26T20:57:46.724Z Downloaded anstyle-parse v1.0.0
3142026-08-26T20:57:46.727Z Downloaded cargo-platform v0.3.2
3152026-08-26T20:57:46.727Z Downloaded version_check v0.9.5
3162026-08-26T20:57:46.741Z Downloaded clap_derive v4.6.1
3172026-08-26T20:57:46.744Z Downloaded pest_derive v2.8.6
3182026-08-26T20:57:46.747Z Downloaded thread-id v4.2.2
3192026-08-26T20:57:46.747Z Downloaded usdt-attr-macro v0.5.0
3202026-08-26T20:57:46.750Z Downloaded equivalent v1.0.2
3212026-08-26T20:57:46.750Z Downloaded plain v0.2.3
3222026-08-26T20:57:46.760Z Downloaded strsim v0.11.1
3232026-08-26T20:57:46.763Z Downloaded smawk v0.3.2
3242026-08-26T20:57:46.763Z Downloaded proc-macro-error-attr v1.0.4
3252026-08-26T20:57:46.766Z Downloaded serde_spanned v0.6.9
3262026-08-26T20:57:46.769Z Downloaded utf8parse v0.2.2
3272026-08-26T20:57:46.769Z Downloaded macaddr v1.0.1
3282026-08-26T20:57:46.769Z Downloaded scroll_derive v0.12.1
3292026-08-26T20:57:46.773Z Downloaded usdt-macro v0.5.0
3302026-08-26T20:57:46.776Z Downloaded swrite v0.1.0
3312026-08-26T20:57:46.779Z Downloaded terminal_size v0.4.3
3322026-08-26T20:57:46.779Z Downloaded tabled_derive v0.7.0
3332026-08-26T20:57:46.779Z Downloaded pretty-hex v0.4.1
3342026-08-26T20:57:46.784Z Downloaded memmap v0.7.0
3352026-08-26T20:57:46.788Z Downloaded unicode-linebreak v0.1.5
3362026-08-26T20:57:46.790Z Downloaded usdt v0.5.0
3372026-08-26T20:57:46.790Z Downloaded bytecount v0.6.9
3382026-08-26T20:57:46.790Z Downloaded camino v1.2.5
3392026-08-26T20:57:46.795Z Downloaded toml_datetime v0.6.11
3402026-08-26T20:57:46.798Z Downloaded itoa v1.0.17
3412026-08-26T20:57:46.801Z Downloaded fs-err v3.3.0
3422026-08-26T20:57:46.801Z Downloaded is_terminal_polyfill v1.70.2
3432026-08-26T20:57:46.805Z Downloaded pest_generator v2.8.6
3442026-08-26T20:57:46.808Z Downloaded bitflags v2.11.0
3452026-08-26T20:57:46.809Z Downloaded anstream v1.0.0
3462026-08-26T20:57:46.812Z Downloaded thiserror v1.0.69
3472026-08-26T20:57:46.812Z Downloaded cargo_toml v0.21.0
3482026-08-26T20:57:46.812Z Downloaded toml_write v0.1.2
3492026-08-26T20:57:46.812Z Downloaded autocfg v1.5.0
3502026-08-26T20:57:46.815Z Downloaded serde_tokenstream v0.2.3
3512026-08-26T20:57:46.818Z Downloaded thiserror-impl v2.0.18
3522026-08-26T20:57:46.820Z Downloaded usdt-impl v0.5.0
3532026-08-26T20:57:46.823Z Downloaded scroll v0.12.0
3542026-08-26T20:57:46.829Z Downloaded thiserror v2.0.18
3552026-08-26T20:57:46.832Z Downloaded proc-macro-error v1.0.4
3562026-08-26T20:57:46.835Z Downloaded thiserror-impl v1.0.69
3572026-08-26T20:57:46.835Z Downloaded camino-tempfile v1.4.1
3582026-08-26T20:57:46.838Z Downloaded clap v4.6.1
3592026-08-26T20:57:46.841Z Downloaded pest_meta v2.8.6
3602026-08-26T20:57:46.853Z Downloaded ucd-trie v0.1.7
3612026-08-26T20:57:46.858Z Downloaded quote v1.0.45
3622026-08-26T20:57:46.861Z Downloaded once_cell v1.21.3
3632026-08-26T20:57:46.863Z Downloaded semver v1.0.28
3642026-08-26T20:57:46.873Z Downloaded tempfile v3.27.0
3652026-08-26T20:57:46.876Z Downloaded sha2 v0.10.9
3662026-08-26T20:57:46.880Z Downloaded serde_core v1.0.228
3672026-08-26T20:57:46.883Z Downloaded unicode-ident v1.0.24
3682026-08-26T20:57:46.883Z Downloaded textwrap v0.16.2
3692026-08-26T20:57:46.886Z Downloaded papergrid v0.11.0
3702026-08-26T20:57:46.888Z Downloaded proc-macro2 v1.0.106
3712026-08-26T20:57:46.891Z Downloaded log v0.4.33
3722026-08-26T20:57:46.895Z Downloaded toml v0.8.23
3732026-08-26T20:57:46.899Z Downloaded toml_edit v0.22.27
3742026-08-26T20:57:46.903Z Downloaded serde_derive v1.0.228
3752026-08-26T20:57:46.908Z Downloaded anyhow v1.0.104
3762026-08-26T20:57:46.912Z Downloaded hashbrown v0.17.0
3772026-08-26T20:57:46.916Z Downloaded typenum v1.20.1
3782026-08-26T20:57:46.926Z Downloaded serde v1.0.228
3792026-08-26T20:57:46.929Z Downloaded indexmap v2.14.0
3802026-08-26T20:57:46.932Z Downloaded goblin v0.8.2
3812026-08-26T20:57:46.935Z Downloaded pest v2.8.6
3822026-08-26T20:57:46.939Z Downloaded memchr v2.8.0
3832026-08-26T20:57:46.975Z Downloaded clap_builder v4.6.0
3842026-08-26T20:57:46.982Z Downloaded serde_json v1.0.151
3852026-08-26T20:57:46.992Z Downloaded tabled v0.15.0
3862026-08-26T20:57:47.000Z Downloaded winnow v0.7.14
3872026-08-26T20:57:47.004Z Downloaded syn v1.0.109
3882026-08-26T20:57:47.023Z Downloaded unicode-width v0.2.0
3892026-08-26T20:57:47.031Z Downloaded unicode-width v0.1.14
3902026-08-26T20:57:47.034Z Downloaded syn v2.0.117
3912026-08-26T20:57:47.050Z Downloaded rustix v1.1.4
3922026-08-26T20:57:47.079Z Downloaded libc v0.2.185
3932026-08-26T20:57:47.141Z Compiling proc-macro2 v1.0.106
3942026-08-26T20:57:47.141Z Compiling unicode-ident v1.0.24
3952026-08-26T20:57:47.141Z Compiling quote v1.0.45
3962026-08-26T20:57:47.141Z Compiling serde_core v1.0.228
3972026-08-26T20:57:47.144Z Compiling libc v0.2.185
3982026-08-26T20:57:47.144Z Compiling version_check v0.9.5
3992026-08-26T20:57:47.145Z Compiling memchr v2.8.0
4002026-08-26T20:57:47.145Z Compiling serde v1.0.228
4012026-08-26T20:57:47.459Z Compiling zmij v1.0.21
4022026-08-26T20:57:47.640Z Compiling itoa v1.0.17
4032026-08-26T20:57:47.723Z Compiling ucd-trie v0.1.7
4042026-08-26T20:57:47.830Z Compiling thiserror v1.0.69
4052026-08-26T20:57:47.987Z Compiling pest v2.8.6
4062026-08-26T20:57:48.021Z Compiling rustix v1.1.4
4072026-08-26T20:57:48.082Z Compiling byteorder v1.5.0
4082026-08-26T20:57:48.303Z Compiling errno v0.3.14
4092026-08-26T20:57:48.321Z Compiling bitflags v2.11.0
4102026-08-26T20:57:48.518Z Compiling serde_json v1.0.151
4112026-08-26T20:57:48.540Z Compiling syn v2.0.117
4122026-08-26T20:57:48.631Z Compiling thread-id v4.2.2
4132026-08-26T20:57:48.716Z Compiling proc-macro-error-attr v1.0.4
4142026-08-26T20:57:48.735Z Compiling usdt-impl v0.5.0
4152026-08-26T20:57:48.820Z Compiling camino v1.2.5
4162026-08-26T20:57:48.893Z Compiling syn v1.0.109
4172026-08-26T20:57:49.043Z Compiling pest_meta v2.8.6
4182026-08-26T20:57:49.209Z Compiling proc-macro-error v1.0.4
4192026-08-26T20:57:49.226Z Compiling log v0.4.33
4202026-08-26T20:57:49.241Z Compiling hashbrown v0.17.0
4212026-08-26T20:57:49.390Z Compiling getrandom v0.4.3
4222026-08-26T20:57:49.412Z Compiling plain v0.2.3
4232026-08-26T20:57:49.597Z Compiling utf8parse v0.2.2
4242026-08-26T20:57:49.718Z Compiling equivalent v1.0.2
4252026-08-26T20:57:49.784Z Compiling anstyle-parse v1.0.0
4262026-08-26T20:57:49.801Z Compiling indexmap v2.14.0
4272026-08-26T20:57:49.817Z Compiling terminal_size v0.4.3
4282026-08-26T20:57:50.501Z Compiling autocfg v1.5.0
4292026-08-26T20:57:50.527Z Compiling toml_write v0.1.2
4302026-08-26T20:57:50.531Z Compiling is_terminal_polyfill v1.70.2
4312026-08-26T20:57:50.591Z Compiling cfg-if v1.0.4
4322026-08-26T20:57:50.646Z Compiling anstyle v1.0.14
4332026-08-26T20:57:50.668Z Compiling pretty-hex v0.4.1
4342026-08-26T20:57:50.715Z Compiling winnow v0.7.14
4352026-08-26T20:57:50.732Z Compiling anstyle-query v1.1.5
4362026-08-26T20:57:50.824Z Compiling thiserror v2.0.18
4372026-08-26T20:57:50.846Z Compiling pest_generator v2.8.6
4382026-08-26T20:57:50.865Z Compiling colorchoice v1.0.4
4392026-08-26T20:57:50.946Z Compiling fs-err v3.3.0
4402026-08-26T20:57:50.985Z Compiling anstream v1.0.0
4412026-08-26T20:57:51.139Z Compiling heck v0.5.0
4422026-08-26T20:57:51.303Z Compiling anyhow v1.0.104
4432026-08-26T20:57:51.364Z Compiling heck v0.4.1
4442026-08-26T20:57:51.381Z Compiling once_cell v1.21.3
4452026-08-26T20:57:51.485Z Compiling strsim v0.11.1
4462026-08-26T20:57:51.542Z Compiling bytecount v0.6.9
4472026-08-26T20:57:51.590Z Compiling clap_lex v1.0.0
4482026-08-26T20:57:51.607Z Compiling fnv v1.0.7
4492026-08-26T20:57:51.611Z Compiling unicode-width v0.1.14
4502026-08-26T20:57:51.678Z Compiling fastrand v2.3.0
4512026-08-26T20:57:51.816Z Compiling clap_builder v4.6.0
4522026-08-26T20:57:51.891Z Compiling papergrid v0.11.0
4532026-08-26T20:57:51.925Z Compiling tempfile v3.27.0
4542026-08-26T20:57:51.943Z Compiling cargo-platform v0.3.2
4552026-08-26T20:57:51.946Z Compiling semver v1.0.28
4562026-08-26T20:57:52.058Z Compiling tabled_derive v0.7.0
4572026-08-26T20:57:52.214Z Compiling memmap v0.7.0
4582026-08-26T20:57:52.232Z Compiling smawk v0.3.2
4592026-08-26T20:57:52.273Z Compiling unicode-width v0.2.0
4602026-08-26T20:57:52.293Z Compiling unicode-linebreak v0.1.5
4612026-08-26T20:57:52.384Z Compiling camino-tempfile v1.4.1
4622026-08-26T20:57:52.479Z Compiling serde_derive v1.0.228
4632026-08-26T20:57:52.535Z Compiling thiserror-impl v1.0.69
4642026-08-26T20:57:52.554Z Compiling zerocopy-derive v0.7.35
4652026-08-26T20:57:52.619Z Compiling pest_derive v2.8.6
4662026-08-26T20:57:52.682Z Compiling scroll_derive v0.12.1
4672026-08-26T20:57:52.956Z Compiling thiserror-impl v2.0.18
4682026-08-26T20:57:53.060Z Compiling clap_derive v4.6.1
4692026-08-26T20:57:53.293Z Compiling tabled v0.15.0
4702026-08-26T20:57:53.329Z Compiling scroll v0.12.0
4712026-08-26T20:57:53.394Z Compiling zerocopy v0.7.35
4722026-08-26T20:57:53.603Z Compiling goblin v0.8.2
4732026-08-26T20:57:53.891Z Compiling dtrace-parser v0.2.0
4742026-08-26T20:57:53.956Z Compiling textwrap v0.16.2
4752026-08-26T20:57:54.415Z Compiling swrite v0.1.0
4762026-08-26T20:57:54.796Z Compiling clap v4.6.1
4772026-08-26T20:57:55.539Z Compiling toml_datetime v0.6.11
4782026-08-26T20:57:55.539Z Compiling serde_spanned v0.6.9
4792026-08-26T20:57:55.539Z Compiling cargo_metadata v0.23.1
4802026-08-26T20:57:55.543Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-26T20:57:55.543Z Compiling macaddr v1.0.1
4822026-08-26T20:57:55.622Z Compiling dof v0.3.0
4832026-08-26T20:57:55.625Z Compiling serde_tokenstream v0.2.3
4842026-08-26T20:57:55.749Z Compiling toml_edit v0.22.27
4852026-08-26T20:57:56.421Z Compiling usdt-attr-macro v0.5.0
4862026-08-26T20:57:56.421Z Compiling usdt-macro v0.5.0
4872026-08-26T20:57:57.017Z Compiling usdt v0.5.0
4882026-08-26T20:57:57.092Z Compiling toml v0.8.23
4892026-08-26T20:57:57.422Z Compiling cargo_toml v0.21.0
4902026-08-26T20:57:58.664Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-26T20:58:00.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s
4922026-08-26T20:58:00.887Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-26T20:58:01.401Z Downloading crates ...
4942026-08-26T20:58:01.466Z Downloaded assert_matches v1.5.0
4952026-08-26T20:58:01.470Z Downloaded embedded-io v0.6.1
4962026-08-26T20:58:01.473Z Downloaded aead v0.6.1
4972026-08-26T20:58:01.477Z Downloaded addr2line v0.25.1
4982026-08-26T20:58:01.477Z Downloaded ahash v0.8.12
4992026-08-26T20:58:01.480Z Downloaded const-oid v0.10.2
5002026-08-26T20:58:01.480Z Downloaded endian-type v0.1.2
5012026-08-26T20:58:01.480Z Downloaded atomic-waker v1.1.2
5022026-08-26T20:58:01.483Z Downloaded backtrace-ext v0.2.1
5032026-08-26T20:58:01.483Z Downloaded base16ct v1.0.0
5042026-08-26T20:58:01.483Z Downloaded base16ct v0.2.0
5052026-08-26T20:58:01.483Z Downloaded futures-sink v0.3.32
5062026-08-26T20:58:01.487Z Downloaded float-cmp v0.10.0
5072026-08-26T20:58:01.487Z Downloaded fixedbitset v0.5.7
5082026-08-26T20:58:01.487Z Downloaded foldhash v0.1.5
5092026-08-26T20:58:01.490Z Downloaded gethostname v0.5.0
5102026-08-26T20:58:01.490Z Downloaded fatfs v0.3.6
5112026-08-26T20:58:01.490Z Downloaded futures-macro v0.3.32
5122026-08-26T20:58:01.493Z Downloaded async-recursion v1.1.1
5132026-08-26T20:58:01.493Z Downloaded ghash v0.6.0
5142026-08-26T20:58:01.496Z Downloaded float-ord v0.3.2
5152026-08-26T20:58:01.496Z Downloaded foreign-types-shared v0.1.1
5162026-08-26T20:58:01.496Z Downloaded hex v0.4.3
5172026-08-26T20:58:01.500Z Downloaded atomicwrites v0.4.4
5182026-08-26T20:58:01.500Z Downloaded ascii-canvas v3.0.0
5192026-08-26T20:58:01.500Z Downloaded bcrypt-pbkdf v0.11.0
5202026-08-26T20:58:01.503Z Downloaded async-stream v0.3.6
5212026-08-26T20:58:01.506Z Downloaded bb8 v0.8.6
5222026-08-26T20:58:01.506Z Downloaded bit-set v0.5.3
5232026-08-26T20:58:01.506Z Downloaded funty v2.0.0
5242026-08-26T20:58:01.509Z Downloaded fxhash v0.2.1
5252026-08-26T20:58:01.512Z Downloaded ena v0.14.4
5262026-08-26T20:58:01.512Z Downloaded globset v0.4.18
5272026-08-26T20:58:01.512Z Downloaded allocator-api2 v0.2.21
5282026-08-26T20:58:01.516Z Downloaded ff v0.14.0
5292026-08-26T20:58:01.520Z Downloaded async-stream-impl v0.3.6
5302026-08-26T20:58:01.520Z Downloaded enum-as-inner v0.6.1
5312026-08-26T20:58:01.520Z Downloaded fixedbitset v0.4.2
5322026-08-26T20:58:01.520Z Downloaded foreign-types-macros v0.2.3
5332026-08-26T20:58:01.523Z Downloaded atty v0.2.14
5342026-08-26T20:58:01.523Z Downloaded array-init v0.0.4
5352026-08-26T20:58:01.526Z Downloaded bitfield-macros v0.19.4
5362026-08-26T20:58:01.526Z Downloaded env_filter v2.0.0
5372026-08-26T20:58:01.526Z Downloaded fd-lock v4.0.4
5382026-08-26T20:58:01.526Z Downloaded foreign-types-shared v0.3.1
5392026-08-26T20:58:01.529Z Downloaded form_urlencoded v1.2.2
5402026-08-26T20:58:01.529Z Downloaded embedded-io v0.4.0
5412026-08-26T20:58:01.529Z Downloaded futures-io v0.3.32
5422026-08-26T20:58:01.529Z Downloaded flagset v0.4.7
5432026-08-26T20:58:01.529Z Downloaded futures-core v0.3.32
5442026-08-26T20:58:01.529Z Downloaded group v0.13.0
5452026-08-26T20:58:01.532Z Downloaded foreign-types v0.3.2
5462026-08-26T20:58:01.532Z Downloaded foreign-types v0.5.0
5472026-08-26T20:58:01.535Z Downloaded fallible-iterator v0.2.0
5482026-08-26T20:58:01.535Z Downloaded futures-task v0.3.32
5492026-08-26T20:58:01.535Z Downloaded ciborium-io v0.2.2
5502026-08-26T20:58:01.538Z Downloaded bit-set v0.8.0
5512026-08-26T20:58:01.541Z Downloaded httpdate v1.0.3
5522026-08-26T20:58:01.541Z Downloaded env_logger v0.11.11
5532026-08-26T20:58:01.544Z Downloaded fs_extra v1.3.0
5542026-08-26T20:58:01.544Z Downloaded highway v1.3.0
5552026-08-26T20:58:01.544Z Downloaded adler2 v2.0.1
5562026-08-26T20:58:01.547Z Downloaded cfg_aliases v0.2.1
5572026-08-26T20:58:01.547Z Downloaded git-stub-vcs v0.1.0
5582026-08-26T20:58:01.552Z Downloaded erased-serde v0.3.31
5592026-08-26T20:58:01.555Z Downloaded ff v0.13.1
5602026-08-26T20:58:01.555Z Downloaded fs-err v2.11.0
5612026-08-26T20:58:01.558Z Downloaded hubpack v0.1.2
5622026-08-26T20:58:01.558Z Downloaded filetime v0.2.27
5632026-08-26T20:58:01.558Z Downloaded bitfield-struct v0.6.2
5642026-08-26T20:58:01.558Z Downloaded home v0.5.12
5652026-08-26T20:58:01.558Z Downloaded globwalk v0.9.1
5662026-08-26T20:58:01.561Z Downloaded hostname v0.4.2
5672026-08-26T20:58:01.564Z Downloaded nibble_vec v0.1.0
5682026-08-26T20:58:01.564Z Downloaded hash32 v0.3.1
5692026-08-26T20:58:01.564Z Downloaded backoff v0.4.0
5702026-08-26T20:58:01.567Z Downloaded git-stub v1.0.0
5712026-08-26T20:58:01.571Z Downloaded anstream v0.6.21
5722026-08-26T20:58:01.573Z Downloaded aead v0.5.2
5732026-08-26T20:58:01.573Z Downloaded base64ct v1.8.3
5742026-08-26T20:58:01.576Z Downloaded headers-core v0.3.0
5752026-08-26T20:58:01.579Z Downloaded enum_dispatch v0.3.13
5762026-08-26T20:58:01.583Z Downloaded castaway v0.2.4
5772026-08-26T20:58:01.587Z Downloaded http-body v1.0.1
5782026-08-26T20:58:01.590Z Downloaded block-padding v0.4.2
5792026-08-26T20:58:01.590Z Downloaded cfg_aliases v0.1.1
5802026-08-26T20:58:01.590Z Downloaded compression-core v0.4.31
5812026-08-26T20:58:01.590Z Downloaded hash32 v0.2.1
5822026-08-26T20:58:01.590Z Downloaded hubpack_derive v0.1.1
5832026-08-26T20:58:01.593Z Downloaded hostname v0.3.1
5842026-08-26T20:58:01.596Z Downloaded cobs v0.3.0
5852026-08-26T20:58:01.599Z Downloaded newline-converter v0.3.0
5862026-08-26T20:58:01.599Z Downloaded futures-executor v0.3.32
5872026-08-26T20:58:01.599Z Downloaded http-range v0.1.5
5882026-08-26T20:58:01.602Z Downloaded oxide-generation-macros v0.2.0
5892026-08-26T20:58:01.602Z Downloaded block-buffer v0.12.1
5902026-08-26T20:58:01.605Z Downloaded normalize-line-endings v0.3.0
5912026-08-26T20:58:01.605Z Downloaded num_threads v0.1.7
5922026-08-26T20:58:01.605Z Downloaded nodrop v0.1.14
5932026-08-26T20:58:01.609Z Downloaded num-iter v0.1.45
5942026-08-26T20:58:01.609Z Downloaded path-slash v0.1.5
5952026-08-26T20:58:01.612Z Downloaded phf_shared v0.13.1
5962026-08-26T20:58:01.615Z Downloaded async-trait v0.1.89
5972026-08-26T20:58:01.615Z Downloaded phf_shared v0.12.1
5982026-08-26T20:58:01.615Z Downloaded proc-macro-crate v1.3.1
5992026-08-26T20:58:01.618Z Downloaded http-body-util v0.1.3
6002026-08-26T20:58:01.618Z Downloaded bit-vec v0.8.0
6012026-08-26T20:58:01.618Z Downloaded bitfield v0.19.4
6022026-08-26T20:58:01.618Z Downloaded foldhash v0.2.0
6032026-08-26T20:58:01.622Z Downloaded arrayref v0.3.9
6042026-08-26T20:58:01.622Z Downloaded arrayvec v0.7.6
6052026-08-26T20:58:01.625Z Downloaded packed_struct v0.10.1
6062026-08-26T20:58:01.625Z Downloaded group v0.14.0
6072026-08-26T20:58:01.628Z Downloaded anstyle-parse v0.2.7
6082026-08-26T20:58:01.628Z Downloaded bcs v0.1.6
6092026-08-26T20:58:01.631Z Downloaded cassowary v0.3.0
6102026-08-26T20:58:01.631Z Downloaded cbc v0.2.1
6112026-08-26T20:58:01.635Z Downloaded camino-tempfile-ext v0.3.3
6122026-08-26T20:58:01.638Z Downloaded cexpr v0.6.0
6132026-08-26T20:58:01.638Z Downloaded ref-cast-impl v1.0.25
6142026-08-26T20:58:01.638Z Downloaded rustc-hash v2.1.1
6152026-08-26T20:58:01.638Z Downloaded cmake v0.1.57
6162026-08-26T20:58:01.641Z Downloaded cmov v0.5.4
6172026-08-26T20:58:01.641Z Downloaded bs58 v0.5.1
6182026-08-26T20:58:01.641Z Downloaded sapling-renderdag v0.1.0
6192026-08-26T20:58:01.644Z Downloaded secrecy v0.10.3
6202026-08-26T20:58:01.644Z Downloaded chacha20 v0.9.1
6212026-08-26T20:58:01.647Z Downloaded elliptic-curve v0.14.1
6222026-08-26T20:58:01.647Z Downloaded glob v0.3.3
6232026-08-26T20:58:01.650Z Downloaded powerfmt v0.2.0
6242026-08-26T20:58:01.651Z Downloaded precomputed-hash v0.1.1
6252026-08-26T20:58:01.651Z Downloaded half v2.7.1
6262026-08-26T20:58:01.657Z Downloaded find-msvc-tools v0.1.9
6272026-08-26T20:58:01.660Z Downloaded const-oid v0.9.6
6282026-08-26T20:58:01.664Z Downloaded hex-literal v1.1.0
6292026-08-26T20:58:01.667Z Downloaded radium v0.7.0
6302026-08-26T20:58:01.672Z Downloaded ref-cast v1.0.25
6312026-08-26T20:58:01.674Z Downloaded signal-hook-mio v0.2.5
6322026-08-26T20:58:01.677Z Downloaded getrandom v0.2.17
6332026-08-26T20:58:01.677Z Downloaded password-hash v0.5.0
6342026-08-26T20:58:01.680Z Downloaded cipher v0.5.2
6352026-08-26T20:58:01.683Z Downloaded slog-bunyan v2.5.0
6362026-08-26T20:58:01.683Z Downloaded bitflags v1.3.2
6372026-08-26T20:58:01.686Z Downloaded ciborium-ll v0.2.2
6382026-08-26T20:58:01.686Z Downloaded cipher v0.4.4
6392026-08-26T20:58:01.686Z Downloaded blowfish v0.10.0
6402026-08-26T20:58:01.686Z Downloaded byte-wrapper v0.1.0
6412026-08-26T20:58:01.689Z Downloaded num-integer v0.1.46
6422026-08-26T20:58:01.689Z Downloaded phf v0.12.1
6432026-08-26T20:58:01.692Z Downloaded sponge-cursor v0.1.0
6442026-08-26T20:58:01.695Z Downloaded strsim v0.10.0
6452026-08-26T20:58:01.695Z Downloaded supports-unicode v3.0.0
6462026-08-26T20:58:01.695Z Downloaded subtle v2.6.1
6472026-08-26T20:58:01.695Z Downloaded tap v1.0.1
6482026-08-26T20:58:01.699Z Downloaded tagptr v0.2.0
6492026-08-26T20:58:01.699Z Downloaded take_mut v0.2.2
6502026-08-26T20:58:01.702Z Downloaded pem v3.0.6
6512026-08-26T20:58:01.702Z Downloaded argon2 v0.5.3
6522026-08-26T20:58:01.702Z Downloaded futures-channel v0.3.32
6532026-08-26T20:58:01.705Z Downloaded polyval v0.7.1
6542026-08-26T20:58:01.705Z Downloaded ppv-lite86 v0.2.21
6552026-08-26T20:58:01.705Z Downloaded hmac v0.12.1
6562026-08-26T20:58:01.708Z Downloaded progenitor v0.13.0
6572026-08-26T20:58:01.709Z Downloaded backon v1.6.0
6582026-08-26T20:58:01.709Z Downloaded async-bb8-diesel v0.2.1
6592026-08-26T20:58:01.711Z Downloaded bzip2 v0.4.4
6602026-08-26T20:58:01.711Z Downloaded ciborium v0.2.2
6612026-08-26T20:58:01.714Z Downloaded console v0.16.2
6622026-08-26T20:58:01.714Z Downloaded rand_core v0.10.0
6632026-08-26T20:58:01.714Z Downloaded same-file v1.0.6
6642026-08-26T20:58:01.717Z Downloaded rand_core v0.9.5
6652026-08-26T20:58:01.717Z Downloaded rustc-demangle v0.1.27
6662026-08-26T20:58:01.717Z Downloaded colored v2.2.0
6672026-08-26T20:58:01.720Z Downloaded bit-vec v0.6.3
6682026-08-26T20:58:01.720Z Downloaded clang-sys v1.8.1
6692026-08-26T20:58:01.720Z Downloaded rustls-pemfile v2.2.0
6702026-08-26T20:58:01.726Z Downloaded unicode-xid v0.2.6
6712026-08-26T20:58:01.729Z Downloaded httparse v1.10.1
6722026-08-26T20:58:01.732Z Downloaded buf-list v1.1.2
6732026-08-26T20:58:01.732Z Downloaded half v1.8.3
6742026-08-26T20:58:01.735Z Downloaded colored v3.1.1
6752026-08-26T20:58:01.738Z Downloaded blake2 v0.10.6
6762026-08-26T20:58:01.741Z Downloaded console v0.15.11
6772026-08-26T20:58:01.741Z Downloaded utf-8 v0.7.6
6782026-08-26T20:58:01.746Z Downloaded hmac v0.13.0
6792026-08-26T20:58:01.749Z Downloaded untrusted v0.7.1
6802026-08-26T20:58:01.752Z Downloaded want v0.3.1
6812026-08-26T20:58:01.752Z Downloaded xshell-macros v0.2.7
6822026-08-26T20:58:01.752Z Downloaded zeroize_derive v1.5.0
6832026-08-26T20:58:01.752Z Downloaded yoke-derive v0.8.1
6842026-08-26T20:58:01.755Z Downloaded cpubits v0.1.1
6852026-08-26T20:58:01.758Z Downloaded serde_with_macros v1.5.2
6862026-08-26T20:58:01.761Z Downloaded cancel-safe-futures v0.1.5
6872026-08-26T20:58:01.761Z Downloaded slog-async v2.8.0
6882026-08-26T20:58:01.764Z Downloaded convert_case v0.4.0
6892026-08-26T20:58:01.764Z Downloaded compression-codecs v0.4.37
6902026-08-26T20:58:01.767Z Downloaded serde-hex v0.1.0
6912026-08-26T20:58:01.767Z Downloaded serde_derive_internals v0.29.1
6922026-08-26T20:58:01.770Z Downloaded blake2 v0.11.0-rc.6
6932026-08-26T20:58:01.773Z Downloaded slog-dtrace v0.3.0
6942026-08-26T20:58:01.773Z Downloaded progenitor-extras v0.2.0
6952026-08-26T20:58:01.773Z Downloaded strum_macros v0.24.3
6962026-08-26T20:58:01.773Z Downloaded nu-ansi-term v0.50.3
6972026-08-26T20:58:01.777Z Downloaded string_cache v0.8.9
6982026-08-26T20:58:01.777Z Downloaded thread_local v1.1.9
6992026-08-26T20:58:01.777Z Downloaded tls_codec v0.4.2
7002026-08-26T20:58:01.780Z Downloaded defmt-parser v1.0.0
7012026-08-26T20:58:01.780Z Downloaded debug-ignore v1.0.5
7022026-08-26T20:58:01.780Z Downloaded derive_builder_macro v0.20.2
7032026-08-26T20:58:01.780Z Downloaded dirs-sys-next v0.1.2
7042026-08-26T20:58:01.783Z Downloaded downcast-rs v2.0.2
7052026-08-26T20:58:01.783Z Downloaded crunchy v0.2.4
7062026-08-26T20:58:01.786Z Downloaded futures v0.3.32
7072026-08-26T20:58:01.789Z Downloaded generic-array v1.4.3
7082026-08-26T20:58:01.789Z Downloaded pkcs8 v0.11.0
7092026-08-26T20:58:01.793Z Downloaded poly1305 v0.9.0
7102026-08-26T20:58:01.793Z Downloaded spki v0.8.0
7112026-08-26T20:58:01.796Z Downloaded synstructure v0.13.2
7122026-08-26T20:58:01.796Z Downloaded bzip2 v0.6.1
7132026-08-26T20:58:01.796Z Downloaded chacha20 v0.10.0
7142026-08-26T20:58:01.796Z Downloaded rustls-pki-types v1.14.0
7152026-08-26T20:58:01.801Z Downloaded tiny-keccak v2.0.2
7162026-08-26T20:58:01.801Z Downloaded tokio-dtrace v0.1.1
7172026-08-26T20:58:01.804Z Downloaded tokio-macros v2.7.0
7182026-08-26T20:58:01.804Z Downloaded tui-tree-widget v0.23.1
7192026-08-26T20:58:01.805Z Downloaded serde_tokenstream v0.3.0
7202026-08-26T20:58:01.805Z Downloaded chacha20poly1305 v0.10.1
7212026-08-26T20:58:01.805Z Downloaded dtrace-parser v0.3.0
7222026-08-26T20:58:01.809Z Downloaded arc-swap v1.8.2
7232026-08-26T20:58:01.812Z Downloaded flume v0.11.1
7242026-08-26T20:58:01.815Z Downloaded getrandom v0.3.4
7252026-08-26T20:58:01.818Z Downloaded instant v0.1.13
7262026-08-26T20:58:01.821Z Downloaded illumos-nvpair-sys v0.2.0
7272026-08-26T20:58:01.821Z Downloaded argon2 v0.6.0-rc.8
7282026-08-26T20:58:01.824Z Downloaded backtrace v0.3.76
7292026-08-26T20:58:01.827Z Downloaded hyper-tls v0.6.0
7302026-08-26T20:58:01.831Z Downloaded is_ci v1.2.0
7312026-08-26T20:58:01.831Z Downloaded zerovec-derive v0.11.2
7322026-08-26T20:58:01.834Z Downloaded lru-slab v0.1.2
7332026-08-26T20:58:01.834Z Downloaded jiff-static v0.2.34
7342026-08-26T20:58:01.834Z Downloaded libscf-sys v1.2.0
7352026-08-26T20:58:01.837Z Downloaded mime v0.3.17
7362026-08-26T20:58:01.841Z Downloaded num-conv v0.2.0
7372026-08-26T20:58:01.841Z Downloaded flate2 v1.1.9
7382026-08-26T20:58:01.845Z Downloaded oxide-update-engine-types v0.1.2
7392026-08-26T20:58:01.845Z Downloaded managed v0.8.0
7402026-08-26T20:58:01.845Z Downloaded lzss v0.8.2
7412026-08-26T20:58:01.848Z Downloaded parse-size v1.1.0
7422026-08-26T20:58:01.848Z Downloaded packed_struct_codegen v0.10.1
7432026-08-26T20:58:01.851Z Downloaded ctr v0.10.1
7442026-08-26T20:58:01.854Z Downloaded ssh-encoding v0.3.0
7452026-08-26T20:58:01.854Z Downloaded critical-section v1.2.0
7462026-08-26T20:58:01.858Z Downloaded opaque-debug v0.3.1
7472026-08-26T20:58:01.861Z Downloaded headers v0.4.1
7482026-08-26T20:58:01.868Z Downloaded der_derive v0.7.3
7492026-08-26T20:58:01.871Z Downloaded derive_builder_core v0.20.2
7502026-08-26T20:58:01.871Z Downloaded dof v0.4.0
7512026-08-26T20:58:01.874Z Downloaded rustls-platform-verifier v0.6.2
7522026-08-26T20:58:01.877Z Downloaded predicates-core v1.0.10
7532026-08-26T20:58:01.880Z Downloaded proc-macro-crate v3.4.0
7542026-08-26T20:58:01.880Z Downloaded vergen v9.1.0
7552026-08-26T20:58:01.883Z Downloaded quick-error v1.2.3
7562026-08-26T20:58:01.886Z Downloaded chumsky v0.9.3
7572026-08-26T20:58:01.886Z Downloaded tokio-native-tls v0.3.1
7582026-08-26T20:58:01.892Z Downloaded progenitor-client v0.14.0
7592026-08-26T20:58:01.895Z Downloaded rand_pcg v0.10.2
7602026-08-26T20:58:01.895Z Downloaded russh-cryptovec v0.62.0
7612026-08-26T20:58:01.895Z Downloaded rtoolbox v0.0.3
7622026-08-26T20:58:01.898Z Downloaded tracing-attributes v0.1.31
7632026-08-26T20:58:01.901Z Downloaded ar_archive_writer v0.5.1
7642026-08-26T20:58:01.901Z Downloaded base64 v0.22.1
7652026-08-26T20:58:01.907Z Downloaded jobserver v0.1.34
7662026-08-26T20:58:01.911Z Downloaded keccak v0.1.6
7672026-08-26T20:58:01.911Z Downloaded ed25519 v2.2.3
7682026-08-26T20:58:01.911Z Downloaded impl-trait-for-tuples v0.2.3
7692026-08-26T20:58:01.915Z Downloaded indoc v2.0.7
7702026-08-26T20:58:01.915Z Downloaded instability v0.3.11
7712026-08-26T20:58:01.915Z Downloaded recursive-proc-macro-impl v0.1.1
7722026-08-26T20:58:01.919Z Downloaded hashbrown v0.12.3
7732026-08-26T20:58:01.919Z Downloaded seq-macro v0.3.6
7742026-08-26T20:58:01.921Z Downloaded linear-map v1.2.0
7752026-08-26T20:58:01.921Z Downloaded libefi-sys v0.1.0
7762026-08-26T20:58:01.926Z Downloaded signal-hook-tokio v0.3.1
7772026-08-26T20:58:01.929Z Downloaded siphasher v1.0.2
7782026-08-26T20:58:01.929Z Downloaded mime_guess v2.0.5
7792026-08-26T20:58:01.929Z Downloaded num-complex v0.4.6
7802026-08-26T20:58:01.929Z Downloaded sqlparser_derive v0.5.0
7812026-08-26T20:58:01.932Z Downloaded heapless v0.7.17
7822026-08-26T20:58:01.936Z Downloaded multer v3.1.0
7832026-08-26T20:58:01.940Z Downloaded native-tls v0.2.18
7842026-08-26T20:58:01.944Z Downloaded oxide-generation v0.1.3
7852026-08-26T20:58:01.944Z Downloaded slog v2.8.2
7862026-08-26T20:58:01.947Z Downloaded owo-colors v4.3.0
7872026-08-26T20:58:01.947Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7882026-08-26T20:58:01.947Z Downloaded bytes v1.11.1
7892026-08-26T20:58:01.950Z Downloaded corncobs v0.1.4
7902026-08-26T20:58:01.950Z Downloaded expectorate v1.2.0
7912026-08-26T20:58:01.950Z Downloaded compact_str v0.8.1
7922026-08-26T20:58:01.953Z Downloaded progenitor-impl v0.13.0
7932026-08-26T20:58:01.960Z Downloaded oso v0.27.3
7942026-08-26T20:58:01.963Z Downloaded pem-rfc7468 v1.0.0
7952026-08-26T20:58:01.966Z Downloaded phc v0.6.1
7962026-08-26T20:58:01.966Z Downloaded scuffle v0.1.0
7972026-08-26T20:58:01.969Z Downloaded signal-hook v0.3.18
7982026-08-26T20:58:01.969Z Downloaded typify v0.6.2
7992026-08-26T20:58:01.972Z Downloaded unicode-properties v0.1.4
8002026-08-26T20:58:01.972Z Downloaded universal-hash v0.6.1
8012026-08-26T20:58:01.972Z Downloaded wait-timeout v0.2.1
8022026-08-26T20:58:01.975Z Downloaded darling v0.20.11
8032026-08-26T20:58:01.975Z Downloaded darling v0.21.3
8042026-08-26T20:58:01.978Z Downloaded derive_builder v0.20.2
8052026-08-26T20:58:01.981Z Downloaded tower-layer v0.3.3
8062026-08-26T20:58:01.981Z Downloaded trait-variant v0.1.2
8072026-08-26T20:58:01.981Z Downloaded bumpalo v3.20.2
8082026-08-26T20:58:01.984Z Downloaded progenitor-client v0.13.0
8092026-08-26T20:58:01.984Z Downloaded rpassword v7.5.4
8102026-08-26T20:58:01.984Z Downloaded hybrid-array v0.4.13
8112026-08-26T20:58:01.987Z Downloaded ecdsa v0.17.0
8122026-08-26T20:58:01.987Z Downloaded rustversion v1.0.22
8132026-08-26T20:58:01.990Z Downloaded vte v0.14.1
8142026-08-26T20:58:01.990Z Downloaded darling_macro v0.13.4
8152026-08-26T20:58:01.990Z Downloaded darling_macro v0.20.11
8162026-08-26T20:58:01.990Z Downloaded darling_macro v0.21.3
8172026-08-26T20:58:01.990Z Downloaded unsafe-libyaml v0.2.11
8182026-08-26T20:58:01.993Z Downloaded rayon-core v1.13.0
8192026-08-26T20:58:01.993Z Downloaded sec1 v0.7.3
8202026-08-26T20:58:01.995Z Downloaded slog-stdlog v4.1.1
8212026-08-26T20:58:01.995Z Downloaded serde-big-array v0.5.1
8222026-08-26T20:58:01.998Z Downloaded zerocopy v0.6.6
8232026-08-26T20:58:01.998Z Downloaded schemars_derive v0.8.22
8242026-08-26T20:58:01.998Z Downloaded stringprep v0.1.5
8252026-08-26T20:58:02.002Z Downloaded similar v2.7.0
8262026-08-26T20:58:02.005Z Downloaded curve25519-dalek-derive v0.1.1
8272026-08-26T20:58:02.005Z Downloaded hickory-resolver v0.24.4
8282026-08-26T20:58:02.008Z Downloaded serde_bytes v0.11.19
8292026-08-26T20:58:02.008Z Downloaded socket2 v0.5.10
8302026-08-26T20:58:02.011Z Downloaded sqlformat v0.3.5
8312026-08-26T20:58:02.011Z Downloaded termios v0.3.3
8322026-08-26T20:58:02.011Z Downloaded termtree v0.5.1
8332026-08-26T20:58:02.014Z Downloaded tokio-tungstenite v0.21.0
8342026-08-26T20:58:02.014Z Downloaded strum_macros v0.27.2
8352026-08-26T20:58:02.014Z Downloaded dyn-clone v1.0.20
8362026-08-26T20:58:02.017Z Downloaded ctutils v0.4.2
8372026-08-26T20:58:02.017Z Downloaded dropshot-api-manager-types v0.8.0
8382026-08-26T20:58:02.017Z Downloaded signal-hook-registry v1.4.8
8392026-08-26T20:58:02.019Z Downloaded smf v0.2.3
8402026-08-26T20:58:02.020Z Downloaded idna_adapter v1.2.1
8412026-08-26T20:58:02.020Z Downloaded hickory-resolver v0.25.2
8422026-08-26T20:58:02.023Z Downloaded derive_more v0.99.20
8432026-08-26T20:58:02.025Z Downloaded peg v0.8.5
8442026-08-26T20:58:02.025Z Downloaded toml_writer v1.1.1+spec-1.1.0
8452026-08-26T20:58:02.028Z Downloaded diesel_table_macro_syntax v0.3.0
8462026-08-26T20:58:02.028Z Downloaded document-features v0.2.12
8472026-08-26T20:58:02.028Z Downloaded cc v1.2.56
8482026-08-26T20:58:02.031Z Downloaded heapless v0.8.0
8492026-08-26T20:58:02.031Z Downloaded quinn v0.11.11
8502026-08-26T20:58:02.034Z Downloaded pin-project-internal v1.1.11
8512026-08-26T20:58:02.034Z Downloaded kem v0.3.0
8522026-08-26T20:58:02.037Z Downloaded usdt-attr-macro v0.6.0
8532026-08-26T20:58:02.037Z Downloaded whoami v2.1.0
8542026-08-26T20:58:02.040Z Downloaded async-compression v0.4.41
8552026-08-26T20:58:02.043Z Downloaded base64 v0.21.7
8562026-08-26T20:58:02.046Z Downloaded md-5 v0.10.6
8572026-08-26T20:58:02.046Z Downloaded internet-checksum v0.2.1
8582026-08-26T20:58:02.046Z Downloaded unicase v2.9.0
8592026-08-26T20:58:02.049Z Downloaded vergen-lib v0.1.6
8602026-08-26T20:58:02.049Z Downloaded poly1305 v0.8.0
8612026-08-26T20:58:02.049Z Downloaded postcard v1.1.3
8622026-08-26T20:58:02.052Z Downloaded lru v0.12.5
8632026-08-26T20:58:02.052Z Downloaded convert_case v0.10.0
8642026-08-26T20:58:02.052Z Downloaded hashbrown v0.13.2
8652026-08-26T20:58:02.055Z Downloaded zeroize v1.9.0
8662026-08-26T20:58:02.055Z Downloaded zstd v0.13.3
8672026-08-26T20:58:02.058Z Downloaded memoffset v0.9.1
8682026-08-26T20:58:02.058Z Downloaded constant_time_eq v0.4.2
8692026-08-26T20:58:02.060Z Downloaded newtype-uuid-macros v0.1.0
8702026-08-26T20:58:02.063Z Downloaded hickory-server v0.25.2
8712026-08-26T20:58:02.063Z Downloaded password-hash v0.6.1
8722026-08-26T20:58:02.068Z Downloaded salsa20 v0.11.0
8732026-08-26T20:58:02.073Z Downloaded openssl-probe v0.1.6
8742026-08-26T20:58:02.076Z Downloaded zip v0.6.6
8752026-08-26T20:58:02.080Z Downloaded parking_lot v0.12.5
8762026-08-26T20:58:02.080Z Downloaded term v1.2.1
8772026-08-26T20:58:02.083Z Downloaded serdect v0.4.3
8782026-08-26T20:58:02.083Z Downloaded sha2 v0.11.0
8792026-08-26T20:58:02.083Z Downloaded derive-ex v0.1.8
8802026-08-26T20:58:02.083Z Downloaded psl-types v2.0.11
8812026-08-26T20:58:02.083Z Downloaded progenitor-macro v0.14.0
8822026-08-26T20:58:02.087Z Downloaded p384 v0.14.0
8832026-08-26T20:58:02.087Z Downloaded potential_utf v0.1.4
8842026-08-26T20:58:02.090Z Downloaded secrecy v0.8.0
8852026-08-26T20:58:02.093Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-08-26T20:58:02.096Z Downloaded either v1.15.0
8872026-08-26T20:58:02.099Z Downloaded twox-hash v2.1.2
8882026-08-26T20:58:02.102Z Downloaded keccak v0.2.0
8892026-08-26T20:58:02.102Z Downloaded toml_edit v0.19.15
8902026-08-26T20:58:02.113Z Downloaded pkcs5 v0.8.1
8912026-08-26T20:58:02.116Z Downloaded sync_wrapper v1.0.2
8922026-08-26T20:58:02.116Z Downloaded serde_plain v1.0.2
8932026-08-26T20:58:02.119Z Downloaded zerofrom v0.1.6
8942026-08-26T20:58:02.119Z Downloaded num_enum v0.7.6
8952026-08-26T20:58:02.122Z Downloaded stable_deref_trait v1.2.1
8962026-08-26T20:58:02.125Z Downloaded testing_table v0.3.0
8972026-08-26T20:58:02.125Z Downloaded publicsuffix v2.3.0
8982026-08-26T20:58:02.128Z Downloaded aes v0.9.1
8992026-08-26T20:58:02.131Z Downloaded http v1.4.2
9002026-08-26T20:58:02.131Z Downloaded crc32fast v1.5.0
9012026-08-26T20:58:02.135Z Downloaded nonempty v0.12.0
9022026-08-26T20:58:02.138Z Downloaded crossbeam-utils v0.8.21
9032026-08-26T20:58:02.141Z Downloaded unarray v0.1.4
9042026-08-26T20:58:02.141Z Downloaded utf8_iter v1.0.4
9052026-08-26T20:58:02.143Z Downloaded crc-catalog v2.4.0
9062026-08-26T20:58:02.143Z Downloaded tower-service v0.3.3
9072026-08-26T20:58:02.144Z Downloaded waitgroup v0.1.2
9082026-08-26T20:58:02.144Z Downloaded unicode-truncate v1.1.0
9092026-08-26T20:58:02.147Z Downloaded oxide-update-engine v0.1.2
9102026-08-26T20:58:02.150Z Downloaded zerofrom-derive v0.1.6
9112026-08-26T20:58:02.150Z Downloaded des v0.9.0
9122026-08-26T20:58:02.150Z Downloaded phf v0.13.1
9132026-08-26T20:58:02.157Z Downloaded test-strategy v0.4.5
9142026-08-26T20:58:02.160Z Downloaded p521 v0.14.0
9152026-08-26T20:58:02.163Z Downloaded toml v1.1.2+spec-1.1.0
9162026-08-26T20:58:02.166Z Downloaded paste v1.0.15
9172026-08-26T20:58:02.169Z Downloaded digest-io v0.1.0
9182026-08-26T20:58:02.169Z Downloaded r2d2 v0.8.10
9192026-08-26T20:58:02.169Z Downloaded rusty-fork v0.3.1
9202026-08-26T20:58:02.169Z Downloaded is-terminal v0.4.17
9212026-08-26T20:58:02.169Z Downloaded ident_case v1.0.1
9222026-08-26T20:58:02.172Z Downloaded dsl_auto_type v0.2.0
9232026-08-26T20:58:02.172Z Downloaded linked-hash-map v0.5.6
9242026-08-26T20:58:02.175Z Downloaded primeorder v0.14.0
9252026-08-26T20:58:02.178Z Downloaded rustls-native-certs v0.8.3
9262026-08-26T20:58:02.178Z Downloaded uuid v1.23.4
9272026-08-26T20:58:02.181Z Downloaded litemap v0.8.1
9282026-08-26T20:58:02.184Z Downloaded crossbeam-channel v0.5.15
9292026-08-26T20:58:02.187Z Downloaded crypto-bigint v0.5.5
9302026-08-26T20:58:02.190Z Downloaded darling_core v0.23.0
9312026-08-26T20:58:02.195Z Downloaded simd-adler32 v0.3.8
9322026-08-26T20:58:02.195Z Downloaded kstat-rs v0.2.5
9332026-08-26T20:58:02.200Z Downloaded num v0.4.3
9342026-08-26T20:58:02.200Z Downloaded olpc-cjson v0.1.4
9352026-08-26T20:58:02.200Z Downloaded ingot-macros v0.2.0
9362026-08-26T20:58:02.200Z Downloaded icu_collections v2.1.1
9372026-08-26T20:58:02.203Z Downloaded indoc v1.0.9
9382026-08-26T20:58:02.203Z Downloaded tokio-tungstenite v0.23.1
9392026-08-26T20:58:02.203Z Downloaded wyz v0.5.1
9402026-08-26T20:58:02.203Z Downloaded prettyplease v0.2.37
9412026-08-26T20:58:02.206Z Downloaded shlex v1.3.0
9422026-08-26T20:58:02.206Z Downloaded slog-term v2.9.2
9432026-08-26T20:58:02.209Z Downloaded sha1 v0.10.6
9442026-08-26T20:58:02.209Z Downloaded slog-json v2.6.1
9452026-08-26T20:58:02.209Z Downloaded static_assertions v1.1.0
9462026-08-26T20:58:02.212Z Downloaded slog-scope v4.4.1
9472026-08-26T20:58:02.218Z Downloaded stacker v0.1.23
9482026-08-26T20:58:02.232Z Downloaded darling v0.23.0
9492026-08-26T20:58:02.232Z Downloaded predicates-tree v1.0.13
9502026-08-26T20:58:02.232Z Downloaded progenitor-macro v0.13.0
9512026-08-26T20:58:02.238Z Downloaded delegate v0.13.5
9522026-08-26T20:58:02.238Z Downloaded signature v3.0.0
9532026-08-26T20:58:02.238Z Downloaded aes-gcm v0.11.0
9542026-08-26T20:58:02.241Z Downloaded data-encoding v2.10.0
9552026-08-26T20:58:02.241Z Downloaded parking_lot_core v0.9.12
9562026-08-26T20:58:02.241Z Downloaded pkcs1 v0.7.5
9572026-08-26T20:58:02.244Z Downloaded quinn-udp v0.5.14
9582026-08-26T20:58:02.244Z Downloaded diff v0.1.13
9592026-08-26T20:58:02.247Z Downloaded postgres-types v0.2.12
9602026-08-26T20:58:02.247Z Downloaded subprocess v0.2.15
9612026-08-26T20:58:02.250Z Downloaded serde_urlencoded v0.7.1
9622026-08-26T20:58:02.250Z Downloaded structmeta v0.3.0
9632026-08-26T20:58:02.253Z Downloaded hashbrown v0.15.5
9642026-08-26T20:58:02.255Z Downloaded zstd-safe v7.2.4
9652026-08-26T20:58:02.256Z Downloaded diesel-dtrace v0.5.0
9662026-08-26T20:58:02.259Z Downloaded humantime v2.3.0
9672026-08-26T20:58:02.259Z Downloaded slog-envlogger v2.2.0
9682026-08-26T20:58:02.259Z Downloaded typed-path v0.9.3
9692026-08-26T20:58:02.261Z Downloaded phf_shared v0.11.3
9702026-08-26T20:58:02.264Z Downloaded tokio-rustls v0.26.4
9712026-08-26T20:58:02.267Z Downloaded topological-sort v0.2.2
9722026-08-26T20:58:02.267Z Downloaded elliptic-curve v0.13.8
9732026-08-26T20:58:02.270Z Downloaded miette-derive v7.6.0
9742026-08-26T20:58:02.270Z Downloaded ignore v0.4.25
9752026-08-26T20:58:02.277Z Downloaded hashbrown v0.14.5
9762026-08-26T20:58:02.280Z Downloaded time-core v0.1.8
9772026-08-26T20:58:02.283Z Downloaded typify-macro v0.6.2
9782026-08-26T20:58:02.287Z Downloaded newtype-uuid v1.3.2
9792026-08-26T20:58:02.293Z Downloaded yansi v1.0.1
9802026-08-26T20:58:02.296Z Downloaded oxnet v0.1.6
9812026-08-26T20:58:02.296Z Downloaded pbkdf2 v0.13.0
9822026-08-26T20:58:02.299Z Downloaded untrusted v0.9.0
9832026-08-26T20:58:02.299Z Downloaded usdt-macro v0.6.0
9842026-08-26T20:58:02.299Z Downloaded xattr v1.6.1
9852026-08-26T20:58:02.302Z Downloaded futures-util v0.3.32
9862026-08-26T20:58:02.306Z Downloaded omicron-zone-package v0.12.3
9872026-08-26T20:58:02.309Z Downloaded cookie_store v0.22.1
9882026-08-26T20:58:02.312Z Downloaded parking_lot_core v0.8.6
9892026-08-26T20:58:02.312Z Downloaded primeorder v0.13.6
9902026-08-26T20:58:02.312Z Downloaded crucible-workspace-hack v0.1.0
9912026-08-26T20:58:02.312Z Downloaded defmt v0.3.100
9922026-08-26T20:58:02.315Z Downloaded rfc6979 v0.4.0
9932026-08-26T20:58:02.318Z Downloaded display-error-chain v0.2.2
9942026-08-26T20:58:02.318Z Downloaded dirs-next v2.0.0
9952026-08-26T20:58:02.320Z Downloaded tokio-postgres v0.7.16
9962026-08-26T20:58:02.325Z Downloaded illumos-nvpair v0.3.0
9972026-08-26T20:58:02.328Z Downloaded litrs v1.0.0
9982026-08-26T20:58:02.332Z Downloaded lazy_static v1.5.0
9992026-08-26T20:58:02.335Z Downloaded lalrpop-util v0.19.12
10002026-08-26T20:58:02.336Z Downloaded qorb v0.4.1
10012026-08-26T20:58:02.338Z Downloaded icu_properties v2.1.2
10022026-08-26T20:58:02.338Z Downloaded libloading v0.8.9
10032026-08-26T20:58:02.338Z Downloaded psm v0.1.30
10042026-08-26T20:58:02.341Z Downloaded strum_macros v0.26.4
10052026-08-26T20:58:02.344Z Downloaded openssl-macros v0.1.1
10062026-08-26T20:58:02.347Z Downloaded openssl-probe v0.2.1
10072026-08-26T20:58:02.347Z Downloaded ml-kem v0.3.2
10082026-08-26T20:58:02.350Z Downloaded percent-encoding v2.3.2
10092026-08-26T20:58:02.354Z Downloaded hashbrown v0.16.1
10102026-08-26T20:58:02.366Z Downloaded parse-display v0.10.0
10112026-08-26T20:58:02.369Z Downloaded zerotrie v0.2.3
10122026-08-26T20:58:02.372Z Downloaded recursive v0.1.1
10132026-08-26T20:58:02.375Z Downloaded structmeta-derive v0.3.0
10142026-08-26T20:58:02.375Z Downloaded itertools v0.10.5
10152026-08-26T20:58:02.378Z Downloaded time-macros v0.2.27
10162026-08-26T20:58:02.382Z Downloaded walkdir v2.5.0
10172026-08-26T20:58:02.382Z Downloaded vergen-lib v9.1.0
10182026-08-26T20:58:02.382Z Downloaded zone v0.3.1
10192026-08-26T20:58:02.382Z Downloaded const_format_proc_macros v0.2.34
10202026-08-26T20:58:02.385Z Downloaded russh-util v0.52.0
10212026-08-26T20:58:02.385Z Downloaded serde_repr v0.1.20
10222026-08-26T20:58:02.385Z Downloaded serde_spanned v1.1.1
10232026-08-26T20:58:02.385Z Downloaded darling v0.13.4
10242026-08-26T20:58:02.388Z Downloaded darling_core v0.13.4
10252026-08-26T20:58:02.391Z Downloaded scroll_derive v0.13.1
10262026-08-26T20:58:02.391Z Downloaded unit-prefix v0.5.2
10272026-08-26T20:58:02.394Z Downloaded sigpipe v0.1.3
10282026-08-26T20:58:02.394Z Downloaded deranged v0.5.8
10292026-08-26T20:58:02.397Z Downloaded supports-color v3.0.2
10302026-08-26T20:58:02.397Z Downloaded supports-hyperlinks v3.2.0
10312026-08-26T20:58:02.397Z Downloaded void v1.0.2
10322026-08-26T20:58:02.400Z Downloaded ed25519 v3.0.0
10332026-08-26T20:58:02.402Z Downloaded tinyvec v1.10.0
10342026-08-26T20:58:02.405Z Downloaded unicode-bidi v0.3.18
10352026-08-26T20:58:02.405Z Downloaded yasna v0.5.2
10362026-08-26T20:58:02.408Z Downloaded knus-derive v3.4.0
10372026-08-26T20:58:02.408Z Downloaded zone_cfg_derive v0.3.1
10382026-08-26T20:58:02.408Z Downloaded drift v0.2.0
10392026-08-26T20:58:02.413Z Downloaded serde_cbor v0.11.2
10402026-08-26T20:58:02.416Z Downloaded aho-corasick v1.1.4
10412026-08-26T20:58:02.427Z Downloaded tower-http v0.6.8
10422026-08-26T20:58:02.431Z Downloaded spin v0.9.8
10432026-08-26T20:58:02.431Z Downloaded term v0.7.0
10442026-08-26T20:58:02.435Z Downloaded lru-cache v0.1.2
10452026-08-26T20:58:02.435Z Downloaded maplit v1.0.2
10462026-08-26T20:58:02.442Z Downloaded multimap v0.10.1
10472026-08-26T20:58:02.442Z Downloaded num_enum_derive v0.5.11
10482026-08-26T20:58:02.442Z Downloaded rand_seeder v0.4.0
10492026-08-26T20:58:02.442Z Downloaded resolv-conf v0.7.6
10502026-08-26T20:58:02.442Z Downloaded iana-time-zone v0.1.65
10512026-08-26T20:58:02.445Z Downloaded hkdf v0.12.4
10522026-08-26T20:58:02.445Z Downloaded pem-rfc7468 v0.7.0
10532026-08-26T20:58:02.448Z Downloaded libbz2-rs-sys v0.2.2
10542026-08-26T20:58:02.458Z Downloaded num-traits v0.2.19
10552026-08-26T20:58:02.465Z Downloaded p256 v0.14.0
10562026-08-26T20:58:02.468Z Downloaded rand_chacha v0.3.1
10572026-08-26T20:58:02.470Z Downloaded spki v0.7.3
10582026-08-26T20:58:02.471Z Downloaded ryu v1.0.23
10592026-08-26T20:58:02.474Z Downloaded toml_parser v1.1.2+spec-1.1.0
10602026-08-26T20:58:02.478Z Downloaded scrypt v0.12.0
10612026-08-26T20:58:02.481Z Downloaded shell-words v1.1.1
10622026-08-26T20:58:02.484Z Downloaded tinystr v0.8.2
10632026-08-26T20:58:02.484Z Downloaded usdt-impl v0.6.0
10642026-08-26T20:58:02.484Z Downloaded rand v0.10.1
10652026-08-26T20:58:02.487Z Downloaded tinyvec_macros v0.1.1
10662026-08-26T20:58:02.487Z Downloaded rand v0.8.6
10672026-08-26T20:58:02.489Z Downloaded rustls-webpki v0.103.13
10682026-08-26T20:58:02.493Z Downloaded rustc_version v0.1.7
10692026-08-26T20:58:02.493Z Downloaded rustc_version v0.4.1
10702026-08-26T20:58:02.496Z Downloaded vsss-rs v3.3.4
10712026-08-26T20:58:02.496Z Downloaded regex v1.12.3
10722026-08-26T20:58:02.505Z Downloaded universal-hash v0.5.1
10732026-08-26T20:58:02.507Z Downloaded cpufeatures v0.3.0
10742026-08-26T20:58:02.507Z Downloaded openssl-sys v0.9.117
10752026-08-26T20:58:02.510Z Downloaded ingot v0.2.1
10762026-08-26T20:58:02.514Z Downloaded libsw v3.5.0
10772026-08-26T20:58:02.516Z Downloaded dunce v1.0.5
10782026-08-26T20:58:02.520Z Downloaded toml v0.7.8
10792026-08-26T20:58:02.523Z Downloaded hkdf v0.13.0
10802026-08-26T20:58:02.526Z Downloaded num-bigint-dig v0.8.6
10812026-08-26T20:58:02.533Z Downloaded idna v1.1.0
10822026-08-26T20:58:02.543Z Downloaded ecdsa v0.16.9
10832026-08-26T20:58:02.545Z Downloaded oxide-tokio-rt v0.1.4
10842026-08-26T20:58:02.545Z Downloaded newtype_derive v0.1.6
10852026-08-26T20:58:02.548Z Downloaded signature v2.2.0
10862026-08-26T20:58:02.548Z Downloaded ed25519-dalek v3.0.0
10872026-08-26T20:58:02.551Z Downloaded nanorand v0.7.0
10882026-08-26T20:58:02.554Z Downloaded h2 v0.4.15
10892026-08-26T20:58:02.557Z Downloaded schemars v0.9.0
10902026-08-26T20:58:02.562Z Downloaded indicatif v0.18.4
10912026-08-26T20:58:02.565Z Downloaded thiserror-impl-no-std v2.0.2
10922026-08-26T20:58:02.569Z Downloaded pin-project-lite v0.2.17
10932026-08-26T20:58:02.572Z Downloaded rand_xorshift v0.4.0
10942026-08-26T20:58:02.572Z Downloaded semver v0.1.20
10952026-08-26T20:58:02.572Z Downloaded serde_path_to_error v0.1.20
10962026-08-26T20:58:02.572Z Downloaded smallvec v0.6.14
10972026-08-26T20:58:02.572Z Downloaded strum v0.27.2
10982026-08-26T20:58:02.572Z Downloaded crc v3.4.0
10992026-08-26T20:58:02.575Z Downloaded try-lock v0.2.5
11002026-08-26T20:58:02.575Z Downloaded cstr-argument v0.1.2
11012026-08-26T20:58:02.575Z Downloaded port-file v0.1.0
11022026-08-26T20:58:02.580Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-08-26T20:58:02.583Z Downloaded scroll v0.13.0
11042026-08-26T20:58:02.586Z Downloaded crossbeam-epoch v0.9.18
11052026-08-26T20:58:02.589Z Downloaded internal-russh-num-bigint v0.5.0
11062026-08-26T20:58:02.592Z Downloaded mio v1.2.0
11072026-08-26T20:58:02.594Z Downloaded defmt v1.0.1
11082026-08-26T20:58:02.597Z Downloaded defmt-macros v1.0.1
11092026-08-26T20:58:02.600Z Downloaded md5 v0.8.0
11102026-08-26T20:58:02.600Z Downloaded ssh-cipher v0.3.0
11112026-08-26T20:58:02.600Z Downloaded tabwriter v1.4.1
11122026-08-26T20:58:02.600Z Downloaded difflib v0.4.0
11132026-08-26T20:58:02.603Z Downloaded num-derive v0.4.2
11142026-08-26T20:58:02.613Z Downloaded reedline v0.40.0
11152026-08-26T20:58:02.623Z Downloaded nom v8.0.0
11162026-08-26T20:58:02.626Z Downloaded pin-project v1.1.11
11172026-08-26T20:58:02.632Z Downloaded lock_api v0.4.14
11182026-08-26T20:58:02.636Z Downloaded pkg-config v0.3.32
11192026-08-26T20:58:02.636Z Downloaded sync-ptr v0.1.4
11202026-08-26T20:58:02.636Z Downloaded primefield v0.14.0
11212026-08-26T20:58:02.636Z Downloaded writeable v0.6.2
11222026-08-26T20:58:02.640Z Downloaded daft v0.1.8
11232026-08-26T20:58:02.640Z Downloaded ipnet v2.12.0
11242026-08-26T20:58:02.640Z Downloaded oxide-update-engine-display v0.1.2
11252026-08-26T20:58:02.640Z Downloaded crc8 v0.1.1
11262026-08-26T20:58:02.640Z Downloaded unicode-segmentation v1.12.0
11272026-08-26T20:58:02.643Z Downloaded der v0.7.10
11282026-08-26T20:58:02.648Z Downloaded usdt v0.6.0
11292026-08-26T20:58:02.651Z Downloaded csv-core v0.1.13
11302026-08-26T20:58:02.654Z Downloaded inout v0.1.4
11312026-08-26T20:58:02.657Z Downloaded progenitor-impl v0.14.0
11322026-08-26T20:58:02.659Z Downloaded darling_macro v0.23.0
11332026-08-26T20:58:02.662Z Downloaded miniz_oxide v0.8.9
11342026-08-26T20:58:02.665Z Downloaded snafu-derive v0.8.9
11352026-08-26T20:58:02.672Z Downloaded indexmap v1.9.3
11362026-08-26T20:58:02.675Z Downloaded hyper-staticfile v0.10.1
11372026-08-26T20:58:02.678Z Downloaded crc-any v2.5.0
11382026-08-26T20:58:02.681Z Downloaded smallvec v1.15.1
11392026-08-26T20:58:02.681Z Downloaded tokio-stream v0.1.18
11402026-08-26T20:58:02.684Z Downloaded nom v7.1.3
11412026-08-26T20:58:02.688Z Downloaded yoke v0.8.1
11422026-08-26T20:58:02.691Z Downloaded icu_properties_data v2.1.2
11432026-08-26T20:58:02.693Z Downloaded reqwest v0.12.28
11442026-08-26T20:58:02.696Z Downloaded winnow v1.0.3
11452026-08-26T20:58:02.702Z Downloaded winnow v0.6.26
11462026-08-26T20:58:02.706Z Downloaded ipnetwork v0.21.1
11472026-08-26T20:58:02.709Z Downloaded libsw-core v0.3.2
11482026-08-26T20:58:02.709Z Downloaded inout v0.2.2
11492026-08-26T20:58:02.709Z Downloaded tokio-test v0.4.5
11502026-08-26T20:58:02.712Z Downloaded crossterm v0.28.1
11512026-08-26T20:58:02.715Z Downloaded rsa v0.9.10
11522026-08-26T20:58:02.718Z Downloaded prefix-trie v0.7.0
11532026-08-26T20:58:02.721Z Downloaded icu_provider v2.1.1
11542026-08-26T20:58:02.721Z Downloaded peg-runtime v0.8.5
11552026-08-26T20:58:02.721Z Downloaded rand v0.9.2
11562026-08-26T20:58:02.725Z Downloaded snafu v0.8.9
11572026-08-26T20:58:02.729Z Downloaded ed25519-dalek v2.2.0
11582026-08-26T20:58:02.729Z Downloaded cookie v0.18.1
11592026-08-26T20:58:02.732Z Downloaded memmap2 v0.9.10
11602026-08-26T20:58:02.732Z Downloaded rand_core v0.6.4
11612026-08-26T20:58:02.732Z Downloaded rfc6979 v0.6.0
11622026-08-26T20:58:02.732Z Downloaded strip-ansi-escapes v0.2.1
11632026-08-26T20:58:02.732Z Downloaded strum v0.26.3
11642026-08-26T20:58:02.736Z Downloaded match_cfg v0.1.0
11652026-08-26T20:58:02.736Z Downloaded xshell v0.2.7
11662026-08-26T20:58:02.739Z Downloaded num_enum v0.5.11
11672026-08-26T20:58:02.742Z Downloaded parse-display-derive v0.10.0
11682026-08-26T20:58:02.743Z Downloaded scopeguard v1.2.0
11692026-08-26T20:58:02.743Z Downloaded whoami v1.6.1
11702026-08-26T20:58:02.747Z Downloaded winnow v0.5.40
11712026-08-26T20:58:02.751Z Downloaded parking_lot v0.11.2
11722026-08-26T20:58:02.754Z Downloaded serde_with v1.14.0
11732026-08-26T20:58:02.757Z Downloaded schemars v0.8.22
11742026-08-26T20:58:02.762Z Downloaded peg-macros v0.8.5
11752026-08-26T20:58:02.765Z Downloaded sec1 v0.8.1
11762026-08-26T20:58:02.765Z Downloaded dropshot_endpoint v0.17.1
11772026-08-26T20:58:02.768Z Downloaded scheduled-thread-pool v0.2.7
11782026-08-26T20:58:02.768Z Downloaded thread-id v5.1.0
11792026-08-26T20:58:02.768Z Downloaded indent_write v2.2.0
11802026-08-26T20:58:02.768Z Downloaded zerocopy-derive v0.8.55
11812026-08-26T20:58:02.772Z Downloaded crypto-common v0.2.2
11822026-08-26T20:58:02.775Z Downloaded serde_with v3.21.0
11832026-08-26T20:58:02.781Z Downloaded git2 v0.20.4
11842026-08-26T20:58:02.785Z Downloaded blake3 v1.8.5
11852026-08-26T20:58:02.790Z Downloaded rawzip v0.4.4
11862026-08-26T20:58:02.793Z Downloaded progenitor v0.14.0
11872026-08-26T20:58:02.795Z Downloaded oso-derive v0.27.3
11882026-08-26T20:58:02.795Z Downloaded sha1 v0.11.0
11892026-08-26T20:58:02.798Z Downloaded rsa v0.10.0-rc.18
11902026-08-26T20:58:02.800Z Downloaded tungstenite v0.21.0
11912026-08-26T20:58:02.803Z Downloaded darling_core v0.21.3
11922026-08-26T20:58:02.806Z Downloaded hyper-util v0.1.20
11932026-08-26T20:58:02.809Z Downloaded vergen-git2 v9.1.0
11942026-08-26T20:58:02.809Z Downloaded pkcs8 v0.10.2
11952026-08-26T20:58:02.814Z Downloaded module-lattice v0.2.3
11962026-08-26T20:58:02.818Z Downloaded new_debug_unreachable v1.0.6
11972026-08-26T20:58:02.827Z Downloaded maybe-uninit v2.0.0
11982026-08-26T20:58:02.834Z Downloaded wnaf v0.14.0
11992026-08-26T20:58:02.837Z Downloaded pretty_assertions v1.4.1
12002026-08-26T20:58:02.842Z Downloaded support-bundle-viewer v0.1.2
12012026-08-26T20:58:02.850Z Downloaded salty v0.3.0
12022026-08-26T20:58:02.857Z Downloaded hyper-rustls v0.27.7
12032026-08-26T20:58:02.860Z Downloaded vergen-gitcl v1.0.8
12042026-08-26T20:58:02.860Z Downloaded num_enum_derive v0.7.6
12052026-08-26T20:58:02.866Z Downloaded daft-derive v0.1.8
12062026-08-26T20:58:02.869Z Downloaded postgres-protocol v0.6.10
12072026-08-26T20:58:02.872Z Downloaded ingot-types v0.2.0
12082026-08-26T20:58:02.872Z Downloaded num-rational v0.4.2
12092026-08-26T20:58:02.872Z Downloaded pkcs1 v0.8.0-rc.4
12102026-08-26T20:58:02.876Z Downloaded bindgen v0.71.1
12112026-08-26T20:58:02.880Z Downloaded rand_chacha v0.9.0
12122026-08-26T20:58:02.883Z Downloaded tar v0.4.46
12132026-08-26T20:58:02.883Z Downloaded crossterm v0.29.0
12142026-08-26T20:58:02.887Z Downloaded digest v0.11.3
12152026-08-26T20:58:02.890Z Downloaded uzers v0.12.2
12162026-08-26T20:58:02.893Z Downloaded crossbeam-deque v0.8.6
12172026-08-26T20:58:02.895Z Downloaded russh v0.62.4
12182026-08-26T20:58:02.898Z Downloaded predicates v3.1.4
12192026-08-26T20:58:02.901Z Downloaded minimal-lexical v0.2.1
12202026-08-26T20:58:02.904Z Downloaded num-bigint v0.4.6
12212026-08-26T20:58:02.906Z Downloaded url v2.5.8
12222026-08-26T20:58:02.910Z Downloaded goblin v0.10.5
12232026-08-26T20:58:02.914Z Downloaded slab v0.4.12
12242026-08-26T20:58:02.917Z Downloaded tokio-util v0.7.18
12252026-08-26T20:58:02.919Z Downloaded vcpkg v0.2.15
12262026-08-26T20:58:02.942Z Downloaded rcgen v0.12.1
12272026-08-26T20:58:02.945Z Downloaded thiserror-no-std v2.0.2
12282026-08-26T20:58:02.948Z Downloaded displaydoc v0.2.5
12292026-08-26T20:58:02.948Z Downloaded tls_codec_derive v0.4.2
12302026-08-26T20:58:02.951Z Downloaded aws-lc-rs v1.16.3
12312026-08-26T20:58:02.954Z Downloaded proc-macro-error2 v2.0.1
12322026-08-26T20:58:02.958Z Downloaded tungstenite v0.23.0
12332026-08-26T20:58:02.961Z Downloaded chrono v0.4.45
12342026-08-26T20:58:02.964Z Downloaded icu_locale_core v2.1.1
12352026-08-26T20:58:02.966Z Downloaded jiff-core v0.1.0
12362026-08-26T20:58:02.969Z Downloaded radix_trie v0.2.1
12372026-08-26T20:58:02.972Z Downloaded tower v0.5.3
12382026-08-26T20:58:02.975Z Downloaded unicode-normalization v0.1.25
12392026-08-26T20:58:02.978Z Downloaded icu_normalizer_data v2.1.1
12402026-08-26T20:58:02.981Z Downloaded socket2 v0.6.3
12412026-08-26T20:58:02.981Z Downloaded samael v0.0.19
12422026-08-26T20:58:02.984Z Downloaded tracing-core v0.1.36
12432026-08-26T20:58:02.987Z Downloaded derive-where v1.6.0
12442026-08-26T20:58:02.990Z Downloaded serde_yaml v0.9.34+deprecated
12452026-08-26T20:58:02.990Z Downloaded schemars v1.2.1
12462026-08-26T20:58:02.997Z Downloaded serde_with_macros v3.21.0
12472026-08-26T20:58:03.001Z Downloaded const_format v0.2.35
12482026-08-26T20:58:03.004Z Downloaded zopfli v0.8.3
12492026-08-26T20:58:03.004Z Downloaded iri-string v0.7.10
12502026-08-26T20:58:03.007Z Downloaded itertools v0.14.0
12512026-08-26T20:58:03.010Z Downloaded papergrid v0.18.0
12522026-08-26T20:58:03.013Z Downloaded itertools v0.13.0
12532026-08-26T20:58:03.017Z Downloaded ssh-key v0.7.0-rc.11
12542026-08-26T20:58:03.021Z Downloaded steno v0.4.1
12552026-08-26T20:58:03.024Z Downloaded knus v3.4.0
12562026-08-26T20:58:03.027Z Downloaded ron v0.8.1
12572026-08-26T20:58:03.031Z Downloaded diesel_derives v2.3.7
12582026-08-26T20:58:03.035Z Downloaded icu_normalizer v2.1.1
12592026-08-26T20:58:03.039Z Downloaded bitvec v1.0.1
12602026-08-26T20:58:03.048Z Downloaded unicode_categories v0.1.1
12612026-08-26T20:58:03.051Z Downloaded object v0.30.4
12622026-08-26T20:58:03.054Z Downloaded darling_core v0.20.11
12632026-08-26T20:58:03.057Z Downloaded toml_edit v0.23.10+spec-1.0.0
12642026-08-26T20:58:03.059Z Downloaded derive_more v2.1.1
12652026-08-26T20:58:03.065Z Downloaded zerovec v0.11.5
12662026-08-26T20:58:03.068Z Downloaded gimli v0.32.3
12672026-08-26T20:58:03.073Z Downloaded x509-cert v0.2.5
12682026-08-26T20:58:03.077Z Downloaded rustyline v14.0.0
12692026-08-26T20:58:03.079Z Downloaded quick-xml v0.37.5
12702026-08-26T20:58:03.082Z Downloaded der v0.8.0
12712026-08-26T20:58:03.086Z Downloaded tabled v0.21.0
12722026-08-26T20:58:03.096Z Downloaded miette v7.6.0
12732026-08-26T20:58:03.099Z Downloaded tough v0.22.0
12742026-08-26T20:58:03.103Z Downloaded rayon v1.11.0
12752026-08-26T20:58:03.112Z Downloaded reqwest v0.13.2
12762026-08-26T20:58:03.121Z Downloaded dropshot-api-manager v0.8.0
12772026-08-26T20:58:03.125Z Downloaded zip v4.6.1
12782026-08-26T20:58:03.136Z Downloaded crypto-primes v0.7.2
12792026-08-26T20:58:03.146Z Downloaded time v0.3.47
12802026-08-26T20:58:03.152Z Downloaded derive_more-impl v2.1.1
12812026-08-26T20:58:03.170Z Downloaded petname v2.0.2
12822026-08-26T20:58:03.173Z Downloaded proptest v1.11.0
12832026-08-26T20:58:03.179Z Downloaded itertools v0.15.0
12842026-08-26T20:58:03.182Z Downloaded smoltcp v0.9.1
12852026-08-26T20:58:03.193Z Downloaded nix v0.27.1
12862026-08-26T20:58:03.199Z Downloaded iddqd v0.4.2
12872026-08-26T20:58:03.204Z Downloaded hyper v1.10.1
12882026-08-26T20:58:03.207Z Downloaded libxml v0.3.3
12892026-08-26T20:58:03.211Z Downloaded libm v0.2.16
12902026-08-26T20:58:03.231Z Downloaded quinn-proto v0.11.16
12912026-08-26T20:58:03.235Z Downloaded p384 v0.13.1
12922026-08-26T20:58:03.238Z Downloaded lalrpop v0.19.12
12932026-08-26T20:58:03.244Z Downloaded moka v0.12.13
12942026-08-26T20:58:03.248Z Downloaded zlib-rs v0.6.2
12952026-08-26T20:58:03.251Z Downloaded bstr v1.12.1
12962026-08-26T20:58:03.256Z Downloaded hickory-proto v0.24.4
12972026-08-26T20:58:03.263Z Downloaded itertools v0.12.1
12982026-08-26T20:58:03.285Z Downloaded object v0.37.3
12992026-08-26T20:58:03.285Z Downloaded hickory-proto v0.25.2
13002026-08-26T20:58:03.285Z Downloaded portable-atomic v1.13.1
13012026-08-26T20:58:03.288Z Downloaded sha3 v0.12.0
13022026-08-26T20:58:03.288Z Downloaded polar-core v0.27.3
13032026-08-26T20:58:03.291Z Downloaded regress v0.11.1
13042026-08-26T20:58:03.323Z Downloaded openapiv3 v2.2.0
13052026-08-26T20:58:03.330Z Downloaded zerocopy v0.8.55
13062026-08-26T20:58:03.341Z Downloaded crypto-bigint v0.7.5
13072026-08-26T20:58:03.350Z Downloaded syn v3.0.3
13082026-08-26T20:58:03.362Z Downloaded curve25519-dalek v5.0.0
13092026-08-26T20:58:03.372Z Downloaded curve25519-dalek v4.1.3
13102026-08-26T20:58:03.384Z Downloaded regex-syntax v0.8.10
13112026-08-26T20:58:03.393Z Downloaded regex-syntax v0.6.29
13122026-08-26T20:58:03.398Z Downloaded openssl v0.10.80
13132026-08-26T20:58:03.404Z Downloaded nix v0.31.2
13142026-08-26T20:58:03.410Z Downloaded smoltcp v0.11.0
13152026-08-26T20:58:03.417Z Downloaded sqlparser v0.61.0
13162026-08-26T20:58:03.422Z Downloaded dropshot v0.17.1
13172026-08-26T20:58:03.435Z Downloaded nix v0.28.0
13182026-08-26T20:58:03.440Z Downloaded rustls v0.23.41
13192026-08-26T20:58:03.464Z Downloaded rustix v0.38.44
13202026-08-26T20:58:03.476Z Downloaded zerocopy-derive v0.6.6
13212026-08-26T20:58:03.482Z Downloaded sha3 v0.11.0
13222026-08-26T20:58:03.486Z Downloaded diesel v2.3.7
13232026-08-26T20:58:03.495Z Downloaded tracing v0.1.44
13242026-08-26T20:58:03.507Z Downloaded regress v0.10.5
13252026-08-26T20:58:03.513Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-08-26T20:58:03.535Z Downloaded regex-automata v0.4.14
13272026-08-26T20:58:03.556Z Downloaded typify-impl v0.6.2
13282026-08-26T20:58:03.569Z Downloaded chrono-tz v0.10.4
13292026-08-26T20:58:03.585Z Downloaded ratatui v0.29.0
13302026-08-26T20:58:03.596Z Downloaded sled v0.34.7
13312026-08-26T20:58:03.602Z Downloaded petgraph v0.6.5
13322026-08-26T20:58:03.612Z Downloaded libz-sys v1.1.24
13332026-08-26T20:58:03.626Z Downloaded csv v1.4.0
13342026-08-26T20:58:03.638Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-26T20:58:03.651Z Downloaded jiff v0.2.34
13362026-08-26T20:58:03.661Z Downloaded tokio v1.52.1
13372026-08-26T20:58:03.683Z Downloaded petgraph v0.8.3
13382026-08-26T20:58:03.695Z Downloaded sha3 v0.10.8
13392026-08-26T20:58:03.740Z Downloaded encoding_rs v0.8.35
13402026-08-26T20:58:03.769Z Downloaded ring v0.17.14
13412026-08-26T20:58:03.792Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-26T20:58:04.379Z Downloaded aws-lc-sys v0.40.0
13432026-08-26T20:58:04.637Z Compiling serde_core v1.0.228
13442026-08-26T20:58:04.637Z Compiling libc v0.2.185
13452026-08-26T20:58:04.637Z Compiling serde v1.0.228
13462026-08-26T20:58:04.641Z Compiling log v0.4.33
13472026-08-26T20:58:04.641Z Compiling smallvec v1.15.1
13482026-08-26T20:58:04.641Z Compiling shlex v1.3.0
13492026-08-26T20:58:04.641Z Compiling find-msvc-tools v0.1.9
13502026-08-26T20:58:04.641Z Compiling syn v2.0.117
13512026-08-26T20:58:04.989Z Compiling subtle v2.6.1
13522026-08-26T20:58:05.115Z Compiling scopeguard v1.2.0
13532026-08-26T20:58:05.119Z Compiling stable_deref_trait v1.2.1
13542026-08-26T20:58:05.141Z Compiling typenum v1.20.1
13552026-08-26T20:58:05.198Z Compiling lock_api v0.4.14
13562026-08-26T20:58:05.211Z Compiling zerocopy v0.8.55
13572026-08-26T20:58:05.251Z Compiling portable-atomic v1.13.1
13582026-08-26T20:58:05.254Z Compiling serde_json v1.0.151
13592026-08-26T20:58:05.432Z Compiling critical-section v1.2.0
13602026-08-26T20:58:05.473Z Compiling libm v0.2.16
13612026-08-26T20:58:05.560Z Compiling num-traits v0.2.19
13622026-08-26T20:58:05.643Z Compiling pkg-config v0.3.32
13632026-08-26T20:58:05.731Z Compiling errno v0.3.14
13642026-08-26T20:58:05.758Z Compiling jobserver v0.1.34
13652026-08-26T20:58:05.792Z Compiling getrandom v0.2.17
13662026-08-26T20:58:05.967Z Compiling rand_core v0.6.4
13672026-08-26T20:58:06.030Z Compiling cc v1.2.56
13682026-08-26T20:58:06.209Z Compiling generic-array v0.14.7
13692026-08-26T20:58:06.254Z Compiling once_cell v1.21.3
13702026-08-26T20:58:06.312Z Compiling parking_lot_core v0.9.12
13712026-08-26T20:58:06.332Z Compiling pin-project-lite v0.2.17
13722026-08-26T20:58:06.404Z Compiling getrandom v0.4.3
13732026-08-26T20:58:06.429Z Compiling const-oid v0.9.6
13742026-08-26T20:58:06.517Z Compiling rand_core v0.10.0
13752026-08-26T20:58:06.861Z Compiling signal-hook-registry v1.4.8
13762026-08-26T20:58:06.996Z Compiling bitflags v2.11.0
13772026-08-26T20:58:07.141Z Compiling writeable v0.6.2
13782026-08-26T20:58:07.153Z Compiling litemap v0.8.1
13792026-08-26T20:58:07.187Z Compiling futures-core v0.3.32
13802026-08-26T20:58:07.237Z Compiling percent-encoding v2.3.2
13812026-08-26T20:58:07.326Z Compiling semver v1.0.28
13822026-08-26T20:58:07.340Z Compiling parking_lot v0.12.5
13832026-08-26T20:58:07.343Z Compiling mio v1.2.0
13842026-08-26T20:58:07.343Z Compiling icu_normalizer_data v2.1.1
13852026-08-26T20:58:07.466Z Compiling icu_properties_data v2.1.2
13862026-08-26T20:58:07.645Z Compiling socket2 v0.6.3
13872026-08-26T20:58:07.688Z Compiling rustix v1.1.4
13882026-08-26T20:58:07.719Z Compiling getrandom v0.3.4
13892026-08-26T20:58:07.758Z Compiling futures-sink v0.3.32
13902026-08-26T20:58:07.839Z Compiling synstructure v0.13.2
13912026-08-26T20:58:07.854Z Compiling indexmap v2.14.0
13922026-08-26T20:58:07.869Z Compiling futures-channel v0.3.32
13932026-08-26T20:58:08.053Z Compiling utf8_iter v1.0.4
13942026-08-26T20:58:08.099Z Compiling futures-io v0.3.32
13952026-08-26T20:58:08.201Z Compiling futures-task v0.3.32
13962026-08-26T20:58:08.252Z Compiling slab v0.4.12
13972026-08-26T20:58:08.266Z Compiling form_urlencoded v1.2.2
13982026-08-26T20:58:08.372Z Compiling rustversion v1.0.22
13992026-08-26T20:58:08.425Z Compiling base64ct v1.8.3
14002026-08-26T20:58:08.440Z Compiling iana-time-zone v0.1.65
14012026-08-26T20:58:08.453Z Compiling cmake v0.1.57
14022026-08-26T20:58:08.512Z Compiling regex-syntax v0.8.10
14032026-08-26T20:58:08.604Z Compiling flagset v0.4.7
14042026-08-26T20:58:08.639Z Compiling dunce v1.0.5
14052026-08-26T20:58:08.722Z Compiling pem-rfc7468 v0.7.0
14062026-08-26T20:58:08.735Z Compiling fs_extra v1.3.0
14072026-08-26T20:58:08.740Z Compiling ident_case v1.0.1
14082026-08-26T20:58:08.848Z Compiling rand_core v0.9.5
14092026-08-26T20:58:08.873Z Compiling uuid v1.23.4
14102026-08-26T20:58:09.007Z Compiling aws-lc-sys v0.40.0
14112026-08-26T20:58:09.023Z Compiling base64 v0.22.1
14122026-08-26T20:58:09.130Z Compiling syn v1.0.109
14132026-08-26T20:58:09.352Z Compiling vcpkg v0.2.15
14142026-08-26T20:58:09.357Z Compiling serde_derive_internals v0.29.1
14152026-08-26T20:58:09.401Z Compiling rustc_version v0.4.1
14162026-08-26T20:58:09.477Z Compiling tracing-core v0.1.36
14172026-08-26T20:58:09.493Z Compiling serde_derive v1.0.228
14182026-08-26T20:58:09.576Z Compiling zeroize_derive v1.5.0
14192026-08-26T20:58:09.717Z Compiling zerocopy-derive v0.8.55
14202026-08-26T20:58:10.059Z Compiling zerofrom-derive v0.1.6
14212026-08-26T20:58:10.113Z Compiling yoke-derive v0.8.1
14222026-08-26T20:58:10.240Z Compiling zerovec-derive v0.11.2
14232026-08-26T20:58:10.255Z Compiling displaydoc v0.2.5
14242026-08-26T20:58:10.877Z Compiling tokio-macros v2.7.0
14252026-08-26T20:58:11.008Z Compiling futures-macro v0.3.32
14262026-08-26T20:58:11.281Z Compiling der_derive v0.7.3
14272026-08-26T20:58:11.372Z Compiling thiserror-impl v2.0.18
14282026-08-26T20:58:11.454Z Compiling zerofrom v0.1.6
14292026-08-26T20:58:11.590Z Compiling yoke v0.8.1
14302026-08-26T20:58:11.610Z Compiling openssl-sys v0.9.117
14312026-08-26T20:58:11.778Z Compiling zerovec v0.11.5
14322026-08-26T20:58:11.817Z Compiling zerotrie v0.2.3
14332026-08-26T20:58:12.108Z Compiling futures-util v0.3.32
14342026-08-26T20:58:12.125Z Compiling tracing-attributes v0.1.31
14352026-08-26T20:58:12.252Z Compiling tinystr v0.8.2
14362026-08-26T20:58:12.278Z Compiling potential_utf v0.1.4
14372026-08-26T20:58:12.444Z Compiling icu_locale_core v2.1.1
14382026-08-26T20:58:12.486Z Compiling icu_collections v2.1.1
14392026-08-26T20:58:12.688Z Compiling thiserror v2.0.18
14402026-08-26T20:58:12.799Z Compiling simd-adler32 v0.3.8
14412026-08-26T20:58:12.927Z Compiling zeroize v1.9.0
14422026-08-26T20:58:12.977Z Compiling bytes v1.11.1
14432026-08-26T20:58:13.049Z Compiling icu_provider v2.1.1
14442026-08-26T20:58:13.307Z Compiling icu_normalizer v2.1.1
14452026-08-26T20:58:13.338Z Compiling icu_properties v2.1.2
14462026-08-26T20:58:13.431Z Compiling chrono v0.4.45
14472026-08-26T20:58:13.582Z Compiling tokio v1.52.1
14482026-08-26T20:58:13.709Z Compiling crypto-common v0.1.7
14492026-08-26T20:58:13.831Z Compiling block-buffer v0.10.4
14502026-08-26T20:58:13.859Z Compiling der v0.7.10
14512026-08-26T20:58:14.008Z Compiling digest v0.10.7
14522026-08-26T20:58:14.263Z Compiling idna_adapter v1.2.1
14532026-08-26T20:58:14.278Z Compiling ppv-lite86 v0.2.21
14542026-08-26T20:58:14.386Z Compiling idna v1.1.0
14552026-08-26T20:58:14.402Z Compiling http v1.4.2
14562026-08-26T20:58:14.417Z Compiling aws-lc-rs v1.16.3
14572026-08-26T20:58:14.599Z Compiling rand_chacha v0.9.0
14582026-08-26T20:58:14.699Z Compiling url v2.5.8
14592026-08-26T20:58:14.796Z Compiling spki v0.7.3
14602026-08-26T20:58:15.076Z Compiling dyn-clone v1.0.20
14612026-08-26T20:58:15.082Z Compiling schemars v0.8.22
14622026-08-26T20:58:15.105Z Compiling cpufeatures v0.2.17
14632026-08-26T20:58:15.182Z Compiling http-body v1.0.1
14642026-08-26T20:58:15.215Z Compiling pkcs8 v0.10.2
14652026-08-26T20:58:15.303Z Compiling rand v0.9.2
14662026-08-26T20:58:15.319Z Compiling tracing v0.1.44
14672026-08-26T20:58:15.337Z Compiling rustls-pki-types v1.14.0
14682026-08-26T20:58:15.431Z Compiling schemars_derive v0.8.22
14692026-08-26T20:58:15.553Z Compiling spin v0.9.8
14702026-08-26T20:58:15.582Z Compiling openssl-probe v0.2.1
14712026-08-26T20:58:15.757Z Compiling cmov v0.5.4
14722026-08-26T20:58:15.773Z Compiling httparse v1.10.1
14732026-08-26T20:58:15.784Z Compiling crc32fast v1.5.0
14742026-08-26T20:58:15.961Z Compiling adler2 v2.0.1
14752026-08-26T20:58:16.039Z Compiling tinyvec_macros v0.1.1
14762026-08-26T20:58:16.055Z Compiling miniz_oxide v0.8.9
14772026-08-26T20:58:16.115Z Compiling tinyvec v1.10.0
14782026-08-26T20:58:16.132Z Compiling ctutils v0.4.2
14792026-08-26T20:58:16.147Z Compiling tempfile v3.27.0
14802026-08-26T20:58:16.363Z Compiling pest_generator v2.8.6
14812026-08-26T20:58:16.457Z Compiling sha2 v0.10.9
14822026-08-26T20:58:16.508Z Compiling terminal_size v0.4.3
14832026-08-26T20:58:16.641Z Compiling aho-corasick v1.1.4
14842026-08-26T20:58:16.657Z Compiling atomic-waker v1.1.2
14852026-08-26T20:58:16.792Z Compiling untrusted v0.7.1
14862026-08-26T20:58:16.915Z Compiling tower-service v0.3.3
14872026-08-26T20:58:17.015Z Compiling tower-layer v0.3.3
14882026-08-26T20:58:17.046Z Compiling try-lock v0.2.5
14892026-08-26T20:58:17.158Z Compiling radium v0.7.0
14902026-08-26T20:58:17.170Z Compiling want v0.3.1
14912026-08-26T20:58:17.336Z Compiling pest_derive v2.8.6
14922026-08-26T20:58:17.387Z Compiling tokio-util v0.7.18
14932026-08-26T20:58:17.749Z Compiling regex-automata v0.4.14
14942026-08-26T20:58:17.787Z Compiling hybrid-array v0.4.13
14952026-08-26T20:58:18.197Z Compiling h2 v0.4.15
14962026-08-26T20:58:18.394Z Compiling ipnet v2.12.0
14972026-08-26T20:58:18.433Z Compiling scroll_derive v0.13.1
14982026-08-26T20:58:18.543Z Compiling darling_core v0.20.11
14992026-08-26T20:58:18.869Z Compiling httpdate v1.0.3
15002026-08-26T20:58:19.096Z Compiling maybe-uninit v2.0.0
15012026-08-26T20:58:19.225Z Compiling rustls v0.23.41
15022026-08-26T20:58:19.240Z Compiling foreign-types-shared v0.1.1
15032026-08-26T20:58:19.272Z Compiling openssl v0.10.80
15042026-08-26T20:58:19.325Z Compiling untrusted v0.9.0
15052026-08-26T20:58:19.348Z Compiling tap v1.0.1
15062026-08-26T20:58:19.436Z Compiling wyz v0.5.1
15072026-08-26T20:58:19.449Z Compiling foreign-types v0.3.2
15082026-08-26T20:58:19.462Z Compiling scroll v0.13.0
15092026-08-26T20:58:19.521Z Compiling unicode-normalization v0.1.25
15102026-08-26T20:58:19.705Z Compiling rand_chacha v0.3.1
15112026-08-26T20:58:19.719Z Compiling signature v2.2.0
15122026-08-26T20:58:19.904Z Compiling hex v0.4.3
15132026-08-26T20:58:19.974Z Compiling openssl-macros v0.1.1
15142026-08-26T20:58:20.067Z Compiling thiserror-impl v1.0.69
15152026-08-26T20:58:20.195Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-26T20:58:20.382Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-26T20:58:20.472Z Compiling num-integer v0.1.46
15182026-08-26T20:58:20.486Z Compiling wait-timeout v0.2.1
15192026-08-26T20:58:20.751Z Compiling ahash v0.8.12
15202026-08-26T20:58:20.765Z Compiling bit-vec v0.8.0
15212026-08-26T20:58:20.788Z Compiling funty v2.0.0
15222026-08-26T20:58:20.817Z Compiling darling_macro v0.20.11
15232026-08-26T20:58:20.948Z Compiling powerfmt v0.2.0
15242026-08-26T20:58:20.996Z Compiling native-tls v0.2.18
15252026-08-26T20:58:21.150Z Compiling time-core v0.1.8
15262026-08-26T20:58:21.207Z Compiling num-bigint-dig v0.8.6
15272026-08-26T20:58:21.300Z Compiling hyper v1.10.1
15282026-08-26T20:58:21.306Z Compiling packed_struct v0.10.1
15292026-08-26T20:58:21.306Z Compiling quick-error v1.2.3
15302026-08-26T20:58:21.360Z Compiling num-conv v0.2.0
15312026-08-26T20:58:21.392Z Compiling darling v0.20.11
15322026-08-26T20:58:21.426Z Compiling rusty-fork v0.3.1
15332026-08-26T20:58:21.472Z Compiling thiserror v1.0.69
15342026-08-26T20:58:21.488Z Compiling time-macros v0.2.27
15352026-08-26T20:58:21.566Z Compiling clap_builder v4.6.0
15362026-08-26T20:58:21.601Z Compiling bitvec v1.0.1
15372026-08-26T20:58:21.735Z Compiling deranged v0.5.8
15382026-08-26T20:58:21.853Z Compiling bit-set v0.8.0
15392026-08-26T20:58:22.292Z Compiling num-iter v0.1.45
15402026-08-26T20:58:22.440Z Compiling hyper-util v0.1.20
15412026-08-26T20:58:22.851Z Compiling rand v0.8.6
15422026-08-26T20:58:22.994Z Compiling goblin v0.10.5
15432026-08-26T20:58:23.345Z Compiling packed_struct_codegen v0.10.1
15442026-08-26T20:58:23.629Z Compiling lazy_static v1.5.0
15452026-08-26T20:58:23.724Z Compiling hmac v0.12.1
15462026-08-26T20:58:23.886Z Compiling toml_datetime v0.6.11
15472026-08-26T20:58:24.108Z Compiling serde_spanned v0.6.9
15482026-08-26T20:58:24.140Z Compiling clap_derive v4.6.1
15492026-08-26T20:58:24.248Z Compiling bitfield-macros v0.19.4
15502026-08-26T20:58:24.393Z Compiling zerocopy-derive v0.6.6
15512026-08-26T20:58:24.497Z Compiling rand_xorshift v0.4.0
15522026-08-26T20:58:24.661Z Compiling sync_wrapper v1.0.2
15532026-08-26T20:58:24.771Z Compiling indexmap v1.9.3
15542026-08-26T20:58:24.950Z Compiling object v0.37.3
15552026-08-26T20:58:24.964Z Compiling unicode-segmentation v1.12.0
15562026-08-26T20:58:25.246Z Compiling usdt-impl v0.6.0
15572026-08-26T20:58:25.278Z Compiling unarray v0.1.4
15582026-08-26T20:58:25.390Z Compiling paste v1.0.15
15592026-08-26T20:58:25.391Z Compiling zlib-rs v0.6.2
15602026-08-26T20:58:25.449Z Compiling nodrop v0.1.14
15612026-08-26T20:58:25.547Z Compiling siphasher v1.0.2
15622026-08-26T20:58:25.658Z Compiling num_threads v0.1.7
15632026-08-26T20:58:25.674Z Compiling crossbeam-utils v0.8.21
15642026-08-26T20:58:25.737Z Compiling crc-catalog v2.4.0
15652026-08-26T20:58:25.755Z Compiling time v0.3.47
15662026-08-26T20:58:25.834Z Compiling crc v3.4.0
15672026-08-26T20:58:25.912Z Compiling clap v4.6.1
15682026-08-26T20:58:25.973Z Compiling dof v0.4.0
15692026-08-26T20:58:26.027Z Compiling array-init v0.0.4
15702026-08-26T20:58:26.060Z Compiling proptest v1.11.0
15712026-08-26T20:58:26.420Z Compiling zerocopy v0.6.6
15722026-08-26T20:58:26.775Z Compiling bitfield v0.19.4
15732026-08-26T20:58:27.110Z Compiling tower v0.5.3
15742026-08-26T20:58:27.350Z Compiling smallvec v0.6.14
15752026-08-26T20:58:27.643Z Compiling derive_builder_core v0.20.2
15762026-08-26T20:58:27.782Z Compiling dtrace-parser v0.3.0
15772026-08-26T20:58:28.421Z Compiling flate2 v1.1.9
15782026-08-26T20:58:28.447Z Compiling ipnetwork v0.21.1
15792026-08-26T20:58:28.502Z Compiling pkcs1 v0.7.5
15802026-08-26T20:58:28.519Z Compiling http-body-util v0.1.3
15812026-08-26T20:58:28.579Z Compiling heapless v0.7.17
15822026-08-26T20:58:28.760Z Compiling scroll_derive v0.12.1
15832026-08-26T20:58:28.817Z Compiling structmeta-derive v0.3.0
15842026-08-26T20:58:28.820Z Compiling slog v2.8.2
15852026-08-26T20:58:28.834Z Compiling darling_core v0.23.0
15862026-08-26T20:58:28.879Z Compiling thread-id v5.1.0
15872026-08-26T20:58:28.964Z Compiling cookie v0.18.1
15882026-08-26T20:58:29.009Z Compiling env_filter v2.0.0
15892026-08-26T20:58:29.148Z Compiling syn v3.0.3
15902026-08-26T20:58:29.304Z Compiling zstd-safe v7.2.4
15912026-08-26T20:58:29.415Z Compiling ryu v1.0.23
15922026-08-26T20:58:29.499Z Compiling signal-hook v0.3.18
15932026-08-26T20:58:29.595Z Compiling winnow v0.5.40
15942026-08-26T20:58:29.671Z Compiling unicode-properties v0.1.4
15952026-08-26T20:58:29.889Z Compiling allocator-api2 v0.2.21
15962026-08-26T20:58:29.892Z Compiling base64 v0.21.7
15972026-08-26T20:58:30.229Z Compiling anyhow v1.0.104
15982026-08-26T20:58:30.262Z Compiling unicode-bidi v0.3.18
15992026-08-26T20:58:30.535Z Compiling hashbrown v0.12.3
16002026-08-26T20:58:30.797Z Compiling iri-string v0.7.10
16012026-08-26T20:58:31.016Z Compiling gimli v0.32.3
16022026-08-26T20:58:31.371Z Compiling darling_macro v0.23.0
16032026-08-26T20:58:31.463Z Compiling toml_edit v0.19.15
16042026-08-26T20:58:31.857Z Compiling stringprep v0.1.5
16052026-08-26T20:58:32.309Z Compiling tower-http v0.6.8
16062026-08-26T20:58:32.540Z Compiling ron v0.8.1
16072026-08-26T20:58:32.624Z Compiling daft-derive v0.1.8
16082026-08-26T20:58:32.703Z Compiling addr2line v0.25.1
16092026-08-26T20:58:32.706Z Compiling structmeta v0.3.0
16102026-08-26T20:58:32.938Z Compiling serde_urlencoded v0.7.1
16112026-08-26T20:58:32.972Z Compiling scroll v0.12.0
16122026-08-26T20:58:33.046Z Compiling env_logger v0.11.11
16132026-08-26T20:58:33.308Z Compiling rsa v0.9.10
16142026-08-26T20:58:33.323Z Compiling oxnet v0.1.6
16152026-08-26T20:58:33.469Z Compiling derive_builder_macro v0.20.2
16162026-08-26T20:58:33.522Z Compiling newtype-uuid v1.3.2
16172026-08-26T20:58:33.752Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16182026-08-26T20:58:33.816Z Compiling hashbrown v0.13.2
16192026-08-26T20:58:33.856Z Compiling bzip2 v0.4.4
16202026-08-26T20:58:33.935Z Compiling serde-hex v0.1.0
16212026-08-26T20:58:34.061Z Compiling tokio-native-tls v0.3.1
16222026-08-26T20:58:34.076Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-26T20:58:34.761Z Compiling camino v1.2.5
16242026-08-26T20:58:34.778Z Compiling bstr v1.12.1
16252026-08-26T20:58:35.190Z Compiling block-buffer v0.12.1
16262026-08-26T20:58:35.400Z Compiling block-padding v0.4.2
16272026-08-26T20:58:35.436Z Compiling crypto-common v0.2.2
16282026-08-26T20:58:35.576Z Compiling rustls-native-certs v0.8.3
16292026-08-26T20:58:35.658Z Compiling x509-cert v0.2.5
16302026-08-26T20:58:35.871Z Compiling md-5 v0.10.6
16312026-08-26T20:58:36.047Z Compiling erased-serde v0.3.31
16322026-08-26T20:58:36.355Z Compiling serde_tokenstream v0.2.3
16332026-08-26T20:58:36.530Z Compiling curve25519-dalek v4.1.3
16342026-08-26T20:58:36.675Z Compiling zerocopy-derive v0.7.35
16352026-08-26T20:58:36.863Z Compiling async-trait v0.1.89
16362026-08-26T20:58:37.015Z Compiling pin-project-internal v1.1.11
16372026-08-26T20:58:37.059Z Compiling vergen-lib v9.1.0
16382026-08-26T20:58:37.157Z Compiling hash32 v0.2.1
16392026-08-26T20:58:37.239Z Compiling memoffset v0.9.1
16402026-08-26T20:58:37.274Z Compiling encoding_rs v0.8.35
16412026-08-26T20:58:37.349Z Compiling litrs v1.0.0
16422026-08-26T20:58:37.419Z Compiling ref-cast v1.0.25
16432026-08-26T20:58:37.554Z Compiling rustix v0.38.44
16442026-08-26T20:58:37.718Z Compiling rustc-demangle v0.1.27
16452026-08-26T20:58:37.853Z Compiling fallible-iterator v0.2.0
16462026-08-26T20:58:37.867Z Compiling mime v0.3.17
16472026-08-26T20:58:37.891Z Compiling psl-types v2.0.11
16482026-08-26T20:58:38.017Z Compiling crc-any v2.5.0
16492026-08-26T20:58:38.104Z Compiling cfg_aliases v0.2.1
16502026-08-26T20:58:38.107Z Compiling smoltcp v0.9.1
16512026-08-26T20:58:38.133Z Compiling owo-colors v4.3.0
16522026-08-26T20:58:38.157Z Compiling postgres-protocol v0.6.10
16532026-08-26T20:58:38.177Z Compiling nix v0.31.2
16542026-08-26T20:58:38.242Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-26T20:58:38.325Z Compiling pin-project v1.1.11
16562026-08-26T20:58:38.426Z Compiling publicsuffix v2.3.0
16572026-08-26T20:58:38.474Z Compiling backtrace v0.3.76
16582026-08-26T20:58:38.527Z Compiling document-features v0.2.12
16592026-08-26T20:58:38.598Z Compiling zerocopy v0.7.35
16602026-08-26T20:58:38.807Z Compiling inout v0.2.2
16612026-08-26T20:58:38.987Z Compiling daft v0.1.8
16622026-08-26T20:58:39.094Z Compiling object v0.30.4
16632026-08-26T20:58:39.121Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16642026-08-26T20:58:39.137Z Compiling hyper-tls v0.6.0
16652026-08-26T20:58:39.159Z Compiling zip v0.6.6
16662026-08-26T20:58:39.262Z Compiling derive_builder v0.20.2
16672026-08-26T20:58:39.403Z Compiling goblin v0.8.2
16682026-08-26T20:58:39.617Z Compiling derive-ex v0.1.8
16692026-08-26T20:58:39.725Z Compiling toml v0.7.8
16702026-08-26T20:58:39.905Z Compiling darling v0.23.0
16712026-08-26T20:58:40.002Z Compiling phf_shared v0.13.1
16722026-08-26T20:58:40.253Z Compiling convert_case v0.10.0
16732026-08-26T20:58:40.268Z Compiling regex v1.12.3
16742026-08-26T20:58:40.321Z Compiling hubpack_derive v0.1.1
16752026-08-26T20:58:40.551Z Compiling futures-executor v0.3.32
16762026-08-26T20:58:40.694Z Compiling ref-cast-impl v1.0.25
16772026-08-26T20:58:40.770Z Compiling snafu-derive v0.8.9
16782026-08-26T20:58:40.819Z Compiling strum_macros v0.27.2
16792026-08-26T20:58:41.243Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-26T20:58:41.325Z Compiling vergen v9.1.0
16812026-08-26T20:58:41.506Z Compiling cargo-platform v0.3.2
16822026-08-26T20:58:41.782Z Compiling ff v0.13.1
16832026-08-26T20:58:41.879Z Compiling fs-err v3.3.0
16842026-08-26T20:58:41.925Z Compiling path-slash v0.1.5
16852026-08-26T20:58:41.950Z Compiling same-file v1.0.6
16862026-08-26T20:58:42.054Z Compiling foldhash v0.2.0
16872026-08-26T20:58:42.072Z Compiling is_ci v1.2.0
16882026-08-26T20:58:42.115Z Compiling bumpalo v3.20.2
16892026-08-26T20:58:42.204Z Compiling base16ct v0.2.0
16902026-08-26T20:58:42.280Z Compiling libbz2-rs-sys v0.2.2
16912026-08-26T20:58:42.367Z Compiling either v1.15.0
16922026-08-26T20:58:42.384Z Compiling bitflags v1.3.2
16932026-08-26T20:58:42.460Z Compiling jiff-core v0.1.0
16942026-08-26T20:58:42.576Z Compiling foldhash v0.1.5
16952026-08-26T20:58:42.653Z Compiling managed v0.8.0
16962026-08-26T20:58:42.749Z Compiling hashbrown v0.15.5
16972026-08-26T20:58:42.770Z Compiling strum v0.27.2
16982026-08-26T20:58:42.901Z Compiling bzip2 v0.6.1
16992026-08-26T20:58:42.905Z Compiling snafu v0.8.9
17002026-08-26T20:58:42.958Z Compiling textwrap v0.16.2
17012026-08-26T20:58:43.104Z Compiling sec1 v0.7.3
17022026-08-26T20:58:43.258Z Compiling jiff v0.2.34
17032026-08-26T20:58:43.291Z Compiling zopfli v0.8.3
17042026-08-26T20:58:43.384Z Compiling hashbrown v0.16.1
17052026-08-26T20:58:43.402Z Compiling supports-color v3.0.2
17062026-08-26T20:58:43.574Z Compiling walkdir v2.5.0
17072026-08-26T20:58:43.642Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17082026-08-26T20:58:43.656Z Compiling group v0.13.0
17092026-08-26T20:58:43.875Z Compiling cargo_metadata v0.23.1
17102026-08-26T20:58:43.947Z Compiling dof v0.3.0
17112026-08-26T20:58:43.995Z Compiling test-strategy v0.4.5
17122026-08-26T20:58:44.772Z Compiling hubpack v0.1.2
17132026-08-26T20:58:45.037Z Compiling futures v0.3.32
17142026-08-26T20:58:45.053Z Compiling derive_more-impl v2.1.1
17152026-08-26T20:58:45.123Z Compiling phf v0.13.1
17162026-08-26T20:58:45.302Z Compiling serde_with_macros v3.21.0
17172026-08-26T20:58:45.584Z Compiling signal-hook-mio v0.2.5
17182026-08-26T20:58:45.716Z Compiling cookie_store v0.22.1
17192026-08-26T20:58:45.841Z Compiling zstd v0.13.3
17202026-08-26T20:58:45.977Z Compiling reqwest v0.12.28
17212026-08-26T20:58:46.303Z Compiling cipher v0.5.2
17222026-08-26T20:58:46.413Z Compiling backtrace-ext v0.2.1
17232026-08-26T20:58:46.557Z Compiling postgres-types v0.2.12
17242026-08-26T20:58:46.872Z Compiling usdt-attr-macro v0.6.0
17252026-08-26T20:58:46.882Z Compiling usdt-macro v0.6.0
17262026-08-26T20:58:47.085Z Compiling globset v0.4.18
17272026-08-26T20:58:47.261Z Compiling phf_shared v0.11.3
17282026-08-26T20:58:47.340Z Compiling hkdf v0.12.4
17292026-08-26T20:58:47.445Z Compiling dtrace-parser v0.2.0
17302026-08-26T20:58:47.508Z Compiling byte-wrapper v0.1.0
17312026-08-26T20:58:47.554Z Compiling olpc-cjson v0.1.4
17322026-08-26T20:58:47.630Z Compiling ed25519 v2.2.3
17332026-08-26T20:58:47.666Z Compiling crypto-bigint v0.5.5
17342026-08-26T20:58:47.714Z Compiling serde-big-array v0.5.1
17352026-08-26T20:58:47.764Z Compiling serde_plain v1.0.2
17362026-08-26T20:58:47.833Z Compiling miette-derive v7.6.0
17372026-08-26T20:58:47.856Z Compiling enum-as-inner v0.6.1
17382026-08-26T20:58:47.960Z Compiling strum_macros v0.26.4
17392026-08-26T20:58:48.188Z Compiling async-recursion v1.1.1
17402026-08-26T20:58:48.363Z Compiling serde_repr v0.1.20
17412026-08-26T20:58:48.542Z Compiling pem v3.0.6
17422026-08-26T20:58:48.828Z Compiling float-cmp v0.10.0
17432026-08-26T20:58:48.862Z Compiling memmap2 v0.9.10
17442026-08-26T20:58:48.896Z Compiling thread-id v4.2.2
17452026-08-26T20:58:48.980Z Compiling fixedbitset v0.4.2
17462026-08-26T20:58:48.994Z Compiling supports-unicode v3.0.0
17472026-08-26T20:58:49.008Z Compiling new_debug_unreachable v1.0.6
17482026-08-26T20:58:49.076Z Compiling static_assertions v1.1.0
17492026-08-26T20:58:49.092Z Compiling supports-hyperlinks v3.2.0
17502026-08-26T20:58:49.137Z Compiling normalize-line-endings v0.3.0
17512026-08-26T20:58:49.151Z Compiling fixedbitset v0.5.7
17522026-08-26T20:58:49.195Z Compiling difflib v0.4.0
17532026-08-26T20:58:49.234Z Compiling whoami v2.1.0
17542026-08-26T20:58:49.249Z Compiling typed-path v0.9.3
17552026-08-26T20:58:49.448Z Compiling cpufeatures v0.3.0
17562026-08-26T20:58:49.532Z Compiling keccak v0.1.6
17572026-08-26T20:58:49.609Z Compiling const-oid v0.10.2
17582026-08-26T20:58:49.658Z Compiling precomputed-hash v0.1.1
17592026-08-26T20:58:49.711Z Compiling winnow v1.0.3
17602026-08-26T20:58:49.744Z Compiling predicates-core v1.0.10
17612026-08-26T20:58:49.744Z Compiling data-encoding v2.10.0
17622026-08-26T20:58:49.773Z Compiling digest v0.11.3
17632026-08-26T20:58:49.812Z Compiling string_cache v0.8.9
17642026-08-26T20:58:49.916Z Compiling predicates v3.1.4
17652026-08-26T20:58:50.030Z Compiling strum v0.26.3
17662026-08-26T20:58:50.092Z Compiling hickory-proto v0.25.2
17672026-08-26T20:58:50.185Z Compiling sha3 v0.10.8
17682026-08-26T20:58:50.278Z Compiling chacha20 v0.10.0
17692026-08-26T20:58:50.491Z Compiling tokio-postgres v0.7.16
17702026-08-26T20:58:50.507Z Compiling petgraph v0.8.3
17712026-08-26T20:58:50.609Z Compiling miette v7.6.0
17722026-08-26T20:58:50.645Z Compiling toml_parser v1.1.2+spec-1.1.0
17732026-08-26T20:58:50.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-08-26T20:58:50.800Z Compiling petgraph v0.6.5
17752026-08-26T20:58:51.295Z Compiling usdt v0.6.0
17762026-08-26T20:58:51.561Z Compiling toml_edit v0.22.27
17772026-08-26T20:58:51.761Z Compiling usdt-impl v0.5.0
17782026-08-26T20:58:52.266Z Compiling elliptic-curve v0.13.8
17792026-08-26T20:58:52.323Z Compiling ed25519-dalek v2.2.0
17802026-08-26T20:58:52.432Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-26T20:58:52.666Z Compiling crossterm v0.28.1
17822026-08-26T20:58:52.846Z Compiling serde_with v3.21.0
17832026-08-26T20:58:53.484Z Compiling derive_more v2.1.1
17842026-08-26T20:58:53.588Z Compiling zip v4.6.1
17852026-08-26T20:58:53.935Z Compiling iddqd v0.4.2
17862026-08-26T20:58:54.308Z Compiling itertools v0.13.0
17872026-08-26T20:58:54.423Z Compiling itertools v0.15.0
17882026-08-26T20:58:54.527Z Compiling similar v2.7.0
17892026-08-26T20:58:54.629Z Compiling crossbeam-epoch v0.9.18
17902026-08-26T20:58:54.669Z Compiling heck v0.4.1
17912026-08-26T20:58:54.775Z Compiling tokio-stream v0.1.18
17922026-08-26T20:58:54.858Z Compiling buf-list v1.1.2
17932026-08-26T20:58:54.950Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-26T20:58:55.179Z Compiling openapiv3 v2.2.0
17952026-08-26T20:58:55.217Z Compiling peg-runtime v0.8.5
17962026-08-26T20:58:55.255Z Compiling lalrpop-util v0.19.12
17972026-08-26T20:58:55.284Z Compiling thread_local v1.1.9
17982026-08-26T20:58:55.400Z Compiling slog-async v2.8.0
17992026-08-26T20:58:55.431Z Compiling crossbeam-channel v0.5.15
18002026-08-26T20:58:55.493Z Compiling is-terminal v0.4.17
18012026-08-26T20:58:55.531Z Compiling filetime v0.2.27
18022026-08-26T20:58:55.656Z Compiling xattr v1.6.1
18032026-08-26T20:58:55.719Z Compiling term v1.2.1
18042026-08-26T20:58:55.741Z Compiling take_mut v0.2.2
18052026-08-26T20:58:55.741Z Compiling tar v0.4.46
18062026-08-26T20:58:55.756Z Compiling camino-tempfile v1.4.1
18072026-08-26T20:58:55.910Z Compiling slog-term v2.9.2
18082026-08-26T20:59:02.023Z Compiling rustls-webpki v0.103.13
18092026-08-26T20:59:04.699Z Compiling tokio-rustls v0.26.4
18102026-08-26T20:59:04.699Z Compiling rustls-platform-verifier v0.6.2
18112026-08-26T20:59:04.702Z Compiling tough v0.22.0
18122026-08-26T20:59:04.930Z Compiling hyper-rustls v0.27.7
18132026-08-26T20:59:05.130Z Compiling reqwest v0.13.2
18142026-08-26T20:59:07.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-26T20:59:07.542Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-26T20:59:10.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18172026-08-26T20:59:10.607Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-26T20:59:10.662ZAug 26 20:59:09.091 INFO Starting download, target: Cockroach
18192026-08-26T20:59:10.662ZAug 26 20:59:09.091 INFO Starting download, target: Console
18202026-08-26T20:59:10.665ZAug 26 20:59:09.091 INFO Starting download, target: DendriteStub
18212026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Starting download, target: Clickhouse
18222026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Starting download, target: MaghemiteMgd
18232026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Starting download, target: MaghemiteDdmd
18242026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Starting download, target: TransceiverControl
18252026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-26T20:59:10.666ZAug 26 20:59:09.091 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18282026-08-26T20:59:10.666ZAug 26 20:59:09.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18292026-08-26T20:59:10.666ZAug 26 20:59:09.092 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-26T20:59:10.666ZAug 26 20:59:09.092 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-26T20:59:10.666ZAug 26 20:59:09.092 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-26T20:59:11.034ZAug 26 20:59:09.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-26T20:59:11.228ZAug 26 20:59:09.655 INFO Download complete, target: TransceiverControl
18342026-08-26T20:59:12.369ZAug 26 20:59:10.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-26T20:59:12.386ZAug 26 20:59:10.808 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-26T20:59:12.403ZAug 26 20:59:10.830 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18372026-08-26T20:59:12.554ZAug 26 20:59:10.973 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-26T20:59:12.649ZAug 26 20:59:11.048 INFO Download complete, target: Console
18392026-08-26T20:59:12.667ZAug 26 20:59:11.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18402026-08-26T20:59:13.130ZAug 26 20:59:11.558 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-26T20:59:13.130ZAug 26 20:59:11.559 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-26T20:59:14.694ZAug 26 20:59:13.084 INFO Download complete, target: MaghemiteDdmd
18432026-08-26T20:59:14.880ZAug 26 20:59:13.309 INFO Download complete, target: DendriteStub
18442026-08-26T20:59:15.154ZAug 26 20:59:13.582 INFO Download complete, target: MaghemiteMgd
18452026-08-26T20:59:17.730ZAug 26 20:59:16.158 INFO Checking that binary works, target: Cockroach
18462026-08-26T20:59:17.846ZAug 26 20:59:16.275 INFO Download complete, target: Cockroach
18472026-08-26T20:59:19.193ZAug 26 20:59:17.621 INFO Checking that binary works, target: Clickhouse
18482026-08-26T20:59:19.323ZAug 26 20:59:17.750 INFO Download complete, target: Clickhouse
18492026-08-26T20:59:19.338ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-26T20:59:19.342Z
18512026-08-26T20:59:19.342Zreal 2:13.603797596
18522026-08-26T20:59:19.342Zuser 7:21.773041035
18532026-08-26T20:59:19.342Zsys 1:28.345099997
18542026-08-26T20:59:19.342Ztrap 0.249412191
18552026-08-26T20:59:19.342Ztflt 0.538395844
18562026-08-26T20:59:19.342Zdflt 0.967645834
18572026-08-26T20:59:19.342Zkflt 0.023494925
18582026-08-26T20:59:19.342Zlock 27:48.121542709
18592026-08-26T20:59:19.342Zslp 22:18.321382164
18602026-08-26T20:59:19.342Zlat 50.012776006
18612026-08-26T20:59:19.342Zstop 2:43.690720991
18622026-08-26T20:59:19.342Z+ banner clippy
18632026-08-26T20:59:19.342Z
18642026-08-26T20:59:19.342Z #### # # ##### ##### # #
18652026-08-26T20:59:19.342Z # # # # # # # # # #
18662026-08-26T20:59:19.342Z # # # # # # # #
18672026-08-26T20:59:19.342Z # # # ##### ##### #
18682026-08-26T20:59:19.342Z # # # # # # #
18692026-08-26T20:59:19.342Z #### ###### # # # #
18702026-08-26T20:59:19.342Z
18712026-08-26T20:59:19.342Z+ export CARGO_INCREMENTAL=0
18722026-08-26T20:59:19.342Z+ CARGO_INCREMENTAL=0
18732026-08-26T20:59:19.342Z+ ptime -m cargo xtask clippy
18742026-08-26T20:59:19.815Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-26T20:59:20.104Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-26T20:59:21.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18772026-08-26T20:59:21.979Z Running `target/debug/xtask clippy`
18782026-08-26T20:59:22.006Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-26T20:59:22.581Z Downloading crates ...
18802026-08-26T20:59:22.755Z Downloaded cast v0.3.0
18812026-08-26T20:59:22.758Z Downloaded assert-json-diff v2.0.2
18822026-08-26T20:59:22.758Z Downloaded async-object-pool v0.2.0
18832026-08-26T20:59:22.759Z Downloaded approx v0.5.1
18842026-08-26T20:59:22.759Z Downloaded criterion v0.7.0
18852026-08-26T20:59:22.762Z Downloaded constant_time_eq v0.3.1
18862026-08-26T20:59:22.764Z Downloaded anes v0.1.6
18872026-08-26T20:59:22.764Z Downloaded concurrent-queue v2.5.0
18882026-08-26T20:59:22.764Z Downloaded assert_cmd v2.1.2
18892026-08-26T20:59:22.767Z Downloaded async-lock v3.4.2
18902026-08-26T20:59:22.767Z Downloaded blake2b_simd v1.0.4
18912026-08-26T20:59:22.770Z Downloaded cfg-expr v0.20.6
18922026-08-26T20:59:22.770Z Downloaded criterion-plot v0.6.0
18932026-08-26T20:59:22.770Z Downloaded datatest-stable v0.3.3
18942026-08-26T20:59:22.773Z Downloaded event-listener-strategy v0.5.4
18952026-08-26T20:59:22.773Z Downloaded fancy-regex v0.14.0
18962026-08-26T20:59:22.776Z Downloaded escape8259 v0.5.3
18972026-08-26T20:59:22.776Z Downloaded event-listener v5.4.1
18982026-08-26T20:59:22.776Z Downloaded guppy-workspace-hack v0.1.0
18992026-08-26T20:59:22.776Z Downloaded futures-timer v3.0.3
19002026-08-26T20:59:22.779Z Downloaded hickory-client v0.25.2
19012026-08-26T20:59:22.779Z Downloaded hex-literal v0.4.1
19022026-08-26T20:59:22.779Z Downloaded guppy v0.17.25
19032026-08-26T20:59:22.782Z Downloaded httptest v0.16.4
19042026-08-26T20:59:22.785Z Downloaded linkme-impl v0.3.35
19052026-08-26T20:59:22.785Z Downloaded linkme v0.3.35
19062026-08-26T20:59:22.785Z Downloaded miette-derive v5.10.0
19072026-08-26T20:59:22.788Z Downloaded libtest-mimic v0.8.1
19082026-08-26T20:59:22.788Z Downloaded knuffel-derive v3.2.0
19092026-08-26T20:59:22.788Z Downloaded nested v0.1.1
19102026-08-26T20:59:22.788Z Downloaded knuffel v3.2.0
19112026-08-26T20:59:22.791Z Downloaded parking v2.2.1
19122026-08-26T20:59:22.791Z Downloaded pathdiff v0.2.3
19132026-08-26T20:59:22.791Z Downloaded oorandom v11.1.5
19142026-08-26T20:59:22.791Z Downloaded miette v5.10.0
19152026-08-26T20:59:22.795Z Downloaded plotters-backend v0.3.7
19162026-08-26T20:59:22.795Z Downloaded owo-colors v3.5.0
19172026-08-26T20:59:22.798Z Downloaded partial-io v0.5.4
19182026-08-26T20:59:22.798Z Downloaded path-tree v0.8.3
19192026-08-26T20:59:22.798Z Downloaded plotters-svg v0.3.7
19202026-08-26T20:59:22.798Z Downloaded rand_distr v0.5.1
19212026-08-26T20:59:22.801Z Downloaded relative-path v1.9.3
19222026-08-26T20:59:22.801Z Downloaded serde_regex v1.1.0
19232026-08-26T20:59:22.801Z Downloaded rstest v0.25.0
19242026-08-26T20:59:22.803Z Downloaded similar-asserts v1.7.0
19252026-08-26T20:59:22.806Z Downloaded rstest_macros v0.25.0
19262026-08-26T20:59:22.806Z Downloaded rust-argon2 v2.1.0
19272026-08-26T20:59:22.809Z Downloaded supports-unicode v2.1.0
19282026-08-26T20:59:22.809Z Downloaded plotters v0.3.7
19292026-08-26T20:59:22.812Z Downloaded supports-color v2.1.0
19302026-08-26T20:59:22.814Z Downloaded supports-hyperlinks v2.1.0
19312026-08-26T20:59:22.815Z Downloaded terminal_size v0.1.17
19322026-08-26T20:59:22.815Z Downloaded stringmetrics v2.2.2
19332026-08-26T20:59:22.815Z Downloaded target-lexicon v0.13.3
19342026-08-26T20:59:22.817Z Downloaded termcolor v1.4.1
19352026-08-26T20:59:22.818Z Downloaded target-triple v1.0.0
19362026-08-26T20:59:22.818Z Downloaded target-spec v3.5.7
19372026-08-26T20:59:22.818Z Downloaded tinytemplate v1.2.1
19382026-08-26T20:59:22.820Z Downloaded textwrap v0.15.2
19392026-08-26T20:59:22.820Z Downloaded trybuild v1.0.116
19402026-08-26T20:59:22.849Z Downloaded httpmock v0.8.3
19412026-08-26T20:59:24.690Z Checking cfg-if v1.0.4
19422026-08-26T20:59:25.065Z Checking serde_core v1.0.228
19432026-08-26T20:59:25.065Z Checking libc v0.2.185
19442026-08-26T20:59:25.136Z Checking memchr v2.8.0
19452026-08-26T20:59:25.179Z Checking smallvec v1.15.1
19462026-08-26T20:59:25.215Z Checking rand_core v0.10.0
19472026-08-26T20:59:25.218Z Checking itoa v1.0.17
19482026-08-26T20:59:25.285Z Checking subtle v2.6.1
19492026-08-26T20:59:25.285Z Checking libm v0.2.16
19502026-08-26T20:59:25.388Z Checking log v0.4.33
19512026-08-26T20:59:25.438Z Checking scopeguard v1.2.0
19522026-08-26T20:59:25.443Z Checking typenum v1.20.1
19532026-08-26T20:59:25.510Z Checking zmij v1.0.21
19542026-08-26T20:59:25.544Z Checking getrandom v0.4.3
19552026-08-26T20:59:25.580Z Checking errno v0.3.14
19562026-08-26T20:59:25.583Z Checking stable_deref_trait v1.2.1
19572026-08-26T20:59:25.648Z Checking lock_api v0.4.14
19582026-08-26T20:59:25.719Z Checking zerofrom v0.1.6
19592026-08-26T20:59:25.760Z Checking percent-encoding v2.3.2
19602026-08-26T20:59:25.798Z Checking litemap v0.8.1
19612026-08-26T20:59:25.799Z Checking writeable v0.6.2
19622026-08-26T20:59:25.864Z Checking yoke v0.8.1
19632026-08-26T20:59:25.902Z Checking icu_normalizer_data v2.1.1
19642026-08-26T20:59:25.937Z Checking icu_properties_data v2.1.2
19652026-08-26T20:59:25.982Z Checking form_urlencoded v1.2.2
19662026-08-26T20:59:26.022Z Checking num-traits v0.2.19
19672026-08-26T20:59:26.060Z Checking utf8_iter v1.0.4
19682026-08-26T20:59:26.063Z Checking zerovec v0.11.5
19692026-08-26T20:59:26.063Z Checking zerotrie v0.2.3
19702026-08-26T20:59:26.161Z Checking zerocopy v0.8.55
19712026-08-26T20:59:26.202Z Checking portable-atomic v1.13.1
19722026-08-26T20:59:26.238Z Checking pin-project-lite v0.2.17
19732026-08-26T20:59:26.241Z Checking critical-section v1.2.0
19742026-08-26T20:59:26.371Z Checking parking_lot_core v0.9.12
19752026-08-26T20:59:26.419Z Checking signal-hook-registry v1.4.8
19762026-08-26T20:59:26.459Z Checking mio v1.2.0
19772026-08-26T20:59:26.551Z Checking serde v1.0.228
19782026-08-26T20:59:26.584Z Checking bitflags v2.11.0
19792026-08-26T20:59:26.587Z Checking serde_json v1.0.151
19802026-08-26T20:59:26.590Z Checking tinystr v0.8.2
19812026-08-26T20:59:26.689Z Checking potential_utf v0.1.4
19822026-08-26T20:59:26.692Z Checking once_cell v1.21.3
19832026-08-26T20:59:26.768Z Checking parking_lot v0.12.5
19842026-08-26T20:59:26.815Z Checking iana-time-zone v0.1.65
19852026-08-26T20:59:26.855Z Checking icu_collections v2.1.1
19862026-08-26T20:59:26.858Z Checking icu_locale_core v2.1.1
19872026-08-26T20:59:26.934Z Checking uuid v1.23.4
19882026-08-26T20:59:26.977Z Checking zeroize v1.9.0
19892026-08-26T20:59:26.977Z Checking bytes v1.11.1
19902026-08-26T20:59:26.980Z Checking chrono v0.4.45
19912026-08-26T20:59:27.211Z Checking socket2 v0.6.3
19922026-08-26T20:59:27.258Z Checking semver v1.0.28
19932026-08-26T20:59:27.315Z Checking thiserror v2.0.18
19942026-08-26T20:59:27.356Z Checking dyn-clone v1.0.20
19952026-08-26T20:59:27.418Z Checking icu_provider v2.1.1
19962026-08-26T20:59:27.477Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972026-08-26T20:59:27.481Z Checking rustix v1.1.4
19982026-08-26T20:59:27.481Z Checking futures-core v0.3.32
19992026-08-26T20:59:27.481Z Checking tokio v1.52.1
20002026-08-26T20:59:27.616Z Checking equivalent v1.0.2
20012026-08-26T20:59:27.668Z Checking getrandom v0.2.17
20022026-08-26T20:59:27.671Z Checking icu_normalizer v2.1.1
20032026-08-26T20:59:27.738Z Checking icu_properties v2.1.2
20042026-08-26T20:59:27.850Z Checking rand_core v0.6.4
20052026-08-26T20:59:27.887Z Checking cmov v0.5.4
20062026-08-26T20:59:27.925Z Checking getrandom v0.3.4
20072026-08-26T20:59:28.036Z Checking futures-sink v0.3.32
20082026-08-26T20:59:28.075Z Checking byteorder v1.5.0
20092026-08-26T20:59:28.112Z Checking ctutils v0.4.2
20102026-08-26T20:59:28.114Z Checking futures-io v0.3.32
20112026-08-26T20:59:28.180Z Checking futures-channel v0.3.32
20122026-08-26T20:59:28.285Z Checking futures-task v0.3.32
20132026-08-26T20:59:28.321Z Checking slab v0.4.12
20142026-08-26T20:59:28.358Z Checking hybrid-array v0.4.13
20152026-08-26T20:59:28.361Z Checking regex-syntax v0.8.10
20162026-08-26T20:59:28.427Z Checking fnv v1.0.7
20172026-08-26T20:59:28.459Z Checking hashbrown v0.17.0
20182026-08-26T20:59:28.506Z Checking futures-util v0.3.32
20192026-08-26T20:59:28.551Z Checking generic-array v0.14.7
20202026-08-26T20:59:28.596Z Checking idna_adapter v1.2.1
20212026-08-26T20:59:28.743Z Checking idna v1.1.0
20222026-08-26T20:59:28.925Z Checking ppv-lite86 v0.2.21
20232026-08-26T20:59:28.963Z Checking indexmap v2.14.0
20242026-08-26T20:59:29.009Z Checking url v2.5.8
20252026-08-26T20:59:29.046Z Checking thiserror v1.0.69
20262026-08-26T20:59:29.134Z Checking crypto-common v0.2.2
20272026-08-26T20:59:29.173Z Checking const-oid v0.9.6
20282026-08-26T20:59:29.249Z Checking base64ct v1.8.3
20292026-08-26T20:59:29.465Z Checking schemars v0.8.22
20302026-08-26T20:59:29.512Z Checking crypto-common v0.1.7
20312026-08-26T20:59:29.552Z Checking block-buffer v0.12.1
20322026-08-26T20:59:29.670Z Checking base64 v0.22.1
20332026-08-26T20:59:29.709Z Checking rand_core v0.9.5
20342026-08-26T20:59:29.752Z Checking block-buffer v0.10.4
20352026-08-26T20:59:29.791Z Checking erased-serde v0.3.31
20362026-08-26T20:59:29.895Z Checking utf8parse v0.2.2
20372026-08-26T20:59:29.933Z Checking rand_chacha v0.9.0
20382026-08-26T20:59:29.936Z Checking digest v0.10.7
20392026-08-26T20:59:30.001Z Checking anstyle v1.0.14
20402026-08-26T20:59:30.037Z Checking http v1.4.2
20412026-08-26T20:59:30.159Z Checking tracing-core v0.1.36
20422026-08-26T20:59:30.198Z Checking rand v0.9.2
20432026-08-26T20:59:30.201Z Checking slog v2.8.2
20442026-08-26T20:59:30.201Z Checking colorchoice v1.0.4
20452026-08-26T20:59:30.301Z Checking anstyle-query v1.1.5
20462026-08-26T20:59:30.363Z Checking is_terminal_polyfill v1.70.2
20472026-08-26T20:59:30.417Z Checking terminal_size v0.4.3
20482026-08-26T20:59:30.421Z Checking const-oid v0.10.2
20492026-08-26T20:59:30.486Z Checking fastrand v2.3.0
20502026-08-26T20:59:30.520Z Checking tracing v0.1.44
20512026-08-26T20:59:30.559Z Checking anstyle-parse v1.0.0
20522026-08-26T20:59:30.594Z Checking ipnet v2.12.0
20532026-08-26T20:59:30.630Z Checking aho-corasick v1.1.4
20542026-08-26T20:59:30.665Z Checking ipnetwork v0.21.1
20552026-08-26T20:59:30.702Z Checking tempfile v3.27.0
20562026-08-26T20:59:30.706Z Checking crossbeam-utils v0.8.21
20572026-08-26T20:59:30.769Z Checking anstream v1.0.0
20582026-08-26T20:59:30.772Z Checking unicode-ident v1.0.24
20592026-08-26T20:59:30.842Z Checking tokio-util v0.7.18
20602026-08-26T20:59:30.881Z Checking clap_lex v1.0.0
20612026-08-26T20:59:30.917Z Checking strsim v0.11.1
20622026-08-26T20:59:30.920Z Checking proc-macro2 v1.0.106
20632026-08-26T20:59:30.984Z Checking powerfmt v0.2.0
20642026-08-26T20:59:31.024Z Checking allocator-api2 v0.2.21
20652026-08-26T20:59:31.061Z Checking digest v0.11.3
20662026-08-26T20:59:31.099Z Checking cpufeatures v0.3.0
20672026-08-26T20:59:31.139Z Checking clap_builder v4.6.0
20682026-08-26T20:59:31.171Z Checking deranged v0.5.8
20692026-08-26T20:59:31.216Z Checking num-conv v0.2.0
20702026-08-26T20:59:31.271Z Checking time-core v0.1.8
20712026-08-26T20:59:31.310Z Checking quote v1.0.45
20722026-08-26T20:59:31.347Z Checking num_threads v0.1.7
20732026-08-26T20:59:31.350Z Checking regex-automata v0.4.14
20742026-08-26T20:59:31.416Z Checking httparse v1.10.1
20752026-08-26T20:59:31.450Z Checking anyhow v1.0.104
20762026-08-26T20:59:31.486Z Checking cpufeatures v0.2.17
20772026-08-26T20:59:31.489Z Checking rustls-pki-types v1.14.0
20782026-08-26T20:59:31.551Z Checking syn v2.0.117
20792026-08-26T20:59:31.589Z Checking aws-lc-sys v0.40.0
20802026-08-26T20:59:31.652Z Checking untrusted v0.7.1
20812026-08-26T20:59:31.688Z Checking http-body v1.0.1
20822026-08-26T20:59:31.792Z Checking atomic-waker v1.1.2
20832026-08-26T20:59:31.838Z Checking oxnet v0.1.6
20842026-08-26T20:59:31.876Z Checking httpdate v1.0.3
20852026-08-26T20:59:31.922Z Checking try-lock v0.2.5
20862026-08-26T20:59:32.049Z Checking h2 v0.4.15
20872026-08-26T20:59:32.082Z Checking want v0.3.1
20882026-08-26T20:59:32.115Z Checking time v0.3.47
20892026-08-26T20:59:32.151Z Checking hex v0.4.3
20902026-08-26T20:59:32.154Z Checking aws-lc-rs v1.16.3
20912026-08-26T20:59:32.228Z Checking tower-service v0.3.3
20922026-08-26T20:59:32.349Z Checking ryu v1.0.23
20932026-08-26T20:59:32.391Z Checking clap v4.6.1
20942026-08-26T20:59:32.427Z Checking untrusted v0.9.0
20952026-08-26T20:59:32.499Z Checking simd-adler32 v0.3.8
20962026-08-26T20:59:32.538Z Checking tower-layer v0.3.3
20972026-08-26T20:59:32.574Z Checking spin v0.9.8
20982026-08-26T20:59:32.700Z Checking adler2 v2.0.1
20992026-08-26T20:59:32.736Z Checking unicode-width v0.2.0
21002026-08-26T20:59:32.781Z Checking pem-rfc7468 v0.7.0
21012026-08-26T20:59:32.839Z Checking miniz_oxide v0.8.9
21022026-08-26T20:59:32.970Z Checking flagset v0.4.7
21032026-08-26T20:59:33.011Z Checking mime v0.3.17
21042026-08-26T20:59:33.049Z Checking rustls-webpki v0.103.13
21052026-08-26T20:59:33.126Z Checking der v0.7.10
21062026-08-26T20:59:33.217Z Checking block-padding v0.4.2
21072026-08-26T20:59:33.217Z Checking camino v1.2.5
21082026-08-26T20:59:33.262Z Checking pretty-hex v0.4.1
21092026-08-26T20:59:33.340Z Checking http-body-util v0.1.3
21102026-08-26T20:59:33.393Z Checking inout v0.2.2
21112026-08-26T20:59:33.446Z Checking plain v0.2.3
21122026-08-26T20:59:33.507Z Checking rustls v0.23.41
21132026-08-26T20:59:33.548Z Checking ucd-trie v0.1.7
21142026-08-26T20:59:33.586Z Checking openssl-probe v0.2.1
21152026-08-26T20:59:33.589Z Checking cipher v0.5.2
21162026-08-26T20:59:33.589Z Checking regex v1.12.3
21172026-08-26T20:59:33.709Z Checking pest v2.8.6
21182026-08-26T20:59:33.745Z Checking serde_urlencoded v0.7.1
21192026-08-26T20:59:33.819Z Checking rand_chacha v0.3.1
21202026-08-26T20:59:33.916Z Checking encoding_rs v0.8.35
21212026-08-26T20:59:33.954Z Checking bit-vec v0.8.0
21222026-08-26T20:59:33.956Z Checking spki v0.7.3
21232026-08-26T20:59:34.028Z Checking futures-executor v0.3.32
21242026-08-26T20:59:34.064Z Checking rand v0.8.6
21252026-08-26T20:59:34.178Z Checking bit-set v0.8.0
21262026-08-26T20:59:34.215Z Checking wait-timeout v0.2.1
21272026-08-26T20:59:34.227Z Checking futures v0.3.32
21282026-08-26T20:59:34.361Z Checking crc32fast v1.5.0
21292026-08-26T20:59:34.366Z Checking either v1.15.0
21302026-08-26T20:59:34.425Z Checking quick-error v1.2.3
21312026-08-26T20:59:34.530Z Checking rand_xorshift v0.4.0
21322026-08-26T20:59:34.568Z Checking rusty-fork v0.3.1
21332026-08-26T20:59:34.604Z Checking sync_wrapper v1.0.2
21342026-08-26T20:59:34.608Z Checking unarray v0.1.4
21352026-08-26T20:59:34.677Z Checking pkcs8 v0.10.2
21362026-08-26T20:59:34.736Z Checking tower v0.5.3
21372026-08-26T20:59:34.779Z Checking iri-string v0.7.10
21382026-08-26T20:59:34.820Z Checking foldhash v0.2.0
21392026-08-26T20:59:34.824Z Checking proptest v1.11.0
21402026-08-26T20:59:34.884Z Checking openapiv3 v2.2.0
21412026-08-26T20:59:34.887Z Checking static_assertions v1.1.0
21422026-08-26T20:59:34.953Z Checking hyper v1.10.1
21432026-08-26T20:59:34.998Z Checking hashbrown v0.16.1
21442026-08-26T20:59:35.034Z Checking zlib-rs v0.6.2
21452026-08-26T20:59:35.161Z Checking sha2 v0.10.9
21462026-08-26T20:59:35.462Z Checking rustls-native-certs v0.8.3
21472026-08-26T20:59:35.534Z Checking lazy_static v1.5.0
21482026-08-26T20:59:35.628Z Checking hubpack v0.1.2
21492026-08-26T20:59:35.664Z Checking tinyvec_macros v0.1.1
21502026-08-26T20:59:35.761Z Checking psl-types v2.0.11
21512026-08-26T20:59:35.822Z Checking tinyvec v1.10.0
21522026-08-26T20:59:35.826Z Checking tokio-rustls v0.26.4
21532026-08-26T20:59:35.826Z Checking tower-http v0.6.8
21542026-08-26T20:59:35.927Z Checking publicsuffix v2.3.0
21552026-08-26T20:59:35.931Z Checking hyper-util v0.1.20
21562026-08-26T20:59:35.995Z Checking flate2 v1.1.9
21572026-08-26T20:59:36.109Z Checking cookie v0.18.1
21582026-08-26T20:59:36.113Z Checking rustls-platform-verifier v0.6.2
21592026-08-26T20:59:36.184Z Checking signature v2.2.0
21602026-08-26T20:59:36.188Z Checking num-integer v0.1.46
21612026-08-26T20:59:36.188Z Checking strum v0.26.3
21622026-08-26T20:59:36.324Z Checking scroll v0.13.0
21632026-08-26T20:59:36.331Z Checking ahash v0.8.12
21642026-08-26T20:59:36.389Z Checking memmap2 v0.9.10
21652026-08-26T20:59:36.393Z Checking cookie_store v0.22.1
21662026-08-26T20:59:36.393Z Checking unicode-width v0.1.14
21672026-08-26T20:59:36.488Z Checking dtrace-parser v0.3.0
21682026-08-26T20:59:36.567Z Checking goblin v0.10.5
21692026-08-26T20:59:36.570Z Checking serde_spanned v0.6.9
21702026-08-26T20:59:36.633Z Checking toml_datetime v0.6.11
21712026-08-26T20:59:36.672Z Checking newtype-uuid v1.3.2
21722026-08-26T20:59:36.724Z Checking thread-id v5.1.0
21732026-08-26T20:59:36.763Z Checking data-encoding v2.10.0
21742026-08-26T20:59:36.766Z Checking bstr v1.12.1
21752026-08-26T20:59:36.830Z Checking hmac v0.12.1
21762026-08-26T20:59:36.833Z Checking base64 v0.21.7
21772026-08-26T20:59:36.899Z Checking daft v0.1.8
21782026-08-26T20:59:36.903Z Checking x509-cert v0.2.5
21792026-08-26T20:59:36.998Z Checking crossbeam-epoch v0.9.18
21802026-08-26T20:59:37.057Z Checking memoffset v0.9.1
21812026-08-26T20:59:37.125Z Checking num-iter v0.1.45
21822026-08-26T20:59:37.168Z Checking scroll v0.12.0
21832026-08-26T20:59:37.205Z Checking zerocopy v0.7.35
21842026-08-26T20:59:37.244Z Checking rustix v0.38.44
21852026-08-26T20:59:37.248Z Checking hyper-rustls v0.27.7
21862026-08-26T20:59:37.248Z Checking env_filter v2.0.0
21872026-08-26T20:59:37.350Z Checking unicode-linebreak v0.1.5
21882026-08-26T20:59:37.415Z Checking goblin v0.8.2
21892026-08-26T20:59:37.485Z Checking smawk v0.3.2
21902026-08-26T20:59:37.522Z Checking reqwest v0.13.2
21912026-08-26T20:59:37.583Z Checking tap v1.0.1
21922026-08-26T20:59:37.619Z Checking unicode-segmentation v1.12.0
21932026-08-26T20:59:37.656Z Checking env_logger v0.11.11
21942026-08-26T20:59:37.712Z Checking wyz v0.5.1
21952026-08-26T20:59:37.716Z Checking num-bigint-dig v0.8.6
21962026-08-26T20:59:37.871Z Checking nix v0.31.2
21972026-08-26T20:59:37.919Z Checking pkcs1 v0.7.5
21982026-08-26T20:59:37.956Z Checking dtrace-parser v0.2.0
21992026-08-26T20:59:38.065Z Checking ff v0.13.1
22002026-08-26T20:59:38.156Z Checking radium v0.7.0
22012026-08-26T20:59:38.220Z Checking thread-id v4.2.2
22022026-08-26T20:59:38.223Z Checking same-file v1.0.6
22032026-08-26T20:59:38.333Z Checking crc-catalog v2.4.0
22042026-08-26T20:59:38.370Z Checking winnow v1.0.3
22052026-08-26T20:59:38.406Z Checking funty v2.0.0
22062026-08-26T20:59:38.409Z Checking base16ct v0.2.0
22072026-08-26T20:59:38.477Z Checking crc v3.4.0
22082026-08-26T20:59:38.572Z Checking rsa v0.9.10
22092026-08-26T20:59:38.609Z Checking sec1 v0.7.3
22102026-08-26T20:59:38.675Z Checking walkdir v2.5.0
22112026-08-26T20:59:38.750Z Checking bitvec v1.0.1
22122026-08-26T20:59:38.843Z Checking group v0.13.0
22132026-08-26T20:59:38.880Z Checking hkdf v0.12.4
22142026-08-26T20:59:38.941Z Checking dof v0.4.0
22152026-08-26T20:59:39.020Z Checking unicode-normalization v0.1.25
22162026-08-26T20:59:39.057Z Checking crypto-bigint v0.5.5
22172026-08-26T20:59:39.094Z Checking zerocopy v0.6.6
22182026-08-26T20:59:39.097Z Checking maybe-uninit v2.0.0
22192026-08-26T20:59:39.223Z Checking is_ci v1.2.0
22202026-08-26T20:59:39.228Z Checking nodrop v0.1.14
22212026-08-26T20:59:39.312Z Checking dof v0.3.0
22222026-08-26T20:59:39.352Z Checking foreign-types-shared v0.1.1
22232026-08-26T20:59:39.388Z Checking winnow v0.5.40
22242026-08-26T20:59:39.423Z Checking gimli v0.32.3
22252026-08-26T20:59:39.458Z Checking foldhash v0.1.5
22262026-08-26T20:59:39.489Z Checking foreign-types v0.3.2
22272026-08-26T20:59:39.585Z Checking array-init v0.0.4
22282026-08-26T20:59:39.624Z Checking usdt-impl v0.6.0
22292026-08-26T20:59:39.627Z Checking usdt-impl v0.5.0
22302026-08-26T20:59:39.627Z Checking hashbrown v0.15.5
22312026-08-26T20:59:39.914Z Checking smallvec v0.6.14
22322026-08-26T20:59:39.951Z Checking usdt v0.6.0
22332026-08-26T20:59:39.986Z Checking serde_with v3.21.0
22342026-08-26T20:59:40.025Z Checking elliptic-curve v0.13.8
22352026-08-26T20:59:40.093Z Checking packed_struct v0.10.1
22362026-08-26T20:59:40.134Z Checking bitfield v0.19.4
22372026-08-26T20:59:40.171Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-26T20:59:40.209Z Checking openssl-sys v0.9.117
22392026-08-26T20:59:40.285Z Checking object v0.37.3
22402026-08-26T20:59:40.362Z Checking hashbrown v0.12.3
22412026-08-26T20:59:40.425Z Checking siphasher v1.0.2
22422026-08-26T20:59:40.592Z Checking toml_edit v0.19.15
22432026-08-26T20:59:40.621Z Checking keccak v0.1.6
22442026-08-26T20:59:40.624Z Checking bitflags v1.3.2
22452026-08-26T20:59:40.754Z Checking rustc-demangle v0.1.27
22462026-08-26T20:59:40.798Z Checking indexmap v1.9.3
22472026-08-26T20:59:40.832Z Checking sha3 v0.10.8
22482026-08-26T20:59:41.003Z Checking openssl v0.10.80
22492026-08-26T20:59:41.007Z Checking addr2line v0.25.1
22502026-08-26T20:59:41.072Z Checking bzip2 v0.4.4
22512026-08-26T20:59:41.138Z Checking serde-hex v0.1.0
22522026-08-26T20:59:41.173Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22532026-08-26T20:59:41.262Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-26T20:59:41.298Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-26T20:59:41.446Z Checking ron v0.8.1
22562026-08-26T20:59:41.503Z Checking hashbrown v0.13.2
22572026-08-26T20:59:41.620Z Checking toml v0.7.8
22582026-08-26T20:59:41.664Z Checking itertools v0.15.0
22592026-08-26T20:59:41.950Z Checking itertools v0.13.0
22602026-08-26T20:59:41.987Z Checking signal-hook v0.3.18
22612026-08-26T20:59:42.021Z Checking managed v0.8.0
22622026-08-26T20:59:42.206Z Checking crc-any v2.5.0
22632026-08-26T20:59:42.243Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-26T20:59:42.419Z Checking object v0.30.4
22652026-08-26T20:59:42.455Z Checking zip v0.6.6
22662026-08-26T20:59:42.585Z Checking backtrace v0.3.76
22672026-08-26T20:59:42.650Z Checking globset v0.4.18
22682026-08-26T20:59:42.784Z Checking chacha20 v0.10.0
22692026-08-26T20:59:42.821Z Checking curve25519-dalek v4.1.3
22702026-08-26T20:59:42.910Z Checking backtrace-ext v0.2.1
22712026-08-26T20:59:42.946Z Checking path-slash v0.1.5
22722026-08-26T20:59:43.015Z Checking toml_write v0.1.2
22732026-08-26T20:59:43.053Z Checking winnow v0.7.14
22742026-08-26T20:59:43.057Z Checking native-tls v0.2.18
22752026-08-26T20:59:43.121Z Checking signal-hook-mio v0.2.5
22762026-08-26T20:59:43.122Z Checking textwrap v0.16.2
22772026-08-26T20:59:43.217Z Checking ed25519 v2.2.3
22782026-08-26T20:59:43.277Z Checking ref-cast v1.0.25
22792026-08-26T20:59:43.298Z Checking pin-project v1.1.11
22802026-08-26T20:59:43.391Z Checking jiff-core v0.1.0
22812026-08-26T20:59:43.433Z Checking tokio-native-tls v0.3.1
22822026-08-26T20:59:43.442Z Checking pem v3.0.6
22832026-08-26T20:59:43.442Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-26T20:59:43.623Z Checking owo-colors v4.3.0
22852026-08-26T20:59:43.668Z Checking fixedbitset v0.5.7
22862026-08-26T20:59:43.674Z Checking ed25519-dalek v2.2.0
22872026-08-26T20:59:43.674Z Checking zstd-safe v7.2.4
22882026-08-26T20:59:43.888Z Checking petgraph v0.8.3
22892026-08-26T20:59:43.926Z Checking hyper-tls v0.6.0
22902026-08-26T20:59:43.966Z Checking snafu v0.8.9
22912026-08-26T20:59:44.099Z Checking jiff v0.2.34
22922026-08-26T20:59:44.135Z Checking crossterm v0.28.1
22932026-08-26T20:59:44.223Z Checking supports-color v3.0.2
22942026-08-26T20:59:44.253Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-08-26T20:59:44.269Z Checking similar v2.7.0
22962026-08-26T20:59:44.322Z Checking toml_edit v0.22.27
22972026-08-26T20:59:44.367Z Checking fs-err v3.3.0
22982026-08-26T20:59:44.509Z Checking hash32 v0.2.1
22992026-08-26T20:59:44.695Z Checking serde-big-array v0.5.1
23002026-08-26T20:59:44.710Z Checking serde_plain v1.0.2
23012026-08-26T20:59:44.757Z Checking bumpalo v3.20.2
23022026-08-26T20:59:44.869Z Checking unicode-properties v0.1.4
23032026-08-26T20:59:44.878Z Checking predicates-core v1.0.10
23042026-08-26T20:59:44.935Z Checking libbz2-rs-sys v0.2.2
23052026-08-26T20:59:44.985Z Checking typed-path v0.9.3
23062026-08-26T20:59:45.054Z Checking unicode-bidi v0.3.18
23072026-08-26T20:59:45.089Z Checking zopfli v0.8.3
23082026-08-26T20:59:45.243Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23092026-08-26T20:59:45.358Z Checking bzip2 v0.6.1
23102026-08-26T20:59:45.394Z Checking stringprep v0.1.5
23112026-08-26T20:59:45.460Z Checking heapless v0.7.17
23122026-08-26T20:59:45.480Z Checking reqwest v0.12.28
23132026-08-26T20:59:45.516Z Checking zstd v0.13.3
23142026-08-26T20:59:45.551Z Checking hickory-proto v0.25.2
23152026-08-26T20:59:45.586Z Checking byte-wrapper v0.1.0
23162026-08-26T20:59:45.620Z Checking md-5 v0.10.6
23172026-08-26T20:59:45.728Z Checking float-cmp v0.10.0
23182026-08-26T20:59:45.780Z Checking fallible-iterator v0.2.0
23192026-08-26T20:59:45.818Z Checking normalize-line-endings v0.3.0
23202026-08-26T20:59:45.822Z Checking difflib v0.4.0
23212026-08-26T20:59:45.894Z Checking supports-unicode v3.0.0
23222026-08-26T20:59:45.899Z Checking supports-hyperlinks v3.2.0
23232026-08-26T20:59:45.960Z Checking smoltcp v0.9.1
23242026-08-26T20:59:45.998Z Checking zip v4.6.1
23252026-08-26T20:59:46.035Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23262026-08-26T20:59:46.070Z Checking miette v7.6.0
23272026-08-26T20:59:46.074Z Checking predicates v3.1.4
23282026-08-26T20:59:46.144Z Checking postgres-protocol v0.6.10
23292026-08-26T20:59:46.251Z Checking iddqd v0.4.2
23302026-08-26T20:59:46.433Z Checking phf_shared v0.13.1
23312026-08-26T20:59:46.485Z Checking phf_shared v0.11.3
23322026-08-26T20:59:46.567Z Checking olpc-cjson v0.1.4
23332026-08-26T20:59:46.604Z Checking tokio-stream v0.1.18
23342026-08-26T20:59:46.608Z Checking derive_more v2.1.1
23352026-08-26T20:59:46.684Z Checking strum v0.27.2
23362026-08-26T20:59:46.688Z Checking fixedbitset v0.4.2
23372026-08-26T20:59:46.688Z Checking new_debug_unreachable v1.0.6
23382026-08-26T20:59:46.787Z Checking precomputed-hash v0.1.1
23392026-08-26T20:59:46.790Z Checking lalrpop-util v0.19.12
23402026-08-26T20:59:46.858Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-26T20:59:46.862Z Checking tough v0.22.0
23422026-08-26T20:59:46.927Z Checking string_cache v0.8.9
23432026-08-26T20:59:46.931Z Checking petgraph v0.6.5
23442026-08-26T20:59:47.008Z Checking phf v0.13.1
23452026-08-26T20:59:47.056Z Checking postgres-types v0.2.12
23462026-08-26T20:59:47.124Z Checking buf-list v1.1.2
23472026-08-26T20:59:47.191Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-26T20:59:47.231Z Checking whoami v2.1.0
23492026-08-26T20:59:47.369Z Checking peg-runtime v0.8.5
23502026-08-26T20:59:47.460Z Checking tokio-postgres v0.7.16
23512026-08-26T20:59:47.508Z Checking is-terminal v0.4.17
23522026-08-26T20:59:47.544Z Checking crossbeam-channel v0.5.15
23532026-08-26T20:59:47.576Z Checking thread_local v1.1.9
23542026-08-26T20:59:47.620Z Checking term v1.2.1
23552026-08-26T20:59:47.780Z Checking take_mut v0.2.2
23562026-08-26T20:59:47.874Z Checking slog-term v2.9.2
23572026-08-26T20:59:47.905Z Compiling newtype-uuid-macros v0.1.0
23582026-08-26T20:59:47.917Z Checking slog-async v2.8.0
23592026-08-26T20:59:48.144Z Checking match_cfg v0.1.0
23602026-08-26T20:59:48.181Z Checking slog-json v2.6.1
23612026-08-26T20:59:48.231Z Compiling multer v3.1.0
23622026-08-26T20:59:48.270Z Checking hostname v0.3.1
23632026-08-26T20:59:48.350Z Compiling async-stream-impl v0.3.6
23642026-08-26T20:59:48.386Z Compiling dropshot v0.17.1
23652026-08-26T20:59:48.421Z Checking slog-bunyan v2.5.0
23662026-08-26T20:59:48.528Z Checking debug-ignore v1.0.5
23672026-08-26T20:59:48.566Z Compiling dropshot_endpoint v0.17.1
23682026-08-26T20:59:48.657Z Checking serde_path_to_error v0.1.20
23692026-08-26T20:59:48.695Z Checking sha1 v0.11.0
23702026-08-26T20:59:48.728Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23712026-08-26T20:59:48.775Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-26T20:59:48.918Z Checking serde_spanned v1.1.1
23732026-08-26T20:59:48.957Z Checking compression-core v0.4.31
23742026-08-26T20:59:48.994Z Checking toml_writer v1.1.1+spec-1.1.0
23752026-08-26T20:59:48.999Z Checking async-stream v0.3.6
23762026-08-26T20:59:49.096Z Checking waitgroup v0.1.2
23772026-08-26T20:59:49.131Z Checking compression-codecs v0.4.37
23782026-08-26T20:59:49.201Z Checking toml v1.1.2+spec-1.1.0
23792026-08-26T20:59:49.205Z Checking rustls-pemfile v2.2.0
23802026-08-26T20:59:49.236Z Checking hostname v0.4.2
23812026-08-26T20:59:49.310Z Checking progenitor-client v0.14.0
23822026-08-26T20:59:49.313Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-26T20:59:49.381Z Checking async-compression v0.4.41
23842026-08-26T20:59:49.420Z Checking atomicwrites v0.4.4
23852026-08-26T20:59:49.455Z Compiling serde_tokenstream v0.3.0
23862026-08-26T20:59:49.455Z Compiling parse-display-derive v0.10.0
23872026-08-26T20:59:49.567Z Checking regress v0.10.5
23882026-08-26T20:59:49.603Z Checking macaddr v1.0.1
23892026-08-26T20:59:49.653Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-26T20:59:49.783Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-26T20:59:49.819Z Compiling oxide-generation-macros v0.2.0
23922026-08-26T20:59:49.823Z Checking instant v0.1.13
23932026-08-26T20:59:49.888Z Checking itertools v0.14.0
23942026-08-26T20:59:49.925Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-26T20:59:49.970Z Checking oxide-generation v0.1.3
23962026-08-26T20:59:50.107Z Checking backoff v0.4.0
23972026-08-26T20:59:50.192Z Checking backon v1.6.0
23982026-08-26T20:59:50.241Z Checking humantime v2.3.0
23992026-08-26T20:59:50.320Z Compiling convert_case v0.4.0
24002026-08-26T20:59:50.392Z Checking progenitor-extras v0.2.0
24012026-08-26T20:59:50.450Z Checking half v2.7.1
24022026-08-26T20:59:50.615Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-26T20:59:50.652Z Checking ciborium-io v0.2.2
24042026-08-26T20:59:50.719Z Compiling derive_more v0.99.20
24052026-08-26T20:59:50.756Z Checking heck v0.5.0
24062026-08-26T20:59:50.789Z Checking ciborium-ll v0.2.2
24072026-08-26T20:59:50.827Z Checking secrecy v0.10.3
24082026-08-26T20:59:50.904Z Checking camino-tempfile v1.4.1
24092026-08-26T20:59:50.974Z Checking indent_write v2.2.0
24102026-08-26T20:59:51.011Z Compiling crucible-workspace-hack v0.1.0
24112026-08-26T20:59:51.014Z Checking ciborium v0.2.2
24122026-08-26T20:59:51.078Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24132026-08-26T20:59:51.114Z Compiling regress v0.11.1
24142026-08-26T20:59:51.146Z Checking inout v0.1.4
24152026-08-26T20:59:51.206Z Checking parse-display v0.10.0
24162026-08-26T20:59:51.321Z Checking cipher v0.4.4
24172026-08-26T20:59:51.383Z Checking universal-hash v0.5.1
24182026-08-26T20:59:51.387Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-26T20:59:51.454Z Checking opaque-debug v0.3.1
24202026-08-26T20:59:51.488Z Checking blake2 v0.10.6
24212026-08-26T20:59:51.540Z Checking aead v0.5.2
24222026-08-26T20:59:51.576Z Checking chacha20 v0.9.1
24232026-08-26T20:59:51.582Z Checking poly1305 v0.8.0
24242026-08-26T20:59:51.713Z Checking password-hash v0.5.0
24252026-08-26T20:59:51.752Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-26T20:59:51.798Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-26T20:59:51.905Z Checking chacha20poly1305 v0.10.1
24282026-08-26T20:59:51.966Z Checking argon2 v0.5.3
24292026-08-26T20:59:52.063Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-26T20:59:52.177Z Compiling unsafe-libyaml v0.2.11
24312026-08-26T20:59:52.335Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-26T20:59:52.371Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-08-26T20:59:52.410Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342026-08-26T20:59:52.624Z Checking thiserror-no-std v2.0.2
24352026-08-26T20:59:52.629Z Checking swrite v0.1.0
24362026-08-26T20:59:52.748Z Compiling typify-impl v0.6.2
24372026-08-26T20:59:52.786Z Checking vsss-rs v3.3.4
24382026-08-26T20:59:52.942Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-26T20:59:53.301Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-26T20:59:53.925Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-26T20:59:54.024Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-26T20:59:54.060Z Checking crossbeam-deque v0.8.6
24432026-08-26T20:59:54.152Z Compiling rayon-core v1.13.0
24442026-08-26T20:59:54.271Z Compiling num-derive v0.4.2
24452026-08-26T20:59:54.305Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-26T20:59:54.400Z Compiling proc-macro-error v1.0.4
24472026-08-26T20:59:54.575Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-26T20:59:54.754Z Checking tabwriter v1.4.1
24492026-08-26T20:59:54.840Z Checking glob v0.3.3
24502026-08-26T20:59:54.873Z Checking rayon v1.11.0
24512026-08-26T20:59:54.965Z Compiling illumos-nvpair-sys v0.2.0
24522026-08-26T20:59:55.050Z Compiling heapless v0.8.0
24532026-08-26T20:59:55.159Z Checking hash32 v0.3.1
24542026-08-26T20:59:55.197Z Compiling proc-macro-crate v3.4.0
24552026-08-26T20:59:55.320Z Compiling ingot-macros v0.2.0
24562026-08-26T20:59:55.428Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-26T20:59:55.569Z Compiling smoltcp v0.11.0
24582026-08-26T20:59:55.663Z Checking colored v3.1.1
24592026-08-26T20:59:55.798Z Compiling num_enum_derive v0.7.6
24602026-08-26T20:59:55.823Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-08-26T20:59:55.892Z Checking illumos-nvpair v0.3.0
24622026-08-26T20:59:55.984Z Checking toml v0.8.23
24632026-08-26T20:59:56.077Z Checking cobs v0.3.0
24642026-08-26T20:59:56.159Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-26T20:59:56.255Z Checking postcard v1.1.3
24662026-08-26T20:59:56.385Z Checking rand v0.10.1
24672026-08-26T20:59:56.467Z Compiling proc-macro-crate v1.3.1
24682026-08-26T20:59:56.574Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-26T20:59:56.813Z Checking sigpipe v0.1.3
24702026-08-26T20:59:56.852Z Checking num_enum v0.7.6
24712026-08-26T20:59:56.910Z Compiling foreign-types-macros v0.2.3
24722026-08-26T20:59:56.946Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-26T20:59:56.949Z Checking foreign-types-shared v0.3.1
24742026-08-26T20:59:57.011Z Compiling num_enum_derive v0.5.11
24752026-08-26T20:59:57.267Z Compiling typify-macro v0.6.2
24762026-08-26T20:59:57.270Z Compiling usdt-macro v0.5.0
24772026-08-26T20:59:57.370Z Compiling usdt-attr-macro v0.5.0
24782026-08-26T20:59:57.529Z Checking foreign-types v0.5.0
24792026-08-26T20:59:57.573Z Checking cstr-argument v0.1.2
24802026-08-26T20:59:57.636Z Checking memmap v0.7.0
24812026-08-26T20:59:57.726Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-26T20:59:57.797Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-26T20:59:58.073Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-26T20:59:58.076Z Checking num_enum v0.5.11
24852026-08-26T20:59:58.171Z Checking ingot-types v0.2.0
24862026-08-26T20:59:58.174Z Checking usdt v0.5.0
24872026-08-26T20:59:58.239Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882026-08-26T20:59:58.272Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-26T20:59:58.304Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-26T20:59:58.371Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-26T20:59:58.403Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-26T20:59:58.437Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-26T20:59:58.469Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24942026-08-26T20:59:58.551Z Compiling zone_cfg_derive v0.3.1
24952026-08-26T20:59:58.595Z Checking ingot v0.2.1
24962026-08-26T20:59:58.599Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-26T20:59:58.664Z Checking itertools v0.12.1
24982026-08-26T20:59:58.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-26T20:59:58.831Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-26T20:59:59.077Z Compiling typify v0.6.2
25012026-08-26T20:59:59.192Z Compiling progenitor-impl v0.14.0
25022026-08-26T20:59:59.228Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-26T20:59:59.232Z Checking smf v0.2.3
25042026-08-26T20:59:59.365Z Checking whoami v1.6.1
25052026-08-26T20:59:59.476Z Compiling derive-where v1.6.0
25062026-08-26T20:59:59.517Z Checking tokio-dtrace v0.1.1
25072026-08-26T20:59:59.573Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-26T20:59:59.681Z Checking zone v0.3.1
25092026-08-26T20:59:59.738Z Checking oxide-tokio-rt v0.1.4
25102026-08-26T20:59:59.973Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-26T21:00:00.124Z Checking console v0.15.11
25122026-08-26T21:00:00.161Z Checking newline-converter v0.3.0
25132026-08-26T21:00:00.282Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-26T21:00:00.325Z Checking bytecount v0.6.9
25152026-08-26T21:00:00.328Z Checking num-rational v0.4.2
25162026-08-26T21:00:00.434Z Checking expectorate v1.2.0
25172026-08-26T21:00:00.472Z Checking num-complex v0.4.6
25182026-08-26T21:00:00.601Z Compiling cancel-safe-futures v0.1.5
25192026-08-26T21:00:00.661Z Checking float-ord v0.3.2
25202026-08-26T21:00:00.800Z Checking linear-map v1.2.0
25212026-08-26T21:00:00.852Z Checking num v0.4.3
25222026-08-26T21:00:00.941Z Checking oxide-update-engine-types v0.1.2
25232026-08-26T21:00:00.958Z Checking gethostname v0.5.0
25242026-08-26T21:00:01.035Z Compiling prettyplease v0.2.37
25252026-08-26T21:00:01.069Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-26T21:00:01.279Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-26T21:00:01.477Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-26T21:00:01.510Z Checking resolv-conf v0.7.6
25292026-08-26T21:00:01.541Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-26T21:00:01.579Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25312026-08-26T21:00:01.740Z Checking papergrid v0.11.0
25322026-08-26T21:00:01.781Z Compiling tabled_derive v0.7.0
25332026-08-26T21:00:01.908Z Compiling progenitor-macro v0.14.0
25342026-08-26T21:00:01.958Z Checking oxide-update-engine v0.1.2
25352026-08-26T21:00:02.366Z Compiling slog-dtrace v0.3.0
25362026-08-26T21:00:02.610Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-26T21:00:02.661Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-26T21:00:02.783Z Checking tabled v0.15.0
25392026-08-26T21:00:03.138Z Checking crossterm v0.29.0
25402026-08-26T21:00:03.180Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25412026-08-26T21:00:03.382Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-26T21:00:03.646Z Checking linked-hash-map v0.5.6
25432026-08-26T21:00:03.869Z Checking lru-cache v0.1.2
25442026-08-26T21:00:04.063Z Checking hickory-proto v0.24.4
25452026-08-26T21:00:04.098Z Checking fd-lock v4.0.4
25462026-08-26T21:00:04.811Z Checking vte v0.14.1
25472026-08-26T21:00:05.138Z Checking strip-ansi-escapes v0.2.1
25482026-08-26T21:00:06.322Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-26T21:00:06.360Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-26T21:00:06.393Z Checking termtree v0.5.1
25512026-08-26T21:00:06.483Z Checking nu-ansi-term v0.50.3
25522026-08-26T21:00:06.662Z Checking hickory-resolver v0.24.4
25532026-08-26T21:00:06.723Z Checking reedline v0.40.0
25542026-08-26T21:00:06.846Z Checking progenitor v0.14.0
25552026-08-26T21:00:07.021Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-26T21:00:07.056Z Compiling minimal-lexical v0.2.1
25572026-08-26T21:00:07.339Z Compiling nom v7.1.3
25582026-08-26T21:00:07.432Z Checking qorb v0.4.1
25592026-08-26T21:00:07.930Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-26T21:00:08.653Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-26T21:00:08.723Z Checking display-error-chain v0.2.2
25622026-08-26T21:00:08.758Z Compiling unicode-xid v0.2.6
25632026-08-26T21:00:08.875Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25642026-08-26T21:00:08.950Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25652026-08-26T21:00:09.219Z Compiling ar_archive_writer v0.5.1
25662026-08-26T21:00:09.257Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-08-26T21:00:09.383Z Checking csv-core v0.1.13
25682026-08-26T21:00:09.422Z Compiling stacker v0.1.23
25692026-08-26T21:00:09.526Z Compiling cfg_aliases v0.1.1
25702026-08-26T21:00:09.564Z Checking highway v1.3.0
25712026-08-26T21:00:09.598Z Checking csv v1.4.0
25722026-08-26T21:00:09.638Z Compiling semver v0.1.20
25732026-08-26T21:00:09.799Z Compiling nix v0.28.0
25742026-08-26T21:00:09.858Z Checking nibble_vec v0.1.0
25752026-08-26T21:00:10.019Z Compiling rustc_version v0.1.7
25762026-08-26T21:00:10.056Z Checking endian-type v0.1.2
25772026-08-26T21:00:10.061Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-08-26T21:00:10.120Z Compiling psm v0.1.30
25792026-08-26T21:00:10.214Z Checking radix_trie v0.2.1
25802026-08-26T21:00:10.261Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25812026-08-26T21:00:10.296Z Compiling newtype_derive v0.1.6
25822026-08-26T21:00:10.460Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-26T21:00:10.516Z Checking phf_shared v0.12.1
25842026-08-26T21:00:10.615Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-26T21:00:10.695Z Compiling chrono-tz v0.10.4
25862026-08-26T21:00:10.775Z Checking phf v0.12.1
25872026-08-26T21:00:11.016Z Compiling const_format_proc_macros v0.2.34
25882026-08-26T21:00:11.051Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-26T21:00:11.084Z Compiling peg-macros v0.8.5
25902026-08-26T21:00:11.087Z Checking winnow v0.6.26
25912026-08-26T21:00:11.087Z Checking recursive v0.1.1
25922026-08-26T21:00:11.184Z Compiling sqlparser_derive v0.5.0
25932026-08-26T21:00:11.510Z Checking unicode_categories v0.1.1
25942026-08-26T21:00:11.567Z Checking home v0.5.12
25952026-08-26T21:00:11.842Z Checking const_format v0.2.35
25962026-08-26T21:00:11.934Z Checking rustyline v14.0.0
25972026-08-26T21:00:11.965Z Checking sqlparser v0.61.0
25982026-08-26T21:00:12.291Z Checking sqlformat v0.3.5
25992026-08-26T21:00:12.465Z Checking peg v0.8.5
26002026-08-26T21:00:12.569Z Checking bcs v0.1.6
26012026-08-26T21:00:12.645Z Checking nom v8.0.0
26022026-08-26T21:00:12.760Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-26T21:00:12.839Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-26T21:00:12.842Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-26T21:00:13.066Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-26T21:00:13.168Z Checking steno v0.4.1
26072026-08-26T21:00:13.372Z Checking sha1 v0.10.6
26082026-08-26T21:00:13.517Z Checking filetime v0.2.27
26092026-08-26T21:00:13.573Z Checking xattr v1.6.1
26102026-08-26T21:00:13.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-26T21:00:13.725Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26122026-08-26T21:00:13.761Z Checking tar v0.4.46
26132026-08-26T21:00:13.880Z Checking subprocess v0.2.15
26142026-08-26T21:00:13.975Z Checking headers-core v0.3.0
26152026-08-26T21:00:14.118Z Checking headers v0.4.1
26162026-08-26T21:00:14.205Z Checking yasna v0.5.2
26172026-08-26T21:00:14.209Z Checking port-file v0.1.0
26182026-08-26T21:00:14.529Z Checking dropshot-api-manager-types v0.8.0
26192026-08-26T21:00:14.597Z Checking tagptr v0.2.0
26202026-08-26T21:00:14.629Z Checking rcgen v0.12.1
26212026-08-26T21:00:14.661Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-26T21:00:14.728Z Checking utf-8 v0.7.6
26232026-08-26T21:00:14.782Z Checking moka v0.12.13
26242026-08-26T21:00:14.907Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-26T21:00:15.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-26T21:00:15.085Z Compiling libefi-sys v0.1.0
26272026-08-26T21:00:15.295Z Compiling bitfield-struct v0.6.2
26282026-08-26T21:00:15.471Z Checking hickory-resolver v0.25.2
26292026-08-26T21:00:15.505Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26302026-08-26T21:00:15.587Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26312026-08-26T21:00:15.619Z Checking tungstenite v0.21.0
26322026-08-26T21:00:15.769Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-26T21:00:15.975Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-26T21:00:16.057Z Compiling xshell-macros v0.2.7
26352026-08-26T21:00:16.093Z Checking tokio-tungstenite v0.21.0
26362026-08-26T21:00:16.137Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26372026-08-26T21:00:16.233Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26382026-08-26T21:00:16.270Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392026-08-26T21:00:16.305Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26402026-08-26T21:00:16.401Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-26T21:00:16.453Z Checking xshell v0.2.7
26422026-08-26T21:00:16.532Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-08-26T21:00:16.713Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-26T21:00:16.916Z Checking half v1.8.3
26452026-08-26T21:00:16.952Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-26T21:00:17.169Z Checking serde_cbor v0.11.2
26472026-08-26T21:00:17.361Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-26T21:00:17.415Z Checking libscf-sys v1.2.0
26492026-08-26T21:00:17.555Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-26T21:00:17.568Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-08-26T21:00:17.609Z Checking papergrid v0.18.0
26522026-08-26T21:00:17.642Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-08-26T21:00:17.817Z Checking maplit v1.0.2
26542026-08-26T21:00:17.915Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-26T21:00:17.958Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-26T21:00:18.154Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-26T21:00:18.420Z Checking tabled v0.21.0
26582026-08-26T21:00:18.465Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-26T21:00:18.590Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-26T21:00:18.702Z Checking crc8 v0.1.1
26612026-08-26T21:00:18.737Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-26T21:00:18.810Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26632026-08-26T21:00:18.921Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-26T21:00:18.958Z Checking unicase v2.9.0
26652026-08-26T21:00:19.147Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26662026-08-26T21:00:19.208Z Checking fxhash v0.2.1
26672026-08-26T21:00:19.264Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26682026-08-26T21:00:19.358Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-26T21:00:19.591Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26702026-08-26T21:00:19.625Z Checking sha2 v0.11.0
26712026-08-26T21:00:19.770Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-26T21:00:19.962Z Compiling darling_core v0.21.3
26732026-08-26T21:00:20.398Z Compiling vergen-lib v0.1.6
26742026-08-26T21:00:20.433Z Compiling diesel_derives v2.3.7
26752026-08-26T21:00:20.468Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26762026-08-26T21:00:20.697Z Checking scheduled-thread-pool v0.2.7
26772026-08-26T21:00:20.730Z Compiling vergen-gitcl v1.0.8
26782026-08-26T21:00:20.877Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-26T21:00:20.998Z Checking r2d2 v0.8.10
26802026-08-26T21:00:21.060Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-26T21:00:21.213Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-26T21:00:21.327Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-26T21:00:21.507Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-26T21:00:21.603Z Checking downcast-rs v2.0.2
26852026-08-26T21:00:21.839Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-26T21:00:22.096Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-26T21:00:22.324Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-26T21:00:22.368Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-08-26T21:00:22.452Z Checking kstat-rs v0.2.5
26902026-08-26T21:00:22.518Z Compiling darling_macro v0.21.3
26912026-08-26T21:00:22.558Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-26T21:00:22.671Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-26T21:00:22.977Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-26T21:00:23.013Z Compiling proc-macro-error2 v2.0.1
26952026-08-26T21:00:23.077Z Compiling darling v0.21.3
26962026-08-26T21:00:23.195Z Compiling dsl_auto_type v0.2.0
26972026-08-26T21:00:23.244Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-26T21:00:23.364Z Compiling knus-derive v3.4.0
26992026-08-26T21:00:24.275Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-26T21:00:24.623Z Compiling dirs-sys-next v0.1.2
27012026-08-26T21:00:24.627Z Compiling parking_lot_core v0.8.6
27022026-08-26T21:00:24.767Z Compiling salty v0.3.0
27032026-08-26T21:00:24.855Z Compiling crunchy v0.2.4
27042026-08-26T21:00:24.992Z Compiling dirs-next v2.0.0
27052026-08-26T21:00:25.038Z Compiling clang-sys v1.8.1
27062026-08-26T21:00:25.116Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-26T21:00:25.151Z Compiling git-stub v1.0.0
27082026-08-26T21:00:25.227Z Compiling tiny-keccak v2.0.2
27092026-08-26T21:00:25.460Z Compiling git-stub-vcs v0.1.0
27102026-08-26T21:00:25.558Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-26T21:00:25.632Z Compiling term v0.7.0
27122026-08-26T21:00:25.859Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-26T21:00:25.892Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-26T21:00:25.928Z Compiling bit-vec v0.6.3
27152026-08-26T21:00:25.970Z Checking parking_lot v0.11.2
27162026-08-26T21:00:26.142Z Compiling bit-set v0.5.3
27172026-08-26T21:00:26.179Z Compiling ascii-canvas v3.0.0
27182026-08-26T21:00:26.212Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27192026-08-26T21:00:26.215Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202026-08-26T21:00:26.448Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-26T21:00:26.556Z Checking rfc6979 v0.4.0
27222026-08-26T21:00:26.713Z Checking prefix-trie v0.7.0
27232026-08-26T21:00:26.747Z Compiling hashbrown v0.14.5
27242026-08-26T21:00:26.821Z Compiling itertools v0.10.5
27252026-08-26T21:00:26.947Z Compiling ena v0.14.4
27262026-08-26T21:00:27.074Z Compiling libloading v0.8.9
27272026-08-26T21:00:27.188Z Compiling bindgen v0.71.1
27282026-08-26T21:00:27.318Z Compiling regex-syntax v0.6.29
27292026-08-26T21:00:27.352Z Compiling diff v0.1.13
27302026-08-26T21:00:27.533Z Compiling chumsky v0.9.3
27312026-08-26T21:00:27.668Z Checking hickory-server v0.25.2
27322026-08-26T21:00:27.915Z Compiling ecdsa v0.16.9
27332026-08-26T21:00:28.771Z Compiling lalrpop v0.19.12
27342026-08-26T21:00:28.806Z Checking sled v0.34.7
27352026-08-26T21:00:28.925Z Compiling cexpr v0.6.0
27362026-08-26T21:00:28.985Z Checking primeorder v0.13.6
27372026-08-26T21:00:29.092Z Checking diesel v2.3.7
27382026-08-26T21:00:29.292Z Checking nanorand v0.7.0
27392026-08-26T21:00:29.494Z Compiling rustc-hash v2.1.1
27402026-08-26T21:00:29.616Z Checking flume v0.11.1
27412026-08-26T21:00:29.656Z Compiling p384 v0.13.1
27422026-08-26T21:00:30.088Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-26T21:00:30.288Z Compiling knus v3.4.0
27442026-08-26T21:00:30.413Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-26T21:00:30.740Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-26T21:00:30.886Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-26T21:00:31.163Z Compiling libxml v0.3.3
27482026-08-26T21:00:31.213Z Checking assert_matches v1.5.0
27492026-08-26T21:00:31.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27502026-08-26T21:00:31.316Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-26T21:00:31.488Z Compiling strum_macros v0.24.3
27522026-08-26T21:00:31.564Z Compiling indoc v1.0.9
27532026-08-26T21:00:32.266Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-26T21:00:32.472Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-26T21:00:32.787Z Checking quick-xml v0.37.5
27562026-08-26T21:00:32.839Z Checking derive_builder v0.20.2
27572026-08-26T21:00:32.872Z Compiling oso-derive v0.27.3
27582026-08-26T21:00:32.981Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-26T21:00:33.385Z Compiling trait-variant v0.1.2
27602026-08-26T21:00:33.679Z Checking openssl-probe v0.1.6
27612026-08-26T21:00:33.869Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-26T21:00:33.953Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-26T21:00:34.370Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-26T21:00:34.520Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-26T21:00:34.656Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-26T21:00:34.744Z Checking corncobs v0.1.4
27672026-08-26T21:00:34.788Z Checking predicates-tree v1.0.13
27682026-08-26T21:00:34.913Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-26T21:00:34.982Z Compiling progenitor-impl v0.13.0
27702026-08-26T21:00:35.028Z Checking secrecy v0.8.0
27712026-08-26T21:00:35.191Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-26T21:00:35.774Z Checking progenitor-client v0.13.0
27732026-08-26T21:00:36.037Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27742026-08-26T21:00:36.072Z Checking anstyle-parse v0.2.7
27752026-08-26T21:00:36.172Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-26T21:00:36.262Z Checking anstream v0.6.21
27772026-08-26T21:00:36.393Z Checking bb8 v0.8.6
27782026-08-26T21:00:36.748Z Compiling mime_guess v2.0.5
27792026-08-26T21:00:36.795Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-26T21:00:37.026Z Checking ignore v0.4.25
27812026-08-26T21:00:37.320Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-26T21:00:37.466Z Checking http-range v0.1.5
27832026-08-26T21:00:37.500Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-26T21:00:37.629Z Checking globwalk v0.9.1
27852026-08-26T21:00:37.665Z Compiling progenitor-macro v0.13.0
27862026-08-26T21:00:37.950Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-26T21:00:38.317Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27882026-08-26T21:00:38.355Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27892026-08-26T21:00:39.028Z Checking digest-io v0.1.0
27902026-08-26T21:00:39.199Z Checking nonempty v0.12.0
27912026-08-26T21:00:39.400Z Checking rawzip v0.4.4
27922026-08-26T21:00:39.604Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27932026-08-26T21:00:39.889Z Checking camino-tempfile-ext v0.3.3
27942026-08-26T21:00:39.923Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27952026-08-26T21:00:40.129Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-26T21:00:40.408Z Checking hyper-staticfile v0.10.1
27972026-08-26T21:00:40.745Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-26T21:00:41.075Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-26T21:00:41.265Z Checking signal-hook-tokio v0.3.1
28002026-08-26T21:00:41.433Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-26T21:00:41.469Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-26T21:00:41.697Z Checking scuffle v0.1.0
28032026-08-26T21:00:41.886Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-26T21:00:41.924Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-26T21:00:42.257Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-26T21:00:42.342Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-26T21:00:42.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-26T21:00:42.589Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-26T21:00:42.662Z Checking progenitor v0.13.0
28102026-08-26T21:00:42.708Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28112026-08-26T21:00:42.844Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-08-26T21:00:43.220Z Checking async-bb8-diesel v0.2.1
28132026-08-26T21:00:43.357Z Checking diesel-dtrace v0.5.0
28142026-08-26T21:00:43.615Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28152026-08-26T21:00:43.649Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28162026-08-26T21:00:43.800Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28172026-08-26T21:00:43.999Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-26T21:00:44.147Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-26T21:00:44.263Z Checking tungstenite v0.23.0
28202026-08-26T21:00:44.505Z Checking rand_seeder v0.4.0
28212026-08-26T21:00:44.680Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-26T21:00:44.778Z Checking tokio-tungstenite v0.23.1
28232026-08-26T21:00:44.814Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28242026-08-26T21:00:45.061Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252026-08-26T21:00:45.109Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28262026-08-26T21:00:46.251Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-08-26T21:00:46.828Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28282026-08-26T21:00:46.933Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28292026-08-26T21:00:47.140Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28302026-08-26T21:00:47.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-08-26T21:00:47.906Z Checking void v1.0.2
28322026-08-26T21:00:48.017Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-26T21:00:48.053Z Checking lzss v0.8.2
28342026-08-26T21:00:48.223Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-26T21:00:48.274Z Checking nix v0.27.1
28362026-08-26T21:00:48.309Z Checking serde_bytes v0.11.19
28372026-08-26T21:00:48.414Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-26T21:00:48.810Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-26T21:00:49.175Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-26T21:00:49.462Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-26T21:00:50.026Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-26T21:00:50.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-26T21:00:50.329Z Checking cpubits v0.1.1
28442026-08-26T21:00:50.362Z Checking yansi v1.0.1
28452026-08-26T21:00:50.442Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-26T21:00:50.670Z Checking pretty_assertions v1.4.1
28472026-08-26T21:00:50.752Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-26T21:00:50.864Z Checking pem-rfc7468 v1.0.0
28492026-08-26T21:00:51.067Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-26T21:00:51.351Z Checking colored v2.2.0
28512026-08-26T21:00:51.411Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-26T21:00:51.593Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-26T21:00:51.641Z Checking hmac v0.13.0
28542026-08-26T21:00:51.847Z Checking universal-hash v0.6.1
28552026-08-26T21:00:52.023Z Compiling libz-sys v1.1.24
28562026-08-26T21:00:52.397Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-26T21:00:52.435Z Compiling instability v0.3.11
28582026-08-26T21:00:52.576Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-26T21:00:52.611Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602026-08-26T21:00:52.724Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-26T21:00:52.801Z Checking castaway v0.2.4
28622026-08-26T21:00:52.951Z Compiling indoc v2.0.7
28632026-08-26T21:00:53.034Z Checking compact_str v0.8.1
28642026-08-26T21:00:53.281Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-26T21:00:53.436Z Checking polyval v0.7.1
28662026-08-26T21:00:53.647Z Checking der v0.8.0
28672026-08-26T21:00:54.127Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-26T21:00:54.229Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28692026-08-26T21:00:54.361Z Checking unicode-truncate v1.1.0
28702026-08-26T21:00:54.396Z Checking lru v0.12.5
28712026-08-26T21:00:54.459Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-26T21:00:54.490Z Checking arc-swap v1.8.2
28732026-08-26T21:00:54.534Z Checking cassowary v0.3.0
28742026-08-26T21:00:54.715Z Checking ghash v0.6.0
28752026-08-26T21:00:54.777Z Checking slog-scope v4.4.1
28762026-08-26T21:00:54.810Z Checking ratatui v0.29.0
28772026-08-26T21:00:54.971Z Checking pbkdf2 v0.13.0
28782026-08-26T21:00:55.051Z Checking crypto-bigint v0.7.5
28792026-08-26T21:00:55.120Z Checking aes v0.9.1
28802026-08-26T21:00:55.556Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-26T21:00:56.151Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-26T21:00:56.406Z Checking ctr v0.10.1
28832026-08-26T21:00:56.621Z Checking aead v0.6.1
28842026-08-26T21:00:56.797Z Checking cargo-platform v0.3.2
28852026-08-26T21:00:56.835Z Compiling petname v2.0.2
28862026-08-26T21:00:57.016Z Checking cargo_metadata v0.23.1
28872026-08-26T21:00:57.321Z Checking aes-gcm v0.11.0
28882026-08-26T21:00:57.513Z Checking slog-stdlog v4.1.1
28892026-08-26T21:00:57.549Z Checking spki v0.8.0
28902026-08-26T21:00:57.674Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-26T21:00:57.761Z Checking salsa20 v0.11.0
28922026-08-26T21:00:57.793Z Checking console v0.16.2
28932026-08-26T21:00:57.939Z Compiling vergen-git2 v9.1.0
28942026-08-26T21:00:58.135Z Checking plotters-backend v0.3.7
28952026-08-26T21:00:58.173Z Checking unit-prefix v0.5.2
28962026-08-26T21:00:58.337Z Checking indicatif v0.18.4
28972026-08-26T21:00:58.371Z Checking plotters-svg v0.3.7
28982026-08-26T21:00:58.592Z Checking scrypt v0.12.0
28992026-08-26T21:00:58.746Z Checking slog-envlogger v2.2.0
29002026-08-26T21:00:58.932Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-26T21:00:59.062Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-26T21:00:59.132Z Checking cbc v0.2.1
29032026-08-26T21:00:59.211Z Checking libsw-core v0.3.2
29042026-08-26T21:00:59.285Z Checking sapling-renderdag v0.1.0
29052026-08-26T21:00:59.320Z Checking sync-ptr v0.1.4
29062026-08-26T21:00:59.388Z Checking cast v0.3.0
29072026-08-26T21:00:59.467Z Checking libsw v3.5.0
29082026-08-26T21:00:59.560Z Checking pkcs5 v0.8.1
29092026-08-26T21:00:59.594Z Checking criterion-plot v0.6.0
29102026-08-26T21:00:59.706Z Checking plotters v0.3.7
29112026-08-26T21:00:59.886Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-26T21:00:59.935Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-26T21:01:00.162Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-26T21:01:00.385Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-26T21:01:00.503Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29162026-08-26T21:01:00.611Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172026-08-26T21:01:00.728Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29182026-08-26T21:01:00.835Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29192026-08-26T21:01:00.909Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-26T21:01:00.953Z Checking tinytemplate v1.2.1
29212026-08-26T21:01:01.057Z Checking oorandom v11.1.5
29222026-08-26T21:01:01.202Z Checking anes v0.1.6
29232026-08-26T21:01:01.202Z Checking shell-words v1.1.1
29242026-08-26T21:01:01.423Z Checking criterion v0.7.0
29252026-08-26T21:01:01.519Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29262026-08-26T21:01:01.825Z Checking pkcs8 v0.11.0
29272026-08-26T21:01:02.066Z Checking oxide-update-engine-display v0.1.2
29282026-08-26T21:01:02.402Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-26T21:01:02.652Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-08-26T21:01:03.407Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-08-26T21:01:03.490Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29322026-08-26T21:01:04.321Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29332026-08-26T21:01:04.938Z Checking tokio-test v0.4.5
29342026-08-26T21:01:05.177Z Checking ff v0.14.0
29352026-08-26T21:01:05.349Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-26T21:01:05.575Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-26T21:01:05.987Z Checking twox-hash v2.1.2
29382026-08-26T21:01:06.319Z Checking atty v0.2.14
29392026-08-26T21:01:06.456Z Checking arrayref v0.3.9
29402026-08-26T21:01:06.566Z Checking constant_time_eq v0.4.2
29412026-08-26T21:01:06.741Z Checking arrayvec v0.7.6
29422026-08-26T21:01:07.015Z Checking group v0.14.0
29432026-08-26T21:01:07.128Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-26T21:01:07.331Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-26T21:01:08.021Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-26T21:01:08.088Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-26T21:01:08.200Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29482026-08-26T21:01:08.449Z Checking fatfs v0.3.6
29492026-08-26T21:01:08.930Z Checking signature v3.0.0
29502026-08-26T21:01:09.112Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-26T21:01:09.145Z Compiling seq-macro v0.3.6
29522026-08-26T21:01:09.181Z Checking base16ct v1.0.0
29532026-08-26T21:01:09.343Z Checking sec1 v0.8.1
29542026-08-26T21:01:09.516Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-26T21:01:09.584Z Checking hkdf v0.13.0
29562026-08-26T21:01:09.666Z Checking concurrent-queue v2.5.0
29572026-08-26T21:01:09.757Z Checking parking v2.2.1
29582026-08-26T21:01:09.861Z Compiling samael v0.0.19
29592026-08-26T21:01:09.894Z Checking elliptic-curve v0.14.1
29602026-08-26T21:01:09.929Z Checking event-listener v5.4.1
29612026-08-26T21:01:10.178Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-26T21:01:10.337Z Checking rtoolbox v0.0.3
29632026-08-26T21:01:10.481Z Checking event-listener-strategy v0.5.4
29642026-08-26T21:01:10.514Z Checking rpassword v7.5.4
29652026-08-26T21:01:10.650Z Checking wnaf v0.14.0
29662026-08-26T21:01:10.709Z Checking primefield v0.14.0
29672026-08-26T21:01:10.848Z Checking rfc6979 v0.6.0
29682026-08-26T21:01:10.941Z Checking tui-tree-widget v0.23.1
29692026-08-26T21:01:11.024Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-26T21:01:11.160Z Compiling blake3 v1.8.5
29712026-08-26T21:01:11.547Z Checking futures-timer v3.0.3
29722026-08-26T21:01:12.037Z Checking ecdsa v0.17.0
29732026-08-26T21:01:12.264Z Checking primeorder v0.14.0
29742026-08-26T21:01:12.465Z Checking async-lock v3.4.2
29752026-08-26T21:01:12.663Z Compiling curve25519-dalek v5.0.0
29762026-08-26T21:01:12.883Z Checking async-object-pool v0.2.0
29772026-08-26T21:01:13.183Z Checking ssh-encoding v0.3.0
29782026-08-26T21:01:13.352Z Checking serde_regex v1.1.0
29792026-08-26T21:01:13.440Z Checking assert-json-diff v2.0.2
29802026-08-26T21:01:13.475Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29812026-08-26T21:01:13.537Z Checking path-tree v0.8.3
29822026-08-26T21:01:13.639Z Checking keccak v0.2.0
29832026-08-26T21:01:13.759Z Checking topological-sort v0.2.2
29842026-08-26T21:01:13.831Z Compiling strsim v0.10.0
29852026-08-26T21:01:13.924Z Checking stringmetrics v2.2.2
29862026-08-26T21:01:14.107Z Checking httpmock v0.8.3
29872026-08-26T21:01:14.177Z Compiling darling_core v0.13.4
29882026-08-26T21:01:15.029Z Checking omicron-zone-package v0.12.3
29892026-08-26T21:01:16.080Z Checking ed25519 v3.0.0
29902026-08-26T21:01:16.212Z Checking pkcs1 v0.8.0-rc.4
29912026-08-26T21:01:16.315Z Checking crypto-primes v0.7.2
29922026-08-26T21:01:16.348Z Checking poly1305 v0.9.0
29932026-08-26T21:01:16.453Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-26T21:01:16.655Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-26T21:01:16.828Z Checking blowfish v0.10.0
29962026-08-26T21:01:16.888Z Checking blake2 v0.11.0-rc.6
29972026-08-26T21:01:17.011Z Compiling target-lexicon v0.13.3
29982026-08-26T21:01:17.177Z Checking argon2 v0.6.0-rc.8
29992026-08-26T21:01:17.298Z Checking rsa v0.10.0-rc.18
30002026-08-26T21:01:17.332Z Checking bcrypt-pbkdf v0.11.0
30012026-08-26T21:01:17.536Z Checking ed25519-dalek v3.0.0
30022026-08-26T21:01:17.540Z Checking ssh-cipher v0.3.0
30032026-08-26T21:01:17.601Z Compiling darling_macro v0.13.4
30042026-08-26T21:01:17.791Z Checking sha3 v0.11.0
30052026-08-26T21:01:17.824Z Checking p384 v0.14.0
30062026-08-26T21:01:17.824Z Checking p521 v0.14.0
30072026-08-26T21:01:18.115Z Checking p256 v0.14.0
30082026-08-26T21:01:18.162Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-26T21:01:18.424Z Checking kem v0.3.0
30102026-08-26T21:01:18.582Z Checking module-lattice v0.2.3
30112026-08-26T21:01:18.835Z Checking socket2 v0.5.10
30122026-08-26T21:01:18.886Z Checking sponge-cursor v0.1.0
30132026-08-26T21:01:19.047Z Checking hex-literal v0.4.1
30142026-08-26T21:01:19.112Z Compiling guppy-workspace-hack v0.1.0
30152026-08-26T21:01:19.177Z Checking sha3 v0.12.0
30162026-08-26T21:01:19.371Z Checking ml-kem v0.3.2
30172026-08-26T21:01:19.409Z Compiling darling v0.13.4
30182026-08-26T21:01:19.805Z Checking russh-cryptovec v0.62.0
30192026-08-26T21:01:19.842Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-26T21:01:20.005Z Checking internal-russh-num-bigint v0.5.0
30212026-08-26T21:01:20.175Z Checking num-bigint v0.4.6
30222026-08-26T21:01:20.576Z Checking russh-util v0.52.0
30232026-08-26T21:01:20.735Z Checking generic-array v1.4.3
30242026-08-26T21:01:20.918Z Checking ssh-key v0.7.0-rc.11
30252026-08-26T21:01:21.044Z Compiling enum_dispatch v0.3.13
30262026-08-26T21:01:21.182Z Compiling delegate v0.13.5
30272026-08-26T21:01:21.190Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-26T21:01:21.616Z Compiling target-spec v3.5.7
30292026-08-26T21:01:21.829Z Checking md5 v0.8.0
30302026-08-26T21:01:21.919Z Checking hex-literal v1.1.0
30312026-08-26T21:01:22.056Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-26T21:01:22.124Z Checking russh v0.62.4
30332026-08-26T21:01:22.273Z Checking cfg-expr v0.20.6
30342026-08-26T21:01:22.538Z Compiling git2 v0.20.4
30352026-08-26T21:01:22.691Z Compiling serde_with_macros v1.5.2
30362026-08-26T21:01:22.873Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-26T21:01:23.233Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-26T21:01:23.452Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-26T21:01:23.583Z Checking internet-checksum v0.2.1
30402026-08-26T21:01:23.689Z Compiling serde_with v1.14.0
30412026-08-26T21:01:24.246Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-26T21:01:25.318Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-26T21:01:25.322Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-26T21:01:25.514Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-26T21:01:25.549Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-26T21:01:25.762Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-26T21:01:25.800Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-26T21:01:25.916Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30492026-08-26T21:01:25.950Z Checking httptest v0.16.4
30502026-08-26T21:01:26.091Z Checking pathdiff v0.2.3
30512026-08-26T21:01:26.244Z Checking nested v0.1.1
30522026-08-26T21:01:26.352Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-26T21:01:26.400Z Checking guppy v0.17.25
30542026-08-26T21:01:26.476Z Compiling polar-core v0.27.3
30552026-08-26T21:01:26.538Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30562026-08-26T21:01:26.652Z Checking similar-asserts v1.7.0
30572026-08-26T21:01:26.805Z Compiling target-triple v1.0.0
30582026-08-26T21:01:26.838Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-26T21:01:27.343Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-26T21:01:27.929Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-26T21:01:27.994Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-26T21:01:28.157Z Checking hickory-client v0.25.2
30632026-08-26T21:01:28.479Z Checking supports-unicode v2.1.0
30642026-08-26T21:01:28.599Z Checking supports-hyperlinks v2.1.0
30652026-08-26T21:01:28.635Z Checking supports-color v2.1.0
30662026-08-26T21:01:28.668Z Checking textwrap v0.15.2
30672026-08-26T21:01:28.749Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-26T21:01:28.801Z Checking terminal_size v0.1.17
30692026-08-26T21:01:28.903Z Compiling miette-derive v5.10.0
30702026-08-26T21:01:28.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-26T21:01:28.970Z Compiling fs-err v2.11.0
30722026-08-26T21:01:29.206Z Checking owo-colors v3.5.0
30732026-08-26T21:01:29.385Z Checking escape8259 v0.5.3
30742026-08-26T21:01:29.548Z Compiling assert_cmd v2.1.2
30752026-08-26T21:01:29.836Z Checking libtest-mimic v0.8.1
30762026-08-26T21:01:29.919Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30772026-08-26T21:01:30.103Z Checking miette v5.10.0
30782026-08-26T21:01:30.136Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30792026-08-26T21:01:30.661Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-26T21:01:30.799Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-26T21:01:31.321Z Checking blake2b_simd v1.0.4
30822026-08-26T21:01:31.445Z Checking oso v0.27.3
30832026-08-26T21:01:31.540Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30842026-08-26T21:01:31.743Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30852026-08-26T21:01:31.965Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30862026-08-26T21:01:32.001Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30872026-08-26T21:01:32.191Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30882026-08-26T21:01:32.224Z Compiling knuffel-derive v3.2.0
30892026-08-26T21:01:32.341Z Checking fancy-regex v0.14.0
30902026-08-26T21:01:32.407Z Checking serde_tokenstream v0.2.3
30912026-08-26T21:01:32.662Z Checking approx v0.5.1
30922026-08-26T21:01:32.702Z Compiling rstest_macros v0.25.0
30932026-08-26T21:01:32.735Z Checking uzers v0.12.2
30942026-08-26T21:01:32.829Z Compiling linkme-impl v0.3.35
30952026-08-26T21:01:32.981Z Checking constant_time_eq v0.3.1
30962026-08-26T21:01:33.016Z Checking termcolor v1.4.1
30972026-08-26T21:01:33.114Z Checking rust-argon2 v2.1.0
30982026-08-26T21:01:33.261Z Checking trybuild v1.0.116
30992026-08-26T21:01:33.335Z Checking datatest-stable v0.3.3
31002026-08-26T21:01:33.721Z Checking knuffel v3.2.0
31012026-08-26T21:01:33.812Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-26T21:01:33.874Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-26T21:01:34.169Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-26T21:01:34.210Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-26T21:01:34.283Z Checking support-bundle-viewer v0.1.2
31062026-08-26T21:01:34.370Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31072026-08-26T21:01:34.403Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-08-26T21:01:34.557Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31092026-08-26T21:01:34.597Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-08-26T21:01:34.631Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-26T21:01:34.807Z Checking drift v0.2.0
31122026-08-26T21:01:34.854Z Checking rand_distr v0.5.1
31132026-08-26T21:01:35.028Z Checking multimap v0.10.1
31142026-08-26T21:01:35.063Z Compiling relative-path v1.9.3
31152026-08-26T21:01:35.200Z Compiling linkme v0.3.35
31162026-08-26T21:01:35.251Z Checking parse-size v1.1.0
31172026-08-26T21:01:35.312Z Checking dropshot-api-manager v0.8.0
31182026-08-26T21:01:35.393Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-26T21:01:35.729Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-26T21:01:36.532Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-26T21:01:36.981Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-26T21:01:37.345Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-26T21:01:37.484Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-26T21:01:37.575Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-26T21:01:37.582Z Checking cargo_toml v0.21.0
31262026-08-26T21:01:38.058Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-26T21:01:38.141Z Checking partial-io v0.5.4
31282026-08-26T21:01:38.268Z Checking termios v0.3.3
31292026-08-26T21:01:38.426Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-26T21:01:38.459Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-26T21:01:38.972Z Checking rstest v0.25.0
31322026-08-26T21:01:39.108Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-26T21:01:44.283Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-26T21:01:44.746Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-26T21:01:45.847Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-26T21:01:50.392Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-26T21:01:51.231Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-26T21:01:53.188Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-26T21:02:00.572Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-26T21:02:02.405Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-26T21:02:04.349Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-26T21:02:05.550Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-26T21:02:08.708Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-26T21:02:08.807Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31452026-08-26T21:02:12.184Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-26T21:02:15.407Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-26T21:02:20.131Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-26T21:02:41.324Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-26T21:03:35.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
31502026-08-26T21:03:35.520Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-26T21:03:35.520Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-26T21:03:36.195Z
31532026-08-26T21:03:36.195Zreal 4:16.845650993
31542026-08-26T21:03:36.195Zuser 22:04.777758584
31552026-08-26T21:03:36.198Zsys 5:14.791750175
31562026-08-26T21:03:36.198Ztrap 0.539701677
31572026-08-26T21:03:36.198Ztflt 0.422359013
31582026-08-26T21:03:36.198Zdflt 0.516383876
31592026-08-26T21:03:36.198Zkflt 0.004853472
31602026-08-26T21:03:36.198Zlock 1:06:52.963895714
31612026-08-26T21:03:36.198Zslp 1:00:19.449270024
31622026-08-26T21:03:36.198Zlat 1:54.018955086
31632026-08-26T21:03:36.198Zstop 13:44.534327878
31642026-08-26T21:03:36.198Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-26T21:03:36.199Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-26T21:03:37.069Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-26T21:03:37.069Z |
31682026-08-26T21:03:37.069Z = 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)`
31692026-08-26T21:03:37.069Z = 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>
31702026-08-26T21:03:38.185Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-26T21:03:38.428Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-26T21:03:38.466Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-26T21:03:38.500Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-26T21:03:38.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-26T21:03:38.720Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-26T21:03:38.748Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-26T21:03:38.772Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-08-26T21:03:38.795Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31792026-08-26T21:03:38.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31802026-08-26T21:03:38.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-08-26T21:03:39.068Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-26T21:03:39.091Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-08-26T21:03:39.094Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-08-26T21:03:39.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-26T21:03:39.196Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-08-26T21:03:39.222Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-08-26T21:03:39.247Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31882026-08-26T21:03:39.269Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-08-26T21:03:39.304Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-26T21:03:39.372Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-26T21:03:39.397Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-26T21:03:39.657Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-26T21:03:39.717Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-26T21:03:39.806Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31952026-08-26T21:03:39.831Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-08-26T21:03:40.028Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-08-26T21:03:40.075Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-26T21:03:40.137Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-26T21:03:40.239Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-26T21:03:40.321Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32012026-08-26T21:03:40.372Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-26T21:03:40.424Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32032026-08-26T21:03:40.584Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-26T21:03:40.805Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-26T21:03:40.832Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-26T21:03:40.856Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-26T21:03:40.880Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-26T21:03:41.023Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32092026-08-26T21:03:41.081Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-26T21:03:41.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-26T21:03:41.334Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-26T21:03:41.508Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-26T21:03:41.532Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-26T21:03:41.587Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-26T21:03:41.668Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-26T21:03:41.757Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-26T21:03:41.793Z Checking scuffle v0.1.0
32182026-08-26T21:03:41.920Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-08-26T21:03:41.946Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-08-26T21:03:41.969Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32212026-08-26T21:03:41.993Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-08-26T21:03:42.386Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32232026-08-26T21:03:42.823Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32242026-08-26T21:03:43.220Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32252026-08-26T21:03:43.342Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32262026-08-26T21:03:43.545Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-08-26T21:03:43.568Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32282026-08-26T21:03:43.613Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32292026-08-26T21:03:43.884Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32302026-08-26T21:03:43.911Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32312026-08-26T21:03:43.935Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32322026-08-26T21:03:43.957Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32332026-08-26T21:03:44.548Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32342026-08-26T21:03:44.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-08-26T21:03:44.883Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-26T21:03:45.035Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32372026-08-26T21:03:45.064Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382026-08-26T21:03:45.092Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-26T21:03:45.288Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-26T21:03:45.317Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32412026-08-26T21:03:45.377Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32422026-08-26T21:03:45.419Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-26T21:03:45.547Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-26T21:03:45.612Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-26T21:03:45.652Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-26T21:03:45.728Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-26T21:03:45.753Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-08-26T21:03:45.806Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-08-26T21:03:45.834Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32502026-08-26T21:03:45.968Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32512026-08-26T21:03:45.994Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32522026-08-26T21:03:46.018Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32532026-08-26T21:03:46.041Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32542026-08-26T21:03:46.196Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32552026-08-26T21:03:46.363Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32562026-08-26T21:03:46.363Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32572026-08-26T21:03:46.411Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32582026-08-26T21:03:46.414Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32592026-08-26T21:03:46.414Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32602026-08-26T21:03:46.591Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32612026-08-26T21:03:46.648Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-26T21:03:46.703Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-08-26T21:03:46.756Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-08-26T21:03:46.780Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-26T21:03:46.887Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-26T21:03:46.935Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-26T21:03:46.980Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-26T21:03:47.004Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-26T21:03:47.026Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32702026-08-26T21:03:47.107Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32712026-08-26T21:03:47.155Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-08-26T21:03:47.223Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32732026-08-26T21:03:47.314Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32742026-08-26T21:03:47.370Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32752026-08-26T21:03:47.549Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-26T21:03:47.630Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-26T21:03:47.676Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-26T21:03:48.133Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-26T21:03:48.330Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-26T21:03:48.356Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-26T21:03:48.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-26T21:03:49.385Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-26T21:03:49.671Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-26T21:03:50.522Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-26T21:03:51.162Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-26T21:03:51.398Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-08-26T21:03:52.114Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-08-26T21:03:52.262Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-26T21:03:53.210Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-26T21:03:53.303Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32912026-08-26T21:03:53.370Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-08-26T21:03:53.424Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32932026-08-26T21:03:53.649Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-26T21:03:53.706Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-26T21:03:54.098Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-26T21:03:54.294Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-26T21:03:54.579Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-26T21:03:54.784Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-26T21:03:55.072Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-26T21:03:55.231Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-26T21:03:55.620Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-26T21:03:55.663Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-08-26T21:03:55.744Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-26T21:03:55.819Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-26T21:03:56.386Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-26T21:03:56.739Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-26T21:03:57.149Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-26T21:03:57.289Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-26T21:03:58.059Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-26T21:03:58.197Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-26T21:03:58.520Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-26T21:03:58.885Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-26T21:03:58.929Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-26T21:03:59.300Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-26T21:03:59.547Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33162026-08-26T21:03:59.665Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-26T21:04:00.159Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33182026-08-26T21:04:00.301Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-26T21:04:00.864Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-26T21:04:01.029Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-26T21:04:01.656Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33222026-08-26T21:04:02.109Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-26T21:04:02.149Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-08-26T21:04:02.352Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-26T21:04:02.854Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-08-26T21:04:03.675Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33272026-08-26T21:04:06.705Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-26T21:04:06.873Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33292026-08-26T21:04:07.336Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-26T21:04:09.170Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33312026-08-26T21:04:09.661Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33322026-08-26T21:04:10.170Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-26T21:04:10.349Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33342026-08-26T21:04:10.582Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33352026-08-26T21:04:11.008Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-26T21:04:11.926Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-26T21:04:12.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-26T21:04:13.841Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392026-08-26T21:04:13.977Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-26T21:04:14.073Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33412026-08-26T21:04:14.168Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33422026-08-26T21:04:14.736Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33432026-08-26T21:04:14.902Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-26T21:04:14.962Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-08-26T21:04:15.311Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-26T21:04:15.417Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-26T21:04:15.491Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33482026-08-26T21:04:15.686Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-26T21:04:15.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33502026-08-26T21:04:16.082Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-08-26T21:04:16.647Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-26T21:04:16.849Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-26T21:04:17.001Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33542026-08-26T21:04:17.105Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-08-26T21:04:17.161Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33562026-08-26T21:04:17.590Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572026-08-26T21:04:17.865Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33582026-08-26T21:04:19.163Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33592026-08-26T21:04:19.787Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33602026-08-26T21:04:20.170Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-26T21:04:22.162Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33622026-08-26T21:04:23.795Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33632026-08-26T21:04:24.288Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33642026-08-26T21:04:25.062Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33652026-08-26T21:04:27.089Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33662026-08-26T21:04:28.143Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33672026-08-26T21:04:29.209Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-26T21:04:29.861Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33692026-08-26T21:04:30.903Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33702026-08-26T21:04:32.834Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33712026-08-26T21:04:33.542Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33722026-08-26T21:04:34.851Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33732026-08-26T21:04:35.040Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33742026-08-26T21:04:35.915Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33752026-08-26T21:04:38.300Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33762026-08-26T21:04:39.081Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-26T21:04:40.296Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33782026-08-26T21:04:43.332Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33792026-08-26T21:04:44.230Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33802026-08-26T21:04:45.031Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33812026-08-26T21:04:45.902Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822026-08-26T21:04:46.667Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33832026-08-26T21:04:48.261Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33842026-08-26T21:04:48.445Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-26T21:04:49.981Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33862026-08-26T21:04:50.082Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-26T21:04:50.730Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-26T21:04:51.589Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33892026-08-26T21:04:52.410Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33902026-08-26T21:04:55.676Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912026-08-26T21:04:57.162Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33922026-08-26T21:04:57.683Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33932026-08-26T21:04:58.615Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33942026-08-26T21:05:00.020Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33952026-08-26T21:05:01.048Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33962026-08-26T21:05:02.490Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33972026-08-26T21:05:03.558Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33982026-08-26T21:05:06.044Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33992026-08-26T21:05:07.378Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-26T21:05:08.133Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34012026-08-26T21:05:09.157Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34022026-08-26T21:05:11.523Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34032026-08-26T21:05:11.882Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-08-26T21:05:15.184Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34052026-08-26T21:05:15.715Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34062026-08-26T21:05:17.053Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34072026-08-26T21:05:18.496Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34082026-08-26T21:05:20.244Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-08-26T21:05:21.776Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-08-26T21:05:23.641Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34112026-08-26T21:05:25.248Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34122026-08-26T21:05:29.983Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-26T21:05:30.416Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-26T21:05:31.686Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-26T21:05:32.112Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34162026-08-26T21:05:33.933Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-26T21:05:35.850Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34182026-08-26T21:05:37.599Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34192026-08-26T21:05:39.705Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34202026-08-26T21:05:41.509Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34212026-08-26T21:05:43.516Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34222026-08-26T21:05:45.153Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34232026-08-26T21:05:46.925Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34242026-08-26T21:05:48.727Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34252026-08-26T21:05:50.509Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34262026-08-26T21:05:52.282Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34272026-08-26T21:05:54.099Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34282026-08-26T21:05:55.833Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34292026-08-26T21:05:57.363Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34302026-08-26T21:05:59.468Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-26T21:06:01.159Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34322026-08-26T21:06:03.020Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34332026-08-26T21:06:05.035Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34342026-08-26T21:06:06.865Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-26T21:06:08.729Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34362026-08-26T21:06:12.878Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-08-26T21:06:14.602Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-26T21:06:16.536Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-26T21:06:19.944Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-26T21:06:20.686Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-26T21:06:22.724Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422026-08-26T21:06:23.050Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34432026-08-26T21:06:27.708Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-26T21:06:29.981Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452026-08-26T21:06:33.067Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34462026-08-26T21:06:34.890Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-26T21:06:37.625Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-26T21:06:39.668Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-26T21:06:42.704Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-26T21:06:44.834Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-26T21:06:47.025Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-26T21:06:50.044Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34532026-08-26T21:06:51.997Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34542026-08-26T21:06:54.609Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34552026-08-26T21:06:57.016Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34562026-08-26T21:06:59.811Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34572026-08-26T21:07:02.400Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34582026-08-26T21:07:04.641Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34592026-08-26T21:07:07.425Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34602026-08-26T21:07:09.930Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34612026-08-26T21:07:12.413Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34622026-08-26T21:07:14.925Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34632026-08-26T21:07:17.545Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34642026-08-26T21:07:20.115Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34652026-08-26T21:07:22.491Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-26T21:07:25.260Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-26T21:07:27.844Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34682026-08-26T21:07:30.394Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-08-26T21:07:33.003Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-08-26T21:07:35.681Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34712026-08-26T21:07:38.224Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34722026-08-26T21:07:40.820Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34732026-08-26T21:07:43.498Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34742026-08-26T21:07:46.109Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34752026-08-26T21:07:48.715Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34762026-08-26T21:07:51.353Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-26T21:07:53.970Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-26T21:07:56.630Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-26T21:07:59.171Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-26T21:08:02.526Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34812026-08-26T21:08:04.697Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822026-08-26T21:08:07.602Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-26T21:08:10.285Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-26T21:08:12.860Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34852026-08-26T21:08:15.474Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34862026-08-26T21:08:18.420Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34872026-08-26T21:08:21.400Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-26T21:08:24.172Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34892026-08-26T21:08:26.904Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34902026-08-26T21:08:29.733Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-08-26T21:08:32.421Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-26T21:08:35.109Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34932026-08-26T21:08:37.927Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34942026-08-26T21:08:40.736Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34952026-08-26T21:08:43.534Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34962026-08-26T21:08:46.305Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34972026-08-26T21:08:49.054Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34982026-08-26T21:08:51.786Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34992026-08-26T21:08:59.855Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35002026-08-26T21:09:00.013Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35012026-08-26T21:09:03.984Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35022026-08-26T21:09:07.136Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35032026-08-26T21:09:10.844Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35042026-08-26T21:09:14.373Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35052026-08-26T21:09:17.975Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35062026-08-26T21:09:21.542Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35072026-08-26T21:09:25.076Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35082026-08-26T21:09:28.740Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35092026-08-26T21:09:32.256Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35102026-08-26T21:09:36.213Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-26T21:09:39.522Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35122026-08-26T21:09:43.326Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35132026-08-26T21:09:46.726Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35142026-08-26T21:09:50.361Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35152026-08-26T21:09:54.100Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35162026-08-26T21:09:57.535Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35172026-08-26T21:10:01.196Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35182026-08-26T21:10:04.824Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35192026-08-26T21:10:08.563Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35202026-08-26T21:10:12.187Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35212026-08-26T21:10:15.819Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35222026-08-26T21:10:19.461Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35232026-08-26T21:10:23.024Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35242026-08-26T21:10:26.682Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-26T21:10:30.272Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-26T21:10:34.019Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-26T21:10:39.065Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-26T21:11:09.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 33s
35292026-08-26T21:11:09.618Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-26T21:11:09.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-26T21:11:09.768Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-26T21:11:09.865Z
35332026-08-26T21:11:09.874Zreal 7:33.578450409
35342026-08-26T21:11:09.874Zuser 20:25.873175966
35352026-08-26T21:11:09.874Zsys 4:25.065208050
35362026-08-26T21:11:09.874Ztrap 0.291600606
35372026-08-26T21:11:09.874Ztflt 0.005809362
35382026-08-26T21:11:09.874Zdflt 0.155251379
35392026-08-26T21:11:09.874Zkflt 0.000031870
35402026-08-26T21:11:09.874Zlock 7:13:13.221110425
35412026-08-26T21:11:09.875Zslp 2:32:20.102127050
35422026-08-26T21:11:09.875Zlat 36.071924626
35432026-08-26T21:11:09.875Zstop 2:12.253280967
35442026-08-26T21:11:09.875Zprocess exited: duration 844176 ms, exit code 0
 
35452026-08-26T21:11:09.889Zfound 0 output files