01KWFQV2PZWTWK31DYZASW2HP2: clippy (helios)

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

Buildomat Job: 01KWFQW064398BJ2TYM17YV7MV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T21:03:52.191Zjob assigned to worker 01KWFQWAED6YBD3YRRDCN6T6SS [factory aws, i-04698a9a56c799230] (queued for 52 s)
 
22026-07-01T21:03:59.659Zstarting task 0: "setup"
32026-07-01T21:03:59.662Z++ uname -s
42026-07-01T21:03:59.667Z+ kern=SunOS
52026-07-01T21:03:59.668Z+ build_user=build
62026-07-01T21:03:59.668Z+ build_uid=12345
72026-07-01T21:03:59.671Z+ work_dir=/work
82026-07-01T21:03:59.671Z+ input_dir=/input
92026-07-01T21:03:59.674Z+ [[ 0 == 12345 ]]
102026-07-01T21:03:59.674Z+ case "$kern" in
112026-07-01T21:03:59.674Z+ groupadd -g 12345 build
122026-07-01T21:03:59.674Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T21:04:01.724Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T21:04:01.776Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T21:04:01.776Z+ home_fs=zfs
162026-07-01T21:04:01.776Z+ [[ zfs == autofs ]]
172026-07-01T21:04:01.776Z+ mkdir -p /home/build
182026-07-01T21:04:01.838Z+ chown build:build /home/build /work
192026-07-01T21:04:03.731Z+ chmod 0700 /home/build /work
202026-07-01T21:04:03.816Zprocess exited: duration 4075 ms, exit code 0
 
212026-07-01T21:04:03.823Zstarting task 1: "rust-toolchain"
222026-07-01T21:04:03.827Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T21:04:03.827Z * rust toolchain channel = "1.96.1"
242026-07-01T21:04:03.827Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-01T21:04:03.827Z * rust toolchain profile = "default"
262026-07-01T21:04:03.827Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T21:04:03.828Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T21:04:03.834Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T21:04:03.834Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T21:04:03.897Zinfo: downloading installer
312026-07-01T21:04:05.384Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T21:04:05.384Zwarn: /home/build/.rustup/settings.toml
332026-07-01T21:04:05.385Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T21:04:05.385Zwarn: instead of the one inferred from the default host triple.
352026-07-01T21:04:05.393Zinfo: profile set to default
362026-07-01T21:04:05.393Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T21:04:05.393Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T21:04:05.534Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T21:04:05.539Zinfo: downloading 6 components
402026-07-01T21:04:20.466Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T21:04:20.466Z
422026-07-01T21:04:20.502Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T21:04:20.502Z
442026-07-01T21:04:20.502Z
452026-07-01T21:04:20.502ZRust is installed now. Great!
462026-07-01T21:04:20.502Z
472026-07-01T21:04:20.502ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T21:04:20.502Zenvironment variable. This has not been done automatically.
492026-07-01T21:04:20.502Z
502026-07-01T21:04:20.502ZTo configure your current shell, you need to source
512026-07-01T21:04:20.502Zthe corresponding env file under $HOME/.cargo.
522026-07-01T21:04:20.502Z
532026-07-01T21:04:20.502ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T21:04:20.502Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T21:04:20.503Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T21:04:20.503Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T21:04:20.503Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T21:04:20.503Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T21:04:20.503Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T21:04:20.506Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T21:04:20.507Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T21:04:20.593Z+ rustup --version
632026-07-01T21:04:20.603Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T21:04:20.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T21:04:20.624Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T21:04:20.627Z+ cargo --version
672026-07-01T21:04:20.640Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T21:04:20.644Z+ rustc --version
692026-07-01T21:04:20.661Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T21:04:20.664Zprocess exited: duration 16840 ms, exit code 0
 
712026-07-01T21:04:20.671Zstarting task 2: "authentication"
722026-07-01T21:04:20.688Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T21:04:20.695Zstarting task 3: "clone repository"
742026-07-01T21:04:20.698Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T21:04:20.701Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T21:04:20.728ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T21:04:30.864Z+ cd /work/oxidecomputer/omicron
782026-07-01T21:04:30.864Z+ git fetch origin fb4894e22274273953e3497784df41c2e11a45af
792026-07-01T21:04:31.172ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T21:04:31.172Z * branch fb4894e22274273953e3497784df41c2e11a45af -> FETCH_HEAD
812026-07-01T21:04:31.175Z+ [[ -n jmcarp/omdb-producer-kind ]]
822026-07-01T21:04:31.175Z++ git branch --show-current
832026-07-01T21:04:31.175Z+ current=main
842026-07-01T21:04:31.175Z+ [[ main != jmcarp/omdb-producer-kind ]]
852026-07-01T21:04:31.175Z+ git branch -f jmcarp/omdb-producer-kind fb4894e22274273953e3497784df41c2e11a45af
862026-07-01T21:04:31.175Z+ git checkout -f jmcarp/omdb-producer-kind
872026-07-01T21:04:31.414ZSwitched to branch 'jmcarp/omdb-producer-kind'
882026-07-01T21:04:31.416Z+ git reset --hard fb4894e22274273953e3497784df41c2e11a45af
892026-07-01T21:04:31.430ZHEAD is now at fb4894e22 Oximeter: Expose `kind` in `ProducerDetails` and plumb to omdb.
902026-07-01T21:04:31.433Zprocess exited: duration 10737 ms, exit code 0
 
912026-07-01T21:04:31.439Zstarting task 4: "build"
922026-07-01T21:04:31.442Z+ source ./env.sh
932026-07-01T21:04:31.447Z++ OLD_SHELL_OPTS=ehxB
942026-07-01T21:04:31.447Z++ set -o xtrace
952026-07-01T21:04:31.447Z++++ dirname ./env.sh
962026-07-01T21:04:31.450Z+++ readlink -f .
972026-07-01T21:04:31.450Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-01T21:04:31.450Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-01T21:04:31.450Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-01T21:04:31.450Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T21:04:31.450Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T21:04:31.450Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-01T21:04:31.450Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-01T21:04:31.450Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-01T21:04:31.450Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-01T21:04:31.450Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T21:04:31.450Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-01T21:04:31.450Z++ case $OLD_SHELL_OPTS in
1092026-07-01T21:04:31.450Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-01T21:04:31.450Z+ source .github/buildomat/ci-env.sh
1112026-07-01T21:04:31.450Z++ export CARGO_TERM_COLOR=always
1122026-07-01T21:04:31.450Z++ CARGO_TERM_COLOR=always
1132026-07-01T21:04:31.450Z+ cargo --version
1142026-07-01T21:04:31.457Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-01T21:04:31.460Z+ rustc --version
1162026-07-01T21:04:31.480Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-01T21:04:31.485Z+ banner prerequisites
1182026-07-01T21:04:31.488Z
1192026-07-01T21:04:31.488Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-01T21:04:31.488Z # # # # # # # # # # # # # # #
1212026-07-01T21:04:31.488Z # # # # ##### # # ##### # # # # # #### #
1222026-07-01T21:04:31.488Z ##### ##### # ##### # # # # # # # # #
1232026-07-01T21:04:31.488Z # # # # # # # # # # # # # # #
1242026-07-01T21:04:31.488Z # # # ###### # # ###### ### # #### # #### #
1252026-07-01T21:04:31.489Z
1262026-07-01T21:04:31.489Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-01T21:04:33.011Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-01T21:04:33.119Z Startup: Caching catalogs ... Done
1292026-07-01T21:04:33.620ZPlanning: Solver setup ... Done (0.454s)
1302026-07-01T21:04:33.646ZPlanning: Running solver ... Done (0.027s)
1312026-07-01T21:04:33.657ZPlanning: Finding local manifests ... Done (0.002s)
1322026-07-01T21:04:33.671ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-01T21:04:33.686ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-01T21:04:33.699ZPlanning: Package planning ... Done (0.013s)
1352026-07-01T21:04:33.702ZPlanning: Merging actions ... Done (0.001s)
1362026-07-01T21:04:33.867ZPlanning: Checking for conflicting actions ... Done (0.165s)
1372026-07-01T21:04:33.870ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-01T21:04:34.883ZPlanning: Evaluating mediators ... Done (0.645s)
1392026-07-01T21:04:34.901ZPlanning: Planning completed in 1.37 seconds
1402026-07-01T21:04:34.901Z Packages to install: 2
1412026-07-01T21:04:34.901Z Estimated space available: 156.06 GB
1422026-07-01T21:04:34.901ZEstimated space to be consumed: 30.98 MB
1432026-07-01T21:04:34.901Z Create boot environment: No
1442026-07-01T21:04:34.901ZCreate backup boot environment: No
1452026-07-01T21:04:34.901Z Rebuild boot archive: No
1462026-07-01T21:04:34.901Z
1472026-07-01T21:04:34.901ZChanged packages:
1482026-07-01T21:04:34.901Zhelios
1492026-07-01T21:04:34.901Z developer/build-essential
1502026-07-01T21:04:34.901Z None -> 11-3.0
1512026-07-01T21:04:34.901Z library/libxmlsec1
1522026-07-01T21:04:34.901Z None -> 1.2.35-3.0
1532026-07-01T21:04:34.901Z
1542026-07-01T21:04:34.901ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-01T21:04:35.025ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1562026-07-01T21:04:35.100Z Actions: 1/268 actions (Installing new actions)
1572026-07-01T21:04:35.146Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-01T21:04:35.153ZFinalize: Updating package state database ... Done (0.010s)
1592026-07-01T21:04:35.153ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-01T21:04:35.176ZFinalize: Updating image state ... Done (0.029s)
1612026-07-01T21:04:37.503ZFinalize: Creating fast lookup database ... Done (2.303s)
1622026-07-01T21:04:37.569ZFinalize: Reading search index ... Done (0.012s)
1632026-07-01T21:04:37.573ZFinalize: Updating search index ... Done (0.000s)
1642026-07-01T21:04:37.655ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-01T21:04:37.967ZPlanning: Evaluating mediator changes ... Done
1662026-07-01T21:04:38.075ZPlanning: Checking for conflicting actions ... Done
1672026-07-01T21:04:38.078ZPlanning: Consolidating action changes ... Done
1682026-07-01T21:04:38.228ZPlanning: Evaluating mediators ... Done
1692026-07-01T21:04:38.231ZPlanning: Planning completed in 0.26 seconds
1702026-07-01T21:04:38.251Z Mediators to change: 2
1712026-07-01T21:04:38.251Z Create boot environment: No
1722026-07-01T21:04:38.254ZCreate backup boot environment: No
1732026-07-01T21:04:38.363ZFinalize: Updating package state database ... Done
1742026-07-01T21:04:38.363ZFinalize: Updating package cache ... Done
1752026-07-01T21:04:38.369ZFinalize: Updating image state ... Done
1762026-07-01T21:04:40.310ZFinalize: Creating fast lookup database ... Done
1772026-07-01T21:04:40.371ZFinalize: Reading search index ... Done
1782026-07-01T21:04:40.374ZFinalize: Updating search index ... Done
1792026-07-01T21:04:40.459ZFinalize: Updating package cache ... Done
1802026-07-01T21:04:40.745ZPlanning: Evaluating mediator changes ... Done
1812026-07-01T21:04:40.853ZPlanning: Checking for conflicting actions ... Done
1822026-07-01T21:04:40.862ZPlanning: Consolidating action changes ... Done
1832026-07-01T21:04:41.010ZPlanning: Evaluating mediators ... Done
1842026-07-01T21:04:41.012ZPlanning: Planning completed in 0.27 seconds
1852026-07-01T21:04:41.033Z Mediators to change: 1
1862026-07-01T21:04:41.033Z Create boot environment: No
1872026-07-01T21:04:41.033ZCreate backup boot environment: No
1882026-07-01T21:04:41.084ZFinalize: Updating package state database ... Done
1892026-07-01T21:04:41.084ZFinalize: Updating package cache ... Done
1902026-07-01T21:04:41.100ZFinalize: Updating image state ... Done
1912026-07-01T21:04:43.048ZFinalize: Creating fast lookup database ... Done
1922026-07-01T21:04:43.115ZFinalize: Reading search index ... Done
1932026-07-01T21:04:43.118ZFinalize: Updating search index ... Done
1942026-07-01T21:04:43.185ZFinalize: Updating package cache ... Done
1952026-07-01T21:04:43.500ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-01T21:04:43.500Zapache system 2.4 system
1972026-07-01T21:04:43.500Zclang system 15 system
1982026-07-01T21:04:43.500Zcsh system system illumos
1992026-07-01T21:04:43.500Zctags system system illumos
2002026-07-01T21:04:43.500Zfile vendor vendor darwinsys
2012026-07-01T21:04:43.500Zfile system system illumos
2022026-07-01T21:04:43.500Zgcc vendor 14 vendor
2032026-07-01T21:04:43.500Zgcc system 13 system
2042026-07-01T21:04:43.500Zgcc system 10 system
2052026-07-01T21:04:43.500Zgo system 1.25 system
2062026-07-01T21:04:43.500Zllvm system 15 system
2072026-07-01T21:04:43.500Zmariadb system 11.4 system
2082026-07-01T21:04:43.500Zmta vendor vendor dma
2092026-07-01T21:04:43.500Zopenjdk system 17 system
2102026-07-01T21:04:43.500Zopenjdk system 11 system
2112026-07-01T21:04:43.500Zopenssl vendor 3 vendor
2122026-07-01T21:04:43.500Zperl system 5.40 system
2132026-07-01T21:04:43.501Zpostgresql system 18 system
2142026-07-01T21:04:43.501Zpostgresql system 17 system
2152026-07-01T21:04:43.501Zpython vendor 3 vendor
2162026-07-01T21:04:43.501Zpython system 2 system
2172026-07-01T21:04:43.501Zpython3 vendor 3.13 vendor
2182026-07-01T21:04:43.501Zruby system 3.4 system
2192026-07-01T21:04:43.501Zruby system 3.0 system
2202026-07-01T21:04:43.501Zwords vendor vendor american-english
2212026-07-01T21:04:43.501Zwords system system australian-english
2222026-07-01T21:04:43.501Zwords system system british-english
2232026-07-01T21:04:43.501Zwords system system canadian-english
2242026-07-01T21:04:43.501Zwords system system french
2252026-07-01T21:04:43.501Zwords system system italian
2262026-07-01T21:04:43.501Zwords system system ngerman
2272026-07-01T21:04:43.501Zwords system system ogerman
2282026-07-01T21:04:43.501Zwords system system spanish
2292026-07-01T21:04:43.751ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-01T21:04:43.751Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-01T21:04:44.057ZFMRI IFO
2322026-07-01T21:04:44.057Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-01T21:04:44.057Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-01T21:04:44.057Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-01T21:04:44.057Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-01T21:04:44.057Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-01T21:04:44.057Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-01T21:04:44.057Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-01T21:04:44.057Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-01T21:04:44.057Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-01T21:04:44.318Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-01T21:04:44.598Z Updating crates.io index
2432026-07-01T21:04:44.602Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-01T21:04:44.834Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-01T21:04:45.116Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-01T21:04:46.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-01T21:04:46.567Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-01T21:04:48.101Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-01T21:04:48.878Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-01T21:04:49.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-01T21:04:49.467Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-01T21:04:50.513Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-01T21:04:50.800Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-01T21:04:51.132Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-01T21:04:51.413Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-01T21:04:51.841Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-01T21:04:52.316Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-01T21:04:52.554Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-01T21:04:52.772Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-01T21:04:53.054Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-01T21:04:53.316Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-01T21:04:53.679Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-01T21:04:53.935Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-01T21:04:54.206Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-01T21:04:55.020Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-01T21:04:55.329Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-01T21:04:55.583Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-01T21:04:56.006Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-01T21:04:56.261Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-01T21:04:56.575Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-01T21:04:56.814Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-01T21:04:57.054Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-01T21:04:57.390Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-01T21:04:57.818Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-01T21:04:58.239Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-01T21:04:58.539Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-01T21:04:58.822Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-01T21:04:59.116Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-01T21:04:59.402Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-01T21:04:59.674Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-01T21:04:59.947Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-01T21:05:00.179Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-01T21:05:02.871Z Downloading crates ...
2842026-07-01T21:05:02.950Z Downloaded thread-id v4.2.2
2852026-07-01T21:05:02.953Z Downloaded generic-array v0.14.7
2862026-07-01T21:05:02.956Z Downloaded zerocopy-derive v0.7.35
2872026-07-01T21:05:02.958Z Downloaded fnv v1.0.7
2882026-07-01T21:05:02.958Z Downloaded block-buffer v0.10.4
2892026-07-01T21:05:02.971Z Downloaded zmij v1.0.21
2902026-07-01T21:05:02.974Z Downloaded zerocopy v0.7.35
2912026-07-01T21:05:02.980Z Downloaded cargo_toml v0.21.0
2922026-07-01T21:05:02.983Z Downloaded heck v0.5.0
2932026-07-01T21:05:02.983Z Downloaded autocfg v1.5.0
2942026-07-01T21:05:02.983Z Downloaded semver v1.0.28
2952026-07-01T21:05:02.986Z Downloaded bytecount v0.6.9
2962026-07-01T21:05:02.986Z Downloaded pest_generator v2.8.6
2972026-07-01T21:05:02.991Z Downloaded dtrace-parser v0.2.0
2982026-07-01T21:05:02.994Z Downloaded fs-err v3.3.0
2992026-07-01T21:05:02.997Z Downloaded camino-tempfile v1.4.1
3002026-07-01T21:05:02.997Z Downloaded anstyle-query v1.1.5
3012026-07-01T21:05:03.001Z Downloaded pest_meta v2.8.6
3022026-07-01T21:05:03.004Z Downloaded macaddr v1.0.1
3032026-07-01T21:05:03.004Z Downloaded heck v0.4.1
3042026-07-01T21:05:03.006Z Downloaded byteorder v1.5.0
3052026-07-01T21:05:03.009Z Downloaded bitflags v2.11.0
3062026-07-01T21:05:03.015Z Downloaded fastrand v2.3.0
3072026-07-01T21:05:03.022Z Downloaded memmap v0.7.0
3082026-07-01T21:05:03.022Z Downloaded is_terminal_polyfill v1.70.2
3092026-07-01T21:05:03.025Z Downloaded crypto-common v0.1.7
3102026-07-01T21:05:03.025Z Downloaded dof v0.3.0
3112026-07-01T21:05:03.025Z Downloaded camino v1.2.2
3122026-07-01T21:05:03.025Z Downloaded clap_lex v1.0.0
3132026-07-01T21:05:03.028Z Downloaded equivalent v1.0.2
3142026-07-01T21:05:03.028Z Downloaded toml_datetime v0.6.11
3152026-07-01T21:05:03.031Z Downloaded itoa v1.0.17
3162026-07-01T21:05:03.034Z Downloaded utf8parse v0.2.2
3172026-07-01T21:05:03.034Z Downloaded colorchoice v1.0.4
3182026-07-01T21:05:03.040Z Downloaded cargo-platform v0.3.2
3192026-07-01T21:05:03.040Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-01T21:05:03.043Z Downloaded smawk v0.3.2
3212026-07-01T21:05:03.043Z Downloaded cpufeatures v0.2.17
3222026-07-01T21:05:03.043Z Downloaded cfg-if v1.0.4
3232026-07-01T21:05:03.054Z Downloaded typenum v1.20.1
3242026-07-01T21:05:03.058Z Downloaded version_check v0.9.5
3252026-07-01T21:05:03.061Z Downloaded tabled_derive v0.7.0
3262026-07-01T21:05:03.066Z Downloaded usdt-macro v0.5.0
3272026-07-01T21:05:03.069Z Downloaded toml_write v0.1.2
3282026-07-01T21:05:03.072Z Downloaded terminal_size v0.4.3
3292026-07-01T21:05:03.072Z Downloaded scroll_derive v0.12.1
3302026-07-01T21:05:03.075Z Downloaded unicode-linebreak v0.1.5
3312026-07-01T21:05:03.078Z Downloaded swrite v0.1.0
3322026-07-01T21:05:03.078Z Downloaded usdt v0.5.0
3332026-07-01T21:05:03.078Z Downloaded cargo_metadata v0.23.1
3342026-07-01T21:05:03.084Z Downloaded strsim v0.11.1
3352026-07-01T21:05:03.087Z Downloaded usdt-attr-macro v0.5.0
3362026-07-01T21:05:03.087Z Downloaded pretty-hex v0.4.1
3372026-07-01T21:05:03.093Z Downloaded plain v0.2.3
3382026-07-01T21:05:03.096Z Downloaded anstyle v1.0.14
3392026-07-01T21:05:03.097Z Downloaded quote v1.0.45
3402026-07-01T21:05:03.097Z Downloaded errno v0.3.14
3412026-07-01T21:05:03.100Z Downloaded digest v0.10.7
3422026-07-01T21:05:03.105Z Downloaded clap_derive v4.6.1
3432026-07-01T21:05:03.108Z Downloaded thiserror-impl v2.0.18
3442026-07-01T21:05:03.108Z Downloaded usdt-impl v0.5.0
3452026-07-01T21:05:03.108Z Downloaded proc-macro-error v1.0.4
3462026-07-01T21:05:03.111Z Downloaded anstream v1.0.0
3472026-07-01T21:05:03.111Z Downloaded serde_spanned v0.6.9
3482026-07-01T21:05:03.111Z Downloaded serde_tokenstream v0.2.3
3492026-07-01T21:05:03.111Z Downloaded anyhow v1.0.102
3502026-07-01T21:05:03.115Z Downloaded thiserror-impl v1.0.69
3512026-07-01T21:05:03.118Z Downloaded scroll v0.12.0
3522026-07-01T21:05:03.120Z Downloaded thiserror v1.0.69
3532026-07-01T21:05:03.123Z Downloaded once_cell v1.21.3
3542026-07-01T21:05:03.123Z Downloaded thiserror v2.0.18
3552026-07-01T21:05:03.126Z Downloaded sha2 v0.10.9
3562026-07-01T21:05:03.126Z Downloaded anstyle-parse v1.0.0
3572026-07-01T21:05:03.130Z Downloaded pest_derive v2.8.6
3582026-07-01T21:05:03.136Z Downloaded toml v0.8.23
3592026-07-01T21:05:03.139Z Downloaded tempfile v3.25.0
3602026-07-01T21:05:03.146Z Downloaded ucd-trie v0.1.7
3612026-07-01T21:05:03.150Z Downloaded clap v4.6.1
3622026-07-01T21:05:03.159Z Downloaded unicode-ident v1.0.24
3632026-07-01T21:05:03.168Z Downloaded proc-macro2 v1.0.106
3642026-07-01T21:05:03.172Z Downloaded log v0.4.29
3652026-07-01T21:05:03.180Z Downloaded textwrap v0.16.2
3662026-07-01T21:05:03.183Z Downloaded getrandom v0.4.1
3672026-07-01T21:05:03.187Z Downloaded papergrid v0.11.0
3682026-07-01T21:05:03.192Z Downloaded serde_derive v1.0.228
3692026-07-01T21:05:03.195Z Downloaded serde_core v1.0.228
3702026-07-01T21:05:03.199Z Downloaded hashbrown v0.17.0
3712026-07-01T21:05:03.202Z Downloaded pest v2.8.6
3722026-07-01T21:05:03.206Z Downloaded serde v1.0.228
3732026-07-01T21:05:03.210Z Downloaded toml_edit v0.22.27
3742026-07-01T21:05:03.213Z Downloaded memchr v2.8.0
3752026-07-01T21:05:03.216Z Downloaded indexmap v2.14.0
3762026-07-01T21:05:03.232Z Downloaded goblin v0.8.2
3772026-07-01T21:05:03.250Z Downloaded serde_json v1.0.150
3782026-07-01T21:05:03.260Z Downloaded clap_builder v4.6.0
3792026-07-01T21:05:03.268Z Downloaded winnow v0.7.14
3802026-07-01T21:05:03.284Z Downloaded tabled v0.15.0
3812026-07-01T21:05:03.299Z Downloaded syn v1.0.109
3822026-07-01T21:05:03.315Z Downloaded unicode-width v0.1.14
3832026-07-01T21:05:03.318Z Downloaded unicode-width v0.2.0
3842026-07-01T21:05:03.321Z Downloaded syn v2.0.117
3852026-07-01T21:05:03.336Z Downloaded rustix v1.1.3
3862026-07-01T21:05:03.349Z Downloaded libc v0.2.185
3872026-07-01T21:05:03.413Z Compiling proc-macro2 v1.0.106
3882026-07-01T21:05:03.413Z Compiling unicode-ident v1.0.24
3892026-07-01T21:05:03.413Z Compiling quote v1.0.45
3902026-07-01T21:05:03.413Z Compiling serde_core v1.0.228
3912026-07-01T21:05:03.416Z Compiling libc v0.2.185
3922026-07-01T21:05:03.416Z Compiling version_check v0.9.5
3932026-07-01T21:05:03.416Z Compiling memchr v2.8.0
3942026-07-01T21:05:03.416Z Compiling serde v1.0.228
3952026-07-01T21:05:03.732Z Compiling zmij v1.0.21
3962026-07-01T21:05:03.943Z Compiling ucd-trie v0.1.7
3972026-07-01T21:05:04.180Z Compiling itoa v1.0.17
3982026-07-01T21:05:04.410Z Compiling thiserror v1.0.69
3992026-07-01T21:05:04.425Z Compiling pest v2.8.6
4002026-07-01T21:05:04.670Z Compiling byteorder v1.5.0
4012026-07-01T21:05:04.772Z Compiling rustix v1.1.3
4022026-07-01T21:05:04.865Z Compiling errno v0.3.14
4032026-07-01T21:05:04.886Z Compiling serde_json v1.0.150
4042026-07-01T21:05:04.902Z Compiling bitflags v2.11.0
4052026-07-01T21:05:05.121Z Compiling thread-id v4.2.2
4062026-07-01T21:05:05.202Z Compiling syn v2.0.117
4072026-07-01T21:05:05.242Z Compiling usdt-impl v0.5.0
4082026-07-01T21:05:05.268Z Compiling proc-macro-error-attr v1.0.4
4092026-07-01T21:05:05.360Z Compiling syn v1.0.109
4102026-07-01T21:05:05.490Z Compiling pest_meta v2.8.6
4112026-07-01T21:05:05.508Z Compiling camino v1.2.2
4122026-07-01T21:05:05.776Z Compiling proc-macro-error v1.0.4
4132026-07-01T21:05:05.800Z Compiling log v0.4.29
4142026-07-01T21:05:05.885Z Compiling getrandom v0.4.1
4152026-07-01T21:05:05.989Z Compiling equivalent v1.0.2
4162026-07-01T21:05:06.054Z Compiling hashbrown v0.17.0
4172026-07-01T21:05:06.074Z Compiling utf8parse v0.2.2
4182026-07-01T21:05:06.268Z Compiling plain v0.2.3
4192026-07-01T21:05:06.401Z Compiling terminal_size v0.4.3
4202026-07-01T21:05:06.416Z Compiling anstyle-parse v1.0.0
4212026-07-01T21:05:06.532Z Compiling indexmap v2.14.0
4222026-07-01T21:05:07.029Z Compiling toml_write v0.1.2
4232026-07-01T21:05:07.046Z Compiling winnow v0.7.14
4242026-07-01T21:05:07.513Z Compiling pretty-hex v0.4.1
4252026-07-01T21:05:07.522Z Compiling colorchoice v1.0.4
4262026-07-01T21:05:07.522Z Compiling anstyle-query v1.1.5
4272026-07-01T21:05:07.522Z Compiling cfg-if v1.0.4
4282026-07-01T21:05:07.522Z Compiling is_terminal_polyfill v1.70.2
4292026-07-01T21:05:07.522Z Compiling autocfg v1.5.0
4302026-07-01T21:05:07.522Z Compiling thiserror v2.0.18
4312026-07-01T21:05:07.522Z Compiling anstyle v1.0.14
4322026-07-01T21:05:07.522Z Compiling pest_generator v2.8.6
4332026-07-01T21:05:07.522Z Compiling anstream v1.0.0
4342026-07-01T21:05:07.522Z Compiling fastrand v2.3.0
4352026-07-01T21:05:07.675Z Compiling fs-err v3.3.0
4362026-07-01T21:05:07.788Z Compiling bytecount v0.6.9
4372026-07-01T21:05:07.819Z Compiling anyhow v1.0.102
4382026-07-01T21:05:07.881Z Compiling fnv v1.0.7
4392026-07-01T21:05:07.921Z Compiling heck v0.5.0
4402026-07-01T21:05:07.984Z Compiling once_cell v1.21.3
4412026-07-01T21:05:08.068Z Compiling unicode-width v0.1.14
4422026-07-01T21:05:08.127Z Compiling clap_lex v1.0.0
4432026-07-01T21:05:08.154Z Compiling heck v0.4.1
4442026-07-01T21:05:08.158Z Compiling strsim v0.11.1
4452026-07-01T21:05:08.246Z Compiling tempfile v3.25.0
4462026-07-01T21:05:08.390Z Compiling clap_builder v4.6.0
4472026-07-01T21:05:08.410Z Compiling papergrid v0.11.0
4482026-07-01T21:05:08.549Z Compiling cargo-platform v0.3.2
4492026-07-01T21:05:08.629Z Compiling semver v1.0.28
4502026-07-01T21:05:08.646Z Compiling memmap v0.7.0
4512026-07-01T21:05:08.649Z Compiling tabled_derive v0.7.0
4522026-07-01T21:05:08.679Z Compiling unicode-width v0.2.0
4532026-07-01T21:05:08.818Z Compiling unicode-linebreak v0.1.5
4542026-07-01T21:05:08.834Z Compiling smawk v0.3.2
4552026-07-01T21:05:08.986Z Compiling camino-tempfile v1.4.1
4562026-07-01T21:05:09.065Z Compiling textwrap v0.16.2
4572026-07-01T21:05:09.097Z Compiling serde_derive v1.0.228
4582026-07-01T21:05:09.215Z Compiling thiserror-impl v1.0.69
4592026-07-01T21:05:09.247Z Compiling zerocopy-derive v0.7.35
4602026-07-01T21:05:09.306Z Compiling pest_derive v2.8.6
4612026-07-01T21:05:09.535Z Compiling scroll_derive v0.12.1
4622026-07-01T21:05:09.586Z Compiling thiserror-impl v2.0.18
4632026-07-01T21:05:09.773Z Compiling clap_derive v4.6.1
4642026-07-01T21:05:09.856Z Compiling tabled v0.15.0
4652026-07-01T21:05:10.146Z Compiling zerocopy v0.7.35
4662026-07-01T21:05:10.232Z Compiling scroll v0.12.0
4672026-07-01T21:05:10.515Z Compiling goblin v0.8.2
4682026-07-01T21:05:10.630Z Compiling dtrace-parser v0.2.0
4692026-07-01T21:05:10.696Z Compiling swrite v0.1.0
4702026-07-01T21:05:11.500Z Compiling clap v4.6.1
4712026-07-01T21:05:12.071Z Compiling dof v0.3.0
4722026-07-01T21:05:12.071Z Compiling serde_tokenstream v0.2.3
4732026-07-01T21:05:12.102Z Compiling serde_spanned v0.6.9
4742026-07-01T21:05:12.105Z Compiling toml_datetime v0.6.11
4752026-07-01T21:05:12.105Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-01T21:05:12.148Z Compiling macaddr v1.0.1
4772026-07-01T21:05:12.176Z Compiling cargo_metadata v0.23.1
4782026-07-01T21:05:12.283Z Compiling toml_edit v0.22.27
4792026-07-01T21:05:12.830Z Compiling usdt-macro v0.5.0
4802026-07-01T21:05:12.906Z Compiling usdt-attr-macro v0.5.0
4812026-07-01T21:05:13.559Z Compiling usdt v0.5.0
4822026-07-01T21:05:13.672Z Compiling toml v0.8.23
4832026-07-01T21:05:14.003Z Compiling cargo_toml v0.21.0
4842026-07-01T21:05:15.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-07-01T21:05:17.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.03s
4862026-07-01T21:05:17.392Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-07-01T21:05:17.869Z Downloading crates ...
4882026-07-01T21:05:17.961Z Downloaded adler2 v2.0.1
4892026-07-01T21:05:17.982Z Downloaded crc-catalog v2.4.0
4902026-07-01T21:05:17.986Z Downloaded async-stream v0.3.6
4912026-07-01T21:05:17.986Z Downloaded base16ct v1.0.0
4922026-07-01T21:05:17.989Z Downloaded aead v0.5.2
4932026-07-01T21:05:17.989Z Downloaded array-init v0.0.4
4942026-07-01T21:05:17.989Z Downloaded async-stream-impl v0.3.6
4952026-07-01T21:05:17.992Z Downloaded cookie_store v0.22.1
4962026-07-01T21:05:17.992Z Downloaded darling_core v0.23.0
4972026-07-01T21:05:17.995Z Downloaded anstyle-parse v0.2.7
4982026-07-01T21:05:17.997Z Downloaded display-error-chain v0.2.2
4992026-07-01T21:05:17.997Z Downloaded bit-set v0.8.0
5002026-07-01T21:05:18.000Z Downloaded darling_macro v0.21.3
5012026-07-01T21:05:18.000Z Downloaded base16ct v0.2.0
5022026-07-01T21:05:18.005Z Downloaded crypto-common v0.2.2
5032026-07-01T21:05:18.008Z Downloaded bitfield-struct v0.6.2
5042026-07-01T21:05:18.011Z Downloaded bb8 v0.8.6
5052026-07-01T21:05:18.011Z Downloaded atomicwrites v0.4.4
5062026-07-01T21:05:18.011Z Downloaded digest v0.11.3
5072026-07-01T21:05:18.014Z Downloaded convert_case v0.4.0
5082026-07-01T21:05:18.014Z Downloaded cobs v0.3.0
5092026-07-01T21:05:18.018Z Downloaded async-recursion v1.1.1
5102026-07-01T21:05:18.021Z Downloaded defmt-macros v1.0.1
5112026-07-01T21:05:18.021Z Downloaded convert_case v0.10.0
5122026-07-01T21:05:18.021Z Downloaded cfg_aliases v0.1.1
5132026-07-01T21:05:18.024Z Downloaded darling_macro v0.13.4
5142026-07-01T21:05:18.024Z Downloaded crossbeam-deque v0.8.6
5152026-07-01T21:05:18.024Z Downloaded critical-section v1.2.0
5162026-07-01T21:05:18.024Z Downloaded cpubits v0.1.1
5172026-07-01T21:05:18.027Z Downloaded darling_macro v0.20.11
5182026-07-01T21:05:18.027Z Downloaded crossbeam-utils v0.8.21
5192026-07-01T21:05:18.027Z Downloaded darling v0.20.11
5202026-07-01T21:05:18.033Z Downloaded bitflags v1.3.2
5212026-07-01T21:05:18.036Z Downloaded darling_macro v0.23.0
5222026-07-01T21:05:18.040Z Downloaded arrayvec v0.7.6
5232026-07-01T21:05:18.040Z Downloaded bitfield v0.19.4
5242026-07-01T21:05:18.040Z Downloaded defmt-parser v1.0.0
5252026-07-01T21:05:18.043Z Downloaded argon2 v0.6.0-rc.8
5262026-07-01T21:05:18.043Z Downloaded corncobs v0.1.4
5272026-07-01T21:05:18.048Z Downloaded atty v0.2.14
5282026-07-01T21:05:18.051Z Downloaded diesel_table_macro_syntax v0.3.0
5292026-07-01T21:05:18.051Z Downloaded crunchy v0.2.4
5302026-07-01T21:05:18.051Z Downloaded crc v3.4.0
5312026-07-01T21:05:18.051Z Downloaded cpufeatures v0.3.0
5322026-07-01T21:05:18.055Z Downloaded assert_matches v1.5.0
5332026-07-01T21:05:18.060Z Downloaded embedded-io v0.4.0
5342026-07-01T21:05:18.060Z Downloaded difflib v0.4.0
5352026-07-01T21:05:18.060Z Downloaded daft v0.1.7
5362026-07-01T21:05:18.063Z Downloaded block-buffer v0.12.1
5372026-07-01T21:05:18.063Z Downloaded data-encoding v2.10.0
5382026-07-01T21:05:18.063Z Downloaded compression-core v0.4.31
5392026-07-01T21:05:18.063Z Downloaded bitfield-macros v0.19.4
5402026-07-01T21:05:18.063Z Downloaded ascii-canvas v3.0.0
5412026-07-01T21:05:18.065Z Downloaded defmt v0.3.100
5422026-07-01T21:05:18.066Z Downloaded dsl_auto_type v0.2.0
5432026-07-01T21:05:18.066Z Downloaded arrayref v0.3.9
5442026-07-01T21:05:18.068Z Downloaded bcrypt-pbkdf v0.11.0
5452026-07-01T21:05:18.073Z Downloaded dirs-next v2.0.0
5462026-07-01T21:05:18.073Z Downloaded cstr-argument v0.1.2
5472026-07-01T21:05:18.073Z Downloaded block-padding v0.4.2
5482026-07-01T21:05:18.076Z Downloaded bit-vec v0.6.3
5492026-07-01T21:05:18.076Z Downloaded downcast-rs v2.0.2
5502026-07-01T21:05:18.076Z Downloaded base64ct v1.8.3
5512026-07-01T21:05:18.079Z Downloaded der_derive v0.7.3
5522026-07-01T21:05:18.082Z Downloaded darling_core v0.20.11
5532026-07-01T21:05:18.085Z Downloaded crossbeam-channel v0.5.15
5542026-07-01T21:05:18.085Z Downloaded async-trait v0.1.89
5552026-07-01T21:05:18.089Z Downloaded embedded-io v0.6.1
5562026-07-01T21:05:18.089Z Downloaded byte-wrapper v0.1.0
5572026-07-01T21:05:18.092Z Downloaded bit-set v0.5.3
5582026-07-01T21:05:18.092Z Downloaded debug-ignore v1.0.5
5592026-07-01T21:05:18.092Z Downloaded constant_time_eq v0.4.2
5602026-07-01T21:05:18.095Z Downloaded blowfish v0.10.0
5612026-07-01T21:05:18.095Z Downloaded bcs v0.1.6
5622026-07-01T21:05:18.095Z Downloaded dtrace-parser v0.3.0
5632026-07-01T21:05:18.098Z Downloaded cbc v0.2.1
5642026-07-01T21:05:18.098Z Downloaded dropshot-api-manager-types v0.7.2
5652026-07-01T21:05:18.098Z Downloaded curve25519-dalek-derive v0.1.1
5662026-07-01T21:05:18.102Z Downloaded dyn-clone v1.0.20
5672026-07-01T21:05:18.102Z Downloaded dof v0.4.0
5682026-07-01T21:05:18.108Z Downloaded document-features v0.2.12
5692026-07-01T21:05:18.108Z Downloaded ena v0.14.4
5702026-07-01T21:05:18.108Z Downloaded crucible-workspace-hack v0.1.0
5712026-07-01T21:05:18.108Z Downloaded crc8 v0.1.1
5722026-07-01T21:05:18.112Z Downloaded ciborium-io v0.2.2
5732026-07-01T21:05:18.112Z Downloaded cfg_aliases v0.2.1
5742026-07-01T21:05:18.112Z Downloaded diesel-dtrace v0.5.0
5752026-07-01T21:05:18.112Z Downloaded ciborium-ll v0.2.2
5762026-07-01T21:05:18.112Z Downloaded derive-ex v0.1.8
5772026-07-01T21:05:18.112Z Downloaded dunce v1.0.5
5782026-07-01T21:05:18.117Z Downloaded fd-lock v4.0.4
5792026-07-01T21:05:18.121Z Downloaded env_filter v1.0.0
5802026-07-01T21:05:18.121Z Downloaded enum-as-inner v0.6.1
5812026-07-01T21:05:18.121Z Downloaded endian-type v0.1.2
5822026-07-01T21:05:18.124Z Downloaded dirs-sys-next v0.1.2
5832026-07-01T21:05:18.124Z Downloaded castaway v0.2.4
5842026-07-01T21:05:18.124Z Downloaded foreign-types-macros v0.2.3
5852026-07-01T21:05:18.128Z Downloaded float-ord v0.3.2
5862026-07-01T21:05:18.128Z Downloaded compression-codecs v0.4.37
5872026-07-01T21:05:18.132Z Downloaded argon2 v0.5.3
5882026-07-01T21:05:18.137Z Downloaded csv-core v0.1.13
5892026-07-01T21:05:18.145Z Downloaded displaydoc v0.2.5
5902026-07-01T21:05:18.145Z Downloaded foreign-types-shared v0.1.1
5912026-07-01T21:05:18.145Z Downloaded ed25519-dalek v2.2.0
5922026-07-01T21:05:18.149Z Downloaded flagset v0.4.7
5932026-07-01T21:05:18.150Z Downloaded fixedbitset v0.4.2
5942026-07-01T21:05:18.150Z Downloaded defmt v1.0.1
5952026-07-01T21:05:18.150Z Downloaded funty v2.0.0
5962026-07-01T21:05:18.150Z Downloaded foreign-types-shared v0.3.1
5972026-07-01T21:05:18.150Z Downloaded foreign-types v0.3.2
5982026-07-01T21:05:18.153Z Downloaded float-cmp v0.10.0
5992026-07-01T21:05:18.153Z Downloaded backoff v0.4.0
6002026-07-01T21:05:18.153Z Downloaded derive_builder_core v0.20.2
6012026-07-01T21:05:18.153Z Downloaded ctr v0.10.1
6022026-07-01T21:05:18.157Z Downloaded cookie v0.18.1
6032026-07-01T21:05:18.157Z Downloaded ciborium v0.2.2
6042026-07-01T21:05:18.161Z Downloaded backon v1.6.0
6052026-07-01T21:05:18.162Z Downloaded aead v0.6.1
6062026-07-01T21:05:18.162Z Downloaded deranged v0.5.8
6072026-07-01T21:05:18.166Z Downloaded erased-serde v0.3.31
6082026-07-01T21:05:18.166Z Downloaded colored v2.2.0
6092026-07-01T21:05:18.170Z Downloaded foreign-types v0.5.0
6102026-07-01T21:05:18.170Z Downloaded ahash v0.8.12
6112026-07-01T21:05:18.170Z Downloaded futures-task v0.3.32
6122026-07-01T21:05:18.173Z Downloaded blake2 v0.10.6
6132026-07-01T21:05:18.173Z Downloaded futures-sink v0.3.32
6142026-07-01T21:05:18.173Z Downloaded futures-macro v0.3.32
6152026-07-01T21:05:18.173Z Downloaded derive_builder_macro v0.20.2
6162026-07-01T21:05:18.176Z Downloaded buf-list v1.1.2
6172026-07-01T21:05:18.176Z Downloaded git-stub v1.0.0
6182026-07-01T21:05:18.179Z Downloaded foldhash v0.1.5
6192026-07-01T21:05:18.179Z Downloaded either v1.15.0
6202026-07-01T21:05:18.179Z Downloaded const_format_proc_macros v0.2.34
6212026-07-01T21:05:18.182Z Downloaded gethostname v0.5.0
6222026-07-01T21:05:18.183Z Downloaded delegate v0.13.5
6232026-07-01T21:05:18.185Z Downloaded chacha20 v0.9.1
6242026-07-01T21:05:18.185Z Downloaded ghash v0.6.0
6252026-07-01T21:05:18.188Z Downloaded camino-tempfile-ext v0.3.3
6262026-07-01T21:05:18.188Z Downloaded cipher v0.5.2
6272026-07-01T21:05:18.191Z Downloaded derive_builder v0.20.2
6282026-07-01T21:05:18.194Z Downloaded hash32 v0.2.1
6292026-07-01T21:05:18.194Z Downloaded darling v0.23.0
6302026-07-01T21:05:18.197Z Downloaded globwalk v0.9.1
6312026-07-01T21:05:18.200Z Downloaded hex v0.4.3
6322026-07-01T21:05:18.200Z Downloaded hash32 v0.3.1
6332026-07-01T21:05:18.204Z Downloaded ff v0.14.0
6342026-07-01T21:05:18.204Z Downloaded const-oid v0.9.6
6352026-07-01T21:05:18.204Z Downloaded form_urlencoded v1.2.2
6362026-07-01T21:05:18.209Z Downloaded cmov v0.5.4
6372026-07-01T21:05:18.209Z Downloaded bzip2 v0.6.1
6382026-07-01T21:05:18.209Z Downloaded clang-sys v1.8.1
6392026-07-01T21:05:18.214Z Downloaded atomic-waker v1.1.2
6402026-07-01T21:05:18.214Z Downloaded chacha20 v0.10.0
6412026-07-01T21:05:18.214Z Downloaded hex-literal v1.1.0
6422026-07-01T21:05:18.214Z Downloaded find-msvc-tools v0.1.9
6432026-07-01T21:05:18.218Z Downloaded colored v3.1.1
6442026-07-01T21:05:18.218Z Downloaded async-bb8-diesel v0.2.1
6452026-07-01T21:05:18.218Z Downloaded fallible-iterator v0.2.0
6462026-07-01T21:05:18.218Z Downloaded ecdsa v0.16.9
6472026-07-01T21:05:18.221Z Downloaded cancel-safe-futures v0.1.5
6482026-07-01T21:05:18.225Z Downloaded fs-err v2.11.0
6492026-07-01T21:05:18.225Z Downloaded fixedbitset v0.5.7
6502026-07-01T21:05:18.225Z Downloaded hostname v0.3.1
6512026-07-01T21:05:18.229Z Downloaded home v0.5.12
6522026-07-01T21:05:18.229Z Downloaded ecdsa v0.17.0-rc.18
6532026-07-01T21:05:18.229Z Downloaded ff v0.13.1
6542026-07-01T21:05:18.235Z Downloaded diff v0.1.13
6552026-07-01T21:05:18.235Z Downloaded http-body v1.0.1
6562026-07-01T21:05:18.241Z Downloaded hostname v0.4.2
6572026-07-01T21:05:18.241Z Downloaded crc-any v2.5.0
6582026-07-01T21:05:18.241Z Downloaded hubpack v0.1.2
6592026-07-01T21:05:18.241Z Downloaded httpdate v1.0.3
6602026-07-01T21:05:18.241Z Downloaded glob v0.3.3
6612026-07-01T21:05:18.245Z Downloaded futures-executor v0.3.32
6622026-07-01T21:05:18.245Z Downloaded darling v0.21.3
6632026-07-01T21:05:18.245Z Downloaded bzip2 v0.4.4
6642026-07-01T21:05:18.249Z Downloaded blake2 v0.11.0-rc.6
6652026-07-01T21:05:18.249Z Downloaded hubpack_derive v0.1.1
6662026-07-01T21:05:18.249Z Downloaded git-stub-vcs v0.1.0
6672026-07-01T21:05:18.252Z Downloaded darling_core v0.21.3
6682026-07-01T21:05:18.255Z Downloaded enum_dispatch v0.3.13
6692026-07-01T21:05:18.257Z Downloaded http-range v0.1.5
6702026-07-01T21:05:18.257Z Downloaded hyper-tls v0.6.0
6712026-07-01T21:05:18.257Z Downloaded cmake v0.1.57
6722026-07-01T21:05:18.260Z Downloaded group v0.14.0
6732026-07-01T21:05:18.260Z Downloaded globset v0.4.18
6742026-07-01T21:05:18.260Z Downloaded darling_core v0.13.4
6752026-07-01T21:05:18.263Z Downloaded group v0.13.0
6762026-07-01T21:05:18.266Z Downloaded indoc v1.0.9
6772026-07-01T21:05:18.266Z Downloaded crypto-bigint v0.5.5
6782026-07-01T21:05:18.270Z Downloaded filetime v0.2.27
6792026-07-01T21:05:18.273Z Downloaded indent_write v2.2.0
6802026-07-01T21:05:18.273Z Downloaded illumos-nvpair-sys v0.2.0
6812026-07-01T21:05:18.276Z Downloaded illumos-nvpair v0.3.0
6822026-07-01T21:05:18.276Z Downloaded ident_case v1.0.1
6832026-07-01T21:05:18.276Z Downloaded const-oid v0.10.2
6842026-07-01T21:05:18.278Z Downloaded derive-where v1.6.0
6852026-07-01T21:05:18.279Z Downloaded instant v0.1.13
6862026-07-01T21:05:18.282Z Downloaded inout v0.1.4
6872026-07-01T21:05:18.282Z Downloaded base64 v0.22.1
6882026-07-01T21:05:18.284Z Downloaded env_logger v0.11.9
6892026-07-01T21:05:18.284Z Downloaded idna_adapter v1.2.1
6902026-07-01T21:05:18.284Z Downloaded console v0.16.2
6912026-07-01T21:05:18.288Z Downloaded futures-channel v0.3.32
6922026-07-01T21:05:18.288Z Downloaded dropshot_endpoint v0.17.1
6932026-07-01T21:05:18.292Z Downloaded drift v0.2.0
6942026-07-01T21:05:18.296Z Downloaded is_ci v1.2.0
6952026-07-01T21:05:18.301Z Downloaded humantime v2.3.0
6962026-07-01T21:05:18.301Z Downloaded is-terminal v0.4.17
6972026-07-01T21:05:18.301Z Downloaded internet-checksum v0.2.1
6982026-07-01T21:05:18.301Z Downloaded instability v0.3.11
6992026-07-01T21:05:18.304Z Downloaded getrandom v0.2.17
7002026-07-01T21:05:18.304Z Downloaded http-body-util v0.1.3
7012026-07-01T21:05:18.304Z Downloaded half v1.8.3
7022026-07-01T21:05:18.307Z Downloaded elliptic-curve v0.14.0-rc.33
7032026-07-01T21:05:18.307Z Downloaded des v0.9.0
7042026-07-01T21:05:18.323Z Downloaded lazy_static v1.5.0
7052026-07-01T21:05:18.323Z Downloaded kstat-rs v0.2.4
7062026-07-01T21:05:18.323Z Downloaded keccak v0.1.6
7072026-07-01T21:05:18.323Z Downloaded crc32fast v1.5.0
7082026-07-01T21:05:18.323Z Downloaded inout v0.2.2
7092026-07-01T21:05:18.324Z Downloaded fs_extra v1.3.0
7102026-07-01T21:05:18.324Z Downloaded libscf-sys v1.1.0
7112026-07-01T21:05:18.324Z Downloaded kem v0.3.0
7122026-07-01T21:05:18.324Z Downloaded console v0.15.11
7132026-07-01T21:05:18.324Z Downloaded chacha20poly1305 v0.10.1
7142026-07-01T21:05:18.324Z Downloaded base64 v0.21.7
7152026-07-01T21:05:18.327Z Downloaded fatfs v0.3.6
7162026-07-01T21:05:18.327Z Downloaded lru-cache v0.1.2
7172026-07-01T21:05:18.327Z Downloaded crossbeam-epoch v0.9.18
7182026-07-01T21:05:18.327Z Downloaded linked-hash-map v0.5.6
7192026-07-01T21:05:18.327Z Downloaded foldhash v0.2.0
7202026-07-01T21:05:18.330Z Downloaded lalrpop-util v0.19.12
7212026-07-01T21:05:18.330Z Downloaded match_cfg v0.1.0
7222026-07-01T21:05:18.330Z Downloaded maybe-uninit v2.0.0
7232026-07-01T21:05:18.330Z Downloaded maplit v1.0.2
7242026-07-01T21:05:18.333Z Downloaded lru-slab v0.1.2
7252026-07-01T21:05:18.333Z Downloaded md-5 v0.10.6
7262026-07-01T21:05:18.333Z Downloaded ed25519 v2.2.3
7272026-07-01T21:05:18.336Z Downloaded arc-swap v1.8.2
7282026-07-01T21:05:18.339Z Downloaded crossterm v0.28.1
7292026-07-01T21:05:18.342Z Downloaded ingot-types v0.1.2
7302026-07-01T21:05:18.342Z Downloaded indoc v2.0.7
7312026-07-01T21:05:18.344Z Downloaded managed v0.8.0
7322026-07-01T21:05:18.344Z Downloaded ipnet v2.11.0
7332026-07-01T21:05:18.347Z Downloaded memoffset v0.9.1
7342026-07-01T21:05:18.347Z Downloaded derive_more v0.99.20
7352026-07-01T21:05:18.350Z Downloaded compact_str v0.8.1
7362026-07-01T21:05:18.353Z Downloaded httparse v1.10.1
7372026-07-01T21:05:18.353Z Downloaded hmac v0.12.1
7382026-07-01T21:05:18.356Z Downloaded ipnetwork v0.21.1
7392026-07-01T21:05:18.357Z Downloaded mime v0.3.17
7402026-07-01T21:05:18.359Z Downloaded new_debug_unreachable v1.0.6
7412026-07-01T21:05:18.360Z Downloaded multimap v0.10.1
7422026-07-01T21:05:18.360Z Downloaded highway v1.3.0
7432026-07-01T21:05:18.360Z Downloaded newline-converter v0.3.0
7442026-07-01T21:05:18.363Z Downloaded futures v0.3.32
7452026-07-01T21:05:18.366Z Downloaded nibble_vec v0.1.0
7462026-07-01T21:05:18.366Z Downloaded newtype_derive v0.1.6
7472026-07-01T21:05:18.366Z Downloaded newtype-uuid-macros v0.1.0
7482026-07-01T21:05:18.370Z Downloaded hybrid-array v0.4.13
7492026-07-01T21:05:18.370Z Downloaded getrandom v0.3.4
7502026-07-01T21:05:18.372Z Downloaded generic-array v1.4.3
7512026-07-01T21:05:18.373Z Downloaded nonempty v0.12.0
7522026-07-01T21:05:18.377Z Downloaded elliptic-curve v0.13.8
7532026-07-01T21:05:18.377Z Downloaded cc v1.2.56
7542026-07-01T21:05:18.381Z Downloaded num v0.4.3
7552026-07-01T21:05:18.381Z Downloaded keccak v0.2.0
7562026-07-01T21:05:18.381Z Downloaded derive_more-impl v2.1.1
7572026-07-01T21:05:18.384Z Downloaded num-conv v0.2.0
7582026-07-01T21:05:18.384Z Downloaded nodrop v0.1.14
7592026-07-01T21:05:18.384Z Downloaded libloading v0.8.9
7602026-07-01T21:05:18.387Z Downloaded libefi-sys v0.1.0
7612026-07-01T21:05:18.387Z Downloaded linear-map v1.2.0
7622026-07-01T21:05:18.387Z Downloaded libsw-core v0.3.2
7632026-07-01T21:05:18.390Z Downloaded jobserver v0.1.34
7642026-07-01T21:05:18.390Z Downloaded num-derive v0.3.3
7652026-07-01T21:05:18.394Z Downloaded libsw v3.5.0
7662026-07-01T21:05:18.394Z Downloaded normalize-line-endings v0.3.0
7672026-07-01T21:05:18.394Z Downloaded hyper-rustls v0.27.7
7682026-07-01T21:05:18.396Z Downloaded lru v0.12.5
7692026-07-01T21:05:18.396Z Downloaded md5 v0.8.0
7702026-07-01T21:05:18.396Z Downloaded half v2.7.1
7712026-07-01T21:05:18.400Z Downloaded num_threads v0.1.7
7722026-07-01T21:05:18.400Z Downloaded num-derive v0.4.2
7732026-07-01T21:05:18.403Z Downloaded lzss v0.8.2
7742026-07-01T21:05:18.403Z Downloaded headers-core v0.3.0
7752026-07-01T21:05:18.403Z Downloaded darling v0.13.4
7762026-07-01T21:05:18.406Z Downloaded olpc-cjson v0.1.4
7772026-07-01T21:05:18.406Z Downloaded async-compression v0.4.41
7782026-07-01T21:05:18.410Z Downloaded ar_archive_writer v0.5.1
7792026-07-01T21:05:18.413Z Downloaded cipher v0.4.4
7802026-07-01T21:05:18.413Z Downloaded num-iter v0.1.45
7812026-07-01T21:05:18.413Z Downloaded impl-trait-for-tuples v0.2.3
7822026-07-01T21:05:18.416Z Downloaded cexpr v0.6.0
7832026-07-01T21:05:18.416Z Downloaded openssl-probe v0.1.6
7842026-07-01T21:05:18.416Z Downloaded opaque-debug v0.3.1
7852026-07-01T21:05:18.419Z Downloaded ingot-macros v0.1.1
7862026-07-01T21:05:18.419Z Downloaded num_enum_derive v0.5.11
7872026-07-01T21:05:18.419Z Downloaded openssl-macros v0.1.1
7882026-07-01T21:05:18.419Z Downloaded newtype-uuid v1.3.2
7892026-07-01T21:05:18.424Z Downloaded hmac v0.13.0
7902026-07-01T21:05:18.424Z Downloaded ingot v0.1.1
7912026-07-01T21:05:18.428Z Downloaded cassowary v0.3.0
7922026-07-01T21:05:18.428Z Downloaded fxhash v0.2.1
7932026-07-01T21:05:18.428Z Downloaded multer v3.1.0
7942026-07-01T21:05:18.428Z Downloaded native-tls v0.2.18
7952026-07-01T21:05:18.434Z Downloaded allocator-api2 v0.2.21
7962026-07-01T21:05:18.434Z Downloaded flume v0.11.1
7972026-07-01T21:05:18.437Z Downloaded bumpalo v3.20.2
7982026-07-01T21:05:18.437Z Downloaded futures-io v0.3.32
7992026-07-01T21:05:18.437Z Downloaded oso-derive v0.27.3
8002026-07-01T21:05:18.437Z Downloaded openssl-probe v0.2.1
8012026-07-01T21:05:18.437Z Downloaded headers v0.4.1
8022026-07-01T21:05:18.445Z Downloaded packed_struct_codegen v0.10.1
8032026-07-01T21:05:18.445Z Downloaded futures-core v0.3.32
8042026-07-01T21:05:18.450Z Downloaded ctutils v0.4.2
8052026-07-01T21:05:18.450Z Downloaded nanorand v0.7.0
8062026-07-01T21:05:18.450Z Downloaded module-lattice v0.2.3
8072026-07-01T21:05:18.450Z Downloaded ed25519 v3.0.0
8082026-07-01T21:05:18.450Z Downloaded daft-derive v0.1.7
8092026-07-01T21:05:18.453Z Downloaded bit-vec v0.8.0
8102026-07-01T21:05:18.467Z Downloaded parse-size v1.1.0
8112026-07-01T21:05:18.472Z Downloaded path-slash v0.1.5
8122026-07-01T21:05:18.472Z Downloaded parse-display v0.10.0
8132026-07-01T21:05:18.472Z Downloaded num-integer v0.1.46
8142026-07-01T21:05:18.472Z Downloaded lock_api v0.4.14
8152026-07-01T21:05:18.472Z Downloaded litrs v1.0.0
8162026-07-01T21:05:18.472Z Downloaded litemap v0.8.1
8172026-07-01T21:05:18.477Z Downloaded percent-encoding v2.3.2
8182026-07-01T21:05:18.477Z Downloaded num_enum v0.7.6
8192026-07-01T21:05:18.482Z Downloaded num_enum v0.5.11
8202026-07-01T21:05:18.486Z Downloaded peg-runtime v0.8.5
8212026-07-01T21:05:18.487Z Downloaded password-hash v0.6.1
8222026-07-01T21:05:18.487Z Downloaded num-complex v0.4.6
8232026-07-01T21:05:18.487Z Downloaded mime_guess v2.0.5
8242026-07-01T21:05:18.487Z Downloaded flate2 v1.1.9
8252026-07-01T21:05:18.490Z Downloaded phf_shared v0.12.1
8262026-07-01T21:05:18.490Z Downloaded num_enum_derive v0.7.6
8272026-07-01T21:05:18.493Z Downloaded num-rational v0.4.2
8282026-07-01T21:05:18.493Z Downloaded oxide-tokio-rt v0.1.4
8292026-07-01T21:05:18.493Z Downloaded heapless v0.8.0
8302026-07-01T21:05:18.496Z Downloaded phf_shared v0.13.1
8312026-07-01T21:05:18.496Z Downloaded phf_shared v0.11.3
8322026-07-01T21:05:18.499Z Downloaded heapless v0.7.17
8332026-07-01T21:05:18.499Z Downloaded memmap2 v0.9.10
8342026-07-01T21:05:18.504Z Downloaded der v0.7.10
8352026-07-01T21:05:18.504Z Downloaded bytes v1.11.1
8362026-07-01T21:05:18.508Z Downloaded indexmap v1.9.3
8372026-07-01T21:05:18.511Z Downloaded ml-kem v0.3.2
8382026-07-01T21:05:18.511Z Downloaded iana-time-zone v0.1.65
8392026-07-01T21:05:18.514Z Downloaded const_format v0.2.35
8402026-07-01T21:05:18.518Z Downloaded derive_more v2.1.1
8412026-07-01T21:05:18.521Z Downloaded predicates-core v1.0.10
8422026-07-01T21:05:18.524Z Downloaded potential_utf v0.1.4
8432026-07-01T21:05:18.524Z Downloaded paste v1.0.15
8442026-07-01T21:05:18.527Z Downloaded password-hash v0.5.0
8452026-07-01T21:05:18.527Z Downloaded parse-display-derive v0.10.0
8462026-07-01T21:05:18.527Z Downloaded icu_provider v2.1.1
8472026-07-01T21:05:18.531Z Downloaded predicates-tree v1.0.13
8482026-07-01T21:05:18.531Z Downloaded crossterm v0.29.0
8492026-07-01T21:05:18.538Z Downloaded proc-macro-crate v1.3.1
8502026-07-01T21:05:18.538Z Downloaded oxnet v0.1.6
8512026-07-01T21:05:18.544Z Downloaded der v0.8.0
8522026-07-01T21:05:18.544Z Downloaded libbz2-rs-sys v0.2.2
8532026-07-01T21:05:18.544Z Downloaded nu-ansi-term v0.50.3
8542026-07-01T21:05:18.547Z Downloaded indicatif v0.18.4
8552026-07-01T21:05:18.547Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-07-01T21:05:18.547Z Downloaded peg-macros v0.8.5
8572026-07-01T21:05:18.547Z Downloaded pem-rfc7468 v0.7.0
8582026-07-01T21:05:18.551Z Downloaded pem v3.0.6
8592026-07-01T21:05:18.551Z Downloaded parking_lot_core v0.8.6
8602026-07-01T21:05:18.551Z Downloaded pin-project-internal v1.1.11
8612026-07-01T21:05:18.551Z Downloaded phc v0.6.1
8622026-07-01T21:05:18.554Z Downloaded progenitor-client v0.14.0
8632026-07-01T21:05:18.554Z Downloaded pin-project-lite v0.2.17
8642026-07-01T21:05:18.559Z Downloaded phf v0.13.1
8652026-07-01T21:05:18.559Z Downloaded icu_normalizer v2.1.1
8662026-07-01T21:05:18.562Z Downloaded psl-types v2.0.11
8672026-07-01T21:05:18.562Z Downloaded progenitor-macro v0.14.0
8682026-07-01T21:05:18.562Z Downloaded progenitor-macro v0.13.0
8692026-07-01T21:05:18.565Z Downloaded pem-rfc7468 v1.0.0
8702026-07-01T21:05:18.565Z Downloaded icu_normalizer_data v2.1.1
8712026-07-01T21:05:18.565Z Downloaded phf v0.12.1
8722026-07-01T21:05:18.570Z Downloaded icu_locale_core v2.1.1
8732026-07-01T21:05:18.570Z Downloaded aes v0.9.1
8742026-07-01T21:05:18.574Z Downloaded proc-macro-crate v3.4.0
8752026-07-01T21:05:18.574Z Downloaded hickory-resolver v0.24.4
8762026-07-01T21:05:18.577Z Downloaded postgres-protocol v0.6.10
8772026-07-01T21:05:18.582Z Downloaded parking_lot v0.12.5
8782026-07-01T21:05:18.582Z Downloaded rand_chacha v0.3.1
8792026-07-01T21:05:18.585Z Downloaded powerfmt v0.2.0
8802026-07-01T21:05:18.585Z Downloaded icu_collections v2.1.1
8812026-07-01T21:05:18.588Z Downloaded poly1305 v0.8.0
8822026-07-01T21:05:18.591Z Downloaded pkg-config v0.3.32
8832026-07-01T21:05:18.591Z Downloaded pkcs8 v0.10.2
8842026-07-01T21:05:18.594Z Downloaded diesel_derives v2.3.7
8852026-07-01T21:05:18.601Z Downloaded ppv-lite86 v0.2.21
8862026-07-01T21:05:18.601Z Downloaded omicron-zone-package v0.12.3
8872026-07-01T21:05:18.605Z Downloaded rand_xorshift v0.4.0
8882026-07-01T21:05:18.605Z Downloaded polyval v0.7.1
8892026-07-01T21:05:18.605Z Downloaded pbkdf2 v0.13.0
8902026-07-01T21:05:18.605Z Downloaded parking_lot v0.11.2
8912026-07-01T21:05:18.605Z Downloaded primeorder v0.14.0-rc.10
8922026-07-01T21:05:18.608Z Downloaded predicates v3.1.4
8932026-07-01T21:05:18.608Z Downloaded peg v0.8.5
8942026-07-01T21:05:18.614Z Downloaded num-traits v0.2.19
8952026-07-01T21:05:18.614Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-07-01T21:05:18.614Z Downloaded progenitor-client v0.13.0
8972026-07-01T21:05:18.617Z Downloaded primefield v0.14.0
8982026-07-01T21:05:18.617Z Downloaded icu_properties v2.1.2
8992026-07-01T21:05:18.617Z Downloaded ignore v0.4.25
9002026-07-01T21:05:18.617Z Downloaded progenitor v0.13.0
9012026-07-01T21:05:18.624Z Downloaded precomputed-hash v0.1.1
9022026-07-01T21:05:18.624Z Downloaded packed_struct v0.10.1
9032026-07-01T21:05:18.624Z Downloaded owo-colors v4.3.0
9042026-07-01T21:05:18.627Z Downloaded hickory-resolver v0.25.2
9052026-07-01T21:05:18.627Z Downloaded quick-error v1.2.3
9062026-07-01T21:05:18.627Z Downloaded ref-cast-impl v1.0.25
9072026-07-01T21:05:18.627Z Downloaded ref-cast v1.0.25
9082026-07-01T21:05:18.630Z Downloaded recursive v0.1.1
9092026-07-01T21:05:18.630Z Downloaded progenitor-extras v0.2.0
9102026-07-01T21:05:18.630Z Downloaded hickory-server v0.25.2
9112026-07-01T21:05:18.633Z Downloaded pkcs1 v0.7.5
9122026-07-01T21:05:18.636Z Downloaded jiff-static v0.2.21
9132026-07-01T21:05:18.639Z Downloaded ed25519-dalek v3.0.0-rc.0
9142026-07-01T21:05:18.642Z Downloaded rtoolbox v0.0.3
9152026-07-01T21:05:18.642Z Downloaded rfc6979 v0.5.0
9162026-07-01T21:05:18.642Z Downloaded rfc6979 v0.4.0
9172026-07-01T21:05:18.650Z Downloaded radium v0.7.0
9182026-07-01T21:05:18.650Z Downloaded parking_lot_core v0.9.12
9192026-07-01T21:05:18.650Z Downloaded rustc_version v0.4.1
9202026-07-01T21:05:18.650Z Downloaded pkcs1 v0.8.0-rc.4
9212026-07-01T21:05:18.653Z Downloaded papergrid v0.17.0
9222026-07-01T21:05:18.654Z Downloaded hyper-staticfile v0.10.1
9232026-07-01T21:05:18.654Z Downloaded postgres-types v0.2.12
9242026-07-01T21:05:18.658Z Downloaded r2d2 v0.8.10
9252026-07-01T21:05:18.658Z Downloaded expectorate v1.2.0
9262026-07-01T21:05:18.658Z Downloaded postcard v1.1.3
9272026-07-01T21:05:18.661Z Downloaded rand_core v0.9.5
9282026-07-01T21:05:18.661Z Downloaded anstream v0.6.21
9292026-07-01T21:05:18.661Z Downloaded poly1305 v0.9.0
9302026-07-01T21:05:18.666Z Downloaded rustc-hash v2.1.1
9312026-07-01T21:05:18.670Z Downloaded rustc_version v0.1.7
9322026-07-01T21:05:18.670Z Downloaded russh-util v0.52.0
9332026-07-01T21:05:18.670Z Downloaded scheduled-thread-pool v0.2.7
9342026-07-01T21:05:18.670Z Downloaded rand_seeder v0.4.0
9352026-07-01T21:05:18.673Z Downloaded same-file v1.0.6
9362026-07-01T21:05:18.673Z Downloaded rand_core v0.10.0
9372026-07-01T21:05:18.673Z Downloaded rand_chacha v0.9.0
9382026-07-01T21:05:18.673Z Downloaded primeorder v0.13.6
9392026-07-01T21:05:18.676Z Downloaded scroll_derive v0.13.1
9402026-07-01T21:05:18.681Z Downloaded minimal-lexical v0.2.1
9412026-07-01T21:05:18.684Z Downloaded oso v0.27.3
9422026-07-01T21:05:18.687Z Downloaded scopeguard v1.2.0
9432026-07-01T21:05:18.690Z Downloaded progenitor v0.14.0
9442026-07-01T21:05:18.693Z Downloaded semver v0.1.20
9452026-07-01T21:05:18.695Z Downloaded secrecy v0.10.3
9462026-07-01T21:05:18.695Z Downloaded serde-big-array v0.5.1
9472026-07-01T21:05:18.699Z Downloaded psm v0.1.30
9482026-07-01T21:05:18.699Z Downloaded hashbrown v0.12.3
9492026-07-01T21:05:18.702Z Downloaded proc-macro-error2 v2.0.1
9502026-07-01T21:05:18.706Z Downloaded secrecy v0.8.0
9512026-07-01T21:05:18.706Z Downloaded hashbrown v0.13.2
9522026-07-01T21:05:18.709Z Downloaded seq-macro v0.3.6
9532026-07-01T21:05:18.709Z Downloaded russh-cryptovec v0.61.0
9542026-07-01T21:05:18.709Z Downloaded pkcs8 v0.11.0
9552026-07-01T21:05:18.712Z Downloaded serde_repr v0.1.20
9562026-07-01T21:05:18.712Z Downloaded pin-project v1.1.11
9572026-07-01T21:05:18.718Z Downloaded resolv-conf v0.7.6
9582026-07-01T21:05:18.721Z Downloaded serde_bytes v0.11.19
9592026-07-01T21:05:18.721Z Downloaded miniz_oxide v0.8.9
9602026-07-01T21:05:18.725Z Downloaded quinn-udp v0.5.14
9612026-07-01T21:05:18.725Z Downloaded serde_urlencoded v0.7.1
9622026-07-01T21:05:18.725Z Downloaded rustls-pemfile v2.2.0
9632026-07-01T21:05:18.728Z Downloaded serde_spanned v1.1.1
9642026-07-01T21:05:18.728Z Downloaded p256 v0.14.0-rc.10
9652026-07-01T21:05:18.731Z Downloaded internal-russh-num-bigint v0.5.0
9662026-07-01T21:05:18.735Z Downloaded sha1 v0.11.0
9672026-07-01T21:05:18.735Z Downloaded sha1 v0.10.6
9682026-07-01T21:05:18.738Z Downloaded sapling-renderdag v0.1.0
9692026-07-01T21:05:18.738Z Downloaded rand_core v0.6.4
9702026-07-01T21:05:18.738Z Downloaded serde_plain v1.0.2
9712026-07-01T21:05:18.738Z Downloaded prefix-trie v0.7.0
9722026-07-01T21:05:18.742Z Downloaded schemars_derive v0.8.22
9732026-07-01T21:05:18.742Z Downloaded pkcs5 v0.8.1
9742026-07-01T21:05:18.745Z Downloaded p384 v0.14.0-rc.10
9752026-07-01T21:05:18.745Z Downloaded openssl-sys v0.9.115
9762026-07-01T21:05:18.750Z Downloaded scrypt v0.12.0
9772026-07-01T21:05:18.753Z Downloaded rustls-native-certs v0.8.3
9782026-07-01T21:05:18.753Z Downloaded rusty-fork v0.3.1
9792026-07-01T21:05:18.753Z Downloaded progenitor-impl v0.13.0
9802026-07-01T21:05:18.756Z Downloaded shell-words v1.1.1
9812026-07-01T21:05:18.756Z Downloaded sec1 v0.7.3
9822026-07-01T21:05:18.756Z Downloaded rustversion v1.0.22
9832026-07-01T21:05:18.760Z Downloaded siphasher v1.0.2
9842026-07-01T21:05:18.760Z Downloaded signal-hook-mio v0.2.5
9852026-07-01T21:05:18.760Z Downloaded signature v3.0.0
9862026-07-01T21:05:18.764Z Downloaded signal-hook-tokio v0.3.1
9872026-07-01T21:05:18.764Z Downloaded aho-corasick v1.1.4
9882026-07-01T21:05:18.767Z Downloaded scroll v0.13.0
9892026-07-01T21:05:18.767Z Downloaded signature v2.2.0
9902026-07-01T21:05:18.770Z Downloaded sigpipe v0.1.3
9912026-07-01T21:05:18.770Z Downloaded serde_path_to_error v0.1.20
9922026-07-01T21:05:18.770Z Downloaded itertools v0.10.5
9932026-07-01T21:05:18.774Z Downloaded slog-envlogger v2.2.0
9942026-07-01T21:05:18.777Z Downloaded serde-hex v0.1.0
9952026-07-01T21:05:18.780Z Downloaded sec1 v0.8.1
9962026-07-01T21:05:18.780Z Downloaded slog-bunyan v2.5.0
9972026-07-01T21:05:18.783Z Downloaded serde_with_macros v1.5.2
9982026-07-01T21:05:18.783Z Downloaded aes-gcm v0.11.0
9992026-07-01T21:05:18.786Z Downloaded prettyplease v0.2.37
10002026-07-01T21:05:18.797Z Downloaded serde_derive_internals v0.29.1
10012026-07-01T21:05:18.805Z Downloaded http v1.4.2
10022026-07-01T21:05:18.812Z Downloaded dropshot-api-manager v0.7.2
10032026-07-01T21:05:18.817Z Downloaded serdect v0.4.3
10042026-07-01T21:05:18.820Z Downloaded pretty_assertions v1.4.1
10052026-07-01T21:05:18.826Z Downloaded signal-hook-registry v1.4.8
10062026-07-01T21:05:18.831Z Downloaded stable_deref_trait v1.2.1
10072026-07-01T21:05:18.833Z Downloaded shlex v1.3.0
10082026-07-01T21:05:18.833Z Downloaded sqlparser_derive v0.5.0
10092026-07-01T21:05:18.837Z Downloaded simd-adler32 v0.3.8
10102026-07-01T21:05:18.841Z Downloaded progenitor-impl v0.14.0
10112026-07-01T21:05:18.841Z Downloaded hyper-util v0.1.20
10122026-07-01T21:05:18.844Z Downloaded hashbrown v0.15.5
10132026-07-01T21:05:18.851Z Downloaded slog-async v2.8.0
10142026-07-01T21:05:18.855Z Downloaded strsim v0.10.0
10152026-07-01T21:05:18.855Z Downloaded strum v0.27.2
10162026-07-01T21:05:18.858Z Downloaded strum v0.26.3
10172026-07-01T21:05:18.858Z Downloaded structmeta-derive v0.3.0
10182026-07-01T21:05:18.858Z Downloaded structmeta v0.3.0
10192026-07-01T21:05:18.858Z Downloaded slab v0.4.12
10202026-07-01T21:05:18.858Z Downloaded subtle v2.6.1
10212026-07-01T21:05:18.861Z Downloaded num-bigint v0.4.6
10222026-07-01T21:05:18.864Z Downloaded serde_cbor v0.11.2
10232026-07-01T21:05:18.868Z Downloaded sync_wrapper v1.0.2
10242026-07-01T21:05:18.871Z Downloaded salsa20 v0.11.0
10252026-07-01T21:05:18.871Z Downloaded ryu v1.0.23
10262026-07-01T21:05:18.874Z Downloaded tagptr v0.2.0
10272026-07-01T21:05:18.874Z Downloaded supports-color v3.0.2
10282026-07-01T21:05:18.877Z Downloaded slog-term v2.9.2
10292026-07-01T21:05:18.877Z Downloaded rayon-core v1.13.0
10302026-07-01T21:05:18.880Z Downloaded slog-scope v4.4.1
10312026-07-01T21:05:18.880Z Downloaded tabwriter v1.4.1
10322026-07-01T21:05:18.882Z Downloaded slog-json v2.6.1
10332026-07-01T21:05:18.883Z Downloaded slog-dtrace v0.3.0
10342026-07-01T21:05:18.883Z Downloaded tabled_derive v0.11.0
10352026-07-01T21:05:18.885Z Downloaded ron v0.8.1
10362026-07-01T21:05:18.888Z Downloaded smf v0.2.3
10372026-07-01T21:05:18.889Z Downloaded snafu-derive v0.8.9
10382026-07-01T21:05:18.892Z Downloaded sha2 v0.11.0
10392026-07-01T21:05:18.892Z Downloaded sync-ptr v0.1.4
10402026-07-01T21:05:18.894Z Downloaded testing_table v0.3.0
10412026-07-01T21:05:18.894Z Downloaded tap v1.0.1
10422026-07-01T21:05:18.897Z Downloaded ssh-encoding v0.3.0-rc.9
10432026-07-01T21:05:18.897Z Downloaded idna v1.1.0
10442026-07-01T21:05:18.902Z Downloaded rustls-pki-types v1.14.0
10452026-07-01T21:05:18.906Z Downloaded rcgen v0.12.1
10462026-07-01T21:05:18.906Z Downloaded p521 v0.14.0-rc.10
10472026-07-01T21:05:18.909Z Downloaded schemars v0.8.22
10482026-07-01T21:05:18.914Z Downloaded tinyvec_macros v0.1.1
10492026-07-01T21:05:18.919Z Downloaded ssh-cipher v0.3.0-rc.9
10502026-07-01T21:05:18.919Z Downloaded time-core v0.1.8
10512026-07-01T21:05:18.922Z Downloaded thread-id v5.1.0
10522026-07-01T21:05:18.922Z Downloaded string_cache v0.8.9
10532026-07-01T21:05:18.922Z Downloaded publicsuffix v2.3.0
10542026-07-01T21:05:18.925Z Downloaded itertools v0.13.0
10552026-07-01T21:05:18.927Z Downloaded stringprep v0.1.5
10562026-07-01T21:05:18.930Z Downloaded tokio-macros v2.7.0
10572026-07-01T21:05:18.930Z Downloaded blake3 v1.8.5
10582026-07-01T21:05:18.936Z Downloaded smallvec v0.6.14
10592026-07-01T21:05:18.939Z Downloaded quinn v0.11.9
10602026-07-01T21:05:18.939Z Downloaded crypto-primes v0.7.2
10612026-07-01T21:05:18.942Z Downloaded support-bundle-viewer v0.1.2
10622026-07-01T21:05:18.942Z Downloaded slog-stdlog v4.1.1
10632026-07-01T21:05:18.945Z Downloaded mio v1.2.0
10642026-07-01T21:05:18.948Z Downloaded synstructure v0.13.2
10652026-07-01T21:05:18.948Z Downloaded strum_macros v0.26.4
10662026-07-01T21:05:18.951Z Downloaded smallvec v1.15.1
10672026-07-01T21:05:18.951Z Downloaded futures-util v0.3.32
10682026-07-01T21:05:18.957Z Downloaded serde_yaml v0.9.34+deprecated
10692026-07-01T21:05:18.961Z Downloaded strum_macros v0.24.3
10702026-07-01T21:05:18.964Z Downloaded strip-ansi-escapes v0.2.1
10712026-07-01T21:05:18.964Z Downloaded itertools v0.12.1
10722026-07-01T21:05:18.967Z Downloaded tokio-test v0.4.5
10732026-07-01T21:05:18.971Z Downloaded schemars v0.9.0
10742026-07-01T21:05:18.976Z Downloaded tinystr v0.8.2
10752026-07-01T21:05:18.978Z Downloaded time-macros v0.2.27
10762026-07-01T21:05:18.981Z Downloaded thread_local v1.1.9
10772026-07-01T21:05:18.981Z Downloaded thiserror-no-std v2.0.2
10782026-07-01T21:05:18.984Z Downloaded topological-sort v0.2.2
10792026-07-01T21:05:18.984Z Downloaded qorb v0.4.1
10802026-07-01T21:05:18.987Z Downloaded num-bigint-dig v0.8.6
10812026-07-01T21:05:18.990Z Downloaded tls_codec v0.4.2
10822026-07-01T21:05:18.994Z Downloaded hashbrown v0.16.1
10832026-07-01T21:05:18.997Z Downloaded try-lock v0.2.5
10842026-07-01T21:05:18.997Z Downloaded tower-layer v0.3.3
10852026-07-01T21:05:18.997Z Downloaded trait-variant v0.1.2
10862026-07-01T21:05:19.000Z Downloaded tower-service v0.3.3
10872026-07-01T21:05:19.000Z Downloaded tls_codec_derive v0.4.2
10882026-07-01T21:05:19.000Z Downloaded similar v2.7.0
10892026-07-01T21:05:19.003Z Downloaded signal-hook v0.3.18
10902026-07-01T21:05:19.006Z Downloaded strum_macros v0.27.2
10912026-07-01T21:05:19.009Z Downloaded rand v0.9.2
10922026-07-01T21:05:19.011Z Downloaded rand v0.8.6
10932026-07-01T21:05:19.014Z Downloaded unarray v0.1.4
10942026-07-01T21:05:19.014Z Downloaded hkdf v0.12.4
10952026-07-01T21:05:19.017Z Downloaded typify-macro v0.6.2
10962026-07-01T21:05:19.017Z Downloaded rustls-platform-verifier v0.6.2
10972026-07-01T21:05:19.020Z Downloaded universal-hash v0.5.1
10982026-07-01T21:05:19.020Z Downloaded aws-lc-rs v1.16.3
10992026-07-01T21:05:19.025Z Downloaded untrusted v0.7.1
11002026-07-01T21:05:19.028Z Downloaded tokio-native-tls v0.3.1
11012026-07-01T21:05:19.028Z Downloaded usdt v0.6.0
11022026-07-01T21:05:19.031Z Downloaded untrusted v0.9.0
11032026-07-01T21:05:19.031Z Downloaded usdt-macro v0.6.0
11042026-07-01T21:05:19.031Z Downloaded usdt-attr-macro v0.6.0
11052026-07-01T21:05:19.034Z Downloaded itertools v0.14.0
11062026-07-01T21:05:19.037Z Downloaded unicode-xid v0.2.6
11072026-07-01T21:05:19.037Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-07-01T21:05:19.040Z Downloaded tokio-tungstenite v0.21.0
11092026-07-01T21:05:19.040Z Downloaded rustls-webpki v0.103.9
11102026-07-01T21:05:19.046Z Downloaded tiny-keccak v2.0.2
11112026-07-01T21:05:19.049Z Downloaded libm v0.2.16
11122026-07-01T21:05:19.062Z Downloaded term v0.7.0
11132026-07-01T21:05:19.062Z Downloaded tokio-tungstenite v0.23.1
11142026-07-01T21:05:19.062Z Downloaded unicode-truncate v1.1.0
11152026-07-01T21:05:19.062Z Downloaded want v0.3.1
11162026-07-01T21:05:19.062Z Downloaded wait-timeout v0.2.1
11172026-07-01T21:05:19.062Z Downloaded void v1.0.2
11182026-07-01T21:05:19.062Z Downloaded termios v0.3.3
11192026-07-01T21:05:19.062Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-01T21:05:19.062Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-01T21:05:19.065Z Downloaded term v1.2.1
11222026-07-01T21:05:19.065Z Downloaded slog v2.8.2
11232026-07-01T21:05:19.068Z Downloaded socket2 v0.6.3
11242026-07-01T21:05:19.068Z Downloaded socket2 v0.5.10
11252026-07-01T21:05:19.071Z Downloaded schemars v1.2.1
11262026-07-01T21:05:19.077Z Downloaded waitgroup v0.1.2
11272026-07-01T21:05:19.081Z Downloaded rand v0.10.1
11282026-07-01T21:05:19.084Z Downloaded tui-tree-widget v0.23.1
11292026-07-01T21:05:19.084Z Downloaded xattr v1.6.1
11302026-07-01T21:05:19.084Z Downloaded tokio-dtrace v0.1.1
11312026-07-01T21:05:19.087Z Downloaded bindgen v0.71.1
11322026-07-01T21:05:19.090Z Downloaded utf-8 v0.7.6
11332026-07-01T21:05:19.093Z Downloaded universal-hash v0.6.1
11342026-07-01T21:05:19.093Z Downloaded hkdf v0.13.0
11352026-07-01T21:05:19.093Z Downloaded unit-prefix v0.5.2
11362026-07-01T21:05:19.097Z Downloaded xshell-macros v0.2.7
11372026-07-01T21:05:19.097Z Downloaded icu_properties_data v2.1.2
11382026-07-01T21:05:19.101Z Downloaded tokio-stream v0.1.18
11392026-07-01T21:05:19.104Z Downloaded yoke-derive v0.8.1
11402026-07-01T21:05:19.108Z Downloaded nom v8.0.0
11412026-07-01T21:05:19.112Z Downloaded utf8_iter v1.0.4
11422026-07-01T21:05:19.112Z Downloaded spin v0.9.8
11432026-07-01T21:05:19.112Z Downloaded vergen-git2 v9.1.0
11442026-07-01T21:05:19.115Z Downloaded tinyvec v1.10.0
11452026-07-01T21:05:19.115Z Downloaded zerofrom-derive v0.1.6
11462026-07-01T21:05:19.115Z Downloaded test-strategy v0.4.5
11472026-07-01T21:05:19.118Z Downloaded vergen-gitcl v1.0.8
11482026-07-01T21:05:19.118Z Downloaded usdt-impl v0.6.0
11492026-07-01T21:05:19.121Z Downloaded zone v0.3.1
11502026-07-01T21:05:19.121Z Downloaded vergen-lib v9.1.0
11512026-07-01T21:05:19.124Z Downloaded vergen-lib v0.1.6
11522026-07-01T21:05:19.124Z Downloaded subprocess v0.2.15
11532026-07-01T21:05:19.127Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-07-01T21:05:19.127Z Downloaded walkdir v2.5.0
11552026-07-01T21:05:19.130Z Downloaded zeroize_derive v1.4.3
11562026-07-01T21:05:19.130Z Downloaded zerofrom v0.1.6
11572026-07-01T21:05:19.130Z Downloaded whoami v1.6.1
11582026-07-01T21:05:19.130Z Downloaded whoami v2.1.0
11592026-07-01T21:05:19.133Z Downloaded zone_cfg_derive v0.3.1
11602026-07-01T21:05:19.133Z Downloaded bitvec v1.0.1
11612026-07-01T21:05:19.141Z Downloaded wyz v0.5.1
11622026-07-01T21:05:19.146Z Downloaded writeable v0.6.2
11632026-07-01T21:05:19.146Z Downloaded uzers v0.12.2
11642026-07-01T21:05:19.149Z Downloaded unicase v2.9.0
11652026-07-01T21:05:19.149Z Downloaded twox-hash v2.1.2
11662026-07-01T21:05:19.149Z Downloaded tracing-attributes v0.1.31
11672026-07-01T21:05:19.149Z Downloaded rustyline v14.0.0
11682026-07-01T21:05:19.152Z Downloaded rsa v0.9.10
11692026-07-01T21:05:19.155Z Downloaded unicode-properties v0.1.4
11702026-07-01T21:05:19.158Z Downloaded rsa v0.10.0-rc.18
11712026-07-01T21:05:19.161Z Downloaded xshell v0.2.7
11722026-07-01T21:05:19.166Z Downloaded yoke v0.8.1
11732026-07-01T21:05:19.166Z Downloaded tar v0.4.45
11742026-07-01T21:05:19.169Z Downloaded iddqd v0.4.2
11752026-07-01T21:05:19.172Z Downloaded toml v1.1.2+spec-1.1.0
11762026-07-01T21:05:19.175Z Downloaded zerovec-derive v0.11.2
11772026-07-01T21:05:19.175Z Downloaded vergen v9.1.0
11782026-07-01T21:05:19.179Z Downloaded zstd v0.13.3
11792026-07-01T21:05:19.179Z Downloaded zeroize v1.8.2
11802026-07-01T21:05:19.179Z Downloaded toml v0.7.8
11812026-07-01T21:05:19.181Z Downloaded steno v0.4.1
11822026-07-01T21:05:19.184Z Downloaded tracing-core v0.1.36
11832026-07-01T21:05:19.187Z Downloaded git2 v0.20.4
11842026-07-01T21:05:19.191Z Downloaded zstd-safe v7.2.4
11852026-07-01T21:05:19.193Z Downloaded typify v0.6.2
11862026-07-01T21:05:19.196Z Downloaded serde_with v1.14.0
11872026-07-01T21:05:19.199Z Downloaded chrono v0.4.44
11882026-07-01T21:05:19.203Z Downloaded vsss-rs v3.3.4
11892026-07-01T21:05:19.206Z Downloaded tungstenite v0.23.0
11902026-07-01T21:05:19.209Z Downloaded unsafe-libyaml v0.2.11
11912026-07-01T21:05:19.211Z Downloaded zerocopy v0.6.6
11922026-07-01T21:05:19.212Z Downloaded reedline v0.40.0
11932026-07-01T21:05:19.215Z Downloaded yasna v0.5.2
11942026-07-01T21:05:19.218Z Downloaded unicode-bidi v0.3.18
11952026-07-01T21:05:19.221Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-07-01T21:05:19.221Z Downloaded samael v0.0.19
11972026-07-01T21:05:19.224Z Downloaded tokio-rustls v0.26.4
11982026-07-01T21:05:19.227Z Downloaded vte v0.14.1
11992026-07-01T21:05:19.230Z Downloaded snafu v0.8.9
12002026-07-01T21:05:19.233Z Downloaded hyper v1.10.1
12012026-07-01T21:05:19.236Z Downloaded iri-string v0.7.10
12022026-07-01T21:05:19.240Z Downloaded h2 v0.4.15
12032026-07-01T21:05:19.244Z Downloaded static_assertions v1.1.0
12042026-07-01T21:05:19.247Z Downloaded stacker v0.1.23
12052026-07-01T21:05:19.247Z Downloaded tungstenite v0.21.0
12062026-07-01T21:05:19.249Z Downloaded thiserror-impl-no-std v2.0.2
12072026-07-01T21:05:19.249Z Downloaded termtree v0.5.1
12082026-07-01T21:05:19.252Z Downloaded rpassword v7.4.0
12092026-07-01T21:05:19.252Z Downloaded sqlformat v0.3.5
12102026-07-01T21:05:19.255Z Downloaded spki v0.8.0
12112026-07-01T21:05:19.255Z Downloaded libxml v0.3.3
12122026-07-01T21:05:19.258Z Downloaded take_mut v0.2.2
12132026-07-01T21:05:19.261Z Downloaded spki v0.7.3
12142026-07-01T21:05:19.261Z Downloaded serde_with_macros v3.17.0
12152026-07-01T21:05:19.261Z Downloaded nom v7.1.3
12162026-07-01T21:05:19.264Z Downloaded uuid v1.23.4
12172026-07-01T21:05:19.272Z Downloaded reqwest v0.12.28
12182026-07-01T21:05:19.276Z Downloaded zopfli v0.8.3
12192026-07-01T21:05:19.278Z Downloaded regex v1.12.3
12202026-07-01T21:05:19.297Z Downloaded yansi v1.0.1
12212026-07-01T21:05:19.300Z Downloaded tokio-postgres v0.7.16
12222026-07-01T21:05:19.304Z Downloaded moka v0.12.13
12232026-07-01T21:05:19.310Z Downloaded unicode_categories v0.1.1
12242026-07-01T21:05:19.312Z Downloaded toml_edit v0.19.15
12252026-07-01T21:05:19.321Z Downloaded zerotrie v0.2.3
12262026-07-01T21:05:19.323Z Downloaded zip v0.6.6
12272026-07-01T21:05:19.326Z Downloaded url v2.5.8
12282026-07-01T21:05:19.329Z Downloaded portable-atomic v1.13.1
12292026-07-01T21:05:19.333Z Downloaded unicode-segmentation v1.12.0
12302026-07-01T21:05:19.337Z Downloaded quick-xml v0.37.5
12312026-07-01T21:05:19.340Z Downloaded zerocopy-derive v0.8.40
12322026-07-01T21:05:19.344Z Downloaded ssh-key v0.7.0-rc.10
12332026-07-01T21:05:19.351Z Downloaded rayon v1.11.0
12342026-07-01T21:05:19.355Z Downloaded tower v0.5.3
12352026-07-01T21:05:19.361Z Downloaded typed-path v0.9.3
12362026-07-01T21:05:19.364Z Downloaded curve25519-dalek v4.1.3
12372026-07-01T21:05:19.370Z Downloaded p384 v0.13.1
12382026-07-01T21:05:19.373Z Downloaded proptest v1.10.0
12392026-07-01T21:05:19.378Z Downloaded reqwest v0.13.2
12402026-07-01T21:05:19.383Z Downloaded lalrpop v0.19.12
12412026-07-01T21:05:19.389Z Downloaded crypto-bigint v0.7.5
12422026-07-01T21:05:19.400Z Downloaded x509-cert v0.2.5
12432026-07-01T21:05:19.404Z Downloaded tower-http v0.6.8
12442026-07-01T21:05:19.410Z Downloaded petname v2.0.2
12452026-07-01T21:05:19.420Z Downloaded tokio-util v0.7.18
12462026-07-01T21:05:19.430Z Downloaded unicode-normalization v0.1.25
12472026-07-01T21:05:19.430Z Downloaded tough v0.22.0
12482026-07-01T21:05:19.430Z Downloaded salty v0.3.0
12492026-07-01T21:05:19.445Z Downloaded goblin v0.10.5
12502026-07-01T21:05:19.450Z Downloaded serde_with v3.17.0
12512026-07-01T21:05:19.451Z Downloaded nix v0.27.1
12522026-07-01T21:05:19.464Z Downloaded zip v4.6.1
12532026-07-01T21:05:19.464Z Downloaded winnow v0.6.26
12542026-07-01T21:05:19.470Z Downloaded zerovec v0.11.5
12552026-07-01T21:05:19.470Z Downloaded quinn-proto v0.11.13
12562026-07-01T21:05:19.470Z Downloaded russh v0.61.2
12572026-07-01T21:05:19.481Z Downloaded winnow v0.5.40
12582026-07-01T21:05:19.481Z Downloaded curve25519-dalek v5.0.0-rc.0
12592026-07-01T21:05:19.491Z Downloaded polar-core v0.27.3
12602026-07-01T21:05:19.514Z Downloaded winnow v1.0.3
12612026-07-01T21:05:19.514Z Downloaded dropshot v0.17.1
12622026-07-01T21:05:19.526Z Downloaded object v0.30.4
12632026-07-01T21:05:19.526Z Downloaded radix_trie v0.2.1
12642026-07-01T21:05:19.534Z Downloaded openssl v0.10.79
12652026-07-01T21:05:19.534Z Downloaded nix v0.28.0
12662026-07-01T21:05:19.534Z Downloaded nix v0.31.2
12672026-07-01T21:05:19.545Z Downloaded tabled v0.20.0
12682026-07-01T21:05:19.552Z Downloaded regex-syntax v0.6.29
12692026-07-01T21:05:19.566Z Downloaded time v0.3.47
12702026-07-01T21:05:19.580Z Downloaded hickory-proto v0.25.2
12712026-07-01T21:05:19.588Z Downloaded zerocopy v0.8.40
12722026-07-01T21:05:19.588Z Downloaded regress v0.11.1
12732026-07-01T21:05:19.588Z Downloaded smoltcp v0.9.1
12742026-07-01T21:05:19.592Z Downloaded regress v0.10.5
12752026-07-01T21:05:19.596Z Downloaded zlib-rs v0.6.2
12762026-07-01T21:05:19.604Z Downloaded rustls v0.23.41
12772026-07-01T21:05:19.611Z Downloaded object v0.37.3
12782026-07-01T21:05:19.622Z Downloaded vcpkg v0.2.15
12792026-07-01T21:05:19.638Z Downloaded smoltcp v0.11.0
12802026-07-01T21:05:19.648Z Downloaded openapiv3 v2.2.0
12812026-07-01T21:05:19.653Z Downloaded diesel v2.3.7
12822026-07-01T21:05:19.666Z Downloaded rustix v0.38.44
12832026-07-01T21:05:19.690Z Downloaded regex-syntax v0.8.10
12842026-07-01T21:05:19.705Z Downloaded hickory-proto v0.24.4
12852026-07-01T21:05:19.706Z Downloaded bstr v1.12.1
12862026-07-01T21:05:19.713Z Downloaded fiat-crypto v0.3.0
12872026-07-01T21:05:19.716Z Downloaded typify-impl v0.6.2
12882026-07-01T21:05:19.759Z Downloaded regex-automata v0.4.14
12892026-07-01T21:05:19.768Z Downloaded zerocopy-derive v0.6.6
12902026-07-01T21:05:19.784Z Downloaded jiff v0.2.21
12912026-07-01T21:05:19.795Z Downloaded sqlparser v0.61.0
12922026-07-01T21:05:19.808Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-01T21:05:19.818Z Downloaded tracing v0.1.44
12942026-07-01T21:05:19.828Z Downloaded sha3 v0.11.0
12952026-07-01T21:05:19.833Z Downloaded ratatui v0.29.0
12962026-07-01T21:05:19.842Z Downloaded libz-sys v1.1.24
12972026-07-01T21:05:19.858Z Downloaded csv v1.4.0
12982026-07-01T21:05:19.870Z Downloaded sha3 v0.10.8
12992026-07-01T21:05:19.870Z Downloaded sled v0.34.7
13002026-07-01T21:05:19.900Z Downloaded petgraph v0.6.5
13012026-07-01T21:05:19.906Z Downloaded encoding_rs v0.8.35
13022026-07-01T21:05:19.912Z Downloaded chrono-tz v0.10.4
13032026-07-01T21:05:19.949Z Downloaded petgraph v0.8.3
13042026-07-01T21:05:19.985Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-07-01T21:05:19.995Z Downloaded tokio v1.52.1
13062026-07-01T21:05:20.098Z Downloaded ring v0.17.14
13072026-07-01T21:05:20.145Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-07-01T21:05:20.641Z Downloaded aws-lc-sys v0.40.0
13092026-07-01T21:05:20.888Z Compiling libc v0.2.185
13102026-07-01T21:05:20.888Z Compiling serde_core v1.0.228
13112026-07-01T21:05:20.889Z Compiling serde v1.0.228
13122026-07-01T21:05:20.897Z Compiling log v0.4.29
13132026-07-01T21:05:20.897Z Compiling smallvec v1.15.1
13142026-07-01T21:05:20.897Z Compiling find-msvc-tools v0.1.9
13152026-07-01T21:05:20.897Z Compiling shlex v1.3.0
13162026-07-01T21:05:20.897Z Compiling syn v2.0.117
13172026-07-01T21:05:21.222Z Compiling subtle v2.6.1
13182026-07-01T21:05:21.253Z Compiling scopeguard v1.2.0
13192026-07-01T21:05:21.264Z Compiling stable_deref_trait v1.2.1
13202026-07-01T21:05:21.283Z Compiling typenum v1.20.1
13212026-07-01T21:05:21.332Z Compiling lock_api v0.4.14
13222026-07-01T21:05:21.345Z Compiling serde_json v1.0.150
13232026-07-01T21:05:21.385Z Compiling portable-atomic v1.13.1
13242026-07-01T21:05:21.406Z Compiling zerocopy v0.8.40
13252026-07-01T21:05:21.556Z Compiling pin-project-lite v0.2.17
13262026-07-01T21:05:21.567Z Compiling parking_lot_core v0.9.12
13272026-07-01T21:05:21.651Z Compiling pkg-config v0.3.32
13282026-07-01T21:05:21.846Z Compiling jobserver v0.1.34
13292026-07-01T21:05:21.854Z Compiling errno v0.3.14
13302026-07-01T21:05:21.904Z Compiling getrandom v0.2.17
13312026-07-01T21:05:21.988Z Compiling critical-section v1.2.0
13322026-07-01T21:05:22.089Z Compiling cc v1.2.56
13332026-07-01T21:05:22.110Z Compiling rand_core v0.6.4
13342026-07-01T21:05:22.120Z Compiling signal-hook-registry v1.4.8
13352026-07-01T21:05:22.188Z Compiling getrandom v0.4.1
13362026-07-01T21:05:22.377Z Compiling once_cell v1.21.3
13372026-07-01T21:05:22.388Z Compiling futures-core v0.3.32
13382026-07-01T21:05:22.408Z Compiling libm v0.2.16
13392026-07-01T21:05:22.468Z Compiling parking_lot v0.12.5
13402026-07-01T21:05:22.523Z Compiling mio v1.2.0
13412026-07-01T21:05:22.565Z Compiling num-traits v0.2.19
13422026-07-01T21:05:22.587Z Compiling generic-array v0.14.7
13432026-07-01T21:05:22.745Z Compiling rand_core v0.10.0
13442026-07-01T21:05:22.772Z Compiling const-oid v0.9.6
13452026-07-01T21:05:23.078Z Compiling litemap v0.8.1
13462026-07-01T21:05:23.242Z Compiling bitflags v2.11.0
13472026-07-01T21:05:23.260Z Compiling writeable v0.6.2
13482026-07-01T21:05:23.265Z Compiling percent-encoding v2.3.2
13492026-07-01T21:05:23.450Z Compiling semver v1.0.28
13502026-07-01T21:05:23.455Z Compiling socket2 v0.6.3
13512026-07-01T21:05:23.471Z Compiling icu_properties_data v2.1.2
13522026-07-01T21:05:23.608Z Compiling icu_normalizer_data v2.1.1
13532026-07-01T21:05:23.756Z Compiling futures-sink v0.3.32
13542026-07-01T21:05:23.860Z Compiling futures-channel v0.3.32
13552026-07-01T21:05:23.880Z Compiling synstructure v0.13.2
13562026-07-01T21:05:23.905Z Compiling futures-task v0.3.32
13572026-07-01T21:05:23.919Z Compiling futures-io v0.3.32
13582026-07-01T21:05:24.058Z Compiling slab v0.4.12
13592026-07-01T21:05:24.082Z Compiling indexmap v2.14.0
13602026-07-01T21:05:24.089Z Compiling utf8_iter v1.0.4
13612026-07-01T21:05:24.102Z Compiling rustversion v1.0.22
13622026-07-01T21:05:24.237Z Compiling getrandom v0.3.4
13632026-07-01T21:05:24.241Z Compiling form_urlencoded v1.2.2
13642026-07-01T21:05:24.308Z Compiling cmake v0.1.57
13652026-07-01T21:05:24.335Z Compiling dunce v1.0.5
13662026-07-01T21:05:24.429Z Compiling ident_case v1.0.1
13672026-07-01T21:05:24.442Z Compiling rustix v1.1.3
13682026-07-01T21:05:24.485Z Compiling fs_extra v1.3.0
13692026-07-01T21:05:24.552Z Compiling regex-syntax v0.8.10
13702026-07-01T21:05:24.725Z Compiling iana-time-zone v0.1.65
13712026-07-01T21:05:24.756Z Compiling vcpkg v0.2.15
13722026-07-01T21:05:24.759Z Compiling aws-lc-sys v0.40.0
13732026-07-01T21:05:24.930Z Compiling base64ct v1.8.3
13742026-07-01T21:05:25.154Z Compiling rand_core v0.9.5
13752026-07-01T21:05:25.201Z Compiling pem-rfc7468 v0.7.0
13762026-07-01T21:05:25.244Z Compiling rustc_version v0.4.1
13772026-07-01T21:05:25.448Z Compiling uuid v1.23.4
13782026-07-01T21:05:25.505Z Compiling openssl-sys v0.9.115
13792026-07-01T21:05:25.519Z Compiling tracing-core v0.1.36
13802026-07-01T21:05:25.569Z Compiling aws-lc-rs v1.16.3
13812026-07-01T21:05:25.643Z Compiling serde_derive v1.0.228
13822026-07-01T21:05:25.874Z Compiling zeroize_derive v1.4.3
13832026-07-01T21:05:26.060Z Compiling zerofrom-derive v0.1.6
13842026-07-01T21:05:26.090Z Compiling yoke-derive v0.8.1
13852026-07-01T21:05:26.196Z Compiling zerocopy-derive v0.8.40
13862026-07-01T21:05:26.226Z Compiling zerovec-derive v0.11.2
13872026-07-01T21:05:26.550Z Compiling zeroize v1.8.2
13882026-07-01T21:05:26.759Z Compiling displaydoc v0.2.5
13892026-07-01T21:05:27.295Z Compiling tokio-macros v2.7.0
13902026-07-01T21:05:27.397Z Compiling futures-macro v0.3.32
13912026-07-01T21:05:27.522Z Compiling zerofrom v0.1.6
13922026-07-01T21:05:27.536Z Compiling block-buffer v0.10.4
13932026-07-01T21:05:27.561Z Compiling crypto-common v0.1.7
13942026-07-01T21:05:27.645Z Compiling yoke v0.8.1
13952026-07-01T21:05:27.704Z Compiling digest v0.10.7
13962026-07-01T21:05:27.716Z Compiling tracing-attributes v0.1.31
13972026-07-01T21:05:27.827Z Compiling zerovec v0.11.5
13982026-07-01T21:05:27.981Z Compiling zerotrie v0.2.3
13992026-07-01T21:05:28.083Z Compiling thiserror-impl v2.0.18
14002026-07-01T21:05:28.271Z Compiling futures-util v0.3.32
14012026-07-01T21:05:28.290Z Compiling der_derive v0.7.3
14022026-07-01T21:05:28.366Z Compiling tinystr v0.8.2
14032026-07-01T21:05:28.570Z Compiling icu_locale_core v2.1.1
14042026-07-01T21:05:29.117Z Compiling potential_utf v0.1.4
14052026-07-01T21:05:29.228Z Compiling bytes v1.11.1
14062026-07-01T21:05:29.276Z Compiling icu_collections v2.1.1
14072026-07-01T21:05:29.290Z Compiling icu_provider v2.1.1
14082026-07-01T21:05:29.455Z Compiling chrono v0.4.44
14092026-07-01T21:05:29.470Z Compiling base64 v0.22.1
14102026-07-01T21:05:29.591Z Compiling flagset v0.4.7
14112026-07-01T21:05:29.715Z Compiling tokio v1.52.1
14122026-07-01T21:05:29.745Z Compiling icu_properties v2.1.2
14132026-07-01T21:05:29.785Z Compiling icu_normalizer v2.1.1
14142026-07-01T21:05:29.842Z Compiling http v1.4.2
14152026-07-01T21:05:30.327Z Compiling der v0.7.10
14162026-07-01T21:05:30.559Z Compiling http-body v1.0.1
14172026-07-01T21:05:30.719Z Compiling idna_adapter v1.2.1
14182026-07-01T21:05:30.754Z Compiling ppv-lite86 v0.2.21
14192026-07-01T21:05:30.762Z Compiling thiserror v2.0.18
14202026-07-01T21:05:30.816Z Compiling idna v1.1.0
14212026-07-01T21:05:30.830Z Compiling tracing v0.1.44
14222026-07-01T21:05:30.845Z Compiling rustls-pki-types v1.14.0
14232026-07-01T21:05:31.048Z Compiling rand_chacha v0.9.0
14242026-07-01T21:05:31.080Z Compiling url v2.5.8
14252026-07-01T21:05:31.269Z Compiling cmov v0.5.4
14262026-07-01T21:05:31.437Z Compiling openssl-probe v0.2.1
14272026-07-01T21:05:31.471Z Compiling httparse v1.10.1
14282026-07-01T21:05:31.496Z Compiling tinyvec_macros v0.1.1
14292026-07-01T21:05:31.565Z Compiling tinyvec v1.10.0
14302026-07-01T21:05:31.601Z Compiling ctutils v0.4.2
14312026-07-01T21:05:31.707Z Compiling pest_generator v2.8.6
14322026-07-01T21:05:31.816Z Compiling rand v0.9.2
14332026-07-01T21:05:31.828Z Compiling spki v0.7.3
14342026-07-01T21:05:31.841Z Compiling serde_derive_internals v0.29.1
14352026-07-01T21:05:31.844Z Compiling aho-corasick v1.1.4
14362026-07-01T21:05:31.902Z Compiling untrusted v0.7.1
14372026-07-01T21:05:32.012Z Compiling tower-service v0.3.3
14382026-07-01T21:05:32.026Z Compiling dyn-clone v1.0.20
14392026-07-01T21:05:32.106Z Compiling tower-layer v0.3.3
14402026-07-01T21:05:32.157Z Compiling try-lock v0.2.5
14412026-07-01T21:05:32.261Z Compiling atomic-waker v1.1.2
14422026-07-01T21:05:32.261Z Compiling schemars v0.8.22
14432026-07-01T21:05:32.374Z Compiling pest_derive v2.8.6
14442026-07-01T21:05:32.394Z Compiling want v0.3.1
14452026-07-01T21:05:32.493Z Compiling tempfile v3.25.0
14462026-07-01T21:05:32.592Z Compiling hybrid-array v0.4.13
14472026-07-01T21:05:32.705Z Compiling schemars_derive v0.8.22
14482026-07-01T21:05:32.810Z Compiling regex-automata v0.4.14
14492026-07-01T21:05:32.839Z Compiling ipnet v2.11.0
14502026-07-01T21:05:32.856Z Compiling scroll_derive v0.13.1
14512026-07-01T21:05:33.395Z Compiling darling_core v0.20.11
14522026-07-01T21:05:33.415Z Compiling tokio-util v0.7.18
14532026-07-01T21:05:33.528Z Compiling openssl v0.10.79
14542026-07-01T21:05:33.698Z Compiling untrusted v0.9.0
14552026-07-01T21:05:33.772Z Compiling httpdate v1.0.3
14562026-07-01T21:05:33.819Z Compiling rustls v0.23.41
14572026-07-01T21:05:33.949Z Compiling cpufeatures v0.2.17
14582026-07-01T21:05:34.001Z Compiling foreign-types-shared v0.1.1
14592026-07-01T21:05:34.045Z Compiling scroll v0.13.0
14602026-07-01T21:05:34.085Z Compiling h2 v0.4.15
14612026-07-01T21:05:34.308Z Compiling foreign-types v0.3.2
14622026-07-01T21:05:34.381Z Compiling pkcs8 v0.10.2
14632026-07-01T21:05:34.444Z Compiling unicode-normalization v0.1.25
14642026-07-01T21:05:34.904Z Compiling openssl-macros v0.1.1
14652026-07-01T21:05:35.032Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-07-01T21:05:35.270Z Compiling spin v0.9.8
14672026-07-01T21:05:35.297Z Compiling crc32fast v1.5.0
14682026-07-01T21:05:35.323Z Compiling powerfmt v0.2.0
14692026-07-01T21:05:35.426Z Compiling native-tls v0.2.18
14702026-07-01T21:05:35.471Z Compiling time-core v0.1.8
14712026-07-01T21:05:35.520Z Compiling num-conv v0.2.0
14722026-07-01T21:05:35.611Z Compiling deranged v0.5.8
14732026-07-01T21:05:35.637Z Compiling darling_macro v0.20.11
14742026-07-01T21:05:35.650Z Compiling time-macros v0.2.27
14752026-07-01T21:05:36.123Z Compiling darling v0.20.11
14762026-07-01T21:05:36.205Z Compiling goblin v0.10.5
14772026-07-01T21:05:36.560Z Compiling sha2 v0.10.9
14782026-07-01T21:05:36.716Z Compiling hmac v0.12.1
14792026-07-01T21:05:36.866Z Compiling sync_wrapper v1.0.2
14802026-07-01T21:05:36.882Z Compiling wait-timeout v0.2.1
14812026-07-01T21:05:36.973Z Compiling num_threads v0.1.7
14822026-07-01T21:05:37.068Z Compiling usdt-impl v0.6.0
14832026-07-01T21:05:37.139Z Compiling hyper v1.10.1
14842026-07-01T21:05:37.281Z Compiling bit-vec v0.8.0
14852026-07-01T21:05:37.513Z Compiling simd-adler32 v0.3.8
14862026-07-01T21:05:37.752Z Compiling crossbeam-utils v0.8.21
14872026-07-01T21:05:37.973Z Compiling quick-error v1.2.3
14882026-07-01T21:05:38.077Z Compiling siphasher v1.0.2
14892026-07-01T21:05:38.096Z Compiling syn v1.0.109
14902026-07-01T21:05:38.137Z Compiling rusty-fork v0.3.1
14912026-07-01T21:05:38.261Z Compiling hyper-util v0.1.20
14922026-07-01T21:05:38.459Z Compiling bit-set v0.8.0
14932026-07-01T21:05:38.633Z Compiling time v0.3.47
14942026-07-01T21:05:38.636Z Compiling tower v0.5.3
14952026-07-01T21:05:38.708Z Compiling derive_builder_core v0.20.2
14962026-07-01T21:05:38.931Z Compiling dof v0.4.0
14972026-07-01T21:05:39.114Z Compiling dtrace-parser v0.3.0
14982026-07-01T21:05:39.564Z Compiling http-body-util v0.1.3
14992026-07-01T21:05:39.807Z Compiling thiserror-impl v1.0.69
15002026-07-01T21:05:39.839Z Compiling scroll_derive v0.12.1
15012026-07-01T21:05:39.986Z Compiling heapless v0.7.17
15022026-07-01T21:05:40.078Z Compiling rand_xorshift v0.4.0
15032026-07-01T21:05:40.193Z Compiling slog v2.8.2
15042026-07-01T21:05:40.226Z Compiling darling_core v0.21.3
15052026-07-01T21:05:40.238Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-07-01T21:05:40.384Z Compiling thread-id v5.1.0
15072026-07-01T21:05:40.403Z Compiling cookie v0.18.1
15082026-07-01T21:05:40.466Z Compiling allocator-api2 v0.2.21
15092026-07-01T21:05:40.487Z Compiling anyhow v1.0.102
15102026-07-01T21:05:40.515Z Compiling zstd-safe v7.2.4
15112026-07-01T21:05:40.591Z Compiling signal-hook v0.3.18
15122026-07-01T21:05:40.717Z Compiling paste v1.0.15
15132026-07-01T21:05:40.773Z Compiling iri-string v0.7.10
15142026-07-01T21:05:40.787Z Compiling unicode-properties v0.1.4
15152026-07-01T21:05:40.799Z Compiling unarray v0.1.4
15162026-07-01T21:05:40.902Z Compiling unicode-bidi v0.3.18
15172026-07-01T21:05:40.985Z Compiling adler2 v2.0.1
15182026-07-01T21:05:40.997Z Compiling ryu v1.0.23
15192026-07-01T21:05:41.049Z Compiling thiserror v1.0.69
15202026-07-01T21:05:41.110Z Compiling miniz_oxide v0.8.9
15212026-07-01T21:05:41.145Z Compiling serde_urlencoded v0.7.1
15222026-07-01T21:05:41.211Z Compiling stringprep v0.1.5
15232026-07-01T21:05:41.381Z Compiling proptest v1.10.0
15242026-07-01T21:05:41.681Z Compiling scroll v0.12.0
15252026-07-01T21:05:41.934Z Compiling tower-http v0.6.8
15262026-07-01T21:05:42.274Z Compiling derive_builder_macro v0.20.2
15272026-07-01T21:05:42.300Z Compiling tokio-native-tls v0.3.1
15282026-07-01T21:05:42.328Z Compiling camino v1.2.2
15292026-07-01T21:05:42.636Z Compiling bstr v1.12.1
15302026-07-01T21:05:42.672Z Compiling darling_macro v0.21.3
15312026-07-01T21:05:42.692Z Compiling ipnetwork v0.21.1
15322026-07-01T21:05:42.731Z Compiling crypto-common v0.2.2
15332026-07-01T21:05:42.971Z Compiling block-buffer v0.12.1
15342026-07-01T21:05:43.125Z Compiling block-padding v0.4.2
15352026-07-01T21:05:43.163Z Compiling rustls-native-certs v0.8.3
15362026-07-01T21:05:43.192Z Compiling rand_chacha v0.3.1
15372026-07-01T21:05:43.285Z Compiling erased-serde v0.3.31
15382026-07-01T21:05:43.331Z Compiling serde_spanned v0.6.9
15392026-07-01T21:05:43.450Z Compiling toml_datetime v0.6.11
15402026-07-01T21:05:43.474Z Compiling serde_tokenstream v0.2.3
15412026-07-01T21:05:43.708Z Compiling md-5 v0.10.6
15422026-07-01T21:05:43.771Z Compiling signature v2.2.0
15432026-07-01T21:05:43.785Z Compiling zerocopy-derive v0.7.35
15442026-07-01T21:05:43.877Z Compiling pin-project-internal v1.1.11
15452026-07-01T21:05:43.950Z Compiling async-trait v0.1.89
15462026-07-01T21:05:43.993Z Compiling curve25519-dalek v4.1.3
15472026-07-01T21:05:44.338Z Compiling vergen-lib v9.1.0
15482026-07-01T21:05:44.500Z Compiling num-integer v0.1.46
15492026-07-01T21:05:44.529Z Compiling hash32 v0.2.1
15502026-07-01T21:05:44.650Z Compiling memoffset v0.9.1
15512026-07-01T21:05:44.718Z Compiling encoding_rs v0.8.35
15522026-07-01T21:05:44.818Z Compiling rustix v0.38.44
15532026-07-01T21:05:44.849Z Compiling fallible-iterator v0.2.0
15542026-07-01T21:05:44.960Z Compiling cfg_aliases v0.2.1
15552026-07-01T21:05:44.978Z Compiling mime v0.3.17
15562026-07-01T21:05:45.032Z Compiling litrs v1.0.0
15572026-07-01T21:05:45.158Z Compiling psl-types v2.0.11
15582026-07-01T21:05:45.172Z Compiling ref-cast v1.0.25
15592026-07-01T21:05:45.235Z Compiling num-bigint-dig v0.8.6
15602026-07-01T21:05:45.278Z Compiling zlib-rs v0.6.2
15612026-07-01T21:05:45.433Z Compiling smoltcp v0.9.1
15622026-07-01T21:05:45.542Z Compiling document-features v0.2.12
15632026-07-01T21:05:45.558Z Compiling publicsuffix v2.3.0
15642026-07-01T21:05:45.790Z Compiling postgres-protocol v0.6.10
15652026-07-01T21:05:45.806Z Compiling nix v0.31.2
15662026-07-01T21:05:46.140Z Compiling pin-project v1.1.11
15672026-07-01T21:05:46.199Z Compiling num-iter v0.1.45
15682026-07-01T21:05:46.227Z Compiling hubpack_derive v0.1.1
15692026-07-01T21:05:46.294Z Compiling zerocopy v0.7.35
15702026-07-01T21:05:46.331Z Compiling newtype-uuid v1.3.2
15712026-07-01T21:05:46.659Z Compiling rand v0.8.6
15722026-07-01T21:05:46.673Z Compiling inout v0.2.2
15732026-07-01T21:05:46.694Z Compiling darling v0.21.3
15742026-07-01T21:05:46.776Z Compiling oxnet v0.1.6
15752026-07-01T21:05:46.792Z Compiling derive_builder v0.20.2
15762026-07-01T21:05:46.842Z Compiling hyper-tls v0.6.0
15772026-07-01T21:05:47.003Z Compiling goblin v0.8.2
15782026-07-01T21:05:47.504Z Compiling phf_shared v0.13.1
15792026-07-01T21:05:47.548Z Compiling lazy_static v1.5.0
15802026-07-01T21:05:47.563Z Compiling regex v1.12.3
15812026-07-01T21:05:47.642Z Compiling anstyle-parse v0.2.7
15822026-07-01T21:05:47.744Z Compiling futures-executor v0.3.32
15832026-07-01T21:05:47.823Z Compiling hex v0.4.3
15842026-07-01T21:05:47.900Z Compiling terminal_size v0.4.3
15852026-07-01T21:05:48.010Z Compiling daft-derive v0.1.7
15862026-07-01T21:05:48.024Z Compiling strum_macros v0.27.2
15872026-07-01T21:05:48.069Z Compiling snafu-derive v0.8.9
15882026-07-01T21:05:48.118Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-01T21:05:48.616Z Compiling flate2 v1.1.9
15902026-07-01T21:05:48.746Z Compiling ref-cast-impl v1.0.25
15912026-07-01T21:05:48.779Z Compiling vergen v9.1.0
15922026-07-01T21:05:48.973Z Compiling cargo-platform v0.3.2
15932026-07-01T21:05:49.026Z Compiling ff v0.13.1
15942026-07-01T21:05:49.163Z Compiling fs-err v3.3.0
15952026-07-01T21:05:49.241Z Compiling ahash v0.8.12
15962026-07-01T21:05:49.290Z Compiling same-file v1.0.6
15972026-07-01T21:05:49.366Z Compiling winnow v0.5.40
15982026-07-01T21:05:49.453Z Compiling libbz2-rs-sys v0.2.2
15992026-07-01T21:05:49.474Z Compiling object v0.37.3
16002026-07-01T21:05:49.747Z Compiling bitflags v1.3.2
16012026-07-01T21:05:49.834Z Compiling foldhash v0.1.5
16022026-07-01T21:05:49.973Z Compiling base16ct v0.2.0
16032026-07-01T21:05:49.975Z Compiling foldhash v0.2.0
16042026-07-01T21:05:49.998Z Compiling managed v0.8.0
16052026-07-01T21:05:50.126Z Compiling unicode-segmentation v1.12.0
16062026-07-01T21:05:50.148Z Compiling bumpalo v3.20.2
16072026-07-01T21:05:50.213Z Compiling hashbrown v0.16.1
16082026-07-01T21:05:50.393Z Compiling zopfli v0.8.3
16092026-07-01T21:05:50.454Z Compiling sec1 v0.7.3
16102026-07-01T21:05:50.504Z Compiling strum v0.27.2
16112026-07-01T21:05:50.635Z Compiling snafu v0.8.9
16122026-07-01T21:05:50.720Z Compiling toml_edit v0.19.15
16132026-07-01T21:05:50.785Z Compiling hashbrown v0.15.5
16142026-07-01T21:05:50.800Z Compiling bzip2 v0.6.1
16152026-07-01T21:05:51.007Z Compiling walkdir v2.5.0
16162026-07-01T21:05:51.041Z Compiling clap_builder v4.6.0
16172026-07-01T21:05:51.118Z Compiling dof v0.3.0
16182026-07-01T21:05:51.140Z Compiling cargo_metadata v0.23.1
16192026-07-01T21:05:51.304Z Compiling group v0.13.0
16202026-07-01T21:05:51.476Z Compiling daft v0.1.7
16212026-07-01T21:05:51.748Z Compiling futures v0.3.32
16222026-07-01T21:05:51.813Z Compiling anstream v0.6.21
16232026-07-01T21:05:51.830Z Compiling phf v0.13.1
16242026-07-01T21:05:52.258Z Compiling cookie_store v0.22.1
16252026-07-01T21:05:52.463Z Compiling signal-hook-mio v0.2.5
16262026-07-01T21:05:52.467Z Compiling reqwest v0.12.28
16272026-07-01T21:05:52.582Z Compiling bzip2 v0.4.4
16282026-07-01T21:05:52.790Z Compiling zstd v0.13.3
16292026-07-01T21:05:52.946Z Compiling cipher v0.5.2
16302026-07-01T21:05:53.091Z Compiling serde_with_macros v3.17.0
16312026-07-01T21:05:53.251Z Compiling hubpack v0.1.2
16322026-07-01T21:05:53.473Z Compiling postgres-types v0.2.12
16332026-07-01T21:05:54.021Z Compiling ed25519 v2.2.3
16342026-07-01T21:05:54.061Z Compiling usdt-attr-macro v0.6.0
16352026-07-01T21:05:54.229Z Compiling usdt-macro v0.6.0
16362026-07-01T21:05:54.372Z Compiling globset v0.4.18
16372026-07-01T21:05:54.578Z Compiling dtrace-parser v0.2.0
16382026-07-01T21:05:54.865Z Compiling phf_shared v0.11.3
16392026-07-01T21:05:54.911Z Compiling hkdf v0.12.4
16402026-07-01T21:05:54.979Z Compiling olpc-cjson v0.1.4
16412026-07-01T21:05:55.039Z Compiling pkcs1 v0.7.5
16422026-07-01T21:05:55.097Z Compiling pem v3.0.6
16432026-07-01T21:05:55.097Z Compiling serde_plain v1.0.2
16442026-07-01T21:05:55.131Z Compiling serde-big-array v0.5.1
16452026-07-01T21:05:55.257Z Compiling crypto-bigint v0.5.5
16462026-07-01T21:05:55.273Z Compiling strum_macros v0.26.4
16472026-07-01T21:05:55.310Z Compiling clap_derive v4.6.1
16482026-07-01T21:05:56.655Z Compiling enum-as-inner v0.6.1
16492026-07-01T21:05:56.701Z Compiling async-recursion v1.1.1
16502026-07-01T21:05:56.701Z Compiling serde_repr v0.1.20
16512026-07-01T21:05:56.701Z Compiling float-cmp v0.10.0
16522026-07-01T21:05:56.701Z Compiling thread-id v4.2.2
16532026-07-01T21:05:56.701Z Compiling memmap2 v0.9.10
16542026-07-01T21:05:56.701Z Compiling env_filter v1.0.0
16552026-07-01T21:05:56.701Z Compiling const-oid v0.10.2
16562026-07-01T21:05:56.701Z Compiling difflib v0.4.0
16572026-07-01T21:05:56.701Z Compiling precomputed-hash v0.1.1
16582026-07-01T21:05:56.701Z Compiling typed-path v0.9.3
16592026-07-01T21:05:56.701Z Compiling fixedbitset v0.4.2
16602026-07-01T21:05:56.871Z Compiling keccak v0.1.6
16612026-07-01T21:05:56.991Z Compiling either v1.15.0
16622026-07-01T21:05:57.019Z Compiling normalize-line-endings v0.3.0
16632026-07-01T21:05:57.049Z Compiling data-encoding v2.10.0
16642026-07-01T21:05:57.111Z Compiling winnow v1.0.3
16652026-07-01T21:05:57.191Z Compiling predicates-core v1.0.10
16662026-07-01T21:05:57.354Z Compiling cpufeatures v0.3.0
16672026-07-01T21:05:57.377Z Compiling whoami v2.1.0
16682026-07-01T21:05:57.431Z Compiling static_assertions v1.1.0
16692026-07-01T21:05:57.450Z Compiling fixedbitset v0.5.7
16702026-07-01T21:05:57.504Z Compiling new_debug_unreachable v1.0.6
16712026-07-01T21:05:57.577Z Compiling jiff v0.2.21
16722026-07-01T21:05:57.597Z Compiling tokio-postgres v0.7.16
16732026-07-01T21:05:57.610Z Compiling string_cache v0.8.9
16742026-07-01T21:05:57.723Z Compiling petgraph v0.8.3
16752026-07-01T21:05:57.737Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-07-01T21:05:57.750Z Compiling chacha20 v0.10.0
16772026-07-01T21:05:57.824Z Compiling toml_parser v1.1.2+spec-1.1.0
16782026-07-01T21:05:57.838Z Compiling toml_edit v0.22.27
16792026-07-01T21:05:58.149Z Compiling hickory-proto v0.25.2
16802026-07-01T21:05:58.508Z Compiling predicates v3.1.4
16812026-07-01T21:05:59.147Z Compiling itertools v0.13.0
16822026-07-01T21:05:59.711Z Compiling clap v4.6.1
16832026-07-01T21:05:59.794Z Compiling strum v0.26.3
16842026-07-01T21:05:59.811Z Compiling sha3 v0.10.8
16852026-07-01T21:05:59.923Z Compiling petgraph v0.6.5
16862026-07-01T21:06:00.263Z Compiling zip v4.6.1
16872026-07-01T21:06:00.363Z Compiling digest v0.11.3
16882026-07-01T21:06:00.554Z Compiling env_logger v0.11.9
16892026-07-01T21:06:00.572Z Compiling usdt v0.6.0
16902026-07-01T21:06:00.588Z Compiling usdt-impl v0.5.0
16912026-07-01T21:06:00.831Z Compiling elliptic-curve v0.13.8
16922026-07-01T21:06:00.900Z Compiling rsa v0.9.10
16932026-07-01T21:06:01.200Z Compiling crossterm v0.28.1
16942026-07-01T21:06:01.216Z Compiling serde_with v3.17.0
16952026-07-01T21:06:01.239Z Compiling ed25519-dalek v2.2.0
16962026-07-01T21:06:01.756Z Compiling zip v0.6.6
16972026-07-01T21:06:02.277Z Compiling toml v0.7.8
16982026-07-01T21:06:02.327Z Compiling iddqd v0.4.2
16992026-07-01T21:06:02.869Z Compiling similar v2.7.0
17002026-07-01T21:06:02.969Z Compiling heck v0.4.1
17012026-07-01T21:06:03.032Z Compiling crossbeam-epoch v0.9.18
17022026-07-01T21:06:03.139Z Compiling tokio-stream v0.1.18
17032026-07-01T21:06:03.192Z Compiling buf-list v1.1.2
17042026-07-01T21:06:03.366Z Compiling x509-cert v0.2.5
17052026-07-01T21:06:03.473Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-07-01T21:06:03.598Z Compiling openapiv3 v2.2.0
17072026-07-01T21:06:03.640Z Compiling lalrpop-util v0.19.12
17082026-07-01T21:06:03.751Z Compiling peg-runtime v0.8.5
17092026-07-01T21:06:03.770Z Compiling thread_local v1.1.9
17102026-07-01T21:06:03.828Z Compiling slog-async v2.8.0
17112026-07-01T21:06:04.013Z Compiling crossbeam-channel v0.5.15
17122026-07-01T21:06:04.026Z Compiling is-terminal v0.4.17
17132026-07-01T21:06:04.122Z Compiling filetime v0.2.27
17142026-07-01T21:06:04.154Z Compiling xattr v1.6.1
17152026-07-01T21:06:04.213Z Compiling term v1.2.1
17162026-07-01T21:06:04.286Z Compiling take_mut v0.2.2
17172026-07-01T21:06:04.318Z Compiling tar v0.4.45
17182026-07-01T21:06:04.462Z Compiling camino-tempfile v1.4.1
17192026-07-01T21:06:04.687Z Compiling slog-term v2.9.2
17202026-07-01T21:06:16.535Z Compiling rustls-webpki v0.103.9
17212026-07-01T21:06:19.212Z Compiling tokio-rustls v0.26.4
17222026-07-01T21:06:19.212Z Compiling rustls-platform-verifier v0.6.2
17232026-07-01T21:06:19.215Z Compiling tough v0.22.0
17242026-07-01T21:06:19.418Z Compiling hyper-rustls v0.27.7
17252026-07-01T21:06:19.615Z Compiling reqwest v0.13.2
17262026-07-01T21:06:21.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-07-01T21:06:22.093Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-07-01T21:06:25.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17292026-07-01T21:06:25.087Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17302026-07-01T21:06:25.146ZJul 01 21:06:23.815 INFO Starting download, target: Clickhouse
17312026-07-01T21:06:25.146ZJul 01 21:06:23.815 INFO Starting download, target: Cockroach
17322026-07-01T21:06:25.146ZJul 01 21:06:23.815 INFO Starting download, target: Console
17332026-07-01T21:06:25.238ZJul 01 21:06:23.815 INFO Starting download, target: DendriteStub
17342026-07-01T21:06:25.238ZJul 01 21:06:23.815 INFO Starting download, target: MaghemiteMgd
17352026-07-01T21:06:25.238ZJul 01 21:06:23.815 INFO Starting download, target: MaghemiteDdmd
17362026-07-01T21:06:25.238ZJul 01 21:06:23.815 INFO Starting download, target: TransceiverControl
17372026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17402026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-07-01T21:06:25.239ZJul 01 21:06:23.815 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-07-01T21:06:26.063ZJul 01 21:06:24.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-07-01T21:06:26.344ZJul 01 21:06:24.951 INFO Download complete, target: TransceiverControl
17462026-07-01T21:06:26.903ZJul 01 21:06:25.585 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-01T21:06:27.329ZJul 01 21:06:25.993 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-07-01T21:06:27.569ZJul 01 21:06:26.232 INFO Download complete, target: Console
17492026-07-01T21:06:27.994ZJul 01 21:06:26.659 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-07-01T21:06:28.271ZJul 01 21:06:26.949 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-07-01T21:06:28.347ZJul 01 21:06:27.023 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-07-01T21:06:28.886ZJul 01 21:06:27.575 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-07-01T21:06:28.886ZJul 01 21:06:27.575 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-07-01T21:06:29.796ZJul 01 21:06:28.486 INFO Download complete, target: MaghemiteDdmd
17552026-07-01T21:06:30.681ZJul 01 21:06:29.370 INFO Download complete, target: DendriteStub
17562026-07-01T21:06:30.763ZJul 01 21:06:29.453 INFO Download complete, target: MaghemiteMgd
17572026-07-01T21:06:33.480ZJul 01 21:06:32.170 INFO Checking that binary works, target: Cockroach
17582026-07-01T21:06:33.506ZJul 01 21:06:32.196 INFO Checking that binary works, target: Clickhouse
17592026-07-01T21:06:33.658ZJul 01 21:06:32.348 INFO Download complete, target: Cockroach
17602026-07-01T21:06:33.666ZJul 01 21:06:32.355 INFO Download complete, target: Clickhouse
17612026-07-01T21:06:33.713ZAll builder prerequisites installed successfully, and PATH looks valid
17622026-07-01T21:06:33.717Z
17632026-07-01T21:06:33.717Zreal 2:02.227160759
17642026-07-01T21:06:33.717Zuser 6:35.510819264
17652026-07-01T21:06:33.717Zsys 1:19.671556017
17662026-07-01T21:06:33.717Ztrap 0.228801944
17672026-07-01T21:06:33.717Ztflt 1.650742052
17682026-07-01T21:06:33.717Zdflt 2.736723910
17692026-07-01T21:06:33.717Zkflt 0.027774716
17702026-07-01T21:06:33.717Zlock 21:47.692351834
17712026-07-01T21:06:33.717Zslp 20:27.711752778
17722026-07-01T21:06:33.717Zlat 40.511704060
17732026-07-01T21:06:33.717Zstop 1:50.427871689
17742026-07-01T21:06:33.717Z+ banner clippy
17752026-07-01T21:06:33.717Z
17762026-07-01T21:06:33.717Z #### # # ##### ##### # #
17772026-07-01T21:06:33.717Z # # # # # # # # # #
17782026-07-01T21:06:33.717Z # # # # # # # #
17792026-07-01T21:06:33.717Z # # # ##### ##### #
17802026-07-01T21:06:33.717Z # # # # # # #
17812026-07-01T21:06:33.717Z #### ###### # # # #
17822026-07-01T21:06:33.717Z
17832026-07-01T21:06:33.717Z+ export CARGO_INCREMENTAL=0
17842026-07-01T21:06:33.717Z+ CARGO_INCREMENTAL=0
17852026-07-01T21:06:33.717Z+ ptime -m cargo xtask clippy
17862026-07-01T21:06:34.190Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17872026-07-01T21:06:34.470Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17882026-07-01T21:06:36.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17892026-07-01T21:06:36.264Z Running `target/debug/xtask clippy`
17902026-07-01T21:06:36.288Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17912026-07-01T21:06:36.841Z Downloading crates ...
17922026-07-01T21:06:37.051Z Downloaded approx v0.5.1
17932026-07-01T21:06:37.054Z Downloaded guppy-workspace-hack v0.1.0
17942026-07-01T21:06:37.057Z Downloaded event-listener v5.4.1
17952026-07-01T21:06:37.065Z Downloaded supports-color v2.1.0
17962026-07-01T21:06:37.069Z Downloaded miette v5.10.0
17972026-07-01T21:06:37.069Z Downloaded termcolor v1.4.1
17982026-07-01T21:06:37.072Z Downloaded async-lock v3.4.2
17992026-07-01T21:06:37.075Z Downloaded rstest_macros v0.25.0
18002026-07-01T21:06:37.079Z Downloaded plotters-backend v0.3.7
18012026-07-01T21:06:37.079Z Downloaded tinytemplate v1.2.1
18022026-07-01T21:06:37.088Z Downloaded addr2line v0.25.1
18032026-07-01T21:06:37.091Z Downloaded plotters v0.3.7
18042026-07-01T21:06:37.097Z Downloaded pathdiff v0.2.3
18052026-07-01T21:06:37.101Z Downloaded owo-colors v3.5.0
18062026-07-01T21:06:37.101Z Downloaded httptest v0.16.4
18072026-07-01T21:06:37.101Z Downloaded miette-derive v5.10.0
18082026-07-01T21:06:37.101Z Downloaded path-tree v0.8.3
18092026-07-01T21:06:37.101Z Downloaded knuffel-derive v3.2.0
18102026-07-01T21:06:37.104Z Downloaded stringmetrics v2.2.2
18112026-07-01T21:06:37.104Z Downloaded libtest-mimic v0.8.1
18122026-07-01T21:06:37.107Z Downloaded assert-json-diff v2.0.2
18132026-07-01T21:06:37.107Z Downloaded partial-io v0.5.4
18142026-07-01T21:06:37.112Z Downloaded hex-literal v0.4.1
18152026-07-01T21:06:37.112Z Downloaded plotters-svg v0.3.7
18162026-07-01T21:06:37.117Z Downloaded target-triple v1.0.0
18172026-07-01T21:06:37.123Z Downloaded nested v0.1.1
18182026-07-01T21:06:37.123Z Downloaded constant_time_eq v0.3.1
18192026-07-01T21:06:37.123Z Downloaded parking v2.2.1
18202026-07-01T21:06:37.126Z Downloaded terminal_size v0.1.17
18212026-07-01T21:06:37.126Z Downloaded linkme-impl v0.3.35
18222026-07-01T21:06:37.131Z Downloaded cast v0.3.0
18232026-07-01T21:06:37.136Z Downloaded escape8259 v0.5.3
18242026-07-01T21:06:37.141Z Downloaded supports-hyperlinks v2.1.0
18252026-07-01T21:06:37.141Z Downloaded backtrace-ext v0.2.1
18262026-07-01T21:06:37.144Z Downloaded supports-unicode v2.1.0
18272026-07-01T21:06:37.144Z Downloaded rstest v0.25.0
18282026-07-01T21:06:37.147Z Downloaded rust-argon2 v2.1.0
18292026-07-01T21:06:37.147Z Downloaded concurrent-queue v2.5.0
18302026-07-01T21:06:37.147Z Downloaded futures-timer v3.0.3
18312026-07-01T21:06:37.150Z Downloaded assert_cmd v2.1.2
18322026-07-01T21:06:37.154Z Downloaded serde_regex v1.1.0
18332026-07-01T21:06:37.154Z Downloaded event-listener-strategy v0.5.4
18342026-07-01T21:06:37.158Z Downloaded similar-asserts v1.7.0
18352026-07-01T21:06:37.161Z Downloaded async-object-pool v0.2.0
18362026-07-01T21:06:37.161Z Downloaded anes v0.1.6
18372026-07-01T21:06:37.164Z Downloaded target-spec v3.5.7
18382026-07-01T21:06:37.167Z Downloaded linkme v0.3.35
18392026-07-01T21:06:37.170Z Downloaded target-lexicon v0.13.3
18402026-07-01T21:06:37.170Z Downloaded datatest-stable v0.3.3
18412026-07-01T21:06:37.173Z Downloaded relative-path v1.9.3
18422026-07-01T21:06:37.174Z Downloaded criterion-plot v0.6.0
18432026-07-01T21:06:37.177Z Downloaded rustc-demangle v0.1.27
18442026-07-01T21:06:37.180Z Downloaded trybuild v1.0.116
18452026-07-01T21:06:37.183Z Downloaded cfg-expr v0.20.6
18462026-07-01T21:06:37.187Z Downloaded hickory-client v0.25.2
18472026-07-01T21:06:37.190Z Downloaded blake2b_simd v1.0.4
18482026-07-01T21:06:37.197Z Downloaded oorandom v11.1.5
18492026-07-01T21:06:37.206Z Downloaded textwrap v0.15.2
18502026-07-01T21:06:37.209Z Downloaded knuffel v3.2.0
18512026-07-01T21:06:37.215Z Downloaded backtrace v0.3.76
18522026-07-01T21:06:37.219Z Downloaded chumsky v0.9.3
18532026-07-01T21:06:37.222Z Downloaded rand_distr v0.5.1
18542026-07-01T21:06:37.228Z Downloaded fancy-regex v0.14.0
18552026-07-01T21:06:37.237Z Downloaded hashbrown v0.14.5
18562026-07-01T21:06:37.240Z Downloaded criterion v0.7.0
18572026-07-01T21:06:37.246Z Downloaded guppy v0.17.25
18582026-07-01T21:06:37.264Z Downloaded gimli v0.32.3
18592026-07-01T21:06:37.369Z Downloaded httpmock v0.8.3
18602026-07-01T21:06:39.050Z Checking cfg-if v1.0.4
18612026-07-01T21:06:39.412Z Checking libc v0.2.185
18622026-07-01T21:06:39.415Z Checking serde_core v1.0.228
18632026-07-01T21:06:39.494Z Checking memchr v2.8.0
18642026-07-01T21:06:39.536Z Checking zeroize v1.8.2
18652026-07-01T21:06:39.536Z Checking smallvec v1.15.1
18662026-07-01T21:06:39.613Z Checking rand_core v0.10.0
18672026-07-01T21:06:39.649Z Checking itoa v1.0.17
18682026-07-01T21:06:39.686Z Checking subtle v2.6.1
18692026-07-01T21:06:39.729Z Checking log v0.4.29
18702026-07-01T21:06:39.833Z Checking libm v0.2.16
18712026-07-01T21:06:39.840Z Checking typenum v1.20.1
18722026-07-01T21:06:39.867Z Checking getrandom v0.4.1
18732026-07-01T21:06:39.868Z Checking errno v0.3.14
18742026-07-01T21:06:39.941Z Checking scopeguard v1.2.0
18752026-07-01T21:06:39.983Z Checking stable_deref_trait v1.2.1
18762026-07-01T21:06:40.021Z Checking zmij v1.0.21
18772026-07-01T21:06:40.062Z Checking zerofrom v0.1.6
18782026-07-01T21:06:40.102Z Checking lock_api v0.4.14
18792026-07-01T21:06:40.144Z Checking percent-encoding v2.3.2
18802026-07-01T21:06:40.184Z Checking writeable v0.6.2
18812026-07-01T21:06:40.220Z Checking yoke v0.8.1
18822026-07-01T21:06:40.255Z Checking litemap v0.8.1
18832026-07-01T21:06:40.314Z Checking icu_properties_data v2.1.2
18842026-07-01T21:06:40.353Z Checking icu_normalizer_data v2.1.1
18852026-07-01T21:06:40.391Z Checking pin-project-lite v0.2.17
18862026-07-01T21:06:40.428Z Checking zerovec v0.11.5
18872026-07-01T21:06:40.465Z Checking zerotrie v0.2.3
18882026-07-01T21:06:40.503Z Checking form_urlencoded v1.2.2
18892026-07-01T21:06:40.507Z Checking num-traits v0.2.19
18902026-07-01T21:06:40.573Z Checking utf8_iter v1.0.4
18912026-07-01T21:06:40.615Z Checking parking_lot_core v0.9.12
18922026-07-01T21:06:40.653Z Checking zerocopy v0.8.40
18932026-07-01T21:06:40.697Z Checking portable-atomic v1.13.1
18942026-07-01T21:06:40.741Z Checking critical-section v1.2.0
18952026-07-01T21:06:40.781Z Checking signal-hook-registry v1.4.8
18962026-07-01T21:06:40.827Z Checking parking_lot v0.12.5
18972026-07-01T21:06:40.870Z Checking mio v1.2.0
18982026-07-01T21:06:40.907Z Checking tinystr v0.8.2
18992026-07-01T21:06:40.955Z Checking serde v1.0.228
19002026-07-01T21:06:40.991Z Checking serde_json v1.0.150
19012026-07-01T21:06:41.046Z Checking bitflags v2.11.0
19022026-07-01T21:06:41.083Z Checking potential_utf v0.1.4
19032026-07-01T21:06:41.123Z Checking icu_locale_core v2.1.1
19042026-07-01T21:06:41.156Z Checking once_cell v1.21.3
19052026-07-01T21:06:41.207Z Checking socket2 v0.6.3
19062026-07-01T21:06:41.248Z Checking icu_collections v2.1.1
19072026-07-01T21:06:41.284Z Checking iana-time-zone v0.1.65
19082026-07-01T21:06:41.373Z Checking uuid v1.23.4
19092026-07-01T21:06:41.416Z Checking bytes v1.11.1
19102026-07-01T21:06:41.420Z Checking chrono v0.4.44
19112026-07-01T21:06:41.487Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-07-01T21:06:41.570Z Checking thiserror v2.0.18
19132026-07-01T21:06:41.679Z Checking semver v1.0.28
19142026-07-01T21:06:41.717Z Checking futures-core v0.3.32
19152026-07-01T21:06:41.721Z Checking icu_provider v2.1.1
19162026-07-01T21:06:41.752Z Checking dyn-clone v1.0.20
19172026-07-01T21:06:41.867Z Checking getrandom v0.2.17
19182026-07-01T21:06:41.905Z Checking tokio v1.52.1
19192026-07-01T21:06:41.939Z Checking equivalent v1.0.2
19202026-07-01T21:06:42.001Z Checking cmov v0.5.4
19212026-07-01T21:06:42.002Z Checking rustix v1.1.3
19222026-07-01T21:06:42.037Z Checking icu_properties v2.1.2
19232026-07-01T21:06:42.041Z Checking icu_normalizer v2.1.1
19242026-07-01T21:06:42.072Z Checking rand_core v0.6.4
19252026-07-01T21:06:42.177Z Checking ctutils v0.4.2
19262026-07-01T21:06:42.300Z Checking futures-sink v0.3.32
19272026-07-01T21:06:42.303Z Checking byteorder v1.5.0
19282026-07-01T21:06:42.375Z Checking slab v0.4.12
19292026-07-01T21:06:42.413Z Checking hybrid-array v0.4.13
19302026-07-01T21:06:42.451Z Checking futures-channel v0.3.32
19312026-07-01T21:06:42.554Z Checking futures-task v0.3.32
19322026-07-01T21:06:42.590Z Checking futures-io v0.3.32
19332026-07-01T21:06:42.664Z Checking generic-array v0.14.7
19342026-07-01T21:06:42.717Z Checking thiserror v1.0.69
19352026-07-01T21:06:42.755Z Checking futures-util v0.3.32
19362026-07-01T21:06:42.836Z Checking getrandom v0.3.4
19372026-07-01T21:06:42.875Z Checking hashbrown v0.17.0
19382026-07-01T21:06:42.910Z Checking idna_adapter v1.2.1
19392026-07-01T21:06:43.008Z Checking base64ct v1.8.3
19402026-07-01T21:06:43.053Z Checking idna v1.1.0
19412026-07-01T21:06:43.140Z Checking const-oid v0.9.6
19422026-07-01T21:06:43.186Z Checking crypto-common v0.2.2
19432026-07-01T21:06:43.268Z Checking crypto-common v0.1.7
19442026-07-01T21:06:43.323Z Checking url v2.5.8
19452026-07-01T21:06:43.369Z Checking indexmap v2.14.0
19462026-07-01T21:06:43.405Z Checking ppv-lite86 v0.2.21
19472026-07-01T21:06:43.440Z Checking fnv v1.0.7
19482026-07-01T21:06:43.558Z Checking regex-syntax v0.8.10
19492026-07-01T21:06:43.715Z Checking block-buffer v0.12.1
19502026-07-01T21:06:43.783Z Checking schemars v0.8.22
19512026-07-01T21:06:43.823Z Checking block-buffer v0.10.4
19522026-07-01T21:06:43.858Z Checking http v1.4.2
19532026-07-01T21:06:43.899Z Checking tracing-core v0.1.36
19542026-07-01T21:06:43.944Z Checking utf8parse v0.2.2
19552026-07-01T21:06:43.986Z Checking digest v0.10.7
19562026-07-01T21:06:44.072Z Checking base64 v0.22.1
19572026-07-01T21:06:44.207Z Checking anstyle v1.0.14
19582026-07-01T21:06:44.244Z Checking tracing v0.1.44
19592026-07-01T21:06:44.338Z Checking is_terminal_polyfill v1.70.2
19602026-07-01T21:06:44.414Z Checking colorchoice v1.0.4
19612026-07-01T21:06:44.461Z Checking anstyle-query v1.1.5
19622026-07-01T21:06:44.465Z Checking ipnet v2.11.0
19632026-07-01T21:06:44.495Z Checking const-oid v0.10.2
19642026-07-01T21:06:44.565Z Checking anstyle-parse v1.0.0
19652026-07-01T21:06:44.568Z Checking terminal_size v0.4.3
19662026-07-01T21:06:44.635Z Checking aho-corasick v1.1.4
19672026-07-01T21:06:44.689Z Checking crossbeam-utils v0.8.21
19682026-07-01T21:06:44.726Z Checking unicode-ident v1.0.24
19692026-07-01T21:06:44.763Z Checking strsim v0.11.1
19702026-07-01T21:06:44.766Z Checking anstream v1.0.0
19712026-07-01T21:06:44.831Z Checking clap_lex v1.0.0
19722026-07-01T21:06:44.867Z Checking proc-macro2 v1.0.106
19732026-07-01T21:06:44.902Z Checking powerfmt v0.2.0
19742026-07-01T21:06:44.953Z Checking httparse v1.10.1
19752026-07-01T21:06:45.008Z Checking num-conv v0.2.0
19762026-07-01T21:06:45.044Z Checking clap_builder v4.6.0
19772026-07-01T21:06:45.082Z Checking deranged v0.5.8
19782026-07-01T21:06:45.085Z Checking time-core v0.1.8
19792026-07-01T21:06:45.152Z Checking num_threads v0.1.7
19802026-07-01T21:06:45.155Z Checking tokio-util v0.7.18
19812026-07-01T21:06:45.223Z Checking cpufeatures v0.3.0
19822026-07-01T21:06:45.228Z Checking quote v1.0.45
19832026-07-01T21:06:45.293Z Checking rand_core v0.9.5
19842026-07-01T21:06:45.293Z Checking digest v0.11.3
19852026-07-01T21:06:45.363Z Checking regex-automata v0.4.14
19862026-07-01T21:06:45.366Z Checking erased-serde v0.3.31
19872026-07-01T21:06:45.447Z Checking syn v2.0.117
19882026-07-01T21:06:45.491Z Checking http-body v1.0.1
19892026-07-01T21:06:45.528Z Checking cpufeatures v0.2.17
19902026-07-01T21:06:45.622Z Checking allocator-api2 v0.2.21
19912026-07-01T21:06:45.658Z Checking atomic-waker v1.1.2
19922026-07-01T21:06:45.779Z Checking rand_chacha v0.9.0
19932026-07-01T21:06:45.818Z Checking slog v2.8.2
19942026-07-01T21:06:45.821Z Checking aws-lc-sys v0.40.0
19952026-07-01T21:06:45.930Z Checking anyhow v1.0.102
19962026-07-01T21:06:46.006Z Checking rustls-pki-types v1.14.0
19972026-07-01T21:06:46.042Z Checking time v0.3.47
19982026-07-01T21:06:46.105Z Checking try-lock v0.2.5
19992026-07-01T21:06:46.151Z Checking httpdate v1.0.3
20002026-07-01T21:06:46.231Z Checking untrusted v0.7.1
20012026-07-01T21:06:46.303Z Checking clap v4.6.1
20022026-07-01T21:06:46.343Z Checking want v0.3.1
20032026-07-01T21:06:46.347Z Checking rand v0.9.2
20042026-07-01T21:06:46.410Z Checking h2 v0.4.15
20052026-07-01T21:06:46.415Z Checking aws-lc-rs v1.16.3
20062026-07-01T21:06:46.415Z Checking tower-service v0.3.3
20072026-07-01T21:06:46.511Z Checking ryu v1.0.23
20082026-07-01T21:06:46.590Z Checking tower-layer v0.3.3
20092026-07-01T21:06:46.672Z Checking ipnetwork v0.21.1
20102026-07-01T21:06:46.764Z Checking hex v0.4.3
20112026-07-01T21:06:46.861Z Checking untrusted v0.9.0
20122026-07-01T21:06:46.913Z Checking fastrand v2.3.0
20132026-07-01T21:06:46.997Z Checking mime v0.3.17
20142026-07-01T21:06:47.034Z Checking pem-rfc7468 v0.7.0
20152026-07-01T21:06:47.149Z Checking block-padding v0.4.2
20162026-07-01T21:06:47.163Z Checking spin v0.9.8
20172026-07-01T21:06:47.199Z Checking flagset v0.4.7
20182026-07-01T21:06:47.234Z Checking http-body-util v0.1.3
20192026-07-01T21:06:47.238Z Checking pretty-hex v0.4.1
20202026-07-01T21:06:47.303Z Checking inout v0.2.2
20212026-07-01T21:06:47.306Z Checking rustls-webpki v0.103.9
20222026-07-01T21:06:47.371Z Checking der v0.7.10
20232026-07-01T21:06:47.374Z Checking simd-adler32 v0.3.8
20242026-07-01T21:06:47.439Z Checking tempfile v3.25.0
20252026-07-01T21:06:47.475Z Checking plain v0.2.3
20262026-07-01T21:06:47.478Z Checking adler2 v2.0.1
20272026-07-01T21:06:47.595Z Checking openssl-probe v0.2.1
20282026-07-01T21:06:47.632Z Checking miniz_oxide v0.8.9
20292026-07-01T21:06:47.635Z Checking cipher v0.5.2
20302026-07-01T21:06:47.701Z Checking regex v1.12.3
20312026-07-01T21:06:47.737Z Checking serde_urlencoded v0.7.1
20322026-07-01T21:06:47.737Z Checking camino v1.2.2
20332026-07-01T21:06:47.805Z Checking rustls v0.23.41
20342026-07-01T21:06:47.917Z Checking encoding_rs v0.8.35
20352026-07-01T21:06:47.972Z Checking ucd-trie v0.1.7
20362026-07-01T21:06:48.006Z Checking rand_chacha v0.3.1
20372026-07-01T21:06:48.009Z Checking oxnet v0.1.6
20382026-07-01T21:06:48.073Z Checking sync_wrapper v1.0.2
20392026-07-01T21:06:48.119Z Checking spki v0.7.3
20402026-07-01T21:06:48.155Z Checking pest v2.8.6
20412026-07-01T21:06:48.205Z Checking either v1.15.0
20422026-07-01T21:06:48.238Z Checking rand v0.8.6
20432026-07-01T21:06:48.334Z Checking tower v0.5.3
20442026-07-01T21:06:48.337Z Checking futures-executor v0.3.32
20452026-07-01T21:06:48.477Z Checking crc32fast v1.5.0
20462026-07-01T21:06:48.549Z Checking iri-string v0.7.10
20472026-07-01T21:06:48.649Z Checking futures v0.3.32
20482026-07-01T21:06:48.754Z Checking foldhash v0.2.0
20492026-07-01T21:06:48.790Z Checking static_assertions v1.1.0
20502026-07-01T21:06:48.840Z Checking pkcs8 v0.10.2
20512026-07-01T21:06:48.887Z Checking openapiv3 v2.2.0
20522026-07-01T21:06:48.890Z Checking hubpack v0.1.2
20532026-07-01T21:06:48.955Z Checking hashbrown v0.16.1
20542026-07-01T21:06:49.019Z Checking zlib-rs v0.6.2
20552026-07-01T21:06:49.078Z Checking rustls-native-certs v0.8.3
20562026-07-01T21:06:49.234Z Checking sha2 v0.10.9
20572026-07-01T21:06:49.237Z Checking hyper v1.10.1
20582026-07-01T21:06:49.237Z Checking strum v0.26.3
20592026-07-01T21:06:49.404Z Checking psl-types v2.0.11
20602026-07-01T21:06:49.485Z Checking lazy_static v1.5.0
20612026-07-01T21:06:49.538Z Checking cookie v0.18.1
20622026-07-01T21:06:49.575Z Checking publicsuffix v2.3.0
20632026-07-01T21:06:49.639Z Checking tinyvec_macros v0.1.1
20642026-07-01T21:06:49.647Z Checking tower-http v0.6.8
20652026-07-01T21:06:49.709Z Checking tinyvec v1.10.0
20662026-07-01T21:06:49.763Z Checking scroll v0.13.0
20672026-07-01T21:06:49.800Z Checking cookie_store v0.22.1
20682026-07-01T21:06:49.940Z Checking flate2 v1.1.9
20692026-07-01T21:06:49.978Z Checking signature v2.2.0
20702026-07-01T21:06:50.020Z Checking goblin v0.10.5
20712026-07-01T21:06:50.057Z Checking num-integer v0.1.46
20722026-07-01T21:06:50.094Z Checking tokio-rustls v0.26.4
20732026-07-01T21:06:50.132Z Checking rustls-platform-verifier v0.6.2
20742026-07-01T21:06:50.167Z Checking memmap2 v0.9.10
20752026-07-01T21:06:50.244Z Checking bit-vec v0.8.0
20762026-07-01T21:06:50.282Z Checking data-encoding v2.10.0
20772026-07-01T21:06:50.285Z Checking hyper-util v0.1.20
20782026-07-01T21:06:50.350Z Checking dtrace-parser v0.3.0
20792026-07-01T21:06:50.353Z Checking hmac v0.12.1
20802026-07-01T21:06:50.383Z Checking wait-timeout v0.2.1
20812026-07-01T21:06:50.386Z Checking thread-id v5.1.0
20822026-07-01T21:06:50.483Z Checking bit-set v0.8.0
20832026-07-01T21:06:50.520Z Checking bstr v1.12.1
20842026-07-01T21:06:50.556Z Checking crossbeam-epoch v0.9.18
20852026-07-01T21:06:50.592Z Checking anstyle-parse v0.2.7
20862026-07-01T21:06:50.595Z Checking ahash v0.8.12
20872026-07-01T21:06:50.660Z Checking toml_datetime v0.6.11
20882026-07-01T21:06:50.663Z Checking serde_spanned v0.6.9
20892026-07-01T21:06:50.764Z Checking quick-error v1.2.3
20902026-07-01T21:06:50.801Z Checking anstream v0.6.21
20912026-07-01T21:06:50.839Z Checking rand_xorshift v0.4.0
20922026-07-01T21:06:50.842Z Checking memoffset v0.9.1
20932026-07-01T21:06:50.908Z Checking scroll v0.12.0
20942026-07-01T21:06:50.911Z Checking rusty-fork v0.3.1
20952026-07-01T21:06:50.977Z Checking unarray v0.1.4
20962026-07-01T21:06:50.980Z Checking x509-cert v0.2.5
20972026-07-01T21:06:50.980Z Checking zerocopy v0.7.35
20982026-07-01T21:06:51.077Z Checking unicode-segmentation v1.12.0
20992026-07-01T21:06:51.113Z Checking num-iter v0.1.45
21002026-07-01T21:06:51.116Z Checking proptest v1.10.0
21012026-07-01T21:06:51.185Z Checking goblin v0.8.2
21022026-07-01T21:06:51.247Z Checking dtrace-parser v0.2.0
21032026-07-01T21:06:51.410Z Checking ff v0.13.1
21042026-07-01T21:06:51.508Z Checking thread-id v4.2.2
21052026-07-01T21:06:51.549Z Checking foreign-types-shared v0.1.1
21062026-07-01T21:06:51.586Z Checking base16ct v0.2.0
21072026-07-01T21:06:51.590Z Checking hyper-rustls v0.27.7
21082026-07-01T21:06:51.655Z Checking group v0.13.0
21092026-07-01T21:06:51.658Z Checking foreign-types v0.3.2
21102026-07-01T21:06:51.722Z Checking nix v0.31.2
21112026-07-01T21:06:51.759Z Checking sec1 v0.7.3
21122026-07-01T21:06:51.794Z Checking hkdf v0.12.4
21132026-07-01T21:06:51.828Z Checking crypto-bigint v0.5.5
21142026-07-01T21:06:51.865Z Checking reqwest v0.13.2
21152026-07-01T21:06:51.950Z Checking rustix v0.38.44
21162026-07-01T21:06:51.987Z Checking openssl-sys v0.9.115
21172026-07-01T21:06:52.345Z Checking dof v0.4.0
21182026-07-01T21:06:52.387Z Checking env_filter v1.0.0
21192026-07-01T21:06:52.555Z Checking same-file v1.0.6
21202026-07-01T21:06:52.702Z Checking keccak v0.1.6
21212026-07-01T21:06:52.745Z Checking winnow v0.7.14
21222026-07-01T21:06:52.785Z Checking walkdir v2.5.0
21232026-07-01T21:06:52.789Z Checking elliptic-curve v0.13.8
21242026-07-01T21:06:52.892Z Checking sha3 v0.10.8
21252026-07-01T21:06:52.933Z Checking env_logger v0.11.9
21262026-07-01T21:06:52.971Z Checking newtype-uuid v1.3.2
21272026-07-01T21:06:53.008Z Checking openssl v0.10.79
21282026-07-01T21:06:53.011Z Checking usdt-impl v0.6.0
21292026-07-01T21:06:53.076Z Checking dof v0.3.0
21302026-07-01T21:06:53.119Z Checking num-bigint-dig v0.8.6
21312026-07-01T21:06:53.156Z Checking pkcs1 v0.7.5
21322026-07-01T21:06:53.159Z Checking itertools v0.13.0
21332026-07-01T21:06:53.225Z Checking daft v0.1.7
21342026-07-01T21:06:53.336Z Checking usdt v0.6.0
21352026-07-01T21:06:53.379Z Checking usdt-impl v0.5.0
21362026-07-01T21:06:53.417Z Checking serde_with v3.17.0
21372026-07-01T21:06:53.485Z Checking winnow v1.0.3
21382026-07-01T21:06:53.526Z Checking siphasher v1.0.2
21392026-07-01T21:06:53.678Z Checking bitflags v1.3.2
21402026-07-01T21:06:53.716Z Checking unicode-normalization v0.1.25
21412026-07-01T21:06:53.779Z Checking signal-hook v0.3.18
21422026-07-01T21:06:53.817Z Checking toml_parser v1.1.2+spec-1.1.0
21432026-07-01T21:06:53.953Z Checking rsa v0.9.10
21442026-07-01T21:06:53.990Z Checking winnow v0.5.40
21452026-07-01T21:06:54.026Z Checking toml_write v0.1.2
21462026-07-01T21:06:54.143Z Checking managed v0.8.0
21472026-07-01T21:06:54.181Z Checking chacha20 v0.10.0
21482026-07-01T21:06:54.221Z Checking toml_edit v0.22.27
21492026-07-01T21:06:54.259Z Checking curve25519-dalek v4.1.3
21502026-07-01T21:06:54.357Z Checking bzip2-sys v0.1.13+1.0.8
21512026-07-01T21:06:54.436Z Checking object v0.37.3
21522026-07-01T21:06:54.475Z Checking foldhash v0.1.5
21532026-07-01T21:06:54.510Z Checking bzip2 v0.4.4
21542026-07-01T21:06:54.632Z Checking hashbrown v0.15.5
21552026-07-01T21:06:54.701Z Checking signal-hook-mio v0.2.5
21562026-07-01T21:06:54.837Z Checking globset v0.4.18
21572026-07-01T21:06:54.938Z Checking ed25519 v2.2.3
21582026-07-01T21:06:55.066Z Checking ref-cast v1.0.25
21592026-07-01T21:06:55.105Z Checking zstd-sys v2.0.16+zstd.1.5.7
21602026-07-01T21:06:55.108Z Checking native-tls v0.2.18
21612026-07-01T21:06:55.174Z Checking ed25519-dalek v2.2.0
21622026-07-01T21:06:55.178Z Checking zip v0.6.6
21632026-07-01T21:06:55.251Z Checking toml_edit v0.19.15
21642026-07-01T21:06:55.257Z Checking zstd-safe v7.2.4
21652026-07-01T21:06:55.257Z Checking pin-project v1.1.11
21662026-07-01T21:06:55.342Z Checking tokio-native-tls v0.3.1
21672026-07-01T21:06:55.379Z Checking bumpalo v3.20.2
21682026-07-01T21:06:55.422Z Checking libbz2-rs-sys v0.2.2
21692026-07-01T21:06:55.425Z Checking crossterm v0.28.1
21702026-07-01T21:06:55.493Z Checking zstd v0.13.3
21712026-07-01T21:06:55.529Z Checking hyper-tls v0.6.0
21722026-07-01T21:06:55.565Z Checking similar v2.7.0
21732026-07-01T21:06:55.604Z Checking zopfli v0.8.3
21742026-07-01T21:06:55.702Z Checking fs-err v3.3.0
21752026-07-01T21:06:55.742Z Checking reqwest v0.12.28
21762026-07-01T21:06:55.836Z Checking bzip2 v0.6.1
21772026-07-01T21:06:55.959Z Checking pem v3.0.6
21782026-07-01T21:06:55.996Z Checking hash32 v0.2.1
21792026-07-01T21:06:56.033Z Checking serde-big-array v0.5.1
21802026-07-01T21:06:56.036Z Checking predicates-core v1.0.10
21812026-07-01T21:06:56.140Z Checking jiff v0.2.21
21822026-07-01T21:06:56.178Z Checking unicode-properties v0.1.4
21832026-07-01T21:06:56.180Z Checking unicode-bidi v0.3.18
21842026-07-01T21:06:56.246Z Checking heapless v0.7.17
21852026-07-01T21:06:56.249Z Checking snafu v0.8.9
21862026-07-01T21:06:56.313Z Checking toml v0.7.8
21872026-07-01T21:06:56.387Z Checking olpc-cjson v0.1.4
21882026-07-01T21:06:56.506Z Checking hickory-proto v0.25.2
21892026-07-01T21:06:56.546Z Checking stringprep v0.1.5
21902026-07-01T21:06:56.549Z Checking md-5 v0.10.6
21912026-07-01T21:06:56.617Z Checking serde_plain v1.0.2
21922026-07-01T21:06:56.649Z Checking float-cmp v0.10.0
21932026-07-01T21:06:56.706Z Checking normalize-line-endings v0.3.0
21942026-07-01T21:06:56.745Z Checking typed-path v0.9.3
21952026-07-01T21:06:56.748Z Checking difflib v0.4.0
21962026-07-01T21:06:56.748Z Checking fallible-iterator v0.2.0
21972026-07-01T21:06:56.845Z Checking smoltcp v0.9.1
21982026-07-01T21:06:56.848Z Checking iddqd v0.4.2
21992026-07-01T21:06:56.848Z Checking phf_shared v0.13.1
22002026-07-01T21:06:57.010Z Checking predicates v3.1.4
22012026-07-01T21:06:57.068Z Checking postgres-protocol v0.6.10
22022026-07-01T21:06:57.105Z Checking phf_shared v0.11.3
22032026-07-01T21:06:57.273Z Checking tokio-stream v0.1.18
22042026-07-01T21:06:57.328Z Checking buf-list v1.1.2
22052026-07-01T21:06:57.405Z Checking strum v0.27.2
22062026-07-01T21:06:57.453Z Checking lalrpop-util v0.19.12
22072026-07-01T21:06:57.517Z Checking tough v0.22.0
22082026-07-01T21:06:57.555Z Checking fixedbitset v0.5.7
22092026-07-01T21:06:57.559Z Checking precomputed-hash v0.1.1
22102026-07-01T21:06:57.638Z Checking fixedbitset v0.4.2
22112026-07-01T21:06:57.681Z Checking new_debug_unreachable v1.0.6
22122026-07-01T21:06:57.713Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-07-01T21:06:57.771Z Checking petgraph v0.8.3
22142026-07-01T21:06:57.776Z Checking string_cache v0.8.9
22152026-07-01T21:06:57.842Z Checking petgraph v0.6.5
22162026-07-01T21:06:57.845Z Checking postgres-types v0.2.12
22172026-07-01T21:06:57.998Z Checking phf v0.13.1
22182026-07-01T21:06:58.172Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22192026-07-01T21:06:58.219Z Checking whoami v2.1.0
22202026-07-01T21:06:58.395Z Checking zip v4.6.1
22212026-07-01T21:06:58.445Z Checking peg-runtime v0.8.5
22222026-07-01T21:06:58.486Z Checking tokio-postgres v0.7.16
22232026-07-01T21:06:58.733Z Checking is-terminal v0.4.17
22242026-07-01T21:06:58.855Z Checking crossbeam-channel v0.5.15
22252026-07-01T21:06:58.995Z Checking thread_local v1.1.9
22262026-07-01T21:06:59.111Z Compiling structmeta-derive v0.3.0
22272026-07-01T21:06:59.192Z Checking take_mut v0.2.2
22282026-07-01T21:06:59.227Z Checking term v1.2.1
22292026-07-01T21:06:59.320Z Checking slog-async v2.8.0
22302026-07-01T21:06:59.323Z Compiling newtype-uuid-macros v0.1.0
22312026-07-01T21:06:59.392Z Compiling multer v3.1.0
22322026-07-01T21:06:59.473Z Checking slog-term v2.9.2
22332026-07-01T21:06:59.527Z Compiling async-stream-impl v0.3.6
22342026-07-01T21:06:59.567Z Checking match_cfg v0.1.0
22352026-07-01T21:06:59.664Z Checking hostname v0.3.1
22362026-07-01T21:06:59.717Z Checking slog-json v2.6.1
22372026-07-01T21:06:59.762Z Compiling dropshot v0.17.1
22382026-07-01T21:06:59.799Z Compiling dropshot_endpoint v0.17.1
22392026-07-01T21:06:59.835Z Checking debug-ignore v1.0.5
22402026-07-01T21:06:59.893Z Checking slog-bunyan v2.5.0
22412026-07-01T21:06:59.959Z Checking progenitor-client v0.14.0
22422026-07-01T21:07:00.032Z Checking sha1 v0.11.0
22432026-07-01T21:07:00.102Z Checking toml_datetime v1.1.1+spec-1.1.0
22442026-07-01T21:07:00.153Z Checking serde_path_to_error v0.1.20
22452026-07-01T21:07:00.192Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22462026-07-01T21:07:00.232Z Checking serde_spanned v1.1.1
22472026-07-01T21:07:00.269Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482026-07-01T21:07:00.272Z Compiling structmeta v0.3.0
22492026-07-01T21:07:00.338Z Checking compression-core v0.4.31
22502026-07-01T21:07:00.370Z Checking toml_writer v1.1.1+spec-1.1.0
22512026-07-01T21:07:00.404Z Checking async-stream v0.3.6
22522026-07-01T21:07:00.487Z Checking compression-codecs v0.4.37
22532026-07-01T21:07:00.537Z Compiling derive-ex v0.1.8
22542026-07-01T21:07:00.575Z Checking rustls-pemfile v2.2.0
22552026-07-01T21:07:00.578Z Checking toml v1.1.2+spec-1.1.0
22562026-07-01T21:07:00.644Z Checking waitgroup v0.1.2
22572026-07-01T21:07:00.679Z Checking async-compression v0.4.41
22582026-07-01T21:07:00.715Z Checking hostname v0.4.2
22592026-07-01T21:07:00.718Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-07-01T21:07:00.783Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22612026-07-01T21:07:00.786Z Checking atomicwrites v0.4.4
22622026-07-01T21:07:00.850Z Checking itertools v0.14.0
22632026-07-01T21:07:00.885Z Compiling parse-display-derive v0.10.0
22642026-07-01T21:07:00.944Z Checking macaddr v1.0.1
22652026-07-01T21:07:00.947Z Checking regress v0.10.5
22662026-07-01T21:07:01.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-07-01T21:07:01.182Z Checking instant v0.1.13
22682026-07-01T21:07:01.222Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-07-01T21:07:01.293Z Checking backoff v0.4.0
22702026-07-01T21:07:01.452Z Checking backon v1.6.0
22712026-07-01T21:07:01.491Z Checking humantime v2.3.0
22722026-07-01T21:07:01.527Z Checking unicode-width v0.2.0
22732026-07-01T21:07:01.639Z Checking progenitor-extras v0.2.0
22742026-07-01T21:07:01.692Z Compiling convert_case v0.4.0
22752026-07-01T21:07:01.798Z Checking heck v0.5.0
22762026-07-01T21:07:01.890Z Checking half v2.7.1
22772026-07-01T21:07:01.927Z Checking ciborium-io v0.2.2
22782026-07-01T21:07:01.963Z Checking secrecy v0.10.3
22792026-07-01T21:07:02.046Z Checking camino-tempfile v1.4.1
22802026-07-01T21:07:02.087Z Compiling derive_more v0.99.20
22812026-07-01T21:07:02.122Z Compiling regress v0.11.1
22822026-07-01T21:07:02.175Z Checking ciborium-ll v0.2.2
22832026-07-01T21:07:02.228Z Checking indent_write v2.2.0
22842026-07-01T21:07:02.264Z Compiling test-strategy v0.4.5
22852026-07-01T21:07:02.378Z Checking ciborium v0.2.2
22862026-07-01T21:07:02.415Z Compiling crucible-workspace-hack v0.1.0
22872026-07-01T21:07:02.593Z Checking parse-display v0.10.0
22882026-07-01T21:07:02.707Z Compiling unsafe-libyaml v0.2.11
22892026-07-01T21:07:02.828Z Checking inout v0.1.4
22902026-07-01T21:07:02.864Z Checking universal-hash v0.5.1
22912026-07-01T21:07:02.990Z Checking cipher v0.4.4
22922026-07-01T21:07:03.028Z Compiling thiserror-impl-no-std v2.0.2
22932026-07-01T21:07:03.228Z Checking swrite v0.1.0
22942026-07-01T21:07:03.350Z Compiling serde_yaml v0.9.34+deprecated
22952026-07-01T21:07:03.468Z Checking opaque-debug v0.3.1
22962026-07-01T21:07:03.563Z Checking poly1305 v0.8.0
22972026-07-01T21:07:03.601Z Checking chacha20 v0.9.1
22982026-07-01T21:07:03.775Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-07-01T21:07:03.823Z Compiling typify-impl v0.6.2
23002026-07-01T21:07:03.859Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-07-01T21:07:04.172Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-07-01T21:07:04.212Z Checking blake2 v0.10.6
23032026-07-01T21:07:04.252Z Checking thiserror-no-std v2.0.2
23042026-07-01T21:07:04.367Z Checking aead v0.5.2
23052026-07-01T21:07:04.527Z Checking password-hash v0.5.0
23062026-07-01T21:07:04.563Z Checking chacha20poly1305 v0.10.1
23072026-07-01T21:07:04.686Z Checking vsss-rs v3.3.4
23082026-07-01T21:07:04.724Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23092026-07-01T21:07:04.788Z Checking argon2 v0.5.3
23102026-07-01T21:07:04.883Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-07-01T21:07:05.162Z Checking byte-wrapper v0.1.0
23122026-07-01T21:07:05.165Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23132026-07-01T21:07:05.232Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-07-01T21:07:05.235Z Checking crossbeam-deque v0.8.6
23152026-07-01T21:07:05.396Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23162026-07-01T21:07:05.433Z Compiling rayon-core v1.13.0
23172026-07-01T21:07:05.466Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23182026-07-01T21:07:05.470Z Compiling toml_datetime v0.7.5+spec-1.1.0
23192026-07-01T21:07:05.775Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-07-01T21:07:05.849Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23212026-07-01T21:07:06.058Z Compiling proc-macro-error v1.0.4
23222026-07-01T21:07:06.141Z Checking rayon v1.11.0
23232026-07-01T21:07:06.401Z Compiling proc-macro-crate v3.4.0
23242026-07-01T21:07:06.824Z Checking tabwriter v1.4.1
23252026-07-01T21:07:06.862Z Checking toml v0.8.23
23262026-07-01T21:07:06.941Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23272026-07-01T21:07:06.982Z Compiling num_enum_derive v0.7.6
23282026-07-01T21:07:07.019Z Checking glob v0.3.3
23292026-07-01T21:07:07.052Z Compiling heapless v0.8.0
23302026-07-01T21:07:07.089Z Checking colored v3.1.1
23312026-07-01T21:07:07.204Z Compiling ingot-macros v0.1.1
23322026-07-01T21:07:07.240Z Checking hash32 v0.3.1
23332026-07-01T21:07:07.311Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-07-01T21:07:07.412Z Checking unicode-width v0.1.14
23352026-07-01T21:07:07.558Z Compiling smoltcp v0.11.0
23362026-07-01T21:07:07.677Z Checking cobs v0.3.0
23372026-07-01T21:07:07.712Z Compiling usdt-attr-macro v0.5.0
23382026-07-01T21:07:07.847Z Compiling usdt-macro v0.5.0
23392026-07-01T21:07:07.975Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23402026-07-01T21:07:08.014Z Checking memmap v0.7.0
23412026-07-01T21:07:08.050Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-07-01T21:07:08.080Z Checking num_enum v0.7.6
23432026-07-01T21:07:08.223Z Checking postcard v1.1.3
23442026-07-01T21:07:08.318Z Checking rand v0.10.1
23452026-07-01T21:07:08.374Z Compiling typify-macro v0.6.2
23462026-07-01T21:07:08.530Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23472026-07-01T21:07:08.576Z Compiling proc-macro-crate v1.3.1
23482026-07-01T21:07:08.616Z Checking usdt v0.5.0
23492026-07-01T21:07:08.766Z Checking sigpipe v0.1.3
23502026-07-01T21:07:08.809Z Compiling foreign-types-macros v0.2.3
23512026-07-01T21:07:08.845Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-01T21:07:08.882Z Checking foreign-types-shared v0.3.1
23532026-07-01T21:07:09.033Z Compiling num_enum_derive v0.5.11
23542026-07-01T21:07:09.164Z Checking cstr-argument v0.1.2
23552026-07-01T21:07:09.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-07-01T21:07:09.315Z Compiling num-derive v0.4.2
23572026-07-01T21:07:09.379Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-01T21:07:09.433Z Checking foreign-types v0.5.0
23592026-07-01T21:07:09.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-07-01T21:07:09.767Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-07-01T21:07:09.849Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-07-01T21:07:09.887Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-07-01T21:07:09.922Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-07-01T21:07:10.046Z Checking ingot-types v0.1.2
23652026-07-01T21:07:10.082Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-07-01T21:07:10.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23672026-07-01T21:07:10.148Z Checking num_enum v0.5.11
23682026-07-01T21:07:10.214Z Compiling typify v0.6.2
23692026-07-01T21:07:10.286Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23702026-07-01T21:07:10.319Z Compiling zone_cfg_derive v0.3.1
23712026-07-01T21:07:10.353Z Compiling progenitor-impl v0.14.0
23722026-07-01T21:07:10.455Z Checking ingot v0.1.1
23732026-07-01T21:07:10.488Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-01T21:07:10.520Z Checking itertools v0.12.1
23752026-07-01T21:07:10.682Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-07-01T21:07:10.964Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23772026-07-01T21:07:11.049Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23782026-07-01T21:07:11.144Z Checking smf v0.2.3
23792026-07-01T21:07:11.180Z Checking whoami v1.6.1
23802026-07-01T21:07:11.297Z Checking tokio-dtrace v0.1.1
23812026-07-01T21:07:11.331Z Compiling derive-where v1.6.0
23822026-07-01T21:07:11.372Z Checking console v0.15.11
23832026-07-01T21:07:11.407Z Checking newline-converter v0.3.0
23842026-07-01T21:07:11.505Z Checking oxide-tokio-rt v0.1.4
23852026-07-01T21:07:11.542Z Checking bytecount v0.6.9
23862026-07-01T21:07:11.575Z Checking zone v0.3.1
23872026-07-01T21:07:11.670Z Compiling owo-colors v4.3.0
23882026-07-01T21:07:11.673Z Checking expectorate v1.2.0
23892026-07-01T21:07:11.708Z Compiling cancel-safe-futures v0.1.5
23902026-07-01T21:07:11.865Z Checking libsw-core v0.3.2
23912026-07-01T21:07:11.954Z Checking num-rational v0.4.2
23922026-07-01T21:07:12.032Z Checking libsw v3.5.0
23932026-07-01T21:07:12.101Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23942026-07-01T21:07:12.238Z Checking num-complex v0.4.6
23952026-07-01T21:07:12.400Z Checking linear-map v1.2.0
23962026-07-01T21:07:12.482Z Checking float-ord v0.3.2
23972026-07-01T21:07:12.598Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-07-01T21:07:12.602Z Checking num v0.4.3
23992026-07-01T21:07:12.668Z Checking gethostname v0.5.0
24002026-07-01T21:07:12.672Z Compiling prettyplease v0.2.37
24012026-07-01T21:07:12.735Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-07-01T21:07:12.769Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-07-01T21:07:12.805Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-07-01T21:07:12.938Z Compiling progenitor-macro v0.14.0
24052026-07-01T21:07:13.018Z Checking resolv-conf v0.7.6
24062026-07-01T21:07:13.132Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24072026-07-01T21:07:13.232Z Checking smawk v0.3.2
24082026-07-01T21:07:13.268Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24092026-07-01T21:07:13.391Z Checking unicode-linebreak v0.1.5
24102026-07-01T21:07:13.633Z Checking papergrid v0.11.0
24112026-07-01T21:07:14.263Z Compiling tabled_derive v0.7.0
24122026-07-01T21:07:14.299Z Compiling convert_case v0.10.0
24132026-07-01T21:07:14.335Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24142026-07-01T21:07:14.379Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-07-01T21:07:14.617Z Compiling slog-dtrace v0.3.0
24162026-07-01T21:07:14.688Z Compiling derive_more-impl v2.1.1
24172026-07-01T21:07:14.691Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-07-01T21:07:14.931Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-07-01T21:07:14.978Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-07-01T21:07:15.312Z Checking tabled v0.15.0
24212026-07-01T21:07:15.579Z Checking derive_more v2.1.1
24222026-07-01T21:07:15.582Z Checking linked-hash-map v0.5.6
24232026-07-01T21:07:15.700Z Checking crossterm v0.29.0
24242026-07-01T21:07:15.810Z Checking lru-cache v0.1.2
24252026-07-01T21:07:16.257Z Checking hickory-proto v0.24.4
24262026-07-01T21:07:16.295Z Checking fd-lock v4.0.4
24272026-07-01T21:07:16.911Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-07-01T21:07:16.944Z Checking vte v0.14.1
24292026-07-01T21:07:17.263Z Checking display-error-chain v0.2.2
24302026-07-01T21:07:17.300Z Checking strip-ansi-escapes v0.2.1
24312026-07-01T21:07:17.556Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-07-01T21:07:17.740Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24332026-07-01T21:07:17.815Z Checking progenitor v0.14.0
24342026-07-01T21:07:17.979Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24352026-07-01T21:07:18.492Z Checking nu-ansi-term v0.50.3
24362026-07-01T21:07:18.497Z Checking termtree v0.5.1
24372026-07-01T21:07:18.703Z Checking hickory-resolver v0.24.4
24382026-07-01T21:07:18.738Z Checking reedline v0.40.0
24392026-07-01T21:07:18.771Z Checking textwrap v0.16.2
24402026-07-01T21:07:18.909Z Compiling minimal-lexical v0.2.1
24412026-07-01T21:07:19.155Z Compiling nom v7.1.3
24422026-07-01T21:07:19.191Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-07-01T21:07:19.465Z Checking qorb v0.4.1
24442026-07-01T21:07:19.684Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452026-07-01T21:07:19.901Z Compiling unicode-xid v0.2.6
24462026-07-01T21:07:19.971Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24472026-07-01T21:07:20.274Z Compiling ar_archive_writer v0.5.1
24482026-07-01T21:07:20.570Z Checking csv-core v0.1.13
24492026-07-01T21:07:20.607Z Compiling stacker v0.1.23
24502026-07-01T21:07:20.713Z Compiling cfg_aliases v0.1.1
24512026-07-01T21:07:20.748Z Checking highway v1.3.0
24522026-07-01T21:07:20.781Z Checking csv v1.4.0
24532026-07-01T21:07:20.818Z Compiling semver v0.1.20
24542026-07-01T21:07:20.956Z Compiling nix v0.28.0
24552026-07-01T21:07:21.006Z Checking nibble_vec v0.1.0
24562026-07-01T21:07:21.131Z Compiling rustc_version v0.1.7
24572026-07-01T21:07:21.167Z Checking endian-type v0.1.2
24582026-07-01T21:07:21.170Z Compiling psm v0.1.30
24592026-07-01T21:07:21.170Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-07-01T21:07:21.264Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-07-01T21:07:21.320Z Checking radix_trie v0.2.1
24622026-07-01T21:07:21.387Z Compiling newtype_derive v0.1.6
24632026-07-01T21:07:21.430Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-07-01T21:07:21.559Z Checking phf_shared v0.12.1
24652026-07-01T21:07:21.617Z Compiling recursive-proc-macro-impl v0.1.1
24662026-07-01T21:07:21.725Z Compiling chrono-tz v0.10.4
24672026-07-01T21:07:21.763Z Checking phf v0.12.1
24682026-07-01T21:07:22.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692026-07-01T21:07:22.100Z Compiling const_format_proc_macros v0.2.34
24702026-07-01T21:07:22.103Z Compiling peg-macros v0.8.5
24712026-07-01T21:07:22.166Z Checking winnow v0.6.26
24722026-07-01T21:07:22.201Z Checking recursive v0.1.1
24732026-07-01T21:07:22.323Z Checking nom v8.0.0
24742026-07-01T21:07:22.602Z Compiling sqlparser_derive v0.5.0
24752026-07-01T21:07:22.944Z Checking unicode_categories v0.1.1
24762026-07-01T21:07:22.981Z Checking home v0.5.12
24772026-07-01T21:07:23.129Z Checking const_format v0.2.35
24782026-07-01T21:07:23.165Z Checking rustyline v14.0.0
24792026-07-01T21:07:23.324Z Checking sqlformat v0.3.5
24802026-07-01T21:07:23.416Z Checking sqlparser v0.61.0
24812026-07-01T21:07:23.519Z Checking peg v0.8.5
24822026-07-01T21:07:23.719Z Checking bcs v0.1.6
24832026-07-01T21:07:23.777Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24842026-07-01T21:07:23.870Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-07-01T21:07:23.873Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24862026-07-01T21:07:23.970Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-07-01T21:07:24.082Z Checking steno v0.4.1
24882026-07-01T21:07:24.287Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-07-01T21:07:24.323Z Checking sha1 v0.10.6
24902026-07-01T21:07:24.407Z Checking filetime v0.2.27
24912026-07-01T21:07:24.626Z Checking xattr v1.6.1
24922026-07-01T21:07:24.788Z Checking tar v0.4.45
24932026-07-01T21:07:24.961Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-07-01T21:07:25.145Z Checking subprocess v0.2.15
24952026-07-01T21:07:25.181Z Checking headers-core v0.3.0
24962026-07-01T21:07:25.214Z Checking base64 v0.21.7
24972026-07-01T21:07:25.318Z Checking headers v0.4.1
24982026-07-01T21:07:25.463Z Checking yasna v0.5.2
24992026-07-01T21:07:25.497Z Checking dropshot-api-manager-types v0.7.2
25002026-07-01T21:07:25.691Z Checking tagptr v0.2.0
25012026-07-01T21:07:25.807Z Checking utf-8 v0.7.6
25022026-07-01T21:07:25.858Z Checking moka v0.12.13
25032026-07-01T21:07:25.891Z Checking rcgen v0.12.1
25042026-07-01T21:07:25.968Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-07-01T21:07:26.139Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25062026-07-01T21:07:26.176Z Checking tungstenite v0.21.0
25072026-07-01T21:07:26.226Z Compiling libefi-sys v0.1.0
25082026-07-01T21:07:26.497Z Compiling bitfield-struct v0.6.2
25092026-07-01T21:07:26.534Z Checking hickory-resolver v0.25.2
25102026-07-01T21:07:26.683Z Checking tokio-tungstenite v0.21.0
25112026-07-01T21:07:26.987Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25122026-07-01T21:07:27.166Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-07-01T21:07:27.260Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25142026-07-01T21:07:27.299Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-07-01T21:07:27.635Z Compiling radium v0.7.0
25162026-07-01T21:07:27.698Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-07-01T21:07:27.777Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25182026-07-01T21:07:27.813Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-01T21:07:27.895Z Compiling maybe-uninit v2.0.0
25202026-07-01T21:07:27.964Z Checking tap v1.0.1
25212026-07-01T21:07:28.067Z Compiling zerocopy-derive v0.6.6
25222026-07-01T21:07:28.101Z Checking wyz v0.5.1
25232026-07-01T21:07:28.205Z Checking crc-catalog v2.4.0
25242026-07-01T21:07:28.283Z Checking funty v2.0.0
25252026-07-01T21:07:28.318Z Compiling packed_struct v0.10.1
25262026-07-01T21:07:28.357Z Checking crc v3.4.0
25272026-07-01T21:07:28.404Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-07-01T21:07:28.490Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-07-01T21:07:28.556Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25302026-07-01T21:07:28.662Z Checking bitvec v1.0.1
25312026-07-01T21:07:28.722Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-07-01T21:07:28.783Z Compiling packed_struct_codegen v0.10.1
25332026-07-01T21:07:28.938Z Checking zerocopy v0.6.6
25342026-07-01T21:07:28.999Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-07-01T21:07:29.259Z Compiling bitfield-macros v0.19.4
25362026-07-01T21:07:29.741Z Compiling indexmap v1.9.3
25372026-07-01T21:07:29.939Z Checking nodrop v0.1.14
25382026-07-01T21:07:30.026Z Checking bitfield v0.19.4
25392026-07-01T21:07:30.090Z Checking array-init v0.0.4
25402026-07-01T21:07:30.093Z Checking smallvec v0.6.14
25412026-07-01T21:07:30.328Z Checking hashbrown v0.12.3
25422026-07-01T21:07:30.361Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-07-01T21:07:30.421Z Checking serde-hex v0.1.0
25442026-07-01T21:07:30.551Z Checking ron v0.8.1
25452026-07-01T21:07:31.101Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-07-01T21:07:31.144Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25472026-07-01T21:07:31.149Z Checking hashbrown v0.13.2
25482026-07-01T21:07:31.290Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-01T21:07:31.553Z Checking crc-any v2.5.0
25502026-07-01T21:07:31.591Z Checking object v0.30.4
25512026-07-01T21:07:31.677Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25522026-07-01T21:07:31.760Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-07-01T21:07:31.796Z Compiling xshell-macros v0.2.7
25542026-07-01T21:07:31.929Z Checking path-slash v0.1.5
25552026-07-01T21:07:31.965Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25562026-07-01T21:07:32.251Z Checking xshell v0.2.7
25572026-07-01T21:07:32.355Z Checking half v1.8.3
25582026-07-01T21:07:32.391Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25592026-07-01T21:07:32.483Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25602026-07-01T21:07:32.582Z Checking serde_cbor v0.11.2
25612026-07-01T21:07:32.634Z Compiling proc-macro-error-attr2 v2.0.0
25622026-07-01T21:07:32.989Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25632026-07-01T21:07:33.071Z Compiling proc-macro-error2 v2.0.1
25642026-07-01T21:07:33.202Z Compiling num-derive v0.3.3
25652026-07-01T21:07:33.260Z Checking maplit v1.0.2
25662026-07-01T21:07:33.370Z Checking papergrid v0.17.0
25672026-07-01T21:07:33.405Z Compiling tabled_derive v0.11.0
25682026-07-01T21:07:33.713Z Checking testing_table v0.3.0
25692026-07-01T21:07:33.838Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25702026-07-01T21:07:34.140Z Checking libscf-sys v1.1.0
25712026-07-01T21:07:34.196Z Compiling progenitor-impl v0.13.0
25722026-07-01T21:07:34.232Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-07-01T21:07:34.335Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25742026-07-01T21:07:34.346Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-01T21:07:34.553Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-07-01T21:07:34.646Z Checking tabled v0.20.0
25772026-07-01T21:07:34.876Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-07-01T21:07:35.182Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-01T21:07:35.274Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25802026-07-01T21:07:35.645Z Checking progenitor-client v0.13.0
25812026-07-01T21:07:35.681Z Compiling git-stub v1.0.0
25822026-07-01T21:07:35.917Z Compiling git-stub-vcs v0.1.0
25832026-07-01T21:07:35.953Z Checking crc8 v0.1.1
25842026-07-01T21:07:35.986Z Checking unicase v2.9.0
25852026-07-01T21:07:36.076Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-07-01T21:07:36.167Z Checking fxhash v0.2.1
25872026-07-01T21:07:36.292Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25882026-07-01T21:07:36.325Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25892026-07-01T21:07:36.421Z Compiling vergen-lib v0.1.6
25902026-07-01T21:07:36.652Z Compiling diesel_derives v2.3.7
25912026-07-01T21:07:36.809Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-07-01T21:07:36.844Z Checking scheduled-thread-pool v0.2.7
25932026-07-01T21:07:36.877Z Compiling progenitor-macro v0.13.0
25942026-07-01T21:07:36.943Z Compiling dsl_auto_type v0.2.0
25952026-07-01T21:07:37.004Z Compiling vergen-gitcl v1.0.8
25962026-07-01T21:07:37.012Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-01T21:07:37.236Z Checking r2d2 v0.8.10
25982026-07-01T21:07:37.301Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992026-07-01T21:07:37.335Z Checking downcast-rs v2.0.2
26002026-07-01T21:07:37.338Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26012026-07-01T21:07:37.438Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26022026-07-01T21:07:37.667Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26032026-07-01T21:07:37.743Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-07-01T21:07:37.878Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26052026-07-01T21:07:37.930Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-07-01T21:07:37.966Z Checking kstat-rs v0.2.4
26072026-07-01T21:07:38.038Z Checking arc-swap v1.8.2
26082026-07-01T21:07:38.071Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26092026-07-01T21:07:38.192Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26102026-07-01T21:07:38.235Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26112026-07-01T21:07:38.299Z Checking slog-scope v4.4.1
26122026-07-01T21:07:38.459Z Compiling dirs-sys-next v0.1.2
26132026-07-01T21:07:38.526Z Compiling crunchy v0.2.4
26142026-07-01T21:07:38.689Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-07-01T21:07:38.771Z Compiling parking_lot_core v0.8.6
26162026-07-01T21:07:38.875Z Compiling dirs-next v2.0.0
26172026-07-01T21:07:38.927Z Checking slog-stdlog v4.1.1
26182026-07-01T21:07:39.023Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26192026-07-01T21:07:39.094Z Compiling clang-sys v1.8.1
26202026-07-01T21:07:39.138Z Compiling tiny-keccak v2.0.2
26212026-07-01T21:07:39.571Z Checking slog-envlogger v2.2.0
26222026-07-01T21:07:39.606Z Compiling term v0.7.0
26232026-07-01T21:07:39.676Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-07-01T21:07:39.746Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26252026-07-01T21:07:39.781Z Compiling bit-vec v0.6.3
26262026-07-01T21:07:39.994Z Compiling bit-set v0.5.3
26272026-07-01T21:07:40.028Z Compiling ascii-canvas v3.0.0
26282026-07-01T21:07:40.157Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26292026-07-01T21:07:40.193Z Checking parking_lot v0.11.2
26302026-07-01T21:07:40.258Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-07-01T21:07:40.301Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26322026-07-01T21:07:40.448Z Checking prefix-trie v0.7.0
26332026-07-01T21:07:40.482Z Compiling itertools v0.10.5
26342026-07-01T21:07:40.636Z Compiling ena v0.14.4
26352026-07-01T21:07:40.736Z Compiling libloading v0.8.9
26362026-07-01T21:07:40.778Z Compiling regex-syntax v0.6.29
26372026-07-01T21:07:40.811Z Compiling diff v0.1.13
26382026-07-01T21:07:40.873Z Compiling bindgen v0.71.1
26392026-07-01T21:07:41.096Z Checking hickory-server v0.25.2
26402026-07-01T21:07:41.498Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26412026-07-01T21:07:41.591Z Checking sled v0.34.7
26422026-07-01T21:07:41.818Z Checking progenitor v0.13.0
26432026-07-01T21:07:41.990Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26442026-07-01T21:07:42.117Z Compiling lalrpop v0.19.12
26452026-07-01T21:07:42.359Z Compiling cexpr v0.6.0
26462026-07-01T21:07:42.846Z Checking nanorand v0.7.0
26472026-07-01T21:07:42.880Z Compiling rustc-hash v2.1.1
26482026-07-01T21:07:42.915Z Checking diesel v2.3.7
26492026-07-01T21:07:43.037Z Compiling salty v0.3.0
26502026-07-01T21:07:43.103Z Checking flume v0.11.1
26512026-07-01T21:07:43.365Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26522026-07-01T21:07:43.398Z Compiling libxml v0.3.3
26532026-07-01T21:07:43.564Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26542026-07-01T21:07:43.937Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26552026-07-01T21:07:44.572Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26562026-07-01T21:07:44.629Z Compiling strum_macros v0.24.3
26572026-07-01T21:07:44.814Z Compiling fs-err v2.11.0
26582026-07-01T21:07:45.056Z Compiling indoc v1.0.9
26592026-07-01T21:07:45.556Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-07-01T21:07:45.794Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-07-01T21:07:46.019Z Checking quick-xml v0.37.5
26622026-07-01T21:07:46.035Z Checking derive_builder v0.20.2
26632026-07-01T21:07:46.176Z Compiling oso-derive v0.27.3
26642026-07-01T21:07:46.213Z Compiling impl-trait-for-tuples v0.2.3
26652026-07-01T21:07:46.689Z Compiling trait-variant v0.1.2
26662026-07-01T21:07:46.900Z Checking openssl-probe v0.1.6
26672026-07-01T21:07:47.318Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26682026-07-01T21:07:47.345Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26692026-07-01T21:07:47.762Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26702026-07-01T21:07:48.061Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-07-01T21:07:48.466Z Checking rfc6979 v0.4.0
26722026-07-01T21:07:48.524Z Checking parse-size v1.1.0
26732026-07-01T21:07:48.559Z Checking assert_matches v1.5.0
26742026-07-01T21:07:48.602Z Checking ecdsa v0.16.9
26752026-07-01T21:07:48.662Z Checking primeorder v0.13.6
26762026-07-01T21:07:48.709Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26772026-07-01T21:07:48.946Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-01T21:07:48.966Z Checking p384 v0.13.1
26792026-07-01T21:07:49.170Z Checking predicates-tree v1.0.13
26802026-07-01T21:07:49.320Z Checking bb8 v0.8.6
26812026-07-01T21:07:49.610Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26822026-07-01T21:07:49.681Z Compiling mime_guess v2.0.5
26832026-07-01T21:07:49.723Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-07-01T21:07:49.824Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26852026-07-01T21:07:49.907Z Checking http-range v0.1.5
26862026-07-01T21:07:50.063Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-07-01T21:07:50.175Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26882026-07-01T21:07:50.321Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-01T21:07:50.440Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26902026-07-01T21:07:50.485Z Checking atty v0.2.14
26912026-07-01T21:07:50.510Z Checking nonempty v0.12.0
26922026-07-01T21:07:50.556Z Checking corncobs v0.1.4
26932026-07-01T21:07:50.598Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-07-01T21:07:50.725Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-01T21:07:50.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26962026-07-01T21:07:50.959Z Checking ignore v0.4.25
26972026-07-01T21:07:51.012Z Checking secrecy v0.8.0
26982026-07-01T21:07:51.120Z Checking hyper-staticfile v0.10.1
26992026-07-01T21:07:51.433Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27002026-07-01T21:07:51.448Z Checking globwalk v0.9.1
27012026-07-01T21:07:51.459Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27022026-07-01T21:07:51.681Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27032026-07-01T21:07:51.771Z Compiling illumos-nvpair-sys v0.2.0
27042026-07-01T21:07:51.802Z Checking camino-tempfile-ext v0.3.3
27052026-07-01T21:07:51.899Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27062026-07-01T21:07:52.031Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27072026-07-01T21:07:52.074Z Checking signal-hook-tokio v0.3.1
27082026-07-01T21:07:52.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27092026-07-01T21:07:52.415Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27102026-07-01T21:07:52.521Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27112026-07-01T21:07:52.675Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27122026-07-01T21:07:52.905Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27132026-07-01T21:07:53.198Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27142026-07-01T21:07:53.228Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27152026-07-01T21:07:53.302Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27162026-07-01T21:07:53.311Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27172026-07-01T21:07:53.649Z Checking illumos-nvpair v0.3.0
27182026-07-01T21:07:53.841Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27192026-07-01T21:07:54.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27202026-07-01T21:07:54.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27212026-07-01T21:07:55.017Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-07-01T21:07:55.051Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27232026-07-01T21:07:55.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27242026-07-01T21:07:55.229Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-07-01T21:07:55.260Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27262026-07-01T21:07:55.379Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27272026-07-01T21:07:55.947Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27282026-07-01T21:07:56.081Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292026-07-01T21:07:56.366Z Checking tungstenite v0.23.0
27302026-07-01T21:07:56.399Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27312026-07-01T21:07:56.434Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-07-01T21:07:56.817Z Checking tokio-tungstenite v0.23.1
27332026-07-01T21:07:56.853Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27342026-07-01T21:07:57.114Z Checking diesel-dtrace v0.5.0
27352026-07-01T21:07:57.218Z Checking async-bb8-diesel v0.2.1
27362026-07-01T21:07:57.341Z Checking rand_seeder v0.4.0
27372026-07-01T21:07:57.390Z Checking void v1.0.2
27382026-07-01T21:07:57.515Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27392026-07-01T21:07:57.548Z Checking lzss v0.8.2
27402026-07-01T21:07:57.591Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27412026-07-01T21:07:57.622Z Checking nix v0.27.1
27422026-07-01T21:07:57.707Z Checking serde_bytes v0.11.19
27432026-07-01T21:07:57.764Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27442026-07-01T21:07:57.873Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27452026-07-01T21:07:57.935Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27462026-07-01T21:07:58.157Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27472026-07-01T21:07:58.573Z Checking is_ci v1.2.0
27482026-07-01T21:07:58.678Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27492026-07-01T21:07:58.710Z Checking yansi v1.0.1
27502026-07-01T21:07:58.850Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27512026-07-01T21:07:59.019Z Checking cpubits v0.1.1
27522026-07-01T21:07:59.129Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27532026-07-01T21:07:59.160Z Checking pretty_assertions v1.4.1
27542026-07-01T21:07:59.325Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27552026-07-01T21:07:59.412Z Checking pem-rfc7468 v1.0.0
27562026-07-01T21:07:59.615Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27572026-07-01T21:07:59.633Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27582026-07-01T21:07:59.890Z Compiling darling_core v0.23.0
27592026-07-01T21:08:00.042Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27602026-07-01T21:08:00.863Z Compiling indoc v2.0.7
27612026-07-01T21:08:00.915Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27622026-07-01T21:08:01.157Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-01T21:08:01.366Z Checking hmac v0.13.0
27642026-07-01T21:08:01.560Z Checking universal-hash v0.6.1
27652026-07-01T21:08:01.719Z Compiling libz-sys v1.1.24
27662026-07-01T21:08:01.908Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27672026-07-01T21:08:01.980Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-01T21:08:02.135Z Compiling instability v0.3.11
27692026-07-01T21:08:02.406Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-01T21:08:02.438Z Compiling darling_macro v0.23.0
27712026-07-01T21:08:02.520Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-01T21:08:02.584Z Checking castaway v0.2.4
27732026-07-01T21:08:02.726Z Checking compact_str v0.8.1
27742026-07-01T21:08:02.983Z Compiling darling v0.23.0
27752026-07-01T21:08:03.137Z Checking polyval v0.7.1
27762026-07-01T21:08:03.353Z Checking der v0.8.0
27772026-07-01T21:08:03.555Z Checking supports-color v3.0.2
27782026-07-01T21:08:03.737Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27792026-07-01T21:08:03.862Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27802026-07-01T21:08:04.082Z Checking unicode-truncate v1.1.0
27812026-07-01T21:08:04.119Z Checking console v0.16.2
27822026-07-01T21:08:04.160Z Checking lru v0.12.5
27832026-07-01T21:08:04.191Z Compiling libgit2-sys v0.18.3+1.9.2
27842026-07-01T21:08:04.224Z Checking unit-prefix v0.5.2
27852026-07-01T21:08:04.345Z Checking cassowary v0.3.0
27862026-07-01T21:08:04.477Z Checking indicatif v0.18.4
27872026-07-01T21:08:04.509Z Checking ghash v0.6.0
27882026-07-01T21:08:04.607Z Checking ratatui v0.29.0
27892026-07-01T21:08:04.828Z Checking pbkdf2 v0.13.0
27902026-07-01T21:08:04.904Z Checking aes v0.9.1
27912026-07-01T21:08:05.005Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-07-01T21:08:05.358Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27932026-07-01T21:08:05.607Z Checking ctr v0.10.1
27942026-07-01T21:08:05.823Z Checking aead v0.6.1
27952026-07-01T21:08:05.984Z Checking sha2 v0.11.0
27962026-07-01T21:08:06.007Z Checking cargo-platform v0.3.2
27972026-07-01T21:08:06.213Z Checking cargo_metadata v0.23.1
27982026-07-01T21:08:06.248Z Checking aes-gcm v0.11.0
27992026-07-01T21:08:06.443Z Checking spki v0.8.0
28002026-07-01T21:08:06.651Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-01T21:08:06.730Z Checking crypto-bigint v0.7.5
28022026-07-01T21:08:07.004Z Checking salsa20 v0.11.0
28032026-07-01T21:08:07.177Z Checking cbc v0.2.1
28042026-07-01T21:08:07.382Z Compiling vergen-git2 v9.1.0
28052026-07-01T21:08:07.611Z Checking plotters-backend v0.3.7
28062026-07-01T21:08:07.853Z Checking plotters-svg v0.3.7
28072026-07-01T21:08:08.066Z Checking scrypt v0.12.0
28082026-07-01T21:08:08.256Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-01T21:08:08.626Z Checking cast v0.3.0
28102026-07-01T21:08:08.649Z Checking criterion-plot v0.6.0
28112026-07-01T21:08:08.649Z Checking pkcs5 v0.8.1
28122026-07-01T21:08:08.759Z Checking plotters v0.3.7
28132026-07-01T21:08:08.892Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-07-01T21:08:08.995Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28152026-07-01T21:08:09.262Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-01T21:08:09.489Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28172026-07-01T21:08:09.524Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-07-01T21:08:09.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-07-01T21:08:09.765Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-07-01T21:08:09.912Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-07-01T21:08:09.967Z Checking colored v2.2.0
28222026-07-01T21:08:10.002Z Checking tinytemplate v1.2.1
28232026-07-01T21:08:10.205Z Checking shell-words v1.1.1
28242026-07-01T21:08:10.254Z Checking oorandom v11.1.5
28252026-07-01T21:08:10.365Z Checking anes v0.1.6
28262026-07-01T21:08:14.566Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28272026-07-01T21:08:14.644Z Checking criterion v0.7.0
28282026-07-01T21:08:14.644Z Checking pkcs8 v0.11.0
28292026-07-01T21:08:14.644Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-07-01T21:08:14.644Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-07-01T21:08:14.645Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-07-01T21:08:14.645Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28332026-07-01T21:08:14.645Z Checking tokio-test v0.4.5
28342026-07-01T21:08:14.645Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-07-01T21:08:14.645Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-01T21:08:14.645Z Checking twox-hash v2.1.2
28372026-07-01T21:08:14.645Z Checking ff v0.14.0
28382026-07-01T21:08:14.645Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28392026-07-01T21:08:14.773Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28402026-07-01T21:08:15.153Z Checking fatfs v0.3.6
28412026-07-01T21:08:15.628Z Checking signature v3.0.0
28422026-07-01T21:08:15.789Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-07-01T21:08:15.824Z Checking base16ct v1.0.0
28442026-07-01T21:08:15.859Z Compiling seq-macro v0.3.6
28452026-07-01T21:08:15.980Z Checking sec1 v0.8.1
28462026-07-01T21:08:16.216Z Checking group v0.14.0
28472026-07-01T21:08:16.400Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-07-01T21:08:16.403Z Checking hkdf v0.13.0
28492026-07-01T21:08:16.600Z Compiling petname v2.0.2
28502026-07-01T21:08:16.956Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28512026-07-01T21:08:17.126Z Checking elliptic-curve v0.14.0-rc.33
28522026-07-01T21:08:17.193Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28532026-07-01T21:08:17.286Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-07-01T21:08:17.650Z Checking concurrent-queue v2.5.0
28552026-07-01T21:08:17.866Z Checking rtoolbox v0.0.3
28562026-07-01T21:08:18.031Z Checking parking v2.2.1
28572026-07-01T21:08:18.190Z Checking event-listener v5.4.1
28582026-07-01T21:08:18.431Z Checking rpassword v7.4.0
28592026-07-01T21:08:18.568Z Checking tui-tree-widget v0.23.1
28602026-07-01T21:08:18.782Z Checking rfc6979 v0.5.0
28612026-07-01T21:08:18.919Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-07-01T21:08:18.952Z Checking sapling-renderdag v0.1.0
28632026-07-01T21:08:19.108Z Checking sync-ptr v0.1.4
28642026-07-01T21:08:19.216Z Checking ecdsa v0.17.0-rc.18
28652026-07-01T21:08:19.256Z Checking event-listener-strategy v0.5.4
28662026-07-01T21:08:19.420Z Checking primeorder v0.14.0-rc.10
28672026-07-01T21:08:19.645Z Checking primefield v0.14.0
28682026-07-01T21:08:19.763Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28692026-07-01T21:08:19.883Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-07-01T21:08:20.122Z Compiling curve25519-dalek v5.0.0-rc.0
28712026-07-01T21:08:20.435Z Checking arrayref v0.3.9
28722026-07-01T21:08:20.515Z Checking arrayvec v0.7.6
28732026-07-01T21:08:20.548Z Checking constant_time_eq v0.4.2
28742026-07-01T21:08:20.717Z Checking futures-timer v3.0.3
28752026-07-01T21:08:20.890Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28762026-07-01T21:08:20.927Z Checking async-lock v3.4.2
28772026-07-01T21:08:20.959Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-07-01T21:08:21.355Z Checking ssh-encoding v0.3.0-rc.9
28792026-07-01T21:08:21.614Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-07-01T21:08:21.933Z Compiling strsim v0.10.0
28812026-07-01T21:08:22.296Z Compiling darling_core v0.13.4
28822026-07-01T21:08:22.823Z Checking async-object-pool v0.2.0
28832026-07-01T21:08:23.638Z Checking ed25519 v3.0.0
28842026-07-01T21:08:23.796Z Compiling samael v0.0.19
28852026-07-01T21:08:23.830Z Checking crypto-primes v0.7.2
28862026-07-01T21:08:23.865Z Checking pkcs1 v0.8.0-rc.4
28872026-07-01T21:08:24.100Z Checking poly1305 v0.9.0
28882026-07-01T21:08:24.183Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28892026-07-01T21:08:24.398Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28902026-07-01T21:08:24.588Z Checking serde_regex v1.1.0
28912026-07-01T21:08:24.780Z Checking blowfish v0.10.0
28922026-07-01T21:08:24.849Z Checking blake2 v0.11.0-rc.6
28932026-07-01T21:08:24.960Z Checking assert-json-diff v2.0.2
28942026-07-01T21:08:25.091Z Checking path-tree v0.8.3
28952026-07-01T21:08:25.136Z Checking keccak v0.2.0
28962026-07-01T21:08:25.165Z Checking stringmetrics v2.2.2
28972026-07-01T21:08:25.294Z Checking fiat-crypto v0.3.0
28982026-07-01T21:08:25.322Z Compiling target-lexicon v0.13.3
28992026-07-01T21:08:25.355Z Checking gimli v0.32.3
29002026-07-01T21:08:25.904Z Checking httpmock v0.8.3
29012026-07-01T21:08:26.894Z Checking addr2line v0.25.1
29022026-07-01T21:08:27.192Z Checking sha3 v0.11.0
29032026-07-01T21:08:27.561Z Checking argon2 v0.6.0-rc.8
29042026-07-01T21:08:27.904Z Checking bcrypt-pbkdf v0.11.0
29052026-07-01T21:08:28.090Z Checking rsa v0.10.0-rc.18
29062026-07-01T21:08:28.125Z Checking ssh-cipher v0.3.0-rc.9
29072026-07-01T21:08:28.365Z Compiling darling_macro v0.13.4
29082026-07-01T21:08:28.622Z Checking ed25519-dalek v3.0.0-rc.0
29092026-07-01T21:08:28.911Z Checking p256 v0.14.0-rc.10
29102026-07-01T21:08:29.749Z Checking p521 v0.14.0-rc.10
29112026-07-01T21:08:30.481Z Checking p384 v0.14.0-rc.10
29122026-07-01T21:08:30.798Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29132026-07-01T21:08:31.059Z Checking kem v0.3.0
29142026-07-01T21:08:31.206Z Checking module-lattice v0.2.3
29152026-07-01T21:08:31.344Z Compiling guppy-workspace-hack v0.1.0
29162026-07-01T21:08:31.449Z Checking hex-literal v0.4.1
29172026-07-01T21:08:31.560Z Checking rustc-demangle v0.1.27
29182026-07-01T21:08:31.641Z Checking ml-kem v0.3.2
29192026-07-01T21:08:31.816Z Checking backtrace v0.3.76
29202026-07-01T21:08:32.152Z Compiling git2 v0.20.4
29212026-07-01T21:08:32.215Z Compiling darling v0.13.4
29222026-07-01T21:08:32.434Z Checking russh-cryptovec v0.61.0
29232026-07-01T21:08:32.519Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29242026-07-01T21:08:32.589Z Checking internal-russh-num-bigint v0.5.0
29252026-07-01T21:08:32.622Z Checking num-bigint v0.4.6
29262026-07-01T21:08:32.763Z Checking russh-util v0.52.0
29272026-07-01T21:08:32.797Z Checking ssh-key v0.7.0-rc.10
29282026-07-01T21:08:32.915Z Checking generic-array v1.4.3
29292026-07-01T21:08:33.356Z Compiling enum_dispatch v0.3.13
29302026-07-01T21:08:33.578Z Compiling blake3 v1.8.5
29312026-07-01T21:08:33.614Z Compiling delegate v0.13.5
29322026-07-01T21:08:33.704Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29332026-07-01T21:08:33.996Z Compiling target-spec v3.5.7
29342026-07-01T21:08:34.163Z Checking md5 v0.8.0
29352026-07-01T21:08:34.359Z Checking hex-literal v1.1.0
29362026-07-01T21:08:34.439Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-01T21:08:34.616Z Checking russh v0.61.2
29382026-07-01T21:08:35.078Z Checking cfg-expr v0.20.6
29392026-07-01T21:08:35.109Z Compiling serde_with_macros v1.5.2
29402026-07-01T21:08:35.113Z Checking backtrace-ext v0.2.1
29412026-07-01T21:08:35.400Z Checking supports-color v2.1.0
29422026-07-01T21:08:35.503Z Checking textwrap v0.15.2
29432026-07-01T21:08:35.543Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29442026-07-01T21:08:35.576Z Checking supports-hyperlinks v2.1.0
29452026-07-01T21:08:35.721Z Checking supports-unicode v2.1.0
29462026-07-01T21:08:35.754Z Checking hashbrown v0.14.5
29472026-07-01T21:08:35.868Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29482026-07-01T21:08:36.006Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29492026-07-01T21:08:36.083Z Checking socket2 v0.5.10
29502026-07-01T21:08:36.240Z Checking terminal_size v0.1.17
29512026-07-01T21:08:36.272Z Compiling miette-derive v5.10.0
29522026-07-01T21:08:36.385Z Checking internet-checksum v0.2.1
29532026-07-01T21:08:36.388Z Checking owo-colors v3.5.0
29542026-07-01T21:08:36.966Z Checking chumsky v0.9.3
29552026-07-01T21:08:37.453Z Checking miette v5.10.0
29562026-07-01T21:08:37.878Z Compiling serde_with v1.14.0
29572026-07-01T21:08:38.181Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29582026-07-01T21:08:38.240Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29592026-07-01T21:08:38.363Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29602026-07-01T21:08:38.707Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29612026-07-01T21:08:38.923Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29622026-07-01T21:08:39.059Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29632026-07-01T21:08:39.096Z Compiling knuffel-derive v3.2.0
29642026-07-01T21:08:39.187Z Checking httptest v0.16.4
29652026-07-01T21:08:39.214Z Checking pathdiff v0.2.3
29662026-07-01T21:08:39.365Z Checking nested v0.1.1
29672026-07-01T21:08:39.559Z Checking topological-sort v0.2.2
29682026-07-01T21:08:39.610Z Checking guppy v0.17.25
29692026-07-01T21:08:39.734Z Checking omicron-zone-package v0.12.3
29702026-07-01T21:08:39.988Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29712026-07-01T21:08:40.026Z Compiling polar-core v0.27.3
29722026-07-01T21:08:40.623Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29732026-07-01T21:08:40.653Z Checking knuffel v3.2.0
29742026-07-01T21:08:40.687Z Checking similar-asserts v1.7.0
29752026-07-01T21:08:40.860Z Compiling target-triple v1.0.0
29762026-07-01T21:08:40.897Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29772026-07-01T21:08:41.235Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29782026-07-01T21:08:41.287Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-07-01T21:08:41.525Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29802026-07-01T21:08:41.576Z Checking hickory-client v0.25.2
29812026-07-01T21:08:41.809Z Checking escape8259 v0.5.3
29822026-07-01T21:08:41.874Z Compiling assert_cmd v2.1.2
29832026-07-01T21:08:41.990Z Checking libtest-mimic v0.8.1
29842026-07-01T21:08:42.295Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29852026-07-01T21:08:42.364Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29862026-07-01T21:08:42.424Z Checking blake2b_simd v1.0.4
29872026-07-01T21:08:42.680Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29882026-07-01T21:08:42.835Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-07-01T21:08:43.053Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29902026-07-01T21:08:43.087Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29912026-07-01T21:08:43.237Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29922026-07-01T21:08:43.299Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29932026-07-01T21:08:43.474Z Checking fancy-regex v0.14.0
29942026-07-01T21:08:43.541Z Checking serde_tokenstream v0.2.3
29952026-07-01T21:08:43.696Z Checking approx v0.5.1
29962026-07-01T21:08:43.780Z Compiling rstest_macros v0.25.0
29972026-07-01T21:08:43.856Z Checking uzers v0.12.2
29982026-07-01T21:08:43.859Z Checking constant_time_eq v0.3.1
29992026-07-01T21:08:43.986Z Checking termcolor v1.4.1
30002026-07-01T21:08:44.092Z Compiling linkme-impl v0.3.35
30012026-07-01T21:08:44.223Z Checking trybuild v1.0.116
30022026-07-01T21:08:44.256Z Checking rust-argon2 v2.1.0
30032026-07-01T21:08:44.530Z Checking datatest-stable v0.3.3
30042026-07-01T21:08:44.910Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-01T21:08:44.977Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-07-01T21:08:45.010Z Checking oso v0.27.3
30072026-07-01T21:08:45.206Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30082026-07-01T21:08:45.273Z Checking support-bundle-viewer v0.1.2
30092026-07-01T21:08:45.553Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30102026-07-01T21:08:45.795Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30112026-07-01T21:08:45.956Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30122026-07-01T21:08:45.992Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30132026-07-01T21:08:46.035Z Checking drift v0.2.0
30142026-07-01T21:08:46.197Z Checking rand_distr v0.5.1
30152026-07-01T21:08:46.238Z Checking multimap v0.10.1
30162026-07-01T21:08:46.421Z Compiling relative-path v1.9.3
30172026-07-01T21:08:46.456Z Compiling linkme v0.3.35
30182026-07-01T21:08:46.639Z Checking dropshot-api-manager v0.7.2
30192026-07-01T21:08:47.822Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30202026-07-01T21:08:48.211Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30212026-07-01T21:08:48.214Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30222026-07-01T21:08:48.368Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30232026-07-01T21:08:48.458Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30242026-07-01T21:08:48.580Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30252026-07-01T21:08:48.838Z Checking cargo_toml v0.21.0
30262026-07-01T21:08:48.954Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30272026-07-01T21:08:48.989Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30282026-07-01T21:08:49.262Z Checking partial-io v0.5.4
30292026-07-01T21:08:49.460Z Checking termios v0.3.3
30302026-07-01T21:08:49.531Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30312026-07-01T21:08:49.663Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30322026-07-01T21:08:49.693Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-07-01T21:08:50.294Z Checking rstest v0.25.0
30342026-07-01T21:08:51.066Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30352026-07-01T21:08:55.035Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30362026-07-01T21:08:58.263Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30372026-07-01T21:09:00.933Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30382026-07-01T21:09:02.354Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30392026-07-01T21:09:04.221Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30402026-07-01T21:09:08.721Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30412026-07-01T21:09:14.295Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30422026-07-01T21:09:17.124Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30432026-07-01T21:09:17.610Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30442026-07-01T21:09:18.445Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30452026-07-01T21:09:26.719Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30462026-07-01T21:09:29.149Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30472026-07-01T21:10:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30482026-07-01T21:10:42.583Z
30492026-07-01T21:10:42.583Zreal 4:08.863101949
30502026-07-01T21:10:42.583Zuser 21:25.442836991
30512026-07-01T21:10:42.583Zsys 4:53.999910703
30522026-07-01T21:10:42.583Ztrap 0.525173733
30532026-07-01T21:10:42.583Ztflt 1.919763626
30542026-07-01T21:10:42.583Zdflt 1.315555005
30552026-07-01T21:10:42.586Zkflt 0.003899441
30562026-07-01T21:10:42.586Zlock 58:32.169411269
30572026-07-01T21:10:42.586Zslp 58:22.531542221
30582026-07-01T21:10:42.586Zlat 1:52.083677019
30592026-07-01T21:10:42.586Zstop 11:08.970224003
30602026-07-01T21:10:42.587Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30612026-07-01T21:10:42.587Z+ ptime -m cargo doc --workspace --no-deps
30622026-07-01T21:10:43.402Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30632026-07-01T21:10:43.402Z |
30642026-07-01T21:10:43.402Z = 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)`
30652026-07-01T21:10:43.402Z = 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>
30662026-07-01T21:10:44.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-07-01T21:10:44.647Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-07-01T21:10:44.693Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30692026-07-01T21:10:44.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30702026-07-01T21:10:44.785Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30712026-07-01T21:10:44.846Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30722026-07-01T21:10:44.874Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-07-01T21:10:45.008Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-07-01T21:10:45.036Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30752026-07-01T21:10:45.060Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-07-01T21:10:45.233Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-07-01T21:10:45.256Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-01T21:10:45.286Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30792026-07-01T21:10:45.308Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30802026-07-01T21:10:45.329Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30812026-07-01T21:10:45.350Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30822026-07-01T21:10:45.371Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30832026-07-01T21:10:45.401Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30842026-07-01T21:10:45.459Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30852026-07-01T21:10:45.485Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30862026-07-01T21:10:45.532Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30872026-07-01T21:10:45.535Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30882026-07-01T21:10:45.806Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30892026-07-01T21:10:46.117Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30902026-07-01T21:10:46.183Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30912026-07-01T21:10:46.231Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30922026-07-01T21:10:46.261Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30932026-07-01T21:10:46.326Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30942026-07-01T21:10:46.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30952026-07-01T21:10:46.519Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30962026-07-01T21:10:46.653Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972026-07-01T21:10:46.761Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30982026-07-01T21:10:46.789Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30992026-07-01T21:10:46.847Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31002026-07-01T21:10:46.900Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31012026-07-01T21:10:46.968Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31022026-07-01T21:10:47.018Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31032026-07-01T21:10:47.088Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31042026-07-01T21:10:47.230Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31052026-07-01T21:10:47.389Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31062026-07-01T21:10:47.472Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31072026-07-01T21:10:47.760Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31082026-07-01T21:10:47.870Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31092026-07-01T21:10:47.922Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31102026-07-01T21:10:48.019Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31112026-07-01T21:10:48.044Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31122026-07-01T21:10:48.124Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31132026-07-01T21:10:48.229Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142026-07-01T21:10:48.287Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31152026-07-01T21:10:48.368Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31162026-07-01T21:10:48.394Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31172026-07-01T21:10:48.477Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31182026-07-01T21:10:48.534Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31192026-07-01T21:10:48.630Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31202026-07-01T21:10:48.658Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31212026-07-01T21:10:48.683Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-07-01T21:10:48.709Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31232026-07-01T21:10:48.740Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31242026-07-01T21:10:48.840Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31252026-07-01T21:10:48.870Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31262026-07-01T21:10:49.238Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31272026-07-01T21:10:49.262Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31282026-07-01T21:10:49.530Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31292026-07-01T21:10:49.555Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31302026-07-01T21:10:49.953Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31312026-07-01T21:10:50.015Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31322026-07-01T21:10:50.273Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31332026-07-01T21:10:51.280Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31342026-07-01T21:10:51.283Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31352026-07-01T21:10:51.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362026-07-01T21:10:51.283Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31372026-07-01T21:10:51.283Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31382026-07-01T21:10:51.283Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31392026-07-01T21:10:51.285Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31402026-07-01T21:10:51.285Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31412026-07-01T21:10:51.631Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31422026-07-01T21:10:51.660Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31432026-07-01T21:10:51.768Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-07-01T21:10:51.792Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-07-01T21:10:52.001Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-07-01T21:10:52.037Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472026-07-01T21:10:52.099Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31482026-07-01T21:10:52.261Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31492026-07-01T21:10:52.284Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31502026-07-01T21:10:52.306Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31512026-07-01T21:10:52.329Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31522026-07-01T21:10:52.545Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31532026-07-01T21:10:52.656Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31542026-07-01T21:10:52.683Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31552026-07-01T21:10:52.683Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31562026-07-01T21:10:52.728Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31572026-07-01T21:10:52.902Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31582026-07-01T21:10:52.926Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31592026-07-01T21:10:52.992Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31602026-07-01T21:10:53.014Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31612026-07-01T21:10:53.035Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31622026-07-01T21:10:53.058Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31632026-07-01T21:10:53.187Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31642026-07-01T21:10:53.229Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31652026-07-01T21:10:53.298Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31662026-07-01T21:10:53.322Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31672026-07-01T21:10:53.343Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31682026-07-01T21:10:53.400Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31692026-07-01T21:10:53.470Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31702026-07-01T21:10:53.559Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31712026-07-01T21:10:53.615Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31722026-07-01T21:10:53.639Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31732026-07-01T21:10:53.922Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31742026-07-01T21:10:53.925Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31752026-07-01T21:10:53.965Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31762026-07-01T21:10:54.419Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31772026-07-01T21:10:54.550Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782026-07-01T21:10:54.688Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-07-01T21:10:55.323Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-07-01T21:10:55.450Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31812026-07-01T21:10:55.512Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31822026-07-01T21:10:55.731Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31832026-07-01T21:10:56.141Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31842026-07-01T21:10:56.169Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31852026-07-01T21:10:57.428Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-07-01T21:10:57.648Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-07-01T21:10:58.052Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31882026-07-01T21:10:58.584Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31892026-07-01T21:10:58.616Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31902026-07-01T21:10:58.824Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31912026-07-01T21:10:58.879Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31922026-07-01T21:10:59.179Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31932026-07-01T21:10:59.252Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31942026-07-01T21:10:59.565Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31952026-07-01T21:10:59.588Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31962026-07-01T21:10:59.739Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31972026-07-01T21:11:00.194Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31982026-07-01T21:11:00.461Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31992026-07-01T21:11:00.850Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32002026-07-01T21:11:00.957Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32012026-07-01T21:11:01.011Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32022026-07-01T21:11:01.231Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32032026-07-01T21:11:01.255Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32042026-07-01T21:11:01.699Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32052026-07-01T21:11:02.172Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32062026-07-01T21:11:02.499Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32072026-07-01T21:11:02.919Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32082026-07-01T21:11:03.337Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32092026-07-01T21:11:03.873Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32102026-07-01T21:11:04.506Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-07-01T21:11:04.687Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32122026-07-01T21:11:04.797Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32132026-07-01T21:11:05.250Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32142026-07-01T21:11:05.567Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32152026-07-01T21:11:05.735Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32162026-07-01T21:11:05.958Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32172026-07-01T21:11:06.917Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32182026-07-01T21:11:07.178Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32192026-07-01T21:11:07.202Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32202026-07-01T21:11:07.867Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32212026-07-01T21:11:09.360Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32222026-07-01T21:11:11.204Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32232026-07-01T21:11:11.757Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32242026-07-01T21:11:11.930Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32252026-07-01T21:11:13.171Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32262026-07-01T21:11:13.369Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32272026-07-01T21:11:13.491Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32282026-07-01T21:11:14.054Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32292026-07-01T21:11:14.792Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32302026-07-01T21:11:15.797Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32312026-07-01T21:11:16.493Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-07-01T21:11:16.517Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-07-01T21:11:16.539Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32342026-07-01T21:11:17.002Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-07-01T21:11:17.180Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32362026-07-01T21:11:17.690Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-07-01T21:11:17.714Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32382026-07-01T21:11:17.788Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-07-01T21:11:18.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402026-07-01T21:11:18.350Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32412026-07-01T21:11:18.408Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422026-07-01T21:11:18.444Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32432026-07-01T21:11:18.472Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32442026-07-01T21:11:19.033Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32452026-07-01T21:11:19.142Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32462026-07-01T21:11:19.563Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32472026-07-01T21:11:19.869Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32482026-07-01T21:11:21.146Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32492026-07-01T21:11:21.272Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32502026-07-01T21:11:21.839Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32512026-07-01T21:11:22.017Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32522026-07-01T21:11:22.601Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32532026-07-01T21:11:23.959Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32542026-07-01T21:11:25.687Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32552026-07-01T21:11:26.934Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32562026-07-01T21:11:27.242Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32572026-07-01T21:11:27.961Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-07-01T21:11:30.082Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32592026-07-01T21:11:30.692Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32602026-07-01T21:11:31.842Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32612026-07-01T21:11:32.429Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32622026-07-01T21:11:33.781Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32632026-07-01T21:11:35.298Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32642026-07-01T21:11:36.256Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32652026-07-01T21:11:36.611Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32662026-07-01T21:11:37.500Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32672026-07-01T21:11:39.877Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32682026-07-01T21:11:40.266Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32692026-07-01T21:11:41.023Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32702026-07-01T21:11:43.947Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32712026-07-01T21:11:44.781Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722026-07-01T21:11:45.586Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32732026-07-01T21:11:46.728Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32742026-07-01T21:11:47.496Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32752026-07-01T21:11:48.254Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32762026-07-01T21:11:49.074Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32772026-07-01T21:11:49.938Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32782026-07-01T21:11:51.429Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32792026-07-01T21:11:52.010Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32802026-07-01T21:11:52.716Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32812026-07-01T21:11:52.802Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32822026-07-01T21:11:53.601Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32832026-07-01T21:11:54.506Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32842026-07-01T21:11:56.108Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32852026-07-01T21:11:58.749Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32862026-07-01T21:12:00.010Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32872026-07-01T21:12:00.683Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32882026-07-01T21:12:01.585Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32892026-07-01T21:12:02.660Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32902026-07-01T21:12:03.627Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32912026-07-01T21:12:05.894Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32922026-07-01T21:12:06.760Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32932026-07-01T21:12:09.522Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32942026-07-01T21:12:09.938Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32952026-07-01T21:12:10.697Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-07-01T21:12:12.040Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-07-01T21:12:14.570Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32982026-07-01T21:12:15.165Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32992026-07-01T21:12:16.916Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33002026-07-01T21:12:18.170Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33012026-07-01T21:12:19.917Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33022026-07-01T21:12:21.519Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33032026-07-01T21:12:23.138Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33042026-07-01T21:12:24.669Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33052026-07-01T21:12:26.294Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33062026-07-01T21:12:30.624Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33072026-07-01T21:12:31.034Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33082026-07-01T21:12:32.103Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33092026-07-01T21:12:32.558Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33102026-07-01T21:12:34.607Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33112026-07-01T21:12:36.128Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33122026-07-01T21:12:37.912Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33132026-07-01T21:12:39.958Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33142026-07-01T21:12:41.687Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33152026-07-01T21:12:43.379Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33162026-07-01T21:12:45.398Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33172026-07-01T21:12:46.858Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33182026-07-01T21:12:48.539Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33192026-07-01T21:12:50.309Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202026-07-01T21:12:52.055Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33212026-07-01T21:12:53.730Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33222026-07-01T21:12:56.922Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33232026-07-01T21:12:58.896Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33242026-07-01T21:13:00.566Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33252026-07-01T21:13:02.101Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-07-01T21:13:04.220Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33272026-07-01T21:13:10.582Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33282026-07-01T21:13:10.701Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33292026-07-01T21:13:11.735Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33302026-07-01T21:13:13.524Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33312026-07-01T21:13:16.343Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33322026-07-01T21:13:17.728Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33332026-07-01T21:13:19.935Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33342026-07-01T21:13:22.176Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33352026-07-01T21:13:24.484Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33362026-07-01T21:13:27.030Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33372026-07-01T21:13:29.132Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33382026-07-01T21:13:31.368Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33392026-07-01T21:13:33.529Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33402026-07-01T21:13:35.757Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33412026-07-01T21:13:37.973Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33422026-07-01T21:13:40.667Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33432026-07-01T21:13:42.640Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33442026-07-01T21:13:44.534Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33452026-07-01T21:13:46.720Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33462026-07-01T21:13:48.965Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33472026-07-01T21:13:51.132Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-07-01T21:13:53.427Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33492026-07-01T21:13:55.790Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33502026-07-01T21:13:58.056Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-07-01T21:14:00.469Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33522026-07-01T21:14:02.716Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33532026-07-01T21:14:05.029Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33542026-07-01T21:14:07.378Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33552026-07-01T21:14:09.701Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33562026-07-01T21:14:12.022Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33572026-07-01T21:14:14.352Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33582026-07-01T21:14:16.716Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-07-01T21:14:18.992Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33602026-07-01T21:14:21.320Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-07-01T21:14:23.811Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33622026-07-01T21:14:26.068Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33632026-07-01T21:14:28.468Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33642026-07-01T21:14:30.789Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33652026-07-01T21:14:33.191Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33662026-07-01T21:14:36.000Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33672026-07-01T21:14:38.193Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33682026-07-01T21:14:40.549Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33692026-07-01T21:14:42.992Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33702026-07-01T21:14:45.342Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33712026-07-01T21:14:47.875Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33722026-07-01T21:14:50.463Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-07-01T21:14:52.778Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33742026-07-01T21:14:55.250Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33752026-07-01T21:14:57.677Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33762026-07-01T21:15:04.047Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33772026-07-01T21:15:04.075Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33782026-07-01T21:15:05.321Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33792026-07-01T21:15:07.721Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33802026-07-01T21:15:10.390Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33812026-07-01T21:15:12.928Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33822026-07-01T21:15:15.488Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33832026-07-01T21:15:17.949Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-07-01T21:15:20.519Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33852026-07-01T21:15:23.079Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33862026-07-01T21:15:25.635Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33872026-07-01T21:15:28.516Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33882026-07-01T21:15:30.931Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33892026-07-01T21:15:39.078Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33902026-07-01T21:15:39.099Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33912026-07-01T21:15:42.396Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33922026-07-01T21:15:45.645Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33932026-07-01T21:15:49.003Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33942026-07-01T21:15:52.514Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33952026-07-01T21:15:55.724Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33962026-07-01T21:16:00.406Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33972026-07-01T21:16:03.236Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33982026-07-01T21:16:06.950Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33992026-07-01T21:16:10.505Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34002026-07-01T21:16:14.218Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34012026-07-01T21:16:17.857Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34022026-07-01T21:16:21.483Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34032026-07-01T21:16:25.148Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34042026-07-01T21:16:28.842Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34052026-07-01T21:16:32.485Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34062026-07-01T21:16:36.168Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-07-01T21:16:40.076Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34082026-07-01T21:16:43.622Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34092026-07-01T21:16:47.367Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34102026-07-01T21:16:51.240Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-07-01T21:16:58.007Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34122026-07-01T21:16:58.514Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34132026-07-01T21:17:02.059Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34142026-07-01T21:17:31.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s
34152026-07-01T21:17:31.523Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34162026-07-01T21:17:31.623Z
34172026-07-01T21:17:31.623Zreal 6:48.953472034
34182026-07-01T21:17:31.623Zuser 18:26.026866102
34192026-07-01T21:17:31.623Zsys 3:51.884261084
34202026-07-01T21:17:31.623Ztrap 0.273214370
34212026-07-01T21:17:31.624Ztflt 0.030497668
34222026-07-01T21:17:31.624Zdflt 0.095336638
34232026-07-01T21:17:31.624Zkflt 0.000050130
34242026-07-01T21:17:31.624Zlock 6:17:04.433133678
34252026-07-01T21:17:31.624Zslp 2:17:11.054481924
34262026-07-01T21:17:31.624Zlat 35.093070480
34272026-07-01T21:17:31.628Zstop 1:42.394494351
34282026-07-01T21:17:31.628Zprocess exited: duration 780179 ms, exit code 0
 
34292026-07-01T21:17:31.636Zfound 0 output files