01KXEZXSZKMTMCF7Q2M2K3REY9: clippy (helios)

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

Buildomat Job: 01KXEZYD5ZY89FP4GAN55GWPMG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:21:34.226Zjob assigned to worker 01KXEZYMHPDB9YKNTVX4YM80TS [factory aws, i-0277ebc415a866696] (queued for 1 m 0 s)
 
22026-07-14T00:21:40.493Zstarting task 0: "setup"
32026-07-14T00:21:40.499Z++ uname -s
42026-07-14T00:21:40.502Z+ kern=SunOS
52026-07-14T00:21:40.502Z+ build_user=build
62026-07-14T00:21:40.503Z+ build_uid=12345
72026-07-14T00:21:40.503Z+ work_dir=/work
82026-07-14T00:21:40.503Z+ input_dir=/input
92026-07-14T00:21:40.503Z+ [[ 0 == 12345 ]]
102026-07-14T00:21:40.503Z+ case "$kern" in
112026-07-14T00:21:40.503Z+ groupadd -g 12345 build
122026-07-14T00:21:40.503Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:21:42.507Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:21:42.593Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:21:42.599Z+ home_fs=zfs
162026-07-14T00:21:42.599Z+ [[ zfs == autofs ]]
172026-07-14T00:21:42.599Z+ mkdir -p /home/build
182026-07-14T00:21:42.599Z+ chown build:build /home/build /work
192026-07-14T00:21:43.594Z+ chmod 0700 /home/build /work
202026-07-14T00:21:43.597Zprocess exited: duration 3101 ms, exit code 0
 
212026-07-14T00:21:43.605Zstarting task 1: "rust-toolchain"
222026-07-14T00:21:43.608Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:21:43.608Z * rust toolchain channel = "1.96.1"
242026-07-14T00:21:43.608Z * rust toolchain profile = "default"
252026-07-14T00:21:43.608Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T00:21:43.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T00:21:43.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:21:43.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:21:43.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:21:43.702Zinfo: downloading installer
312026-07-14T00:21:45.374Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:21:45.374Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:21:45.374Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:21:45.374Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:21:45.386Zinfo: profile set to default
362026-07-14T00:21:45.386Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:21:45.391Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:21:45.528Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:21:45.531Zinfo: downloading 6 components
402026-07-14T00:22:01.266Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:22:01.266Z
422026-07-14T00:22:01.294Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:22:01.295Z
442026-07-14T00:22:01.295Z
452026-07-14T00:22:01.295ZRust is installed now. Great!
462026-07-14T00:22:01.295Z
472026-07-14T00:22:01.298ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:22:01.298Zenvironment variable. This has not been done automatically.
492026-07-14T00:22:01.298Z
502026-07-14T00:22:01.298ZTo configure your current shell, you need to source
512026-07-14T00:22:01.298Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:22:01.298Z
532026-07-14T00:22:01.298ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:22:01.298Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:22:01.298Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:22:01.298Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:22:01.298Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:22:01.298Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:22:01.298Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:22:01.298Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:22:01.298Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:22:01.397Z+ rustup --version
632026-07-14T00:22:01.406Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:22:01.409Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:22:01.427Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:22:01.430Z+ cargo --version
672026-07-14T00:22:01.445Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:22:01.448Z+ rustc --version
692026-07-14T00:22:01.467Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:22:01.470Zprocess exited: duration 17865 ms, exit code 0
 
712026-07-14T00:22:01.477Zstarting task 2: "authentication"
722026-07-14T00:22:01.494Zprocess exited: duration 16 ms, exit code 0
 
732026-07-14T00:22:01.500Zstarting task 3: "clone repository"
742026-07-14T00:22:01.503Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:22:01.506Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:22:01.534ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:22:12.143Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:22:12.143Z+ git fetch origin 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
792026-07-14T00:22:12.427ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:22:12.427Z * branch 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 -> FETCH_HEAD
812026-07-14T00:22:12.438Z+ [[ -n '' ]]
822026-07-14T00:22:12.438Z+ git reset --hard 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
832026-07-14T00:22:12.683ZHEAD is now at 2c597e9df [spr] initial version
842026-07-14T00:22:12.686Zprocess exited: duration 11184 ms, exit code 0
 
852026-07-14T00:22:12.692Zstarting task 4: "build"
862026-07-14T00:22:12.696Z+ source ./env.sh
872026-07-14T00:22:12.699Z++ OLD_SHELL_OPTS=ehxB
882026-07-14T00:22:12.699Z++ set -o xtrace
892026-07-14T00:22:12.699Z++++ dirname ./env.sh
902026-07-14T00:22:12.702Z+++ readlink -f .
912026-07-14T00:22:12.705Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-14T00:22:12.705Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-14T00:22:12.705Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-14T00:22:12.705Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-14T00:22:12.705Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-07-14T00:22:12.705Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-14T00:22:12.705Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-14T00:22:12.705Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-14T00:22:12.705Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-14T00:22:12.705Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-14T00:22:12.705Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-14T00:22:12.705Z++ case $OLD_SHELL_OPTS in
1032026-07-14T00:22:12.705Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-14T00:22:12.705Z+ source .github/buildomat/ci-env.sh
1052026-07-14T00:22:12.705Z++ export CARGO_TERM_COLOR=always
1062026-07-14T00:22:12.705Z++ CARGO_TERM_COLOR=always
1072026-07-14T00:22:12.705Z+++ uname -s
1082026-07-14T00:22:12.705Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-14T00:22:12.705Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-14T00:22:12.708Z+ cargo --version
1112026-07-14T00:22:12.715Zcargo 1.96.1 (356927216 2026-06-26)
1122026-07-14T00:22:12.717Z+ rustc --version
1132026-07-14T00:22:12.737Zrustc 1.96.1 (31fca3adb 2026-06-26)
1142026-07-14T00:22:12.740Z+ banner prerequisites
1152026-07-14T00:22:12.745Z
1162026-07-14T00:22:12.745Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-14T00:22:12.745Z # # # # # # # # # # # # # # #
1182026-07-14T00:22:12.745Z # # # # ##### # # ##### # # # # # #### #
1192026-07-14T00:22:12.745Z ##### ##### # ##### # # # # # # # # #
1202026-07-14T00:22:12.745Z # # # # # # # # # # # # # # #
1212026-07-14T00:22:12.745Z # # # ###### # # ###### ### # #### # #### #
1222026-07-14T00:22:12.745Z
1232026-07-14T00:22:12.745Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-14T00:22:14.515Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-14T00:22:14.629Z Startup: Caching catalogs ... Done
1262026-07-14T00:22:15.154ZPlanning: Solver setup ... Done (0.478s)
1272026-07-14T00:22:15.182ZPlanning: Running solver ... Done (0.028s)
1282026-07-14T00:22:15.194ZPlanning: Finding local manifests ... Done (0.002s)
1292026-07-14T00:22:15.207ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T00:22:15.229ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T00:22:15.243ZPlanning: Package planning ... Done (0.013s)
1322026-07-14T00:22:15.246ZPlanning: Merging actions ... Done (0.001s)
1332026-07-14T00:22:15.409ZPlanning: Checking for conflicting actions ... Done (0.165s)
1342026-07-14T00:22:15.413ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-14T00:22:16.200ZPlanning: Evaluating mediators ... Done (0.789s)
1362026-07-14T00:22:16.203ZPlanning: Planning completed in 1.55 seconds
1372026-07-14T00:22:16.210Z Packages to install: 2
1382026-07-14T00:22:16.210Z Estimated space available: 156.06 GB
1392026-07-14T00:22:16.212ZEstimated space to be consumed: 32.66 MB
1402026-07-14T00:22:16.213Z Create boot environment: No
1412026-07-14T00:22:16.213ZCreate backup boot environment: No
1422026-07-14T00:22:16.213Z Rebuild boot archive: No
1432026-07-14T00:22:16.213Z
1442026-07-14T00:22:16.213ZChanged packages:
1452026-07-14T00:22:16.213Zhelios
1462026-07-14T00:22:16.213Z developer/build-essential
1472026-07-14T00:22:16.213Z None -> 11-3.0
1482026-07-14T00:22:16.213Z library/libxmlsec1
1492026-07-14T00:22:16.213Z None -> 1.2.35-3.0
1502026-07-14T00:22:16.233Z
1512026-07-14T00:22:16.233ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-14T00:22:16.849ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1532026-07-14T00:22:16.953Z Actions: 1/268 actions (Installing new actions)
1542026-07-14T00:22:16.990Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-14T00:22:17.003ZFinalize: Updating package state database ... Done (0.012s)
1562026-07-14T00:22:17.005ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-14T00:22:17.035ZFinalize: Updating image state ... Done (0.032s)
1582026-07-14T00:22:19.489ZFinalize: Creating fast lookup database ... Done (2.428s)
1592026-07-14T00:22:19.562ZFinalize: Reading search index ... Done (0.011s)
1602026-07-14T00:22:19.565ZFinalize: Updating search index ... Done (0.000s)
1612026-07-14T00:22:19.674ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-14T00:22:19.990ZPlanning: Evaluating mediator changes ... Done
1632026-07-14T00:22:20.094ZPlanning: Checking for conflicting actions ... Done
1642026-07-14T00:22:20.098ZPlanning: Consolidating action changes ... Done
1652026-07-14T00:22:20.252ZPlanning: Evaluating mediators ... Done
1662026-07-14T00:22:20.256ZPlanning: Planning completed in 0.26 seconds
1672026-07-14T00:22:20.276Z Mediators to change: 2
1682026-07-14T00:22:20.276Z Create boot environment: No
1692026-07-14T00:22:20.281ZCreate backup boot environment: No
1702026-07-14T00:22:20.331ZFinalize: Updating package state database ... Done
1712026-07-14T00:22:20.331ZFinalize: Updating package cache ... Done
1722026-07-14T00:22:20.342ZFinalize: Updating image state ... Done
1732026-07-14T00:22:22.285ZFinalize: Creating fast lookup database ... Done
1742026-07-14T00:22:22.353ZFinalize: Reading search index ... Done
1752026-07-14T00:22:22.356ZFinalize: Updating search index ... Done
1762026-07-14T00:22:22.429ZFinalize: Updating package cache ... Done
1772026-07-14T00:22:22.720ZPlanning: Evaluating mediator changes ... Done
1782026-07-14T00:22:22.827ZPlanning: Checking for conflicting actions ... Done
1792026-07-14T00:22:22.831ZPlanning: Consolidating action changes ... Done
1802026-07-14T00:22:22.986ZPlanning: Evaluating mediators ... Done
1812026-07-14T00:22:22.989ZPlanning: Planning completed in 0.27 seconds
1822026-07-14T00:22:23.009Z Mediators to change: 1
1832026-07-14T00:22:23.009Z Create boot environment: No
1842026-07-14T00:22:23.012ZCreate backup boot environment: No
1852026-07-14T00:22:23.048ZFinalize: Updating package state database ... Done
1862026-07-14T00:22:23.048ZFinalize: Updating package cache ... Done
1872026-07-14T00:22:23.065ZFinalize: Updating image state ... Done
1882026-07-14T00:22:25.014ZFinalize: Creating fast lookup database ... Done
1892026-07-14T00:22:25.076ZFinalize: Reading search index ... Done
1902026-07-14T00:22:25.079ZFinalize: Updating search index ... Done
1912026-07-14T00:22:25.129ZFinalize: Updating package cache ... Done
1922026-07-14T00:22:25.441ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-14T00:22:25.441Zapache system 2.4 system
1942026-07-14T00:22:25.441Zclang system 15 system
1952026-07-14T00:22:25.441Zcsh system system illumos
1962026-07-14T00:22:25.441Zctags system system illumos
1972026-07-14T00:22:25.441Zfile vendor vendor darwinsys
1982026-07-14T00:22:25.441Zfile system system illumos
1992026-07-14T00:22:25.441Zgcc vendor 14 vendor
2002026-07-14T00:22:25.441Zgcc system 13 system
2012026-07-14T00:22:25.441Zgcc system 10 system
2022026-07-14T00:22:25.441Zgo system 1.25 system
2032026-07-14T00:22:25.441Zllvm system 15 system
2042026-07-14T00:22:25.441Zmariadb system 11.4 system
2052026-07-14T00:22:25.441Zmta vendor vendor dma
2062026-07-14T00:22:25.441Zopenjdk system 17 system
2072026-07-14T00:22:25.441Zopenjdk system 11 system
2082026-07-14T00:22:25.441Zopenssl vendor 3 vendor
2092026-07-14T00:22:25.441Zperl system 5.40 system
2102026-07-14T00:22:25.441Zpostgresql system 18 system
2112026-07-14T00:22:25.441Zpostgresql system 17 system
2122026-07-14T00:22:25.441Zpython vendor 3 vendor
2132026-07-14T00:22:25.441Zpython system 2 system
2142026-07-14T00:22:25.441Zpython3 vendor 3.13 vendor
2152026-07-14T00:22:25.441Zruby system 3.4 system
2162026-07-14T00:22:25.441Zruby system 3.0 system
2172026-07-14T00:22:25.441Zwords vendor vendor american-english
2182026-07-14T00:22:25.441Zwords system system australian-english
2192026-07-14T00:22:25.442Zwords system system british-english
2202026-07-14T00:22:25.442Zwords system system canadian-english
2212026-07-14T00:22:25.442Zwords system system french
2222026-07-14T00:22:25.442Zwords system system italian
2232026-07-14T00:22:25.442Zwords system system ngerman
2242026-07-14T00:22:25.442Zwords system system ogerman
2252026-07-14T00:22:25.442Zwords system system spanish
2262026-07-14T00:22:25.699ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-14T00:22:25.700Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-14T00:22:26.012ZFMRI IFO
2292026-07-14T00:22:26.012Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-14T00:22:26.012Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-14T00:22:26.012Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-14T00:22:26.012Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-14T00:22:26.012Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-14T00:22:26.012Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-14T00:22:26.012Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-14T00:22:26.012Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-14T00:22:26.012Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-14T00:22:26.273Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-14T00:22:26.605Z Updating crates.io index
2402026-07-14T00:22:26.608Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-14T00:22:26.846Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-14T00:22:27.146Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-14T00:22:28.368Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-14T00:22:28.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-14T00:22:30.486Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-14T00:22:31.266Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-14T00:22:31.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-14T00:22:31.797Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-14T00:22:32.898Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-14T00:22:33.181Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-14T00:22:33.489Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-14T00:22:33.783Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-14T00:22:34.213Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-14T00:22:34.706Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-14T00:22:34.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-14T00:22:35.164Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-14T00:22:35.425Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-14T00:22:35.718Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-14T00:22:35.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-14T00:22:36.135Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-14T00:22:36.368Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-14T00:22:36.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-14T00:22:37.023Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-14T00:22:37.434Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-14T00:22:37.810Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-14T00:22:38.026Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-07-14T00:22:38.521Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-07-14T00:22:38.774Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-07-14T00:22:39.009Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-07-14T00:22:39.330Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-14T00:22:39.680Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-07-14T00:22:40.051Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-07-14T00:22:40.305Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-07-14T00:22:40.552Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-07-14T00:22:40.840Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-07-14T00:22:41.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-07-14T00:22:41.516Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-07-14T00:22:41.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-07-14T00:22:42.021Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-07-14T00:22:45.228Z Downloading crates ...
2812026-07-14T00:22:45.290Z Downloaded digest v0.10.7
2822026-07-14T00:22:45.297Z Downloaded macaddr v1.0.1
2832026-07-14T00:22:45.297Z Downloaded anstream v1.0.0
2842026-07-14T00:22:45.297Z Downloaded byteorder v1.5.0
2852026-07-14T00:22:45.297Z Downloaded crypto-common v0.1.7
2862026-07-14T00:22:45.302Z Downloaded errno v0.3.14
2872026-07-14T00:22:45.302Z Downloaded is_terminal_polyfill v1.70.2
2882026-07-14T00:22:45.302Z Downloaded clap_lex v1.0.0
2892026-07-14T00:22:45.311Z Downloaded fastrand v2.3.0
2902026-07-14T00:22:45.311Z Downloaded tabled_derive v0.7.0
2912026-07-14T00:22:45.319Z Downloaded zmij v1.0.21
2922026-07-14T00:22:45.319Z Downloaded equivalent v1.0.2
2932026-07-14T00:22:45.319Z Downloaded dtrace-parser v0.2.0
2942026-07-14T00:22:45.326Z Downloaded memmap v0.7.0
2952026-07-14T00:22:45.326Z Downloaded anstyle-query v1.1.5
2962026-07-14T00:22:45.326Z Downloaded generic-array v0.14.7
2972026-07-14T00:22:45.327Z Downloaded block-buffer v0.10.4
2982026-07-14T00:22:45.338Z Downloaded zerocopy-derive v0.7.35
2992026-07-14T00:22:45.338Z Downloaded zerocopy v0.7.35
3002026-07-14T00:22:45.345Z Downloaded heck v0.5.0
3012026-07-14T00:22:45.345Z Downloaded cargo_toml v0.21.0
3022026-07-14T00:22:45.345Z Downloaded usdt-attr-macro v0.5.0
3032026-07-14T00:22:45.349Z Downloaded colorchoice v1.0.4
3042026-07-14T00:22:45.349Z Downloaded cfg-if v1.0.4
3052026-07-14T00:22:45.354Z Downloaded sha2 v0.10.9
3062026-07-14T00:22:45.354Z Downloaded scroll v0.12.0
3072026-07-14T00:22:45.361Z Downloaded plain v0.2.3
3082026-07-14T00:22:45.366Z Downloaded usdt v0.5.0
3092026-07-14T00:22:45.366Z Downloaded utf8parse v0.2.2
3102026-07-14T00:22:45.371Z Downloaded fnv v1.0.7
3112026-07-14T00:22:45.374Z Downloaded cpufeatures v0.2.17
3122026-07-14T00:22:45.374Z Downloaded cargo_metadata v0.23.1
3132026-07-14T00:22:45.374Z Downloaded bytecount v0.6.9
3142026-07-14T00:22:45.378Z Downloaded pest_generator v2.8.6
3152026-07-14T00:22:45.381Z Downloaded cargo-platform v0.3.2
3162026-07-14T00:22:45.384Z Downloaded unicode-linebreak v0.1.5
3172026-07-14T00:22:45.384Z Downloaded swrite v0.1.0
3182026-07-14T00:22:45.388Z Downloaded toml_datetime v0.6.11
3192026-07-14T00:22:45.396Z Downloaded terminal_size v0.4.3
3202026-07-14T00:22:45.400Z Downloaded scroll_derive v0.12.1
3212026-07-14T00:22:45.400Z Downloaded serde_spanned v0.6.9
3222026-07-14T00:22:45.403Z Downloaded version_check v0.9.5
3232026-07-14T00:22:45.403Z Downloaded toml_write v0.1.2
3242026-07-14T00:22:45.403Z Downloaded pretty-hex v0.4.1
3252026-07-14T00:22:45.403Z Downloaded usdt-macro v0.5.0
3262026-07-14T00:22:45.406Z Downloaded strsim v0.11.1
3272026-07-14T00:22:45.410Z Downloaded smawk v0.3.2
3282026-07-14T00:22:45.415Z Downloaded proc-macro-error-attr v1.0.4
3292026-07-14T00:22:45.421Z Downloaded autocfg v1.5.0
3302026-07-14T00:22:45.439Z Downloaded itoa v1.0.17
3312026-07-14T00:22:45.439Z Downloaded thiserror-impl v2.0.18
3322026-07-14T00:22:45.439Z Downloaded fs-err v3.3.0
3332026-07-14T00:22:45.439Z Downloaded thiserror v1.0.69
3342026-07-14T00:22:45.439Z Downloaded quote v1.0.45
3352026-07-14T00:22:45.446Z Downloaded camino-tempfile v1.4.1
3362026-07-14T00:22:45.446Z Downloaded thread-id v4.2.2
3372026-07-14T00:22:45.446Z Downloaded clap_derive v4.6.1
3382026-07-14T00:22:45.446Z Downloaded camino v1.2.2
3392026-07-14T00:22:45.446Z Downloaded anstyle v1.0.14
3402026-07-14T00:22:45.446Z Downloaded dof v0.3.0
3412026-07-14T00:22:45.447Z Downloaded anstyle-parse v1.0.0
3422026-07-14T00:22:45.447Z Downloaded thiserror v2.0.18
3432026-07-14T00:22:45.452Z Downloaded heck v0.4.1
3442026-07-14T00:22:45.463Z Downloaded serde_tokenstream v0.2.3
3452026-07-14T00:22:45.470Z Downloaded proc-macro-error v1.0.4
3462026-07-14T00:22:45.470Z Downloaded thiserror-impl v1.0.69
3472026-07-14T00:22:45.473Z Downloaded pest_derive v2.8.6
3482026-07-14T00:22:45.473Z Downloaded once_cell v1.21.3
3492026-07-14T00:22:45.483Z Downloaded clap v4.6.1
3502026-07-14T00:22:45.495Z Downloaded bitflags v2.11.0
3512026-07-14T00:22:45.495Z Downloaded tempfile v3.25.0
3522026-07-14T00:22:45.512Z Downloaded usdt-impl v0.5.0
3532026-07-14T00:22:45.515Z Downloaded ucd-trie v0.1.7
3542026-07-14T00:22:45.515Z Downloaded toml v0.8.23
3552026-07-14T00:22:45.515Z Downloaded anyhow v1.0.102
3562026-07-14T00:22:45.515Z Downloaded log v0.4.29
3572026-07-14T00:22:45.515Z Downloaded papergrid v0.11.0
3582026-07-14T00:22:45.522Z Downloaded semver v1.0.28
3592026-07-14T00:22:45.526Z Downloaded pest_meta v2.8.6
3602026-07-14T00:22:45.529Z Downloaded serde_core v1.0.228
3612026-07-14T00:22:45.532Z Downloaded unicode-ident v1.0.24
3622026-07-14T00:22:45.537Z Downloaded serde_derive v1.0.228
3632026-07-14T00:22:45.540Z Downloaded getrandom v0.4.1
3642026-07-14T00:22:45.553Z Downloaded textwrap v0.16.2
3652026-07-14T00:22:45.584Z Downloaded serde v1.0.228
3662026-07-14T00:22:45.598Z Downloaded proc-macro2 v1.0.106
3672026-07-14T00:22:45.598Z Downloaded memchr v2.8.0
3682026-07-14T00:22:45.598Z Downloaded typenum v1.20.1
3692026-07-14T00:22:45.598Z Downloaded toml_edit v0.22.27
3702026-07-14T00:22:45.604Z Downloaded pest v2.8.6
3712026-07-14T00:22:45.615Z Downloaded indexmap v2.14.0
3722026-07-14T00:22:45.633Z Downloaded hashbrown v0.17.0
3732026-07-14T00:22:45.638Z Downloaded clap_builder v4.6.0
3742026-07-14T00:22:45.651Z Downloaded serde_json v1.0.150
3752026-07-14T00:22:45.656Z Downloaded goblin v0.8.2
3762026-07-14T00:22:45.665Z Downloaded winnow v0.7.14
3772026-07-14T00:22:45.677Z Downloaded tabled v0.15.0
3782026-07-14T00:22:45.694Z Downloaded syn v1.0.109
3792026-07-14T00:22:45.699Z Downloaded unicode-width v0.1.14
3802026-07-14T00:22:45.711Z Downloaded syn v2.0.117
3812026-07-14T00:22:45.718Z Downloaded unicode-width v0.2.0
3822026-07-14T00:22:45.740Z Downloaded rustix v1.1.3
3832026-07-14T00:22:45.769Z Downloaded libc v0.2.185
3842026-07-14T00:22:45.829Z Compiling proc-macro2 v1.0.106
3852026-07-14T00:22:45.829Z Compiling quote v1.0.45
3862026-07-14T00:22:45.829Z Compiling unicode-ident v1.0.24
3872026-07-14T00:22:45.833Z Compiling serde_core v1.0.228
3882026-07-14T00:22:45.833Z Compiling libc v0.2.185
3892026-07-14T00:22:45.833Z Compiling version_check v0.9.5
3902026-07-14T00:22:45.833Z Compiling memchr v2.8.0
3912026-07-14T00:22:45.833Z Compiling serde v1.0.228
3922026-07-14T00:22:46.161Z Compiling zmij v1.0.21
3932026-07-14T00:22:46.359Z Compiling itoa v1.0.17
3942026-07-14T00:22:46.444Z Compiling thiserror v1.0.69
3952026-07-14T00:22:46.541Z Compiling ucd-trie v0.1.7
3962026-07-14T00:22:46.626Z Compiling rustix v1.1.3
3972026-07-14T00:22:46.798Z Compiling pest v2.8.6
3982026-07-14T00:22:46.814Z Compiling byteorder v1.5.0
3992026-07-14T00:22:46.935Z Compiling errno v0.3.14
4002026-07-14T00:22:47.041Z Compiling serde_json v1.0.150
4012026-07-14T00:22:47.090Z Compiling bitflags v2.11.0
4022026-07-14T00:22:47.326Z Compiling thread-id v4.2.2
4032026-07-14T00:22:47.402Z Compiling usdt-impl v0.5.0
4042026-07-14T00:22:47.409Z Compiling proc-macro-error-attr v1.0.4
4052026-07-14T00:22:47.493Z Compiling syn v2.0.117
4062026-07-14T00:22:47.533Z Compiling camino v1.2.2
4072026-07-14T00:22:47.610Z Compiling syn v1.0.109
4082026-07-14T00:22:47.793Z Compiling proc-macro-error v1.0.4
4092026-07-14T00:22:47.868Z Compiling pest_meta v2.8.6
4102026-07-14T00:22:47.999Z Compiling plain v0.2.3
4112026-07-14T00:22:48.048Z Compiling getrandom v0.4.1
4122026-07-14T00:22:48.052Z Compiling log v0.4.29
4132026-07-14T00:22:48.127Z Compiling hashbrown v0.17.0
4142026-07-14T00:22:48.385Z Compiling equivalent v1.0.2
4152026-07-14T00:22:48.396Z Compiling utf8parse v0.2.2
4162026-07-14T00:22:48.475Z Compiling terminal_size v0.4.3
4172026-07-14T00:22:48.510Z Compiling anstyle-parse v1.0.0
4182026-07-14T00:22:48.678Z Compiling indexmap v2.14.0
4192026-07-14T00:22:49.071Z Compiling winnow v0.7.14
4202026-07-14T00:22:49.228Z Compiling anstyle v1.0.14
4212026-07-14T00:22:49.276Z Compiling anstyle-query v1.1.5
4222026-07-14T00:22:49.294Z Compiling toml_write v0.1.2
4232026-07-14T00:22:49.395Z Compiling autocfg v1.5.0
4242026-07-14T00:22:49.454Z Compiling thiserror v2.0.18
4252026-07-14T00:22:49.478Z Compiling pretty-hex v0.4.1
4262026-07-14T00:22:49.497Z Compiling cfg-if v1.0.4
4272026-07-14T00:22:49.575Z Compiling colorchoice v1.0.4
4282026-07-14T00:22:49.621Z Compiling is_terminal_polyfill v1.70.2
4292026-07-14T00:22:49.696Z Compiling pest_generator v2.8.6
4302026-07-14T00:22:49.717Z Compiling anstream v1.0.0
4312026-07-14T00:22:49.836Z Compiling fs-err v3.3.0
4322026-07-14T00:22:50.029Z Compiling fastrand v2.3.0
4332026-07-14T00:22:50.045Z Compiling heck v0.5.0
4342026-07-14T00:22:50.158Z Compiling heck v0.4.1
4352026-07-14T00:22:50.194Z Compiling bytecount v0.6.9
4362026-07-14T00:22:50.339Z Compiling anyhow v1.0.102
4372026-07-14T00:22:50.355Z Compiling clap_lex v1.0.0
4382026-07-14T00:22:50.358Z Compiling strsim v0.11.1
4392026-07-14T00:22:50.406Z Compiling once_cell v1.21.3
4402026-07-14T00:22:50.447Z Compiling unicode-width v0.1.14
4412026-07-14T00:22:50.600Z Compiling fnv v1.0.7
4422026-07-14T00:22:50.617Z Compiling tempfile v3.25.0
4432026-07-14T00:22:50.643Z Compiling clap_builder v4.6.0
4442026-07-14T00:22:50.710Z Compiling papergrid v0.11.0
4452026-07-14T00:22:50.744Z Compiling tabled_derive v0.7.0
4462026-07-14T00:22:50.756Z Compiling cargo-platform v0.3.2
4472026-07-14T00:22:50.832Z Compiling semver v1.0.28
4482026-07-14T00:22:50.881Z Compiling memmap v0.7.0
4492026-07-14T00:22:50.995Z Compiling unicode-linebreak v0.1.5
4502026-07-14T00:22:51.043Z Compiling unicode-width v0.2.0
4512026-07-14T00:22:51.077Z Compiling smawk v0.3.2
4522026-07-14T00:22:51.252Z Compiling camino-tempfile v1.4.1
4532026-07-14T00:22:51.331Z Compiling textwrap v0.16.2
4542026-07-14T00:22:51.441Z Compiling serde_derive v1.0.228
4552026-07-14T00:22:51.494Z Compiling thiserror-impl v1.0.69
4562026-07-14T00:22:51.518Z Compiling zerocopy-derive v0.7.35
4572026-07-14T00:22:51.535Z Compiling pest_derive v2.8.6
4582026-07-14T00:22:51.707Z Compiling scroll_derive v0.12.1
4592026-07-14T00:22:51.808Z Compiling thiserror-impl v2.0.18
4602026-07-14T00:22:52.003Z Compiling clap_derive v4.6.1
4612026-07-14T00:22:52.162Z Compiling tabled v0.15.0
4622026-07-14T00:22:52.407Z Compiling scroll v0.12.0
4632026-07-14T00:22:52.415Z Compiling zerocopy v0.7.35
4642026-07-14T00:22:52.669Z Compiling goblin v0.8.2
4652026-07-14T00:22:52.899Z Compiling dtrace-parser v0.2.0
4662026-07-14T00:22:52.969Z Compiling swrite v0.1.0
4672026-07-14T00:22:53.736Z Compiling clap v4.6.1
4682026-07-14T00:22:54.330Z Compiling serde_spanned v0.6.9
4692026-07-14T00:22:54.330Z Compiling toml_datetime v0.6.11
4702026-07-14T00:22:54.330Z Compiling cargo_metadata v0.23.1
4712026-07-14T00:22:54.334Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4722026-07-14T00:22:54.334Z Compiling macaddr v1.0.1
4732026-07-14T00:22:54.419Z Compiling dof v0.3.0
4742026-07-14T00:22:54.427Z Compiling serde_tokenstream v0.2.3
4752026-07-14T00:22:54.529Z Compiling toml_edit v0.22.27
4762026-07-14T00:22:55.201Z Compiling usdt-macro v0.5.0
4772026-07-14T00:22:55.223Z Compiling usdt-attr-macro v0.5.0
4782026-07-14T00:22:55.820Z Compiling usdt v0.5.0
4792026-07-14T00:22:55.930Z Compiling toml v0.8.23
4802026-07-14T00:22:56.264Z Compiling cargo_toml v0.21.0
4812026-07-14T00:22:57.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4822026-07-14T00:22:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
4832026-07-14T00:22:59.721Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4842026-07-14T00:23:00.234Z Downloading crates ...
4852026-07-14T00:23:00.312Z Downloaded anstream v0.6.21
4862026-07-14T00:23:00.317Z Downloaded aead v0.6.1
4872026-07-14T00:23:00.326Z Downloaded anstyle-parse v0.2.7
4882026-07-14T00:23:00.329Z Downloaded bit-set v0.8.0
4892026-07-14T00:23:00.329Z Downloaded arrayref v0.3.9
4902026-07-14T00:23:00.332Z Downloaded ar_archive_writer v0.5.1
4912026-07-14T00:23:00.332Z Downloaded ascii-canvas v3.0.0
4922026-07-14T00:23:00.335Z Downloaded adler2 v2.0.1
4932026-07-14T00:23:00.335Z Downloaded aead v0.5.2
4942026-07-14T00:23:00.335Z Downloaded atomic-waker v1.1.2
4952026-07-14T00:23:00.338Z Downloaded array-init v0.0.4
4962026-07-14T00:23:00.340Z Downloaded crossbeam-deque v0.8.6
4972026-07-14T00:23:00.344Z Downloaded assert_matches v1.5.0
4982026-07-14T00:23:00.346Z Downloaded critical-section v1.2.0
4992026-07-14T00:23:00.350Z Downloaded chacha20poly1305 v0.10.1
5002026-07-14T00:23:00.353Z Downloaded bit-set v0.5.3
5012026-07-14T00:23:00.355Z Downloaded ciborium-io v0.2.2
5022026-07-14T00:23:00.355Z Downloaded crossbeam-channel v0.5.15
5032026-07-14T00:23:00.359Z Downloaded crc8 v0.1.1
5042026-07-14T00:23:00.359Z Downloaded convert_case v0.10.0
5052026-07-14T00:23:00.359Z Downloaded backoff v0.4.0
5062026-07-14T00:23:00.362Z Downloaded cookie_store v0.22.1
5072026-07-14T00:23:00.367Z Downloaded crc-catalog v2.4.0
5082026-07-14T00:23:00.367Z Downloaded darling_macro v0.20.11
5092026-07-14T00:23:00.367Z Downloaded darling_core v0.13.4
5102026-07-14T00:23:00.370Z Downloaded arrayvec v0.7.6
5112026-07-14T00:23:00.370Z Downloaded bitfield v0.19.4
5122026-07-14T00:23:00.370Z Downloaded bitfield-macros v0.19.4
5132026-07-14T00:23:00.373Z Downloaded bcs v0.1.6
5142026-07-14T00:23:00.373Z Downloaded dtrace-parser v0.3.0
5152026-07-14T00:23:00.377Z Downloaded darling v0.13.4
5162026-07-14T00:23:00.377Z Downloaded curve25519-dalek-derive v0.1.1
5172026-07-14T00:23:00.377Z Downloaded crypto-common v0.2.2
5182026-07-14T00:23:00.381Z Downloaded argon2 v0.5.3
5192026-07-14T00:23:00.381Z Downloaded document-features v0.2.12
5202026-07-14T00:23:00.381Z Downloaded backon v1.6.0
5212026-07-14T00:23:00.384Z Downloaded async-bb8-diesel v0.2.1
5222026-07-14T00:23:00.389Z Downloaded darling_macro v0.23.0
5232026-07-14T00:23:00.389Z Downloaded defmt-macros v1.0.1
5242026-07-14T00:23:00.392Z Downloaded embedded-io v0.6.1
5252026-07-14T00:23:00.392Z Downloaded bitfield-struct v0.6.2
5262026-07-14T00:23:00.392Z Downloaded base16ct v1.0.0
5272026-07-14T00:23:00.392Z Downloaded atty v0.2.14
5282026-07-14T00:23:00.395Z Downloaded cstr-argument v0.1.2
5292026-07-14T00:23:00.395Z Downloaded async-stream v0.3.6
5302026-07-14T00:23:00.395Z Downloaded atomicwrites v0.4.4
5312026-07-14T00:23:00.402Z Downloaded darling_macro v0.13.4
5322026-07-14T00:23:00.402Z Downloaded base16ct v0.2.0
5332026-07-14T00:23:00.402Z Downloaded darling_macro v0.21.3
5342026-07-14T00:23:00.402Z Downloaded crunchy v0.2.4
5352026-07-14T00:23:00.402Z Downloaded argon2 v0.6.0-rc.8
5362026-07-14T00:23:00.408Z Downloaded defmt v0.3.100
5372026-07-14T00:23:00.408Z Downloaded cpufeatures v0.3.0
5382026-07-14T00:23:00.408Z Downloaded cfg_aliases v0.1.1
5392026-07-14T00:23:00.408Z Downloaded compression-core v0.4.31
5402026-07-14T00:23:00.408Z Downloaded cfg_aliases v0.2.1
5412026-07-14T00:23:00.408Z Downloaded async-stream-impl v0.3.6
5422026-07-14T00:23:00.408Z Downloaded crc v3.4.0
5432026-07-14T00:23:00.415Z Downloaded crossbeam-utils v0.8.21
5442026-07-14T00:23:00.416Z Downloaded bb8 v0.8.6
5452026-07-14T00:23:00.416Z Downloaded async-recursion v1.1.1
5462026-07-14T00:23:00.416Z Downloaded data-encoding v2.10.0
5472026-07-14T00:23:00.420Z Downloaded block-padding v0.4.2
5482026-07-14T00:23:00.420Z Downloaded bcrypt-pbkdf v0.11.0
5492026-07-14T00:23:00.420Z Downloaded darling v0.23.0
5502026-07-14T00:23:00.420Z Downloaded crucible-workspace-hack v0.1.0
5512026-07-14T00:23:00.420Z Downloaded castaway v0.2.4
5522026-07-14T00:23:00.420Z Downloaded block-buffer v0.12.1
5532026-07-14T00:23:00.423Z Downloaded base64ct v1.8.3
5542026-07-14T00:23:00.423Z Downloaded derive_builder_macro v0.20.2
5552026-07-14T00:23:00.423Z Downloaded dof v0.4.0
5562026-07-14T00:23:00.428Z Downloaded dunce v1.0.5
5572026-07-14T00:23:00.428Z Downloaded convert_case v0.4.0
5582026-07-14T00:23:00.428Z Downloaded chacha20 v0.9.1
5592026-07-14T00:23:00.431Z Downloaded dsl_auto_type v0.2.0
5602026-07-14T00:23:00.431Z Downloaded blowfish v0.10.0
5612026-07-14T00:23:00.431Z Downloaded embedded-io v0.4.0
5622026-07-14T00:23:00.434Z Downloaded cobs v0.3.0
5632026-07-14T00:23:00.439Z Downloaded env_filter v1.0.0
5642026-07-14T00:23:00.442Z Downloaded difflib v0.4.0
5652026-07-14T00:23:00.442Z Downloaded dropshot-api-manager-types v0.7.2
5662026-07-14T00:23:00.442Z Downloaded dirs-sys-next v0.1.2
5672026-07-14T00:23:00.450Z Downloaded enum-as-inner v0.6.1
5682026-07-14T00:23:00.453Z Downloaded dyn-clone v1.0.20
5692026-07-14T00:23:00.453Z Downloaded endian-type v0.1.2
5702026-07-14T00:23:00.457Z Downloaded display-error-chain v0.2.2
5712026-07-14T00:23:00.460Z Downloaded cipher v0.4.4
5722026-07-14T00:23:00.460Z Downloaded fd-lock v4.0.4
5732026-07-14T00:23:00.460Z Downloaded dirs-next v2.0.0
5742026-07-14T00:23:00.463Z Downloaded defmt-parser v1.0.0
5752026-07-14T00:23:00.463Z Downloaded bitflags v1.3.2
5762026-07-14T00:23:00.467Z Downloaded cpubits v0.1.1
5772026-07-14T00:23:00.467Z Downloaded debug-ignore v1.0.5
5782026-07-14T00:23:00.470Z Downloaded flagset v0.4.7
5792026-07-14T00:23:00.470Z Downloaded fixedbitset v0.4.2
5802026-07-14T00:23:00.470Z Downloaded derive_builder_core v0.20.2
5812026-07-14T00:23:00.470Z Downloaded cmov v0.5.4
5822026-07-14T00:23:00.473Z Downloaded corncobs v0.1.4
5832026-07-14T00:23:00.473Z Downloaded foreign-types v0.5.0
5842026-07-14T00:23:00.473Z Downloaded compression-codecs v0.4.37
5852026-07-14T00:23:00.476Z Downloaded float-ord v0.3.2
5862026-07-14T00:23:00.476Z Downloaded async-trait v0.1.89
5872026-07-14T00:23:00.478Z Downloaded diesel-dtrace v0.5.0
5882026-07-14T00:23:00.486Z Downloaded byte-wrapper v0.1.0
5892026-07-14T00:23:00.486Z Downloaded darling v0.20.11
5902026-07-14T00:23:00.490Z Downloaded foreign-types-shared v0.1.1
5912026-07-14T00:23:00.490Z Downloaded cexpr v0.6.0
5922026-07-14T00:23:00.490Z Downloaded foreign-types v0.3.2
5932026-07-14T00:23:00.490Z Downloaded funty v2.0.0
5942026-07-14T00:23:00.490Z Downloaded futures-sink v0.3.32
5952026-07-14T00:23:00.490Z Downloaded form_urlencoded v1.2.2
5962026-07-14T00:23:00.493Z Downloaded foreign-types-macros v0.2.3
5972026-07-14T00:23:00.493Z Downloaded float-cmp v0.10.0
5982026-07-14T00:23:00.493Z Downloaded fxhash v0.2.1
5992026-07-14T00:23:00.493Z Downloaded futures-task v0.3.32
6002026-07-14T00:23:00.493Z Downloaded foreign-types-shared v0.3.1
6012026-07-14T00:23:00.498Z Downloaded gethostname v0.5.0
6022026-07-14T00:23:00.498Z Downloaded cancel-safe-futures v0.1.5
6032026-07-14T00:23:00.498Z Downloaded daft-derive v0.1.7
6042026-07-14T00:23:00.501Z Downloaded futures-core v0.3.32
6052026-07-14T00:23:00.501Z Downloaded futures-macro v0.3.32
6062026-07-14T00:23:00.504Z Downloaded downcast-rs v2.0.2
6072026-07-14T00:23:00.504Z Downloaded ena v0.14.4
6082026-07-14T00:23:00.504Z Downloaded either v1.15.0
6092026-07-14T00:23:00.508Z Downloaded ed25519 v3.0.0
6102026-07-14T00:23:00.508Z Downloaded const_format_proc_macros v0.2.34
6112026-07-14T00:23:00.512Z Downloaded cbc v0.2.1
6122026-07-14T00:23:00.512Z Downloaded digest v0.11.3
6132026-07-14T00:23:00.512Z Downloaded erased-serde v0.3.31
6142026-07-14T00:23:00.512Z Downloaded env_logger v0.11.9
6152026-07-14T00:23:00.515Z Downloaded ctr v0.10.1
6162026-07-14T00:23:00.515Z Downloaded buf-list v1.1.2
6172026-07-14T00:23:00.518Z Downloaded diesel_table_macro_syntax v0.3.0
6182026-07-14T00:23:00.518Z Downloaded derive-ex v0.1.8
6192026-07-14T00:23:00.523Z Downloaded defmt v1.0.1
6202026-07-14T00:23:00.523Z Downloaded git-stub v1.0.0
6212026-07-14T00:23:00.523Z Downloaded ff v0.14.0
6222026-07-14T00:23:00.526Z Downloaded ghash v0.6.0
6232026-07-14T00:23:00.526Z Downloaded headers-core v0.3.0
6242026-07-14T00:23:00.526Z Downloaded displaydoc v0.2.5
6252026-07-14T00:23:00.529Z Downloaded daft v0.1.7
6262026-07-14T00:23:00.529Z Downloaded ahash v0.8.12
6272026-07-14T00:23:00.529Z Downloaded bzip2 v0.6.1
6282026-07-14T00:23:00.534Z Downloaded csv-core v0.1.13
6292026-07-14T00:23:00.534Z Downloaded hash32 v0.2.1
6302026-07-14T00:23:00.534Z Downloaded globwalk v0.9.1
6312026-07-14T00:23:00.540Z Downloaded hash32 v0.3.1
6322026-07-14T00:23:00.540Z Downloaded des v0.9.0
6332026-07-14T00:23:00.540Z Downloaded ecdsa v0.16.9
6342026-07-14T00:23:00.540Z Downloaded cipher v0.5.2
6352026-07-14T00:23:00.540Z Downloaded deranged v0.5.8
6362026-07-14T00:23:00.540Z Downloaded find-msvc-tools v0.1.9
6372026-07-14T00:23:00.543Z Downloaded filetime v0.2.27
6382026-07-14T00:23:00.543Z Downloaded fallible-iterator v0.2.0
6392026-07-14T00:23:00.543Z Downloaded ff v0.13.1
6402026-07-14T00:23:00.550Z Downloaded der_derive v0.7.3
6412026-07-14T00:23:00.550Z Downloaded constant_time_eq v0.4.2
6422026-07-14T00:23:00.553Z Downloaded darling_core v0.21.3
6432026-07-14T00:23:00.553Z Downloaded colored v2.2.0
6442026-07-14T00:23:00.553Z Downloaded clang-sys v1.8.1
6452026-07-14T00:23:00.557Z Downloaded hex-literal v1.1.0
6462026-07-14T00:23:00.558Z Downloaded hex v0.4.3
6472026-07-14T00:23:00.558Z Downloaded fs_extra v1.3.0
6482026-07-14T00:23:00.561Z Downloaded foldhash v0.2.0
6492026-07-14T00:23:00.562Z Downloaded git-stub-vcs v0.1.0
6502026-07-14T00:23:00.562Z Downloaded home v0.5.12
6512026-07-14T00:23:00.566Z Downloaded http-body v1.0.1
6522026-07-14T00:23:00.566Z Downloaded hostname v0.4.2
6532026-07-14T00:23:00.566Z Downloaded httpdate v1.0.3
6542026-07-14T00:23:00.566Z Downloaded hostname v0.3.1
6552026-07-14T00:23:00.570Z Downloaded futures-executor v0.3.32
6562026-07-14T00:23:00.570Z Downloaded console v0.16.2
6572026-07-14T00:23:00.570Z Downloaded ecdsa v0.17.0-rc.18
6582026-07-14T00:23:00.570Z Downloaded const-oid v0.9.6
6592026-07-14T00:23:00.574Z Downloaded colored v3.1.1
6602026-07-14T00:23:00.574Z Downloaded foldhash v0.1.5
6612026-07-14T00:23:00.578Z Downloaded blake2 v0.10.6
6622026-07-14T00:23:00.578Z Downloaded console v0.15.11
6632026-07-14T00:23:00.578Z Downloaded diff v0.1.13
6642026-07-14T00:23:00.581Z Downloaded ciborium v0.2.2
6652026-07-14T00:23:00.581Z Downloaded cmake v0.1.57
6662026-07-14T00:23:00.584Z Downloaded hubpack_derive v0.1.1
6672026-07-14T00:23:00.584Z Downloaded hubpack v0.1.2
6682026-07-14T00:23:00.584Z Downloaded http-range v0.1.5
6692026-07-14T00:23:00.587Z Downloaded ident_case v1.0.1
6702026-07-14T00:23:00.587Z Downloaded derive_builder v0.20.2
6712026-07-14T00:23:00.590Z Downloaded group v0.13.0
6722026-07-14T00:23:00.590Z Downloaded globset v0.4.18
6732026-07-14T00:23:00.595Z Downloaded darling v0.21.3
6742026-07-14T00:23:00.600Z Downloaded glob v0.3.3
6752026-07-14T00:23:00.600Z Downloaded chacha20 v0.10.0
6762026-07-14T00:23:00.601Z Downloaded bzip2 v0.4.4
6772026-07-14T00:23:00.601Z Downloaded bit-vec v0.6.3
6782026-07-14T00:23:00.601Z Downloaded crc-any v2.5.0
6792026-07-14T00:23:00.605Z Downloaded hyper-tls v0.6.0
6802026-07-14T00:23:00.605Z Downloaded illumos-nvpair-sys v0.2.0
6812026-07-14T00:23:00.605Z Downloaded enum_dispatch v0.3.13
6822026-07-14T00:23:00.612Z Downloaded idna_adapter v1.2.1
6832026-07-14T00:23:00.612Z Downloaded fixedbitset v0.5.7
6842026-07-14T00:23:00.612Z Downloaded illumos-nvpair v0.3.0
6852026-07-14T00:23:00.612Z Downloaded camino-tempfile-ext v0.3.3
6862026-07-14T00:23:00.612Z Downloaded instant v0.1.13
6872026-07-14T00:23:00.612Z Downloaded indent_write v2.2.0
6882026-07-14T00:23:00.612Z Downloaded inout v0.2.2
6892026-07-14T00:23:00.612Z Downloaded futures-io v0.3.32
6902026-07-14T00:23:00.612Z Downloaded instability v0.3.11
6912026-07-14T00:23:00.617Z Downloaded inout v0.1.4
6922026-07-14T00:23:00.617Z Downloaded cassowary v0.3.0
6932026-07-14T00:23:00.617Z Downloaded crossbeam-epoch v0.9.18
6942026-07-14T00:23:00.617Z Downloaded crc32fast v1.5.0
6952026-07-14T00:23:00.620Z Downloaded delegate v0.13.5
6962026-07-14T00:23:00.621Z Downloaded ctutils v0.4.2
6972026-07-14T00:23:00.624Z Downloaded indoc v1.0.9
6982026-07-14T00:23:00.624Z Downloaded highway v1.3.0
6992026-07-14T00:23:00.629Z Downloaded futures-channel v0.3.32
7002026-07-14T00:23:00.629Z Downloaded bit-vec v0.8.0
7012026-07-14T00:23:00.632Z Downloaded ciborium-ll v0.2.2
7022026-07-14T00:23:00.632Z Downloaded internet-checksum v0.2.1
7032026-07-14T00:23:00.632Z Downloaded is-terminal v0.4.17
7042026-07-14T00:23:00.632Z Downloaded ed25519 v2.2.3
7052026-07-14T00:23:00.632Z Downloaded is_ci v1.2.0
7062026-07-14T00:23:00.635Z Downloaded kem v0.3.0
7072026-07-14T00:23:00.635Z Downloaded lazy_static v1.5.0
7082026-07-14T00:23:00.638Z Downloaded kstat-rs v0.2.4
7092026-07-14T00:23:00.638Z Downloaded libscf-sys v1.1.0
7102026-07-14T00:23:00.641Z Downloaded lalrpop-util v0.19.12
7112026-07-14T00:23:00.641Z Downloaded keccak v0.1.6
7122026-07-14T00:23:00.644Z Downloaded blake2 v0.11.0-rc.6
7132026-07-14T00:23:00.647Z Downloaded humantime v2.3.0
7142026-07-14T00:23:00.647Z Downloaded http-body-util v0.1.3
7152026-07-14T00:23:00.650Z Downloaded cookie v0.18.1
7162026-07-14T00:23:00.653Z Downloaded const-oid v0.10.2
7172026-07-14T00:23:00.656Z Downloaded derive_more v0.99.20
7182026-07-14T00:23:00.659Z Downloaded getrandom v0.2.17
7192026-07-14T00:23:00.662Z Downloaded lru v0.12.5
7202026-07-14T00:23:00.662Z Downloaded async-compression v0.4.41
7212026-07-14T00:23:00.666Z Downloaded lru-cache v0.1.2
7222026-07-14T00:23:00.674Z Downloaded group v0.14.0
7232026-07-14T00:23:00.674Z Downloaded half v1.8.3
7242026-07-14T00:23:00.674Z Downloaded derive-where v1.6.0
7252026-07-14T00:23:00.674Z Downloaded hyper-staticfile v0.10.1
7262026-07-14T00:23:00.678Z Downloaded maybe-uninit v2.0.0
7272026-07-14T00:23:00.679Z Downloaded match_cfg v0.1.0
7282026-07-14T00:23:00.679Z Downloaded lzss v0.8.2
7292026-07-14T00:23:00.679Z Downloaded lru-slab v0.1.2
7302026-07-14T00:23:00.682Z Downloaded managed v0.8.0
7312026-07-14T00:23:00.682Z Downloaded memoffset v0.9.1
7322026-07-14T00:23:00.682Z Downloaded md5 v0.8.0
7332026-07-14T00:23:00.682Z Downloaded fatfs v0.3.6
7342026-07-14T00:23:00.685Z Downloaded ingot-types v0.1.2
7352026-07-14T00:23:00.685Z Downloaded impl-trait-for-tuples v0.2.3
7362026-07-14T00:23:00.688Z Downloaded mime v0.3.17
7372026-07-14T00:23:00.688Z Downloaded dropshot_endpoint v0.17.1
7382026-07-14T00:23:00.691Z Downloaded md-5 v0.10.6
7392026-07-14T00:23:00.691Z Downloaded maplit v1.0.2
7402026-07-14T00:23:00.691Z Downloaded multimap v0.10.1
7412026-07-14T00:23:00.694Z Downloaded darling_core v0.23.0
7422026-07-14T00:23:00.702Z Downloaded nibble_vec v0.1.0
7432026-07-14T00:23:00.702Z Downloaded newtype-uuid-macros v0.1.0
7442026-07-14T00:23:00.702Z Downloaded newline-converter v0.3.0
7452026-07-14T00:23:00.702Z Downloaded indoc v2.0.7
7462026-07-14T00:23:00.707Z Downloaded newtype_derive v0.1.6
7472026-07-14T00:23:00.707Z Downloaded new_debug_unreachable v1.0.6
7482026-07-14T00:23:00.707Z Downloaded ingot v0.1.1
7492026-07-14T00:23:00.707Z Downloaded compact_str v0.8.1
7502026-07-14T00:23:00.707Z Downloaded futures v0.3.32
7512026-07-14T00:23:00.710Z Downloaded ipnetwork v0.21.1
7522026-07-14T00:23:00.710Z Downloaded ipnet v2.11.0
7532026-07-14T00:23:00.710Z Downloaded fs-err v2.11.0
7542026-07-14T00:23:00.713Z Downloaded keccak v0.2.0
7552026-07-14T00:23:00.714Z Downloaded nodrop v0.1.14
7562026-07-14T00:23:00.714Z Downloaded nonempty v0.12.0
7572026-07-14T00:23:00.716Z Downloaded libefi-sys v0.1.0
7582026-07-14T00:23:00.716Z Downloaded normalize-line-endings v0.3.0
7592026-07-14T00:23:00.716Z Downloaded arc-swap v1.8.2
7602026-07-14T00:23:00.719Z Downloaded getrandom v0.3.4
7612026-07-14T00:23:00.723Z Downloaded linear-map v1.2.0
7622026-07-14T00:23:00.726Z Downloaded hyper-rustls v0.27.7
7632026-07-14T00:23:00.726Z Downloaded drift v0.2.0
7642026-07-14T00:23:00.731Z Downloaded num-derive v0.4.2
7652026-07-14T00:23:00.736Z Downloaded num v0.4.3
7662026-07-14T00:23:00.736Z Downloaded libsw v3.5.0
7672026-07-14T00:23:00.736Z Downloaded libloading v0.8.9
7682026-07-14T00:23:00.741Z Downloaded num-derive v0.3.3
7692026-07-14T00:23:00.741Z Downloaded num_enum_derive v0.5.11
7702026-07-14T00:23:00.741Z Downloaded darling_core v0.20.11
7712026-07-14T00:23:00.747Z Downloaded lock_api v0.4.14
7722026-07-14T00:23:00.747Z Downloaded linked-hash-map v0.5.6
7732026-07-14T00:23:00.747Z Downloaded iana-time-zone v0.1.65
7742026-07-14T00:23:00.750Z Downloaded base64 v0.22.1
7752026-07-14T00:23:00.750Z Downloaded num_threads v0.1.7
7762026-07-14T00:23:00.750Z Downloaded num-conv v0.2.0
7772026-07-14T00:23:00.750Z Downloaded ed25519-dalek v2.2.0
7782026-07-14T00:23:00.753Z Downloaded jobserver v0.1.34
7792026-07-14T00:23:00.758Z Downloaded elliptic-curve v0.13.8
7802026-07-14T00:23:00.761Z Downloaded mime_guess v2.0.5
7812026-07-14T00:23:00.761Z Downloaded module-lattice v0.2.3
7822026-07-14T00:23:00.761Z Downloaded native-tls v0.2.18
7832026-07-14T00:23:00.764Z Downloaded nanorand v0.7.0
7842026-07-14T00:23:00.764Z Downloaded opaque-debug v0.3.1
7852026-07-14T00:23:00.770Z Downloaded openssl-probe v0.2.1
7862026-07-14T00:23:00.770Z Downloaded openssl-probe v0.1.6
7872026-07-14T00:23:00.770Z Downloaded oso-derive v0.27.3
7882026-07-14T00:23:00.770Z Downloaded bytes v1.11.1
7892026-07-14T00:23:00.773Z Downloaded const_format v0.2.35
7902026-07-14T00:23:00.773Z Downloaded hmac v0.13.0
7912026-07-14T00:23:00.776Z Downloaded generic-array v1.4.3
7922026-07-14T00:23:00.783Z Downloaded hmac v0.12.1
7932026-07-14T00:23:00.784Z Downloaded flume v0.11.1
7942026-07-14T00:23:00.784Z Downloaded allocator-api2 v0.2.21
7952026-07-14T00:23:00.809Z Downloaded parse-display v0.10.0
7962026-07-14T00:23:00.819Z Downloaded nu-ansi-term v0.50.3
7972026-07-14T00:23:00.819Z Downloaded crypto-bigint v0.5.5
7982026-07-14T00:23:00.819Z Downloaded base64 v0.21.7
7992026-07-14T00:23:00.819Z Downloaded path-slash v0.1.5
8002026-07-14T00:23:00.819Z Downloaded parse-size v1.1.0
8012026-07-14T00:23:00.820Z Downloaded hybrid-array v0.4.13
8022026-07-14T00:23:00.820Z Downloaded httparse v1.10.1
8032026-07-14T00:23:00.820Z Downloaded password-hash v0.6.1
8042026-07-14T00:23:00.820Z Downloaded num_enum v0.5.11
8052026-07-14T00:23:00.842Z Downloaded half v2.7.1
8062026-07-14T00:23:00.842Z Downloaded litrs v1.0.0
8072026-07-14T00:23:00.842Z Downloaded percent-encoding v2.3.2
8082026-07-14T00:23:00.842Z Downloaded num-rational v0.4.2
8092026-07-14T00:23:00.842Z Downloaded num-iter v0.1.45
8102026-07-14T00:23:00.842Z Downloaded memmap2 v0.9.10
8112026-07-14T00:23:00.842Z Downloaded litemap v0.8.1
8122026-07-14T00:23:00.842Z Downloaded peg-runtime v0.8.5
8132026-07-14T00:23:00.842Z Downloaded ml-kem v0.3.2
8142026-07-14T00:23:00.842Z Downloaded icu_provider v2.1.1
8152026-07-14T00:23:00.850Z Downloaded num_enum_derive v0.7.6
8162026-07-14T00:23:00.850Z Downloaded ingot-macros v0.1.1
8172026-07-14T00:23:00.850Z Downloaded ignore v0.4.25
8182026-07-14T00:23:00.850Z Downloaded headers v0.4.1
8192026-07-14T00:23:00.850Z Downloaded der v0.7.10
8202026-07-14T00:23:00.850Z Downloaded phf_shared v0.11.3
8212026-07-14T00:23:00.851Z Downloaded multer v3.1.0
8222026-07-14T00:23:00.851Z Downloaded flate2 v1.1.9
8232026-07-14T00:23:00.854Z Downloaded libbz2-rs-sys v0.2.2
8242026-07-14T00:23:00.854Z Downloaded heapless v0.8.0
8252026-07-14T00:23:00.861Z Downloaded heapless v0.7.17
8262026-07-14T00:23:00.861Z Downloaded potential_utf v0.1.4
8272026-07-14T00:23:00.864Z Downloaded oxide-tokio-rt v0.1.4
8282026-07-14T00:23:00.864Z Downloaded indexmap v1.9.3
8292026-07-14T00:23:00.864Z Downloaded icu_properties v2.1.2
8302026-07-14T00:23:00.864Z Downloaded derive_more v2.1.1
8312026-07-14T00:23:00.874Z Downloaded parking_lot_core v0.8.6
8322026-07-14T00:23:00.878Z Downloaded predicates-core v1.0.10
8332026-07-14T00:23:00.878Z Downloaded precomputed-hash v0.1.1
8342026-07-14T00:23:00.878Z Downloaded peg v0.8.5
8352026-07-14T00:23:00.879Z Downloaded paste v1.0.15
8362026-07-14T00:23:00.879Z Downloaded num-integer v0.1.46
8372026-07-14T00:23:00.879Z Downloaded proc-macro-crate v1.3.1
8382026-07-14T00:23:00.883Z Downloaded parse-display-derive v0.10.0
8392026-07-14T00:23:00.883Z Downloaded derive_more-impl v2.1.1
8402026-07-14T00:23:00.884Z Downloaded packed_struct v0.10.1
8412026-07-14T00:23:00.904Z Downloaded oxnet v0.1.6
8422026-07-14T00:23:00.904Z Downloaded ed25519-dalek v3.0.0-rc.0
8432026-07-14T00:23:00.904Z Downloaded pem-rfc7468 v0.7.0
8442026-07-14T00:23:00.904Z Downloaded pem v3.0.6
8452026-07-14T00:23:00.904Z Downloaded num_enum v0.7.6
8462026-07-14T00:23:00.904Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-07-14T00:23:00.904Z Downloaded predicates-tree v1.0.13
8482026-07-14T00:23:00.908Z Downloaded progenitor-client v0.14.0
8492026-07-14T00:23:00.918Z Downloaded proc-macro-crate v3.4.0
8502026-07-14T00:23:00.918Z Downloaded peg-macros v0.8.5
8512026-07-14T00:23:00.918Z Downloaded expectorate v1.2.0
8522026-07-14T00:23:00.918Z Downloaded pbkdf2 v0.13.0
8532026-07-14T00:23:00.919Z Downloaded pkcs8 v0.10.2
8542026-07-14T00:23:00.919Z Downloaded phf v0.12.1
8552026-07-14T00:23:00.919Z Downloaded progenitor-macro v0.14.0
8562026-07-14T00:23:00.919Z Downloaded progenitor-macro v0.13.0
8572026-07-14T00:23:00.919Z Downloaded icu_normalizer v2.1.1
8582026-07-14T00:23:00.919Z Downloaded radium v0.7.0
8592026-07-14T00:23:00.919Z Downloaded icu_locale_core v2.1.1
8602026-07-14T00:23:00.919Z Downloaded password-hash v0.5.0
8612026-07-14T00:23:00.919Z Downloaded diesel_derives v2.3.7
8622026-07-14T00:23:00.926Z Downloaded pin-project-internal v1.1.11
8632026-07-14T00:23:00.926Z Downloaded phf_shared v0.13.1
8642026-07-14T00:23:00.926Z Downloaded phf_shared v0.12.1
8652026-07-14T00:23:00.926Z Downloaded phc v0.6.1
8662026-07-14T00:23:00.926Z Downloaded indicatif v0.18.4
8672026-07-14T00:23:00.927Z Downloaded owo-colors v4.3.0
8682026-07-14T00:23:00.943Z Downloaded quick-error v1.2.3
8692026-07-14T00:23:00.943Z Downloaded psl-types v2.0.11
8702026-07-14T00:23:00.943Z Downloaded powerfmt v0.2.0
8712026-07-14T00:23:00.943Z Downloaded poly1305 v0.8.0
8722026-07-14T00:23:00.943Z Downloaded pin-project-lite v0.2.17
8732026-07-14T00:23:00.943Z Downloaded rand_xorshift v0.4.0
8742026-07-14T00:23:00.943Z Downloaded rand_chacha v0.3.1
8752026-07-14T00:23:00.943Z Downloaded pkg-config v0.3.32
8762026-07-14T00:23:00.990Z Downloaded hickory-resolver v0.25.2
8772026-07-14T00:23:00.990Z Downloaded ppv-lite86 v0.2.21
8782026-07-14T00:23:00.990Z Downloaded parking_lot v0.11.2
8792026-07-14T00:23:00.990Z Downloaded parking_lot_core v0.9.12
8802026-07-14T00:23:00.990Z Downloaded cc v1.2.56
8812026-07-14T00:23:00.990Z Downloaded primefield v0.14.0
8822026-07-14T00:23:00.990Z Downloaded polyval v0.7.1
8832026-07-14T00:23:00.990Z Downloaded predicates v3.1.4
8842026-07-14T00:23:00.990Z Downloaded postgres-protocol v0.6.10
8852026-07-14T00:23:00.990Z Downloaded recursive v0.1.1
8862026-07-14T00:23:00.991Z Downloaded icu_normalizer_data v2.1.1
8872026-07-14T00:23:00.991Z Downloaded parking_lot v0.12.5
8882026-07-14T00:23:00.991Z Downloaded hickory-resolver v0.24.4
8892026-07-14T00:23:00.991Z Downloaded aes-gcm v0.11.0
8902026-07-14T00:23:00.991Z Downloaded packed_struct_codegen v0.10.1
8912026-07-14T00:23:00.991Z Downloaded num-complex v0.4.6
8922026-07-14T00:23:00.991Z Downloaded libsw-core v0.3.2
8932026-07-14T00:23:00.991Z Downloaded progenitor v0.14.0
8942026-07-14T00:23:00.991Z Downloaded proc-macro-error2 v2.0.1
8952026-07-14T00:23:00.991Z Downloaded progenitor-client v0.13.0
8962026-07-14T00:23:00.991Z Downloaded progenitor v0.13.0
8972026-07-14T00:23:00.991Z Downloaded progenitor-extras v0.2.0
8982026-07-14T00:23:00.991Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-07-14T00:23:00.991Z Downloaded ref-cast-impl v1.0.25
9002026-07-14T00:23:00.991Z Downloaded hashbrown v0.12.3
9012026-07-14T00:23:00.991Z Downloaded primeorder v0.14.0-rc.10
9022026-07-14T00:23:00.991Z Downloaded pkcs1 v0.7.5
9032026-07-14T00:23:00.991Z Downloaded icu_collections v2.1.1
9042026-07-14T00:23:00.992Z Downloaded rfc6979 v0.4.0
9052026-07-14T00:23:00.992Z Downloaded miniz_oxide v0.8.9
9062026-07-14T00:23:00.992Z Downloaded rfc6979 v0.5.0
9072026-07-14T00:23:01.001Z Downloaded omicron-zone-package v0.12.3
9082026-07-14T00:23:01.001Z Downloaded pkcs8 v0.11.0
9092026-07-14T00:23:01.001Z Downloaded phf v0.13.1
9102026-07-14T00:23:01.001Z Downloaded aes v0.9.1
9112026-07-14T00:23:01.001Z Downloaded psm v0.1.30
9122026-07-14T00:23:01.001Z Downloaded pem-rfc7468 v1.0.0
9132026-07-14T00:23:01.001Z Downloaded num-traits v0.2.19
9142026-07-14T00:23:01.001Z Downloaded elliptic-curve v0.14.0-rc.33
9152026-07-14T00:23:01.001Z Downloaded postgres-types v0.2.12
9162026-07-14T00:23:01.010Z Downloaded bumpalo v3.20.2
9172026-07-14T00:23:01.010Z Downloaded rand_core v0.6.4
9182026-07-14T00:23:01.010Z Downloaded rand_chacha v0.9.0
9192026-07-14T00:23:01.010Z Downloaded openssl-macros v0.1.1
9202026-07-14T00:23:01.010Z Downloaded oso v0.27.3
9212026-07-14T00:23:01.010Z Downloaded rustc_version v0.4.1
9222026-07-14T00:23:01.010Z Downloaded russh-util v0.52.0
9232026-07-14T00:23:01.026Z Downloaded jiff-static v0.2.21
9242026-07-14T00:23:01.026Z Downloaded olpc-cjson v0.1.4
9252026-07-14T00:23:01.027Z Downloaded newtype-uuid v1.3.2
9262026-07-14T00:23:01.027Z Downloaded port-file v0.1.0
9272026-07-14T00:23:01.027Z Downloaded r2d2 v0.8.10
9282026-07-14T00:23:01.027Z Downloaded rand_core v0.9.5
9292026-07-14T00:23:01.027Z Downloaded primeorder v0.13.6
9302026-07-14T00:23:01.027Z Downloaded postcard v1.1.3
9312026-07-14T00:23:01.027Z Downloaded poly1305 v0.9.0
9322026-07-14T00:23:01.027Z Downloaded rustc_version v0.1.7
9332026-07-14T00:23:01.027Z Downloaded russh-cryptovec v0.61.0
9342026-07-14T00:23:01.048Z Downloaded hyper-util v0.1.20
9352026-07-14T00:23:01.048Z Downloaded rand_seeder v0.4.0
9362026-07-14T00:23:01.048Z Downloaded crossterm v0.28.1
9372026-07-14T00:23:01.048Z Downloaded ref-cast v1.0.25
9382026-07-14T00:23:01.048Z Downloaded same-file v1.0.6
9392026-07-14T00:23:01.074Z Downloaded scopeguard v1.2.0
9402026-07-14T00:23:01.074Z Downloaded pkcs5 v0.8.1
9412026-07-14T00:23:01.074Z Downloaded pkcs1 v0.8.0-rc.4
9422026-07-14T00:23:01.074Z Downloaded pin-project v1.1.11
9432026-07-14T00:23:01.074Z Downloaded serde_bytes v0.11.19
9442026-07-14T00:23:01.074Z Downloaded secrecy v0.10.3
9452026-07-14T00:23:01.074Z Downloaded secrecy v0.8.0
9462026-07-14T00:23:01.074Z Downloaded scroll_derive v0.13.1
9472026-07-14T00:23:01.074Z Downloaded openssl-sys v0.9.115
9482026-07-14T00:23:01.074Z Downloaded http v1.4.2
9492026-07-14T00:23:01.075Z Downloaded hickory-server v0.25.2
9502026-07-14T00:23:01.082Z Downloaded resolv-conf v0.7.6
9512026-07-14T00:23:01.082Z Downloaded sapling-renderdag v0.1.0
9522026-07-14T00:23:01.082Z Downloaded papergrid v0.17.0
9532026-07-14T00:23:01.082Z Downloaded serde-big-array v0.5.1
9542026-07-14T00:23:01.082Z Downloaded serde_urlencoded v0.7.1
9552026-07-14T00:23:01.082Z Downloaded serde_spanned v1.1.1
9562026-07-14T00:23:01.082Z Downloaded semver v0.1.20
9572026-07-14T00:23:01.082Z Downloaded scheduled-thread-pool v0.2.7
9582026-07-14T00:23:01.082Z Downloaded p384 v0.14.0-rc.10
9592026-07-14T00:23:01.082Z Downloaded crossterm v0.29.0
9602026-07-14T00:23:01.082Z Downloaded hashbrown v0.13.2
9612026-07-14T00:23:01.088Z Downloaded p256 v0.14.0-rc.10
9622026-07-14T00:23:01.088Z Downloaded quinn-udp v0.5.14
9632026-07-14T00:23:01.088Z Downloaded prefix-trie v0.7.0
9642026-07-14T00:23:01.088Z Downloaded rtoolbox v0.0.3
9652026-07-14T00:23:01.088Z Downloaded rustls-pemfile v2.2.0
9662026-07-14T00:23:01.095Z Downloaded serde_plain v1.0.2
9672026-07-14T00:23:01.095Z Downloaded serde_repr v0.1.20
9682026-07-14T00:23:01.095Z Downloaded rustc-hash v2.1.1
9692026-07-14T00:23:01.095Z Downloaded rustls-native-certs v0.8.3
9702026-07-14T00:23:01.103Z Downloaded signal-hook-tokio v0.3.1
9712026-07-14T00:23:01.103Z Downloaded rand_core v0.10.0
9722026-07-14T00:23:01.103Z Downloaded signature v3.0.0
9732026-07-14T00:23:01.103Z Downloaded der v0.8.0
9742026-07-14T00:23:01.119Z Downloaded progenitor-impl v0.13.0
9752026-07-14T00:23:01.119Z Downloaded sha1 v0.11.0
9762026-07-14T00:23:01.120Z Downloaded siphasher v1.0.2
9772026-07-14T00:23:01.128Z Downloaded dropshot-api-manager v0.7.2
9782026-07-14T00:23:01.128Z Downloaded mio v1.2.0
9792026-07-14T00:23:01.128Z Downloaded seq-macro v0.3.6
9802026-07-14T00:23:01.128Z Downloaded rusty-fork v0.3.1
9812026-07-14T00:23:01.128Z Downloaded sha1 v0.10.6
9822026-07-14T00:23:01.128Z Downloaded rustversion v1.0.22
9832026-07-14T00:23:01.132Z Downloaded slog-bunyan v2.5.0
9842026-07-14T00:23:01.132Z Downloaded sigpipe v0.1.3
9852026-07-14T00:23:01.133Z Downloaded signature v2.2.0
9862026-07-14T00:23:01.133Z Downloaded shell-words v1.1.1
9872026-07-14T00:23:01.133Z Downloaded scroll v0.13.0
9882026-07-14T00:23:01.144Z Downloaded serde-hex v0.1.0
9892026-07-14T00:23:01.148Z Downloaded sec1 v0.8.1
9902026-07-14T00:23:01.148Z Downloaded scrypt v0.12.0
9912026-07-14T00:23:01.148Z Downloaded schemars_derive v0.8.22
9922026-07-14T00:23:01.154Z Downloaded serde_with_macros v1.5.2
9932026-07-14T00:23:01.154Z Downloaded sec1 v0.7.3
9942026-07-14T00:23:01.157Z Downloaded pretty_assertions v1.4.1
9952026-07-14T00:23:01.162Z Downloaded serde_path_to_error v0.1.20
9962026-07-14T00:23:01.162Z Downloaded serde_derive_internals v0.29.1
9972026-07-14T00:23:01.166Z Downloaded signal-hook-mio v0.2.5
9982026-07-14T00:23:01.173Z Downloaded rcgen v0.12.1
9992026-07-14T00:23:01.178Z Downloaded sqlparser_derive v0.5.0
10002026-07-14T00:23:01.178Z Downloaded rustls-pki-types v1.14.0
10012026-07-14T00:23:01.182Z Downloaded prettyplease v0.2.37
10022026-07-14T00:23:01.182Z Downloaded shlex v1.3.0
10032026-07-14T00:23:01.185Z Downloaded salsa20 v0.11.0
10042026-07-14T00:23:01.191Z Downloaded stable_deref_trait v1.2.1
10052026-07-14T00:23:01.191Z Downloaded hashbrown v0.16.1
10062026-07-14T00:23:01.191Z Downloaded minimal-lexical v0.2.1
10072026-07-14T00:23:01.195Z Downloaded progenitor-impl v0.14.0
10082026-07-14T00:23:01.195Z Downloaded internal-russh-num-bigint v0.5.0
10092026-07-14T00:23:01.198Z Downloaded structmeta-derive v0.3.0
10102026-07-14T00:23:01.198Z Downloaded strip-ansi-escapes v0.2.1
10112026-07-14T00:23:01.201Z Downloaded structmeta v0.3.0
10122026-07-14T00:23:01.201Z Downloaded supports-color v3.0.2
10132026-07-14T00:23:01.201Z Downloaded strsim v0.10.0
10142026-07-14T00:23:01.206Z Downloaded strum v0.26.3
10152026-07-14T00:23:01.206Z Downloaded slog-async v2.8.0
10162026-07-14T00:23:01.206Z Downloaded slab v0.4.12
10172026-07-14T00:23:01.210Z Downloaded ron v0.8.1
10182026-07-14T00:23:01.210Z Downloaded serde_cbor v0.11.2
10192026-07-14T00:23:01.210Z Downloaded signal-hook-registry v1.4.8
10202026-07-14T00:23:01.213Z Downloaded serdect v0.4.3
10212026-07-14T00:23:01.213Z Downloaded strum v0.27.2
10222026-07-14T00:23:01.213Z Downloaded slog-dtrace v0.3.0
10232026-07-14T00:23:01.216Z Downloaded hashbrown v0.15.5
10242026-07-14T00:23:01.218Z Downloaded simd-adler32 v0.3.8
10252026-07-14T00:23:01.218Z Downloaded sync_wrapper v1.0.2
10262026-07-14T00:23:01.221Z Downloaded nom v7.1.3
10272026-07-14T00:23:01.224Z Downloaded slog-term v2.9.2
10282026-07-14T00:23:01.224Z Downloaded tap v1.0.1
10292026-07-14T00:23:01.228Z Downloaded tagptr v0.2.0
10302026-07-14T00:23:01.228Z Downloaded tabled_derive v0.11.0
10312026-07-14T00:23:01.228Z Downloaded serde_with_macros v3.17.0
10322026-07-14T00:23:01.232Z Downloaded slog-scope v4.4.1
10332026-07-14T00:23:01.232Z Downloaded sync-ptr v0.1.4
10342026-07-14T00:23:01.232Z Downloaded slog-stdlog v4.1.1
10352026-07-14T00:23:01.235Z Downloaded slog-json v2.6.1
10362026-07-14T00:23:01.235Z Downloaded slog-envlogger v2.2.0
10372026-07-14T00:23:01.235Z Downloaded tabwriter v1.4.1
10382026-07-14T00:23:01.235Z Downloaded subtle v2.6.1
10392026-07-14T00:23:01.238Z Downloaded num-bigint v0.4.6
10402026-07-14T00:23:01.241Z Downloaded rayon-core v1.13.0
10412026-07-14T00:23:01.244Z Downloaded ssh-encoding v0.3.0-rc.9
10422026-07-14T00:23:01.246Z Downloaded spki v0.8.0
10432026-07-14T00:23:01.246Z Downloaded spki v0.7.3
10442026-07-14T00:23:01.251Z Downloaded snafu-derive v0.8.9
10452026-07-14T00:23:01.251Z Downloaded rustls-platform-verifier v0.6.2
10462026-07-14T00:23:01.254Z Downloaded thiserror-impl-no-std v2.0.2
10472026-07-14T00:23:01.254Z Downloaded aho-corasick v1.1.4
10482026-07-14T00:23:01.256Z Downloaded termtree v0.5.1
10492026-07-14T00:23:01.256Z Downloaded take_mut v0.2.2
10502026-07-14T00:23:01.259Z Downloaded sha2 v0.11.0
10512026-07-14T00:23:01.259Z Downloaded ryu v1.0.23
10522026-07-14T00:23:01.269Z Downloaded tinyvec_macros v0.1.1
10532026-07-14T00:23:01.269Z Downloaded libxml v0.3.3
10542026-07-14T00:23:01.269Z Downloaded string_cache v0.8.9
10552026-07-14T00:23:01.272Z Downloaded stacker v0.1.23
10562026-07-14T00:23:01.273Z Downloaded strum_macros v0.27.2
10572026-07-14T00:23:01.273Z Downloaded thread-id v5.1.0
10582026-07-14T00:23:01.273Z Downloaded stringprep v0.1.5
10592026-07-14T00:23:01.273Z Downloaded static_assertions v1.1.0
10602026-07-14T00:23:01.284Z Downloaded testing_table v0.3.0
10612026-07-14T00:23:01.284Z Downloaded qorb v0.4.1
10622026-07-14T00:23:01.288Z Downloaded quinn v0.11.9
10632026-07-14T00:23:01.288Z Downloaded ssh-cipher v0.3.0-rc.9
10642026-07-14T00:23:01.288Z Downloaded strum_macros v0.24.3
10652026-07-14T00:23:01.288Z Downloaded schemars v0.8.22
10662026-07-14T00:23:01.291Z Downloaded tokio-test v0.4.5
10672026-07-14T00:23:01.291Z Downloaded strum_macros v0.26.4
10682026-07-14T00:23:01.296Z Downloaded iri-string v0.7.10
10692026-07-14T00:23:01.303Z Downloaded smallvec v1.15.1
10702026-07-14T00:23:01.303Z Downloaded rand v0.8.6
10712026-07-14T00:23:01.307Z Downloaded smallvec v0.6.14
10722026-07-14T00:23:01.307Z Downloaded serde_yaml v0.9.34+deprecated
10732026-07-14T00:23:01.307Z Downloaded futures-util v0.3.32
10742026-07-14T00:23:01.312Z Downloaded termios v0.3.3
10752026-07-14T00:23:01.315Z Downloaded tower-layer v0.3.3
10762026-07-14T00:23:01.315Z Downloaded crypto-primes v0.7.2
10772026-07-14T00:23:01.318Z Downloaded support-bundle-viewer v0.1.2
10782026-07-14T00:23:01.318Z Downloaded spin v0.9.8
10792026-07-14T00:23:01.321Z Downloaded tower-service v0.3.3
10802026-07-14T00:23:01.321Z Downloaded sqlformat v0.3.5
10812026-07-14T00:23:01.321Z Downloaded blake3 v1.8.5
10822026-07-14T00:23:01.328Z Downloaded publicsuffix v2.3.0
10832026-07-14T00:23:01.332Z Downloaded num-bigint-dig v0.8.6
10842026-07-14T00:23:01.332Z Downloaded idna v1.1.0
10852026-07-14T00:23:01.336Z Downloaded tinystr v0.8.2
10862026-07-14T00:23:01.336Z Downloaded icu_properties_data v2.1.2
10872026-07-14T00:23:01.341Z Downloaded thiserror-no-std v2.0.2
10882026-07-14T00:23:01.344Z Downloaded signal-hook v0.3.18
10892026-07-14T00:23:01.344Z Downloaded topological-sort v0.2.2
10902026-07-14T00:23:01.355Z Downloaded tokio-macros v2.7.0
10912026-07-14T00:23:01.355Z Downloaded synstructure v0.13.2
10922026-07-14T00:23:01.355Z Downloaded itertools v0.12.1
10932026-07-14T00:23:01.360Z Downloaded similar v2.7.0
10942026-07-14T00:23:01.360Z Downloaded time-macros v0.2.27
10952026-07-14T00:23:01.360Z Downloaded unicode-truncate v1.1.0
10962026-07-14T00:23:01.360Z Downloaded socket2 v0.5.10
10972026-07-14T00:23:01.360Z Downloaded try-lock v0.2.5
10982026-07-14T00:23:01.360Z Downloaded trait-variant v0.1.2
10992026-07-14T00:23:01.375Z Downloaded tiny-keccak v2.0.2
11002026-07-14T00:23:01.375Z Downloaded untrusted v0.7.1
11012026-07-14T00:23:01.375Z Downloaded untrusted v0.9.0
11022026-07-14T00:23:01.375Z Downloaded universal-hash v0.6.1
11032026-07-14T00:23:01.375Z Downloaded hkdf v0.12.4
11042026-07-14T00:23:01.375Z Downloaded utf-8 v0.7.6
11052026-07-14T00:23:01.375Z Downloaded tokio-dtrace v0.1.1
11062026-07-14T00:23:01.375Z Downloaded tls_codec_derive v0.4.2
11072026-07-14T00:23:01.375Z Downloaded tls_codec v0.4.2
11082026-07-14T00:23:01.375Z Downloaded usdt-macro v0.6.0
11092026-07-14T00:23:01.375Z Downloaded socket2 v0.6.3
11102026-07-14T00:23:01.389Z Downloaded typify-macro v0.6.2
11112026-07-14T00:23:01.389Z Downloaded unarray v0.1.4
11122026-07-14T00:23:01.390Z Downloaded smf v0.2.3
11132026-07-14T00:23:01.390Z Downloaded p521 v0.14.0-rc.10
11142026-07-14T00:23:01.390Z Downloaded term v1.2.1
11152026-07-14T00:23:01.390Z Downloaded nom v8.0.0
11162026-07-14T00:23:01.390Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-14T00:23:01.404Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-07-14T00:23:01.404Z Downloaded utf8_iter v1.0.4
11192026-07-14T00:23:01.404Z Downloaded rustls-webpki v0.103.13
11202026-07-14T00:23:01.404Z Downloaded aws-lc-rs v1.16.3
11212026-07-14T00:23:01.404Z Downloaded usdt v0.6.0
11222026-07-14T00:23:01.404Z Downloaded wait-timeout v0.2.1
11232026-07-14T00:23:01.404Z Downloaded universal-hash v0.5.1
11242026-07-14T00:23:01.404Z Downloaded usdt-attr-macro v0.6.0
11252026-07-14T00:23:01.404Z Downloaded thread_local v1.1.9
11262026-07-14T00:23:01.404Z Downloaded unit-prefix v0.5.2
11272026-07-14T00:23:01.404Z Downloaded tokio-native-tls v0.3.1
11282026-07-14T00:23:01.413Z Downloaded term v0.7.0
11292026-07-14T00:23:01.414Z Downloaded rsa v0.9.10
11302026-07-14T00:23:01.414Z Downloaded rand v0.9.2
11312026-07-14T00:23:01.414Z Downloaded itertools v0.14.0
11322026-07-14T00:23:01.421Z Downloaded unicode-xid v0.2.6
11332026-07-14T00:23:01.421Z Downloaded toml_writer v1.1.1+spec-1.1.0
11342026-07-14T00:23:01.421Z Downloaded itertools v0.10.5
11352026-07-14T00:23:01.421Z Downloaded time-core v0.1.8
11362026-07-14T00:23:01.422Z Downloaded void v1.0.2
11372026-07-14T00:23:01.422Z Downloaded itertools v0.13.0
11382026-07-14T00:23:01.473Z Downloaded samael v0.0.19
11392026-07-14T00:23:01.473Z Downloaded subprocess v0.2.15
11402026-07-14T00:23:01.475Z Downloaded waitgroup v0.1.2
11412026-07-14T00:23:01.475Z Downloaded want v0.3.1
11422026-07-14T00:23:01.475Z Downloaded tokio-tungstenite v0.23.1
11432026-07-14T00:23:01.475Z Downloaded tokio-stream v0.1.18
11442026-07-14T00:23:01.475Z Downloaded tui-tree-widget v0.23.1
11452026-07-14T00:23:01.475Z Downloaded slog v2.8.2
11462026-07-14T00:23:01.476Z Downloaded unicase v2.9.0
11472026-07-14T00:23:01.476Z Downloaded schemars v1.2.1
11482026-07-14T00:23:01.496Z Downloaded xshell-macros v0.2.7
11492026-07-14T00:23:01.496Z Downloaded xattr v1.6.1
11502026-07-14T00:23:01.496Z Downloaded rsa v0.10.0-rc.18
11512026-07-14T00:23:01.496Z Downloaded rand v0.10.1
11522026-07-14T00:23:01.497Z Downloaded hyper v1.10.1
11532026-07-14T00:23:01.497Z Downloaded tokio-rustls v0.26.4
11542026-07-14T00:23:01.497Z Downloaded zerofrom-derive v0.1.6
11552026-07-14T00:23:01.497Z Downloaded libm v0.2.16
11562026-07-14T00:23:01.497Z Downloaded yoke-derive v0.8.1
11572026-07-14T00:23:01.497Z Downloaded uzers v0.12.2
11582026-07-14T00:23:01.497Z Downloaded schemars v0.9.0
11592026-07-14T00:23:01.497Z Downloaded zeroize_derive v1.4.3
11602026-07-14T00:23:01.497Z Downloaded toml_parser v1.1.2+spec-1.1.0
11612026-07-14T00:23:01.497Z Downloaded test-strategy v0.4.5
11622026-07-14T00:23:01.497Z Downloaded vsss-rs v3.3.4
11632026-07-14T00:23:01.497Z Downloaded zerofrom v0.1.6
11642026-07-14T00:23:01.497Z Downloaded vergen-lib v9.1.0
11652026-07-14T00:23:01.497Z Downloaded vergen-lib v0.1.6
11662026-07-14T00:23:01.497Z Downloaded vergen-gitcl v1.0.8
11672026-07-14T00:23:01.497Z Downloaded tracing-attributes v0.1.31
11682026-07-14T00:23:01.497Z Downloaded tinyvec v1.10.0
11692026-07-14T00:23:01.497Z Downloaded vergen-git2 v9.1.0
11702026-07-14T00:23:01.497Z Downloaded h2 v0.4.15
11712026-07-14T00:23:01.497Z Downloaded zone v0.3.1
11722026-07-14T00:23:01.497Z Downloaded whoami v2.1.0
11732026-07-14T00:23:01.497Z Downloaded unicode-properties v0.1.4
11742026-07-14T00:23:01.524Z Downloaded twox-hash v2.1.2
11752026-07-14T00:23:01.524Z Downloaded zone_cfg_derive v0.3.1
11762026-07-14T00:23:01.524Z Downloaded whoami v1.6.1
11772026-07-14T00:23:01.524Z Downloaded tokio-tungstenite v0.21.0
11782026-07-14T00:23:01.543Z Downloaded snafu v0.8.9
11792026-07-14T00:23:01.543Z Downloaded xshell v0.2.7
11802026-07-14T00:23:01.544Z Downloaded wyz v0.5.1
11812026-07-14T00:23:01.544Z Downloaded usdt-impl v0.6.0
11822026-07-14T00:23:01.544Z Downloaded yoke v0.8.1
11832026-07-14T00:23:01.544Z Downloaded writeable v0.6.2
11842026-07-14T00:23:01.544Z Downloaded tar v0.4.45
11852026-07-14T00:23:01.544Z Downloaded toml v1.1.2+spec-1.1.0
11862026-07-14T00:23:01.544Z Downloaded rustyline v14.0.0
11872026-07-14T00:23:01.544Z Downloaded iddqd v0.4.2
11882026-07-14T00:23:01.571Z Downloaded vergen v9.1.0
11892026-07-14T00:23:01.571Z Downloaded tracing-core v0.1.36
11902026-07-14T00:23:01.571Z Downloaded zerovec-derive v0.11.2
11912026-07-14T00:23:01.571Z Downloaded zeroize v1.8.2
11922026-07-14T00:23:01.571Z Downloaded walkdir v2.5.0
11932026-07-14T00:23:01.571Z Downloaded bitvec v1.0.1
11942026-07-14T00:23:01.571Z Downloaded hkdf v0.13.0
11952026-07-14T00:23:01.571Z Downloaded toml v0.7.8
11962026-07-14T00:23:01.571Z Downloaded steno v0.4.1
11972026-07-14T00:23:01.571Z Downloaded typify v0.6.2
11982026-07-14T00:23:01.571Z Downloaded zstd-safe v7.2.4
11992026-07-14T00:23:01.572Z Downloaded zstd v0.13.3
12002026-07-14T00:23:01.572Z Downloaded unicode-bidi v0.3.18
12012026-07-14T00:23:01.586Z Downloaded tungstenite v0.21.0
12022026-07-14T00:23:01.586Z Downloaded chrono v0.4.45
12032026-07-14T00:23:01.586Z Downloaded bindgen v0.71.1
12042026-07-14T00:23:01.586Z Downloaded serde_with v1.14.0
12052026-07-14T00:23:01.586Z Downloaded unsafe-libyaml v0.2.11
12062026-07-14T00:23:01.586Z Downloaded reedline v0.40.0
12072026-07-14T00:23:01.595Z Downloaded tungstenite v0.23.0
12082026-07-14T00:23:01.608Z Downloaded lalrpop v0.19.12
12092026-07-14T00:23:01.608Z Downloaded uuid v1.23.4
12102026-07-14T00:23:01.621Z Downloaded git2 v0.20.4
12112026-07-14T00:23:01.621Z Downloaded regex v1.12.3
12122026-07-14T00:23:01.638Z Downloaded zopfli v0.8.3
12132026-07-14T00:23:01.638Z Downloaded reqwest v0.13.2
12142026-07-14T00:23:01.638Z Downloaded yasna v0.5.2
12152026-07-14T00:23:01.641Z Downloaded goblin v0.10.5
12162026-07-14T00:23:01.646Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-07-14T00:23:01.649Z Downloaded toml_edit v0.19.15
12182026-07-14T00:23:01.662Z Downloaded zerocopy v0.6.6
12192026-07-14T00:23:01.679Z Downloaded zip v0.6.6
12202026-07-14T00:23:01.679Z Downloaded portable-atomic v1.13.1
12212026-07-14T00:23:01.680Z Downloaded vte v0.14.1
12222026-07-14T00:23:01.701Z Downloaded tokio-postgres v0.7.16
12232026-07-14T00:23:01.701Z Downloaded rpassword v7.4.0
12242026-07-14T00:23:01.701Z Downloaded url v2.5.8
12252026-07-14T00:23:01.711Z Downloaded ssh-key v0.7.0-rc.10
12262026-07-14T00:23:01.712Z Downloaded moka v0.12.13
12272026-07-14T00:23:01.712Z Downloaded yansi v1.0.1
12282026-07-14T00:23:01.712Z Downloaded crypto-bigint v0.7.5
12292026-07-14T00:23:01.712Z Downloaded curve25519-dalek v4.1.3
12302026-07-14T00:23:01.720Z Downloaded reqwest v0.12.28
12312026-07-14T00:23:01.720Z Downloaded unicode_categories v0.1.1
12322026-07-14T00:23:01.720Z Downloaded p384 v0.13.1
12332026-07-14T00:23:01.730Z Downloaded quick-xml v0.37.5
12342026-07-14T00:23:01.737Z Downloaded rayon v1.11.0
12352026-07-14T00:23:01.741Z Downloaded unicode-normalization v0.1.25
12362026-07-14T00:23:01.741Z Downloaded zerotrie v0.2.3
12372026-07-14T00:23:01.741Z Downloaded tower v0.5.3
12382026-07-14T00:23:01.754Z Downloaded typed-path v0.9.3
12392026-07-14T00:23:01.783Z Downloaded x509-cert v0.2.5
12402026-07-14T00:23:01.783Z Downloaded tokio-util v0.7.18
12412026-07-14T00:23:01.802Z Downloaded zip v4.6.1
12422026-07-14T00:23:01.803Z Downloaded salty v0.3.0
12432026-07-14T00:23:01.803Z Downloaded proptest v1.10.0
12442026-07-14T00:23:01.803Z Downloaded unicode-segmentation v1.12.0
12452026-07-14T00:23:01.803Z Downloaded zerocopy-derive v0.8.40
12462026-07-14T00:23:01.803Z Downloaded tough v0.22.0
12472026-07-14T00:23:01.818Z Downloaded russh v0.61.2
12482026-07-14T00:23:01.818Z Downloaded petname v2.0.2
12492026-07-14T00:23:01.818Z Downloaded nix v0.27.1
12502026-07-14T00:23:01.830Z Downloaded tower-http v0.6.8
12512026-07-14T00:23:01.830Z Downloaded polar-core v0.27.3
12522026-07-14T00:23:01.830Z Downloaded serde_with v3.17.0
12532026-07-14T00:23:01.853Z Downloaded zerovec v0.11.5
12542026-07-14T00:23:01.854Z Downloaded object v0.30.4
12552026-07-14T00:23:01.854Z Downloaded curve25519-dalek v5.0.0-rc.0
12562026-07-14T00:23:01.882Z Downloaded winnow v0.5.40
12572026-07-14T00:23:01.882Z Downloaded dropshot v0.17.1
12582026-07-14T00:23:01.892Z Downloaded winnow v0.6.26
12592026-07-14T00:23:01.893Z Downloaded radix_trie v0.2.1
12602026-07-14T00:23:01.893Z Downloaded quinn-proto v0.11.13
12612026-07-14T00:23:01.903Z Downloaded openssl v0.10.79
12622026-07-14T00:23:01.903Z Downloaded nix v0.28.0
12632026-07-14T00:23:01.919Z Downloaded bstr v1.12.1
12642026-07-14T00:23:01.919Z Downloaded winnow v1.0.3
12652026-07-14T00:23:01.926Z Downloaded tabled v0.20.0
12662026-07-14T00:23:01.926Z Downloaded time v0.3.47
12672026-07-14T00:23:01.942Z Downloaded smoltcp v0.9.1
12682026-07-14T00:23:01.979Z Downloaded object v0.37.3
12692026-07-14T00:23:01.979Z Downloaded nix v0.31.2
12702026-07-14T00:23:01.979Z Downloaded vcpkg v0.2.15
12712026-07-14T00:23:02.018Z Downloaded openapiv3 v2.2.0
12722026-07-14T00:23:02.018Z Downloaded diesel v2.3.7
12732026-07-14T00:23:02.018Z Downloaded zlib-rs v0.6.2
12742026-07-14T00:23:02.038Z Downloaded regress v0.10.5
12752026-07-14T00:23:02.038Z Downloaded hickory-proto v0.25.2
12762026-07-14T00:23:02.038Z Downloaded smoltcp v0.11.0
12772026-07-14T00:23:02.038Z Downloaded regex-syntax v0.8.10
12782026-07-14T00:23:02.038Z Downloaded rustls v0.23.41
12792026-07-14T00:23:02.038Z Downloaded zerocopy v0.8.40
12802026-07-14T00:23:02.038Z Downloaded rustix v0.38.44
12812026-07-14T00:23:02.043Z Downloaded regex-syntax v0.6.29
12822026-07-14T00:23:02.048Z Downloaded regress v0.11.1
12832026-07-14T00:23:02.051Z Downloaded hickory-proto v0.24.4
12842026-07-14T00:23:02.092Z Downloaded sqlparser v0.61.0
12852026-07-14T00:23:02.119Z Downloaded sha3 v0.11.0
12862026-07-14T00:23:02.143Z Downloaded fiat-crypto v0.3.0
12872026-07-14T00:23:02.146Z Downloaded typify-impl v0.6.2
12882026-07-14T00:23:02.154Z Downloaded zerocopy-derive v0.6.6
12892026-07-14T00:23:02.165Z Downloaded tracing v0.1.44
12902026-07-14T00:23:02.175Z Downloaded petgraph v0.6.5
12912026-07-14T00:23:02.186Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-07-14T00:23:02.200Z Downloaded sled v0.34.7
12932026-07-14T00:23:02.207Z Downloaded ratatui v0.29.0
12942026-07-14T00:23:02.213Z Downloaded regex-automata v0.4.14
12952026-07-14T00:23:02.222Z Downloaded petgraph v0.8.3
12962026-07-14T00:23:02.238Z Downloaded libz-sys v1.1.24
12972026-07-14T00:23:02.251Z Downloaded csv v1.4.0
12982026-07-14T00:23:02.279Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-07-14T00:23:02.293Z Downloaded jiff v0.2.21
13002026-07-14T00:23:02.293Z Downloaded chrono-tz v0.10.4
13012026-07-14T00:23:02.304Z Downloaded sha3 v0.10.8
13022026-07-14T00:23:02.348Z Downloaded tokio v1.52.1
13032026-07-14T00:23:02.370Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-07-14T00:23:02.431Z Downloaded encoding_rs v0.8.35
13052026-07-14T00:23:02.461Z Downloaded ring v0.17.14
13062026-07-14T00:23:03.000Z Downloaded aws-lc-sys v0.40.0
13072026-07-14T00:23:03.251Z Compiling libc v0.2.185
13082026-07-14T00:23:03.251Z Compiling serde_core v1.0.228
13092026-07-14T00:23:03.251Z Compiling serde v1.0.228
13102026-07-14T00:23:03.258Z Compiling log v0.4.29
13112026-07-14T00:23:03.258Z Compiling smallvec v1.15.1
13122026-07-14T00:23:03.386Z Compiling shlex v1.3.0
13132026-07-14T00:23:03.404Z Compiling find-msvc-tools v0.1.9
13142026-07-14T00:23:03.404Z Compiling syn v2.0.117
13152026-07-14T00:23:03.591Z Compiling subtle v2.6.1
13162026-07-14T00:23:03.604Z Compiling scopeguard v1.2.0
13172026-07-14T00:23:03.631Z Compiling stable_deref_trait v1.2.1
13182026-07-14T00:23:03.680Z Compiling typenum v1.20.1
13192026-07-14T00:23:03.703Z Compiling lock_api v0.4.14
13202026-07-14T00:23:03.718Z Compiling serde_json v1.0.150
13212026-07-14T00:23:03.737Z Compiling zerocopy v0.8.40
13222026-07-14T00:23:03.764Z Compiling portable-atomic v1.13.1
13232026-07-14T00:23:03.981Z Compiling pin-project-lite v0.2.17
13242026-07-14T00:23:03.999Z Compiling parking_lot_core v0.9.12
13252026-07-14T00:23:04.068Z Compiling critical-section v1.2.0
13262026-07-14T00:23:04.181Z Compiling pkg-config v0.3.32
13272026-07-14T00:23:04.220Z Compiling futures-core v0.3.32
13282026-07-14T00:23:04.254Z Compiling getrandom v0.4.1
13292026-07-14T00:23:04.280Z Compiling jobserver v0.1.34
13302026-07-14T00:23:04.332Z Compiling errno v0.3.14
13312026-07-14T00:23:04.487Z Compiling cc v1.2.56
13322026-07-14T00:23:04.504Z Compiling getrandom v0.2.17
13332026-07-14T00:23:04.613Z Compiling signal-hook-registry v1.4.8
13342026-07-14T00:23:04.650Z Compiling rand_core v0.6.4
13352026-07-14T00:23:04.811Z Compiling libm v0.2.16
13362026-07-14T00:23:04.873Z Compiling once_cell v1.21.3
13372026-07-14T00:23:04.973Z Compiling parking_lot v0.12.5
13382026-07-14T00:23:05.127Z Compiling mio v1.2.0
13392026-07-14T00:23:05.127Z Compiling num-traits v0.2.19
13402026-07-14T00:23:05.252Z Compiling generic-array v0.14.7
13412026-07-14T00:23:05.253Z Compiling rand_core v0.10.0
13422026-07-14T00:23:05.393Z Compiling const-oid v0.9.6
13432026-07-14T00:23:05.555Z Compiling writeable v0.6.2
13442026-07-14T00:23:05.647Z Compiling litemap v0.8.1
13452026-07-14T00:23:05.811Z Compiling bitflags v2.11.0
13462026-07-14T00:23:05.930Z Compiling percent-encoding v2.3.2
13472026-07-14T00:23:05.930Z Compiling semver v1.0.28
13482026-07-14T00:23:06.044Z Compiling socket2 v0.6.3
13492026-07-14T00:23:06.044Z Compiling icu_normalizer_data v2.1.1
13502026-07-14T00:23:06.159Z Compiling icu_properties_data v2.1.2
13512026-07-14T00:23:06.292Z Compiling futures-sink v0.3.32
13522026-07-14T00:23:06.293Z Compiling futures-channel v0.3.32
13532026-07-14T00:23:06.386Z Compiling futures-task v0.3.32
13542026-07-14T00:23:06.387Z Compiling synstructure v0.13.2
13552026-07-14T00:23:06.493Z Compiling futures-io v0.3.32
13562026-07-14T00:23:06.493Z Compiling slab v0.4.12
13572026-07-14T00:23:06.494Z Compiling indexmap v2.14.0
13582026-07-14T00:23:06.590Z Compiling utf8_iter v1.0.4
13592026-07-14T00:23:06.678Z Compiling rustversion v1.0.22
13602026-07-14T00:23:06.678Z Compiling getrandom v0.3.4
13612026-07-14T00:23:06.745Z Compiling form_urlencoded v1.2.2
13622026-07-14T00:23:06.856Z Compiling cmake v0.1.57
13632026-07-14T00:23:06.883Z Compiling rustix v1.1.3
13642026-07-14T00:23:06.899Z Compiling ident_case v1.0.1
13652026-07-14T00:23:06.982Z Compiling dunce v1.0.5
13662026-07-14T00:23:07.069Z Compiling fs_extra v1.3.0
13672026-07-14T00:23:07.114Z Compiling regex-syntax v0.8.10
13682026-07-14T00:23:07.168Z Compiling iana-time-zone v0.1.65
13692026-07-14T00:23:07.282Z Compiling base64ct v1.8.3
13702026-07-14T00:23:07.352Z Compiling aws-lc-sys v0.40.0
13712026-07-14T00:23:07.374Z Compiling vcpkg v0.2.15
13722026-07-14T00:23:07.549Z Compiling rand_core v0.9.5
13732026-07-14T00:23:07.592Z Compiling pem-rfc7468 v0.7.0
13742026-07-14T00:23:07.642Z Compiling rustc_version v0.4.1
13752026-07-14T00:23:07.836Z Compiling uuid v1.23.4
13762026-07-14T00:23:07.917Z Compiling tracing-core v0.1.36
13772026-07-14T00:23:07.975Z Compiling flagset v0.4.7
13782026-07-14T00:23:08.080Z Compiling serde_derive v1.0.228
13792026-07-14T00:23:08.090Z Compiling zeroize_derive v1.4.3
13802026-07-14T00:23:08.109Z Compiling zerofrom-derive v0.1.6
13812026-07-14T00:23:08.464Z Compiling yoke-derive v0.8.1
13822026-07-14T00:23:08.578Z Compiling zerocopy-derive v0.8.40
13832026-07-14T00:23:08.643Z Compiling zerovec-derive v0.11.2
13842026-07-14T00:23:08.771Z Compiling zeroize v1.8.2
13852026-07-14T00:23:09.012Z Compiling displaydoc v0.2.5
13862026-07-14T00:23:09.553Z Compiling zerofrom v0.1.6
13872026-07-14T00:23:09.685Z Compiling tokio-macros v2.7.0
13882026-07-14T00:23:09.688Z Compiling yoke v0.8.1
13892026-07-14T00:23:09.770Z Compiling futures-macro v0.3.32
13902026-07-14T00:23:09.815Z Compiling openssl-sys v0.9.115
13912026-07-14T00:23:09.885Z Compiling zerovec v0.11.5
13922026-07-14T00:23:10.056Z Compiling zerotrie v0.2.3
13932026-07-14T00:23:10.392Z Compiling block-buffer v0.10.4
13942026-07-14T00:23:10.405Z Compiling crypto-common v0.1.7
13952026-07-14T00:23:10.462Z Compiling tinystr v0.8.2
13962026-07-14T00:23:10.477Z Compiling potential_utf v0.1.4
13972026-07-14T00:23:10.551Z Compiling digest v0.10.7
13982026-07-14T00:23:10.567Z Compiling thiserror-impl v2.0.18
13992026-07-14T00:23:10.643Z Compiling icu_locale_core v2.1.1
14002026-07-14T00:23:10.657Z Compiling icu_collections v2.1.1
14012026-07-14T00:23:10.673Z Compiling futures-util v0.3.32
14022026-07-14T00:23:10.808Z Compiling der_derive v0.7.3
14032026-07-14T00:23:11.155Z Compiling tracing-attributes v0.1.31
14042026-07-14T00:23:11.542Z Compiling icu_provider v2.1.1
14052026-07-14T00:23:11.729Z Compiling bytes v1.11.1
14062026-07-14T00:23:11.787Z Compiling icu_normalizer v2.1.1
14072026-07-14T00:23:11.842Z Compiling icu_properties v2.1.2
14082026-07-14T00:23:11.942Z Compiling chrono v0.4.45
14092026-07-14T00:23:12.318Z Compiling tokio v1.52.1
14102026-07-14T00:23:12.347Z Compiling http v1.4.2
14112026-07-14T00:23:12.503Z Compiling aws-lc-rs v1.16.3
14122026-07-14T00:23:12.805Z Compiling idna_adapter v1.2.1
14132026-07-14T00:23:12.945Z Compiling idna v1.1.0
14142026-07-14T00:23:12.945Z Compiling base64 v0.22.1
14152026-07-14T00:23:13.001Z Compiling ppv-lite86 v0.2.21
14162026-07-14T00:23:13.178Z Compiling http-body v1.0.1
14172026-07-14T00:23:13.263Z Compiling url v2.5.8
14182026-07-14T00:23:13.277Z Compiling tracing v0.1.44
14192026-07-14T00:23:13.320Z Compiling rand_chacha v0.9.0
14202026-07-14T00:23:13.324Z Compiling thiserror v2.0.18
14212026-07-14T00:23:13.360Z Compiling der v0.7.10
14222026-07-14T00:23:13.535Z Compiling rustls-pki-types v1.14.0
14232026-07-14T00:23:13.550Z Compiling openssl-probe v0.2.1
14242026-07-14T00:23:13.598Z Compiling tinyvec_macros v0.1.1
14252026-07-14T00:23:13.670Z Compiling cmov v0.5.4
14262026-07-14T00:23:13.720Z Compiling httparse v1.10.1
14272026-07-14T00:23:13.878Z Compiling ctutils v0.4.2
14282026-07-14T00:23:13.982Z Compiling tinyvec v1.10.0
14292026-07-14T00:23:14.011Z Compiling pest_generator v2.8.6
14302026-07-14T00:23:14.058Z Compiling rand v0.9.2
14312026-07-14T00:23:14.108Z Compiling serde_derive_internals v0.29.1
14322026-07-14T00:23:14.121Z Compiling aho-corasick v1.1.4
14332026-07-14T00:23:14.322Z Compiling spki v0.7.3
14342026-07-14T00:23:14.524Z Compiling atomic-waker v1.1.2
14352026-07-14T00:23:14.553Z Compiling dyn-clone v1.0.20
14362026-07-14T00:23:14.648Z Compiling try-lock v0.2.5
14372026-07-14T00:23:14.690Z Compiling untrusted v0.7.1
14382026-07-14T00:23:14.694Z Compiling schemars v0.8.22
14392026-07-14T00:23:14.754Z Compiling tower-layer v0.3.3
14402026-07-14T00:23:14.813Z Compiling tower-service v0.3.3
14412026-07-14T00:23:14.836Z Compiling tempfile v3.25.0
14422026-07-14T00:23:14.905Z Compiling regex-automata v0.4.14
14432026-07-14T00:23:14.919Z Compiling want v0.3.1
14442026-07-14T00:23:14.948Z Compiling pest_derive v2.8.6
14452026-07-14T00:23:14.978Z Compiling schemars_derive v0.8.22
14462026-07-14T00:23:15.242Z Compiling hybrid-array v0.4.13
14472026-07-14T00:23:15.404Z Compiling ipnet v2.11.0
14482026-07-14T00:23:15.435Z Compiling scroll_derive v0.13.1
14492026-07-14T00:23:15.847Z Compiling darling_core v0.20.11
14502026-07-14T00:23:15.903Z Compiling rustls v0.23.41
14512026-07-14T00:23:16.027Z Compiling httpdate v1.0.3
14522026-07-14T00:23:16.089Z Compiling tokio-util v0.7.18
14532026-07-14T00:23:16.249Z Compiling untrusted v0.9.0
14542026-07-14T00:23:16.249Z Compiling foreign-types-shared v0.1.1
14552026-07-14T00:23:16.275Z Compiling cpufeatures v0.2.17
14562026-07-14T00:23:16.347Z Compiling openssl v0.10.79
14572026-07-14T00:23:16.360Z Compiling foreign-types v0.3.2
14582026-07-14T00:23:16.434Z Compiling scroll v0.13.0
14592026-07-14T00:23:16.612Z Compiling pkcs8 v0.10.2
14602026-07-14T00:23:16.698Z Compiling unicode-normalization v0.1.25
14612026-07-14T00:23:16.864Z Compiling h2 v0.4.15
14622026-07-14T00:23:17.148Z Compiling openssl-macros v0.1.1
14632026-07-14T00:23:17.535Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-07-14T00:23:17.549Z Compiling spin v0.9.8
14652026-07-14T00:23:17.630Z Compiling time-core v0.1.8
14662026-07-14T00:23:17.752Z Compiling crc32fast v1.5.0
14672026-07-14T00:23:17.775Z Compiling powerfmt v0.2.0
14682026-07-14T00:23:17.934Z Compiling num-conv v0.2.0
14692026-07-14T00:23:17.975Z Compiling native-tls v0.2.18
14702026-07-14T00:23:18.060Z Compiling time-macros v0.2.27
14712026-07-14T00:23:18.074Z Compiling deranged v0.5.8
14722026-07-14T00:23:18.109Z Compiling darling_macro v0.20.11
14732026-07-14T00:23:18.594Z Compiling darling v0.20.11
14742026-07-14T00:23:18.677Z Compiling goblin v0.10.5
14752026-07-14T00:23:18.982Z Compiling sha2 v0.10.9
14762026-07-14T00:23:19.028Z Compiling hmac v0.12.1
14772026-07-14T00:23:19.114Z Compiling sync_wrapper v1.0.2
14782026-07-14T00:23:19.181Z Compiling wait-timeout v0.2.1
14792026-07-14T00:23:19.222Z Compiling num_threads v0.1.7
14802026-07-14T00:23:19.322Z Compiling siphasher v1.0.2
14812026-07-14T00:23:19.439Z Compiling crossbeam-utils v0.8.21
14822026-07-14T00:23:19.506Z Compiling simd-adler32 v0.3.8
14832026-07-14T00:23:19.742Z Compiling bit-vec v0.8.0
14842026-07-14T00:23:19.755Z Compiling quick-error v1.2.3
14852026-07-14T00:23:19.859Z Compiling usdt-impl v0.6.0
14862026-07-14T00:23:19.972Z Compiling hyper v1.10.1
14872026-07-14T00:23:20.079Z Compiling syn v1.0.109
14882026-07-14T00:23:20.397Z Compiling bit-set v0.8.0
14892026-07-14T00:23:20.565Z Compiling rusty-fork v0.3.1
14902026-07-14T00:23:20.842Z Compiling time v0.3.47
14912026-07-14T00:23:20.880Z Compiling tower v0.5.3
14922026-07-14T00:23:20.965Z Compiling derive_builder_core v0.20.2
14932026-07-14T00:23:21.188Z Compiling hyper-util v0.1.20
14942026-07-14T00:23:21.553Z Compiling dof v0.4.0
14952026-07-14T00:23:21.616Z Compiling dtrace-parser v0.3.0
14962026-07-14T00:23:21.831Z Compiling http-body-util v0.1.3
14972026-07-14T00:23:22.080Z Compiling scroll_derive v0.12.1
14982026-07-14T00:23:22.354Z Compiling thiserror-impl v1.0.69
14992026-07-14T00:23:22.432Z Compiling heapless v0.7.17
15002026-07-14T00:23:22.690Z Compiling rand_xorshift v0.4.0
15012026-07-14T00:23:22.702Z Compiling slog v2.8.2
15022026-07-14T00:23:22.741Z Compiling darling_core v0.21.3
15032026-07-14T00:23:22.850Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-07-14T00:23:22.897Z Compiling thread-id v5.1.0
15052026-07-14T00:23:22.929Z Compiling cookie v0.18.1
15062026-07-14T00:23:22.932Z Compiling iri-string v0.7.10
15072026-07-14T00:23:22.980Z Compiling unicode-properties v0.1.4
15082026-07-14T00:23:23.126Z Compiling ryu v1.0.23
15092026-07-14T00:23:23.139Z Compiling paste v1.0.15
15102026-07-14T00:23:23.187Z Compiling zstd-safe v7.2.4
15112026-07-14T00:23:23.300Z Compiling adler2 v2.0.1
15122026-07-14T00:23:23.396Z Compiling allocator-api2 v0.2.21
15132026-07-14T00:23:23.416Z Compiling signal-hook v0.3.18
15142026-07-14T00:23:23.430Z Compiling unarray v0.1.4
15152026-07-14T00:23:23.537Z Compiling anyhow v1.0.102
15162026-07-14T00:23:23.601Z Compiling unicode-bidi v0.3.18
15172026-07-14T00:23:23.615Z Compiling thiserror v1.0.69
15182026-07-14T00:23:23.729Z Compiling proptest v1.10.0
15192026-07-14T00:23:23.792Z Compiling miniz_oxide v0.8.9
15202026-07-14T00:23:24.058Z Compiling stringprep v0.1.5
15212026-07-14T00:23:24.123Z Compiling tower-http v0.6.8
15222026-07-14T00:23:24.393Z Compiling serde_urlencoded v0.7.1
15232026-07-14T00:23:24.552Z Compiling scroll v0.12.0
15242026-07-14T00:23:24.682Z Compiling derive_builder_macro v0.20.2
15252026-07-14T00:23:24.805Z Compiling camino v1.2.2
15262026-07-14T00:23:25.081Z Compiling tokio-native-tls v0.3.1
15272026-07-14T00:23:25.201Z Compiling bstr v1.12.1
15282026-07-14T00:23:25.236Z Compiling ipnetwork v0.21.1
15292026-07-14T00:23:25.251Z Compiling darling_macro v0.21.3
15302026-07-14T00:23:25.310Z Compiling block-padding v0.4.2
15312026-07-14T00:23:25.368Z Compiling block-buffer v0.12.1
15322026-07-14T00:23:25.478Z Compiling crypto-common v0.2.2
15332026-07-14T00:23:25.566Z Compiling rustls-native-certs v0.8.3
15342026-07-14T00:23:25.630Z Compiling rand_chacha v0.3.1
15352026-07-14T00:23:25.743Z Compiling toml_datetime v0.6.11
15362026-07-14T00:23:25.854Z Compiling erased-serde v0.3.31
15372026-07-14T00:23:25.868Z Compiling serde_tokenstream v0.2.3
15382026-07-14T00:23:26.005Z Compiling serde_spanned v0.6.9
15392026-07-14T00:23:26.152Z Compiling signature v2.2.0
15402026-07-14T00:23:26.181Z Compiling md-5 v0.10.6
15412026-07-14T00:23:26.338Z Compiling async-trait v0.1.89
15422026-07-14T00:23:26.352Z Compiling zerocopy-derive v0.7.35
15432026-07-14T00:23:26.356Z Compiling pin-project-internal v1.1.11
15442026-07-14T00:23:26.431Z Compiling curve25519-dalek v4.1.3
15452026-07-14T00:23:26.779Z Compiling vergen-lib v9.1.0
15462026-07-14T00:23:26.976Z Compiling num-integer v0.1.46
15472026-07-14T00:23:27.213Z Compiling hash32 v0.2.1
15482026-07-14T00:23:27.213Z Compiling memoffset v0.9.1
15492026-07-14T00:23:27.302Z Compiling encoding_rs v0.8.35
15502026-07-14T00:23:27.350Z Compiling litrs v1.0.0
15512026-07-14T00:23:27.419Z Compiling rustix v0.38.44
15522026-07-14T00:23:27.434Z Compiling fallible-iterator v0.2.0
15532026-07-14T00:23:27.479Z Compiling mime v0.3.17
15542026-07-14T00:23:27.737Z Compiling zlib-rs v0.6.2
15552026-07-14T00:23:27.737Z Compiling num-bigint-dig v0.8.6
15562026-07-14T00:23:27.776Z Compiling smoltcp v0.9.1
15572026-07-14T00:23:27.848Z Compiling cfg_aliases v0.2.1
15582026-07-14T00:23:27.925Z Compiling psl-types v2.0.11
15592026-07-14T00:23:27.954Z Compiling ref-cast v1.0.25
15602026-07-14T00:23:28.049Z Compiling publicsuffix v2.3.0
15612026-07-14T00:23:28.164Z Compiling nix v0.31.2
15622026-07-14T00:23:28.220Z Compiling document-features v0.2.12
15632026-07-14T00:23:28.401Z Compiling postgres-protocol v0.6.10
15642026-07-14T00:23:28.550Z Compiling pin-project v1.1.11
15652026-07-14T00:23:28.787Z Compiling zerocopy v0.7.35
15662026-07-14T00:23:28.828Z Compiling num-iter v0.1.45
15672026-07-14T00:23:29.000Z Compiling hubpack_derive v0.1.1
15682026-07-14T00:23:29.037Z Compiling newtype-uuid v1.3.2
15692026-07-14T00:23:29.230Z Compiling rand v0.8.6
15702026-07-14T00:23:29.318Z Compiling darling v0.21.3
15712026-07-14T00:23:29.358Z Compiling oxnet v0.1.6
15722026-07-14T00:23:29.362Z Compiling inout v0.2.2
15732026-07-14T00:23:29.401Z Compiling hyper-tls v0.6.0
15742026-07-14T00:23:29.452Z Compiling derive_builder v0.20.2
15752026-07-14T00:23:29.643Z Compiling goblin v0.8.2
15762026-07-14T00:23:30.186Z Compiling phf_shared v0.13.1
15772026-07-14T00:23:30.207Z Compiling lazy_static v1.5.0
15782026-07-14T00:23:30.306Z Compiling regex v1.12.3
15792026-07-14T00:23:30.354Z Compiling anstyle-parse v0.2.7
15802026-07-14T00:23:30.398Z Compiling futures-executor v0.3.32
15812026-07-14T00:23:30.426Z Compiling hex v0.4.3
15822026-07-14T00:23:30.539Z Compiling terminal_size v0.4.3
15832026-07-14T00:23:30.659Z Compiling daft-derive v0.1.7
15842026-07-14T00:23:30.681Z Compiling strum_macros v0.27.2
15852026-07-14T00:23:30.697Z Compiling snafu-derive v0.8.9
15862026-07-14T00:23:30.737Z Compiling flate2 v1.1.9
15872026-07-14T00:23:31.082Z Compiling ref-cast-impl v1.0.25
15882026-07-14T00:23:31.153Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-14T00:23:31.406Z Compiling vergen v9.1.0
15902026-07-14T00:23:31.609Z Compiling cargo-platform v0.3.2
15912026-07-14T00:23:31.644Z Compiling ff v0.13.1
15922026-07-14T00:23:31.789Z Compiling fs-err v3.3.0
15932026-07-14T00:23:31.805Z Compiling ahash v0.8.12
15942026-07-14T00:23:31.882Z Compiling same-file v1.0.6
15952026-07-14T00:23:31.992Z Compiling managed v0.8.0
15962026-07-14T00:23:32.031Z Compiling libbz2-rs-sys v0.2.2
15972026-07-14T00:23:32.048Z Compiling object v0.37.3
15982026-07-14T00:23:32.203Z Compiling foldhash v0.2.0
15992026-07-14T00:23:32.328Z Compiling bumpalo v3.20.2
16002026-07-14T00:23:32.424Z Compiling base16ct v0.2.0
16012026-07-14T00:23:32.588Z Compiling unicode-segmentation v1.12.0
16022026-07-14T00:23:32.605Z Compiling winnow v0.5.40
16032026-07-14T00:23:32.609Z Compiling bitflags v1.3.2
16042026-07-14T00:23:32.657Z Compiling foldhash v0.1.5
16052026-07-14T00:23:32.706Z Compiling strum v0.27.2
16062026-07-14T00:23:32.832Z Compiling hashbrown v0.15.5
16072026-07-14T00:23:32.846Z Compiling snafu v0.8.9
16082026-07-14T00:23:32.970Z Compiling sec1 v0.7.3
16092026-07-14T00:23:33.139Z Compiling zopfli v0.8.3
16102026-07-14T00:23:33.203Z Compiling bzip2 v0.6.1
16112026-07-14T00:23:33.244Z Compiling hashbrown v0.16.1
16122026-07-14T00:23:33.407Z Compiling clap_builder v4.6.0
16132026-07-14T00:23:33.470Z Compiling walkdir v2.5.0
16142026-07-14T00:23:33.582Z Compiling dof v0.3.0
16152026-07-14T00:23:33.811Z Compiling cargo_metadata v0.23.1
16162026-07-14T00:23:33.835Z Compiling group v0.13.0
16172026-07-14T00:23:34.017Z Compiling toml_edit v0.19.15
16182026-07-14T00:23:34.164Z Compiling daft v0.1.7
16192026-07-14T00:23:34.290Z Compiling futures v0.3.32
16202026-07-14T00:23:34.375Z Compiling anstream v0.6.21
16212026-07-14T00:23:34.436Z Compiling phf v0.13.1
16222026-07-14T00:23:34.602Z Compiling signal-hook-mio v0.2.5
16232026-07-14T00:23:34.734Z Compiling cookie_store v0.22.1
16242026-07-14T00:23:35.074Z Compiling zstd v0.13.3
16252026-07-14T00:23:35.183Z Compiling bzip2 v0.4.4
16262026-07-14T00:23:35.362Z Compiling reqwest v0.12.28
16272026-07-14T00:23:35.397Z Compiling cipher v0.5.2
16282026-07-14T00:23:35.437Z Compiling hubpack v0.1.2
16292026-07-14T00:23:35.663Z Compiling serde_with_macros v3.17.0
16302026-07-14T00:23:35.702Z Compiling postgres-types v0.2.12
16312026-07-14T00:23:36.437Z Compiling ed25519 v2.2.3
16322026-07-14T00:23:36.687Z Compiling usdt-attr-macro v0.6.0
16332026-07-14T00:23:36.789Z Compiling usdt-macro v0.6.0
16342026-07-14T00:23:36.851Z Compiling globset v0.4.18
16352026-07-14T00:23:37.360Z Compiling dtrace-parser v0.2.0
16362026-07-14T00:23:37.462Z Compiling phf_shared v0.11.3
16372026-07-14T00:23:37.497Z Compiling hkdf v0.12.4
16382026-07-14T00:23:37.531Z Compiling olpc-cjson v0.1.4
16392026-07-14T00:23:37.548Z Compiling pkcs1 v0.7.5
16402026-07-14T00:23:37.647Z Compiling pem v3.0.6
16412026-07-14T00:23:37.661Z Compiling serde-big-array v0.5.1
16422026-07-14T00:23:37.687Z Compiling serde_plain v1.0.2
16432026-07-14T00:23:37.799Z Compiling crypto-bigint v0.5.5
16442026-07-14T00:23:37.882Z Compiling enum-as-inner v0.6.1
16452026-07-14T00:23:37.939Z Compiling serde_repr v0.1.20
16462026-07-14T00:23:37.974Z Compiling clap_derive v4.6.1
16472026-07-14T00:23:38.096Z Compiling strum_macros v0.26.4
16482026-07-14T00:23:38.394Z Compiling async-recursion v1.1.1
16492026-07-14T00:23:38.478Z Compiling float-cmp v0.10.0
16502026-07-14T00:23:38.632Z Compiling thread-id v4.2.2
16512026-07-14T00:23:38.722Z Compiling memmap2 v0.9.10
16522026-07-14T00:23:38.947Z Compiling env_filter v1.0.0
16532026-07-14T00:23:39.062Z Compiling data-encoding v2.10.0
16542026-07-14T00:23:39.081Z Compiling fixedbitset v0.5.7
16552026-07-14T00:23:39.248Z Compiling static_assertions v1.1.0
16562026-07-14T00:23:39.327Z Compiling fixedbitset v0.4.2
16572026-07-14T00:23:39.390Z Compiling normalize-line-endings v0.3.0
16582026-07-14T00:23:39.490Z Compiling precomputed-hash v0.1.1
16592026-07-14T00:23:39.539Z Compiling typed-path v0.9.3
16602026-07-14T00:23:39.577Z Compiling predicates-core v1.0.10
16612026-07-14T00:23:39.751Z Compiling whoami v2.1.0
16622026-07-14T00:23:39.765Z Compiling difflib v0.4.0
16632026-07-14T00:23:39.768Z Compiling cpufeatures v0.3.0
16642026-07-14T00:23:39.849Z Compiling winnow v1.0.3
16652026-07-14T00:23:39.863Z Compiling const-oid v0.10.2
16662026-07-14T00:23:39.905Z Compiling new_debug_unreachable v1.0.6
16672026-07-14T00:23:39.980Z Compiling jiff v0.2.21
16682026-07-14T00:23:40.066Z Compiling keccak v0.1.6
16692026-07-14T00:23:40.128Z Compiling either v1.15.0
16702026-07-14T00:23:40.221Z Compiling toml_parser v1.1.2+spec-1.1.0
16712026-07-14T00:23:40.343Z Compiling itertools v0.13.0
16722026-07-14T00:23:40.362Z Compiling sha3 v0.10.8
16732026-07-14T00:23:40.362Z Compiling toml_edit v0.22.27
16742026-07-14T00:23:40.836Z Compiling digest v0.11.3
16752026-07-14T00:23:40.839Z Compiling predicates v3.1.4
16762026-07-14T00:23:40.863Z Compiling string_cache v0.8.9
16772026-07-14T00:23:40.866Z Compiling tokio-postgres v0.7.16
16782026-07-14T00:23:41.060Z Compiling strum v0.26.3
16792026-07-14T00:23:41.093Z Compiling chacha20 v0.10.0
16802026-07-14T00:23:41.190Z Compiling clap v4.6.1
16812026-07-14T00:23:41.276Z Compiling petgraph v0.6.5
16822026-07-14T00:23:41.475Z Compiling hickory-proto v0.25.2
16832026-07-14T00:23:41.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-14T00:23:41.615Z Compiling petgraph v0.8.3
16852026-07-14T00:23:42.761Z Compiling zip v4.6.1
16862026-07-14T00:23:43.123Z Compiling env_logger v0.11.9
16872026-07-14T00:23:43.152Z Compiling usdt v0.6.0
16882026-07-14T00:23:43.376Z Compiling elliptic-curve v0.13.8
16892026-07-14T00:23:43.441Z Compiling usdt-impl v0.5.0
16902026-07-14T00:23:43.561Z Compiling rsa v0.9.10
16912026-07-14T00:23:43.716Z Compiling crossterm v0.28.1
16922026-07-14T00:23:43.775Z Compiling serde_with v3.17.0
16932026-07-14T00:23:44.028Z Compiling ed25519-dalek v2.2.0
16942026-07-14T00:23:44.304Z Compiling toml v0.7.8
16952026-07-14T00:23:44.677Z Compiling zip v0.6.6
16962026-07-14T00:23:45.012Z Compiling iddqd v0.4.2
16972026-07-14T00:23:45.558Z Compiling heck v0.4.1
16982026-07-14T00:23:45.697Z Compiling similar v2.7.0
16992026-07-14T00:23:45.793Z Compiling crossbeam-epoch v0.9.18
17002026-07-14T00:23:45.947Z Compiling tokio-stream v0.1.18
17012026-07-14T00:23:46.135Z Compiling buf-list v1.1.2
17022026-07-14T00:23:46.216Z Compiling x509-cert v0.2.5
17032026-07-14T00:23:46.352Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-07-14T00:23:46.408Z Compiling openapiv3 v2.2.0
17052026-07-14T00:23:46.415Z Compiling peg-runtime v0.8.5
17062026-07-14T00:23:46.582Z Compiling lalrpop-util v0.19.12
17072026-07-14T00:23:46.650Z Compiling thread_local v1.1.9
17082026-07-14T00:23:46.706Z Compiling slog-async v2.8.0
17092026-07-14T00:23:46.776Z Compiling crossbeam-channel v0.5.15
17102026-07-14T00:23:46.884Z Compiling is-terminal v0.4.17
17112026-07-14T00:23:46.904Z Compiling filetime v0.2.27
17122026-07-14T00:23:46.984Z Compiling take_mut v0.2.2
17132026-07-14T00:23:47.043Z Compiling xattr v1.6.1
17142026-07-14T00:23:47.076Z Compiling term v1.2.1
17152026-07-14T00:23:47.095Z Compiling camino-tempfile v1.4.1
17162026-07-14T00:23:47.212Z Compiling tar v0.4.45
17172026-07-14T00:23:47.654Z Compiling slog-term v2.9.2
17182026-07-14T00:23:57.486Z Compiling rustls-webpki v0.103.13
17192026-07-14T00:24:00.198Z Compiling tokio-rustls v0.26.4
17202026-07-14T00:24:00.198Z Compiling rustls-platform-verifier v0.6.2
17212026-07-14T00:24:00.198Z Compiling tough v0.22.0
17222026-07-14T00:24:00.410Z Compiling hyper-rustls v0.27.7
17232026-07-14T00:24:00.613Z Compiling reqwest v0.13.2
17242026-07-14T00:24:02.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-07-14T00:24:03.097Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-07-14T00:24:06.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17272026-07-14T00:24:06.263Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17282026-07-14T00:24:06.295ZJul 14 00:24:04.709 INFO Starting download, target: Cockroach
17292026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: Clickhouse
17302026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: DendriteStub
17312026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: Console
17322026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: MaghemiteMgd
17332026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: MaghemiteDdmd
17342026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Starting download, target: TransceiverControl
17352026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-07-14T00:24:06.296ZJul 14 00:24:04.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-07-14T00:24:06.297ZJul 14 00:24:04.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-07-14T00:24:06.916ZJul 14 00:24:05.333 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-07-14T00:24:07.109ZJul 14 00:24:05.541 INFO Download complete, target: TransceiverControl
17442026-07-14T00:24:08.071ZJul 14 00:24:06.502 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-07-14T00:24:08.326ZJul 14 00:24:06.747 INFO Download complete, target: Console
17462026-07-14T00:24:08.730ZJul 14 00:24:07.156 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-14T00:24:09.526ZJul 14 00:24:07.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-07-14T00:24:09.588ZJul 14 00:24:08.026 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17492026-07-14T00:24:09.851ZJul 14 00:24:08.272 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-07-14T00:24:10.366ZJul 14 00:24:08.799 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-07-14T00:24:10.366ZJul 14 00:24:08.799 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-07-14T00:24:11.495ZJul 14 00:24:09.938 INFO Download complete, target: MaghemiteDdmd
17532026-07-14T00:24:11.991ZJul 14 00:24:10.431 INFO Download complete, target: DendriteStub
17542026-07-14T00:24:12.359ZJul 14 00:24:10.795 INFO Download complete, target: MaghemiteMgd
17552026-07-14T00:24:14.918ZJul 14 00:24:13.361 INFO Checking that binary works, target: Cockroach
17562026-07-14T00:24:15.055ZJul 14 00:24:13.479 INFO Download complete, target: Cockroach
17572026-07-14T00:24:15.375ZJul 14 00:24:13.816 INFO Checking that binary works, target: Clickhouse
17582026-07-14T00:24:15.490ZJul 14 00:24:13.931 INFO Download complete, target: Clickhouse
17592026-07-14T00:24:15.514ZAll builder prerequisites installed successfully, and PATH looks valid
17602026-07-14T00:24:15.514Z
17612026-07-14T00:24:15.514Zreal 2:02.757130487
17622026-07-14T00:24:15.514Zuser 6:39.163721001
17632026-07-14T00:24:15.514Zsys 1:22.008402947
17642026-07-14T00:24:15.514Ztrap 0.232560903
17652026-07-14T00:24:15.514Ztflt 0.510458008
17662026-07-14T00:24:15.514Zdflt 0.768157770
17672026-07-14T00:24:15.514Zkflt 0.026651468
17682026-07-14T00:24:15.515Zlock 21:49.177833818
17692026-07-14T00:24:15.515Zslp 20:18.006025980
17702026-07-14T00:24:15.515Zlat 42.988979229
17712026-07-14T00:24:15.515Zstop 1:57.064806947
17722026-07-14T00:24:15.515Z+ banner clippy
17732026-07-14T00:24:15.515Z
17742026-07-14T00:24:15.515Z #### # # ##### ##### # #
17752026-07-14T00:24:15.515Z # # # # # # # # # #
17762026-07-14T00:24:15.515Z # # # # # # # #
17772026-07-14T00:24:15.515Z # # # ##### ##### #
17782026-07-14T00:24:15.515Z # # # # # # #
17792026-07-14T00:24:15.516Z #### ###### # # # #
17802026-07-14T00:24:15.516Z
17812026-07-14T00:24:15.516Z+ export CARGO_INCREMENTAL=0
17822026-07-14T00:24:15.516Z+ CARGO_INCREMENTAL=0
17832026-07-14T00:24:15.516Z+ ptime -m cargo xtask clippy
17842026-07-14T00:24:15.961Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17852026-07-14T00:24:16.253Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17862026-07-14T00:24:18.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17872026-07-14T00:24:18.146Z Running `target/debug/xtask clippy`
17882026-07-14T00:24:18.171Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17892026-07-14T00:24:18.759Z Downloading crates ...
17902026-07-14T00:24:18.946Z Downloaded addr2line v0.25.1
17912026-07-14T00:24:18.952Z Downloaded async-object-pool v0.2.0
17922026-07-14T00:24:18.956Z Downloaded backtrace v0.3.76
17932026-07-14T00:24:18.956Z Downloaded linkme-impl v0.3.35
17942026-07-14T00:24:18.966Z Downloaded anes v0.1.6
17952026-07-14T00:24:18.966Z Downloaded hex-literal v0.4.1
17962026-07-14T00:24:18.966Z Downloaded approx v0.5.1
17972026-07-14T00:24:18.970Z Downloaded plotters-svg v0.3.7
17982026-07-14T00:24:18.970Z Downloaded escape8259 v0.5.3
17992026-07-14T00:24:18.970Z Downloaded criterion-plot v0.6.0
18002026-07-14T00:24:18.970Z Downloaded cast v0.3.0
18012026-07-14T00:24:18.978Z Downloaded constant_time_eq v0.3.1
18022026-07-14T00:24:18.984Z Downloaded plotters-backend v0.3.7
18032026-07-14T00:24:18.988Z Downloaded assert-json-diff v2.0.2
18042026-07-14T00:24:18.988Z Downloaded pathdiff v0.2.3
18052026-07-14T00:24:18.991Z Downloaded terminal_size v0.1.17
18062026-07-14T00:24:18.991Z Downloaded parking v2.2.1
18072026-07-14T00:24:18.991Z Downloaded linkme v0.3.35
18082026-07-14T00:24:18.991Z Downloaded relative-path v1.9.3
18092026-07-14T00:24:18.996Z Downloaded futures-timer v3.0.3
18102026-07-14T00:24:18.996Z Downloaded owo-colors v3.5.0
18112026-07-14T00:24:19.000Z Downloaded concurrent-queue v2.5.0
18122026-07-14T00:24:19.007Z Downloaded supports-unicode v2.1.0
18132026-07-14T00:24:19.013Z Downloaded target-triple v1.0.0
18142026-07-14T00:24:19.013Z Downloaded event-listener-strategy v0.5.4
18152026-07-14T00:24:19.013Z Downloaded supports-color v2.1.0
18162026-07-14T00:24:19.013Z Downloaded nested v0.1.1
18172026-07-14T00:24:19.013Z Downloaded similar-asserts v1.7.0
18182026-07-14T00:24:19.013Z Downloaded backtrace-ext v0.2.1
18192026-07-14T00:24:19.021Z Downloaded supports-hyperlinks v2.1.0
18202026-07-14T00:24:19.022Z Downloaded guppy-workspace-hack v0.1.0
18212026-07-14T00:24:19.027Z Downloaded serde_regex v1.1.0
18222026-07-14T00:24:19.027Z Downloaded partial-io v0.5.4
18232026-07-14T00:24:19.027Z Downloaded knuffel-derive v3.2.0
18242026-07-14T00:24:19.030Z Downloaded path-tree v0.8.3
18252026-07-14T00:24:19.030Z Downloaded oorandom v11.1.5
18262026-07-14T00:24:19.030Z Downloaded miette-derive v5.10.0
18272026-07-14T00:24:19.030Z Downloaded async-lock v3.4.2
18282026-07-14T00:24:19.034Z Downloaded target-spec v3.5.7
18292026-07-14T00:24:19.037Z Downloaded hickory-client v0.25.2
18302026-07-14T00:24:19.043Z Downloaded target-lexicon v0.13.3
18312026-07-14T00:24:19.047Z Downloaded termcolor v1.4.1
18322026-07-14T00:24:19.047Z Downloaded rustc-demangle v0.1.27
18332026-07-14T00:24:19.051Z Downloaded rust-argon2 v2.1.0
18342026-07-14T00:24:19.051Z Downloaded assert_cmd v2.1.2
18352026-07-14T00:24:19.056Z Downloaded libtest-mimic v0.8.1
18362026-07-14T00:24:19.056Z Downloaded blake2b_simd v1.0.4
18372026-07-14T00:24:19.056Z Downloaded stringmetrics v2.2.2
18382026-07-14T00:24:19.062Z Downloaded event-listener v5.4.1
18392026-07-14T00:24:19.066Z Downloaded httptest v0.16.4
18402026-07-14T00:24:19.066Z Downloaded datatest-stable v0.3.3
18412026-07-14T00:24:19.066Z Downloaded cfg-expr v0.20.6
18422026-07-14T00:24:19.079Z Downloaded rstest v0.25.0
18432026-07-14T00:24:19.082Z Downloaded trybuild v1.0.116
18442026-07-14T00:24:19.090Z Downloaded tinytemplate v1.2.1
18452026-07-14T00:24:19.090Z Downloaded knuffel v3.2.0
18462026-07-14T00:24:19.094Z Downloaded textwrap v0.15.2
18472026-07-14T00:24:19.094Z Downloaded chumsky v0.9.3
18482026-07-14T00:24:19.098Z Downloaded miette v5.10.0
18492026-07-14T00:24:19.106Z Downloaded rstest_macros v0.25.0
18502026-07-14T00:24:19.110Z Downloaded fancy-regex v0.14.0
18512026-07-14T00:24:19.110Z Downloaded rand_distr v0.5.1
18522026-07-14T00:24:19.117Z Downloaded hashbrown v0.14.5
18532026-07-14T00:24:19.122Z Downloaded plotters v0.3.7
18542026-07-14T00:24:19.125Z Downloaded guppy v0.17.25
18552026-07-14T00:24:19.130Z Downloaded criterion v0.7.0
18562026-07-14T00:24:19.139Z Downloaded gimli v0.32.3
18572026-07-14T00:24:19.244Z Downloaded httpmock v0.8.3
18582026-07-14T00:24:20.942Z Checking cfg-if v1.0.4
18592026-07-14T00:24:21.301Z Checking libc v0.2.185
18602026-07-14T00:24:21.305Z Checking serde_core v1.0.228
18612026-07-14T00:24:21.373Z Checking memchr v2.8.0
18622026-07-14T00:24:21.473Z Checking smallvec v1.15.1
18632026-07-14T00:24:21.473Z Checking zeroize v1.8.2
18642026-07-14T00:24:21.496Z Checking rand_core v0.10.0
18652026-07-14T00:24:21.524Z Checking itoa v1.0.17
18662026-07-14T00:24:21.567Z Checking subtle v2.6.1
18672026-07-14T00:24:21.631Z Checking log v0.4.29
18682026-07-14T00:24:21.668Z Checking libm v0.2.16
18692026-07-14T00:24:21.710Z Checking getrandom v0.4.1
18702026-07-14T00:24:21.710Z Checking errno v0.3.14
18712026-07-14T00:24:21.787Z Checking typenum v1.20.1
18722026-07-14T00:24:21.830Z Checking scopeguard v1.2.0
18732026-07-14T00:24:21.929Z Checking stable_deref_trait v1.2.1
18742026-07-14T00:24:21.930Z Checking zmij v1.0.21
18752026-07-14T00:24:21.947Z Checking zerofrom v0.1.6
18762026-07-14T00:24:21.989Z Checking percent-encoding v2.3.2
18772026-07-14T00:24:22.027Z Checking lock_api v0.4.14
18782026-07-14T00:24:22.065Z Checking writeable v0.6.2
18792026-07-14T00:24:22.104Z Checking yoke v0.8.1
18802026-07-14T00:24:22.149Z Checking litemap v0.8.1
18812026-07-14T00:24:22.190Z Checking icu_normalizer_data v2.1.1
18822026-07-14T00:24:22.257Z Checking icu_properties_data v2.1.2
18832026-07-14T00:24:22.297Z Checking pin-project-lite v0.2.17
18842026-07-14T00:24:22.334Z Checking zerovec v0.11.5
18852026-07-14T00:24:22.334Z Checking zerotrie v0.2.3
18862026-07-14T00:24:22.412Z Checking form_urlencoded v1.2.2
18872026-07-14T00:24:22.447Z Checking num-traits v0.2.19
18882026-07-14T00:24:22.484Z Checking utf8_iter v1.0.4
18892026-07-14T00:24:22.524Z Checking parking_lot_core v0.9.12
18902026-07-14T00:24:22.573Z Checking zerocopy v0.8.40
18912026-07-14T00:24:22.617Z Checking portable-atomic v1.13.1
18922026-07-14T00:24:22.658Z Checking critical-section v1.2.0
18932026-07-14T00:24:22.714Z Checking signal-hook-registry v1.4.8
18942026-07-14T00:24:22.753Z Checking parking_lot v0.12.5
18952026-07-14T00:24:22.793Z Checking mio v1.2.0
18962026-07-14T00:24:22.854Z Checking tinystr v0.8.2
18972026-07-14T00:24:22.881Z Checking serde v1.0.228
18982026-07-14T00:24:22.916Z Checking bitflags v2.11.0
18992026-07-14T00:24:22.955Z Checking serde_json v1.0.150
19002026-07-14T00:24:23.011Z Checking potential_utf v0.1.4
19012026-07-14T00:24:23.044Z Checking icu_locale_core v2.1.1
19022026-07-14T00:24:23.079Z Checking once_cell v1.21.3
19032026-07-14T00:24:23.132Z Checking socket2 v0.6.3
19042026-07-14T00:24:23.174Z Checking icu_collections v2.1.1
19052026-07-14T00:24:23.211Z Checking iana-time-zone v0.1.65
19062026-07-14T00:24:23.296Z Checking uuid v1.23.4
19072026-07-14T00:24:23.345Z Checking bytes v1.11.1
19082026-07-14T00:24:23.390Z Checking chrono v0.4.45
19092026-07-14T00:24:23.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19102026-07-14T00:24:23.510Z Checking thiserror v2.0.18
19112026-07-14T00:24:23.627Z Checking icu_provider v2.1.1
19122026-07-14T00:24:23.658Z Checking semver v1.0.28
19132026-07-14T00:24:23.694Z Checking futures-core v0.3.32
19142026-07-14T00:24:23.712Z Checking dyn-clone v1.0.20
19152026-07-14T00:24:23.816Z Checking getrandom v0.2.17
19162026-07-14T00:24:23.848Z Checking tokio v1.52.1
19172026-07-14T00:24:23.882Z Checking equivalent v1.0.2
19182026-07-14T00:24:23.897Z Checking icu_properties v2.1.2
19192026-07-14T00:24:23.916Z Checking icu_normalizer v2.1.1
19202026-07-14T00:24:23.991Z Checking rustix v1.1.3
19212026-07-14T00:24:24.021Z Checking rand_core v0.6.4
19222026-07-14T00:24:24.077Z Checking cmov v0.5.4
19232026-07-14T00:24:24.228Z Checking byteorder v1.5.0
19242026-07-14T00:24:24.284Z Checking futures-sink v0.3.32
19252026-07-14T00:24:24.306Z Checking ctutils v0.4.2
19262026-07-14T00:24:24.314Z Checking futures-task v0.3.32
19272026-07-14T00:24:24.396Z Checking futures-channel v0.3.32
19282026-07-14T00:24:24.460Z Checking futures-io v0.3.32
19292026-07-14T00:24:24.506Z Checking slab v0.4.12
19302026-07-14T00:24:24.581Z Checking hybrid-array v0.4.13
19312026-07-14T00:24:24.628Z Checking generic-array v0.14.7
19322026-07-14T00:24:24.661Z Checking thiserror v1.0.69
19332026-07-14T00:24:24.694Z Checking futures-util v0.3.32
19342026-07-14T00:24:24.754Z Checking idna_adapter v1.2.1
19352026-07-14T00:24:24.791Z Checking getrandom v0.3.4
19362026-07-14T00:24:24.855Z Checking hashbrown v0.17.0
19372026-07-14T00:24:24.979Z Checking idna v1.1.0
19382026-07-14T00:24:25.019Z Checking base64ct v1.8.3
19392026-07-14T00:24:25.098Z Checking const-oid v0.9.6
19402026-07-14T00:24:25.169Z Checking url v2.5.8
19412026-07-14T00:24:25.233Z Checking crypto-common v0.1.7
19422026-07-14T00:24:25.335Z Checking indexmap v2.14.0
19432026-07-14T00:24:25.800Z Checking crypto-common v0.2.2
19442026-07-14T00:24:25.800Z Checking ppv-lite86 v0.2.21
19452026-07-14T00:24:25.800Z Checking fnv v1.0.7
19462026-07-14T00:24:25.842Z Checking regex-syntax v0.8.10
19472026-07-14T00:24:25.842Z Checking schemars v0.8.22
19482026-07-14T00:24:25.842Z Checking block-buffer v0.12.1
19492026-07-14T00:24:25.842Z Checking block-buffer v0.10.4
19502026-07-14T00:24:25.924Z Checking http v1.4.2
19512026-07-14T00:24:25.975Z Checking tracing-core v0.1.36
19522026-07-14T00:24:25.999Z Checking digest v0.10.7
19532026-07-14T00:24:26.030Z Checking base64 v0.22.1
19542026-07-14T00:24:26.222Z Checking utf8parse v0.2.2
19552026-07-14T00:24:26.299Z Checking tracing v0.1.44
19562026-07-14T00:24:26.315Z Checking anstyle v1.0.14
19572026-07-14T00:24:26.336Z Checking anstyle-query v1.1.5
19582026-07-14T00:24:26.408Z Checking colorchoice v1.0.4
19592026-07-14T00:24:26.499Z Checking is_terminal_polyfill v1.70.2
19602026-07-14T00:24:26.533Z Checking ipnet v2.11.0
19612026-07-14T00:24:26.564Z Checking const-oid v0.10.2
19622026-07-14T00:24:26.575Z Checking anstyle-parse v1.0.0
19632026-07-14T00:24:26.575Z Checking terminal_size v0.4.3
19642026-07-14T00:24:26.667Z Checking crossbeam-utils v0.8.21
19652026-07-14T00:24:26.679Z Checking aho-corasick v1.1.4
19662026-07-14T00:24:26.750Z Checking unicode-ident v1.0.24
19672026-07-14T00:24:26.776Z Checking powerfmt v0.2.0
19682026-07-14T00:24:26.813Z Checking clap_lex v1.0.0
19692026-07-14T00:24:26.827Z Checking anstream v1.0.0
19702026-07-14T00:24:26.897Z Checking proc-macro2 v1.0.106
19712026-07-14T00:24:26.937Z Checking strsim v0.11.1
19722026-07-14T00:24:26.967Z Checking deranged v0.5.8
19732026-07-14T00:24:27.035Z Checking httparse v1.10.1
19742026-07-14T00:24:27.056Z Checking num_threads v0.1.7
19752026-07-14T00:24:27.088Z Checking time-core v0.1.8
19762026-07-14T00:24:27.128Z Checking clap_builder v4.6.0
19772026-07-14T00:24:27.164Z Checking tokio-util v0.7.18
19782026-07-14T00:24:27.222Z Checking cpufeatures v0.3.0
19792026-07-14T00:24:27.238Z Checking quote v1.0.45
19802026-07-14T00:24:27.273Z Checking num-conv v0.2.0
19812026-07-14T00:24:27.284Z Checking rand_core v0.9.5
19822026-07-14T00:24:27.349Z Checking digest v0.11.3
19832026-07-14T00:24:27.431Z Checking syn v2.0.117
19842026-07-14T00:24:27.437Z Checking regex-automata v0.4.14
19852026-07-14T00:24:27.507Z Checking erased-serde v0.3.31
19862026-07-14T00:24:27.514Z Checking http-body v1.0.1
19872026-07-14T00:24:27.569Z Checking cpufeatures v0.2.17
19882026-07-14T00:24:27.681Z Checking allocator-api2 v0.2.21
19892026-07-14T00:24:27.717Z Checking atomic-waker v1.1.2
19902026-07-14T00:24:27.798Z Checking rand_chacha v0.9.0
19912026-07-14T00:24:27.833Z Checking aws-lc-sys v0.40.0
19922026-07-14T00:24:27.911Z Checking slog v2.8.2
19932026-07-14T00:24:27.950Z Checking time v0.3.47
19942026-07-14T00:24:27.989Z Checking anyhow v1.0.102
19952026-07-14T00:24:28.027Z Checking rustls-pki-types v1.14.0
19962026-07-14T00:24:28.201Z Checking untrusted v0.7.1
19972026-07-14T00:24:28.243Z Checking try-lock v0.2.5
19982026-07-14T00:24:28.344Z Checking httpdate v1.0.3
19992026-07-14T00:24:28.386Z Checking rand v0.9.2
20002026-07-14T00:24:28.402Z Checking want v0.3.1
20012026-07-14T00:24:28.402Z Checking aws-lc-rs v1.16.3
20022026-07-14T00:24:28.485Z Checking clap v4.6.1
20032026-07-14T00:24:28.508Z Checking h2 v0.4.15
20042026-07-14T00:24:28.579Z Checking tower-service v0.3.3
20052026-07-14T00:24:28.623Z Checking tower-layer v0.3.3
20062026-07-14T00:24:28.701Z Checking ryu v1.0.23
20072026-07-14T00:24:28.810Z Checking fastrand v2.3.0
20082026-07-14T00:24:28.874Z Checking ipnetwork v0.21.1
20092026-07-14T00:24:28.897Z Checking hex v0.4.3
20102026-07-14T00:24:29.008Z Checking untrusted v0.9.0
20112026-07-14T00:24:29.109Z Checking mime v0.3.17
20122026-07-14T00:24:29.141Z Checking block-padding v0.4.2
20132026-07-14T00:24:29.178Z Checking pem-rfc7468 v0.7.0
20142026-07-14T00:24:29.185Z Checking spin v0.9.8
20152026-07-14T00:24:29.274Z Checking rustls-webpki v0.103.13
20162026-07-14T00:24:29.322Z Checking flagset v0.4.7
20172026-07-14T00:24:29.340Z Checking inout v0.2.2
20182026-07-14T00:24:29.340Z Checking tempfile v3.25.0
20192026-07-14T00:24:29.404Z Checking http-body-util v0.1.3
20202026-07-14T00:24:29.440Z Checking pretty-hex v0.4.1
20212026-07-14T00:24:29.476Z Checking der v0.7.10
20222026-07-14T00:24:29.522Z Checking simd-adler32 v0.3.8
20232026-07-14T00:24:29.589Z Checking camino v1.2.2
20242026-07-14T00:24:29.624Z Checking adler2 v2.0.1
20252026-07-14T00:24:29.661Z Checking openssl-probe v0.2.1
20262026-07-14T00:24:29.711Z Checking rustls v0.23.41
20272026-07-14T00:24:29.719Z Checking plain v0.2.3
20282026-07-14T00:24:29.719Z Checking cipher v0.5.2
20292026-07-14T00:24:30.164Z Checking regex v1.12.3
20302026-07-14T00:24:30.226Z Checking miniz_oxide v0.8.9
20312026-07-14T00:24:30.226Z Checking serde_urlencoded v0.7.1
20322026-07-14T00:24:30.226Z Checking encoding_rs v0.8.35
20332026-07-14T00:24:30.226Z Checking ucd-trie v0.1.7
20342026-07-14T00:24:30.226Z Checking rand_chacha v0.3.1
20352026-07-14T00:24:30.278Z Checking oxnet v0.1.6
20362026-07-14T00:24:30.278Z Checking spki v0.7.3
20372026-07-14T00:24:30.316Z Checking pest v2.8.6
20382026-07-14T00:24:30.339Z Checking sync_wrapper v1.0.2
20392026-07-14T00:24:30.381Z Checking rand v0.8.6
20402026-07-14T00:24:30.420Z Checking either v1.15.0
20412026-07-14T00:24:30.467Z Checking tower v0.5.3
20422026-07-14T00:24:30.533Z Checking futures-executor v0.3.32
20432026-07-14T00:24:30.650Z Checking crc32fast v1.5.0
20442026-07-14T00:24:30.687Z Checking iri-string v0.7.10
20452026-07-14T00:24:30.811Z Checking futures v0.3.32
20462026-07-14T00:24:30.899Z Checking foldhash v0.2.0
20472026-07-14T00:24:30.930Z Checking static_assertions v1.1.0
20482026-07-14T00:24:30.937Z Checking pkcs8 v0.10.2
20492026-07-14T00:24:30.995Z Checking openapiv3 v2.2.0
20502026-07-14T00:24:31.046Z Checking hubpack v0.1.2
20512026-07-14T00:24:31.076Z Checking hashbrown v0.16.1
20522026-07-14T00:24:31.157Z Checking zlib-rs v0.6.2
20532026-07-14T00:24:31.231Z Checking rustls-native-certs v0.8.3
20542026-07-14T00:24:36.524Z Checking sha2 v0.10.9
20552026-07-14T00:24:36.616Z Checking hyper v1.10.1
20562026-07-14T00:24:36.616Z Checking strum v0.26.3
20572026-07-14T00:24:36.616Z Checking psl-types v2.0.11
20582026-07-14T00:24:36.616Z Checking lazy_static v1.5.0
20592026-07-14T00:24:36.616Z Checking cookie v0.18.1
20602026-07-14T00:24:36.616Z Checking publicsuffix v2.3.0
20612026-07-14T00:24:36.616Z Checking tinyvec_macros v0.1.1
20622026-07-14T00:24:36.616Z Checking tower-http v0.6.8
20632026-07-14T00:24:36.616Z Checking tinyvec v1.10.0
20642026-07-14T00:24:36.616Z Checking scroll v0.13.0
20652026-07-14T00:24:36.616Z Checking cookie_store v0.22.1
20662026-07-14T00:24:36.616Z Checking signature v2.2.0
20672026-07-14T00:24:36.616Z Checking flate2 v1.1.9
20682026-07-14T00:24:36.616Z Checking tokio-rustls v0.26.4
20692026-07-14T00:24:36.616Z Checking rustls-platform-verifier v0.6.2
20702026-07-14T00:24:36.616Z Checking goblin v0.10.5
20712026-07-14T00:24:36.616Z Checking num-integer v0.1.46
20722026-07-14T00:24:36.616Z Checking memmap2 v0.9.10
20732026-07-14T00:24:36.616Z Checking data-encoding v2.10.0
20742026-07-14T00:24:36.616Z Checking bit-vec v0.8.0
20752026-07-14T00:24:36.616Z Checking hyper-util v0.1.20
20762026-07-14T00:24:36.616Z Checking dtrace-parser v0.3.0
20772026-07-14T00:24:36.616Z Checking hmac v0.12.1
20782026-07-14T00:24:36.616Z Checking wait-timeout v0.2.1
20792026-07-14T00:24:36.616Z Checking thread-id v5.1.0
20802026-07-14T00:24:36.617Z Checking bstr v1.12.1
20812026-07-14T00:24:36.617Z Checking bit-set v0.8.0
20822026-07-14T00:24:36.617Z Checking crossbeam-epoch v0.9.18
20832026-07-14T00:24:36.617Z Checking anstyle-parse v0.2.7
20842026-07-14T00:24:36.617Z Checking ahash v0.8.12
20852026-07-14T00:24:36.617Z Checking toml_datetime v0.6.11
20862026-07-14T00:24:36.617Z Checking serde_spanned v0.6.9
20872026-07-14T00:24:36.617Z Checking quick-error v1.2.3
20882026-07-14T00:24:36.617Z Checking anstream v0.6.21
20892026-07-14T00:24:36.617Z Checking rand_xorshift v0.4.0
20902026-07-14T00:24:36.617Z Checking memoffset v0.9.1
20912026-07-14T00:24:36.617Z Checking scroll v0.12.0
20922026-07-14T00:24:36.617Z Checking rusty-fork v0.3.1
20932026-07-14T00:24:36.617Z Checking unarray v0.1.4
20942026-07-14T00:24:36.617Z Checking x509-cert v0.2.5
20952026-07-14T00:24:36.617Z Checking zerocopy v0.7.35
20962026-07-14T00:24:36.617Z Checking unicode-segmentation v1.12.0
20972026-07-14T00:24:36.617Z Checking num-iter v0.1.45
20982026-07-14T00:24:36.617Z Checking goblin v0.8.2
20992026-07-14T00:24:36.617Z Checking proptest v1.10.0
21002026-07-14T00:24:36.617Z Checking dtrace-parser v0.2.0
21012026-07-14T00:24:36.617Z Checking ff v0.13.1
21022026-07-14T00:24:36.617Z Checking rustix v0.38.44
21032026-07-14T00:24:36.617Z Checking thread-id v4.2.2
21042026-07-14T00:24:36.617Z Checking hyper-rustls v0.27.7
21052026-07-14T00:24:36.617Z Checking foreign-types-shared v0.1.1
21062026-07-14T00:24:36.617Z Checking base16ct v0.2.0
21072026-07-14T00:24:36.617Z Checking group v0.13.0
21082026-07-14T00:24:36.618Z Checking foreign-types v0.3.2
21092026-07-14T00:24:36.618Z Checking sec1 v0.7.3
21102026-07-14T00:24:36.618Z Checking reqwest v0.13.2
21112026-07-14T00:24:36.618Z Checking nix v0.31.2
21122026-07-14T00:24:36.618Z Checking hkdf v0.12.4
21132026-07-14T00:24:36.618Z Checking crypto-bigint v0.5.5
21142026-07-14T00:24:36.618Z Checking openssl-sys v0.9.115
21152026-07-14T00:24:36.618Z Checking env_filter v1.0.0
21162026-07-14T00:24:36.618Z Checking dof v0.4.0
21172026-07-14T00:24:36.618Z Checking same-file v1.0.6
21182026-07-14T00:24:36.618Z Checking winnow v0.7.14
21192026-07-14T00:24:36.618Z Checking keccak v0.1.6
21202026-07-14T00:24:36.618Z Checking walkdir v2.5.0
21212026-07-14T00:24:36.618Z Checking sha3 v0.10.8
21222026-07-14T00:24:36.618Z Checking env_logger v0.11.9
21232026-07-14T00:24:36.618Z Checking elliptic-curve v0.13.8
21242026-07-14T00:24:36.618Z Checking newtype-uuid v1.3.2
21252026-07-14T00:24:36.618Z Checking dof v0.3.0
21262026-07-14T00:24:36.618Z Checking usdt-impl v0.6.0
21272026-07-14T00:24:36.618Z Checking openssl v0.10.79
21282026-07-14T00:24:36.618Z Checking num-bigint-dig v0.8.6
21292026-07-14T00:24:36.618Z Checking pkcs1 v0.7.5
21302026-07-14T00:24:36.618Z Checking daft v0.1.7
21312026-07-14T00:24:36.686Z Checking itertools v0.13.0
21322026-07-14T00:24:36.686Z Checking usdt-impl v0.5.0
21332026-07-14T00:24:36.686Z Checking usdt v0.6.0
21342026-07-14T00:24:36.686Z Checking serde_with v3.17.0
21352026-07-14T00:24:36.686Z Checking bitflags v1.3.2
21362026-07-14T00:24:36.686Z Checking winnow v1.0.3
21372026-07-14T00:24:36.687Z Checking siphasher v1.0.2
21382026-07-14T00:24:36.687Z Checking unicode-normalization v0.1.25
21392026-07-14T00:24:36.687Z Checking signal-hook v0.3.18
21402026-07-14T00:24:36.687Z Checking toml_write v0.1.2
21412026-07-14T00:24:36.687Z Checking toml_parser v1.1.2+spec-1.1.0
21422026-07-14T00:24:36.687Z Checking winnow v0.5.40
21432026-07-14T00:24:36.687Z Checking rsa v0.9.10
21442026-07-14T00:24:36.687Z Checking managed v0.8.0
21452026-07-14T00:24:36.687Z Checking toml_edit v0.22.27
21462026-07-14T00:24:36.687Z Checking chacha20 v0.10.0
21472026-07-14T00:24:36.687Z Checking curve25519-dalek v4.1.3
21482026-07-14T00:24:36.687Z Checking bzip2-sys v0.1.13+1.0.8
21492026-07-14T00:24:36.718Z Checking object v0.37.3
21502026-07-14T00:24:36.722Z Checking foldhash v0.1.5
21512026-07-14T00:24:36.753Z Checking bzip2 v0.4.4
21522026-07-14T00:24:36.885Z Checking hashbrown v0.15.5
21532026-07-14T00:24:36.962Z Checking signal-hook-mio v0.2.5
21542026-07-14T00:24:37.086Z Checking globset v0.4.18
21552026-07-14T00:24:37.125Z Checking ed25519 v2.2.3
21562026-07-14T00:24:37.276Z Checking ref-cast v1.0.25
21572026-07-14T00:24:37.335Z Checking toml_edit v0.19.15
21582026-07-14T00:24:37.373Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-07-14T00:24:37.376Z Checking native-tls v0.2.18
21602026-07-14T00:24:37.376Z Checking ed25519-dalek v2.2.0
21612026-07-14T00:24:37.598Z Checking zip v0.6.6
21622026-07-14T00:24:37.598Z Checking pin-project v1.1.11
21632026-07-14T00:24:37.598Z Checking bumpalo v3.20.2
21642026-07-14T00:24:37.598Z Checking zstd-safe v7.2.4
21652026-07-14T00:24:37.612Z Checking tokio-native-tls v0.3.1
21662026-07-14T00:24:37.649Z Checking libbz2-rs-sys v0.2.2
21672026-07-14T00:24:37.691Z Checking crossterm v0.28.1
21682026-07-14T00:24:37.768Z Checking zopfli v0.8.3
21692026-07-14T00:24:37.772Z Checking zstd v0.13.3
21702026-07-14T00:24:37.840Z Checking similar v2.7.0
21712026-07-14T00:24:37.843Z Checking hyper-tls v0.6.0
21722026-07-14T00:24:37.985Z Checking fs-err v3.3.0
21732026-07-14T00:24:38.059Z Checking bzip2 v0.6.1
21742026-07-14T00:24:38.096Z Checking reqwest v0.12.28
21752026-07-14T00:24:38.157Z Checking pem v3.0.6
21762026-07-14T00:24:38.246Z Checking hash32 v0.2.1
21772026-07-14T00:24:38.283Z Checking serde-big-array v0.5.1
21782026-07-14T00:24:38.319Z Checking jiff v0.2.21
21792026-07-14T00:24:38.356Z Checking predicates-core v1.0.10
21802026-07-14T00:24:38.393Z Checking toml v0.7.8
21812026-07-14T00:24:38.429Z Checking unicode-properties v0.1.4
21822026-07-14T00:24:38.434Z Checking unicode-bidi v0.3.18
21832026-07-14T00:24:38.495Z Checking heapless v0.7.17
21842026-07-14T00:24:38.531Z Checking snafu v0.8.9
21852026-07-14T00:24:38.646Z Checking olpc-cjson v0.1.4
21862026-07-14T00:24:38.728Z Checking hickory-proto v0.25.2
21872026-07-14T00:24:38.789Z Checking stringprep v0.1.5
21882026-07-14T00:24:38.826Z Checking md-5 v0.10.6
21892026-07-14T00:24:38.829Z Checking serde_plain v1.0.2
21902026-07-14T00:24:38.896Z Checking float-cmp v0.10.0
21912026-07-14T00:24:38.946Z Checking fallible-iterator v0.2.0
21922026-07-14T00:24:38.982Z Checking difflib v0.4.0
21932026-07-14T00:24:39.020Z Checking typed-path v0.9.3
21942026-07-14T00:24:39.023Z Checking normalize-line-endings v0.3.0
21952026-07-14T00:24:39.090Z Checking smoltcp v0.9.1
21962026-07-14T00:24:39.093Z Checking iddqd v0.4.2
21972026-07-14T00:24:39.172Z Checking phf_shared v0.13.1
21982026-07-14T00:24:39.212Z Checking predicates v3.1.4
21992026-07-14T00:24:39.248Z Checking postgres-protocol v0.6.10
22002026-07-14T00:24:39.402Z Checking phf_shared v0.11.3
22012026-07-14T00:24:39.540Z Checking tokio-stream v0.1.18
22022026-07-14T00:24:39.578Z Checking buf-list v1.1.2
22032026-07-14T00:24:39.616Z Checking strum v0.27.2
22042026-07-14T00:24:39.703Z Checking precomputed-hash v0.1.1
22052026-07-14T00:24:39.754Z Checking new_debug_unreachable v1.0.6
22062026-07-14T00:24:39.790Z Checking lalrpop-util v0.19.12
22072026-07-14T00:24:39.827Z Checking fixedbitset v0.5.7
22082026-07-14T00:24:39.830Z Checking tough v0.22.0
22092026-07-14T00:24:39.898Z Checking fixedbitset v0.4.2
22102026-07-14T00:24:39.943Z Checking string_cache v0.8.9
22112026-07-14T00:24:39.980Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-07-14T00:24:40.046Z Checking postgres-types v0.2.12
22132026-07-14T00:24:40.087Z Checking petgraph v0.8.3
22142026-07-14T00:24:40.089Z Checking petgraph v0.6.5
22152026-07-14T00:24:40.156Z Checking phf v0.13.1
22162026-07-14T00:24:40.354Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-07-14T00:24:40.407Z Checking whoami v2.1.0
22182026-07-14T00:24:40.593Z Checking zip v4.6.1
22192026-07-14T00:24:40.631Z Checking peg-runtime v0.8.5
22202026-07-14T00:24:40.667Z Checking tokio-postgres v0.7.16
22212026-07-14T00:24:40.920Z Checking is-terminal v0.4.17
22222026-07-14T00:24:41.049Z Checking crossbeam-channel v0.5.15
22232026-07-14T00:24:41.164Z Checking thread_local v1.1.9
22242026-07-14T00:24:41.367Z Compiling structmeta-derive v0.3.0
22252026-07-14T00:24:41.414Z Checking term v1.2.1
22262026-07-14T00:24:41.453Z Checking take_mut v0.2.2
22272026-07-14T00:24:41.556Z Compiling newtype-uuid-macros v0.1.0
22282026-07-14T00:24:41.594Z Checking slog-async v2.8.0
22292026-07-14T00:24:41.664Z Checking slog-term v2.9.2
22302026-07-14T00:24:41.702Z Compiling multer v3.1.0
22312026-07-14T00:24:41.794Z Compiling async-stream-impl v0.3.6
22322026-07-14T00:24:41.920Z Checking match_cfg v0.1.0
22332026-07-14T00:24:41.960Z Checking slog-json v2.6.1
22342026-07-14T00:24:42.029Z Compiling dropshot v0.17.1
22352026-07-14T00:24:42.032Z Checking hostname v0.3.1
22362026-07-14T00:24:42.098Z Compiling dropshot_endpoint v0.17.1
22372026-07-14T00:24:42.180Z Checking debug-ignore v1.0.5
22382026-07-14T00:24:42.217Z Checking slog-bunyan v2.5.0
22392026-07-14T00:24:42.314Z Checking sha1 v0.11.0
22402026-07-14T00:24:42.351Z Checking toml_datetime v1.1.1+spec-1.1.0
22412026-07-14T00:24:42.389Z Checking serde_spanned v1.1.1
22422026-07-14T00:24:42.457Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-07-14T00:24:42.492Z Checking serde_path_to_error v0.1.20
22442026-07-14T00:24:42.495Z Compiling structmeta v0.3.0
22452026-07-14T00:24:42.561Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-07-14T00:24:42.600Z Checking toml_writer v1.1.1+spec-1.1.0
22472026-07-14T00:24:42.605Z Checking compression-core v0.4.31
22482026-07-14T00:24:42.670Z Checking progenitor-client v0.14.0
22492026-07-14T00:24:42.760Z Compiling derive-ex v0.1.8
22502026-07-14T00:24:42.799Z Checking compression-codecs v0.4.37
22512026-07-14T00:24:42.802Z Checking async-stream v0.3.6
22522026-07-14T00:24:42.866Z Checking toml v1.1.2+spec-1.1.0
22532026-07-14T00:24:42.951Z Checking rustls-pemfile v2.2.0
22542026-07-14T00:24:43.002Z Checking waitgroup v0.1.2
22552026-07-14T00:24:43.006Z Checking async-compression v0.4.41
22562026-07-14T00:24:43.006Z Checking hostname v0.4.2
22572026-07-14T00:24:43.132Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-07-14T00:24:43.135Z Checking atomicwrites v0.4.4
22592026-07-14T00:24:43.203Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-07-14T00:24:43.206Z Checking itertools v0.14.0
22612026-07-14T00:24:43.289Z Compiling parse-display-derive v0.10.0
22622026-07-14T00:24:43.326Z Checking macaddr v1.0.1
22632026-07-14T00:24:43.329Z Checking regress v0.10.5
22642026-07-14T00:24:43.395Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-07-14T00:24:43.474Z Checking instant v0.1.13
22662026-07-14T00:24:43.538Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-07-14T00:24:43.592Z Checking backoff v0.4.0
22682026-07-14T00:24:43.804Z Checking backon v1.6.0
22692026-07-14T00:24:43.809Z Checking humantime v2.3.0
22702026-07-14T00:24:43.878Z Checking unicode-width v0.2.0
22712026-07-14T00:24:44.041Z Checking progenitor-extras v0.2.0
22722026-07-14T00:24:44.058Z Compiling convert_case v0.4.0
22732026-07-14T00:24:44.159Z Checking heck v0.5.0
22742026-07-14T00:24:44.260Z Checking half v2.7.1
22752026-07-14T00:24:44.316Z Checking ciborium-io v0.2.2
22762026-07-14T00:24:44.354Z Checking secrecy v0.10.3
22772026-07-14T00:24:44.441Z Checking indent_write v2.2.0
22782026-07-14T00:24:44.478Z Compiling derive_more v0.99.20
22792026-07-14T00:24:44.514Z Checking camino-tempfile v1.4.1
22802026-07-14T00:24:44.517Z Compiling test-strategy v0.4.5
22812026-07-14T00:24:44.581Z Checking ciborium-ll v0.2.2
22822026-07-14T00:24:44.614Z Compiling regress v0.11.1
22832026-07-14T00:24:44.699Z Compiling crucible-workspace-hack v0.1.0
22842026-07-14T00:24:44.784Z Checking ciborium v0.2.2
22852026-07-14T00:24:44.822Z Checking inout v0.1.4
22862026-07-14T00:24:45.010Z Checking cipher v0.4.4
22872026-07-14T00:24:45.044Z Checking parse-display v0.10.0
22882026-07-14T00:24:45.078Z Checking universal-hash v0.5.1
22892026-07-14T00:24:45.221Z Compiling thiserror-impl-no-std v2.0.2
22902026-07-14T00:24:45.258Z Checking opaque-debug v0.3.1
22912026-07-14T00:24:45.261Z Checking chacha20 v0.9.1
22922026-07-14T00:24:45.361Z Checking poly1305 v0.8.0
22932026-07-14T00:24:45.547Z Checking blake2 v0.10.6
22942026-07-14T00:24:45.663Z Checking aead v0.5.2
22952026-07-14T00:24:45.820Z Checking password-hash v0.5.0
22962026-07-14T00:24:45.855Z Checking chacha20poly1305 v0.10.1
22972026-07-14T00:24:45.916Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22982026-07-14T00:24:46.012Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22992026-07-14T00:24:46.063Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-07-14T00:24:46.100Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-07-14T00:24:46.337Z Compiling typify-impl v0.6.2
23022026-07-14T00:24:46.375Z Checking argon2 v0.5.3
23032026-07-14T00:24:46.454Z Checking byte-wrapper v0.1.0
23042026-07-14T00:24:46.487Z Checking thiserror-no-std v2.0.2
23052026-07-14T00:24:46.522Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062026-07-14T00:24:46.607Z Checking vsss-rs v3.3.4
23072026-07-14T00:24:46.687Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23082026-07-14T00:24:46.747Z Compiling unsafe-libyaml v0.2.11
23092026-07-14T00:24:46.986Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-14T00:24:47.096Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23112026-07-14T00:24:47.548Z Compiling serde_yaml v0.9.34+deprecated
23122026-07-14T00:24:47.815Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-07-14T00:24:47.904Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-07-14T00:24:47.958Z Checking swrite v0.1.0
23152026-07-14T00:24:48.082Z Checking crossbeam-deque v0.8.6
23162026-07-14T00:24:48.121Z Compiling rayon-core v1.13.0
23172026-07-14T00:24:48.124Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-07-14T00:24:48.439Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-07-14T00:24:48.499Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23202026-07-14T00:24:48.629Z Compiling proc-macro-error v1.0.4
23212026-07-14T00:24:48.763Z Checking rayon v1.11.0
23222026-07-14T00:24:48.971Z Checking toml v0.8.23
23232026-07-14T00:24:49.017Z Compiling proc-macro-crate v3.4.0
23242026-07-14T00:24:49.054Z Checking tabwriter v1.4.1
23252026-07-14T00:24:49.230Z Checking glob v0.3.3
23262026-07-14T00:24:49.331Z Checking colored v3.1.1
23272026-07-14T00:24:49.445Z Compiling heapless v0.8.0
23282026-07-14T00:24:49.522Z Checking hash32 v0.3.1
23292026-07-14T00:24:49.565Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-07-14T00:24:49.601Z Compiling num_enum_derive v0.7.6
23312026-07-14T00:24:49.604Z Compiling ingot-macros v0.1.1
23322026-07-14T00:24:49.676Z Compiling smoltcp v0.11.0
23332026-07-14T00:24:49.818Z Checking unicode-width v0.1.14
23342026-07-14T00:24:50.147Z Checking cobs v0.3.0
23352026-07-14T00:24:50.184Z Compiling usdt-macro v0.5.0
23362026-07-14T00:24:50.234Z Compiling usdt-attr-macro v0.5.0
23372026-07-14T00:24:50.325Z Checking memmap v0.7.0
23382026-07-14T00:24:50.365Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23392026-07-14T00:24:50.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-07-14T00:24:50.681Z Checking postcard v1.1.3
23412026-07-14T00:24:50.718Z Checking num_enum v0.7.6
23422026-07-14T00:24:50.862Z Checking rand v0.10.1
23432026-07-14T00:24:50.912Z Compiling typify-macro v0.6.2
23442026-07-14T00:24:50.952Z Compiling proc-macro-crate v1.3.1
23452026-07-14T00:24:51.001Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23462026-07-14T00:24:51.059Z Checking usdt v0.5.0
23472026-07-14T00:24:51.241Z Checking sigpipe v0.1.3
23482026-07-14T00:24:51.278Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23492026-07-14T00:24:51.352Z Compiling foreign-types-macros v0.2.3
23502026-07-14T00:24:51.388Z Checking foreign-types-shared v0.3.1
23512026-07-14T00:24:51.423Z Compiling num_enum_derive v0.5.11
23522026-07-14T00:24:51.656Z Checking cstr-argument v0.1.2
23532026-07-14T00:24:51.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-07-14T00:24:51.758Z Compiling num-derive v0.4.2
23552026-07-14T00:24:51.807Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-14T00:24:52.037Z Checking foreign-types v0.5.0
23572026-07-14T00:24:52.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-07-14T00:24:52.225Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-14T00:24:52.312Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-07-14T00:24:52.372Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-07-14T00:24:52.455Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-07-14T00:24:52.502Z Checking ingot-types v0.1.2
23632026-07-14T00:24:52.537Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23642026-07-14T00:24:52.574Z Checking num_enum v0.5.11
23652026-07-14T00:24:52.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23662026-07-14T00:24:52.703Z Compiling zone_cfg_derive v0.3.1
23672026-07-14T00:24:52.738Z Compiling typify v0.6.2
23682026-07-14T00:24:52.805Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-07-14T00:24:52.878Z Compiling progenitor-impl v0.14.0
23702026-07-14T00:24:52.916Z Checking ingot v0.1.1
23712026-07-14T00:24:53.018Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23722026-07-14T00:24:53.021Z Checking itertools v0.12.1
23732026-07-14T00:24:53.215Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23742026-07-14T00:24:53.387Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23752026-07-14T00:24:53.541Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23762026-07-14T00:24:53.578Z Checking smf v0.2.3
23772026-07-14T00:24:53.685Z Checking whoami v1.6.1
23782026-07-14T00:24:53.790Z Checking tokio-dtrace v0.1.1
23792026-07-14T00:24:53.842Z Compiling derive-where v1.6.0
23802026-07-14T00:24:53.877Z Checking console v0.15.11
23812026-07-14T00:24:53.913Z Checking newline-converter v0.3.0
23822026-07-14T00:24:54.003Z Checking oxide-tokio-rt v0.1.4
23832026-07-14T00:24:54.052Z Checking bytecount v0.6.9
23842026-07-14T00:24:54.105Z Checking zone v0.3.1
23852026-07-14T00:24:54.185Z Compiling owo-colors v4.3.0
23862026-07-14T00:24:54.190Z Checking expectorate v1.2.0
23872026-07-14T00:24:54.254Z Compiling cancel-safe-futures v0.1.5
23882026-07-14T00:24:54.381Z Checking libsw-core v0.3.2
23892026-07-14T00:24:54.484Z Checking num-rational v0.4.2
23902026-07-14T00:24:54.588Z Checking libsw v3.5.0
23912026-07-14T00:24:54.621Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23922026-07-14T00:24:54.764Z Checking num-complex v0.4.6
23932026-07-14T00:24:54.800Z Checking linear-map v1.2.0
23942026-07-14T00:24:54.926Z Checking float-ord v0.3.2
23952026-07-14T00:24:54.997Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23962026-07-14T00:24:55.060Z Checking gethostname v0.5.0
23972026-07-14T00:24:55.127Z Checking num v0.4.3
23982026-07-14T00:24:55.178Z Compiling prettyplease v0.2.37
23992026-07-14T00:24:55.181Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-07-14T00:24:55.300Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24012026-07-14T00:24:55.306Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24022026-07-14T00:24:55.498Z Compiling progenitor-macro v0.14.0
24032026-07-14T00:24:55.619Z Checking resolv-conf v0.7.6
24042026-07-14T00:24:55.752Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24052026-07-14T00:24:55.808Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24062026-07-14T00:24:55.841Z Checking smawk v0.3.2
24072026-07-14T00:24:56.002Z Checking unicode-linebreak v0.1.5
24082026-07-14T00:24:56.249Z Checking papergrid v0.11.0
24092026-07-14T00:24:56.781Z Compiling tabled_derive v0.7.0
24102026-07-14T00:24:56.887Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24112026-07-14T00:24:56.896Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122026-07-14T00:24:56.957Z Compiling convert_case v0.10.0
24132026-07-14T00:24:57.085Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24142026-07-14T00:24:57.123Z Compiling slog-dtrace v0.3.0
24152026-07-14T00:24:57.307Z Compiling derive_more-impl v2.1.1
24162026-07-14T00:24:57.405Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24172026-07-14T00:24:57.580Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24182026-07-14T00:24:57.858Z Checking tabled v0.15.0
24192026-07-14T00:24:58.066Z Checking linked-hash-map v0.5.6
24202026-07-14T00:24:58.184Z Checking derive_more v2.1.1
24212026-07-14T00:24:58.294Z Checking crossterm v0.29.0
24222026-07-14T00:24:58.329Z Checking lru-cache v0.1.2
24232026-07-14T00:24:58.812Z Checking hickory-proto v0.24.4
24242026-07-14T00:24:58.874Z Checking fd-lock v4.0.4
24252026-07-14T00:24:59.380Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24262026-07-14T00:24:59.538Z Checking vte v0.14.1
24272026-07-14T00:24:59.782Z Checking display-error-chain v0.2.2
24282026-07-14T00:24:59.851Z Checking strip-ansi-escapes v0.2.1
24292026-07-14T00:25:00.083Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24302026-07-14T00:25:00.178Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24312026-07-14T00:25:00.444Z Checking progenitor v0.14.0
24322026-07-14T00:25:00.639Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-07-14T00:25:01.131Z Checking termtree v0.5.1
24342026-07-14T00:25:01.142Z Checking nu-ansi-term v0.50.3
24352026-07-14T00:25:01.274Z Checking hickory-resolver v0.24.4
24362026-07-14T00:25:01.311Z Checking textwrap v0.16.2
24372026-07-14T00:25:01.396Z Checking reedline v0.40.0
24382026-07-14T00:25:01.513Z Compiling minimal-lexical v0.2.1
24392026-07-14T00:25:01.571Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24402026-07-14T00:25:01.825Z Compiling nom v7.1.3
24412026-07-14T00:25:02.045Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-07-14T00:25:02.083Z Checking qorb v0.4.1
24432026-07-14T00:25:02.366Z Compiling unicode-xid v0.2.6
24442026-07-14T00:25:02.531Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-07-14T00:25:02.654Z Compiling ar_archive_writer v0.5.1
24462026-07-14T00:25:03.153Z Checking csv-core v0.1.13
24472026-07-14T00:25:03.218Z Compiling stacker v0.1.23
24482026-07-14T00:25:03.276Z Checking highway v1.3.0
24492026-07-14T00:25:03.322Z Compiling cfg_aliases v0.1.1
24502026-07-14T00:25:03.363Z Checking csv v1.4.0
24512026-07-14T00:25:03.434Z Compiling semver v0.1.20
24522026-07-14T00:25:03.523Z Compiling psm v0.1.30
24532026-07-14T00:25:03.592Z Compiling nix v0.28.0
24542026-07-14T00:25:03.635Z Compiling rustc_version v0.1.7
24552026-07-14T00:25:03.751Z Checking nibble_vec v0.1.0
24562026-07-14T00:25:03.787Z Checking endian-type v0.1.2
24572026-07-14T00:25:03.790Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24582026-07-14T00:25:03.893Z Compiling newtype_derive v0.1.6
24592026-07-14T00:25:03.930Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602026-07-14T00:25:03.963Z Checking radix_trie v0.2.1
24612026-07-14T00:25:04.041Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24622026-07-14T00:25:04.127Z Checking phf_shared v0.12.1
24632026-07-14T00:25:04.204Z Compiling recursive-proc-macro-impl v0.1.1
24642026-07-14T00:25:04.297Z Compiling chrono-tz v0.10.4
24652026-07-14T00:25:04.368Z Checking phf v0.12.1
24662026-07-14T00:25:04.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24672026-07-14T00:25:04.639Z Compiling const_format_proc_macros v0.2.34
24682026-07-14T00:25:04.642Z Compiling peg-macros v0.8.5
24692026-07-14T00:25:04.706Z Checking recursive v0.1.1
24702026-07-14T00:25:04.788Z Checking winnow v0.6.26
24712026-07-14T00:25:04.832Z Checking nom v8.0.0
24722026-07-14T00:25:05.184Z Compiling sqlparser_derive v0.5.0
24732026-07-14T00:25:05.504Z Checking unicode_categories v0.1.1
24742026-07-14T00:25:05.575Z Checking home v0.5.12
24752026-07-14T00:25:05.714Z Checking rustyline v14.0.0
24762026-07-14T00:25:05.750Z Checking const_format v0.2.35
24772026-07-14T00:25:05.946Z Checking sqlparser v0.61.0
24782026-07-14T00:25:05.982Z Checking sqlformat v0.3.5
24792026-07-14T00:25:06.098Z Checking peg v0.8.5
24802026-07-14T00:25:06.203Z Checking bcs v0.1.6
24812026-07-14T00:25:06.432Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24822026-07-14T00:25:06.468Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-07-14T00:25:06.471Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24842026-07-14T00:25:06.543Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-07-14T00:25:06.684Z Checking steno v0.4.1
24862026-07-14T00:25:06.812Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24872026-07-14T00:25:06.889Z Checking sha1 v0.10.6
24882026-07-14T00:25:07.062Z Checking filetime v0.2.27
24892026-07-14T00:25:07.097Z Checking xattr v1.6.1
24902026-07-14T00:25:07.271Z Checking tar v0.4.45
24912026-07-14T00:25:07.575Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-07-14T00:25:07.700Z Checking subprocess v0.2.15
24932026-07-14T00:25:07.774Z Checking headers-core v0.3.0
24942026-07-14T00:25:07.810Z Checking base64 v0.21.7
24952026-07-14T00:25:07.917Z Checking headers v0.4.1
24962026-07-14T00:25:08.030Z Checking yasna v0.5.2
24972026-07-14T00:25:08.091Z Checking port-file v0.1.0
24982026-07-14T00:25:08.342Z Checking dropshot-api-manager-types v0.7.2
24992026-07-14T00:25:08.401Z Checking tagptr v0.2.0
25002026-07-14T00:25:08.450Z Checking rcgen v0.12.1
25012026-07-14T00:25:08.509Z Checking utf-8 v0.7.6
25022026-07-14T00:25:08.576Z Checking moka v0.12.13
25032026-07-14T00:25:08.675Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25042026-07-14T00:25:08.793Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25052026-07-14T00:25:08.833Z Checking tungstenite v0.21.0
25062026-07-14T00:25:08.869Z Compiling libefi-sys v0.1.0
25072026-07-14T00:25:09.148Z Compiling bitfield-struct v0.6.2
25082026-07-14T00:25:09.286Z Checking hickory-resolver v0.25.2
25092026-07-14T00:25:09.330Z Checking tokio-tungstenite v0.21.0
25102026-07-14T00:25:09.638Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25112026-07-14T00:25:09.834Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-07-14T00:25:09.922Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25132026-07-14T00:25:10.032Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-07-14T00:25:10.324Z Compiling radium v0.7.0
25152026-07-14T00:25:10.362Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-07-14T00:25:10.472Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-07-14T00:25:10.523Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25182026-07-14T00:25:10.679Z Checking tap v1.0.1
25192026-07-14T00:25:10.715Z Compiling maybe-uninit v2.0.0
25202026-07-14T00:25:10.782Z Compiling zerocopy-derive v0.6.6
25212026-07-14T00:25:10.818Z Checking wyz v0.5.1
25222026-07-14T00:25:10.925Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25232026-07-14T00:25:10.960Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25242026-07-14T00:25:11.026Z Checking crc-catalog v2.4.0
25252026-07-14T00:25:11.062Z Checking funty v2.0.0
25262026-07-14T00:25:11.129Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-07-14T00:25:11.163Z Compiling packed_struct v0.10.1
25282026-07-14T00:25:11.296Z Checking crc v3.4.0
25292026-07-14T00:25:11.455Z Checking bitvec v1.0.1
25302026-07-14T00:25:11.511Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25312026-07-14T00:25:11.553Z Compiling packed_struct_codegen v0.10.1
25322026-07-14T00:25:11.694Z Checking zerocopy v0.6.6
25332026-07-14T00:25:11.728Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-07-14T00:25:12.038Z Compiling bitfield-macros v0.19.4
25352026-07-14T00:25:12.620Z Compiling indexmap v1.9.3
25362026-07-14T00:25:12.718Z Checking nodrop v0.1.14
25372026-07-14T00:25:12.812Z Checking bitfield v0.19.4
25382026-07-14T00:25:12.848Z Checking array-init v0.0.4
25392026-07-14T00:25:12.963Z Checking smallvec v0.6.14
25402026-07-14T00:25:13.118Z Checking hashbrown v0.12.3
25412026-07-14T00:25:13.182Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-07-14T00:25:13.216Z Checking serde-hex v0.1.0
25432026-07-14T00:25:13.373Z Checking ron v0.8.1
25442026-07-14T00:25:13.910Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25452026-07-14T00:25:13.947Z Checking hashbrown v0.13.2
25462026-07-14T00:25:13.980Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-07-14T00:25:14.014Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25482026-07-14T00:25:14.243Z Checking crc-any v2.5.0
25492026-07-14T00:25:14.291Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25502026-07-14T00:25:14.410Z Checking object v0.30.4
25512026-07-14T00:25:14.454Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25522026-07-14T00:25:14.583Z Checking path-slash v0.1.5
25532026-07-14T00:25:14.647Z Compiling xshell-macros v0.2.7
25542026-07-14T00:25:14.721Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-07-14T00:25:15.084Z Checking xshell v0.2.7
25562026-07-14T00:25:15.090Z Checking half v1.8.3
25572026-07-14T00:25:15.155Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25582026-07-14T00:25:15.309Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25592026-07-14T00:25:15.348Z Checking serde_cbor v0.11.2
25602026-07-14T00:25:15.807Z Compiling proc-macro-error-attr2 v2.0.0
25612026-07-14T00:25:15.811Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-07-14T00:25:15.963Z Compiling proc-macro-error2 v2.0.1
25632026-07-14T00:25:15.983Z Compiling num-derive v0.3.3
25642026-07-14T00:25:16.091Z Checking maplit v1.0.2
25652026-07-14T00:25:16.187Z Compiling tabled_derive v0.11.0
25662026-07-14T00:25:16.221Z Checking papergrid v0.17.0
25672026-07-14T00:25:16.534Z Checking testing_table v0.3.0
25682026-07-14T00:25:16.664Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25692026-07-14T00:25:16.987Z Checking libscf-sys v1.1.0
25702026-07-14T00:25:17.090Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-07-14T00:25:17.125Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25722026-07-14T00:25:17.158Z Compiling progenitor-impl v0.13.0
25732026-07-14T00:25:17.159Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25742026-07-14T00:25:17.431Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-14T00:25:17.468Z Checking tabled v0.20.0
25762026-07-14T00:25:17.613Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25772026-07-14T00:25:17.942Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-07-14T00:25:18.145Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25792026-07-14T00:25:18.219Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25802026-07-14T00:25:18.525Z Checking progenitor-client v0.13.0
25812026-07-14T00:25:18.575Z Checking unicase v2.9.0
25822026-07-14T00:25:18.762Z Checking crc8 v0.1.1
25832026-07-14T00:25:18.797Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25842026-07-14T00:25:18.808Z Checking fxhash v0.2.1
25852026-07-14T00:25:18.891Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25862026-07-14T00:25:18.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25872026-07-14T00:25:19.301Z Compiling vergen-lib v0.1.6
25882026-07-14T00:25:19.434Z Compiling diesel_derives v2.3.7
25892026-07-14T00:25:19.570Z Checking scheduled-thread-pool v0.2.7
25902026-07-14T00:25:19.615Z Compiling dsl_auto_type v0.2.0
25912026-07-14T00:25:19.709Z Compiling vergen-gitcl v1.0.8
25922026-07-14T00:25:19.747Z Compiling diesel_table_macro_syntax v0.3.0
25932026-07-14T00:25:19.783Z Compiling progenitor-macro v0.13.0
25942026-07-14T00:25:19.825Z Checking r2d2 v0.8.10
25952026-07-14T00:25:19.973Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-07-14T00:25:20.004Z Checking downcast-rs v2.0.2
25972026-07-14T00:25:20.040Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25982026-07-14T00:25:20.044Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-07-14T00:25:20.323Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26002026-07-14T00:25:20.396Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-07-14T00:25:20.570Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26022026-07-14T00:25:20.595Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26032026-07-14T00:25:20.629Z Checking kstat-rs v0.2.4
26042026-07-14T00:25:20.702Z Checking arc-swap v1.8.2
26052026-07-14T00:25:20.741Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26062026-07-14T00:25:20.862Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26072026-07-14T00:25:20.905Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26082026-07-14T00:25:20.956Z Checking slog-scope v4.4.1
26092026-07-14T00:25:21.131Z Compiling dirs-sys-next v0.1.2
26102026-07-14T00:25:21.206Z Compiling parking_lot_core v0.8.6
26112026-07-14T00:25:21.361Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26122026-07-14T00:25:21.447Z Compiling crunchy v0.2.4
26132026-07-14T00:25:21.551Z Compiling dirs-next v2.0.0
26142026-07-14T00:25:21.611Z Checking slog-stdlog v4.1.1
26152026-07-14T00:25:21.710Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-07-14T00:25:21.789Z Compiling clang-sys v1.8.1
26172026-07-14T00:25:21.832Z Compiling git-stub v1.0.0
26182026-07-14T00:25:22.154Z Compiling tiny-keccak v2.0.2
26192026-07-14T00:25:22.284Z Compiling git-stub-vcs v0.1.0
26202026-07-14T00:25:22.361Z Checking slog-envlogger v2.2.0
26212026-07-14T00:25:22.438Z Compiling term v0.7.0
26222026-07-14T00:25:22.543Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232026-07-14T00:25:22.678Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26242026-07-14T00:25:22.709Z Compiling bit-vec v0.6.3
26252026-07-14T00:25:22.868Z Compiling ascii-canvas v3.0.0
26262026-07-14T00:25:22.903Z Compiling bit-set v0.5.3
26272026-07-14T00:25:22.964Z Checking parking_lot v0.11.2
26282026-07-14T00:25:23.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-07-14T00:25:23.129Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26302026-07-14T00:25:23.152Z Checking prefix-trie v0.7.0
26312026-07-14T00:25:23.188Z Compiling itertools v0.10.5
26322026-07-14T00:25:23.440Z Compiling ena v0.14.4
26332026-07-14T00:25:23.509Z Compiling libloading v0.8.9
26342026-07-14T00:25:23.512Z Compiling regex-syntax v0.6.29
26352026-07-14T00:25:23.576Z Compiling bindgen v0.71.1
26362026-07-14T00:25:23.677Z Compiling diff v0.1.13
26372026-07-14T00:25:24.030Z Checking hickory-server v0.25.2
26382026-07-14T00:25:24.109Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26392026-07-14T00:25:24.276Z Checking sled v0.34.7
26402026-07-14T00:25:24.705Z Checking progenitor v0.13.0
26412026-07-14T00:25:24.739Z Compiling cexpr v0.6.0
26422026-07-14T00:25:24.877Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26432026-07-14T00:25:25.293Z Compiling lalrpop v0.19.12
26442026-07-14T00:25:25.438Z Checking nanorand v0.7.0
26452026-07-14T00:25:25.524Z Compiling salty v0.3.0
26462026-07-14T00:25:25.596Z Checking diesel v2.3.7
26472026-07-14T00:25:25.649Z Compiling rustc-hash v2.1.1
26482026-07-14T00:25:25.683Z Checking flume v0.11.1
26492026-07-14T00:25:25.889Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26502026-07-14T00:25:25.953Z Compiling libxml v0.3.3
26512026-07-14T00:25:26.257Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26522026-07-14T00:25:26.474Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26532026-07-14T00:25:26.941Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26542026-07-14T00:25:27.107Z Compiling strum_macros v0.24.3
26552026-07-14T00:25:27.449Z Compiling fs-err v2.11.0
26562026-07-14T00:25:27.624Z Compiling indoc v1.0.9
26572026-07-14T00:25:28.118Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582026-07-14T00:25:28.360Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26592026-07-14T00:25:28.447Z Checking quick-xml v0.37.5
26602026-07-14T00:25:28.503Z Checking derive_builder v0.20.2
26612026-07-14T00:25:28.651Z Compiling oso-derive v0.27.3
26622026-07-14T00:25:28.737Z Compiling trait-variant v0.1.2
26632026-07-14T00:25:29.183Z Compiling impl-trait-for-tuples v0.2.3
26642026-07-14T00:25:29.316Z Checking openssl-probe v0.1.6
26652026-07-14T00:25:29.351Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26662026-07-14T00:25:29.714Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26672026-07-14T00:25:30.163Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-07-14T00:25:30.790Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26692026-07-14T00:25:30.977Z Checking rfc6979 v0.4.0
26702026-07-14T00:25:31.138Z Checking assert_matches v1.5.0
26712026-07-14T00:25:31.175Z Checking parse-size v1.1.0
26722026-07-14T00:25:31.242Z Checking ecdsa v0.16.9
26732026-07-14T00:25:31.327Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26742026-07-14T00:25:31.443Z Checking primeorder v0.13.6
26752026-07-14T00:25:31.621Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26762026-07-14T00:25:31.715Z Checking p384 v0.13.1
26772026-07-14T00:25:31.910Z Checking predicates-tree v1.0.13
26782026-07-14T00:25:32.052Z Checking bb8 v0.8.6
26792026-07-14T00:25:32.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26802026-07-14T00:25:32.318Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26812026-07-14T00:25:32.425Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26822026-07-14T00:25:32.467Z Compiling mime_guess v2.0.5
26832026-07-14T00:25:32.541Z Checking http-range v0.1.5
26842026-07-14T00:25:32.738Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-07-14T00:25:32.876Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26862026-07-14T00:25:32.912Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-07-14T00:25:33.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26882026-07-14T00:25:33.144Z Checking atty v0.2.14
26892026-07-14T00:25:33.178Z Checking nonempty v0.12.0
26902026-07-14T00:25:33.209Z Checking corncobs v0.1.4
26912026-07-14T00:25:33.269Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-07-14T00:25:33.396Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-07-14T00:25:33.465Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26942026-07-14T00:25:33.632Z Checking ignore v0.4.25
26952026-07-14T00:25:33.702Z Checking secrecy v0.8.0
26962026-07-14T00:25:33.795Z Checking hyper-staticfile v0.10.1
26972026-07-14T00:25:34.066Z Checking globwalk v0.9.1
26982026-07-14T00:25:34.204Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26992026-07-14T00:25:34.205Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27002026-07-14T00:25:34.277Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27012026-07-14T00:25:34.449Z Compiling illumos-nvpair-sys v0.2.0
27022026-07-14T00:25:34.454Z Checking camino-tempfile-ext v0.3.3
27032026-07-14T00:25:34.616Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27042026-07-14T00:25:34.719Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27052026-07-14T00:25:34.761Z Checking signal-hook-tokio v0.3.1
27062026-07-14T00:25:34.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27072026-07-14T00:25:35.080Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27082026-07-14T00:25:35.160Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27092026-07-14T00:25:35.419Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27102026-07-14T00:25:35.552Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27112026-07-14T00:25:35.820Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27122026-07-14T00:25:35.864Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27132026-07-14T00:25:35.951Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-07-14T00:25:35.989Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27152026-07-14T00:25:36.315Z Checking illumos-nvpair v0.3.0
27162026-07-14T00:25:36.513Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27172026-07-14T00:25:36.971Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27182026-07-14T00:25:37.409Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27192026-07-14T00:25:37.698Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27202026-07-14T00:25:37.742Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27212026-07-14T00:25:37.832Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27222026-07-14T00:25:37.946Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27232026-07-14T00:25:38.019Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-07-14T00:25:38.075Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27252026-07-14T00:25:38.714Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27262026-07-14T00:25:38.767Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27272026-07-14T00:25:39.059Z Checking tungstenite v0.23.0
27282026-07-14T00:25:39.158Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27292026-07-14T00:25:39.223Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27302026-07-14T00:25:39.514Z Checking tokio-tungstenite v0.23.1
27312026-07-14T00:25:39.640Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27322026-07-14T00:25:39.815Z Checking rand_seeder v0.4.0
27332026-07-14T00:25:39.996Z Checking diesel-dtrace v0.5.0
27342026-07-14T00:25:40.000Z Checking async-bb8-diesel v0.2.1
27352026-07-14T00:25:40.066Z Checking void v1.0.2
27362026-07-14T00:25:40.205Z Checking lzss v0.8.2
27372026-07-14T00:25:40.275Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27382026-07-14T00:25:40.324Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27392026-07-14T00:25:40.414Z Checking nix v0.27.1
27402026-07-14T00:25:40.448Z Checking serde_bytes v0.11.19
27412026-07-14T00:25:40.481Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27422026-07-14T00:25:40.632Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27432026-07-14T00:25:40.694Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27442026-07-14T00:25:40.965Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27452026-07-14T00:25:41.361Z Checking is_ci v1.2.0
27462026-07-14T00:25:41.449Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27472026-07-14T00:25:41.649Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27482026-07-14T00:25:41.685Z Checking yansi v1.0.1
27492026-07-14T00:25:41.740Z Checking cpubits v0.1.1
27502026-07-14T00:25:41.851Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27512026-07-14T00:25:41.990Z Checking pretty_assertions v1.4.1
27522026-07-14T00:25:42.144Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27532026-07-14T00:25:42.178Z Checking pem-rfc7468 v1.0.0
27542026-07-14T00:25:42.380Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27552026-07-14T00:25:42.413Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27562026-07-14T00:25:42.647Z Compiling darling_core v0.23.0
27572026-07-14T00:25:42.800Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27582026-07-14T00:25:43.679Z Compiling indoc v2.0.7
27592026-07-14T00:25:43.786Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27602026-07-14T00:25:44.033Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27612026-07-14T00:25:44.191Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-14T00:25:44.752Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27632026-07-14T00:25:44.786Z Checking hmac v0.13.0
27642026-07-14T00:25:44.982Z Checking universal-hash v0.6.1
27652026-07-14T00:25:45.015Z Compiling libz-sys v1.1.24
27662026-07-14T00:25:45.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-14T00:25:45.231Z Compiling darling_macro v0.23.0
27682026-07-14T00:25:45.396Z Compiling instability v0.3.11
27692026-07-14T00:25:45.518Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-07-14T00:25:45.618Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-07-14T00:25:45.709Z Checking castaway v0.2.4
27722026-07-14T00:25:45.787Z Compiling darling v0.23.0
27732026-07-14T00:25:45.843Z Checking compact_str v0.8.1
27742026-07-14T00:25:46.254Z Checking polyval v0.7.1
27752026-07-14T00:25:46.483Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27762026-07-14T00:25:46.675Z Checking der v0.8.0
27772026-07-14T00:25:46.709Z Checking supports-color v3.0.2
27782026-07-14T00:25:46.742Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27792026-07-14T00:25:46.897Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27802026-07-14T00:25:46.991Z Checking unicode-truncate v1.1.0
27812026-07-14T00:25:47.147Z Checking console v0.16.2
27822026-07-14T00:25:47.232Z Checking lru v0.12.5
27832026-07-14T00:25:47.336Z Compiling libgit2-sys v0.18.3+1.9.2
27842026-07-14T00:25:47.375Z Checking cassowary v0.3.0
27852026-07-14T00:25:47.496Z Checking unit-prefix v0.5.2
27862026-07-14T00:25:47.624Z Checking ghash v0.6.0
27872026-07-14T00:25:47.658Z Checking ratatui v0.29.0
27882026-07-14T00:25:47.692Z Checking indicatif v0.18.4
27892026-07-14T00:25:47.933Z Checking pbkdf2 v0.13.0
27902026-07-14T00:25:48.088Z Checking aes v0.9.1
27912026-07-14T00:25:48.121Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-07-14T00:25:48.539Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27932026-07-14T00:25:48.794Z Checking ctr v0.10.1
27942026-07-14T00:25:49.010Z Checking aead v0.6.1
27952026-07-14T00:25:49.045Z Checking sha2 v0.11.0
27962026-07-14T00:25:49.190Z Checking cargo-platform v0.3.2
27972026-07-14T00:25:49.364Z Checking aes-gcm v0.11.0
27982026-07-14T00:25:49.405Z Checking cargo_metadata v0.23.1
27992026-07-14T00:25:49.564Z Checking spki v0.8.0
28002026-07-14T00:25:50.255Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-14T00:25:50.271Z Checking crypto-bigint v0.7.5
28022026-07-14T00:25:50.271Z Checking cbc v0.2.1
28032026-07-14T00:25:50.376Z Checking salsa20 v0.11.0
28042026-07-14T00:25:50.557Z Compiling vergen-git2 v9.1.0
28052026-07-14T00:25:50.840Z Checking plotters-backend v0.3.7
28062026-07-14T00:25:51.074Z Checking plotters-svg v0.3.7
28072026-07-14T00:25:51.232Z Checking scrypt v0.12.0
28082026-07-14T00:25:51.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-14T00:25:51.431Z Checking cast v0.3.0
28102026-07-14T00:25:51.553Z Checking pkcs5 v0.8.1
28112026-07-14T00:25:51.613Z Checking criterion-plot v0.6.0
28122026-07-14T00:25:51.888Z Checking plotters v0.3.7
28132026-07-14T00:25:51.924Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-07-14T00:25:52.102Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-07-14T00:25:52.349Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-14T00:25:52.594Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-14T00:25:52.688Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-14T00:25:52.841Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-07-14T00:25:52.922Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-14T00:25:52.957Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-07-14T00:25:53.081Z Checking colored v2.2.0
28222026-07-14T00:25:53.163Z Checking tinytemplate v1.2.1
28232026-07-14T00:25:53.310Z Checking shell-words v1.1.1
28242026-07-14T00:25:53.420Z Checking anes v0.1.6
28252026-07-14T00:25:53.484Z Checking oorandom v11.1.5
28262026-07-14T00:25:53.651Z Checking criterion v0.7.0
28272026-07-14T00:25:53.765Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28282026-07-14T00:25:53.944Z Checking pkcs8 v0.11.0
28292026-07-14T00:25:54.164Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-07-14T00:25:54.903Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28312026-07-14T00:25:54.940Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-07-14T00:25:55.424Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-07-14T00:25:55.723Z Checking tokio-test v0.4.5
28342026-07-14T00:25:55.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-07-14T00:25:56.205Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-14T00:25:56.622Z Checking twox-hash v2.1.2
28372026-07-14T00:25:56.976Z Checking ff v0.14.0
28382026-07-14T00:25:57.183Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28392026-07-14T00:25:57.390Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28402026-07-14T00:25:58.078Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28412026-07-14T00:25:58.777Z Checking fatfs v0.3.6
28422026-07-14T00:25:58.876Z Checking signature v3.0.0
28432026-07-14T00:25:59.052Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-07-14T00:25:59.088Z Compiling seq-macro v0.3.6
28452026-07-14T00:25:59.263Z Checking base16ct v1.0.0
28462026-07-14T00:25:59.427Z Checking sec1 v0.8.1
28472026-07-14T00:25:59.630Z Checking group v0.14.0
28482026-07-14T00:25:59.665Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-07-14T00:25:59.820Z Checking hkdf v0.13.0
28502026-07-14T00:25:59.986Z Compiling petname v2.0.2
28512026-07-14T00:26:00.289Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28522026-07-14T00:26:00.410Z Checking elliptic-curve v0.14.0-rc.33
28532026-07-14T00:26:00.447Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28542026-07-14T00:26:00.675Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552026-07-14T00:26:00.896Z Checking concurrent-queue v2.5.0
28562026-07-14T00:26:01.117Z Checking rtoolbox v0.0.3
28572026-07-14T00:26:01.282Z Checking parking v2.2.1
28582026-07-14T00:26:01.436Z Checking event-listener v5.4.1
28592026-07-14T00:26:01.685Z Checking rpassword v7.4.0
28602026-07-14T00:26:01.822Z Checking tui-tree-widget v0.23.1
28612026-07-14T00:26:02.053Z Checking rfc6979 v0.5.0
28622026-07-14T00:26:02.192Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28632026-07-14T00:26:02.228Z Checking sapling-renderdag v0.1.0
28642026-07-14T00:26:02.389Z Checking sync-ptr v0.1.4
28652026-07-14T00:26:02.519Z Checking ecdsa v0.17.0-rc.18
28662026-07-14T00:26:02.552Z Checking event-listener-strategy v0.5.4
28672026-07-14T00:26:02.712Z Checking primeorder v0.14.0-rc.10
28682026-07-14T00:26:03.010Z Checking primefield v0.14.0
28692026-07-14T00:26:03.055Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-07-14T00:26:03.165Z Compiling curve25519-dalek v5.0.0-rc.0
28712026-07-14T00:26:03.283Z Checking arrayvec v0.7.6
28722026-07-14T00:26:03.530Z Checking constant_time_eq v0.4.2
28732026-07-14T00:26:03.569Z Checking futures-timer v3.0.3
28742026-07-14T00:26:03.676Z Checking arrayref v0.3.9
28752026-07-14T00:26:03.869Z Checking async-lock v3.4.2
28762026-07-14T00:26:03.914Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-07-14T00:26:04.142Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-07-14T00:26:04.284Z Checking ssh-encoding v0.3.0-rc.9
28792026-07-14T00:26:04.546Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-07-14T00:26:04.879Z Compiling strsim v0.10.0
28812026-07-14T00:26:05.242Z Compiling darling_core v0.13.4
28822026-07-14T00:26:05.630Z Checking async-object-pool v0.2.0
28832026-07-14T00:26:06.632Z Compiling samael v0.0.19
28842026-07-14T00:26:06.666Z Checking ed25519 v3.0.0
28852026-07-14T00:26:06.898Z Checking crypto-primes v0.7.2
28862026-07-14T00:26:06.943Z Checking pkcs1 v0.8.0-rc.4
28872026-07-14T00:26:07.122Z Checking poly1305 v0.9.0
28882026-07-14T00:26:07.172Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28892026-07-14T00:26:07.426Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28902026-07-14T00:26:07.573Z Checking serde_regex v1.1.0
28912026-07-14T00:26:07.761Z Checking blowfish v0.10.0
28922026-07-14T00:26:07.900Z Checking blake2 v0.11.0-rc.6
28932026-07-14T00:26:08.016Z Checking assert-json-diff v2.0.2
28942026-07-14T00:26:08.099Z Checking path-tree v0.8.3
28952026-07-14T00:26:08.147Z Checking keccak v0.2.0
28962026-07-14T00:26:08.187Z Checking gimli v0.32.3
28972026-07-14T00:26:08.317Z Checking stringmetrics v2.2.2
28982026-07-14T00:26:08.362Z Checking fiat-crypto v0.3.0
28992026-07-14T00:26:08.503Z Compiling target-lexicon v0.13.3
29002026-07-14T00:26:09.082Z Checking httpmock v0.8.3
29012026-07-14T00:26:09.769Z Checking addr2line v0.25.1
29022026-07-14T00:26:10.073Z Checking sha3 v0.11.0
29032026-07-14T00:26:10.457Z Checking argon2 v0.6.0-rc.8
29042026-07-14T00:26:10.800Z Checking bcrypt-pbkdf v0.11.0
29052026-07-14T00:26:10.989Z Checking rsa v0.10.0-rc.18
29062026-07-14T00:26:11.320Z Checking ssh-cipher v0.3.0-rc.9
29072026-07-14T00:26:11.525Z Compiling darling_macro v0.13.4
29082026-07-14T00:26:11.567Z Checking ed25519-dalek v3.0.0-rc.0
29092026-07-14T00:26:11.825Z Checking p256 v0.14.0-rc.10
29102026-07-14T00:26:12.073Z Checking p521 v0.14.0-rc.10
29112026-07-14T00:26:12.643Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29122026-07-14T00:26:17.150Z Checking kem v0.3.0
29132026-07-14T00:26:17.229Z Checking module-lattice v0.2.3
29142026-07-14T00:26:17.229Z Checking rustc-demangle v0.1.27
29152026-07-14T00:26:17.229Z Checking hex-literal v0.4.1
29162026-07-14T00:26:17.229Z Checking p384 v0.14.0-rc.10
29172026-07-14T00:26:17.229Z Compiling guppy-workspace-hack v0.1.0
29182026-07-14T00:26:17.229Z Checking backtrace v0.3.76
29192026-07-14T00:26:17.229Z Checking ml-kem v0.3.2
29202026-07-14T00:26:17.230Z Compiling darling v0.13.4
29212026-07-14T00:26:17.230Z Checking russh-cryptovec v0.61.0
29222026-07-14T00:26:17.230Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29232026-07-14T00:26:17.230Z Checking internal-russh-num-bigint v0.5.0
29242026-07-14T00:26:17.230Z Checking num-bigint v0.4.6
29252026-07-14T00:26:17.230Z Checking russh-util v0.52.0
29262026-07-14T00:26:17.230Z Compiling git2 v0.20.4
29272026-07-14T00:26:17.230Z Checking generic-array v1.4.3
29282026-07-14T00:26:17.249Z Compiling enum_dispatch v0.3.13
29292026-07-14T00:26:17.250Z Checking ssh-key v0.7.0-rc.10
29302026-07-14T00:26:17.250Z Compiling blake3 v1.8.5
29312026-07-14T00:26:17.250Z Compiling delegate v0.13.5
29322026-07-14T00:26:17.250Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29332026-07-14T00:26:17.250Z Checking md5 v0.8.0
29342026-07-14T00:26:17.250Z Checking hex-literal v1.1.0
29352026-07-14T00:26:17.250Z Compiling target-spec v3.5.7
29362026-07-14T00:26:17.250Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-14T00:26:17.250Z Checking russh v0.61.2
29382026-07-14T00:26:17.272Z Checking cfg-expr v0.20.6
29392026-07-14T00:26:17.364Z Compiling serde_with_macros v1.5.2
29402026-07-14T00:26:17.688Z Checking backtrace-ext v0.2.1
29412026-07-14T00:26:17.947Z Checking supports-color v2.1.0
29422026-07-14T00:26:18.091Z Checking textwrap v0.15.2
29432026-07-14T00:26:18.124Z Checking supports-unicode v2.1.0
29442026-07-14T00:26:18.270Z Checking supports-hyperlinks v2.1.0
29452026-07-14T00:26:18.277Z Checking hashbrown v0.14.5
29462026-07-14T00:26:18.336Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29472026-07-14T00:26:18.418Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29482026-07-14T00:26:19.010Z Checking terminal_size v0.1.17
29492026-07-14T00:26:19.067Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29502026-07-14T00:26:19.067Z Checking socket2 v0.5.10
29512026-07-14T00:26:19.067Z Compiling miette-derive v5.10.0
29522026-07-14T00:26:19.068Z Checking owo-colors v3.5.0
29532026-07-14T00:26:19.346Z Checking internet-checksum v0.2.1
29542026-07-14T00:26:19.494Z Checking chumsky v0.9.3
29552026-07-14T00:26:19.914Z Checking miette v5.10.0
29562026-07-14T00:26:20.288Z Compiling serde_with v1.14.0
29572026-07-14T00:26:20.620Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29582026-07-14T00:26:20.754Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29592026-07-14T00:26:20.850Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29602026-07-14T00:26:21.195Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29612026-07-14T00:26:21.414Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29622026-07-14T00:26:21.493Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29632026-07-14T00:26:21.533Z Compiling knuffel-derive v3.2.0
29642026-07-14T00:26:21.608Z Checking httptest v0.16.4
29652026-07-14T00:26:21.681Z Checking pathdiff v0.2.3
29662026-07-14T00:26:21.830Z Checking topological-sort v0.2.2
29672026-07-14T00:26:22.043Z Checking nested v0.1.1
29682026-07-14T00:26:22.051Z Checking omicron-zone-package v0.12.3
29692026-07-14T00:26:22.646Z Checking guppy v0.17.25
29702026-07-14T00:26:22.772Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29712026-07-14T00:26:22.991Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29722026-07-14T00:26:23.142Z Checking knuffel v3.2.0
29732026-07-14T00:26:23.206Z Checking similar-asserts v1.7.0
29742026-07-14T00:26:23.258Z Compiling target-triple v1.0.0
29752026-07-14T00:26:23.394Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29762026-07-14T00:26:23.485Z Compiling polar-core v0.27.3
29772026-07-14T00:26:23.638Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29782026-07-14T00:26:23.816Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-07-14T00:26:24.064Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29802026-07-14T00:26:24.130Z Checking hickory-client v0.25.2
29812026-07-14T00:26:24.433Z Checking escape8259 v0.5.3
29822026-07-14T00:26:24.592Z Compiling assert_cmd v2.1.2
29832026-07-14T00:26:24.688Z Checking libtest-mimic v0.8.1
29842026-07-14T00:26:25.129Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29852026-07-14T00:26:25.162Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29862026-07-14T00:26:25.230Z Checking blake2b_simd v1.0.4
29872026-07-14T00:26:25.260Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29882026-07-14T00:26:28.867Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-07-14T00:26:28.867Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29902026-07-14T00:26:28.868Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29912026-07-14T00:26:28.868Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29922026-07-14T00:26:28.868Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29932026-07-14T00:26:28.868Z Checking fancy-regex v0.14.0
29942026-07-14T00:26:28.868Z Checking serde_tokenstream v0.2.3
29952026-07-14T00:26:28.868Z Checking approx v0.5.1
29962026-07-14T00:26:28.868Z Checking uzers v0.12.2
29972026-07-14T00:26:28.868Z Compiling rstest_macros v0.25.0
29982026-07-14T00:26:28.868Z Checking constant_time_eq v0.3.1
29992026-07-14T00:26:28.868Z Compiling linkme-impl v0.3.35
30002026-07-14T00:26:28.868Z Checking termcolor v1.4.1
30012026-07-14T00:26:28.868Z Checking rust-argon2 v2.1.0
30022026-07-14T00:26:28.868Z Checking trybuild v1.0.116
30032026-07-14T00:26:28.868Z Checking datatest-stable v0.3.3
30042026-07-14T00:26:28.868Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-14T00:26:28.868Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-07-14T00:26:28.868Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30072026-07-14T00:26:28.868Z Checking support-bundle-viewer v0.1.2
30082026-07-14T00:26:28.868Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30092026-07-14T00:26:28.868Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30102026-07-14T00:26:28.869Z Checking oso v0.27.3
30112026-07-14T00:26:28.869Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30122026-07-14T00:26:28.869Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30132026-07-14T00:26:28.921Z Checking drift v0.2.0
30142026-07-14T00:26:28.961Z Checking rand_distr v0.5.1
30152026-07-14T00:26:29.358Z Checking multimap v0.10.1
30162026-07-14T00:26:29.424Z Compiling relative-path v1.9.3
30172026-07-14T00:26:29.520Z Compiling linkme v0.3.35
30182026-07-14T00:26:29.557Z Checking dropshot-api-manager v0.7.2
30192026-07-14T00:26:30.738Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30202026-07-14T00:26:30.945Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30212026-07-14T00:26:31.128Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30222026-07-14T00:26:31.212Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30232026-07-14T00:26:31.258Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30242026-07-14T00:26:31.428Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30252026-07-14T00:26:31.716Z Checking cargo_toml v0.21.0
30262026-07-14T00:26:31.752Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30272026-07-14T00:26:31.791Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30282026-07-14T00:26:32.171Z Checking partial-io v0.5.4
30292026-07-14T00:26:32.283Z Checking termios v0.3.3
30302026-07-14T00:26:32.416Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30312026-07-14T00:26:32.482Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30322026-07-14T00:26:32.590Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-07-14T00:26:33.390Z Checking rstest v0.25.0
30342026-07-14T00:26:33.944Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30352026-07-14T00:26:37.974Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30362026-07-14T00:26:41.738Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30372026-07-14T00:26:44.943Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30382026-07-14T00:26:45.360Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30392026-07-14T00:26:47.359Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30402026-07-14T00:26:51.456Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30412026-07-14T00:26:57.631Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30422026-07-14T00:27:00.780Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30432026-07-14T00:27:01.529Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30442026-07-14T00:27:02.857Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30452026-07-14T00:27:07.586Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30462026-07-14T00:27:12.664Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30472026-07-14T00:27:30.131Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30482026-07-14T00:28:26.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30492026-07-14T00:28:26.750Z
30502026-07-14T00:28:26.750Zreal 4:11.241878214
30512026-07-14T00:28:26.750Zuser 21:32.913381109
30522026-07-14T00:28:26.750Zsys 5:01.634386482
30532026-07-14T00:28:26.750Ztrap 0.528444673
30542026-07-14T00:28:26.750Ztflt 0.433113678
30552026-07-14T00:28:26.750Zdflt 0.459046834
30562026-07-14T00:28:26.750Zkflt 0.004359062
30572026-07-14T00:28:26.751Zlock 59:03.461692024
30582026-07-14T00:28:26.751Zslp 58:42.075266881
30592026-07-14T00:28:26.751Zlat 1:50.971727213
30602026-07-14T00:28:26.751Zstop 11:26.945361429
30612026-07-14T00:28:26.754Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30622026-07-14T00:28:26.754Z+ ptime -m cargo doc --workspace --no-deps
30632026-07-14T00:28:27.577Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30642026-07-14T00:28:27.577Z |
30652026-07-14T00:28:27.577Z = 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)`
30662026-07-14T00:28:27.577Z = 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>
30672026-07-14T00:28:28.602Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30682026-07-14T00:28:28.840Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-07-14T00:28:28.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30702026-07-14T00:28:28.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30712026-07-14T00:28:28.982Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30722026-07-14T00:28:29.048Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-07-14T00:28:29.143Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-07-14T00:28:29.169Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30752026-07-14T00:28:29.194Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-07-14T00:28:29.219Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-07-14T00:28:29.363Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-14T00:28:29.450Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30792026-07-14T00:28:29.474Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30802026-07-14T00:28:29.515Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30812026-07-14T00:28:29.539Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30822026-07-14T00:28:29.562Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30832026-07-14T00:28:29.565Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30842026-07-14T00:28:29.608Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30852026-07-14T00:28:29.611Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30862026-07-14T00:28:29.655Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30872026-07-14T00:28:29.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30882026-07-14T00:28:29.988Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30892026-07-14T00:28:30.184Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30902026-07-14T00:28:30.336Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30912026-07-14T00:28:30.365Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30922026-07-14T00:28:30.430Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30932026-07-14T00:28:30.484Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30942026-07-14T00:28:30.617Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30952026-07-14T00:28:30.723Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30962026-07-14T00:28:30.803Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972026-07-14T00:28:30.963Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30982026-07-14T00:28:30.991Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30992026-07-14T00:28:31.013Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31002026-07-14T00:28:31.102Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31012026-07-14T00:28:31.198Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31022026-07-14T00:28:31.281Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31032026-07-14T00:28:31.321Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31042026-07-14T00:28:31.524Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31052026-07-14T00:28:31.553Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31062026-07-14T00:28:31.576Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31072026-07-14T00:28:31.820Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31082026-07-14T00:28:31.895Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31092026-07-14T00:28:32.070Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31102026-07-14T00:28:32.148Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31112026-07-14T00:28:32.173Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31122026-07-14T00:28:32.300Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31132026-07-14T00:28:32.344Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142026-07-14T00:28:32.402Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31152026-07-14T00:28:32.459Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31162026-07-14T00:28:32.550Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31172026-07-14T00:28:32.607Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31182026-07-14T00:28:32.664Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31192026-07-14T00:28:32.720Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31202026-07-14T00:28:32.804Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31212026-07-14T00:28:32.831Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31222026-07-14T00:28:32.863Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31232026-07-14T00:28:32.888Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31242026-07-14T00:28:32.935Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31252026-07-14T00:28:33.019Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-07-14T00:28:33.046Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31272026-07-14T00:28:33.415Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282026-07-14T00:28:33.462Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292026-07-14T00:28:33.567Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31302026-07-14T00:28:33.735Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31312026-07-14T00:28:33.991Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31322026-07-14T00:28:34.222Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332026-07-14T00:28:34.397Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31342026-07-14T00:28:34.446Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31352026-07-14T00:28:34.472Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31362026-07-14T00:28:34.527Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372026-07-14T00:28:34.676Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31382026-07-14T00:28:34.701Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31392026-07-14T00:28:34.725Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31402026-07-14T00:28:34.902Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31412026-07-14T00:28:35.251Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31422026-07-14T00:28:35.474Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-07-14T00:28:35.892Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31442026-07-14T00:28:35.931Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-07-14T00:28:35.951Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31462026-07-14T00:28:36.146Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31472026-07-14T00:28:36.170Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31482026-07-14T00:28:36.242Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31492026-07-14T00:28:36.393Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31502026-07-14T00:28:36.433Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31512026-07-14T00:28:36.470Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31522026-07-14T00:28:36.576Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31532026-07-14T00:28:36.774Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31542026-07-14T00:28:36.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31552026-07-14T00:28:36.840Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31562026-07-14T00:28:36.847Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31572026-07-14T00:28:36.945Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31582026-07-14T00:28:37.086Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31592026-07-14T00:28:37.089Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31602026-07-14T00:28:37.113Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31612026-07-14T00:28:37.134Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31622026-07-14T00:28:37.295Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31632026-07-14T00:28:37.340Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31642026-07-14T00:28:37.384Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31652026-07-14T00:28:37.417Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31662026-07-14T00:28:37.431Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31672026-07-14T00:28:37.515Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31682026-07-14T00:28:37.541Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31692026-07-14T00:28:37.558Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31702026-07-14T00:28:37.644Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31712026-07-14T00:28:37.709Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31722026-07-14T00:28:37.730Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31732026-07-14T00:28:37.980Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31742026-07-14T00:28:38.052Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31752026-07-14T00:28:38.083Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31762026-07-14T00:28:38.482Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31772026-07-14T00:28:38.649Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782026-07-14T00:28:38.735Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-07-14T00:28:39.377Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-07-14T00:28:39.499Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31812026-07-14T00:28:39.559Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31822026-07-14T00:28:40.238Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31832026-07-14T00:28:40.353Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31842026-07-14T00:28:40.896Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31852026-07-14T00:28:41.710Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-07-14T00:28:42.364Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-07-14T00:28:42.567Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31882026-07-14T00:28:42.677Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31892026-07-14T00:28:43.049Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31902026-07-14T00:28:43.238Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31912026-07-14T00:28:43.295Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31922026-07-14T00:28:43.927Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31932026-07-14T00:28:43.949Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31942026-07-14T00:28:43.983Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31952026-07-14T00:28:44.060Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31962026-07-14T00:28:44.227Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31972026-07-14T00:28:44.283Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31982026-07-14T00:28:44.351Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31992026-07-14T00:28:44.700Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32002026-07-14T00:28:44.785Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32012026-07-14T00:28:45.155Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32022026-07-14T00:28:45.179Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32032026-07-14T00:28:45.585Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042026-07-14T00:28:45.601Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32052026-07-14T00:28:45.911Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32062026-07-14T00:28:46.107Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32072026-07-14T00:28:46.723Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32082026-07-14T00:28:47.081Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32092026-07-14T00:28:47.481Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32102026-07-14T00:28:48.224Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32112026-07-14T00:28:48.270Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32122026-07-14T00:28:48.844Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32132026-07-14T00:28:48.928Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32142026-07-14T00:28:49.378Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32152026-07-14T00:28:49.476Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32162026-07-14T00:28:49.786Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32172026-07-14T00:28:49.959Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32182026-07-14T00:28:50.837Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32192026-07-14T00:28:51.132Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32202026-07-14T00:28:51.535Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32212026-07-14T00:28:51.802Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32222026-07-14T00:28:52.660Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32232026-07-14T00:28:52.765Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32242026-07-14T00:28:53.309Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32252026-07-14T00:28:56.791Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32262026-07-14T00:28:57.560Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32272026-07-14T00:28:57.808Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32282026-07-14T00:28:58.030Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32292026-07-14T00:28:58.298Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32302026-07-14T00:28:58.836Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32312026-07-14T00:28:58.998Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-07-14T00:29:00.172Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32332026-07-14T00:29:00.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32342026-07-14T00:29:01.203Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32352026-07-14T00:29:01.586Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32362026-07-14T00:29:06.379Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32372026-07-14T00:29:06.434Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-07-14T00:29:06.434Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32392026-07-14T00:29:06.435Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32402026-07-14T00:29:06.435Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32412026-07-14T00:29:06.435Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422026-07-14T00:29:06.435Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-07-14T00:29:06.435Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-07-14T00:29:06.435Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-07-14T00:29:06.435Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-07-14T00:29:06.436Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32472026-07-14T00:29:06.436Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32482026-07-14T00:29:06.436Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32492026-07-14T00:29:06.437Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32502026-07-14T00:29:06.437Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32512026-07-14T00:29:06.437Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32522026-07-14T00:29:06.485Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32532026-07-14T00:29:06.485Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32542026-07-14T00:29:07.315Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32552026-07-14T00:29:07.495Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32562026-07-14T00:29:09.121Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32572026-07-14T00:29:10.665Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32582026-07-14T00:29:11.053Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32592026-07-14T00:29:12.454Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32602026-07-14T00:29:12.792Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32612026-07-14T00:29:14.743Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32622026-07-14T00:29:15.623Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32632026-07-14T00:29:16.148Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32642026-07-14T00:29:18.143Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32652026-07-14T00:29:18.720Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32662026-07-14T00:29:20.008Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32672026-07-14T00:29:21.773Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32682026-07-14T00:29:22.383Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32692026-07-14T00:29:22.407Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32702026-07-14T00:29:22.840Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32712026-07-14T00:29:23.458Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32722026-07-14T00:29:28.971Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32732026-07-14T00:29:29.566Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32742026-07-14T00:29:30.376Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32752026-07-14T00:29:31.565Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32762026-07-14T00:29:32.337Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32772026-07-14T00:29:33.097Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32782026-07-14T00:29:33.910Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32792026-07-14T00:29:35.167Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32802026-07-14T00:29:37.070Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32812026-07-14T00:29:37.117Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32822026-07-14T00:29:38.021Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32832026-07-14T00:29:38.258Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32842026-07-14T00:29:38.866Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32852026-07-14T00:29:39.720Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32862026-07-14T00:29:40.658Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32872026-07-14T00:29:43.767Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32882026-07-14T00:29:45.471Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32892026-07-14T00:29:46.063Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32902026-07-14T00:29:47.091Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32912026-07-14T00:29:48.005Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32922026-07-14T00:29:48.872Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32932026-07-14T00:29:51.521Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32942026-07-14T00:29:51.890Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32952026-07-14T00:29:52.853Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32962026-07-14T00:29:54.115Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32972026-07-14T00:29:55.553Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-07-14T00:29:56.867Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32992026-07-14T00:29:58.006Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33002026-07-14T00:30:00.558Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-07-14T00:30:01.203Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33022026-07-14T00:30:02.669Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33032026-07-14T00:30:04.523Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33042026-07-14T00:30:06.092Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33052026-07-14T00:30:07.643Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33062026-07-14T00:30:09.159Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33072026-07-14T00:30:11.030Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33082026-07-14T00:30:12.636Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33092026-07-14T00:30:16.847Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33102026-07-14T00:30:17.597Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33112026-07-14T00:30:18.692Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33122026-07-14T00:30:19.212Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33132026-07-14T00:30:20.903Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142026-07-14T00:30:23.030Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33152026-07-14T00:30:24.670Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33162026-07-14T00:30:26.710Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33172026-07-14T00:30:28.501Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33182026-07-14T00:30:30.236Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33192026-07-14T00:30:32.363Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33202026-07-14T00:30:33.855Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33212026-07-14T00:30:35.640Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33222026-07-14T00:30:37.404Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33232026-07-14T00:30:39.142Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33242026-07-14T00:30:40.926Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33252026-07-14T00:30:44.492Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33262026-07-14T00:30:45.939Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33272026-07-14T00:30:48.081Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33282026-07-14T00:30:49.790Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33292026-07-14T00:30:51.311Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33302026-07-14T00:30:53.437Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33312026-07-14T00:30:57.770Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33322026-07-14T00:30:59.466Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33332026-07-14T00:31:01.324Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33342026-07-14T00:31:03.152Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33352026-07-14T00:31:06.699Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33362026-07-14T00:31:06.819Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33372026-07-14T00:31:09.929Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33382026-07-14T00:31:12.198Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33392026-07-14T00:31:14.696Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33402026-07-14T00:31:17.008Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33412026-07-14T00:31:23.443Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33422026-07-14T00:31:23.510Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-07-14T00:31:23.636Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-07-14T00:31:26.303Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33452026-07-14T00:31:28.301Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33462026-07-14T00:31:30.329Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33472026-07-14T00:31:32.548Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33482026-07-14T00:31:34.891Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33492026-07-14T00:31:37.295Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33502026-07-14T00:31:39.603Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33512026-07-14T00:31:41.946Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-07-14T00:31:44.280Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-07-14T00:31:46.658Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-07-14T00:31:49.013Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33552026-07-14T00:31:51.340Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33562026-07-14T00:31:53.758Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33572026-07-14T00:31:56.091Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33582026-07-14T00:31:58.501Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33592026-07-14T00:32:00.892Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33602026-07-14T00:32:03.263Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-07-14T00:32:05.562Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33622026-07-14T00:32:07.972Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33632026-07-14T00:32:10.300Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33642026-07-14T00:32:12.754Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33652026-07-14T00:32:15.135Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33662026-07-14T00:32:17.527Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33672026-07-14T00:32:19.947Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33682026-07-14T00:32:22.295Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-07-14T00:32:24.916Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33702026-07-14T00:32:27.277Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33712026-07-14T00:32:29.837Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33722026-07-14T00:32:32.101Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33732026-07-14T00:32:34.488Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33742026-07-14T00:32:37.317Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33752026-07-14T00:32:39.377Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33762026-07-14T00:32:42.212Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33772026-07-14T00:32:44.512Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33782026-07-14T00:32:46.951Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33792026-07-14T00:32:49.429Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33802026-07-14T00:32:51.872Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33812026-07-14T00:32:54.443Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33822026-07-14T00:32:57.082Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33832026-07-14T00:32:59.564Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33842026-07-14T00:33:02.361Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33852026-07-14T00:33:05.025Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33862026-07-14T00:33:07.462Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-07-14T00:33:14.457Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33882026-07-14T00:33:14.497Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33892026-07-14T00:33:15.153Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33902026-07-14T00:33:18.064Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33912026-07-14T00:33:20.512Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33922026-07-14T00:33:23.225Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33932026-07-14T00:33:31.444Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33942026-07-14T00:33:31.469Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33952026-07-14T00:33:34.828Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33962026-07-14T00:33:38.090Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33972026-07-14T00:33:41.419Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33982026-07-14T00:33:44.982Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33992026-07-14T00:33:48.182Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34002026-07-14T00:33:52.924Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34012026-07-14T00:33:55.759Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34022026-07-14T00:33:59.503Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34032026-07-14T00:34:03.152Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34042026-07-14T00:34:06.986Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34052026-07-14T00:34:10.661Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34062026-07-14T00:34:14.461Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34072026-07-14T00:34:18.261Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34082026-07-14T00:34:21.867Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34092026-07-14T00:34:25.581Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34102026-07-14T00:34:29.324Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34112026-07-14T00:34:32.983Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34122026-07-14T00:34:36.793Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34132026-07-14T00:34:40.531Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34142026-07-14T00:34:44.130Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34152026-07-14T00:34:47.815Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34162026-07-14T00:34:51.764Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34172026-07-14T00:34:55.322Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34182026-07-14T00:35:25.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
34192026-07-14T00:35:25.292Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34202026-07-14T00:35:25.401Z
34212026-07-14T00:35:25.401Zreal 6:58.560388225
34222026-07-14T00:35:25.401Zuser 18:40.247179351
34232026-07-14T00:35:25.401Zsys 3:57.587400825
34242026-07-14T00:35:25.401Ztrap 0.279434536
34252026-07-14T00:35:25.401Ztflt 0.004147630
34262026-07-14T00:35:25.401Zdflt 0.091313276
34272026-07-14T00:35:25.401Zkflt 0.000065050
34282026-07-14T00:35:25.401Zlock 6:28:03.696573328
34292026-07-14T00:35:25.404Zslp 2:20:42.335140689
34302026-07-14T00:35:25.404Zlat 33.212316978
34312026-07-14T00:35:25.404Zstop 1:44.947085336
34322026-07-14T00:35:25.404Zprocess exited: duration 792705 ms, exit code 0
 
34332026-07-14T00:35:25.410Zfound 0 output files