01KX1MC5EK8B7ZFTNW5V3D16B5: clippy (helios)

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

Buildomat Job: 01KX1MCMGV2MXWYEVXNR89R8MN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T19:49:29.861Zjob assigned to worker 01KX1MCW10Z3GEZ2Z0HMG02NQ6 [factory aws, i-090b0568a8a5d86a2] (queued for 1 m 0 s)
 
22026-07-08T19:49:35.725Zstarting task 0: "setup"
32026-07-08T19:49:35.729Z++ uname -s
42026-07-08T19:49:35.732Z+ kern=SunOS
52026-07-08T19:49:35.732Z+ build_user=build
62026-07-08T19:49:35.732Z+ build_uid=12345
72026-07-08T19:49:35.732Z+ work_dir=/work
82026-07-08T19:49:35.732Z+ input_dir=/input
92026-07-08T19:49:35.732Z+ [[ 0 == 12345 ]]
102026-07-08T19:49:35.732Z+ case "$kern" in
112026-07-08T19:49:35.732Z+ groupadd -g 12345 build
122026-07-08T19:49:35.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T19:49:37.739Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T19:49:37.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T19:49:37.835Z+ home_fs=zfs
162026-07-08T19:49:37.835Z+ [[ zfs == autofs ]]
172026-07-08T19:49:37.835Z+ mkdir -p /home/build
182026-07-08T19:49:37.835Z+ chown build:build /home/build /work
192026-07-08T19:49:39.836Z+ chmod 0700 /home/build /work
202026-07-08T19:49:39.839Zprocess exited: duration 4116 ms, exit code 0
 
212026-07-08T19:49:39.848Zstarting task 1: "rust-toolchain"
222026-07-08T19:49:39.852Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T19:49:39.852Z * rust toolchain channel = "1.96.1"
242026-07-08T19:49:39.852Z * rust toolchain profile = "default"
252026-07-08T19:49:39.852Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T19:49:39.852Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T19:49:39.852Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T19:49:39.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T19:49:39.857Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T19:49:39.956Zinfo: downloading installer
312026-07-08T19:49:41.571Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T19:49:41.571Zwarn: /home/build/.rustup/settings.toml
332026-07-08T19:49:41.571Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T19:49:41.571Zwarn: instead of the one inferred from the default host triple.
352026-07-08T19:49:41.583Zinfo: profile set to default
362026-07-08T19:49:41.583Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T19:49:41.586Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T19:49:41.726Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T19:49:41.729Zinfo: downloading 6 components
402026-07-08T19:49:56.848Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T19:49:56.848Z
422026-07-08T19:49:56.895Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T19:49:56.895Z
442026-07-08T19:49:56.895Z
452026-07-08T19:49:56.895ZRust is installed now. Great!
462026-07-08T19:49:56.895Z
472026-07-08T19:49:56.895ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T19:49:56.895Zenvironment variable. This has not been done automatically.
492026-07-08T19:49:56.895Z
502026-07-08T19:49:56.895ZTo configure your current shell, you need to source
512026-07-08T19:49:56.895Zthe corresponding env file under $HOME/.cargo.
522026-07-08T19:49:56.895Z
532026-07-08T19:49:56.895ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T19:49:56.895Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T19:49:56.895Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T19:49:56.895Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T19:49:56.895Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T19:49:56.895Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T19:49:56.895Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T19:49:56.898Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T19:49:56.898Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T19:49:57.008Z+ rustup --version
632026-07-08T19:49:57.017Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T19:49:57.020Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T19:49:57.039Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T19:49:57.042Z+ cargo --version
672026-07-08T19:49:57.056Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T19:49:57.059Z+ rustc --version
692026-07-08T19:49:57.079Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T19:49:57.082Zprocess exited: duration 17236 ms, exit code 0
 
712026-07-08T19:49:57.087Zstarting task 2: "authentication"
722026-07-08T19:49:57.103Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T19:49:57.109Zstarting task 3: "clone repository"
742026-07-08T19:49:57.112Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T19:49:57.115Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T19:49:57.142ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T19:50:08.137Z+ cd /work/oxidecomputer/omicron
782026-07-08T19:50:08.137Z+ git fetch origin c19ef8e8526758ed9876d55ca40eb513685a9008
792026-07-08T19:50:08.425ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T19:50:08.425Z * branch c19ef8e8526758ed9876d55ca40eb513685a9008 -> FETCH_HEAD
812026-07-08T19:50:08.435Z+ [[ -n '' ]]
822026-07-08T19:50:08.438Z+ git reset --hard c19ef8e8526758ed9876d55ca40eb513685a9008
832026-07-08T19:50:08.682ZHEAD is now at c19ef8e85 Bump web console (ext IPs on instance list)
842026-07-08T19:50:08.686Zprocess exited: duration 11574 ms, exit code 0
 
852026-07-08T19:50:08.693Zstarting task 4: "build"
862026-07-08T19:50:08.697Z+ source ./env.sh
872026-07-08T19:50:08.697Z++ OLD_SHELL_OPTS=ehxB
882026-07-08T19:50:08.697Z++ set -o xtrace
892026-07-08T19:50:08.701Z++++ dirname ./env.sh
902026-07-08T19:50:08.705Z+++ readlink -f .
912026-07-08T19:50:08.705Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-08T19:50:08.705Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-08T19:50:08.705Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-08T19:50:08.705Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-08T19:50:08.705Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-07-08T19:50:08.705Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-08T19:50:08.705Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-08T19:50:08.705Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-08T19:50:08.705Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-08T19:50:08.705Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-08T19:50:08.705Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-08T19:50:08.705Z++ case $OLD_SHELL_OPTS in
1032026-07-08T19:50:08.706Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-08T19:50:08.706Z+ source .github/buildomat/ci-env.sh
1052026-07-08T19:50:08.706Z++ export CARGO_TERM_COLOR=always
1062026-07-08T19:50:08.706Z++ CARGO_TERM_COLOR=always
1072026-07-08T19:50:08.706Z+++ uname -s
1082026-07-08T19:50:08.709Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-08T19:50:08.709Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-08T19:50:08.709Z+ cargo --version
1112026-07-08T19:50:08.716Zcargo 1.96.1 (356927216 2026-06-26)
1122026-07-08T19:50:08.718Z+ rustc --version
1132026-07-08T19:50:08.739Zrustc 1.96.1 (31fca3adb 2026-06-26)
1142026-07-08T19:50:08.742Z+ banner prerequisites
1152026-07-08T19:50:08.745Z
1162026-07-08T19:50:08.745Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-08T19:50:08.745Z # # # # # # # # # # # # # # #
1182026-07-08T19:50:08.746Z # # # # ##### # # ##### # # # # # #### #
1192026-07-08T19:50:08.746Z ##### ##### # ##### # # # # # # # # #
1202026-07-08T19:50:08.746Z # # # # # # # # # # # # # # #
1212026-07-08T19:50:08.746Z # # # ###### # # ###### ### # #### # #### #
1222026-07-08T19:50:08.746Z
1232026-07-08T19:50:08.746Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-08T19:50:10.334Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-08T19:50:10.444Z Startup: Caching catalogs ... Done
1262026-07-08T19:50:10.938ZPlanning: Solver setup ... Done (0.448s)
1272026-07-08T19:50:10.966ZPlanning: Running solver ... Done (0.028s)
1282026-07-08T19:50:10.978ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-08T19:50:10.991ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-08T19:50:11.007ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-08T19:50:11.021ZPlanning: Package planning ... Done (0.014s)
1322026-07-08T19:50:11.025ZPlanning: Merging actions ... Done (0.001s)
1332026-07-08T19:50:11.192ZPlanning: Checking for conflicting actions ... Done (0.169s)
1342026-07-08T19:50:11.196ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-08T19:50:11.932ZPlanning: Evaluating mediators ... Done (0.738s)
1362026-07-08T19:50:11.935ZPlanning: Planning completed in 1.47 seconds
1372026-07-08T19:50:11.941Z Packages to install: 2
1382026-07-08T19:50:11.941Z Estimated space available: 156.06 GB
1392026-07-08T19:50:11.944ZEstimated space to be consumed: 30.99 MB
1402026-07-08T19:50:11.944Z Create boot environment: No
1412026-07-08T19:50:11.944ZCreate backup boot environment: No
1422026-07-08T19:50:11.944Z Rebuild boot archive: No
1432026-07-08T19:50:11.944Z
1442026-07-08T19:50:11.944ZChanged packages:
1452026-07-08T19:50:11.944Zhelios
1462026-07-08T19:50:11.944Z developer/build-essential
1472026-07-08T19:50:11.944Z None -> 11-3.0
1482026-07-08T19:50:11.945Z library/libxmlsec1
1492026-07-08T19:50:11.945Z None -> 1.2.35-3.0
1502026-07-08T19:50:11.965Z
1512026-07-08T19:50:11.965ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-08T19:50:12.519ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1532026-07-08T19:50:12.578Z Actions: 1/268 actions (Installing new actions)
1542026-07-08T19:50:12.615Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-08T19:50:12.626ZFinalize: Updating package state database ... Done (0.011s)
1562026-07-08T19:50:12.631ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-08T19:50:12.657ZFinalize: Updating image state ... Done (0.030s)
1582026-07-08T19:50:15.066ZFinalize: Creating fast lookup database ... Done (2.384s)
1592026-07-08T19:50:15.132ZFinalize: Reading search index ... Done (0.012s)
1602026-07-08T19:50:15.135ZFinalize: Updating search index ... Done (0.000s)
1612026-07-08T19:50:15.228ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-08T19:50:15.541ZPlanning: Evaluating mediator changes ... Done
1632026-07-08T19:50:15.645ZPlanning: Checking for conflicting actions ... Done
1642026-07-08T19:50:15.648ZPlanning: Consolidating action changes ... Done
1652026-07-08T19:50:15.801ZPlanning: Evaluating mediators ... Done
1662026-07-08T19:50:15.804ZPlanning: Planning completed in 0.26 seconds
1672026-07-08T19:50:15.825Z Mediators to change: 2
1682026-07-08T19:50:15.825Z Create boot environment: No
1692026-07-08T19:50:15.825ZCreate backup boot environment: No
1702026-07-08T19:50:15.871ZFinalize: Updating package state database ... Done
1712026-07-08T19:50:15.871ZFinalize: Updating package cache ... Done
1722026-07-08T19:50:15.887ZFinalize: Updating image state ... Done
1732026-07-08T19:50:17.854ZFinalize: Creating fast lookup database ... Done
1742026-07-08T19:50:17.919ZFinalize: Reading search index ... Done
1752026-07-08T19:50:17.922ZFinalize: Updating search index ... Done
1762026-07-08T19:50:17.977ZFinalize: Updating package cache ... Done
1772026-07-08T19:50:18.264ZPlanning: Evaluating mediator changes ... Done
1782026-07-08T19:50:18.369ZPlanning: Checking for conflicting actions ... Done
1792026-07-08T19:50:18.372ZPlanning: Consolidating action changes ... Done
1802026-07-08T19:50:18.526ZPlanning: Evaluating mediators ... Done
1812026-07-08T19:50:18.529ZPlanning: Planning completed in 0.26 seconds
1822026-07-08T19:50:18.548Z Mediators to change: 1
1832026-07-08T19:50:18.549Z Create boot environment: No
1842026-07-08T19:50:18.549ZCreate backup boot environment: No
1852026-07-08T19:50:18.597ZFinalize: Updating package state database ... Done
1862026-07-08T19:50:18.597ZFinalize: Updating package cache ... Done
1872026-07-08T19:50:18.611ZFinalize: Updating image state ... Done
1882026-07-08T19:50:20.564ZFinalize: Creating fast lookup database ... Done
1892026-07-08T19:50:20.628ZFinalize: Reading search index ... Done
1902026-07-08T19:50:20.628ZFinalize: Updating search index ... Done
1912026-07-08T19:50:20.682ZFinalize: Updating package cache ... Done
1922026-07-08T19:50:20.997ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-08T19:50:20.997Zapache system 2.4 system
1942026-07-08T19:50:20.997Zclang system 15 system
1952026-07-08T19:50:20.997Zcsh system system illumos
1962026-07-08T19:50:20.997Zctags system system illumos
1972026-07-08T19:50:20.997Zfile vendor vendor darwinsys
1982026-07-08T19:50:20.997Zfile system system illumos
1992026-07-08T19:50:20.997Zgcc vendor 14 vendor
2002026-07-08T19:50:20.997Zgcc system 13 system
2012026-07-08T19:50:20.997Zgcc system 10 system
2022026-07-08T19:50:20.997Zgo system 1.25 system
2032026-07-08T19:50:20.997Zllvm system 15 system
2042026-07-08T19:50:20.997Zmariadb system 11.4 system
2052026-07-08T19:50:20.997Zmta vendor vendor dma
2062026-07-08T19:50:20.997Zopenjdk system 17 system
2072026-07-08T19:50:20.997Zopenjdk system 11 system
2082026-07-08T19:50:20.997Zopenssl vendor 3 vendor
2092026-07-08T19:50:20.997Zperl system 5.40 system
2102026-07-08T19:50:20.997Zpostgresql system 18 system
2112026-07-08T19:50:20.997Zpostgresql system 17 system
2122026-07-08T19:50:20.997Zpython vendor 3 vendor
2132026-07-08T19:50:20.997Zpython system 2 system
2142026-07-08T19:50:20.997Zpython3 vendor 3.13 vendor
2152026-07-08T19:50:20.997Zruby system 3.4 system
2162026-07-08T19:50:20.997Zruby system 3.0 system
2172026-07-08T19:50:20.997Zwords vendor vendor american-english
2182026-07-08T19:50:20.997Zwords system system australian-english
2192026-07-08T19:50:20.997Zwords system system british-english
2202026-07-08T19:50:20.997Zwords system system canadian-english
2212026-07-08T19:50:20.997Zwords system system french
2222026-07-08T19:50:20.997Zwords system system italian
2232026-07-08T19:50:20.998Zwords system system ngerman
2242026-07-08T19:50:20.998Zwords system system ogerman
2252026-07-08T19:50:20.998Zwords system system spanish
2262026-07-08T19:50:21.249ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-08T19:50:21.249Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-08T19:50:21.555ZFMRI IFO
2292026-07-08T19:50:21.555Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-08T19:50:21.555Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-08T19:50:21.555Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-08T19:50:21.555Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-08T19:50:21.556Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-08T19:50:21.556Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-08T19:50:21.556Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-08T19:50:21.556Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-08T19:50:21.556Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-08T19:50:21.821Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-08T19:50:22.085Z Updating crates.io index
2402026-07-08T19:50:22.088Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-08T19:50:22.334Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-08T19:50:22.650Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-08T19:50:23.840Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-08T19:50:24.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-08T19:50:25.893Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-08T19:50:26.735Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-08T19:50:26.976Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-08T19:50:27.295Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-08T19:50:28.602Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-08T19:50:28.995Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-08T19:50:29.289Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-08T19:50:29.582Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-08T19:50:29.998Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-08T19:50:30.854Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-08T19:50:31.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-08T19:50:31.308Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-08T19:50:31.564Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-08T19:50:31.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-08T19:50:32.050Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-08T19:50:32.273Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-08T19:50:32.505Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-08T19:50:32.846Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-08T19:50:33.204Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-08T19:50:33.458Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-08T19:50:33.901Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-08T19:50:34.154Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-07-08T19:50:34.414Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-07-08T19:50:34.647Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-07-08T19:50:34.932Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-07-08T19:50:35.239Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-08T19:50:35.672Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-07-08T19:50:35.916Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-07-08T19:50:36.189Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-07-08T19:50:36.449Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-07-08T19:50:37.808Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-07-08T19:50:38.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-07-08T19:50:38.329Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-07-08T19:50:38.708Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-07-08T19:50:38.975Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-07-08T19:50:41.725Z Downloading crates ...
2812026-07-08T19:50:41.784Z Downloaded anstyle-query v1.1.5
2822026-07-08T19:50:41.787Z Downloaded colorchoice v1.0.4
2832026-07-08T19:50:41.787Z Downloaded autocfg v1.5.0
2842026-07-08T19:50:41.790Z Downloaded block-buffer v0.10.4
2852026-07-08T19:50:41.790Z Downloaded anstyle-parse v1.0.0
2862026-07-08T19:50:41.790Z Downloaded anstyle v1.0.14
2872026-07-08T19:50:41.796Z Downloaded anstream v1.0.0
2882026-07-08T19:50:41.798Z Downloaded bitflags v2.11.0
2892026-07-08T19:50:41.801Z Downloaded crypto-common v0.1.7
2902026-07-08T19:50:41.804Z Downloaded zmij v1.0.21
2912026-07-08T19:50:41.804Z Downloaded fnv v1.0.7
2922026-07-08T19:50:41.804Z Downloaded cpufeatures v0.2.17
2932026-07-08T19:50:41.807Z Downloaded equivalent v1.0.2
2942026-07-08T19:50:41.807Z Downloaded scroll v0.12.0
2952026-07-08T19:50:41.807Z Downloaded is_terminal_polyfill v1.70.2
2962026-07-08T19:50:41.807Z Downloaded heck v0.5.0
2972026-07-08T19:50:41.811Z Downloaded macaddr v1.0.1
2982026-07-08T19:50:41.814Z Downloaded zerocopy-derive v0.7.35
2992026-07-08T19:50:41.817Z Downloaded generic-array v0.14.7
3002026-07-08T19:50:41.817Z Downloaded cfg-if v1.0.4
3012026-07-08T19:50:41.817Z Downloaded cargo-platform v0.3.2
3022026-07-08T19:50:41.817Z Downloaded digest v0.10.7
3032026-07-08T19:50:41.821Z Downloaded dtrace-parser v0.2.0
3042026-07-08T19:50:41.821Z Downloaded zerocopy v0.7.35
3052026-07-08T19:50:41.827Z Downloaded thread-id v4.2.2
3062026-07-08T19:50:41.830Z Downloaded itoa v1.0.17
3072026-07-08T19:50:41.830Z Downloaded memmap v0.7.0
3082026-07-08T19:50:41.830Z Downloaded heck v0.4.1
3092026-07-08T19:50:41.833Z Downloaded clap_lex v1.0.0
3102026-07-08T19:50:41.833Z Downloaded fastrand v2.3.0
3112026-07-08T19:50:41.837Z Downloaded errno v0.3.14
3122026-07-08T19:50:41.844Z Downloaded dof v0.3.0
3132026-07-08T19:50:41.848Z Downloaded bytecount v0.6.9
3142026-07-08T19:50:41.854Z Downloaded unicode-linebreak v0.1.5
3152026-07-08T19:50:41.857Z Downloaded proc-macro-error-attr v1.0.4
3162026-07-08T19:50:41.857Z Downloaded utf8parse v0.2.2
3172026-07-08T19:50:41.865Z Downloaded scroll_derive v0.12.1
3182026-07-08T19:50:41.868Z Downloaded pretty-hex v0.4.1
3192026-07-08T19:50:41.871Z Downloaded swrite v0.1.0
3202026-07-08T19:50:41.878Z Downloaded usdt v0.5.0
3212026-07-08T19:50:41.881Z Downloaded serde_spanned v0.6.9
3222026-07-08T19:50:41.885Z Downloaded version_check v0.9.5
3232026-07-08T19:50:41.890Z Downloaded terminal_size v0.4.3
3242026-07-08T19:50:41.892Z Downloaded tabled_derive v0.7.0
3252026-07-08T19:50:41.893Z Downloaded toml_datetime v0.6.11
3262026-07-08T19:50:41.895Z Downloaded usdt-macro v0.5.0
3272026-07-08T19:50:41.895Z Downloaded toml_write v0.1.2
3282026-07-08T19:50:41.899Z Downloaded strsim v0.11.1
3292026-07-08T19:50:41.907Z Downloaded usdt-attr-macro v0.5.0
3302026-07-08T19:50:41.920Z Downloaded byteorder v1.5.0
3312026-07-08T19:50:41.923Z Downloaded cargo_metadata v0.23.1
3322026-07-08T19:50:41.927Z Downloaded cargo_toml v0.21.0
3332026-07-08T19:50:41.930Z Downloaded anyhow v1.0.102
3342026-07-08T19:50:41.933Z Downloaded clap_derive v4.6.1
3352026-07-08T19:50:41.933Z Downloaded smawk v0.3.2
3362026-07-08T19:50:41.936Z Downloaded camino-tempfile v1.4.1
3372026-07-08T19:50:41.939Z Downloaded usdt-impl v0.5.0
3382026-07-08T19:50:41.941Z Downloaded thiserror-impl v1.0.69
3392026-07-08T19:50:41.946Z Downloaded proc-macro-error v1.0.4
3402026-07-08T19:50:41.964Z Downloaded plain v0.2.3
3412026-07-08T19:50:41.967Z Downloaded thiserror-impl v2.0.18
3422026-07-08T19:50:41.967Z Downloaded thiserror v1.0.69
3432026-07-08T19:50:41.970Z Downloaded serde_tokenstream v0.2.3
3442026-07-08T19:50:41.980Z Downloaded fs-err v3.3.0
3452026-07-08T19:50:41.983Z Downloaded once_cell v1.21.3
3462026-07-08T19:50:41.990Z Downloaded toml v0.8.23
3472026-07-08T19:50:41.994Z Downloaded ucd-trie v0.1.7
3482026-07-08T19:50:42.003Z Downloaded pest_generator v2.8.6
3492026-07-08T19:50:42.003Z Downloaded thiserror v2.0.18
3502026-07-08T19:50:42.012Z Downloaded quote v1.0.45
3512026-07-08T19:50:42.012Z Downloaded camino v1.2.2
3522026-07-08T19:50:42.012Z Downloaded sha2 v0.10.9
3532026-07-08T19:50:42.024Z Downloaded semver v1.0.28
3542026-07-08T19:50:42.024Z Downloaded papergrid v0.11.0
3552026-07-08T19:50:42.037Z Downloaded pest_derive v2.8.6
3562026-07-08T19:50:42.038Z Downloaded getrandom v0.4.1
3572026-07-08T19:50:42.038Z Downloaded clap v4.6.1
3582026-07-08T19:50:42.038Z Downloaded log v0.4.29
3592026-07-08T19:50:42.051Z Downloaded unicode-ident v1.0.24
3602026-07-08T19:50:42.051Z Downloaded textwrap v0.16.2
3612026-07-08T19:50:42.051Z Downloaded tempfile v3.25.0
3622026-07-08T19:50:42.055Z Downloaded serde_derive v1.0.228
3632026-07-08T19:50:42.055Z Downloaded toml_edit v0.22.27
3642026-07-08T19:50:42.077Z Downloaded proc-macro2 v1.0.106
3652026-07-08T19:50:42.185Z Downloaded pest_meta v2.8.6
3662026-07-08T19:50:42.186Z Downloaded serde_core v1.0.228
3672026-07-08T19:50:42.186Z Downloaded memchr v2.8.0
3682026-07-08T19:50:42.186Z Downloaded serde v1.0.228
3692026-07-08T19:50:42.259Z Downloaded indexmap v2.14.0
3702026-07-08T19:50:42.259Z Downloaded typenum v1.20.1
3712026-07-08T19:50:42.259Z Downloaded pest v2.8.6
3722026-07-08T19:50:42.259Z Downloaded hashbrown v0.17.0
3732026-07-08T19:50:42.259Z Downloaded goblin v0.8.2
3742026-07-08T19:50:42.259Z Downloaded serde_json v1.0.150
3752026-07-08T19:50:42.259Z Downloaded clap_builder v4.6.0
3762026-07-08T19:50:42.259Z Downloaded winnow v0.7.14
3772026-07-08T19:50:42.260Z Downloaded tabled v0.15.0
3782026-07-08T19:50:42.260Z Downloaded unicode-width v0.2.0
3792026-07-08T19:50:42.307Z Downloaded syn v1.0.109
3802026-07-08T19:50:42.307Z Downloaded unicode-width v0.1.14
3812026-07-08T19:50:42.307Z Downloaded syn v2.0.117
3822026-07-08T19:50:42.307Z Downloaded rustix v1.1.3
3832026-07-08T19:50:42.326Z Downloaded libc v0.2.185
3842026-07-08T19:50:42.380Z Compiling proc-macro2 v1.0.106
3852026-07-08T19:50:42.380Z Compiling quote v1.0.45
3862026-07-08T19:50:42.380Z Compiling unicode-ident v1.0.24
3872026-07-08T19:50:42.403Z Compiling serde_core v1.0.228
3882026-07-08T19:50:42.403Z Compiling libc v0.2.185
3892026-07-08T19:50:42.403Z Compiling version_check v0.9.5
3902026-07-08T19:50:42.536Z Compiling memchr v2.8.0
3912026-07-08T19:50:42.539Z Compiling serde v1.0.228
3922026-07-08T19:50:42.672Z Compiling zmij v1.0.21
3932026-07-08T19:50:42.878Z Compiling itoa v1.0.17
3942026-07-08T19:50:42.958Z Compiling ucd-trie v0.1.7
3952026-07-08T19:50:43.051Z Compiling thiserror v1.0.69
3962026-07-08T19:50:43.215Z Compiling pest v2.8.6
3972026-07-08T19:50:43.339Z Compiling rustix v1.1.3
3982026-07-08T19:50:43.373Z Compiling byteorder v1.5.0
3992026-07-08T19:50:43.584Z Compiling errno v0.3.14
4002026-07-08T19:50:43.612Z Compiling serde_json v1.0.150
4012026-07-08T19:50:43.735Z Compiling bitflags v2.11.0
4022026-07-08T19:50:43.817Z Compiling syn v2.0.117
4032026-07-08T19:50:43.942Z Compiling thread-id v4.2.2
4042026-07-08T19:50:43.957Z Compiling proc-macro-error-attr v1.0.4
4052026-07-08T19:50:44.026Z Compiling usdt-impl v0.5.0
4062026-07-08T19:50:44.135Z Compiling camino v1.2.2
4072026-07-08T19:50:44.155Z Compiling syn v1.0.109
4082026-07-08T19:50:44.260Z Compiling pest_meta v2.8.6
4092026-07-08T19:50:44.536Z Compiling proc-macro-error v1.0.4
4102026-07-08T19:50:44.557Z Compiling hashbrown v0.17.0
4112026-07-08T19:50:44.573Z Compiling getrandom v0.4.1
4122026-07-08T19:50:44.738Z Compiling plain v0.2.3
4132026-07-08T19:50:44.896Z Compiling utf8parse v0.2.2
4142026-07-08T19:50:44.974Z Compiling equivalent v1.0.2
4152026-07-08T19:50:45.055Z Compiling log v0.4.29
4162026-07-08T19:50:45.103Z Compiling anstyle-parse v1.0.0
4172026-07-08T19:50:45.117Z Compiling indexmap v2.14.0
4182026-07-08T19:50:45.216Z Compiling terminal_size v0.4.3
4192026-07-08T19:50:45.774Z Compiling colorchoice v1.0.4
4202026-07-08T19:50:45.791Z Compiling toml_write v0.1.2
4212026-07-08T19:50:45.885Z Compiling anstyle-query v1.1.5
4222026-07-08T19:50:45.903Z Compiling thiserror v2.0.18
4232026-07-08T19:50:45.921Z Compiling cfg-if v1.0.4
4242026-07-08T19:50:45.939Z Compiling is_terminal_polyfill v1.70.2
4252026-07-08T19:50:45.995Z Compiling anstyle v1.0.14
4262026-07-08T19:50:46.013Z Compiling winnow v0.7.14
4272026-07-08T19:50:46.013Z Compiling pretty-hex v0.4.1
4282026-07-08T19:50:46.045Z Compiling autocfg v1.5.0
4292026-07-08T19:50:46.157Z Compiling pest_generator v2.8.6
4302026-07-08T19:50:46.226Z Compiling anstream v1.0.0
4312026-07-08T19:50:46.380Z Compiling heck v0.5.0
4322026-07-08T19:50:46.477Z Compiling once_cell v1.21.3
4332026-07-08T19:50:46.496Z Compiling fs-err v3.3.0
4342026-07-08T19:50:46.554Z Compiling bytecount v0.6.9
4352026-07-08T19:50:46.690Z Compiling unicode-width v0.1.14
4362026-07-08T19:50:46.708Z Compiling heck v0.4.1
4372026-07-08T19:50:46.711Z Compiling fnv v1.0.7
4382026-07-08T19:50:46.831Z Compiling anyhow v1.0.102
4392026-07-08T19:50:46.876Z Compiling clap_lex v1.0.0
4402026-07-08T19:50:46.940Z Compiling strsim v0.11.1
4412026-07-08T19:50:46.957Z Compiling fastrand v2.3.0
4422026-07-08T19:50:46.974Z Compiling papergrid v0.11.0
4432026-07-08T19:50:47.216Z Compiling tempfile v3.25.0
4442026-07-08T19:50:47.234Z Compiling clap_builder v4.6.0
4452026-07-08T19:50:47.292Z Compiling cargo-platform v0.3.2
4462026-07-08T19:50:47.372Z Compiling semver v1.0.28
4472026-07-08T19:50:47.504Z Compiling tabled_derive v0.7.0
4482026-07-08T19:50:47.550Z Compiling memmap v0.7.0
4492026-07-08T19:50:47.570Z Compiling unicode-linebreak v0.1.5
4502026-07-08T19:50:47.587Z Compiling unicode-width v0.2.0
4512026-07-08T19:50:47.695Z Compiling smawk v0.3.2
4522026-07-08T19:50:47.732Z Compiling camino-tempfile v1.4.1
4532026-07-08T19:50:47.771Z Compiling serde_derive v1.0.228
4542026-07-08T19:50:47.811Z Compiling thiserror-impl v1.0.69
4552026-07-08T19:50:47.835Z Compiling zerocopy-derive v0.7.35
4562026-07-08T19:50:47.860Z Compiling pest_derive v2.8.6
4572026-07-08T19:50:47.964Z Compiling scroll_derive v0.12.1
4582026-07-08T19:50:48.319Z Compiling thiserror-impl v2.0.18
4592026-07-08T19:50:48.390Z Compiling clap_derive v4.6.1
4602026-07-08T19:50:48.430Z Compiling tabled v0.15.0
4612026-07-08T19:50:48.651Z Compiling scroll v0.12.0
4622026-07-08T19:50:48.733Z Compiling zerocopy v0.7.35
4632026-07-08T19:50:48.928Z Compiling goblin v0.8.2
4642026-07-08T19:50:49.230Z Compiling dtrace-parser v0.2.0
4652026-07-08T19:50:49.306Z Compiling textwrap v0.16.2
4662026-07-08T19:50:49.966Z Compiling swrite v0.1.0
4672026-07-08T19:50:50.184Z Compiling clap v4.6.1
4682026-07-08T19:50:50.984Z Compiling toml_datetime v0.6.11
4692026-07-08T19:50:50.984Z Compiling serde_spanned v0.6.9
4702026-07-08T19:50:50.987Z Compiling cargo_metadata v0.23.1
4712026-07-08T19:50:50.987Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4722026-07-08T19:50:50.987Z Compiling macaddr v1.0.1
4732026-07-08T19:50:51.064Z Compiling dof v0.3.0
4742026-07-08T19:50:51.081Z Compiling serde_tokenstream v0.2.3
4752026-07-08T19:50:51.217Z Compiling toml_edit v0.22.27
4762026-07-08T19:50:51.829Z Compiling usdt-attr-macro v0.5.0
4772026-07-08T19:50:51.833Z Compiling usdt-macro v0.5.0
4782026-07-08T19:50:52.422Z Compiling usdt v0.5.0
4792026-07-08T19:50:52.558Z Compiling toml v0.8.23
4802026-07-08T19:50:52.886Z Compiling cargo_toml v0.21.0
4812026-07-08T19:50:54.165Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822026-07-08T19:50:56.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.50s
4832026-07-08T19:50:56.366Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4842026-07-08T19:50:56.867Z Downloading crates ...
4852026-07-08T19:50:56.957Z Downloaded assert_matches v1.5.0
4862026-07-08T19:50:56.974Z Downloaded base64 v0.21.7
4872026-07-08T19:50:57.002Z Downloaded block-buffer v0.12.1
4882026-07-08T19:50:57.002Z Downloaded adler2 v2.0.1
4892026-07-08T19:50:57.002Z Downloaded convert_case v0.10.0
4902026-07-08T19:50:57.002Z Downloaded ciborium-io v0.2.2
4912026-07-08T19:50:57.002Z Downloaded aead v0.5.2
4922026-07-08T19:50:57.002Z Downloaded convert_case v0.4.0
4932026-07-08T19:50:57.003Z Downloaded base16ct v0.2.0
4942026-07-08T19:50:57.003Z Downloaded cookie_store v0.22.1
4952026-07-08T19:50:57.003Z Downloaded crc v3.4.0
4962026-07-08T19:50:57.003Z Downloaded bitfield-macros v0.19.4
4972026-07-08T19:50:57.003Z Downloaded bit-set v0.8.0
4982026-07-08T19:50:57.003Z Downloaded array-init v0.0.4
4992026-07-08T19:50:57.003Z Downloaded corncobs v0.1.4
5002026-07-08T19:50:57.003Z Downloaded derive_builder_macro v0.20.2
5012026-07-08T19:50:57.003Z Downloaded cpufeatures v0.3.0
5022026-07-08T19:50:57.003Z Downloaded bit-set v0.5.3
5032026-07-08T19:50:57.003Z Downloaded data-encoding v2.10.0
5042026-07-08T19:50:57.003Z Downloaded base16ct v1.0.0
5052026-07-08T19:50:57.006Z Downloaded async-stream v0.3.6
5062026-07-08T19:50:57.006Z Downloaded bcrypt-pbkdf v0.11.0
5072026-07-08T19:50:57.006Z Downloaded cpubits v0.1.1
5082026-07-08T19:50:57.010Z Downloaded atomicwrites v0.4.4
5092026-07-08T19:50:57.012Z Downloaded compression-core v0.4.31
5102026-07-08T19:50:57.013Z Downloaded async-recursion v1.1.1
5112026-07-08T19:50:57.017Z Downloaded atomic-waker v1.1.2
5122026-07-08T19:50:57.020Z Downloaded crucible-workspace-hack v0.1.0
5132026-07-08T19:50:57.020Z Downloaded bit-vec v0.8.0
5142026-07-08T19:50:57.023Z Downloaded arrayref v0.3.9
5152026-07-08T19:50:57.025Z Downloaded debug-ignore v1.0.5
5162026-07-08T19:50:57.028Z Downloaded darling_macro v0.13.4
5172026-07-08T19:50:57.028Z Downloaded curve25519-dalek-derive v0.1.1
5182026-07-08T19:50:57.031Z Downloaded ascii-canvas v3.0.0
5192026-07-08T19:50:57.031Z Downloaded crypto-common v0.2.2
5202026-07-08T19:50:57.031Z Downloaded crc-catalog v2.4.0
5212026-07-08T19:50:57.035Z Downloaded atty v0.2.14
5222026-07-08T19:50:57.035Z Downloaded async-stream-impl v0.3.6
5232026-07-08T19:50:57.038Z Downloaded daft v0.1.7
5242026-07-08T19:50:57.038Z Downloaded csv-core v0.1.13
5252026-07-08T19:50:57.041Z Downloaded crossbeam-deque v0.8.6
5262026-07-08T19:50:57.041Z Downloaded block-padding v0.4.2
5272026-07-08T19:50:57.041Z Downloaded cfg_aliases v0.1.1
5282026-07-08T19:50:57.045Z Downloaded byte-wrapper v0.1.0
5292026-07-08T19:50:57.048Z Downloaded darling_macro v0.23.0
5302026-07-08T19:50:57.048Z Downloaded crunchy v0.2.4
5312026-07-08T19:50:57.051Z Downloaded crc8 v0.1.1
5322026-07-08T19:50:57.051Z Downloaded darling v0.13.4
5332026-07-08T19:50:57.054Z Downloaded anstyle-parse v0.2.7
5342026-07-08T19:50:57.056Z Downloaded argon2 v0.5.3
5352026-07-08T19:50:57.060Z Downloaded derive_builder_core v0.20.2
5362026-07-08T19:50:57.063Z Downloaded daft-derive v0.1.7
5372026-07-08T19:50:57.070Z Downloaded darling_macro v0.20.11
5382026-07-08T19:50:57.073Z Downloaded embedded-io v0.6.1
5392026-07-08T19:50:57.076Z Downloaded dunce v1.0.5
5402026-07-08T19:50:57.076Z Downloaded darling_macro v0.21.3
5412026-07-08T19:50:57.082Z Downloaded cobs v0.3.0
5422026-07-08T19:50:57.084Z Downloaded darling v0.20.11
5432026-07-08T19:50:57.087Z Downloaded crossbeam-utils v0.8.21
5442026-07-08T19:50:57.090Z Downloaded defmt v0.3.100
5452026-07-08T19:50:57.090Z Downloaded crc-any v2.5.0
5462026-07-08T19:50:57.093Z Downloaded cstr-argument v0.1.2
5472026-07-08T19:50:57.096Z Downloaded difflib v0.4.0
5482026-07-08T19:50:57.096Z Downloaded castaway v0.2.4
5492026-07-08T19:50:57.098Z Downloaded dirs-next v2.0.0
5502026-07-08T19:50:57.101Z Downloaded dyn-clone v1.0.20
5512026-07-08T19:50:57.101Z Downloaded dtrace-parser v0.3.0
5522026-07-08T19:50:57.101Z Downloaded dirs-sys-next v0.1.2
5532026-07-08T19:50:57.104Z Downloaded dof v0.4.0
5542026-07-08T19:50:57.104Z Downloaded ciborium-ll v0.2.2
5552026-07-08T19:50:57.106Z Downloaded cfg_aliases v0.2.1
5562026-07-08T19:50:57.109Z Downloaded embedded-io v0.4.0
5572026-07-08T19:50:57.112Z Downloaded dropshot-api-manager-types v0.7.2
5582026-07-08T19:50:57.112Z Downloaded bitfield-struct v0.6.2
5592026-07-08T19:50:57.115Z Downloaded display-error-chain v0.2.2
5602026-07-08T19:50:57.118Z Downloaded endian-type v0.1.2
5612026-07-08T19:50:57.121Z Downloaded defmt-parser v1.0.0
5622026-07-08T19:50:57.124Z Downloaded bb8 v0.8.6
5632026-07-08T19:50:57.127Z Downloaded bcs v0.1.6
5642026-07-08T19:50:57.129Z Downloaded arrayvec v0.7.6
5652026-07-08T19:50:57.132Z Downloaded base64ct v1.8.3
5662026-07-08T19:50:57.132Z Downloaded const_format_proc_macros v0.2.34
5672026-07-08T19:50:57.135Z Downloaded backoff v0.4.0
5682026-07-08T19:50:57.135Z Downloaded camino-tempfile-ext v0.3.3
5692026-07-08T19:50:57.137Z Downloaded bitfield v0.19.4
5702026-07-08T19:50:57.137Z Downloaded bit-vec v0.6.3
5712026-07-08T19:50:57.141Z Downloaded env_filter v1.0.0
5722026-07-08T19:50:57.141Z Downloaded dsl_auto_type v0.2.0
5732026-07-08T19:50:57.141Z Downloaded enum-as-inner v0.6.1
5742026-07-08T19:50:57.144Z Downloaded document-features v0.2.12
5752026-07-08T19:50:57.145Z Downloaded downcast-rs v2.0.2
5762026-07-08T19:50:57.145Z Downloaded ahash v0.8.12
5772026-07-08T19:50:57.147Z Downloaded aead v0.6.1
5782026-07-08T19:50:57.147Z Downloaded fixedbitset v0.4.2
5792026-07-08T19:50:57.147Z Downloaded argon2 v0.6.0-rc.8
5802026-07-08T19:50:57.153Z Downloaded async-compression v0.4.41
5812026-07-08T19:50:57.156Z Downloaded form_urlencoded v1.2.2
5822026-07-08T19:50:57.159Z Downloaded foreign-types v0.5.0
5832026-07-08T19:50:57.159Z Downloaded fd-lock v4.0.4
5842026-07-08T19:50:57.162Z Downloaded crc32fast v1.5.0
5852026-07-08T19:50:57.162Z Downloaded float-cmp v0.10.0
5862026-07-08T19:50:57.162Z Downloaded float-ord v0.3.2
5872026-07-08T19:50:57.165Z Downloaded flagset v0.4.7
5882026-07-08T19:50:57.165Z Downloaded foreign-types v0.3.2
5892026-07-08T19:50:57.169Z Downloaded foreign-types-shared v0.1.1
5902026-07-08T19:50:57.172Z Downloaded foreign-types-macros v0.2.3
5912026-07-08T19:50:57.172Z Downloaded funty v2.0.0
5922026-07-08T19:50:57.172Z Downloaded futures-task v0.3.32
5932026-07-08T19:50:57.174Z Downloaded foreign-types-shared v0.3.1
5942026-07-08T19:50:57.174Z Downloaded anstream v0.6.21
5952026-07-08T19:50:57.177Z Downloaded futures-io v0.3.32
5962026-07-08T19:50:57.177Z Downloaded futures-core v0.3.32
5972026-07-08T19:50:57.177Z Downloaded cipher v0.4.4
5982026-07-08T19:50:57.180Z Downloaded cexpr v0.6.0
5992026-07-08T19:50:57.180Z Downloaded fxhash v0.2.1
6002026-07-08T19:50:57.180Z Downloaded futures-macro v0.3.32
6012026-07-08T19:50:57.183Z Downloaded chacha20 v0.9.1
6022026-07-08T19:50:57.185Z Downloaded darling_core v0.23.0
6032026-07-08T19:50:57.188Z Downloaded cmov v0.5.4
6042026-07-08T19:50:57.191Z Downloaded ctr v0.10.1
6052026-07-08T19:50:57.191Z Downloaded bitflags v1.3.2
6062026-07-08T19:50:57.194Z Downloaded either v1.15.0
6072026-07-08T19:50:57.196Z Downloaded ed25519 v2.2.3
6082026-07-08T19:50:57.197Z Downloaded ecdsa v0.16.9
6092026-07-08T19:50:57.197Z Downloaded digest v0.11.3
6102026-07-08T19:50:57.199Z Downloaded enum_dispatch v0.3.13
6112026-07-08T19:50:57.202Z Downloaded ena v0.14.4
6122026-07-08T19:50:57.202Z Downloaded globwalk v0.9.1
6132026-07-08T19:50:57.202Z Downloaded constant_time_eq v0.4.2
6142026-07-08T19:50:57.205Z Downloaded displaydoc v0.2.5
6152026-07-08T19:50:57.205Z Downloaded cbc v0.2.1
6162026-07-08T19:50:57.208Z Downloaded futures-sink v0.3.32
6172026-07-08T19:50:57.208Z Downloaded defmt v1.0.1
6182026-07-08T19:50:57.211Z Downloaded hash32 v0.2.1
6192026-07-08T19:50:57.211Z Downloaded ghash v0.6.0
6202026-07-08T19:50:57.214Z Downloaded cipher v0.5.2
6212026-07-08T19:50:57.214Z Downloaded async-trait v0.1.89
6222026-07-08T19:50:57.217Z Downloaded env_logger v0.11.9
6232026-07-08T19:50:57.219Z Downloaded derive-ex v0.1.8
6242026-07-08T19:50:57.219Z Downloaded compression-codecs v0.4.37
6252026-07-08T19:50:57.222Z Downloaded diesel-dtrace v0.5.0
6262026-07-08T19:50:57.222Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-07-08T19:50:57.222Z Downloaded delegate v0.13.5
6282026-07-08T19:50:57.225Z Downloaded backon v1.6.0
6292026-07-08T19:50:57.225Z Downloaded ff v0.13.1
6302026-07-08T19:50:57.228Z Downloaded fixedbitset v0.5.7
6312026-07-08T19:50:57.228Z Downloaded fallible-iterator v0.2.0
6322026-07-08T19:50:57.228Z Downloaded filetime v0.2.27
6332026-07-08T19:50:57.231Z Downloaded defmt-macros v1.0.1
6342026-07-08T19:50:57.231Z Downloaded blake2 v0.11.0-rc.6
6352026-07-08T19:50:57.234Z Downloaded erased-serde v0.3.31
6362026-07-08T19:50:57.238Z Downloaded ff v0.14.0
6372026-07-08T19:50:57.239Z Downloaded critical-section v1.2.0
6382026-07-08T19:50:57.239Z Downloaded cmake v0.1.57
6392026-07-08T19:50:57.241Z Downloaded darling_core v0.13.4
6402026-07-08T19:50:57.241Z Downloaded foldhash v0.2.0
6412026-07-08T19:50:57.244Z Downloaded ctutils v0.4.2
6422026-07-08T19:50:57.244Z Downloaded headers-core v0.3.0
6432026-07-08T19:50:57.244Z Downloaded crossbeam-epoch v0.9.18
6442026-07-08T19:50:57.247Z Downloaded hash32 v0.3.1
6452026-07-08T19:50:57.247Z Downloaded fs_extra v1.3.0
6462026-07-08T19:50:57.250Z Downloaded ecdsa v0.17.0-rc.18
6472026-07-08T19:50:57.250Z Downloaded hex-literal v1.1.0
6482026-07-08T19:50:57.252Z Downloaded buf-list v1.1.2
6492026-07-08T19:50:57.252Z Downloaded hex v0.4.3
6502026-07-08T19:50:57.255Z Downloaded cookie v0.18.1
6512026-07-08T19:50:57.255Z Downloaded const-oid v0.9.6
6522026-07-08T19:50:57.258Z Downloaded chacha20 v0.10.0
6532026-07-08T19:50:57.258Z Downloaded futures-executor v0.3.32
6542026-07-08T19:50:57.261Z Downloaded fs-err v2.11.0
6552026-07-08T19:50:57.261Z Downloaded gethostname v0.5.0
6562026-07-08T19:50:57.261Z Downloaded console v0.16.2
6572026-07-08T19:50:57.264Z Downloaded console v0.15.11
6582026-07-08T19:50:57.266Z Downloaded http-body v1.0.1
6592026-07-08T19:50:57.267Z Downloaded clang-sys v1.8.1
6602026-07-08T19:50:57.267Z Downloaded cassowary v0.3.0
6612026-07-08T19:50:57.269Z Downloaded colored v3.1.1
6622026-07-08T19:50:57.269Z Downloaded colored v2.2.0
6632026-07-08T19:50:57.272Z Downloaded git-stub-vcs v0.1.0
6642026-07-08T19:50:57.272Z Downloaded diff v0.1.13
6652026-07-08T19:50:57.275Z Downloaded git-stub v1.0.0
6662026-07-08T19:50:57.275Z Downloaded ed25519 v3.0.0
6672026-07-08T19:50:57.278Z Downloaded hubpack v0.1.2
6682026-07-08T19:50:57.278Z Downloaded httpdate v1.0.3
6692026-07-08T19:50:57.278Z Downloaded derive_builder v0.20.2
6702026-07-08T19:50:57.281Z Downloaded hyper-tls v0.6.0
6712026-07-08T19:50:57.284Z Downloaded bzip2 v0.4.4
6722026-07-08T19:50:57.284Z Downloaded deranged v0.5.8
6732026-07-08T19:50:57.286Z Downloaded group v0.13.0
6742026-07-08T19:50:57.286Z Downloaded async-bb8-diesel v0.2.1
6752026-07-08T19:50:57.289Z Downloaded globset v0.4.18
6762026-07-08T19:50:57.289Z Downloaded glob v0.3.3
6772026-07-08T19:50:57.289Z Downloaded der_derive v0.7.3
6782026-07-08T19:50:57.295Z Downloaded ciborium v0.2.2
6792026-07-08T19:50:57.295Z Downloaded bzip2 v0.6.1
6802026-07-08T19:50:57.298Z Downloaded hostname v0.4.2
6812026-07-08T19:50:57.298Z Downloaded home v0.5.12
6822026-07-08T19:50:57.298Z Downloaded http-range v0.1.5
6832026-07-08T19:50:57.298Z Downloaded hubpack_derive v0.1.1
6842026-07-08T19:50:57.298Z Downloaded const-oid v0.10.2
6852026-07-08T19:50:57.300Z Downloaded arc-swap v1.8.2
6862026-07-08T19:50:57.300Z Downloaded hostname v0.3.1
6872026-07-08T19:50:57.303Z Downloaded blowfish v0.10.0
6882026-07-08T19:50:57.304Z Downloaded cancel-safe-futures v0.1.5
6892026-07-08T19:50:57.307Z Downloaded find-msvc-tools v0.1.9
6902026-07-08T19:50:57.307Z Downloaded group v0.14.0
6912026-07-08T19:50:57.307Z Downloaded foldhash v0.1.5
6922026-07-08T19:50:57.310Z Downloaded idna_adapter v1.2.1
6932026-07-08T19:50:57.313Z Downloaded illumos-nvpair v0.3.0
6942026-07-08T19:50:57.313Z Downloaded inout v0.1.4
6952026-07-08T19:50:57.316Z Downloaded darling v0.21.3
6962026-07-08T19:50:57.320Z Downloaded ident_case v1.0.1
6972026-07-08T19:50:57.327Z Downloaded indent_write v2.2.0
6982026-07-08T19:50:57.330Z Downloaded illumos-nvpair-sys v0.2.0
6992026-07-08T19:50:57.330Z Downloaded inout v0.2.2
7002026-07-08T19:50:57.335Z Downloaded instability v0.3.11
7012026-07-08T19:50:57.338Z Downloaded is-terminal v0.4.17
7022026-07-08T19:50:57.341Z Downloaded blake2 v0.10.6
7032026-07-08T19:50:57.344Z Downloaded getrandom v0.2.17
7042026-07-08T19:50:57.347Z Downloaded futures-channel v0.3.32
7052026-07-08T19:50:57.347Z Downloaded internet-checksum v0.2.1
7062026-07-08T19:50:57.349Z Downloaded highway v1.3.0
7072026-07-08T19:50:57.352Z Downloaded instant v0.1.13
7082026-07-08T19:50:57.352Z Downloaded allocator-api2 v0.2.21
7092026-07-08T19:50:57.355Z Downloaded indoc v1.0.9
7102026-07-08T19:50:57.357Z Downloaded http-body-util v0.1.3
7112026-07-08T19:50:57.358Z Downloaded dropshot_endpoint v0.17.1
7122026-07-08T19:50:57.362Z Downloaded lazy_static v1.5.0
7132026-07-08T19:50:57.365Z Downloaded lalrpop-util v0.19.12
7142026-07-08T19:50:57.365Z Downloaded kstat-rs v0.2.4
7152026-07-08T19:50:57.366Z Downloaded keccak v0.1.6
7162026-07-08T19:50:57.369Z Downloaded is_ci v1.2.0
7172026-07-08T19:50:57.372Z Downloaded linked-hash-map v0.5.6
7182026-07-08T19:50:57.372Z Downloaded half v1.8.3
7192026-07-08T19:50:57.375Z Downloaded des v0.9.0
7202026-07-08T19:50:57.380Z Downloaded kem v0.3.0
7212026-07-08T19:50:57.383Z Downloaded elliptic-curve v0.14.0-rc.33
7222026-07-08T19:50:57.386Z Downloaded drift v0.2.0
7232026-07-08T19:50:57.391Z Downloaded fatfs v0.3.6
7242026-07-08T19:50:57.394Z Downloaded maplit v1.0.2
7252026-07-08T19:50:57.394Z Downloaded elliptic-curve v0.13.8
7262026-07-08T19:50:57.397Z Downloaded memoffset v0.9.1
7272026-07-08T19:50:57.400Z Downloaded hyper-staticfile v0.10.1
7282026-07-08T19:50:57.400Z Downloaded humantime v2.3.0
7292026-07-08T19:50:57.400Z Downloaded mime v0.3.17
7302026-07-08T19:50:57.403Z Downloaded new_debug_unreachable v1.0.6
7312026-07-08T19:50:57.407Z Downloaded libscf-sys v1.1.0
7322026-07-08T19:50:57.410Z Downloaded ingot-types v0.1.2
7332026-07-08T19:50:57.410Z Downloaded darling_core v0.20.11
7342026-07-08T19:50:57.412Z Downloaded darling v0.23.0
7352026-07-08T19:50:57.415Z Downloaded md-5 v0.10.6
7362026-07-08T19:50:57.418Z Downloaded lru v0.12.5
7372026-07-08T19:50:57.418Z Downloaded maybe-uninit v2.0.0
7382026-07-08T19:50:57.418Z Downloaded lru-slab v0.1.2
7392026-07-08T19:50:57.422Z Downloaded lru-cache v0.1.2
7402026-07-08T19:50:57.422Z Downloaded ingot v0.1.1
7412026-07-08T19:50:57.422Z Downloaded md5 v0.8.0
7422026-07-08T19:50:57.422Z Downloaded indoc v2.0.7
7432026-07-08T19:50:57.424Z Downloaded match_cfg v0.1.0
7442026-07-08T19:50:57.424Z Downloaded lzss v0.8.2
7452026-07-08T19:50:57.427Z Downloaded newtype_derive v0.1.6
7462026-07-08T19:50:57.427Z Downloaded newline-converter v0.3.0
7472026-07-08T19:50:57.427Z Downloaded managed v0.8.0
7482026-07-08T19:50:57.431Z Downloaded nibble_vec v0.1.0
7492026-07-08T19:50:57.434Z Downloaded derive_more v2.1.1
7502026-07-08T19:50:57.450Z Downloaded num-conv v0.2.0
7512026-07-08T19:50:57.453Z Downloaded jobserver v0.1.34
7522026-07-08T19:50:57.453Z Downloaded linear-map v1.2.0
7532026-07-08T19:50:57.456Z Downloaded getrandom v0.3.4
7542026-07-08T19:50:57.456Z Downloaded libsw v3.5.0
7552026-07-08T19:50:57.460Z Downloaded ipnetwork v0.21.1
7562026-07-08T19:50:57.460Z Downloaded hybrid-array v0.4.13
7572026-07-08T19:50:57.462Z Downloaded num-derive v0.3.3
7582026-07-08T19:50:57.462Z Downloaded num_threads v0.1.7
7592026-07-08T19:50:57.462Z Downloaded hmac v0.12.1
7602026-07-08T19:50:57.465Z Downloaded half v2.7.1
7612026-07-08T19:50:57.465Z Downloaded hmac v0.13.0
7622026-07-08T19:50:57.468Z Downloaded generic-array v1.4.3
7632026-07-08T19:50:57.470Z Downloaded darling_core v0.21.3
7642026-07-08T19:50:57.473Z Downloaded nodrop v0.1.14
7652026-07-08T19:50:57.473Z Downloaded newtype-uuid-macros v0.1.0
7662026-07-08T19:50:57.473Z Downloaded nonempty v0.12.0
7672026-07-08T19:50:57.476Z Downloaded httparse v1.10.1
7682026-07-08T19:50:57.476Z Downloaded normalize-line-endings v0.3.0
7692026-07-08T19:50:57.479Z Downloaded base64 v0.22.1
7702026-07-08T19:50:57.479Z Downloaded multimap v0.10.1
7712026-07-08T19:50:57.482Z Downloaded impl-trait-for-tuples v0.2.3
7722026-07-08T19:50:57.482Z Downloaded derive_more v0.99.20
7732026-07-08T19:50:57.484Z Downloaded openssl-macros v0.1.1
7742026-07-08T19:50:57.484Z Downloaded opaque-debug v0.3.1
7752026-07-08T19:50:57.488Z Downloaded num-iter v0.1.45
7762026-07-08T19:50:57.488Z Downloaded libefi-sys v0.1.0
7772026-07-08T19:50:57.489Z Downloaded keccak v0.2.0
7782026-07-08T19:50:57.491Z Downloaded derive-where v1.6.0
7792026-07-08T19:50:57.491Z Downloaded num-derive v0.4.2
7802026-07-08T19:50:57.494Z Downloaded crypto-bigint v0.5.5
7812026-07-08T19:50:57.497Z Downloaded futures v0.3.32
7822026-07-08T19:50:57.499Z Downloaded multer v3.1.0
7832026-07-08T19:50:57.502Z Downloaded native-tls v0.2.18
7842026-07-08T19:50:57.502Z Downloaded module-lattice v0.2.3
7852026-07-08T19:50:57.505Z Downloaded openssl-probe v0.2.1
7862026-07-08T19:50:57.505Z Downloaded iana-time-zone v0.1.65
7872026-07-08T19:50:57.507Z Downloaded ingot-macros v0.1.1
7882026-07-08T19:50:57.508Z Downloaded ar_archive_writer v0.5.1
7892026-07-08T19:50:57.510Z Downloaded oso-derive v0.27.3
7902026-07-08T19:50:57.510Z Downloaded openssl-probe v0.1.6
7912026-07-08T19:50:57.510Z Downloaded lock_api v0.4.14
7922026-07-08T19:50:57.513Z Downloaded libsw-core v0.3.2
7932026-07-08T19:50:57.513Z Downloaded ipnet v2.11.0
7942026-07-08T19:50:57.513Z Downloaded nanorand v0.7.0
7952026-07-08T19:50:57.516Z Downloaded num v0.4.3
7962026-07-08T19:50:57.516Z Downloaded mime_guess v2.0.5
7972026-07-08T19:50:57.519Z Downloaded der v0.7.10
7982026-07-08T19:50:57.521Z Downloaded hyper-rustls v0.27.7
7992026-07-08T19:50:57.521Z Downloaded olpc-cjson v0.1.4
8002026-07-08T19:50:57.524Z Downloaded bytes v1.11.1
8012026-07-08T19:50:57.527Z Downloaded libloading v0.8.9
8022026-07-08T19:50:57.527Z Downloaded num-complex v0.4.6
8032026-07-08T19:50:57.530Z Downloaded num-rational v0.4.2
8042026-07-08T19:50:57.532Z Downloaded chacha20poly1305 v0.10.1
8052026-07-08T19:50:57.535Z Downloaded parse-display v0.10.0
8062026-07-08T19:50:57.543Z Downloaded icu_provider v2.1.1
8072026-07-08T19:50:57.546Z Downloaded crossterm v0.28.1
8082026-07-08T19:50:57.549Z Downloaded compact_str v0.8.1
8092026-07-08T19:50:57.551Z Downloaded memmap2 v0.9.10
8102026-07-08T19:50:57.554Z Downloaded peg-runtime v0.8.5
8112026-07-08T19:50:57.555Z Downloaded percent-encoding v2.3.2
8122026-07-08T19:50:57.555Z Downloaded num_enum_derive v0.7.6
8132026-07-08T19:50:57.555Z Downloaded num_enum_derive v0.5.11
8142026-07-08T19:50:57.558Z Downloaded ignore v0.4.25
8152026-07-08T19:50:57.558Z Downloaded ed25519-dalek v2.2.0
8162026-07-08T19:50:57.561Z Downloaded headers v0.4.1
8172026-07-08T19:50:57.564Z Downloaded heapless v0.8.0
8182026-07-08T19:50:57.569Z Downloaded newtype-uuid v1.3.2
8192026-07-08T19:50:57.574Z Downloaded owo-colors v4.3.0
8202026-07-08T19:50:57.576Z Downloaded phf_shared v0.13.1
8212026-07-08T19:50:57.576Z Downloaded packed_struct_codegen v0.10.1
8222026-07-08T19:50:57.579Z Downloaded phf_shared v0.12.1
8232026-07-08T19:50:57.579Z Downloaded num-integer v0.1.46
8242026-07-08T19:50:57.582Z Downloaded phf_shared v0.11.3
8252026-07-08T19:50:57.582Z Downloaded parse-size v1.1.0
8262026-07-08T19:50:57.582Z Downloaded nu-ansi-term v0.50.3
8272026-07-08T19:50:57.585Z Downloaded path-slash v0.1.5
8282026-07-08T19:50:57.587Z Downloaded password-hash v0.6.1
8292026-07-08T19:50:57.594Z Downloaded num_enum v0.5.11
8302026-07-08T19:50:57.597Z Downloaded flume v0.11.1
8312026-07-08T19:50:57.600Z Downloaded flate2 v1.1.9
8322026-07-08T19:50:57.602Z Downloaded crossterm v0.29.0
8332026-07-08T19:50:57.610Z Downloaded packed_struct v0.10.1
8342026-07-08T19:50:57.613Z Downloaded parse-display-derive v0.10.0
8352026-07-08T19:50:57.613Z Downloaded litrs v1.0.0
8362026-07-08T19:50:57.616Z Downloaded litemap v0.8.1
8372026-07-08T19:50:57.616Z Downloaded potential_utf v0.1.4
8382026-07-08T19:50:57.618Z Downloaded peg-macros v0.8.5
8392026-07-08T19:50:57.621Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-07-08T19:50:57.621Z Downloaded crossbeam-channel v0.5.15
8412026-07-08T19:50:57.624Z Downloaded derive_more-impl v2.1.1
8422026-07-08T19:50:57.627Z Downloaded icu_properties v2.1.2
8432026-07-08T19:50:57.630Z Downloaded heapless v0.7.17
8442026-07-08T19:50:57.630Z Downloaded ed25519-dalek v3.0.0-rc.0
8452026-07-08T19:50:57.632Z Downloaded pem-rfc7468 v1.0.0
8462026-07-08T19:50:57.635Z Downloaded num_enum v0.7.6
8472026-07-08T19:50:57.638Z Downloaded proc-macro-crate v3.4.0
8482026-07-08T19:50:57.638Z Downloaded const_format v0.2.35
8492026-07-08T19:50:57.641Z Downloaded precomputed-hash v0.1.1
8502026-07-08T19:50:57.644Z Downloaded der v0.8.0
8512026-07-08T19:50:57.649Z Downloaded oxide-tokio-rt v0.1.4
8522026-07-08T19:50:57.652Z Downloaded ml-kem v0.3.2
8532026-07-08T19:50:57.655Z Downloaded indicatif v0.18.4
8542026-07-08T19:50:57.655Z Downloaded cc v1.2.56
8552026-07-08T19:50:57.660Z Downloaded progenitor-macro v0.14.0
8562026-07-08T19:50:57.663Z Downloaded psl-types v2.0.11
8572026-07-08T19:50:57.666Z Downloaded quick-error v1.2.3
8582026-07-08T19:50:57.669Z Downloaded phf v0.13.1
8592026-07-08T19:50:57.671Z Downloaded predicates-tree v1.0.13
8602026-07-08T19:50:57.674Z Downloaded predicates-core v1.0.10
8612026-07-08T19:50:57.674Z Downloaded proc-macro-crate v1.3.1
8622026-07-08T19:50:57.674Z Downloaded pin-project-internal v1.1.11
8632026-07-08T19:50:57.677Z Downloaded phc v0.6.1
8642026-07-08T19:50:57.677Z Downloaded phf v0.12.1
8652026-07-08T19:50:57.677Z Downloaded pkcs8 v0.10.2
8662026-07-08T19:50:57.680Z Downloaded bumpalo v3.20.2
8672026-07-08T19:50:57.680Z Downloaded powerfmt v0.2.0
8682026-07-08T19:50:57.683Z Downloaded radium v0.7.0
8692026-07-08T19:50:57.683Z Downloaded paste v1.0.15
8702026-07-08T19:50:57.686Z Downloaded password-hash v0.5.0
8712026-07-08T19:50:57.686Z Downloaded libbz2-rs-sys v0.2.2
8722026-07-08T19:50:57.689Z Downloaded parking_lot_core v0.8.6
8732026-07-08T19:50:57.689Z Downloaded pem v3.0.6
8742026-07-08T19:50:57.692Z Downloaded oxnet v0.1.6
8752026-07-08T19:50:57.692Z Downloaded progenitor-client v0.14.0
8762026-07-08T19:50:57.694Z Downloaded peg v0.8.5
8772026-07-08T19:50:57.698Z Downloaded parking_lot v0.12.5
8782026-07-08T19:50:57.701Z Downloaded icu_normalizer v2.1.1
8792026-07-08T19:50:57.704Z Downloaded num-traits v0.2.19
8802026-07-08T19:50:57.706Z Downloaded polyval v0.7.1
8812026-07-08T19:50:57.706Z Downloaded parking_lot_core v0.9.12
8822026-07-08T19:50:57.709Z Downloaded predicates v3.1.4
8832026-07-08T19:50:57.709Z Downloaded parking_lot v0.11.2
8842026-07-08T19:50:57.713Z Downloaded primeorder v0.13.6
8852026-07-08T19:50:57.723Z Downloaded primeorder v0.14.0-rc.10
8862026-07-08T19:50:57.726Z Downloaded hashbrown v0.12.3
8872026-07-08T19:50:57.728Z Downloaded pin-project-lite v0.2.17
8882026-07-08T19:50:57.731Z Downloaded icu_locale_core v2.1.1
8892026-07-08T19:50:57.735Z Downloaded progenitor-client v0.13.0
8902026-07-08T19:50:57.739Z Downloaded progenitor v0.14.0
8912026-07-08T19:50:57.739Z Downloaded psm v0.1.30
8922026-07-08T19:50:57.742Z Downloaded indexmap v1.9.3
8932026-07-08T19:50:57.742Z Downloaded progenitor v0.13.0
8942026-07-08T19:50:57.745Z Downloaded oso v0.27.3
8952026-07-08T19:50:57.745Z Downloaded rfc6979 v0.5.0
8962026-07-08T19:50:57.748Z Downloaded recursive v0.1.1
8972026-07-08T19:50:57.748Z Downloaded aes v0.9.1
8982026-07-08T19:50:57.750Z Downloaded rfc6979 v0.4.0
8992026-07-08T19:50:57.753Z Downloaded hickory-resolver v0.24.4
9002026-07-08T19:50:57.760Z Downloaded pkcs1 v0.7.5
9012026-07-08T19:50:57.762Z Downloaded pkg-config v0.3.32
9022026-07-08T19:50:57.762Z Downloaded poly1305 v0.8.0
9032026-07-08T19:50:57.765Z Downloaded postgres-protocol v0.6.10
9042026-07-08T19:50:57.769Z Downloaded r2d2 v0.8.10
9052026-07-08T19:50:57.772Z Downloaded rtoolbox v0.0.3
9062026-07-08T19:50:57.772Z Downloaded ref-cast-impl v1.0.25
9072026-07-08T19:50:57.774Z Downloaded ref-cast v1.0.25
9082026-07-08T19:50:57.775Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-07-08T19:50:57.775Z Downloaded primefield v0.14.0
9102026-07-08T19:50:57.777Z Downloaded russh-cryptovec v0.61.0
9112026-07-08T19:50:57.777Z Downloaded poly1305 v0.9.0
9122026-07-08T19:50:57.780Z Downloaded progenitor-extras v0.2.0
9132026-07-08T19:50:57.780Z Downloaded curve25519-dalek v4.1.3
9142026-07-08T19:50:57.785Z Downloaded pem-rfc7468 v0.7.0
9152026-07-08T19:50:57.787Z Downloaded rand_chacha v0.9.0
9162026-07-08T19:50:57.787Z Downloaded postgres-types v0.2.12
9172026-07-08T19:50:57.790Z Downloaded rustc_version v0.4.1
9182026-07-08T19:50:57.790Z Downloaded expectorate v1.2.0
9192026-07-08T19:50:57.793Z Downloaded rustc_version v0.1.7
9202026-07-08T19:50:57.793Z Downloaded rand_core v0.6.4
9212026-07-08T19:50:57.795Z Downloaded pbkdf2 v0.13.0
9222026-07-08T19:50:57.795Z Downloaded icu_normalizer_data v2.1.1
9232026-07-08T19:50:57.798Z Downloaded diesel_derives v2.3.7
9242026-07-08T19:50:57.802Z Downloaded rand_seeder v0.4.0
9252026-07-08T19:50:57.805Z Downloaded proc-macro-error2 v2.0.1
9262026-07-08T19:50:57.807Z Downloaded miniz_oxide v0.8.9
9272026-07-08T19:50:57.811Z Downloaded omicron-zone-package v0.12.3
9282026-07-08T19:50:57.815Z Downloaded rustc-hash v2.1.1
9292026-07-08T19:50:57.818Z Downloaded russh-util v0.52.0
9302026-07-08T19:50:57.820Z Downloaded pkcs8 v0.11.0
9312026-07-08T19:50:57.823Z Downloaded progenitor-macro v0.13.0
9322026-07-08T19:50:57.826Z Downloaded hickory-resolver v0.25.2
9332026-07-08T19:50:57.829Z Downloaded hickory-server v0.25.2
9342026-07-08T19:50:57.832Z Downloaded rand_core v0.10.0
9352026-07-08T19:50:57.838Z Downloaded resolv-conf v0.7.6
9362026-07-08T19:50:57.838Z Downloaded pkcs1 v0.8.0-rc.4
9372026-07-08T19:50:57.842Z Downloaded scroll_derive v0.13.1
9382026-07-08T19:50:57.842Z Downloaded secrecy v0.8.0
9392026-07-08T19:50:57.842Z Downloaded same-file v1.0.6
9402026-07-08T19:50:57.846Z Downloaded postcard v1.1.3
9412026-07-08T19:50:57.849Z Downloaded pkcs5 v0.8.1
9422026-07-08T19:50:57.852Z Downloaded pin-project v1.1.11
9432026-07-08T19:50:57.858Z Downloaded rand_chacha v0.3.1
9442026-07-08T19:50:57.863Z Downloaded semver v0.1.20
9452026-07-08T19:50:57.866Z Downloaded secrecy v0.10.3
9462026-07-08T19:50:57.866Z Downloaded seq-macro v0.3.6
9472026-07-08T19:50:57.866Z Downloaded rand_xorshift v0.4.0
9482026-07-08T19:50:57.866Z Downloaded serde-big-array v0.5.1
9492026-07-08T19:50:57.869Z Downloaded p256 v0.14.0-rc.10
9502026-07-08T19:50:57.871Z Downloaded scheduled-thread-pool v0.2.7
9512026-07-08T19:50:57.872Z Downloaded aes-gcm v0.11.0
9522026-07-08T19:50:57.874Z Downloaded papergrid v0.17.0
9532026-07-08T19:50:57.877Z Downloaded rand_core v0.9.5
9542026-07-08T19:50:57.877Z Downloaded p384 v0.14.0-rc.10
9552026-07-08T19:50:57.880Z Downloaded sapling-renderdag v0.1.0
9562026-07-08T19:50:57.880Z Downloaded serde_plain v1.0.2
9572026-07-08T19:50:57.882Z Downloaded jiff-static v0.2.21
9582026-07-08T19:50:57.885Z Downloaded scopeguard v1.2.0
9592026-07-08T19:50:57.885Z Downloaded dropshot-api-manager v0.7.2
9602026-07-08T19:50:57.888Z Downloaded ppv-lite86 v0.2.21
9612026-07-08T19:50:57.891Z Downloaded rustls-native-certs v0.8.3
9622026-07-08T19:50:57.893Z Downloaded prefix-trie v0.7.0
9632026-07-08T19:50:57.896Z Downloaded icu_collections v2.1.1
9642026-07-08T19:50:57.899Z Downloaded rustls-pemfile v2.2.0
9652026-07-08T19:50:57.907Z Downloaded signal-hook-mio v0.2.5
9662026-07-08T19:50:57.910Z Downloaded serde_bytes v0.11.19
9672026-07-08T19:50:57.913Z Downloaded schemars_derive v0.8.22
9682026-07-08T19:50:57.913Z Downloaded hashbrown v0.13.2
9692026-07-08T19:50:57.916Z Downloaded serde_urlencoded v0.7.1
9702026-07-08T19:50:57.918Z Downloaded quinn-udp v0.5.14
9712026-07-08T19:50:57.918Z Downloaded serde_repr v0.1.20
9722026-07-08T19:50:57.921Z Downloaded progenitor-impl v0.14.0
9732026-07-08T19:50:57.928Z Downloaded sec1 v0.8.1
9742026-07-08T19:50:57.930Z Downloaded http v1.4.2
9752026-07-08T19:50:57.933Z Downloaded siphasher v1.0.2
9762026-07-08T19:50:57.933Z Downloaded scroll v0.13.0
9772026-07-08T19:50:57.937Z Downloaded rusty-fork v0.3.1
9782026-07-08T19:50:57.941Z Downloaded internal-russh-num-bigint v0.5.0
9792026-07-08T19:50:57.945Z Downloaded signal-hook-tokio v0.3.1
9802026-07-08T19:50:57.948Z Downloaded shell-words v1.1.1
9812026-07-08T19:50:57.948Z Downloaded sha1 v0.11.0
9822026-07-08T19:50:57.948Z Downloaded sha1 v0.10.6
9832026-07-08T19:50:57.951Z Downloaded slog-envlogger v2.2.0
9842026-07-08T19:50:57.954Z Downloaded slog-bunyan v2.5.0
9852026-07-08T19:50:57.961Z Downloaded serde_spanned v1.1.1
9862026-07-08T19:50:57.964Z Downloaded serde_path_to_error v0.1.20
9872026-07-08T19:50:57.964Z Downloaded serde_derive_internals v0.29.1
9882026-07-08T19:50:57.974Z Downloaded prettyplease v0.2.37
9892026-07-08T19:50:57.976Z Downloaded mio v1.2.0
9902026-07-08T19:50:57.981Z Downloaded signature v3.0.0
9912026-07-08T19:50:57.984Z Downloaded serde_with_macros v1.5.2
9922026-07-08T19:50:57.984Z Downloaded sigpipe v0.1.3
9932026-07-08T19:50:57.989Z Downloaded signal-hook-registry v1.4.8
9942026-07-08T19:50:57.992Z Downloaded sqlparser_derive v0.5.0
9952026-07-08T19:50:57.999Z Downloaded strum v0.26.3
9962026-07-08T19:50:58.002Z Downloaded minimal-lexical v0.2.1
9972026-07-08T19:50:58.007Z Downloaded hashbrown v0.15.5
9982026-07-08T19:50:58.015Z Downloaded signature v2.2.0
9992026-07-08T19:50:58.018Z Downloaded strsim v0.10.0
10002026-07-08T19:50:58.018Z Downloaded slab v0.4.12
10012026-07-08T19:50:58.053Z Downloaded simd-adler32 v0.3.8
10022026-07-08T19:50:58.053Z Downloaded structmeta v0.3.0
10032026-07-08T19:50:58.053Z Downloaded subtle v2.6.1
10042026-07-08T19:50:58.053Z Downloaded openssl-sys v0.9.115
10052026-07-08T19:50:58.053Z Downloaded num-bigint v0.4.6
10062026-07-08T19:50:58.053Z Downloaded rustls-pki-types v1.14.0
10072026-07-08T19:50:58.053Z Downloaded slog-dtrace v0.3.0
10082026-07-08T19:50:58.053Z Downloaded stable_deref_trait v1.2.1
10092026-07-08T19:50:58.053Z Downloaded serdect v0.4.3
10102026-07-08T19:50:58.056Z Downloaded serde_cbor v0.11.2
10112026-07-08T19:50:58.056Z Downloaded tabwriter v1.4.1
10122026-07-08T19:50:58.056Z Downloaded rcgen v0.12.1
10132026-07-08T19:50:58.059Z Downloaded take_mut v0.2.2
10142026-07-08T19:50:58.062Z Downloaded tagptr v0.2.0
10152026-07-08T19:50:58.062Z Downloaded sync-ptr v0.1.4
10162026-07-08T19:50:58.065Z Downloaded snafu-derive v0.8.9
10172026-07-08T19:50:58.065Z Downloaded serde_with_macros v3.17.0
10182026-07-08T19:50:58.068Z Downloaded idna v1.1.0
10192026-07-08T19:50:58.070Z Downloaded itertools v0.10.5
10202026-07-08T19:50:58.073Z Downloaded salsa20 v0.11.0
10212026-07-08T19:50:58.073Z Downloaded rayon-core v1.13.0
10222026-07-08T19:50:58.076Z Downloaded strum v0.27.2
10232026-07-08T19:50:58.076Z Downloaded strip-ansi-escapes v0.2.1
10242026-07-08T19:50:58.079Z Downloaded shlex v1.3.0
10252026-07-08T19:50:58.079Z Downloaded progenitor-impl v0.13.0
10262026-07-08T19:50:58.081Z Downloaded static_assertions v1.1.0
10272026-07-08T19:50:58.081Z Downloaded stacker v0.1.23
10282026-07-08T19:50:58.084Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-08T19:50:58.084Z Downloaded thiserror-impl-no-std v2.0.2
10302026-07-08T19:50:58.084Z Downloaded ssh-cipher v0.3.0-rc.9
10312026-07-08T19:50:58.087Z Downloaded scrypt v0.12.0
10322026-07-08T19:50:58.087Z Downloaded thread-id v5.1.0
10332026-07-08T19:50:58.090Z Downloaded ryu v1.0.23
10342026-07-08T19:50:58.090Z Downloaded slog-async v2.8.0
10352026-07-08T19:50:58.093Z Downloaded hashbrown v0.16.1
10362026-07-08T19:50:58.096Z Downloaded supports-color v3.0.2
10372026-07-08T19:50:58.096Z Downloaded publicsuffix v2.3.0
10382026-07-08T19:50:58.098Z Downloaded tap v1.0.1
10392026-07-08T19:50:58.098Z Downloaded tabled_derive v0.11.0
10402026-07-08T19:50:58.101Z Downloaded slog-stdlog v4.1.1
10412026-07-08T19:50:58.101Z Downloaded slog-json v2.6.1
10422026-07-08T19:50:58.104Z Downloaded strum_macros v0.24.3
10432026-07-08T19:50:58.104Z Downloaded sec1 v0.7.3
10442026-07-08T19:50:58.104Z Downloaded time-core v0.1.8
10452026-07-08T19:50:58.108Z Downloaded strum_macros v0.27.2
10462026-07-08T19:50:58.108Z Downloaded strum_macros v0.26.4
10472026-07-08T19:50:58.111Z Downloaded crypto-primes v0.7.2
10482026-07-08T19:50:58.111Z Downloaded sqlformat v0.3.5
10492026-07-08T19:50:58.114Z Downloaded spki v0.8.0
10502026-07-08T19:50:58.114Z Downloaded pretty_assertions v1.4.1
10512026-07-08T19:50:58.116Z Downloaded rand v0.8.6
10522026-07-08T19:50:58.120Z Downloaded smf v0.2.3
10532026-07-08T19:50:58.120Z Downloaded smallvec v0.6.14
10542026-07-08T19:50:58.123Z Downloaded serde-hex v0.1.0
10552026-07-08T19:50:58.123Z Downloaded slog-term v2.9.2
10562026-07-08T19:50:58.123Z Downloaded termtree v0.5.1
10572026-07-08T19:50:58.126Z Downloaded tinyvec_macros v0.1.1
10582026-07-08T19:50:58.126Z Downloaded testing_table v0.3.0
10592026-07-08T19:50:58.126Z Downloaded hyper v1.10.1
10602026-07-08T19:50:58.129Z Downloaded num-bigint-dig v0.8.6
10612026-07-08T19:50:58.132Z Downloaded smallvec v1.15.1
10622026-07-08T19:50:58.135Z Downloaded sync_wrapper v1.0.2
10632026-07-08T19:50:58.135Z Downloaded support-bundle-viewer v0.1.2
10642026-07-08T19:50:58.138Z Downloaded slog-scope v4.4.1
10652026-07-08T19:50:58.138Z Downloaded ron v0.8.1
10662026-07-08T19:50:58.140Z Downloaded tokio-macros v2.7.0
10672026-07-08T19:50:58.140Z Downloaded rustls-platform-verifier v0.6.2
10682026-07-08T19:50:58.145Z Downloaded spki v0.7.3
10692026-07-08T19:50:58.148Z Downloaded stringprep v0.1.5
10702026-07-08T19:50:58.148Z Downloaded string_cache v0.8.9
10712026-07-08T19:50:58.152Z Downloaded sha2 v0.11.0
10722026-07-08T19:50:58.152Z Downloaded rustversion v1.0.22
10732026-07-08T19:50:58.155Z Downloaded serde_yaml v0.9.34+deprecated
10742026-07-08T19:50:58.158Z Downloaded aho-corasick v1.1.4
10752026-07-08T19:50:58.166Z Downloaded structmeta-derive v0.3.0
10762026-07-08T19:50:58.170Z Downloaded thiserror-no-std v2.0.2
10772026-07-08T19:50:58.177Z Downloaded schemars v0.8.22
10782026-07-08T19:50:58.185Z Downloaded topological-sort v0.2.2
10792026-07-08T19:50:58.188Z Downloaded similar v2.7.0
10802026-07-08T19:50:58.191Z Downloaded synstructure v0.13.2
10812026-07-08T19:50:58.194Z Downloaded itertools v0.12.1
10822026-07-08T19:50:58.197Z Downloaded tinystr v0.8.2
10832026-07-08T19:50:58.197Z Downloaded rsa v0.9.10
10842026-07-08T19:50:58.200Z Downloaded tls_codec v0.4.2
10852026-07-08T19:50:58.203Z Downloaded libxml v0.3.3
10862026-07-08T19:50:58.205Z Downloaded hyper-util v0.1.20
10872026-07-08T19:50:58.210Z Downloaded rand v0.9.2
10882026-07-08T19:50:58.212Z Downloaded quinn v0.11.9
10892026-07-08T19:50:58.216Z Downloaded qorb v0.4.1
10902026-07-08T19:50:58.218Z Downloaded typify-macro v0.6.2
10912026-07-08T19:50:58.221Z Downloaded spin v0.9.8
10922026-07-08T19:50:58.221Z Downloaded p521 v0.14.0-rc.10
10932026-07-08T19:50:58.224Z Downloaded termios v0.3.3
10942026-07-08T19:50:58.227Z Downloaded tokio-dtrace v0.1.1
10952026-07-08T19:50:58.227Z Downloaded tls_codec_derive v0.4.2
10962026-07-08T19:50:58.227Z Downloaded tokio-test v0.4.5
10972026-07-08T19:50:58.231Z Downloaded tokio-native-tls v0.3.1
10982026-07-08T19:50:58.231Z Downloaded futures-util v0.3.32
10992026-07-08T19:50:58.237Z Downloaded untrusted v0.9.0
11002026-07-08T19:50:58.239Z Downloaded untrusted v0.7.1
11012026-07-08T19:50:58.239Z Downloaded unicode-xid v0.2.6
11022026-07-08T19:50:58.240Z Downloaded socket2 v0.5.10
11032026-07-08T19:50:58.242Z Downloaded unarray v0.1.4
11042026-07-08T19:50:58.242Z Downloaded try-lock v0.2.5
11052026-07-08T19:50:58.242Z Downloaded tokio-tungstenite v0.23.1
11062026-07-08T19:50:58.245Z Downloaded trait-variant v0.1.2
11072026-07-08T19:50:58.245Z Downloaded tower-service v0.3.3
11082026-07-08T19:50:58.245Z Downloaded samael v0.0.19
11092026-07-08T19:50:58.248Z Downloaded tower-layer v0.3.3
11102026-07-08T19:50:58.251Z Downloaded socket2 v0.6.3
11112026-07-08T19:50:58.254Z Downloaded term v1.2.1
11122026-07-08T19:50:58.254Z Downloaded usdt-attr-macro v0.6.0
11132026-07-08T19:50:58.256Z Downloaded usdt v0.6.0
11142026-07-08T19:50:58.256Z Downloaded nom v7.1.3
11152026-07-08T19:50:58.259Z Downloaded tiny-keccak v2.0.2
11162026-07-08T19:50:58.262Z Downloaded signal-hook v0.3.18
11172026-07-08T19:50:58.262Z Downloaded universal-hash v0.6.1
11182026-07-08T19:50:58.265Z Downloaded universal-hash v0.5.1
11192026-07-08T19:50:58.265Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-08T19:50:58.265Z Downloaded thread_local v1.1.9
11212026-07-08T19:50:58.268Z Downloaded schemars v0.9.0
11222026-07-08T19:50:58.272Z Downloaded wait-timeout v0.2.1
11232026-07-08T19:50:58.275Z Downloaded void v1.0.2
11242026-07-08T19:50:58.275Z Downloaded slog v2.8.2
11252026-07-08T19:50:58.277Z Downloaded tokio-tungstenite v0.21.0
11262026-07-08T19:50:58.277Z Downloaded iri-string v0.7.10
11272026-07-08T19:50:58.282Z Downloaded utf8_iter v1.0.4
11282026-07-08T19:50:58.285Z Downloaded utf-8 v0.7.6
11292026-07-08T19:50:58.285Z Downloaded usdt-macro v0.6.0
11302026-07-08T19:50:58.285Z Downloaded unit-prefix v0.5.2
11312026-07-08T19:50:58.285Z Downloaded unicode-truncate v1.1.0
11322026-07-08T19:50:58.285Z Downloaded toml_writer v1.1.1+spec-1.1.0
11332026-07-08T19:50:58.289Z Downloaded rand v0.10.1
11342026-07-08T19:50:58.295Z Downloaded unicase v2.9.0
11352026-07-08T19:50:58.298Z Downloaded icu_properties_data v2.1.2
11362026-07-08T19:50:58.302Z Downloaded tokio-rustls v0.26.4
11372026-07-08T19:50:58.311Z Downloaded yoke-derive v0.8.1
11382026-07-08T19:50:58.314Z Downloaded h2 v0.4.15
11392026-07-08T19:50:58.317Z Downloaded waitgroup v0.1.2
11402026-07-08T19:50:58.325Z Downloaded term v0.7.0
11412026-07-08T19:50:58.328Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-07-08T19:50:58.331Z Downloaded xattr v1.6.1
11432026-07-08T19:50:58.331Z Downloaded rustls-webpki v0.103.13
11442026-07-08T19:50:58.334Z Downloaded hkdf v0.13.0
11452026-07-08T19:50:58.334Z Downloaded blake3 v1.8.5
11462026-07-08T19:50:58.338Z Downloaded want v0.3.1
11472026-07-08T19:50:58.341Z Downloaded vergen-git2 v9.1.0
11482026-07-08T19:50:58.344Z Downloaded time-macros v0.2.27
11492026-07-08T19:50:58.351Z Downloaded vergen-lib v9.1.0
11502026-07-08T19:50:58.354Z Downloaded vsss-rs v3.3.4
11512026-07-08T19:50:58.354Z Downloaded nom v8.0.0
11522026-07-08T19:50:58.357Z Downloaded zerofrom-derive v0.1.6
11532026-07-08T19:50:58.360Z Downloaded vergen-lib v0.1.6
11542026-07-08T19:50:58.363Z Downloaded tui-tree-widget v0.23.1
11552026-07-08T19:50:58.363Z Downloaded itertools v0.14.0
11562026-07-08T19:50:58.367Z Downloaded schemars v1.2.1
11572026-07-08T19:50:58.373Z Downloaded xshell-macros v0.2.7
11582026-07-08T19:50:58.375Z Downloaded subprocess v0.2.15
11592026-07-08T19:50:58.375Z Downloaded tracing-attributes v0.1.31
11602026-07-08T19:50:58.378Z Downloaded zeroize_derive v1.4.3
11612026-07-08T19:50:58.381Z Downloaded zerofrom v0.1.6
11622026-07-08T19:50:58.381Z Downloaded twox-hash v2.1.2
11632026-07-08T19:50:58.385Z Downloaded zone_cfg_derive v0.3.1
11642026-07-08T19:50:58.385Z Downloaded zone v0.3.1
11652026-07-08T19:50:58.385Z Downloaded usdt-impl v0.6.0
11662026-07-08T19:50:58.389Z Downloaded tokio-stream v0.1.18
11672026-07-08T19:50:58.392Z Downloaded tar v0.4.45
11682026-07-08T19:50:58.396Z Downloaded libm v0.2.16
11692026-07-08T19:50:58.399Z Downloaded writeable v0.6.2
11702026-07-08T19:50:58.402Z Downloaded test-strategy v0.4.5
11712026-07-08T19:50:58.405Z Downloaded uzers v0.12.2
11722026-07-08T19:50:58.405Z Downloaded snafu v0.8.9
11732026-07-08T19:50:58.407Z Downloaded serde_with v1.14.0
11742026-07-08T19:50:58.412Z Downloaded xshell v0.2.7
11752026-07-08T19:50:58.415Z Downloaded toml v0.7.8
11762026-07-08T19:50:58.418Z Downloaded yoke v0.8.1
11772026-07-08T19:50:58.418Z Downloaded whoami v1.6.1
11782026-07-08T19:50:58.421Z Downloaded walkdir v2.5.0
11792026-07-08T19:50:58.426Z Downloaded whoami v2.1.0
11802026-07-08T19:50:58.434Z Downloaded wyz v0.5.1
11812026-07-08T19:50:58.438Z Downloaded toml_parser v1.1.2+spec-1.1.0
11822026-07-08T19:50:58.441Z Downloaded tinyvec v1.10.0
11832026-07-08T19:50:58.445Z Downloaded itertools v0.13.0
11842026-07-08T19:50:58.449Z Downloaded rsa v0.10.0-rc.18
11852026-07-08T19:50:58.457Z Downloaded tungstenite v0.23.0
11862026-07-08T19:50:58.463Z Downloaded typify v0.6.2
11872026-07-08T19:50:58.466Z Downloaded zerovec-derive v0.11.2
11882026-07-08T19:50:58.469Z Downloaded vergen-gitcl v1.0.8
11892026-07-08T19:50:58.469Z Downloaded unicode-properties v0.1.4
11902026-07-08T19:50:58.472Z Downloaded unsafe-libyaml v0.2.11
11912026-07-08T19:50:58.472Z Downloaded unicode-bidi v0.3.18
11922026-07-08T19:50:58.475Z Downloaded iddqd v0.4.2
11932026-07-08T19:50:58.478Z Downloaded rustyline v14.0.0
11942026-07-08T19:50:58.481Z Downloaded toml v1.1.2+spec-1.1.0
11952026-07-08T19:50:58.485Z Downloaded zstd v0.13.3
11962026-07-08T19:50:58.489Z Downloaded yasna v0.5.2
11972026-07-08T19:50:58.492Z Downloaded vergen v9.1.0
11982026-07-08T19:50:58.499Z Downloaded steno v0.4.1
11992026-07-08T19:50:58.503Z Downloaded bindgen v0.71.1
12002026-07-08T19:50:58.508Z Downloaded zeroize v1.8.2
12012026-07-08T19:50:58.511Z Downloaded hkdf v0.12.4
12022026-07-08T19:50:58.511Z Downloaded tracing-core v0.1.36
12032026-07-08T19:50:58.521Z Downloaded tungstenite v0.21.0
12042026-07-08T19:50:58.524Z Downloaded zerocopy v0.6.6
12052026-07-08T19:50:58.528Z Downloaded uuid v1.23.4
12062026-07-08T19:50:58.531Z Downloaded git2 v0.20.4
12072026-07-08T19:50:58.535Z Downloaded tokio-postgres v0.7.16
12082026-07-08T19:50:58.537Z Downloaded rpassword v7.4.0
12092026-07-08T19:50:58.546Z Downloaded vte v0.14.1
12102026-07-08T19:50:58.549Z Downloaded zstd-safe v7.2.4
12112026-07-08T19:50:58.555Z Downloaded chrono v0.4.44
12122026-07-08T19:50:58.559Z Downloaded bitvec v1.0.1
12132026-07-08T19:50:58.567Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-07-08T19:50:58.570Z Downloaded reqwest v0.13.2
12152026-07-08T19:50:58.573Z Downloaded aws-lc-rs v1.16.3
12162026-07-08T19:50:58.578Z Downloaded reedline v0.40.0
12172026-07-08T19:50:58.590Z Downloaded zopfli v0.8.3
12182026-07-08T19:50:58.593Z Downloaded p384 v0.13.1
12192026-07-08T19:50:58.596Z Downloaded url v2.5.8
12202026-07-08T19:50:58.601Z Downloaded rayon v1.11.0
12212026-07-08T19:50:58.606Z Downloaded yansi v1.0.1
12222026-07-08T19:50:58.619Z Downloaded reqwest v0.12.28
12232026-07-08T19:50:58.623Z Downloaded zerotrie v0.2.3
12242026-07-08T19:50:58.626Z Downloaded crypto-bigint v0.7.5
12252026-07-08T19:50:58.634Z Downloaded zip v0.6.6
12262026-07-08T19:50:58.636Z Downloaded unicode_categories v0.1.1
12272026-07-08T19:50:58.639Z Downloaded quick-xml v0.37.5
12282026-07-08T19:50:58.643Z Downloaded regex v1.12.3
12292026-07-08T19:50:58.646Z Downloaded lalrpop v0.19.12
12302026-07-08T19:50:58.652Z Downloaded salty v0.3.0
12312026-07-08T19:50:58.660Z Downloaded moka v0.12.13
12322026-07-08T19:50:58.666Z Downloaded toml_edit v0.19.15
12332026-07-08T19:50:58.677Z Downloaded tower v0.5.3
12342026-07-08T19:50:58.684Z Downloaded typed-path v0.9.3
12352026-07-08T19:50:58.687Z Downloaded x509-cert v0.2.5
12362026-07-08T19:50:58.690Z Downloaded portable-atomic v1.13.1
12372026-07-08T19:50:58.693Z Downloaded zerocopy-derive v0.8.40
12382026-07-08T19:50:58.712Z Downloaded tough v0.22.0
12392026-07-08T19:50:58.725Z Downloaded ssh-key v0.7.0-rc.10
12402026-07-08T19:50:58.729Z Downloaded unicode-normalization v0.1.25
12412026-07-08T19:50:58.744Z Downloaded proptest v1.10.0
12422026-07-08T19:50:58.748Z Downloaded tower-http v0.6.8
12432026-07-08T19:50:58.753Z Downloaded zip v4.6.1
12442026-07-08T19:50:58.756Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-08T19:50:58.767Z Downloaded nix v0.27.1
12462026-07-08T19:50:58.779Z Downloaded zerovec v0.11.5
12472026-07-08T19:50:58.786Z Downloaded unicode-segmentation v1.12.0
12482026-07-08T19:50:58.789Z Downloaded goblin v0.10.5
12492026-07-08T19:50:58.798Z Downloaded tokio-util v0.7.18
12502026-07-08T19:50:58.803Z Downloaded radix_trie v0.2.1
12512026-07-08T19:50:58.806Z Downloaded petname v2.0.2
12522026-07-08T19:50:58.809Z Downloaded quinn-proto v0.11.13
12532026-07-08T19:50:58.813Z Downloaded winnow v0.5.40
12542026-07-08T19:50:58.822Z Downloaded dropshot v0.17.1
12552026-07-08T19:50:58.834Z Downloaded russh v0.61.2
12562026-07-08T19:50:58.840Z Downloaded bstr v1.12.1
12572026-07-08T19:50:58.854Z Downloaded openssl v0.10.79
12582026-07-08T19:50:58.861Z Downloaded serde_with v3.17.0
12592026-07-08T19:50:58.872Z Downloaded object v0.30.4
12602026-07-08T19:50:58.878Z Downloaded regex-syntax v0.6.29
12612026-07-08T19:50:58.882Z Downloaded time v0.3.47
12622026-07-08T19:50:58.897Z Downloaded hickory-proto v0.24.4
12632026-07-08T19:50:58.921Z Downloaded diesel v2.3.7
12642026-07-08T19:50:58.931Z Downloaded zlib-rs v0.6.2
12652026-07-08T19:50:58.935Z Downloaded winnow v0.6.26
12662026-07-08T19:50:58.941Z Downloaded polar-core v0.27.3
12672026-07-08T19:50:58.963Z Downloaded openapiv3 v2.2.0
12682026-07-08T19:50:58.969Z Downloaded winnow v1.0.3
12692026-07-08T19:50:58.985Z Downloaded tabled v0.20.0
12702026-07-08T19:50:59.021Z Downloaded rustls v0.23.41
12712026-07-08T19:50:59.032Z Downloaded nix v0.28.0
12722026-07-08T19:50:59.032Z Downloaded regress v0.11.1
12732026-07-08T19:50:59.032Z Downloaded rustix v0.38.44
12742026-07-08T19:50:59.065Z Downloaded vcpkg v0.2.15
12752026-07-08T19:50:59.088Z Downloaded smoltcp v0.9.1
12762026-07-08T19:50:59.095Z Downloaded sqlparser v0.61.0
12772026-07-08T19:50:59.102Z Downloaded nix v0.31.2
12782026-07-08T19:50:59.111Z Downloaded object v0.37.3
12792026-07-08T19:50:59.121Z Downloaded sled v0.34.7
12802026-07-08T19:50:59.126Z Downloaded zerocopy v0.8.40
12812026-07-08T19:50:59.131Z Downloaded typify-impl v0.6.2
12822026-07-08T19:50:59.139Z Downloaded tracing v0.1.44
12832026-07-08T19:50:59.152Z Downloaded smoltcp v0.11.0
12842026-07-08T19:50:59.158Z Downloaded sha3 v0.11.0
12852026-07-08T19:50:59.161Z Downloaded regex-syntax v0.8.10
12862026-07-08T19:50:59.165Z Downloaded hickory-proto v0.25.2
12872026-07-08T19:50:59.174Z Downloaded regress v0.10.5
12882026-07-08T19:50:59.180Z Downloaded zerocopy-derive v0.6.6
12892026-07-08T19:50:59.186Z Downloaded regex-automata v0.4.14
12902026-07-08T19:50:59.193Z Downloaded petgraph v0.6.5
12912026-07-08T19:50:59.223Z Downloaded csv v1.4.0
12922026-07-08T19:50:59.237Z Downloaded petgraph v0.8.3
12932026-07-08T19:50:59.248Z Downloaded sha3 v0.10.8
12942026-07-08T19:50:59.285Z Downloaded fiat-crypto v0.3.0
12952026-07-08T19:50:59.331Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-07-08T19:50:59.347Z Downloaded ratatui v0.29.0
12972026-07-08T19:50:59.461Z Downloaded chrono-tz v0.10.4
12982026-07-08T19:50:59.485Z Downloaded jiff v0.2.21
12992026-07-08T19:50:59.577Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-07-08T19:50:59.588Z Downloaded libz-sys v1.1.24
13012026-07-08T19:50:59.636Z Downloaded tokio v1.52.1
13022026-07-08T19:50:59.763Z Downloaded encoding_rs v0.8.35
13032026-07-08T19:50:59.817Z Downloaded ring v0.17.14
13042026-07-08T19:50:59.872Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-07-08T19:51:00.576Z Downloaded aws-lc-sys v0.40.0
13062026-07-08T19:51:00.839Z Compiling libc v0.2.185
13072026-07-08T19:51:00.839Z Compiling serde_core v1.0.228
13082026-07-08T19:51:00.842Z Compiling serde v1.0.228
13092026-07-08T19:51:00.842Z Compiling log v0.4.29
13102026-07-08T19:51:00.842Z Compiling smallvec v1.15.1
13112026-07-08T19:51:00.996Z Compiling shlex v1.3.0
13122026-07-08T19:51:00.999Z Compiling find-msvc-tools v0.1.9
13132026-07-08T19:51:01.010Z Compiling syn v2.0.117
13142026-07-08T19:51:01.189Z Compiling subtle v2.6.1
13152026-07-08T19:51:01.202Z Compiling scopeguard v1.2.0
13162026-07-08T19:51:01.214Z Compiling stable_deref_trait v1.2.1
13172026-07-08T19:51:01.290Z Compiling lock_api v0.4.14
13182026-07-08T19:51:01.294Z Compiling typenum v1.20.1
13192026-07-08T19:51:01.329Z Compiling serde_json v1.0.150
13202026-07-08T19:51:01.343Z Compiling zerocopy v0.8.40
13212026-07-08T19:51:01.369Z Compiling portable-atomic v1.13.1
13222026-07-08T19:51:01.570Z Compiling pin-project-lite v0.2.17
13232026-07-08T19:51:01.587Z Compiling parking_lot_core v0.9.12
13242026-07-08T19:51:01.665Z Compiling pkg-config v0.3.32
13252026-07-08T19:51:01.812Z Compiling critical-section v1.2.0
13262026-07-08T19:51:01.838Z Compiling jobserver v0.1.34
13272026-07-08T19:51:01.879Z Compiling errno v0.3.14
13282026-07-08T19:51:01.937Z Compiling getrandom v0.2.17
13292026-07-08T19:51:02.029Z Compiling signal-hook-registry v1.4.8
13302026-07-08T19:51:02.142Z Compiling cc v1.2.56
13312026-07-08T19:51:02.167Z Compiling rand_core v0.6.4
13322026-07-08T19:51:02.213Z Compiling futures-core v0.3.32
13332026-07-08T19:51:02.301Z Compiling libm v0.2.16
13342026-07-08T19:51:02.371Z Compiling once_cell v1.21.3
13352026-07-08T19:51:02.432Z Compiling getrandom v0.4.1
13362026-07-08T19:51:02.465Z Compiling parking_lot v0.12.5
13372026-07-08T19:51:02.499Z Compiling mio v1.2.0
13382026-07-08T19:51:02.590Z Compiling num-traits v0.2.19
13392026-07-08T19:51:02.650Z Compiling generic-array v0.14.7
13402026-07-08T19:51:02.795Z Compiling rand_core v0.10.0
13412026-07-08T19:51:02.828Z Compiling const-oid v0.9.6
13422026-07-08T19:51:02.979Z Compiling percent-encoding v2.3.2
13432026-07-08T19:51:03.013Z Compiling litemap v0.8.1
13442026-07-08T19:51:03.209Z Compiling bitflags v2.11.0
13452026-07-08T19:51:03.222Z Compiling writeable v0.6.2
13462026-07-08T19:51:03.292Z Compiling semver v1.0.28
13472026-07-08T19:51:03.416Z Compiling socket2 v0.6.3
13482026-07-08T19:51:03.442Z Compiling icu_properties_data v2.1.2
13492026-07-08T19:51:03.594Z Compiling icu_normalizer_data v2.1.1
13502026-07-08T19:51:03.645Z Compiling futures-sink v0.3.32
13512026-07-08T19:51:03.752Z Compiling futures-channel v0.3.32
13522026-07-08T19:51:03.808Z Compiling futures-io v0.3.32
13532026-07-08T19:51:03.840Z Compiling futures-task v0.3.32
13542026-07-08T19:51:03.901Z Compiling synstructure v0.13.2
13552026-07-08T19:51:03.966Z Compiling slab v0.4.12
13562026-07-08T19:51:03.988Z Compiling indexmap v2.14.0
13572026-07-08T19:51:04.012Z Compiling rustversion v1.0.22
13582026-07-08T19:51:04.054Z Compiling utf8_iter v1.0.4
13592026-07-08T19:51:04.148Z Compiling getrandom v0.3.4
13602026-07-08T19:51:04.204Z Compiling form_urlencoded v1.2.2
13612026-07-08T19:51:04.364Z Compiling cmake v0.1.57
13622026-07-08T19:51:04.367Z Compiling fs_extra v1.3.0
13632026-07-08T19:51:04.406Z Compiling rustix v1.1.3
13642026-07-08T19:51:04.515Z Compiling dunce v1.0.5
13652026-07-08T19:51:04.620Z Compiling ident_case v1.0.1
13662026-07-08T19:51:04.662Z Compiling iana-time-zone v0.1.65
13672026-07-08T19:51:04.684Z Compiling regex-syntax v0.8.10
13682026-07-08T19:51:04.747Z Compiling vcpkg v0.2.15
13692026-07-08T19:51:04.771Z Compiling aws-lc-sys v0.40.0
13702026-07-08T19:51:04.861Z Compiling base64ct v1.8.3
13712026-07-08T19:51:05.057Z Compiling rand_core v0.9.5
13722026-07-08T19:51:05.112Z Compiling pem-rfc7468 v0.7.0
13732026-07-08T19:51:05.171Z Compiling rustc_version v0.4.1
13742026-07-08T19:51:05.331Z Compiling uuid v1.23.4
13752026-07-08T19:51:05.412Z Compiling tracing-core v0.1.36
13762026-07-08T19:51:05.487Z Compiling openssl-sys v0.9.115
13772026-07-08T19:51:05.490Z Compiling aws-lc-rs v1.16.3
13782026-07-08T19:51:05.601Z Compiling serde_derive v1.0.228
13792026-07-08T19:51:05.830Z Compiling zeroize_derive v1.4.3
13802026-07-08T19:51:06.038Z Compiling zerofrom-derive v0.1.6
13812026-07-08T19:51:06.083Z Compiling yoke-derive v0.8.1
13822026-07-08T19:51:06.086Z Compiling zerovec-derive v0.11.2
13832026-07-08T19:51:06.133Z Compiling zerocopy-derive v0.8.40
13842026-07-08T19:51:06.518Z Compiling zeroize v1.8.2
13852026-07-08T19:51:06.726Z Compiling displaydoc v0.2.5
13862026-07-08T19:51:07.236Z Compiling tokio-macros v2.7.0
13872026-07-08T19:51:07.270Z Compiling futures-macro v0.3.32
13882026-07-08T19:51:07.459Z Compiling zerofrom v0.1.6
13892026-07-08T19:51:07.498Z Compiling der_derive v0.7.3
13902026-07-08T19:51:07.585Z Compiling yoke v0.8.1
13912026-07-08T19:51:07.673Z Compiling block-buffer v0.10.4
13922026-07-08T19:51:07.769Z Compiling zerovec v0.11.5
13932026-07-08T19:51:07.860Z Compiling zerotrie v0.2.3
13942026-07-08T19:51:07.965Z Compiling crypto-common v0.1.7
13952026-07-08T19:51:08.091Z Compiling futures-util v0.3.32
13962026-07-08T19:51:08.124Z Compiling digest v0.10.7
13972026-07-08T19:51:08.136Z Compiling thiserror-impl v2.0.18
13982026-07-08T19:51:08.276Z Compiling tinystr v0.8.2
13992026-07-08T19:51:08.364Z Compiling potential_utf v0.1.4
14002026-07-08T19:51:08.477Z Compiling icu_locale_core v2.1.1
14012026-07-08T19:51:08.480Z Compiling icu_collections v2.1.1
14022026-07-08T19:51:08.523Z Compiling tracing-attributes v0.1.31
14032026-07-08T19:51:08.961Z Compiling base64 v0.22.1
14042026-07-08T19:51:09.194Z Compiling bytes v1.11.1
14052026-07-08T19:51:09.283Z Compiling icu_provider v2.1.1
14062026-07-08T19:51:09.352Z Compiling chrono v0.4.44
14072026-07-08T19:51:09.477Z Compiling flagset v0.4.7
14082026-07-08T19:51:09.576Z Compiling icu_normalizer v2.1.1
14092026-07-08T19:51:09.605Z Compiling icu_properties v2.1.2
14102026-07-08T19:51:09.803Z Compiling tokio v1.52.1
14112026-07-08T19:51:09.855Z Compiling http v1.4.2
14122026-07-08T19:51:10.121Z Compiling tracing v0.1.44
14132026-07-08T19:51:10.363Z Compiling der v0.7.10
14142026-07-08T19:51:10.388Z Compiling thiserror v2.0.18
14152026-07-08T19:51:10.494Z Compiling idna_adapter v1.2.1
14162026-07-08T19:51:10.634Z Compiling idna v1.1.0
14172026-07-08T19:51:10.657Z Compiling ppv-lite86 v0.2.21
14182026-07-08T19:51:10.718Z Compiling http-body v1.0.1
14192026-07-08T19:51:10.800Z Compiling rustls-pki-types v1.14.0
14202026-07-08T19:51:10.880Z Compiling tinyvec_macros v0.1.1
14212026-07-08T19:51:10.907Z Compiling openssl-probe v0.2.1
14222026-07-08T19:51:10.947Z Compiling url v2.5.8
14232026-07-08T19:51:11.014Z Compiling rand_chacha v0.9.0
14242026-07-08T19:51:11.079Z Compiling httparse v1.10.1
14252026-07-08T19:51:11.254Z Compiling cmov v0.5.4
14262026-07-08T19:51:11.302Z Compiling spki v0.7.3
14272026-07-08T19:51:11.466Z Compiling ctutils v0.4.2
14282026-07-08T19:51:11.486Z Compiling rand v0.9.2
14292026-07-08T19:51:11.506Z Compiling tinyvec v1.10.0
14302026-07-08T19:51:11.619Z Compiling pest_generator v2.8.6
14312026-07-08T19:51:11.697Z Compiling serde_derive_internals v0.29.1
14322026-07-08T19:51:11.710Z Compiling aho-corasick v1.1.4
14332026-07-08T19:51:11.748Z Compiling schemars v0.8.22
14342026-07-08T19:51:11.851Z Compiling untrusted v0.7.1
14352026-07-08T19:51:11.961Z Compiling tower-layer v0.3.3
14362026-07-08T19:51:11.976Z Compiling atomic-waker v1.1.2
14372026-07-08T19:51:12.099Z Compiling try-lock v0.2.5
14382026-07-08T19:51:12.120Z Compiling tower-service v0.3.3
14392026-07-08T19:51:12.215Z Compiling dyn-clone v1.0.20
14402026-07-08T19:51:12.221Z Compiling want v0.3.1
14412026-07-08T19:51:12.270Z Compiling tempfile v3.25.0
14422026-07-08T19:51:12.307Z Compiling pest_derive v2.8.6
14432026-07-08T19:51:12.361Z Compiling hybrid-array v0.4.13
14442026-07-08T19:51:12.569Z Compiling schemars_derive v0.8.22
14452026-07-08T19:51:12.628Z Compiling regex-automata v0.4.14
14462026-07-08T19:51:12.668Z Compiling ipnet v2.11.0
14472026-07-08T19:51:12.737Z Compiling scroll_derive v0.13.1
14482026-07-08T19:51:13.151Z Compiling darling_core v0.20.11
14492026-07-08T19:51:13.167Z Compiling cpufeatures v0.2.17
14502026-07-08T19:51:13.234Z Compiling foreign-types-shared v0.1.1
14512026-07-08T19:51:13.309Z Compiling untrusted v0.9.0
14522026-07-08T19:51:13.359Z Compiling rustls v0.23.41
14532026-07-08T19:51:13.423Z Compiling openssl v0.10.79
14542026-07-08T19:51:13.540Z Compiling httpdate v1.0.3
14552026-07-08T19:51:13.540Z Compiling scroll v0.13.0
14562026-07-08T19:51:13.668Z Compiling tokio-util v0.7.18
14572026-07-08T19:51:13.789Z Compiling foreign-types v0.3.2
14582026-07-08T19:51:13.818Z Compiling unicode-normalization v0.1.25
14592026-07-08T19:51:13.860Z Compiling pkcs8 v0.10.2
14602026-07-08T19:51:14.268Z Compiling openssl-macros v0.1.1
14612026-07-08T19:51:14.521Z Compiling h2 v0.4.15
14622026-07-08T19:51:14.670Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-07-08T19:51:14.688Z Compiling spin v0.9.8
14642026-07-08T19:51:14.896Z Compiling time-core v0.1.8
14652026-07-08T19:51:15.046Z Compiling native-tls v0.2.18
14662026-07-08T19:51:15.065Z Compiling powerfmt v0.2.0
14672026-07-08T19:51:15.079Z Compiling crc32fast v1.5.0
14682026-07-08T19:51:15.261Z Compiling num-conv v0.2.0
14692026-07-08T19:51:15.290Z Compiling deranged v0.5.8
14702026-07-08T19:51:15.338Z Compiling darling_macro v0.20.11
14712026-07-08T19:51:15.389Z Compiling time-macros v0.2.27
14722026-07-08T19:51:15.861Z Compiling darling v0.20.11
14732026-07-08T19:51:15.941Z Compiling goblin v0.10.5
14742026-07-08T19:51:16.285Z Compiling sha2 v0.10.9
14752026-07-08T19:51:16.497Z Compiling hmac v0.12.1
14762026-07-08T19:51:16.648Z Compiling sync_wrapper v1.0.2
14772026-07-08T19:51:16.687Z Compiling wait-timeout v0.2.1
14782026-07-08T19:51:16.756Z Compiling quick-error v1.2.3
14792026-07-08T19:51:16.861Z Compiling siphasher v1.0.2
14802026-07-08T19:51:16.952Z Compiling crossbeam-utils v0.8.21
14812026-07-08T19:51:17.049Z Compiling num_threads v0.1.7
14822026-07-08T19:51:17.145Z Compiling usdt-impl v0.6.0
14832026-07-08T19:51:17.250Z Compiling bit-vec v0.8.0
14842026-07-08T19:51:17.363Z Compiling syn v1.0.109
14852026-07-08T19:51:17.474Z Compiling simd-adler32 v0.3.8
14862026-07-08T19:51:17.665Z Compiling hyper v1.10.1
14872026-07-08T19:51:17.715Z Compiling bit-set v0.8.0
14882026-07-08T19:51:17.768Z Compiling time v0.3.47
14892026-07-08T19:51:18.186Z Compiling rusty-fork v0.3.1
14902026-07-08T19:51:18.497Z Compiling tower v0.5.3
14912026-07-08T19:51:18.537Z Compiling derive_builder_core v0.20.2
14922026-07-08T19:51:18.627Z Compiling dof v0.4.0
14932026-07-08T19:51:18.970Z Compiling hyper-util v0.1.20
14942026-07-08T19:51:19.329Z Compiling dtrace-parser v0.3.0
14952026-07-08T19:51:19.396Z Compiling http-body-util v0.1.3
14962026-07-08T19:51:19.451Z Compiling thiserror-impl v1.0.69
14972026-07-08T19:51:19.638Z Compiling scroll_derive v0.12.1
14982026-07-08T19:51:19.780Z Compiling heapless v0.7.17
14992026-07-08T19:51:20.032Z Compiling rand_xorshift v0.4.0
15002026-07-08T19:51:20.053Z Compiling slog v2.8.2
15012026-07-08T19:51:20.135Z Compiling darling_core v0.21.3
15022026-07-08T19:51:20.191Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-07-08T19:51:20.248Z Compiling thread-id v5.1.0
15042026-07-08T19:51:20.297Z Compiling cookie v0.18.1
15052026-07-08T19:51:20.327Z Compiling unarray v0.1.4
15062026-07-08T19:51:20.439Z Compiling unicode-bidi v0.3.18
15072026-07-08T19:51:20.482Z Compiling unicode-properties v0.1.4
15082026-07-08T19:51:20.493Z Compiling allocator-api2 v0.2.21
15092026-07-08T19:51:20.729Z Compiling signal-hook v0.3.18
15102026-07-08T19:51:20.739Z Compiling anyhow v1.0.102
15112026-07-08T19:51:20.753Z Compiling paste v1.0.15
15122026-07-08T19:51:20.840Z Compiling ryu v1.0.23
15132026-07-08T19:51:20.911Z Compiling iri-string v0.7.10
15142026-07-08T19:51:21.019Z Compiling zstd-safe v7.2.4
15152026-07-08T19:51:21.033Z Compiling adler2 v2.0.1
15162026-07-08T19:51:21.092Z Compiling serde_urlencoded v0.7.1
15172026-07-08T19:51:21.163Z Compiling miniz_oxide v0.8.9
15182026-07-08T19:51:21.242Z Compiling stringprep v0.1.5
15192026-07-08T19:51:21.266Z Compiling thiserror v1.0.69
15202026-07-08T19:51:21.387Z Compiling proptest v1.10.0
15212026-07-08T19:51:21.769Z Compiling scroll v0.12.0
15222026-07-08T19:51:22.058Z Compiling tower-http v0.6.8
15232026-07-08T19:51:22.170Z Compiling derive_builder_macro v0.20.2
15242026-07-08T19:51:22.233Z Compiling tokio-native-tls v0.3.1
15252026-07-08T19:51:22.402Z Compiling camino v1.2.2
15262026-07-08T19:51:22.444Z Compiling bstr v1.12.1
15272026-07-08T19:51:22.629Z Compiling ipnetwork v0.21.1
15282026-07-08T19:51:22.682Z Compiling darling_macro v0.21.3
15292026-07-08T19:51:22.735Z Compiling crypto-common v0.2.2
15302026-07-08T19:51:22.774Z Compiling block-buffer v0.12.1
15312026-07-08T19:51:22.967Z Compiling block-padding v0.4.2
15322026-07-08T19:51:23.013Z Compiling rustls-native-certs v0.8.3
15332026-07-08T19:51:23.076Z Compiling rand_chacha v0.3.1
15342026-07-08T19:51:23.128Z Compiling toml_datetime v0.6.11
15352026-07-08T19:51:23.169Z Compiling serde_spanned v0.6.9
15362026-07-08T19:51:23.297Z Compiling serde_tokenstream v0.2.3
15372026-07-08T19:51:23.315Z Compiling erased-serde v0.3.31
15382026-07-08T19:51:23.378Z Compiling signature v2.2.0
15392026-07-08T19:51:23.552Z Compiling md-5 v0.10.6
15402026-07-08T19:51:23.605Z Compiling zerocopy-derive v0.7.35
15412026-07-08T19:51:23.719Z Compiling pin-project-internal v1.1.11
15422026-07-08T19:51:23.789Z Compiling async-trait v0.1.89
15432026-07-08T19:51:23.854Z Compiling curve25519-dalek v4.1.3
15442026-07-08T19:51:24.200Z Compiling vergen-lib v9.1.0
15452026-07-08T19:51:24.399Z Compiling num-integer v0.1.46
15462026-07-08T19:51:24.435Z Compiling hash32 v0.2.1
15472026-07-08T19:51:24.479Z Compiling memoffset v0.9.1
15482026-07-08T19:51:24.625Z Compiling encoding_rs v0.8.35
15492026-07-08T19:51:24.682Z Compiling mime v0.3.17
15502026-07-08T19:51:24.717Z Compiling ref-cast v1.0.25
15512026-07-08T19:51:24.812Z Compiling num-bigint-dig v0.8.6
15522026-07-08T19:51:24.836Z Compiling litrs v1.0.0
15532026-07-08T19:51:24.934Z Compiling psl-types v2.0.11
15542026-07-08T19:51:25.015Z Compiling smoltcp v0.9.1
15552026-07-08T19:51:25.031Z Compiling zlib-rs v0.6.2
15562026-07-08T19:51:25.057Z Compiling rustix v0.38.44
15572026-07-08T19:51:25.339Z Compiling cfg_aliases v0.2.1
15582026-07-08T19:51:25.356Z Compiling fallible-iterator v0.2.0
15592026-07-08T19:51:25.412Z Compiling nix v0.31.2
15602026-07-08T19:51:25.526Z Compiling document-features v0.2.12
15612026-07-08T19:51:25.667Z Compiling postgres-protocol v0.6.10
15622026-07-08T19:51:25.912Z Compiling publicsuffix v2.3.0
15632026-07-08T19:51:26.102Z Compiling pin-project v1.1.11
15642026-07-08T19:51:26.207Z Compiling num-iter v0.1.45
15652026-07-08T19:51:26.233Z Compiling hubpack_derive v0.1.1
15662026-07-08T19:51:26.264Z Compiling zerocopy v0.7.35
15672026-07-08T19:51:26.324Z Compiling newtype-uuid v1.3.2
15682026-07-08T19:51:26.653Z Compiling rand v0.8.6
15692026-07-08T19:51:26.689Z Compiling darling v0.21.3
15702026-07-08T19:51:26.695Z Compiling inout v0.2.2
15712026-07-08T19:51:26.767Z Compiling oxnet v0.1.6
15722026-07-08T19:51:26.782Z Compiling derive_builder v0.20.2
15732026-07-08T19:51:26.805Z Compiling hyper-tls v0.6.0
15742026-07-08T19:51:27.008Z Compiling goblin v0.8.2
15752026-07-08T19:51:27.486Z Compiling phf_shared v0.13.1
15762026-07-08T19:51:27.502Z Compiling lazy_static v1.5.0
15772026-07-08T19:51:27.553Z Compiling regex v1.12.3
15782026-07-08T19:51:27.585Z Compiling anstyle-parse v0.2.7
15792026-07-08T19:51:27.718Z Compiling futures-executor v0.3.32
15802026-07-08T19:51:27.767Z Compiling hex v0.4.3
15812026-07-08T19:51:27.942Z Compiling terminal_size v0.4.3
15822026-07-08T19:51:27.966Z Compiling flate2 v1.1.9
15832026-07-08T19:51:27.983Z Compiling curve25519-dalek-derive v0.1.1
15842026-07-08T19:51:28.032Z Compiling ref-cast-impl v1.0.25
15852026-07-08T19:51:28.084Z Compiling strum_macros v0.27.2
15862026-07-08T19:51:28.339Z Compiling daft-derive v0.1.7
15872026-07-08T19:51:28.368Z Compiling snafu-derive v0.8.9
15882026-07-08T19:51:28.579Z Compiling vergen v9.1.0
15892026-07-08T19:51:28.623Z Compiling cargo-platform v0.3.2
15902026-07-08T19:51:28.778Z Compiling ff v0.13.1
15912026-07-08T19:51:28.898Z Compiling fs-err v3.3.0
15922026-07-08T19:51:28.920Z Compiling ahash v0.8.12
15932026-07-08T19:51:29.073Z Compiling foldhash v0.1.5
15942026-07-08T19:51:29.102Z Compiling bumpalo v3.20.2
15952026-07-08T19:51:29.137Z Compiling bitflags v1.3.2
15962026-07-08T19:51:29.216Z Compiling base16ct v0.2.0
15972026-07-08T19:51:29.238Z Compiling libbz2-rs-sys v0.2.2
15982026-07-08T19:51:29.347Z Compiling object v0.37.3
15992026-07-08T19:51:29.394Z Compiling foldhash v0.2.0
16002026-07-08T19:51:29.610Z Compiling managed v0.8.0
16012026-07-08T19:51:29.628Z Compiling winnow v0.5.40
16022026-07-08T19:51:29.822Z Compiling same-file v1.0.6
16032026-07-08T19:51:29.906Z Compiling unicode-segmentation v1.12.0
16042026-07-08T19:51:29.994Z Compiling walkdir v2.5.0
16052026-07-08T19:51:30.033Z Compiling strum v0.27.2
16062026-07-08T19:51:30.164Z Compiling clap_builder v4.6.0
16072026-07-08T19:51:30.265Z Compiling snafu v0.8.9
16082026-07-08T19:51:30.299Z Compiling bzip2 v0.6.1
16092026-07-08T19:51:30.511Z Compiling hashbrown v0.16.1
16102026-07-08T19:51:30.524Z Compiling sec1 v0.7.3
16112026-07-08T19:51:30.610Z Compiling zopfli v0.8.3
16122026-07-08T19:51:30.847Z Compiling dof v0.3.0
16132026-07-08T19:51:31.080Z Compiling toml_edit v0.19.15
16142026-07-08T19:51:31.124Z Compiling hashbrown v0.15.5
16152026-07-08T19:51:31.305Z Compiling daft v0.1.7
16162026-07-08T19:51:31.310Z Compiling group v0.13.0
16172026-07-08T19:51:31.509Z Compiling cargo_metadata v0.23.1
16182026-07-08T19:51:31.677Z Compiling futures v0.3.32
16192026-07-08T19:51:31.694Z Compiling anstream v0.6.21
16202026-07-08T19:51:31.763Z Compiling phf v0.13.1
16212026-07-08T19:51:31.998Z Compiling signal-hook-mio v0.2.5
16222026-07-08T19:51:32.122Z Compiling cookie_store v0.22.1
16232026-07-08T19:51:32.685Z Compiling zstd v0.13.3
16242026-07-08T19:51:32.759Z Compiling bzip2 v0.4.4
16252026-07-08T19:51:32.854Z Compiling reqwest v0.12.28
16262026-07-08T19:51:32.945Z Compiling cipher v0.5.2
16272026-07-08T19:51:32.967Z Compiling serde_with_macros v3.17.0
16282026-07-08T19:51:33.165Z Compiling hubpack v0.1.2
16292026-07-08T19:51:33.330Z Compiling postgres-types v0.2.12
16302026-07-08T19:51:33.709Z Compiling usdt-macro v0.6.0
16312026-07-08T19:51:33.883Z Compiling usdt-attr-macro v0.6.0
16322026-07-08T19:51:34.122Z Compiling ed25519 v2.2.3
16332026-07-08T19:51:34.476Z Compiling globset v0.4.18
16342026-07-08T19:51:34.504Z Compiling dtrace-parser v0.2.0
16352026-07-08T19:51:34.546Z Compiling phf_shared v0.11.3
16362026-07-08T19:51:34.699Z Compiling hkdf v0.12.4
16372026-07-08T19:51:34.732Z Compiling olpc-cjson v0.1.4
16382026-07-08T19:51:34.861Z Compiling pkcs1 v0.7.5
16392026-07-08T19:51:34.890Z Compiling pem v3.0.6
16402026-07-08T19:51:35.005Z Compiling serde-big-array v0.5.1
16412026-07-08T19:51:35.144Z Compiling serde_plain v1.0.2
16422026-07-08T19:51:35.144Z Compiling crypto-bigint v0.5.5
16432026-07-08T19:51:35.201Z Compiling clap_derive v4.6.1
16442026-07-08T19:51:35.234Z Compiling serde_repr v0.1.20
16452026-07-08T19:51:35.253Z Compiling strum_macros v0.26.4
16462026-07-08T19:51:35.332Z Compiling enum-as-inner v0.6.1
16472026-07-08T19:51:35.768Z Compiling async-recursion v1.1.1
16482026-07-08T19:51:35.871Z Compiling float-cmp v0.10.0
16492026-07-08T19:51:36.018Z Compiling memmap2 v0.9.10
16502026-07-08T19:51:36.242Z Compiling thread-id v4.2.2
16512026-07-08T19:51:36.322Z Compiling env_filter v1.0.0
16522026-07-08T19:51:36.425Z Compiling fixedbitset v0.4.2
16532026-07-08T19:51:36.612Z Compiling fixedbitset v0.5.7
16542026-07-08T19:51:36.629Z Compiling data-encoding v2.10.0
16552026-07-08T19:51:36.646Z Compiling typed-path v0.9.3
16562026-07-08T19:51:36.914Z Compiling new_debug_unreachable v1.0.6
16572026-07-08T19:51:36.985Z Compiling static_assertions v1.1.0
16582026-07-08T19:51:37.016Z Compiling jiff v0.2.21
16592026-07-08T19:51:37.036Z Compiling precomputed-hash v0.1.1
16602026-07-08T19:51:37.057Z Compiling either v1.15.0
16612026-07-08T19:51:37.123Z Compiling predicates-core v1.0.10
16622026-07-08T19:51:37.266Z Compiling difflib v0.4.0
16632026-07-08T19:51:37.283Z Compiling const-oid v0.10.2
16642026-07-08T19:51:37.299Z Compiling whoami v2.1.0
16652026-07-08T19:51:37.352Z Compiling keccak v0.1.6
16662026-07-08T19:51:37.472Z Compiling normalize-line-endings v0.3.0
16672026-07-08T19:51:37.553Z Compiling cpufeatures v0.3.0
16682026-07-08T19:51:37.568Z Compiling winnow v1.0.3
16692026-07-08T19:51:37.633Z Compiling chacha20 v0.10.0
16702026-07-08T19:51:37.664Z Compiling toml_edit v0.22.27
16712026-07-08T19:51:37.801Z Compiling predicates v3.1.4
16722026-07-08T19:51:37.866Z Compiling toml_parser v1.1.2+spec-1.1.0
16732026-07-08T19:51:37.908Z Compiling tokio-postgres v0.7.16
16742026-07-08T19:51:37.998Z Compiling sha3 v0.10.8
16752026-07-08T19:51:38.066Z Compiling digest v0.11.3
16762026-07-08T19:51:38.297Z Compiling itertools v0.13.0
16772026-07-08T19:51:38.446Z Compiling string_cache v0.8.9
16782026-07-08T19:51:38.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-07-08T19:51:38.492Z Compiling strum v0.26.3
16802026-07-08T19:51:38.619Z Compiling clap v4.6.1
16812026-07-08T19:51:38.677Z Compiling hickory-proto v0.25.2
16822026-07-08T19:51:38.702Z Compiling petgraph v0.8.3
16832026-07-08T19:51:39.515Z Compiling petgraph v0.6.5
16842026-07-08T19:51:40.140Z Compiling zip v4.6.1
16852026-07-08T19:51:40.359Z Compiling env_logger v0.11.9
16862026-07-08T19:51:40.661Z Compiling usdt-impl v0.5.0
16872026-07-08T19:51:40.743Z Compiling usdt v0.6.0
16882026-07-08T19:51:41.004Z Compiling elliptic-curve v0.13.8
16892026-07-08T19:51:41.019Z Compiling rsa v0.9.10
16902026-07-08T19:51:41.135Z Compiling ed25519-dalek v2.2.0
16912026-07-08T19:51:41.217Z Compiling crossterm v0.28.1
16922026-07-08T19:51:41.294Z Compiling serde_with v3.17.0
16932026-07-08T19:51:41.405Z Compiling zip v0.6.6
16942026-07-08T19:51:41.994Z Compiling toml v0.7.8
16952026-07-08T19:51:42.194Z Compiling iddqd v0.4.2
16962026-07-08T19:51:42.951Z Compiling similar v2.7.0
16972026-07-08T19:51:42.999Z Compiling heck v0.4.1
16982026-07-08T19:51:43.035Z Compiling crossbeam-epoch v0.9.18
16992026-07-08T19:51:43.221Z Compiling tokio-stream v0.1.18
17002026-07-08T19:51:43.361Z Compiling buf-list v1.1.2
17012026-07-08T19:51:43.444Z Compiling x509-cert v0.2.5
17022026-07-08T19:51:43.492Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-07-08T19:51:43.637Z Compiling openapiv3 v2.2.0
17042026-07-08T19:51:43.690Z Compiling peg-runtime v0.8.5
17052026-07-08T19:51:43.794Z Compiling lalrpop-util v0.19.12
17062026-07-08T19:51:43.809Z Compiling thread_local v1.1.9
17072026-07-08T19:51:43.972Z Compiling slog-async v2.8.0
17082026-07-08T19:51:43.987Z Compiling crossbeam-channel v0.5.15
17092026-07-08T19:51:44.056Z Compiling filetime v0.2.27
17102026-07-08T19:51:44.232Z Compiling is-terminal v0.4.17
17112026-07-08T19:51:44.294Z Compiling term v1.2.1
17122026-07-08T19:51:44.326Z Compiling take_mut v0.2.2
17132026-07-08T19:51:44.340Z Compiling xattr v1.6.1
17142026-07-08T19:51:44.442Z Compiling camino-tempfile v1.4.1
17152026-07-08T19:51:44.501Z Compiling tar v0.4.45
17162026-07-08T19:51:44.664Z Compiling slog-term v2.9.2
17172026-07-08T19:51:54.603Z Compiling rustls-webpki v0.103.13
17182026-07-08T19:51:57.353Z Compiling tokio-rustls v0.26.4
17192026-07-08T19:51:57.353Z Compiling rustls-platform-verifier v0.6.2
17202026-07-08T19:51:57.356Z Compiling tough v0.22.0
17212026-07-08T19:51:57.556Z Compiling hyper-rustls v0.27.7
17222026-07-08T19:51:57.752Z Compiling reqwest v0.13.2
17232026-07-08T19:51:59.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-07-08T19:52:00.200Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-07-08T19:52:03.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-07-08T19:52:03.183Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-07-08T19:52:03.237ZJul 08 19:52:02.392 INFO Starting download, target: Clickhouse
17282026-07-08T19:52:03.237ZJul 08 19:52:02.393 INFO Starting download, target: Console
17292026-07-08T19:52:03.237ZJul 08 19:52:02.393 INFO Starting download, target: MaghemiteMgd
17302026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Starting download, target: DendriteStub
17312026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Starting download, target: Cockroach
17322026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Starting download, target: MaghemiteDdmd
17332026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Starting download, target: TransceiverControl
17342026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-07-08T19:52:03.240ZJul 08 19:52:02.393 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-07-08T19:52:03.751ZJul 08 19:52:02.901 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-07-08T19:52:03.949ZJul 08 19:52:03.104 INFO Download complete, target: TransceiverControl
17432026-07-08T19:52:04.993ZJul 08 19:52:04.148 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-07-08T19:52:05.177ZJul 08 19:52:04.333 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-07-08T19:52:05.226ZJul 08 19:52:04.381 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-07-08T19:52:05.308ZJul 08 19:52:04.460 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-07-08T19:52:05.406ZJul 08 19:52:04.561 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-07-08T19:52:05.554ZJul 08 19:52:04.708 INFO Download complete, target: Console
17492026-07-08T19:52:05.760ZJul 08 19:52:04.916 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-07-08T19:52:05.760ZJul 08 19:52:04.916 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-07-08T19:52:06.806ZJul 08 19:52:05.962 INFO Download complete, target: MaghemiteDdmd
17522026-07-08T19:52:07.652ZJul 08 19:52:06.808 INFO Download complete, target: DendriteStub
17532026-07-08T19:52:07.673ZJul 08 19:52:06.829 INFO Download complete, target: MaghemiteMgd
17542026-07-08T19:52:10.306ZJul 08 19:52:09.462 INFO Checking that binary works, target: Cockroach
17552026-07-08T19:52:10.424ZJul 08 19:52:09.580 INFO Download complete, target: Cockroach
17562026-07-08T19:52:12.015ZJul 08 19:52:11.170 INFO Checking that binary works, target: Clickhouse
17572026-07-08T19:52:12.100ZJul 08 19:52:11.256 INFO Download complete, target: Clickhouse
17582026-07-08T19:52:12.115ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-07-08T19:52:12.119Z
17602026-07-08T19:52:12.119Zreal 2:03.370020826
17612026-07-08T19:52:12.119Zuser 6:38.287044392
17622026-07-08T19:52:12.119Zsys 1:21.071610900
17632026-07-08T19:52:12.119Ztrap 0.227818609
17642026-07-08T19:52:12.119Ztflt 0.470566035
17652026-07-08T19:52:12.119Zdflt 0.873091775
17662026-07-08T19:52:12.119Zkflt 0.019745439
17672026-07-08T19:52:12.119Zlock 21:53.934077260
17682026-07-08T19:52:12.119Zslp 20:11.686198328
17692026-07-08T19:52:12.119Zlat 43.160157903
17702026-07-08T19:52:12.119Zstop 1:58.177004422
17712026-07-08T19:52:12.119Z+ banner clippy
17722026-07-08T19:52:12.119Z
17732026-07-08T19:52:12.119Z #### # # ##### ##### # #
17742026-07-08T19:52:12.119Z # # # # # # # # # #
17752026-07-08T19:52:12.119Z # # # # # # # #
17762026-07-08T19:52:12.119Z # # # ##### ##### #
17772026-07-08T19:52:12.119Z # # # # # # #
17782026-07-08T19:52:12.119Z #### ###### # # # #
17792026-07-08T19:52:12.119Z
17802026-07-08T19:52:12.119Z+ export CARGO_INCREMENTAL=0
17812026-07-08T19:52:12.119Z+ CARGO_INCREMENTAL=0
17822026-07-08T19:52:12.119Z+ ptime -m cargo xtask clippy
17832026-07-08T19:52:12.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-07-08T19:52:12.865Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-07-08T19:52:14.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17862026-07-08T19:52:14.680Z Running `target/debug/xtask clippy`
17872026-07-08T19:52:14.705Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17882026-07-08T19:52:15.261Z Downloading crates ...
17892026-07-08T19:52:15.462Z Downloaded anes v0.1.6
17902026-07-08T19:52:15.466Z Downloaded assert-json-diff v2.0.2
17912026-07-08T19:52:15.469Z Downloaded addr2line v0.25.1
17922026-07-08T19:52:15.472Z Downloaded nested v0.1.1
17932026-07-08T19:52:15.477Z Downloaded backtrace v0.3.76
17942026-07-08T19:52:15.480Z Downloaded async-lock v3.4.2
17952026-07-08T19:52:15.483Z Downloaded plotters-backend v0.3.7
17962026-07-08T19:52:15.483Z Downloaded async-object-pool v0.2.0
17972026-07-08T19:52:15.483Z Downloaded linkme-impl v0.3.35
17982026-07-08T19:52:15.486Z Downloaded knuffel-derive v3.2.0
17992026-07-08T19:52:15.490Z Downloaded miette v5.10.0
18002026-07-08T19:52:15.493Z Downloaded event-listener-strategy v0.5.4
18012026-07-08T19:52:15.497Z Downloaded owo-colors v3.5.0
18022026-07-08T19:52:15.497Z Downloaded supports-hyperlinks v2.1.0
18032026-07-08T19:52:15.497Z Downloaded parking v2.2.1
18042026-07-08T19:52:15.500Z Downloaded linkme v0.3.35
18052026-07-08T19:52:15.500Z Downloaded escape8259 v0.5.3
18062026-07-08T19:52:15.500Z Downloaded concurrent-queue v2.5.0
18072026-07-08T19:52:15.503Z Downloaded supports-color v2.1.0
18082026-07-08T19:52:15.506Z Downloaded supports-unicode v2.1.0
18092026-07-08T19:52:15.509Z Downloaded relative-path v1.9.3
18102026-07-08T19:52:15.512Z Downloaded oorandom v11.1.5
18112026-07-08T19:52:15.513Z Downloaded miette-derive v5.10.0
18122026-07-08T19:52:15.515Z Downloaded fancy-regex v0.14.0
18132026-07-08T19:52:15.516Z Downloaded assert_cmd v2.1.2
18142026-07-08T19:52:15.520Z Downloaded guppy-workspace-hack v0.1.0
18152026-07-08T19:52:15.524Z Downloaded similar-asserts v1.7.0
18162026-07-08T19:52:15.527Z Downloaded hex-literal v0.4.1
18172026-07-08T19:52:15.527Z Downloaded plotters-svg v0.3.7
18182026-07-08T19:52:15.530Z Downloaded pathdiff v0.2.3
18192026-07-08T19:52:15.530Z Downloaded approx v0.5.1
18202026-07-08T19:52:15.535Z Downloaded cast v0.3.0
18212026-07-08T19:52:15.538Z Downloaded backtrace-ext v0.2.1
18222026-07-08T19:52:15.541Z Downloaded target-triple v1.0.0
18232026-07-08T19:52:15.544Z Downloaded terminal_size v0.1.17
18242026-07-08T19:52:15.556Z Downloaded constant_time_eq v0.3.1
18252026-07-08T19:52:15.576Z Downloaded tinytemplate v1.2.1
18262026-07-08T19:52:15.579Z Downloaded rust-argon2 v2.1.0
18272026-07-08T19:52:15.579Z Downloaded libtest-mimic v0.8.1
18282026-07-08T19:52:15.583Z Downloaded rustc-demangle v0.1.27
18292026-07-08T19:52:15.586Z Downloaded cfg-expr v0.20.6
18302026-07-08T19:52:15.589Z Downloaded target-spec v3.5.7
18312026-07-08T19:52:15.589Z Downloaded partial-io v0.5.4
18322026-07-08T19:52:15.592Z Downloaded criterion-plot v0.6.0
18332026-07-08T19:52:15.592Z Downloaded stringmetrics v2.2.2
18342026-07-08T19:52:15.592Z Downloaded path-tree v0.8.3
18352026-07-08T19:52:15.596Z Downloaded termcolor v1.4.1
18362026-07-08T19:52:15.596Z Downloaded serde_regex v1.1.0
18372026-07-08T19:52:15.596Z Downloaded target-lexicon v0.13.3
18382026-07-08T19:52:15.596Z Downloaded hickory-client v0.25.2
18392026-07-08T19:52:15.599Z Downloaded futures-timer v3.0.3
18402026-07-08T19:52:15.603Z Downloaded event-listener v5.4.1
18412026-07-08T19:52:15.603Z Downloaded trybuild v1.0.116
18422026-07-08T19:52:15.606Z Downloaded plotters v0.3.7
18432026-07-08T19:52:15.609Z Downloaded httptest v0.16.4
18442026-07-08T19:52:15.613Z Downloaded datatest-stable v0.3.3
18452026-07-08T19:52:15.613Z Downloaded rand_distr v0.5.1
18462026-07-08T19:52:15.616Z Downloaded blake2b_simd v1.0.4
18472026-07-08T19:52:15.616Z Downloaded textwrap v0.15.2
18482026-07-08T19:52:15.624Z Downloaded rstest_macros v0.25.0
18492026-07-08T19:52:15.627Z Downloaded knuffel v3.2.0
18502026-07-08T19:52:15.627Z Downloaded rstest v0.25.0
18512026-07-08T19:52:15.631Z Downloaded chumsky v0.9.3
18522026-07-08T19:52:15.649Z Downloaded hashbrown v0.14.5
18532026-07-08T19:52:15.652Z Downloaded guppy v0.17.25
18542026-07-08T19:52:15.656Z Downloaded criterion v0.7.0
18552026-07-08T19:52:15.666Z Downloaded gimli v0.32.3
18562026-07-08T19:52:15.768Z Downloaded httpmock v0.8.3
18572026-07-08T19:52:17.470Z Checking cfg-if v1.0.4
18582026-07-08T19:52:17.836Z Checking libc v0.2.185
18592026-07-08T19:52:17.839Z Checking serde_core v1.0.228
18602026-07-08T19:52:17.907Z Checking memchr v2.8.0
18612026-07-08T19:52:17.948Z Checking zeroize v1.8.2
18622026-07-08T19:52:17.951Z Checking smallvec v1.15.1
18632026-07-08T19:52:18.015Z Checking rand_core v0.10.0
18642026-07-08T19:52:18.052Z Checking itoa v1.0.17
18652026-07-08T19:52:18.055Z Checking subtle v2.6.1
18662026-07-08T19:52:18.143Z Checking log v0.4.29
18672026-07-08T19:52:18.180Z Checking libm v0.2.16
18682026-07-08T19:52:18.224Z Checking typenum v1.20.1
18692026-07-08T19:52:18.264Z Checking getrandom v0.4.1
18702026-07-08T19:52:18.267Z Checking errno v0.3.14
18712026-07-08T19:52:18.332Z Checking scopeguard v1.2.0
18722026-07-08T19:52:18.371Z Checking stable_deref_trait v1.2.1
18732026-07-08T19:52:18.407Z Checking zmij v1.0.21
18742026-07-08T19:52:18.444Z Checking zerofrom v0.1.6
18752026-07-08T19:52:18.481Z Checking lock_api v0.4.14
18762026-07-08T19:52:18.519Z Checking percent-encoding v2.3.2
18772026-07-08T19:52:18.557Z Checking writeable v0.6.2
18782026-07-08T19:52:18.592Z Checking yoke v0.8.1
18792026-07-08T19:52:18.636Z Checking litemap v0.8.1
18802026-07-08T19:52:18.683Z Checking icu_normalizer_data v2.1.1
18812026-07-08T19:52:18.719Z Checking icu_properties_data v2.1.2
18822026-07-08T19:52:18.755Z Checking pin-project-lite v0.2.17
18832026-07-08T19:52:18.792Z Checking zerovec v0.11.5
18842026-07-08T19:52:18.792Z Checking zerotrie v0.2.3
18852026-07-08T19:52:18.858Z Checking form_urlencoded v1.2.2
18862026-07-08T19:52:18.894Z Checking num-traits v0.2.19
18872026-07-08T19:52:18.929Z Checking utf8_iter v1.0.4
18882026-07-08T19:52:18.969Z Checking parking_lot_core v0.9.12
18892026-07-08T19:52:19.007Z Checking zerocopy v0.8.40
18902026-07-08T19:52:19.048Z Checking portable-atomic v1.13.1
18912026-07-08T19:52:19.093Z Checking critical-section v1.2.0
18922026-07-08T19:52:19.131Z Checking signal-hook-registry v1.4.8
18932026-07-08T19:52:19.180Z Checking parking_lot v0.12.5
18942026-07-08T19:52:19.220Z Checking mio v1.2.0
18952026-07-08T19:52:19.256Z Checking tinystr v0.8.2
18962026-07-08T19:52:19.314Z Checking potential_utf v0.1.4
18972026-07-08T19:52:19.374Z Checking serde v1.0.228
18982026-07-08T19:52:19.412Z Checking bitflags v2.11.0
18992026-07-08T19:52:19.446Z Checking serde_json v1.0.150
19002026-07-08T19:52:19.480Z Checking icu_locale_core v2.1.1
19012026-07-08T19:52:19.484Z Checking icu_collections v2.1.1
19022026-07-08T19:52:19.484Z Checking once_cell v1.21.3
19032026-07-08T19:52:19.590Z Checking socket2 v0.6.3
19042026-07-08T19:52:19.631Z Checking iana-time-zone v0.1.65
19052026-07-08T19:52:19.724Z Checking uuid v1.23.4
19062026-07-08T19:52:19.766Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19072026-07-08T19:52:19.803Z Checking bytes v1.11.1
19082026-07-08T19:52:19.852Z Checking chrono v0.4.44
19092026-07-08T19:52:19.886Z Checking thiserror v2.0.18
19102026-07-08T19:52:20.040Z Checking semver v1.0.28
19112026-07-08T19:52:20.075Z Checking icu_provider v2.1.1
19122026-07-08T19:52:20.078Z Checking futures-core v0.3.32
19132026-07-08T19:52:20.142Z Checking dyn-clone v1.0.20
19142026-07-08T19:52:20.173Z Checking getrandom v0.2.17
19152026-07-08T19:52:20.250Z Checking equivalent v1.0.2
19162026-07-08T19:52:20.285Z Checking cmov v0.5.4
19172026-07-08T19:52:20.289Z Checking tokio v1.52.1
19182026-07-08T19:52:20.316Z Checking rustix v1.1.3
19192026-07-08T19:52:20.382Z Checking rand_core v0.6.4
19202026-07-08T19:52:20.385Z Checking icu_properties v2.1.2
19212026-07-08T19:52:20.385Z Checking icu_normalizer v2.1.1
19222026-07-08T19:52:20.488Z Checking ctutils v0.4.2
19232026-07-08T19:52:20.578Z Checking futures-sink v0.3.32
19242026-07-08T19:52:20.703Z Checking byteorder v1.5.0
19252026-07-08T19:52:20.738Z Checking hybrid-array v0.4.13
19262026-07-08T19:52:20.741Z Checking futures-channel v0.3.32
19272026-07-08T19:52:20.802Z Checking futures-task v0.3.32
19282026-07-08T19:52:20.928Z Checking slab v0.4.12
19292026-07-08T19:52:20.966Z Checking futures-io v0.3.32
19302026-07-08T19:52:21.000Z Checking generic-array v0.14.7
19312026-07-08T19:52:21.105Z Checking thiserror v1.0.69
19322026-07-08T19:52:21.109Z Checking futures-util v0.3.32
19332026-07-08T19:52:21.171Z Checking getrandom v0.3.4
19342026-07-08T19:52:21.231Z Checking hashbrown v0.17.0
19352026-07-08T19:52:21.268Z Checking idna_adapter v1.2.1
19362026-07-08T19:52:21.337Z Checking base64ct v1.8.3
19372026-07-08T19:52:21.406Z Checking idna v1.1.0
19382026-07-08T19:52:21.465Z Checking const-oid v0.9.6
19392026-07-08T19:52:21.509Z Checking crypto-common v0.2.2
19402026-07-08T19:52:21.597Z Checking crypto-common v0.1.7
19412026-07-08T19:52:21.673Z Checking url v2.5.8
19422026-07-08T19:52:21.719Z Checking indexmap v2.14.0
19432026-07-08T19:52:21.754Z Checking fnv v1.0.7
19442026-07-08T19:52:21.787Z Checking ppv-lite86 v0.2.21
19452026-07-08T19:52:21.870Z Checking regex-syntax v0.8.10
19462026-07-08T19:52:22.094Z Checking block-buffer v0.12.1
19472026-07-08T19:52:22.132Z Checking block-buffer v0.10.4
19482026-07-08T19:52:22.135Z Checking schemars v0.8.22
19492026-07-08T19:52:22.194Z Checking http v1.4.2
19502026-07-08T19:52:22.299Z Checking tracing-core v0.1.36
19512026-07-08T19:52:22.334Z Checking digest v0.10.7
19522026-07-08T19:52:22.337Z Checking base64 v0.22.1
19532026-07-08T19:52:22.557Z Checking utf8parse v0.2.2
19542026-07-08T19:52:22.627Z Checking anstyle v1.0.14
19552026-07-08T19:52:22.662Z Checking tracing v0.1.44
19562026-07-08T19:52:22.696Z Checking colorchoice v1.0.4
19572026-07-08T19:52:22.803Z Checking anstyle-query v1.1.5
19582026-07-08T19:52:22.839Z Checking is_terminal_polyfill v1.70.2
19592026-07-08T19:52:22.842Z Checking ipnet v2.11.0
19602026-07-08T19:52:22.905Z Checking const-oid v0.10.2
19612026-07-08T19:52:22.908Z Checking anstyle-parse v1.0.0
19622026-07-08T19:52:22.971Z Checking terminal_size v0.4.3
19632026-07-08T19:52:22.974Z Checking aho-corasick v1.1.4
19642026-07-08T19:52:23.084Z Checking crossbeam-utils v0.8.21
19652026-07-08T19:52:23.120Z Checking unicode-ident v1.0.24
19662026-07-08T19:52:23.123Z Checking anstream v1.0.0
19672026-07-08T19:52:23.123Z Checking strsim v0.11.1
19682026-07-08T19:52:23.214Z Checking powerfmt v0.2.0
19692026-07-08T19:52:23.247Z Checking clap_lex v1.0.0
19702026-07-08T19:52:23.280Z Checking proc-macro2 v1.0.106
19712026-07-08T19:52:23.331Z Checking httparse v1.10.1
19722026-07-08T19:52:23.385Z Checking deranged v0.5.8
19732026-07-08T19:52:23.421Z Checking cpufeatures v0.3.0
19742026-07-08T19:52:23.424Z Checking clap_builder v4.6.0
19752026-07-08T19:52:23.484Z Checking time-core v0.1.8
19762026-07-08T19:52:23.563Z Checking num_threads v0.1.7
19772026-07-08T19:52:23.567Z Checking num-conv v0.2.0
19782026-07-08T19:52:23.598Z Checking tokio-util v0.7.18
19792026-07-08T19:52:23.634Z Checking rand_core v0.9.5
19802026-07-08T19:52:23.637Z Checking quote v1.0.45
19812026-07-08T19:52:23.698Z Checking digest v0.11.3
19822026-07-08T19:52:23.701Z Checking regex-automata v0.4.14
19832026-07-08T19:52:23.702Z Checking erased-serde v0.3.31
19842026-07-08T19:52:23.827Z Checking http-body v1.0.1
19852026-07-08T19:52:23.861Z Checking syn v2.0.117
19862026-07-08T19:52:23.898Z Checking allocator-api2 v0.2.21
19872026-07-08T19:52:23.980Z Checking cpufeatures v0.2.17
19882026-07-08T19:52:24.076Z Checking atomic-waker v1.1.2
19892026-07-08T19:52:24.161Z Checking slog v2.8.2
19902026-07-08T19:52:24.197Z Checking rand_chacha v0.9.0
19912026-07-08T19:52:24.231Z Checking aws-lc-sys v0.40.0
19922026-07-08T19:52:24.234Z Checking anyhow v1.0.102
19932026-07-08T19:52:24.338Z Checking time v0.3.47
19942026-07-08T19:52:24.422Z Checking rustls-pki-types v1.14.0
19952026-07-08T19:52:24.458Z Checking untrusted v0.7.1
19962026-07-08T19:52:24.492Z Checking httpdate v1.0.3
19972026-07-08T19:52:24.595Z Checking try-lock v0.2.5
19982026-07-08T19:52:24.661Z Checking rand v0.9.2
19992026-07-08T19:52:24.697Z Checking clap v4.6.1
20002026-07-08T19:52:24.728Z Checking want v0.3.1
20012026-07-08T19:52:24.765Z Checking h2 v0.4.15
20022026-07-08T19:52:24.768Z Checking aws-lc-rs v1.16.3
20032026-07-08T19:52:24.831Z Checking ryu v1.0.23
20042026-07-08T19:52:24.874Z Checking tower-service v0.3.3
20052026-07-08T19:52:24.991Z Checking tower-layer v0.3.3
20062026-07-08T19:52:24.995Z Checking ipnetwork v0.21.1
20072026-07-08T19:52:25.149Z Checking hex v0.4.3
20082026-07-08T19:52:25.182Z Checking fastrand v2.3.0
20092026-07-08T19:52:25.260Z Checking mime v0.3.17
20102026-07-08T19:52:25.384Z Checking untrusted v0.9.0
20112026-07-08T19:52:25.419Z Checking pem-rfc7468 v0.7.0
20122026-07-08T19:52:25.464Z Checking block-padding v0.4.2
20132026-07-08T19:52:25.496Z Checking spin v0.9.8
20142026-07-08T19:52:25.529Z Checking flagset v0.4.7
20152026-07-08T19:52:25.563Z Checking http-body-util v0.1.3
20162026-07-08T19:52:25.596Z Checking simd-adler32 v0.3.8
20172026-07-08T19:52:25.629Z Checking inout v0.2.2
20182026-07-08T19:52:25.662Z Checking rustls-webpki v0.103.13
20192026-07-08T19:52:25.698Z Checking der v0.7.10
20202026-07-08T19:52:25.701Z Checking pretty-hex v0.4.1
20212026-07-08T19:52:25.783Z Checking tempfile v3.25.0
20222026-07-08T19:52:25.819Z Checking plain v0.2.3
20232026-07-08T19:52:25.823Z Checking adler2 v2.0.1
20242026-07-08T19:52:25.882Z Checking openssl-probe v0.2.1
20252026-07-08T19:52:25.944Z Checking cipher v0.5.2
20262026-07-08T19:52:25.979Z Checking miniz_oxide v0.8.9
20272026-07-08T19:52:26.014Z Checking regex v1.12.3
20282026-07-08T19:52:26.017Z Checking serde_urlencoded v0.7.1
20292026-07-08T19:52:26.102Z Checking rustls v0.23.41
20302026-07-08T19:52:26.138Z Checking camino v1.2.2
20312026-07-08T19:52:26.206Z Checking encoding_rs v0.8.35
20322026-07-08T19:52:26.265Z Checking ucd-trie v0.1.7
20332026-07-08T19:52:26.316Z Checking rand_chacha v0.3.1
20342026-07-08T19:52:26.356Z Checking oxnet v0.1.6
20352026-07-08T19:52:26.454Z Checking pest v2.8.6
20362026-07-08T19:52:26.488Z Checking spki v0.7.3
20372026-07-08T19:52:26.491Z Checking sync_wrapper v1.0.2
20382026-07-08T19:52:26.552Z Checking rand v0.8.6
20392026-07-08T19:52:26.645Z Checking either v1.15.0
20402026-07-08T19:52:26.686Z Checking tower v0.5.3
20412026-07-08T19:52:26.722Z Checking futures-executor v0.3.32
20422026-07-08T19:52:26.858Z Checking crc32fast v1.5.0
20432026-07-08T19:52:26.899Z Checking iri-string v0.7.10
20442026-07-08T19:52:27.031Z Checking futures v0.3.32
20452026-07-08T19:52:27.093Z Checking static_assertions v1.1.0
20462026-07-08T19:52:27.129Z Checking foldhash v0.2.0
20472026-07-08T19:52:27.163Z Checking pkcs8 v0.10.2
20482026-07-08T19:52:27.200Z Checking openapiv3 v2.2.0
20492026-07-08T19:52:27.243Z Checking hubpack v0.1.2
20502026-07-08T19:52:27.306Z Checking hashbrown v0.16.1
20512026-07-08T19:52:27.352Z Checking zlib-rs v0.6.2
20522026-07-08T19:52:27.434Z Checking rustls-native-certs v0.8.3
20532026-07-08T19:52:27.565Z Checking sha2 v0.10.9
20542026-07-08T19:52:27.599Z Checking strum v0.26.3
20552026-07-08T19:52:27.634Z Checking hyper v1.10.1
20562026-07-08T19:52:27.732Z Checking psl-types v2.0.11
20572026-07-08T19:52:27.835Z Checking lazy_static v1.5.0
20582026-07-08T19:52:27.869Z Checking cookie v0.18.1
20592026-07-08T19:52:27.903Z Checking publicsuffix v2.3.0
20602026-07-08T19:52:27.947Z Checking tinyvec_macros v0.1.1
20612026-07-08T19:52:27.984Z Checking tower-http v0.6.8
20622026-07-08T19:52:28.042Z Checking tinyvec v1.10.0
20632026-07-08T19:52:28.108Z Checking scroll v0.13.0
20642026-07-08T19:52:28.123Z Checking cookie_store v0.22.1
20652026-07-08T19:52:28.258Z Checking flate2 v1.1.9
20662026-07-08T19:52:28.294Z Checking signature v2.2.0
20672026-07-08T19:52:28.333Z Checking goblin v0.10.5
20682026-07-08T19:52:28.376Z Checking num-integer v0.1.46
20692026-07-08T19:52:28.414Z Checking tokio-rustls v0.26.4
20702026-07-08T19:52:28.449Z Checking rustls-platform-verifier v0.6.2
20712026-07-08T19:52:28.484Z Checking memmap2 v0.9.10
20722026-07-08T19:52:28.536Z Checking data-encoding v2.10.0
20732026-07-08T19:52:28.577Z Checking bit-vec v0.8.0
20742026-07-08T19:52:28.580Z Checking hyper-util v0.1.20
20752026-07-08T19:52:28.651Z Checking dtrace-parser v0.3.0
20762026-07-08T19:52:28.655Z Checking hmac v0.12.1
20772026-07-08T19:52:28.716Z Checking wait-timeout v0.2.1
20782026-07-08T19:52:28.719Z Checking thread-id v5.1.0
20792026-07-08T19:52:28.796Z Checking bit-set v0.8.0
20802026-07-08T19:52:28.831Z Checking bstr v1.12.1
20812026-07-08T19:52:28.866Z Checking crossbeam-epoch v0.9.18
20822026-07-08T19:52:28.869Z Checking anstyle-parse v0.2.7
20832026-07-08T19:52:28.869Z Checking ahash v0.8.12
20842026-07-08T19:52:28.961Z Checking serde_spanned v0.6.9
20852026-07-08T19:52:28.964Z Checking toml_datetime v0.6.11
20862026-07-08T19:52:29.097Z Checking quick-error v1.2.3
20872026-07-08T19:52:29.133Z Checking anstream v0.6.21
20882026-07-08T19:52:29.136Z Checking rand_xorshift v0.4.0
20892026-07-08T19:52:29.136Z Checking memoffset v0.9.1
20902026-07-08T19:52:29.230Z Checking rusty-fork v0.3.1
20912026-07-08T19:52:29.234Z Checking scroll v0.12.0
20922026-07-08T19:52:29.234Z Checking unarray v0.1.4
20932026-07-08T19:52:29.327Z Checking x509-cert v0.2.5
20942026-07-08T19:52:29.330Z Checking zerocopy v0.7.35
20952026-07-08T19:52:29.394Z Checking unicode-segmentation v1.12.0
20962026-07-08T19:52:29.397Z Checking num-iter v0.1.45
20972026-07-08T19:52:29.459Z Checking proptest v1.10.0
20982026-07-08T19:52:29.531Z Checking dtrace-parser v0.2.0
20992026-07-08T19:52:29.566Z Checking goblin v0.8.2
21002026-07-08T19:52:29.764Z Checking ff v0.13.1
21012026-07-08T19:52:29.799Z Checking thread-id v4.2.2
21022026-07-08T19:52:29.864Z Checking foreign-types-shared v0.1.1
21032026-07-08T19:52:29.899Z Checking hyper-rustls v0.27.7
21042026-07-08T19:52:29.935Z Checking base16ct v0.2.0
21052026-07-08T19:52:29.938Z Checking group v0.13.0
21062026-07-08T19:52:29.999Z Checking foreign-types v0.3.2
21072026-07-08T19:52:30.034Z Checking nix v0.31.2
21082026-07-08T19:52:30.083Z Checking sec1 v0.7.3
21092026-07-08T19:52:30.117Z Checking hkdf v0.12.4
21102026-07-08T19:52:30.152Z Checking crypto-bigint v0.5.5
21112026-07-08T19:52:30.155Z Checking reqwest v0.13.2
21122026-07-08T19:52:30.272Z Checking rustix v0.38.44
21132026-07-08T19:52:30.309Z Checking openssl-sys v0.9.115
21142026-07-08T19:52:30.645Z Checking dof v0.4.0
21152026-07-08T19:52:30.707Z Checking env_filter v1.0.0
21162026-07-08T19:52:30.876Z Checking winnow v0.7.14
21172026-07-08T19:52:31.064Z Checking same-file v1.0.6
21182026-07-08T19:52:31.101Z Checking keccak v0.1.6
21192026-07-08T19:52:31.104Z Checking elliptic-curve v0.13.8
21202026-07-08T19:52:31.210Z Checking walkdir v2.5.0
21212026-07-08T19:52:31.258Z Checking env_logger v0.11.9
21222026-07-08T19:52:31.296Z Checking sha3 v0.10.8
21232026-07-08T19:52:31.300Z Checking usdt-impl v0.6.0
21242026-07-08T19:52:31.300Z Checking newtype-uuid v1.3.2
21252026-07-08T19:52:31.394Z Checking openssl v0.10.79
21262026-07-08T19:52:31.450Z Checking dof v0.3.0
21272026-07-08T19:52:31.488Z Checking num-bigint-dig v0.8.6
21282026-07-08T19:52:31.491Z Checking pkcs1 v0.7.5
21292026-07-08T19:52:31.555Z Checking itertools v0.13.0
21302026-07-08T19:52:31.588Z Checking daft v0.1.7
21312026-07-08T19:52:31.633Z Checking usdt v0.6.0
21322026-07-08T19:52:31.748Z Checking serde_with v3.17.0
21332026-07-08T19:52:31.782Z Checking usdt-impl v0.5.0
21342026-07-08T19:52:31.822Z Checking siphasher v1.0.2
21352026-07-08T19:52:31.857Z Checking bitflags v1.3.2
21362026-07-08T19:52:31.955Z Checking winnow v1.0.3
21372026-07-08T19:52:32.002Z Checking unicode-normalization v0.1.25
21382026-07-08T19:52:32.081Z Checking signal-hook v0.3.18
21392026-07-08T19:52:32.084Z Checking managed v0.8.0
21402026-07-08T19:52:32.279Z Checking toml_parser v1.1.2+spec-1.1.0
21412026-07-08T19:52:32.314Z Checking winnow v0.5.40
21422026-07-08T19:52:32.350Z Checking toml_write v0.1.2
21432026-07-08T19:52:32.353Z Checking rsa v0.9.10
21442026-07-08T19:52:32.433Z Checking chacha20 v0.10.0
21452026-07-08T19:52:32.543Z Checking toml_edit v0.22.27
21462026-07-08T19:52:32.628Z Checking curve25519-dalek v4.1.3
21472026-07-08T19:52:32.662Z Checking bzip2-sys v0.1.13+1.0.8
21482026-07-08T19:52:32.715Z Checking object v0.37.3
21492026-07-08T19:52:32.771Z Checking foldhash v0.1.5
21502026-07-08T19:52:32.883Z Checking bzip2 v0.4.4
21512026-07-08T19:52:32.929Z Checking hashbrown v0.15.5
21522026-07-08T19:52:33.073Z Checking signal-hook-mio v0.2.5
21532026-07-08T19:52:33.203Z Checking globset v0.4.18
21542026-07-08T19:52:33.239Z Checking ed25519 v2.2.3
21552026-07-08T19:52:33.408Z Checking ref-cast v1.0.25
21562026-07-08T19:52:33.469Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-07-08T19:52:33.469Z Checking native-tls v0.2.18
21582026-07-08T19:52:33.469Z Checking ed25519-dalek v2.2.0
21592026-07-08T19:52:33.540Z Checking zip v0.6.6
21602026-07-08T19:52:33.543Z Checking toml_edit v0.19.15
21612026-07-08T19:52:33.543Z Checking pin-project v1.1.11
21622026-07-08T19:52:33.636Z Checking zstd-safe v7.2.4
21632026-07-08T19:52:33.672Z Checking bumpalo v3.20.2
21642026-07-08T19:52:33.675Z Checking tokio-native-tls v0.3.1
21652026-07-08T19:52:33.736Z Checking libbz2-rs-sys v0.2.2
21662026-07-08T19:52:33.771Z Checking crossterm v0.28.1
21672026-07-08T19:52:33.821Z Checking zstd v0.13.3
21682026-07-08T19:52:33.880Z Checking similar v2.7.0
21692026-07-08T19:52:33.884Z Checking hyper-tls v0.6.0
21702026-07-08T19:52:33.947Z Checking zopfli v0.8.3
21712026-07-08T19:52:34.032Z Checking fs-err v3.3.0
21722026-07-08T19:52:34.107Z Checking reqwest v0.12.28
21732026-07-08T19:52:34.152Z Checking bzip2 v0.6.1
21742026-07-08T19:52:34.290Z Checking pem v3.0.6
21752026-07-08T19:52:34.294Z Checking hash32 v0.2.1
21762026-07-08T19:52:34.358Z Checking serde-big-array v0.5.1
21772026-07-08T19:52:34.367Z Checking unicode-bidi v0.3.18
21782026-07-08T19:52:34.474Z Checking predicates-core v1.0.10
21792026-07-08T19:52:34.509Z Checking unicode-properties v0.1.4
21802026-07-08T19:52:34.513Z Checking jiff v0.2.21
21812026-07-08T19:52:34.575Z Checking heapless v0.7.17
21822026-07-08T19:52:34.613Z Checking toml v0.7.8
21832026-07-08T19:52:34.647Z Checking snafu v0.8.9
21842026-07-08T19:52:34.704Z Checking olpc-cjson v0.1.4
21852026-07-08T19:52:34.739Z Checking stringprep v0.1.5
21862026-07-08T19:52:34.866Z Checking hickory-proto v0.25.2
21872026-07-08T19:52:34.903Z Checking md-5 v0.10.6
21882026-07-08T19:52:34.906Z Checking serde_plain v1.0.2
21892026-07-08T19:52:34.970Z Checking float-cmp v0.10.0
21902026-07-08T19:52:34.973Z Checking typed-path v0.9.3
21912026-07-08T19:52:35.035Z Checking difflib v0.4.0
21922026-07-08T19:52:35.038Z Checking normalize-line-endings v0.3.0
21932026-07-08T19:52:35.102Z Checking fallible-iterator v0.2.0
21942026-07-08T19:52:35.106Z Checking smoltcp v0.9.1
21952026-07-08T19:52:35.166Z Checking iddqd v0.4.2
21962026-07-08T19:52:35.199Z Checking phf_shared v0.11.3
21972026-07-08T19:52:35.236Z Checking predicates v3.1.4
21982026-07-08T19:52:35.365Z Checking phf_shared v0.13.1
21992026-07-08T19:52:35.401Z Checking postgres-protocol v0.6.10
22002026-07-08T19:52:35.559Z Checking tokio-stream v0.1.18
22012026-07-08T19:52:35.597Z Checking buf-list v1.1.2
22022026-07-08T19:52:35.736Z Checking strum v0.27.2
22032026-07-08T19:52:35.772Z Checking lalrpop-util v0.19.12
22042026-07-08T19:52:35.807Z Checking fixedbitset v0.4.2
22052026-07-08T19:52:35.807Z Checking tough v0.22.0
22062026-07-08T19:52:35.872Z Checking fixedbitset v0.5.7
22072026-07-08T19:52:35.956Z Checking new_debug_unreachable v1.0.6
22082026-07-08T19:52:35.992Z Checking precomputed-hash v0.1.1
22092026-07-08T19:52:35.995Z Checking petgraph v0.6.5
22102026-07-08T19:52:36.061Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-08T19:52:36.096Z Checking petgraph v0.8.3
22122026-07-08T19:52:36.100Z Checking postgres-types v0.2.12
22132026-07-08T19:52:36.163Z Checking string_cache v0.8.9
22142026-07-08T19:52:36.357Z Checking phf v0.13.1
22152026-07-08T19:52:36.466Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-08T19:52:36.533Z Checking peg-runtime v0.8.5
22172026-07-08T19:52:36.701Z Checking whoami v2.1.0
22182026-07-08T19:52:36.803Z Checking zip v4.6.1
22192026-07-08T19:52:36.888Z Checking is-terminal v0.4.17
22202026-07-08T19:52:36.938Z Checking tokio-postgres v0.7.16
22212026-07-08T19:52:37.020Z Checking crossbeam-channel v0.5.15
22222026-07-08T19:52:37.297Z Checking thread_local v1.1.9
22232026-07-08T19:52:37.394Z Compiling structmeta-derive v0.3.0
22242026-07-08T19:52:37.432Z Checking take_mut v0.2.2
22252026-07-08T19:52:37.496Z Checking term v1.2.1
22262026-07-08T19:52:37.563Z Checking slog-async v2.8.0
22272026-07-08T19:52:37.720Z Compiling newtype-uuid-macros v0.1.0
22282026-07-08T19:52:37.724Z Compiling multer v3.1.0
22292026-07-08T19:52:37.786Z Checking slog-term v2.9.2
22302026-07-08T19:52:37.790Z Compiling async-stream-impl v0.3.6
22312026-07-08T19:52:37.905Z Checking match_cfg v0.1.0
22322026-07-08T19:52:38.003Z Checking hostname v0.3.1
22332026-07-08T19:52:38.039Z Checking slog-json v2.6.1
22342026-07-08T19:52:38.072Z Compiling dropshot v0.17.1
22352026-07-08T19:52:38.128Z Compiling dropshot_endpoint v0.17.1
22362026-07-08T19:52:38.218Z Checking slog-bunyan v2.5.0
22372026-07-08T19:52:38.255Z Checking debug-ignore v1.0.5
22382026-07-08T19:52:38.360Z Checking progenitor-client v0.14.0
22392026-07-08T19:52:38.396Z Checking sha1 v0.11.0
22402026-07-08T19:52:38.430Z Checking toml_datetime v1.1.1+spec-1.1.0
22412026-07-08T19:52:38.494Z Checking serde_path_to_error v0.1.20
22422026-07-08T19:52:38.498Z Compiling structmeta v0.3.0
22432026-07-08T19:52:38.557Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-07-08T19:52:38.595Z Checking serde_spanned v1.1.1
22452026-07-08T19:52:38.636Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-07-08T19:52:38.639Z Checking compression-core v0.4.31
22472026-07-08T19:52:38.700Z Checking toml_writer v1.1.1+spec-1.1.0
22482026-07-08T19:52:38.749Z Compiling derive-ex v0.1.8
22492026-07-08T19:52:38.783Z Checking async-stream v0.3.6
22502026-07-08T19:52:38.818Z Checking compression-codecs v0.4.37
22512026-07-08T19:52:38.899Z Checking toml v1.1.2+spec-1.1.0
22522026-07-08T19:52:38.936Z Checking rustls-pemfile v2.2.0
22532026-07-08T19:52:39.004Z Checking waitgroup v0.1.2
22542026-07-08T19:52:39.039Z Checking async-compression v0.4.41
22552026-07-08T19:52:39.072Z Checking hostname v0.4.2
22562026-07-08T19:52:39.106Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-07-08T19:52:39.109Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-07-08T19:52:39.170Z Checking atomicwrites v0.4.4
22592026-07-08T19:52:39.204Z Checking itertools v0.14.0
22602026-07-08T19:52:39.240Z Compiling parse-display-derive v0.10.0
22612026-07-08T19:52:39.298Z Checking macaddr v1.0.1
22622026-07-08T19:52:39.301Z Checking regress v0.10.5
22632026-07-08T19:52:39.367Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-07-08T19:52:39.498Z Checking instant v0.1.13
22652026-07-08T19:52:39.537Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-07-08T19:52:39.612Z Checking backoff v0.4.0
22672026-07-08T19:52:39.798Z Checking backon v1.6.0
22682026-07-08T19:52:39.835Z Checking humantime v2.3.0
22692026-07-08T19:52:39.835Z Checking unicode-width v0.2.0
22702026-07-08T19:52:39.986Z Checking progenitor-extras v0.2.0
22712026-07-08T19:52:40.087Z Compiling convert_case v0.4.0
22722026-07-08T19:52:40.135Z Checking heck v0.5.0
22732026-07-08T19:52:40.233Z Checking half v2.7.1
22742026-07-08T19:52:40.286Z Checking ciborium-io v0.2.2
22752026-07-08T19:52:40.322Z Checking secrecy v0.10.3
22762026-07-08T19:52:40.406Z Checking camino-tempfile v1.4.1
22772026-07-08T19:52:40.443Z Compiling derive_more v0.99.20
22782026-07-08T19:52:40.477Z Compiling test-strategy v0.4.5
22792026-07-08T19:52:40.480Z Compiling regress v0.11.1
22802026-07-08T19:52:40.541Z Checking ciborium-ll v0.2.2
22812026-07-08T19:52:40.584Z Checking indent_write v2.2.0
22822026-07-08T19:52:40.735Z Checking ciborium v0.2.2
22832026-07-08T19:52:40.801Z Compiling crucible-workspace-hack v0.1.0
22842026-07-08T19:52:40.960Z Checking parse-display v0.10.0
22852026-07-08T19:52:41.063Z Compiling unsafe-libyaml v0.2.11
22862026-07-08T19:52:41.215Z Checking inout v0.1.4
22872026-07-08T19:52:41.250Z Checking universal-hash v0.5.1
22882026-07-08T19:52:41.375Z Checking cipher v0.4.4
22892026-07-08T19:52:41.410Z Compiling thiserror-impl-no-std v2.0.2
22902026-07-08T19:52:41.607Z Compiling serde_yaml v0.9.34+deprecated
22912026-07-08T19:52:41.832Z Checking opaque-debug v0.3.1
22922026-07-08T19:52:41.903Z Checking swrite v0.1.0
22932026-07-08T19:52:41.938Z Checking poly1305 v0.8.0
22942026-07-08T19:52:41.996Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-07-08T19:52:42.030Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-07-08T19:52:42.231Z Compiling typify-impl v0.6.2
22972026-07-08T19:52:42.367Z Checking chacha20 v0.9.1
22982026-07-08T19:52:42.439Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22992026-07-08T19:52:42.590Z Checking blake2 v0.10.6
23002026-07-08T19:52:42.683Z Checking thiserror-no-std v2.0.2
23012026-07-08T19:52:42.800Z Checking aead v0.5.2
23022026-07-08T19:52:42.853Z Checking password-hash v0.5.0
23032026-07-08T19:52:42.976Z Checking chacha20poly1305 v0.10.1
23042026-07-08T19:52:43.063Z Checking vsss-rs v3.3.4
23052026-07-08T19:52:43.114Z Checking argon2 v0.5.3
23062026-07-08T19:52:43.148Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23072026-07-08T19:52:43.181Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-07-08T19:52:43.486Z Checking byte-wrapper v0.1.0
23092026-07-08T19:52:43.522Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-08T19:52:43.525Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-07-08T19:52:43.589Z Checking crossbeam-deque v0.8.6
23122026-07-08T19:52:43.714Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-07-08T19:52:43.780Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-08T19:52:43.815Z Compiling rayon-core v1.13.0
23152026-07-08T19:52:43.819Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-07-08T19:52:44.120Z Compiling toml_edit v0.23.10+spec-1.0.0
23172026-07-08T19:52:44.207Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182026-07-08T19:52:44.430Z Compiling proc-macro-error v1.0.4
23192026-07-08T19:52:44.466Z Checking rayon v1.11.0
23202026-07-08T19:52:44.769Z Compiling proc-macro-crate v3.4.0
23212026-07-08T19:52:45.157Z Checking tabwriter v1.4.1
23222026-07-08T19:52:45.191Z Checking toml v0.8.23
23232026-07-08T19:52:45.264Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-08T19:52:45.328Z Checking glob v0.3.3
23252026-07-08T19:52:45.362Z Compiling num_enum_derive v0.7.6
23262026-07-08T19:52:45.397Z Compiling heapless v0.8.0
23272026-07-08T19:52:45.401Z Checking colored v3.1.1
23282026-07-08T19:52:45.530Z Compiling ingot-macros v0.1.1
23292026-07-08T19:52:45.534Z Checking hash32 v0.3.1
23302026-07-08T19:52:45.618Z Checking unicode-width v0.1.14
23312026-07-08T19:52:45.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-07-08T19:52:45.890Z Compiling smoltcp v0.11.0
23332026-07-08T19:52:45.977Z Checking cobs v0.3.0
23342026-07-08T19:52:46.050Z Compiling usdt-macro v0.5.0
23352026-07-08T19:52:46.177Z Compiling usdt-attr-macro v0.5.0
23362026-07-08T19:52:46.223Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23372026-07-08T19:52:46.310Z Checking memmap v0.7.0
23382026-07-08T19:52:46.357Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-08T19:52:46.433Z Checking num_enum v0.7.6
23402026-07-08T19:52:46.573Z Checking postcard v1.1.3
23412026-07-08T19:52:46.668Z Checking rand v0.10.1
23422026-07-08T19:52:46.770Z Compiling typify-macro v0.6.2
23432026-07-08T19:52:46.816Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23442026-07-08T19:52:46.895Z Compiling proc-macro-crate v1.3.1
23452026-07-08T19:52:46.982Z Checking usdt v0.5.0
23462026-07-08T19:52:47.045Z Checking sigpipe v0.1.3
23472026-07-08T19:52:47.150Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23482026-07-08T19:52:47.184Z Compiling foreign-types-macros v0.2.3
23492026-07-08T19:52:47.188Z Checking foreign-types-shared v0.3.1
23502026-07-08T19:52:47.346Z Compiling num_enum_derive v0.5.11
23512026-07-08T19:52:47.524Z Checking cstr-argument v0.1.2
23522026-07-08T19:52:47.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-07-08T19:52:47.672Z Compiling num-derive v0.4.2
23542026-07-08T19:52:47.731Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-08T19:52:47.832Z Checking foreign-types v0.5.0
23562026-07-08T19:52:47.935Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-07-08T19:52:48.096Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23582026-07-08T19:52:48.209Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-07-08T19:52:48.243Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23602026-07-08T19:52:48.247Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-07-08T19:52:48.405Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-07-08T19:52:48.440Z Checking num_enum v0.5.11
23632026-07-08T19:52:48.443Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-07-08T19:52:48.531Z Checking ingot-types v0.1.2
23652026-07-08T19:52:48.570Z Compiling zone_cfg_derive v0.3.1
23662026-07-08T19:52:48.605Z Compiling typify v0.6.2
23672026-07-08T19:52:48.669Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23682026-07-08T19:52:48.718Z Compiling progenitor-impl v0.14.0
23692026-07-08T19:52:48.843Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23702026-07-08T19:52:48.876Z Checking itertools v0.12.1
23712026-07-08T19:52:48.908Z Checking ingot v0.1.1
23722026-07-08T19:52:49.036Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23732026-07-08T19:52:49.249Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-08T19:52:49.380Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23752026-07-08T19:52:49.429Z Checking smf v0.2.3
23762026-07-08T19:52:49.498Z Checking whoami v1.6.1
23772026-07-08T19:52:49.624Z Checking tokio-dtrace v0.1.1
23782026-07-08T19:52:49.682Z Compiling derive-where v1.6.0
23792026-07-08T19:52:49.717Z Checking console v0.15.11
23802026-07-08T19:52:49.719Z Checking newline-converter v0.3.0
23812026-07-08T19:52:49.832Z Checking oxide-tokio-rt v0.1.4
23822026-07-08T19:52:49.879Z Checking bytecount v0.6.9
23832026-07-08T19:52:49.913Z Checking zone v0.3.1
23842026-07-08T19:52:50.009Z Compiling owo-colors v4.3.0
23852026-07-08T19:52:50.044Z Compiling cancel-safe-futures v0.1.5
23862026-07-08T19:52:50.048Z Checking expectorate v1.2.0
23872026-07-08T19:52:50.229Z Checking libsw-core v0.3.2
23882026-07-08T19:52:50.324Z Checking num-rational v0.4.2
23892026-07-08T19:52:50.399Z Checking libsw v3.5.0
23902026-07-08T19:52:50.541Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23912026-07-08T19:52:50.600Z Checking num-complex v0.4.6
23922026-07-08T19:52:50.638Z Checking linear-map v1.2.0
23932026-07-08T19:52:50.848Z Checking float-ord v0.3.2
23942026-07-08T19:52:50.882Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23952026-07-08T19:52:50.958Z Checking num v0.4.3
23962026-07-08T19:52:50.991Z Checking gethostname v0.5.0
23972026-07-08T19:52:51.024Z Compiling prettyplease v0.2.37
23982026-07-08T19:52:51.058Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992026-07-08T19:52:51.062Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-07-08T19:52:51.122Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24012026-07-08T19:52:51.310Z Checking resolv-conf v0.7.6
24022026-07-08T19:52:51.345Z Compiling progenitor-macro v0.14.0
24032026-07-08T19:52:51.494Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24042026-07-08T19:52:51.529Z Checking unicode-linebreak v0.1.5
24052026-07-08T19:52:51.719Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24062026-07-08T19:52:51.764Z Checking smawk v0.3.2
24072026-07-08T19:52:51.919Z Checking papergrid v0.11.0
24082026-07-08T19:52:52.580Z Compiling tabled_derive v0.7.0
24092026-07-08T19:52:52.615Z Compiling convert_case v0.10.0
24102026-07-08T19:52:52.764Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112026-07-08T19:52:52.824Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-08T19:52:52.949Z Compiling slog-dtrace v0.3.0
24132026-07-08T19:52:52.984Z Compiling derive_more-impl v2.1.1
24142026-07-08T19:52:53.019Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-07-08T19:52:53.255Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24162026-07-08T19:52:53.317Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24172026-07-08T19:52:53.604Z Checking tabled v0.15.0
24182026-07-08T19:52:53.857Z Checking derive_more v2.1.1
24192026-07-08T19:52:53.989Z Checking crossterm v0.29.0
24202026-07-08T19:52:54.031Z Checking linked-hash-map v0.5.6
24212026-07-08T19:52:54.227Z Checking lru-cache v0.1.2
24222026-07-08T19:52:54.591Z Checking hickory-proto v0.24.4
24232026-07-08T19:52:54.651Z Checking fd-lock v4.0.4
24242026-07-08T19:52:55.276Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24252026-07-08T19:52:55.308Z Checking vte v0.14.1
24262026-07-08T19:52:55.562Z Checking display-error-chain v0.2.2
24272026-07-08T19:52:55.659Z Checking strip-ansi-escapes v0.2.1
24282026-07-08T19:52:55.856Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24292026-07-08T19:52:56.115Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24302026-07-08T19:52:56.285Z Checking progenitor v0.14.0
24312026-07-08T19:52:56.457Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24322026-07-08T19:52:56.784Z Checking termtree v0.5.1
24332026-07-08T19:52:56.915Z Checking nu-ansi-term v0.50.3
24342026-07-08T19:52:57.045Z Checking hickory-resolver v0.24.4
24352026-07-08T19:52:57.092Z Checking textwrap v0.16.2
24362026-07-08T19:52:57.142Z Compiling minimal-lexical v0.2.1
24372026-07-08T19:52:57.175Z Checking reedline v0.40.0
24382026-07-08T19:52:57.451Z Compiling nom v7.1.3
24392026-07-08T19:52:57.504Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24402026-07-08T19:52:57.865Z Checking qorb v0.4.1
24412026-07-08T19:52:57.996Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-07-08T19:52:58.301Z Compiling unicode-xid v0.2.6
24432026-07-08T19:52:58.391Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-07-08T19:52:58.580Z Compiling ar_archive_writer v0.5.1
24452026-07-08T19:52:58.860Z Checking csv-core v0.1.13
24462026-07-08T19:52:59.012Z Compiling stacker v0.1.23
24472026-07-08T19:52:59.065Z Checking csv v1.4.0
24482026-07-08T19:52:59.113Z Compiling cfg_aliases v0.1.1
24492026-07-08T19:52:59.148Z Compiling semver v0.1.20
24502026-07-08T19:52:59.217Z Checking highway v1.3.0
24512026-07-08T19:52:59.366Z Compiling rustc_version v0.1.7
24522026-07-08T19:52:59.456Z Compiling nix v0.28.0
24532026-07-08T19:52:59.459Z Compiling psm v0.1.30
24542026-07-08T19:52:59.459Z Checking nibble_vec v0.1.0
24552026-07-08T19:52:59.552Z Checking endian-type v0.1.2
24562026-07-08T19:52:59.555Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24572026-07-08T19:52:59.649Z Compiling newtype_derive v0.1.6
24582026-07-08T19:52:59.653Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24592026-07-08T19:52:59.701Z Checking radix_trie v0.2.1
24602026-07-08T19:52:59.837Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-07-08T19:52:59.917Z Checking phf_shared v0.12.1
24622026-07-08T19:52:59.949Z Compiling recursive-proc-macro-impl v0.1.1
24632026-07-08T19:53:00.092Z Compiling chrono-tz v0.10.4
24642026-07-08T19:53:00.172Z Checking phf v0.12.1
24652026-07-08T19:53:00.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24662026-07-08T19:53:00.418Z Checking recursive v0.1.1
24672026-07-08T19:53:00.418Z Compiling const_format_proc_macros v0.2.34
24682026-07-08T19:53:00.507Z Compiling peg-macros v0.8.5
24692026-07-08T19:53:00.539Z Checking winnow v0.6.26
24702026-07-08T19:53:00.573Z Checking nom v8.0.0
24712026-07-08T19:53:00.955Z Compiling sqlparser_derive v0.5.0
24722026-07-08T19:53:01.334Z Checking unicode_categories v0.1.1
24732026-07-08T19:53:01.337Z Checking home v0.5.12
24742026-07-08T19:53:01.499Z Checking rustyline v14.0.0
24752026-07-08T19:53:01.532Z Checking const_format v0.2.35
24762026-07-08T19:53:01.714Z Checking sqlformat v0.3.5
24772026-07-08T19:53:01.759Z Checking sqlparser v0.61.0
24782026-07-08T19:53:01.914Z Checking peg v0.8.5
24792026-07-08T19:53:02.014Z Checking bcs v0.1.6
24802026-07-08T19:53:02.176Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24812026-07-08T19:53:02.251Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24822026-07-08T19:53:02.285Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24832026-07-08T19:53:02.316Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-07-08T19:53:02.465Z Checking steno v0.4.1
24852026-07-08T19:53:02.552Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24862026-07-08T19:53:02.725Z Checking sha1 v0.10.6
24872026-07-08T19:53:02.798Z Checking filetime v0.2.27
24882026-07-08T19:53:02.921Z Checking xattr v1.6.1
24892026-07-08T19:53:02.963Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-07-08T19:53:03.165Z Checking tar v0.4.45
24912026-07-08T19:53:03.331Z Checking subprocess v0.2.15
24922026-07-08T19:53:03.520Z Checking headers-core v0.3.0
24932026-07-08T19:53:03.593Z Checking base64 v0.21.7
24942026-07-08T19:53:03.654Z Checking yasna v0.5.2
24952026-07-08T19:53:03.657Z Checking headers v0.4.1
24962026-07-08T19:53:03.846Z Checking dropshot-api-manager-types v0.7.2
24972026-07-08T19:53:04.038Z Checking tagptr v0.2.0
24982026-07-08T19:53:04.072Z Checking rcgen v0.12.1
24992026-07-08T19:53:04.174Z Checking utf-8 v0.7.6
25002026-07-08T19:53:04.207Z Checking moka v0.12.13
25012026-07-08T19:53:04.334Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25022026-07-08T19:53:04.410Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25032026-07-08T19:53:04.507Z Checking tungstenite v0.21.0
25042026-07-08T19:53:04.660Z Compiling libefi-sys v0.1.0
25052026-07-08T19:53:04.866Z Checking hickory-resolver v0.25.2
25062026-07-08T19:53:04.900Z Compiling bitfield-struct v0.6.2
25072026-07-08T19:53:04.963Z Checking tokio-tungstenite v0.21.0
25082026-07-08T19:53:04.996Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25092026-07-08T19:53:05.269Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25102026-07-08T19:53:05.592Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-07-08T19:53:05.627Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-07-08T19:53:06.082Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-07-08T19:53:06.142Z Compiling radium v0.7.0
25142026-07-08T19:53:06.176Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25152026-07-08T19:53:06.207Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-07-08T19:53:06.353Z Checking tap v1.0.1
25172026-07-08T19:53:06.427Z Compiling maybe-uninit v2.0.0
25182026-07-08T19:53:06.463Z Compiling zerocopy-derive v0.6.6
25192026-07-08T19:53:06.525Z Checking wyz v0.5.1
25202026-07-08T19:53:06.628Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25212026-07-08T19:53:06.724Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25222026-07-08T19:53:06.764Z Checking funty v2.0.0
25232026-07-08T19:53:06.859Z Compiling packed_struct v0.10.1
25242026-07-08T19:53:06.891Z Checking crc-catalog v2.4.0
25252026-07-08T19:53:07.003Z Checking crc v3.4.0
25262026-07-08T19:53:07.037Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25272026-07-08T19:53:07.094Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-07-08T19:53:07.127Z Checking bitvec v1.0.1
25292026-07-08T19:53:07.223Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-07-08T19:53:07.322Z Compiling packed_struct_codegen v0.10.1
25312026-07-08T19:53:07.390Z Checking zerocopy v0.6.6
25322026-07-08T19:53:07.718Z Compiling bitfield-macros v0.19.4
25332026-07-08T19:53:08.272Z Compiling indexmap v1.9.3
25342026-07-08T19:53:08.452Z Checking nodrop v0.1.14
25352026-07-08T19:53:08.484Z Checking bitfield v0.19.4
25362026-07-08T19:53:08.577Z Checking array-init v0.0.4
25372026-07-08T19:53:08.617Z Checking smallvec v0.6.14
25382026-07-08T19:53:08.778Z Checking hashbrown v0.12.3
25392026-07-08T19:53:08.842Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-07-08T19:53:08.908Z Checking serde-hex v0.1.0
25412026-07-08T19:53:09.028Z Checking ron v0.8.1
25422026-07-08T19:53:09.571Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25432026-07-08T19:53:09.604Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25442026-07-08T19:53:09.607Z Checking hashbrown v0.13.2
25452026-07-08T19:53:09.903Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-07-08T19:53:09.937Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25472026-07-08T19:53:10.083Z Checking crc-any v2.5.0
25482026-07-08T19:53:10.160Z Checking object v0.30.4
25492026-07-08T19:53:10.237Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-07-08T19:53:10.288Z Checking path-slash v0.1.5
25512026-07-08T19:53:10.418Z Compiling xshell-macros v0.2.7
25522026-07-08T19:53:10.451Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-07-08T19:53:10.793Z Checking half v1.8.3
25542026-07-08T19:53:10.840Z Checking xshell v0.2.7
25552026-07-08T19:53:10.873Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-07-08T19:53:11.015Z Checking serde_cbor v0.11.2
25572026-07-08T19:53:11.063Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-07-08T19:53:11.111Z Compiling proc-macro-error-attr2 v2.0.0
25592026-07-08T19:53:11.423Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25602026-07-08T19:53:11.553Z Compiling proc-macro-error2 v2.0.1
25612026-07-08T19:53:11.636Z Compiling num-derive v0.3.3
25622026-07-08T19:53:11.831Z Checking maplit v1.0.2
25632026-07-08T19:53:11.891Z Compiling tabled_derive v0.11.0
25642026-07-08T19:53:11.939Z Checking papergrid v0.17.0
25652026-07-08T19:53:12.335Z Checking testing_table v0.3.0
25662026-07-08T19:53:12.457Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25672026-07-08T19:53:12.570Z Checking libscf-sys v1.1.0
25682026-07-08T19:53:12.733Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-07-08T19:53:12.765Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25702026-07-08T19:53:12.768Z Compiling progenitor-impl v0.13.0
25712026-07-08T19:53:12.962Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-07-08T19:53:12.996Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-07-08T19:53:13.153Z Checking tabled v0.20.0
25742026-07-08T19:53:13.310Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25752026-07-08T19:53:13.775Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25762026-07-08T19:53:13.778Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25772026-07-08T19:53:13.926Z Checking progenitor-client v0.13.0
25782026-07-08T19:53:14.152Z Compiling git-stub v1.0.0
25792026-07-08T19:53:14.187Z Checking crc8 v0.1.1
25802026-07-08T19:53:14.310Z Checking unicase v2.9.0
25812026-07-08T19:53:14.407Z Compiling git-stub-vcs v0.1.0
25822026-07-08T19:53:14.440Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25832026-07-08T19:53:14.491Z Checking fxhash v0.2.1
25842026-07-08T19:53:14.707Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25852026-07-08T19:53:14.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25862026-07-08T19:53:14.785Z Compiling vergen-lib v0.1.6
25872026-07-08T19:53:15.013Z Compiling diesel_derives v2.3.7
25882026-07-08T19:53:15.149Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25892026-07-08T19:53:15.225Z Checking scheduled-thread-pool v0.2.7
25902026-07-08T19:53:15.301Z Compiling dsl_auto_type v0.2.0
25912026-07-08T19:53:15.395Z Compiling vergen-gitcl v1.0.8
25922026-07-08T19:53:15.428Z Compiling progenitor-macro v0.13.0
25932026-07-08T19:53:15.530Z Compiling diesel_table_macro_syntax v0.3.0
25942026-07-08T19:53:15.564Z Checking r2d2 v0.8.10
25952026-07-08T19:53:15.687Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-07-08T19:53:15.719Z Checking downcast-rs v2.0.2
25972026-07-08T19:53:15.758Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25982026-07-08T19:53:15.789Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-07-08T19:53:16.050Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26002026-07-08T19:53:16.122Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-07-08T19:53:16.250Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26022026-07-08T19:53:16.283Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26032026-07-08T19:53:16.313Z Checking kstat-rs v0.2.4
26042026-07-08T19:53:16.349Z Checking arc-swap v1.8.2
26052026-07-08T19:53:16.520Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26062026-07-08T19:53:16.554Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26072026-07-08T19:53:16.601Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26082026-07-08T19:53:16.605Z Checking slog-scope v4.4.1
26092026-07-08T19:53:16.798Z Compiling dirs-sys-next v0.1.2
26102026-07-08T19:53:16.840Z Compiling crunchy v0.2.4
26112026-07-08T19:53:17.073Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26122026-07-08T19:53:17.117Z Compiling parking_lot_core v0.8.6
26132026-07-08T19:53:17.245Z Compiling dirs-next v2.0.0
26142026-07-08T19:53:17.394Z Checking slog-stdlog v4.1.1
26152026-07-08T19:53:17.499Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-07-08T19:53:17.545Z Compiling clang-sys v1.8.1
26172026-07-08T19:53:17.628Z Compiling tiny-keccak v2.0.2
26182026-07-08T19:53:17.910Z Checking slog-envlogger v2.2.0
26192026-07-08T19:53:18.013Z Compiling term v0.7.0
26202026-07-08T19:53:18.089Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26212026-07-08T19:53:18.152Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26222026-07-08T19:53:18.213Z Compiling bit-vec v0.6.3
26232026-07-08T19:53:18.403Z Compiling bit-set v0.5.3
26242026-07-08T19:53:18.456Z Compiling ascii-canvas v3.0.0
26252026-07-08T19:53:18.559Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-07-08T19:53:18.591Z Checking parking_lot v0.11.2
26272026-07-08T19:53:18.656Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26282026-07-08T19:53:18.723Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-07-08T19:53:18.809Z Checking prefix-trie v0.7.0
26302026-07-08T19:53:18.870Z Compiling itertools v0.10.5
26312026-07-08T19:53:19.064Z Compiling ena v0.14.4
26322026-07-08T19:53:19.138Z Compiling libloading v0.8.9
26332026-07-08T19:53:19.170Z Compiling bindgen v0.71.1
26342026-07-08T19:53:19.205Z Compiling regex-syntax v0.6.29
26352026-07-08T19:53:19.299Z Compiling diff v0.1.13
26362026-07-08T19:53:19.662Z Checking hickory-server v0.25.2
26372026-07-08T19:53:19.754Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26382026-07-08T19:53:19.959Z Checking sled v0.34.7
26392026-07-08T19:53:20.372Z Compiling cexpr v0.6.0
26402026-07-08T19:53:20.416Z Checking progenitor v0.13.0
26412026-07-08T19:53:20.581Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26422026-07-08T19:53:20.915Z Compiling lalrpop v0.19.12
26432026-07-08T19:53:21.058Z Checking nanorand v0.7.0
26442026-07-08T19:53:21.276Z Compiling rustc-hash v2.1.1
26452026-07-08T19:53:21.282Z Compiling salty v0.3.0
26462026-07-08T19:53:21.282Z Checking diesel v2.3.7
26472026-07-08T19:53:21.306Z Checking flume v0.11.1
26482026-07-08T19:53:21.603Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-07-08T19:53:21.607Z Compiling libxml v0.3.3
26502026-07-08T19:53:21.943Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-07-08T19:53:22.162Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26522026-07-08T19:53:22.763Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26532026-07-08T19:53:23.031Z Compiling strum_macros v0.24.3
26542026-07-08T19:53:23.092Z Compiling fs-err v2.11.0
26552026-07-08T19:53:23.331Z Compiling indoc v1.0.9
26562026-07-08T19:53:23.822Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26572026-07-08T19:53:24.054Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-07-08T19:53:24.173Z Checking quick-xml v0.37.5
26592026-07-08T19:53:24.429Z Checking derive_builder v0.20.2
26602026-07-08T19:53:24.472Z Compiling oso-derive v0.27.3
26612026-07-08T19:53:24.569Z Compiling impl-trait-for-tuples v0.2.3
26622026-07-08T19:53:24.980Z Compiling trait-variant v0.1.2
26632026-07-08T19:53:25.074Z Checking openssl-probe v0.1.6
26642026-07-08T19:53:25.457Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26652026-07-08T19:53:25.551Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26662026-07-08T19:53:26.109Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26672026-07-08T19:53:26.366Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26682026-07-08T19:53:26.742Z Checking rfc6979 v0.4.0
26692026-07-08T19:53:26.896Z Checking assert_matches v1.5.0
26702026-07-08T19:53:26.929Z Checking parse-size v1.1.0
26712026-07-08T19:53:26.997Z Checking ecdsa v0.16.9
26722026-07-08T19:53:27.078Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26732026-07-08T19:53:27.259Z Checking primeorder v0.13.6
26742026-07-08T19:53:27.390Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26752026-07-08T19:53:27.533Z Checking p384 v0.13.1
26762026-07-08T19:53:27.627Z Checking predicates-tree v1.0.13
26772026-07-08T19:53:27.784Z Checking bb8 v0.8.6
26782026-07-08T19:53:28.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26792026-07-08T19:53:28.052Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26802026-07-08T19:53:28.130Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26812026-07-08T19:53:28.194Z Compiling mime_guess v2.0.5
26822026-07-08T19:53:28.310Z Checking http-range v0.1.5
26832026-07-08T19:53:28.466Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-07-08T19:53:28.584Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26852026-07-08T19:53:28.609Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-07-08T19:53:28.831Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26872026-07-08T19:53:28.862Z Checking atty v0.2.14
26882026-07-08T19:53:28.894Z Checking nonempty v0.12.0
26892026-07-08T19:53:28.898Z Checking corncobs v0.1.4
26902026-07-08T19:53:28.981Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-08T19:53:29.072Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-07-08T19:53:29.177Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26932026-07-08T19:53:29.352Z Checking ignore v0.4.25
26942026-07-08T19:53:29.384Z Checking secrecy v0.8.0
26952026-07-08T19:53:29.491Z Checking hyper-staticfile v0.10.1
26962026-07-08T19:53:29.778Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26972026-07-08T19:53:29.811Z Checking globwalk v0.9.1
26982026-07-08T19:53:29.840Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26992026-07-08T19:53:30.019Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27002026-07-08T19:53:30.132Z Compiling illumos-nvpair-sys v0.2.0
27012026-07-08T19:53:30.167Z Checking camino-tempfile-ext v0.3.3
27022026-07-08T19:53:30.287Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27032026-07-08T19:53:30.395Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27042026-07-08T19:53:30.445Z Checking signal-hook-tokio v0.3.1
27052026-07-08T19:53:30.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27062026-07-08T19:53:30.772Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27072026-07-08T19:53:30.871Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27082026-07-08T19:53:31.075Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27092026-07-08T19:53:31.262Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27102026-07-08T19:53:31.509Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-07-08T19:53:31.573Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-07-08T19:53:31.601Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-07-08T19:53:31.638Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-07-08T19:53:32.005Z Checking illumos-nvpair v0.3.0
27152026-07-08T19:53:32.195Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27162026-07-08T19:53:32.643Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27172026-07-08T19:53:33.079Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27182026-07-08T19:53:33.350Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27192026-07-08T19:53:33.415Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27202026-07-08T19:53:33.520Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27212026-07-08T19:53:33.607Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-07-08T19:53:33.641Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27232026-07-08T19:53:33.710Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27242026-07-08T19:53:34.321Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27252026-07-08T19:53:34.407Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27262026-07-08T19:53:34.694Z Checking tungstenite v0.23.0
27272026-07-08T19:53:34.755Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27282026-07-08T19:53:34.913Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27292026-07-08T19:53:35.143Z Checking tokio-tungstenite v0.23.1
27302026-07-08T19:53:35.327Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27312026-07-08T19:53:35.438Z Checking rand_seeder v0.4.0
27322026-07-08T19:53:35.615Z Checking diesel-dtrace v0.5.0
27332026-07-08T19:53:35.693Z Checking async-bb8-diesel v0.2.1
27342026-07-08T19:53:35.737Z Checking void v1.0.2
27352026-07-08T19:53:35.859Z Checking lzss v0.8.2
27362026-07-08T19:53:35.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27372026-07-08T19:53:35.923Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27382026-07-08T19:53:36.070Z Checking nix v0.27.1
27392026-07-08T19:53:36.101Z Checking serde_bytes v0.11.19
27402026-07-08T19:53:36.111Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27412026-07-08T19:53:36.207Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27422026-07-08T19:53:36.337Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27432026-07-08T19:53:36.611Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27442026-07-08T19:53:36.911Z Checking is_ci v1.2.0
27452026-07-08T19:53:37.049Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27462026-07-08T19:53:37.090Z Checking yansi v1.0.1
27472026-07-08T19:53:37.212Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27482026-07-08T19:53:37.385Z Checking cpubits v0.1.1
27492026-07-08T19:53:37.488Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27502026-07-08T19:53:37.520Z Checking pretty_assertions v1.4.1
27512026-07-08T19:53:37.678Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27522026-07-08T19:53:37.789Z Checking pem-rfc7468 v1.0.0
27532026-07-08T19:53:37.964Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27542026-07-08T19:53:38.067Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27552026-07-08T19:53:38.230Z Compiling darling_core v0.23.0
27562026-07-08T19:53:38.501Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27572026-07-08T19:53:39.257Z Compiling indoc v2.0.7
27582026-07-08T19:53:39.324Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27592026-07-08T19:53:39.563Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-08T19:53:39.753Z Checking hmac v0.13.0
27612026-07-08T19:53:39.936Z Checking universal-hash v0.6.1
27622026-07-08T19:53:40.092Z Compiling libz-sys v1.1.24
27632026-07-08T19:53:40.371Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-08T19:53:40.405Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27652026-07-08T19:53:40.512Z Compiling instability v0.3.11
27662026-07-08T19:53:40.775Z Compiling darling_macro v0.23.0
27672026-07-08T19:53:40.806Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-08T19:53:40.881Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27692026-07-08T19:53:41.084Z Checking castaway v0.2.4
27702026-07-08T19:53:41.225Z Checking compact_str v0.8.1
27712026-07-08T19:53:41.319Z Compiling darling v0.23.0
27722026-07-08T19:53:41.638Z Checking polyval v0.7.1
27732026-07-08T19:53:41.837Z Checking der v0.8.0
27742026-07-08T19:53:41.901Z Checking supports-color v3.0.2
27752026-07-08T19:53:42.064Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27762026-07-08T19:53:42.196Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27772026-07-08T19:53:42.329Z Checking unicode-truncate v1.1.0
27782026-07-08T19:53:42.443Z Checking console v0.16.2
27792026-07-08T19:53:42.518Z Checking lru v0.12.5
27802026-07-08T19:53:42.638Z Compiling libgit2-sys v0.18.3+1.9.2
27812026-07-08T19:53:42.699Z Checking unit-prefix v0.5.2
27822026-07-08T19:53:42.732Z Checking cassowary v0.3.0
27832026-07-08T19:53:42.876Z Checking indicatif v0.18.4
27842026-07-08T19:53:42.921Z Checking ghash v0.6.0
27852026-07-08T19:53:42.972Z Checking ratatui v0.29.0
27862026-07-08T19:53:43.215Z Checking pbkdf2 v0.13.0
27872026-07-08T19:53:43.295Z Checking aes v0.9.1
27882026-07-08T19:53:43.360Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27892026-07-08T19:53:43.746Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27902026-07-08T19:53:43.998Z Checking ctr v0.10.1
27912026-07-08T19:53:44.208Z Checking aead v0.6.1
27922026-07-08T19:53:44.319Z Checking sha2 v0.11.0
27932026-07-08T19:53:44.376Z Checking cargo-platform v0.3.2
27942026-07-08T19:53:44.583Z Checking cargo_metadata v0.23.1
27952026-07-08T19:53:44.616Z Checking aes-gcm v0.11.0
27962026-07-08T19:53:44.811Z Checking spki v0.8.0
27972026-07-08T19:53:45.012Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-07-08T19:53:45.074Z Checking crypto-bigint v0.7.5
27992026-07-08T19:53:45.374Z Checking cbc v0.2.1
28002026-07-08T19:53:45.545Z Checking salsa20 v0.11.0
28012026-07-08T19:53:45.711Z Compiling vergen-git2 v9.1.0
28022026-07-08T19:53:45.942Z Checking plotters-backend v0.3.7
28032026-07-08T19:53:46.174Z Checking plotters-svg v0.3.7
28042026-07-08T19:53:46.389Z Checking scrypt v0.12.0
28052026-07-08T19:53:46.586Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-07-08T19:53:46.682Z Checking cast v0.3.0
28072026-07-08T19:53:46.858Z Checking criterion-plot v0.6.0
28082026-07-08T19:53:46.900Z Checking pkcs5 v0.8.1
28092026-07-08T19:53:47.128Z Checking plotters v0.3.7
28102026-07-08T19:53:47.243Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-07-08T19:53:47.336Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-08T19:53:47.579Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-07-08T19:53:47.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-07-08T19:53:47.903Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-07-08T19:53:48.053Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-08T19:53:48.139Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-08T19:53:48.249Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-07-08T19:53:48.288Z Checking colored v2.2.0
28192026-07-08T19:53:48.373Z Checking tinytemplate v1.2.1
28202026-07-08T19:53:48.513Z Checking anes v0.1.6
28212026-07-08T19:53:48.618Z Checking oorandom v11.1.5
28222026-07-08T19:53:48.722Z Checking shell-words v1.1.1
28232026-07-08T19:53:48.760Z Checking criterion v0.7.0
28242026-07-08T19:53:48.948Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28252026-07-08T19:53:49.156Z Checking pkcs8 v0.11.0
28262026-07-08T19:53:49.387Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-07-08T19:53:49.998Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-08T19:53:50.177Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-07-08T19:53:50.526Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28302026-07-08T19:53:50.926Z Checking tokio-test v0.4.5
28312026-07-08T19:53:51.157Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-07-08T19:53:51.397Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28332026-07-08T19:53:51.812Z Checking twox-hash v2.1.2
28342026-07-08T19:53:52.141Z Checking ff v0.14.0
28352026-07-08T19:53:52.368Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28362026-07-08T19:53:52.572Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28372026-07-08T19:53:53.258Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28382026-07-08T19:53:53.937Z Checking fatfs v0.3.6
28392026-07-08T19:53:54.172Z Checking signature v3.0.0
28402026-07-08T19:53:54.254Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28412026-07-08T19:53:54.343Z Checking base16ct v1.0.0
28422026-07-08T19:53:54.419Z Compiling seq-macro v0.3.6
28432026-07-08T19:53:54.501Z Checking sec1 v0.8.1
28442026-07-08T19:53:54.741Z Checking group v0.14.0
28452026-07-08T19:53:54.924Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-07-08T19:53:54.960Z Checking hkdf v0.13.0
28472026-07-08T19:53:55.118Z Compiling petname v2.0.2
28482026-07-08T19:53:55.455Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28492026-07-08T19:53:55.598Z Checking elliptic-curve v0.14.0-rc.33
28502026-07-08T19:53:55.631Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28512026-07-08T19:53:55.817Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-07-08T19:53:56.096Z Checking concurrent-queue v2.5.0
28532026-07-08T19:53:56.306Z Checking rtoolbox v0.0.3
28542026-07-08T19:53:56.468Z Checking parking v2.2.1
28552026-07-08T19:53:56.619Z Checking event-listener v5.4.1
28562026-07-08T19:53:56.866Z Checking rpassword v7.4.0
28572026-07-08T19:53:57.003Z Checking tui-tree-widget v0.23.1
28582026-07-08T19:53:57.227Z Checking rfc6979 v0.5.0
28592026-07-08T19:53:57.392Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-07-08T19:53:57.424Z Checking sapling-renderdag v0.1.0
28612026-07-08T19:53:57.582Z Checking sync-ptr v0.1.4
28622026-07-08T19:53:57.699Z Checking ecdsa v0.17.0-rc.18
28632026-07-08T19:53:57.730Z Checking event-listener-strategy v0.5.4
28642026-07-08T19:53:57.893Z Checking primeorder v0.14.0-rc.10
28652026-07-08T19:53:58.100Z Checking primefield v0.14.0
28662026-07-08T19:53:58.242Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-07-08T19:53:58.334Z Compiling curve25519-dalek v5.0.0-rc.0
28682026-07-08T19:53:58.453Z Checking futures-timer v3.0.3
28692026-07-08T19:53:58.669Z Checking constant_time_eq v0.4.2
28702026-07-08T19:53:58.724Z Checking arrayvec v0.7.6
28712026-07-08T19:53:58.834Z Checking arrayref v0.3.9
28722026-07-08T19:53:59.013Z Checking async-lock v3.4.2
28732026-07-08T19:53:59.044Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-07-08T19:53:59.370Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-07-08T19:53:59.438Z Checking ssh-encoding v0.3.0-rc.9
28762026-07-08T19:53:59.680Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-07-08T19:54:00.026Z Compiling strsim v0.10.0
28782026-07-08T19:54:00.387Z Compiling darling_core v0.13.4
28792026-07-08T19:54:00.901Z Checking async-object-pool v0.2.0
28802026-07-08T19:54:01.901Z Checking ed25519 v3.0.0
28812026-07-08T19:54:02.130Z Checking crypto-primes v0.7.2
28822026-07-08T19:54:02.163Z Checking pkcs1 v0.8.0-rc.4
28832026-07-08T19:54:02.228Z Compiling samael v0.0.19
28842026-07-08T19:54:02.294Z Checking poly1305 v0.9.0
28852026-07-08T19:54:02.396Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-07-08T19:54:02.594Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-07-08T19:54:02.787Z Checking serde_regex v1.1.0
28882026-07-08T19:54:02.970Z Checking blowfish v0.10.0
28892026-07-08T19:54:03.143Z Checking blake2 v0.11.0-rc.6
28902026-07-08T19:54:03.143Z Checking assert-json-diff v2.0.2
28912026-07-08T19:54:03.256Z Checking path-tree v0.8.3
28922026-07-08T19:54:03.366Z Checking keccak v0.2.0
28932026-07-08T19:54:03.425Z Compiling target-lexicon v0.13.3
28942026-07-08T19:54:03.468Z Checking fiat-crypto v0.3.0
28952026-07-08T19:54:03.550Z Checking gimli v0.32.3
28962026-07-08T19:54:03.931Z Checking stringmetrics v2.2.2
28972026-07-08T19:54:04.108Z Checking httpmock v0.8.3
28982026-07-08T19:54:05.132Z Checking addr2line v0.25.1
28992026-07-08T19:54:05.510Z Checking sha3 v0.11.0
29002026-07-08T19:54:05.889Z Checking argon2 v0.6.0-rc.8
29012026-07-08T19:54:06.232Z Checking rsa v0.10.0-rc.18
29022026-07-08T19:54:06.371Z Checking bcrypt-pbkdf v0.11.0
29032026-07-08T19:54:06.558Z Checking ssh-cipher v0.3.0-rc.9
29042026-07-08T19:54:06.763Z Compiling darling_macro v0.13.4
29052026-07-08T19:54:06.803Z Checking ed25519-dalek v3.0.0-rc.0
29062026-07-08T19:54:07.311Z Checking p521 v0.14.0-rc.10
29072026-07-08T19:54:07.342Z Checking p256 v0.14.0-rc.10
29082026-07-08T19:54:08.134Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29092026-07-08T19:54:08.403Z Checking kem v0.3.0
29102026-07-08T19:54:08.550Z Checking module-lattice v0.2.3
29112026-07-08T19:54:08.760Z Checking p384 v0.14.0-rc.10
29122026-07-08T19:54:08.793Z Checking rustc-demangle v0.1.27
29132026-07-08T19:54:08.971Z Compiling guppy-workspace-hack v0.1.0
29142026-07-08T19:54:09.041Z Checking hex-literal v0.4.1
29152026-07-08T19:54:09.166Z Checking backtrace v0.3.76
29162026-07-08T19:54:09.242Z Checking ml-kem v0.3.2
29172026-07-08T19:54:09.498Z Compiling darling v0.13.4
29182026-07-08T19:54:09.868Z Checking russh-cryptovec v0.61.0
29192026-07-08T19:54:10.027Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29202026-07-08T19:54:10.060Z Checking internal-russh-num-bigint v0.5.0
29212026-07-08T19:54:10.263Z Checking num-bigint v0.4.6
29222026-07-08T19:54:10.354Z Checking russh-util v0.52.0
29232026-07-08T19:54:10.509Z Checking generic-array v1.4.3
29242026-07-08T19:54:10.822Z Checking ssh-key v0.7.0-rc.10
29252026-07-08T19:54:10.933Z Compiling enum_dispatch v0.3.13
29262026-07-08T19:54:11.097Z Compiling git2 v0.20.4
29272026-07-08T19:54:11.130Z Compiling blake3 v1.8.5
29282026-07-08T19:54:11.211Z Compiling delegate v0.13.5
29292026-07-08T19:54:11.544Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29302026-07-08T19:54:11.745Z Compiling target-spec v3.5.7
29312026-07-08T19:54:12.005Z Checking md5 v0.8.0
29322026-07-08T19:54:12.012Z Checking hex-literal v1.1.0
29332026-07-08T19:54:12.110Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29342026-07-08T19:54:12.230Z Checking russh v0.61.2
29352026-07-08T19:54:12.348Z Checking cfg-expr v0.20.6
29362026-07-08T19:54:12.650Z Compiling serde_with_macros v1.5.2
29372026-07-08T19:54:12.776Z Checking backtrace-ext v0.2.1
29382026-07-08T19:54:12.916Z Checking supports-color v2.1.0
29392026-07-08T19:54:12.946Z Checking textwrap v0.15.2
29402026-07-08T19:54:13.081Z Checking supports-hyperlinks v2.1.0
29412026-07-08T19:54:13.190Z Checking supports-unicode v2.1.0
29422026-07-08T19:54:13.228Z Checking hashbrown v0.14.5
29432026-07-08T19:54:13.335Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-07-08T19:54:13.579Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29452026-07-08T19:54:13.750Z Checking socket2 v0.5.10
29462026-07-08T19:54:13.808Z Checking terminal_size v0.1.17
29472026-07-08T19:54:13.949Z Compiling miette-derive v5.10.0
29482026-07-08T19:54:14.039Z Checking internet-checksum v0.2.1
29492026-07-08T19:54:14.197Z Checking owo-colors v3.5.0
29502026-07-08T19:54:14.554Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29512026-07-08T19:54:14.756Z Checking chumsky v0.9.3
29522026-07-08T19:54:15.136Z Checking miette v5.10.0
29532026-07-08T19:54:15.502Z Compiling serde_with v1.14.0
29542026-07-08T19:54:15.884Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29552026-07-08T19:54:15.995Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29562026-07-08T19:54:16.110Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29572026-07-08T19:54:16.471Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29582026-07-08T19:54:16.650Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29592026-07-08T19:54:16.689Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29602026-07-08T19:54:16.835Z Compiling knuffel-derive v3.2.0
29612026-07-08T19:54:16.869Z Checking httptest v0.16.4
29622026-07-08T19:54:16.921Z Checking pathdiff v0.2.3
29632026-07-08T19:54:17.058Z Checking topological-sort v0.2.2
29642026-07-08T19:54:17.256Z Checking nested v0.1.1
29652026-07-08T19:54:17.290Z Checking omicron-zone-package v0.12.3
29662026-07-08T19:54:17.424Z Checking guppy v0.17.25
29672026-07-08T19:54:17.580Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29682026-07-08T19:54:18.249Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29692026-07-08T19:54:18.413Z Checking similar-asserts v1.7.0
29702026-07-08T19:54:18.445Z Checking knuffel v3.2.0
29712026-07-08T19:54:18.517Z Compiling target-triple v1.0.0
29722026-07-08T19:54:18.597Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29732026-07-08T19:54:18.901Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29742026-07-08T19:54:18.990Z Compiling polar-core v0.27.3
29752026-07-08T19:54:19.120Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29762026-07-08T19:54:19.304Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29772026-07-08T19:54:19.470Z Checking hickory-client v0.25.2
29782026-07-08T19:54:19.751Z Compiling assert_cmd v2.1.2
29792026-07-08T19:54:19.790Z Checking escape8259 v0.5.3
29802026-07-08T19:54:19.956Z Checking libtest-mimic v0.8.1
29812026-07-08T19:54:20.218Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29822026-07-08T19:54:20.274Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29832026-07-08T19:54:20.347Z Checking blake2b_simd v1.0.4
29842026-07-08T19:54:20.414Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29852026-07-08T19:54:20.754Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29862026-07-08T19:54:20.817Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29872026-07-08T19:54:20.951Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29882026-07-08T19:54:21.054Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29892026-07-08T19:54:21.151Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29902026-07-08T19:54:21.292Z Checking fancy-regex v0.14.0
29912026-07-08T19:54:21.392Z Checking serde_tokenstream v0.2.3
29922026-07-08T19:54:21.537Z Checking approx v0.5.1
29932026-07-08T19:54:21.635Z Compiling rstest_macros v0.25.0
29942026-07-08T19:54:21.688Z Checking uzers v0.12.2
29952026-07-08T19:54:21.720Z Compiling linkme-impl v0.3.35
29962026-07-08T19:54:21.931Z Checking constant_time_eq v0.3.1
29972026-07-08T19:54:21.962Z Checking termcolor v1.4.1
29982026-07-08T19:54:22.071Z Checking rust-argon2 v2.1.0
29992026-07-08T19:54:22.194Z Checking trybuild v1.0.116
30002026-07-08T19:54:22.282Z Checking datatest-stable v0.3.3
30012026-07-08T19:54:22.617Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30022026-07-08T19:54:22.825Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30032026-07-08T19:54:22.969Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30042026-07-08T19:54:23.002Z Checking support-bundle-viewer v0.1.2
30052026-07-08T19:54:23.298Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30062026-07-08T19:54:23.539Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30072026-07-08T19:54:23.726Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30082026-07-08T19:54:23.783Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30092026-07-08T19:54:23.965Z Checking drift v0.2.0
30102026-07-08T19:54:23.999Z Checking oso v0.27.3
30112026-07-08T19:54:24.032Z Checking rand_distr v0.5.1
30122026-07-08T19:54:24.356Z Checking multimap v0.10.1
30132026-07-08T19:54:24.472Z Compiling linkme v0.3.35
30142026-07-08T19:54:24.556Z Compiling relative-path v1.9.3
30152026-07-08T19:54:24.818Z Checking dropshot-api-manager v0.7.2
30162026-07-08T19:54:25.949Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30172026-07-08T19:54:26.080Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30182026-07-08T19:54:26.287Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30192026-07-08T19:54:26.322Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30202026-07-08T19:54:26.461Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30212026-07-08T19:54:26.532Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30222026-07-08T19:54:26.827Z Checking cargo_toml v0.21.0
30232026-07-08T19:54:26.872Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30242026-07-08T19:54:26.974Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30252026-07-08T19:54:27.227Z Checking partial-io v0.5.4
30262026-07-08T19:54:27.456Z Checking termios v0.3.3
30272026-07-08T19:54:27.488Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30282026-07-08T19:54:27.611Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30292026-07-08T19:54:27.692Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-07-08T19:54:28.477Z Checking rstest v0.25.0
30312026-07-08T19:54:29.005Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30322026-07-08T19:54:32.858Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30332026-07-08T19:54:37.178Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30342026-07-08T19:54:40.427Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30352026-07-08T19:54:41.002Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30362026-07-08T19:54:43.231Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30372026-07-08T19:54:46.375Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30382026-07-08T19:54:51.646Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30392026-07-08T19:54:55.638Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30402026-07-08T19:54:56.649Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30412026-07-08T19:54:57.113Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30422026-07-08T19:55:02.774Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30432026-07-08T19:55:07.777Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30442026-07-08T19:55:25.830Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30452026-07-08T19:56:22.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30462026-07-08T19:56:23.089Z
30472026-07-08T19:56:23.089Zreal 4:10.967840474
30482026-07-08T19:56:23.089Zuser 21:36.043704848
30492026-07-08T19:56:23.089Zsys 4:53.675151064
30502026-07-08T19:56:23.089Ztrap 0.525609550
30512026-07-08T19:56:23.089Ztflt 0.406160822
30522026-07-08T19:56:23.089Zdflt 0.525170695
30532026-07-08T19:56:23.089Zkflt 0.004822862
30542026-07-08T19:56:23.089Zlock 59:13.055796453
30552026-07-08T19:56:23.090Zslp 59:11.147673302
30562026-07-08T19:56:23.090Zlat 1:52.382750863
30572026-07-08T19:56:23.090Zstop 10:49.356070227
30582026-07-08T19:56:23.093Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30592026-07-08T19:56:23.093Z+ ptime -m cargo doc --workspace --no-deps
30602026-07-08T19:56:23.923Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30612026-07-08T19:56:23.923Z |
30622026-07-08T19:56:23.923Z = 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)`
30632026-07-08T19:56:23.923Z = 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>
30642026-07-08T19:56:24.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30652026-07-08T19:56:25.190Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30662026-07-08T19:56:25.237Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30672026-07-08T19:56:25.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30682026-07-08T19:56:25.334Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30692026-07-08T19:56:25.395Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30702026-07-08T19:56:25.424Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30712026-07-08T19:56:25.561Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-07-08T19:56:25.591Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30732026-07-08T19:56:25.617Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-07-08T19:56:25.800Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30752026-07-08T19:56:25.825Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30762026-07-08T19:56:25.852Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30772026-07-08T19:56:25.875Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30782026-07-08T19:56:25.897Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30792026-07-08T19:56:25.921Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30802026-07-08T19:56:25.943Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30812026-07-08T19:56:25.971Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30822026-07-08T19:56:26.051Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30832026-07-08T19:56:26.068Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30842026-07-08T19:56:26.115Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30852026-07-08T19:56:26.138Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30862026-07-08T19:56:26.393Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30872026-07-08T19:56:26.704Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30882026-07-08T19:56:26.767Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30892026-07-08T19:56:26.824Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30902026-07-08T19:56:26.852Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30912026-07-08T19:56:26.912Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30922026-07-08T19:56:27.063Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30932026-07-08T19:56:27.160Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30942026-07-08T19:56:27.245Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30952026-07-08T19:56:27.392Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30962026-07-08T19:56:27.420Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30972026-07-08T19:56:27.444Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30982026-07-08T19:56:27.471Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30992026-07-08T19:56:27.602Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31002026-07-08T19:56:27.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31012026-07-08T19:56:27.678Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31022026-07-08T19:56:27.870Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31032026-07-08T19:56:27.996Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31042026-07-08T19:56:28.117Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31052026-07-08T19:56:28.398Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31062026-07-08T19:56:28.522Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31072026-07-08T19:56:28.547Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31082026-07-08T19:56:28.637Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31092026-07-08T19:56:28.688Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31102026-07-08T19:56:28.716Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31112026-07-08T19:56:28.810Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31122026-07-08T19:56:28.887Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31132026-07-08T19:56:28.965Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31142026-07-08T19:56:28.991Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31152026-07-08T19:56:29.060Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31162026-07-08T19:56:29.134Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31172026-07-08T19:56:29.231Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31182026-07-08T19:56:29.253Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31192026-07-08T19:56:29.275Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31202026-07-08T19:56:29.298Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31212026-07-08T19:56:29.340Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31222026-07-08T19:56:29.701Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31232026-07-08T19:56:29.786Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-07-08T19:56:29.847Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31252026-07-08T19:56:30.058Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31262026-07-08T19:56:30.278Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31272026-07-08T19:56:30.524Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31282026-07-08T19:56:30.767Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31292026-07-08T19:56:30.835Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31302026-07-08T19:56:30.863Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31312026-07-08T19:56:30.867Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31322026-07-08T19:56:31.060Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31332026-07-08T19:56:31.122Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-07-08T19:56:31.171Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31352026-07-08T19:56:31.553Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31362026-07-08T19:56:31.701Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31372026-07-08T19:56:31.851Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31382026-07-08T19:56:32.173Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-07-08T19:56:32.207Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-07-08T19:56:32.318Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-07-08T19:56:32.447Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31422026-07-08T19:56:32.473Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31432026-07-08T19:56:32.652Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31442026-07-08T19:56:32.718Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31452026-07-08T19:56:32.860Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31462026-07-08T19:56:32.890Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31472026-07-08T19:56:32.941Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31482026-07-08T19:56:32.965Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31492026-07-08T19:56:33.063Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31502026-07-08T19:56:33.166Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31512026-07-08T19:56:33.256Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31522026-07-08T19:56:33.307Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31532026-07-08T19:56:33.307Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31542026-07-08T19:56:33.355Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31552026-07-08T19:56:33.502Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31562026-07-08T19:56:33.552Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31572026-07-08T19:56:33.598Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31582026-07-08T19:56:33.626Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31592026-07-08T19:56:33.664Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31602026-07-08T19:56:33.781Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31612026-07-08T19:56:33.813Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31622026-07-08T19:56:33.863Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31632026-07-08T19:56:33.907Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31642026-07-08T19:56:33.932Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31652026-07-08T19:56:33.953Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31662026-07-08T19:56:34.005Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31672026-07-08T19:56:34.077Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31682026-07-08T19:56:34.166Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31692026-07-08T19:56:34.220Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31702026-07-08T19:56:34.246Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31712026-07-08T19:56:34.509Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31722026-07-08T19:56:34.553Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31732026-07-08T19:56:34.599Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31742026-07-08T19:56:35.004Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-07-08T19:56:35.183Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-07-08T19:56:35.252Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-07-08T19:56:35.982Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31782026-07-08T19:56:36.069Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31792026-07-08T19:56:36.174Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31802026-07-08T19:56:36.582Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31812026-07-08T19:56:36.749Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-07-08T19:56:36.855Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31832026-07-08T19:56:37.492Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31842026-07-08T19:56:38.116Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31852026-07-08T19:56:38.322Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31862026-07-08T19:56:38.980Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31872026-07-08T19:56:39.235Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31882026-07-08T19:56:39.283Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31892026-07-08T19:56:39.439Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31902026-07-08T19:56:39.596Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31912026-07-08T19:56:39.796Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31922026-07-08T19:56:40.084Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31932026-07-08T19:56:40.292Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31942026-07-08T19:56:40.364Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31952026-07-08T19:56:40.800Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31962026-07-08T19:56:41.110Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31972026-07-08T19:56:41.420Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-07-08T19:56:41.613Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31992026-07-08T19:56:41.813Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32002026-07-08T19:56:41.815Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32012026-07-08T19:56:41.879Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32022026-07-08T19:56:42.362Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32032026-07-08T19:56:42.843Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32042026-07-08T19:56:43.172Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32052026-07-08T19:56:43.586Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32062026-07-08T19:56:43.994Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32072026-07-08T19:56:44.049Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32082026-07-08T19:56:44.651Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32092026-07-08T19:56:45.401Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32102026-07-08T19:56:45.623Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32112026-07-08T19:56:45.963Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32122026-07-08T19:56:46.189Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32132026-07-08T19:56:46.457Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32142026-07-08T19:56:47.062Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32152026-07-08T19:56:47.418Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32162026-07-08T19:56:47.650Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32172026-07-08T19:56:48.032Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32182026-07-08T19:56:48.715Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32192026-07-08T19:56:48.912Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32202026-07-08T19:56:49.159Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32212026-07-08T19:56:52.955Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32222026-07-08T19:56:53.527Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32232026-07-08T19:56:53.952Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32242026-07-08T19:56:54.607Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32252026-07-08T19:56:54.711Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32262026-07-08T19:56:55.037Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32272026-07-08T19:56:55.140Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32282026-07-08T19:56:56.376Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32292026-07-08T19:56:56.927Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32302026-07-08T19:56:57.184Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32312026-07-08T19:56:57.837Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32322026-07-08T19:56:58.188Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32332026-07-08T19:56:58.220Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-07-08T19:56:58.632Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32352026-07-08T19:56:58.833Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32362026-07-08T19:56:58.862Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-07-08T19:56:58.999Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32382026-07-08T19:56:59.147Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32392026-07-08T19:56:59.365Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402026-07-08T19:56:59.545Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-07-08T19:56:59.652Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422026-07-08T19:56:59.676Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32432026-07-08T19:57:00.275Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32442026-07-08T19:57:00.591Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32452026-07-08T19:57:00.636Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-07-08T19:57:00.968Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32472026-07-08T19:57:01.815Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32482026-07-08T19:57:02.516Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32492026-07-08T19:57:02.557Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32502026-07-08T19:57:03.142Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32512026-07-08T19:57:03.788Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32522026-07-08T19:57:05.670Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32532026-07-08T19:57:06.935Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32542026-07-08T19:57:07.754Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32552026-07-08T19:57:08.249Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32562026-07-08T19:57:09.638Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32572026-07-08T19:57:10.027Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32582026-07-08T19:57:11.920Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32592026-07-08T19:57:13.025Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32602026-07-08T19:57:13.574Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32612026-07-08T19:57:15.390Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32622026-07-08T19:57:16.320Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32632026-07-08T19:57:16.726Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32642026-07-08T19:57:17.623Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32652026-07-08T19:57:18.743Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32662026-07-08T19:57:19.751Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32672026-07-08T19:57:20.094Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32682026-07-08T19:57:22.403Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32692026-07-08T19:57:23.227Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32702026-07-08T19:57:26.122Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32712026-07-08T19:57:26.987Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32722026-07-08T19:57:27.841Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32732026-07-08T19:57:28.949Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32742026-07-08T19:57:29.726Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32752026-07-08T19:57:30.519Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32762026-07-08T19:57:31.340Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32772026-07-08T19:57:32.794Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32782026-07-08T19:57:32.948Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32792026-07-08T19:57:33.764Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32802026-07-08T19:57:34.214Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32812026-07-08T19:57:34.592Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32822026-07-08T19:57:35.596Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32832026-07-08T19:57:36.490Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32842026-07-08T19:57:40.054Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32852026-07-08T19:57:40.816Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32862026-07-08T19:57:42.069Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32872026-07-08T19:57:42.698Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32882026-07-08T19:57:43.555Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-07-08T19:57:44.616Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32902026-07-08T19:57:47.574Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32912026-07-08T19:57:48.278Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32922026-07-08T19:57:51.409Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32932026-07-08T19:57:51.516Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32942026-07-08T19:57:52.604Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32952026-07-08T19:57:53.915Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-07-08T19:57:54.966Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32972026-07-08T19:57:56.439Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32982026-07-08T19:57:59.022Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32992026-07-08T19:58:01.296Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33002026-07-08T19:58:02.915Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012026-07-08T19:58:04.553Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33022026-07-08T19:58:06.117Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33032026-07-08T19:58:07.651Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33042026-07-08T19:58:12.365Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33052026-07-08T19:58:12.597Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33062026-07-08T19:58:13.970Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33072026-07-08T19:58:14.330Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33082026-07-08T19:58:16.098Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33092026-07-08T19:58:18.046Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33102026-07-08T19:58:19.653Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33112026-07-08T19:58:21.682Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33122026-07-08T19:58:23.418Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33132026-07-08T19:58:25.111Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33142026-07-08T19:58:27.175Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33152026-07-08T19:58:28.592Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33162026-07-08T19:58:30.371Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33172026-07-08T19:58:32.093Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33182026-07-08T19:58:33.837Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33192026-07-08T19:58:35.616Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33202026-07-08T19:58:39.176Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33212026-07-08T19:58:40.933Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-08T19:58:42.652Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33232026-07-08T19:58:44.529Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33242026-07-08T19:58:46.302Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33252026-07-08T19:58:50.280Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33262026-07-08T19:58:52.268Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33272026-07-08T19:58:54.115Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33282026-07-08T19:58:55.932Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33292026-07-08T19:58:58.799Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33302026-07-08T19:59:00.234Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33312026-07-08T19:59:02.385Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33322026-07-08T19:59:04.795Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33332026-07-08T19:59:07.134Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-07-08T19:59:09.716Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33352026-07-08T19:59:11.857Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33362026-07-08T19:59:14.061Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33372026-07-08T19:59:16.285Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33382026-07-08T19:59:18.573Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33392026-07-08T19:59:20.823Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33402026-07-08T19:59:23.546Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33412026-07-08T19:59:25.540Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33422026-07-08T19:59:27.403Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-07-08T19:59:29.708Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33442026-07-08T19:59:32.035Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33452026-07-08T19:59:34.413Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33462026-07-08T19:59:36.816Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33472026-07-08T19:59:39.095Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33482026-07-08T19:59:41.424Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33492026-07-08T19:59:43.800Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33502026-07-08T19:59:46.162Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33512026-07-08T19:59:48.476Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33522026-07-08T19:59:50.835Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33532026-07-08T19:59:53.228Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33542026-07-08T19:59:55.580Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33552026-07-08T19:59:57.983Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33562026-07-08T20:00:00.351Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33572026-07-08T20:00:02.673Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33582026-07-08T20:00:04.960Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33592026-07-08T20:00:07.639Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-07-08T20:00:09.910Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33612026-07-08T20:00:12.333Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33622026-07-08T20:00:14.717Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33632026-07-08T20:00:17.015Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-07-08T20:00:19.504Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33652026-07-08T20:00:21.870Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33662026-07-08T20:00:24.329Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33672026-07-08T20:00:26.772Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33682026-07-08T20:00:29.125Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33692026-07-08T20:00:31.574Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33702026-07-08T20:00:33.966Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33712026-07-08T20:00:36.283Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-07-08T20:00:38.710Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33732026-07-08T20:00:41.189Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33742026-07-08T20:00:44.110Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33752026-07-08T20:00:46.122Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33762026-07-08T20:00:48.747Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33772026-07-08T20:00:51.295Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33782026-07-08T20:00:53.942Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33792026-07-08T20:00:56.618Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33802026-07-08T20:00:59.184Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33812026-07-08T20:01:01.777Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33822026-07-08T20:01:04.289Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33832026-07-08T20:01:06.964Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33842026-07-08T20:01:09.542Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-07-08T20:01:12.164Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33862026-07-08T20:01:15.088Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33872026-07-08T20:01:17.574Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33882026-07-08T20:01:20.198Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33892026-07-08T20:01:28.495Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33902026-07-08T20:01:28.626Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33912026-07-08T20:01:31.890Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33922026-07-08T20:01:35.413Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33932026-07-08T20:01:38.846Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33942026-07-08T20:01:42.164Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33952026-07-08T20:01:45.646Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33962026-07-08T20:01:50.298Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33972026-07-08T20:01:53.199Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33982026-07-08T20:01:56.986Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33992026-07-08T20:02:00.658Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34002026-07-08T20:02:04.434Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34012026-07-08T20:02:08.104Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34022026-07-08T20:02:11.888Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34032026-07-08T20:02:15.566Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34042026-07-08T20:02:19.319Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34052026-07-08T20:02:23.025Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34062026-07-08T20:02:26.877Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34072026-07-08T20:02:30.526Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34082026-07-08T20:02:34.263Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34092026-07-08T20:02:37.999Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34102026-07-08T20:02:41.792Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34112026-07-08T20:02:45.542Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34122026-07-08T20:02:49.481Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34132026-07-08T20:03:19.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
34142026-07-08T20:03:19.503Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34152026-07-08T20:03:19.609Z
34162026-07-08T20:03:19.613Zreal 6:56.432257359
34172026-07-08T20:03:19.613Zuser 18:40.252495309
34182026-07-08T20:03:19.613Zsys 3:56.661076002
34192026-07-08T20:03:19.613Ztrap 0.273756526
34202026-07-08T20:03:19.613Ztflt 0.052529101
34212026-07-08T20:03:19.613Zdflt 0.091888426
34222026-07-08T20:03:19.613Zkflt 0.000053850
34232026-07-08T20:03:19.613Zlock 6:24:41.541345297
34242026-07-08T20:03:19.613Zslp 2:19:51.635221356
34252026-07-08T20:03:19.613Zlat 34.877609899
34262026-07-08T20:03:19.613Zstop 1:42.933925792
34272026-07-08T20:03:19.613Zprocess exited: duration 790915 ms, exit code 0
 
34282026-07-08T20:03:19.620Zfound 0 output files