01KWJ7Z641J8MQJHECYCJDT4TN: clippy (helios)

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

Buildomat Job: 01KWJ7ZKABFKPWYXRYFYRBCSWZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:24:05.010Zjob assigned to worker 01KWJ7ZWJZ37SQBCMNPTT0YHCQ [factory aws, i-0c172bbda704385e3] (queued for 1 m 1 s)
 
22026-07-02T20:24:11.365Zstarting task 0: "setup"
32026-07-02T20:24:11.375Z++ uname -s
42026-07-02T20:24:11.379Z+ kern=SunOS
52026-07-02T20:24:11.379Z+ build_user=build
62026-07-02T20:24:11.379Z+ build_uid=12345
72026-07-02T20:24:11.379Z+ work_dir=/work
82026-07-02T20:24:11.379Z+ input_dir=/input
92026-07-02T20:24:11.379Z+ [[ 0 == 12345 ]]
102026-07-02T20:24:11.379Z+ case "$kern" in
112026-07-02T20:24:11.379Z+ groupadd -g 12345 build
122026-07-02T20:24:11.379Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:24:13.384Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:24:13.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:24:13.454Z+ home_fs=zfs
162026-07-02T20:24:13.454Z+ [[ zfs == autofs ]]
172026-07-02T20:24:13.454Z+ mkdir -p /home/build
182026-07-02T20:24:13.454Z+ chown build:build /home/build /work
192026-07-02T20:24:15.456Z+ chmod 0700 /home/build /work
202026-07-02T20:24:15.466Zprocess exited: duration 4091 ms, exit code 0
 
212026-07-02T20:24:15.476Zstarting task 1: "rust-toolchain"
222026-07-02T20:24:15.480Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T20:24:15.480Z * rust toolchain channel = "1.96.1"
242026-07-02T20:24:15.480Z * rust toolchain profile = "default"
252026-07-02T20:24:15.480Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T20:24:15.480Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T20:24:15.480Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T20:24:15.488Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:24:15.488Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:24:15.572Zinfo: downloading installer
312026-07-02T20:24:17.247Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:24:17.247Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:24:17.248Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:24:17.248Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:24:17.260Zinfo: profile set to default
362026-07-02T20:24:17.260Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:24:17.263Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:24:17.407Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:24:17.410Zinfo: downloading 6 components
402026-07-02T20:24:33.764Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:24:33.764Z
422026-07-02T20:24:33.792Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:24:33.792Z
442026-07-02T20:24:33.792Z
452026-07-02T20:24:33.792ZRust is installed now. Great!
462026-07-02T20:24:33.792Z
472026-07-02T20:24:33.792ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:24:33.792Zenvironment variable. This has not been done automatically.
492026-07-02T20:24:33.792Z
502026-07-02T20:24:33.792ZTo configure your current shell, you need to source
512026-07-02T20:24:33.793Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:24:33.794Z
532026-07-02T20:24:33.794ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:24:33.797Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:24:33.797Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:24:33.797Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:24:33.797Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:24:33.797Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:24:33.797Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:24:33.797Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:24:33.797Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:24:33.898Z+ rustup --version
632026-07-02T20:24:33.907Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:24:33.910Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:24:33.928Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:24:33.931Z+ cargo --version
672026-07-02T20:24:33.945Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:24:33.949Z+ rustc --version
692026-07-02T20:24:33.968Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:24:33.971Zprocess exited: duration 18494 ms, exit code 0
 
712026-07-02T20:24:33.976Zstarting task 2: "authentication"
722026-07-02T20:24:33.992Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T20:24:33.999Zstarting task 3: "clone repository"
742026-07-02T20:24:34.002Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:24:34.005Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:24:34.037ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:24:45.462Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:24:45.463Z+ git fetch origin 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
792026-07-02T20:24:45.788ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:24:45.788Z * branch 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3 -> FETCH_HEAD
812026-07-02T20:24:45.798Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-02T20:24:45.800Z++ git branch --show-current
832026-07-02T20:24:45.800Z+ current=main
842026-07-02T20:24:45.800Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-02T20:24:45.800Z+ git branch -f iliana/tufaceous-v2/10.releng 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
862026-07-02T20:24:45.803Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-02T20:24:46.058ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-02T20:24:46.063Z+ git reset --hard 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
892026-07-02T20:24:46.078ZHEAD is now at 34efdd2cc nit
902026-07-02T20:24:46.081Zprocess exited: duration 12081 ms, exit code 0
 
912026-07-02T20:24:46.087Zstarting task 4: "build"
922026-07-02T20:24:46.092Z+ source ./env.sh
932026-07-02T20:24:46.096Z++ OLD_SHELL_OPTS=ehxB
942026-07-02T20:24:46.096Z++ set -o xtrace
952026-07-02T20:24:46.096Z++++ dirname ./env.sh
962026-07-02T20:24:46.096Z+++ readlink -f .
972026-07-02T20:24:46.099Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-02T20:24:46.099Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-02T20:24:46.099Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-02T20:24:46.099Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-02T20:24:46.099Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-02T20:24:46.099Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-02T20:24:46.099Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-02T20:24:46.099Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-02T20:24:46.099Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-02T20:24:46.101Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T20:24:46.101Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-02T20:24:46.101Z++ case $OLD_SHELL_OPTS in
1092026-07-02T20:24:46.101Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-02T20:24:46.101Z+ source .github/buildomat/ci-env.sh
1112026-07-02T20:24:46.101Z++ export CARGO_TERM_COLOR=always
1122026-07-02T20:24:46.101Z++ CARGO_TERM_COLOR=always
1132026-07-02T20:24:46.101Z+ cargo --version
1142026-07-02T20:24:46.107Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-02T20:24:46.110Z+ rustc --version
1162026-07-02T20:24:46.130Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-02T20:24:46.133Z+ banner prerequisites
1182026-07-02T20:24:46.136Z
1192026-07-02T20:24:46.136Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-02T20:24:46.136Z # # # # # # # # # # # # # # #
1212026-07-02T20:24:46.136Z # # # # ##### # # ##### # # # # # #### #
1222026-07-02T20:24:46.136Z ##### ##### # ##### # # # # # # # # #
1232026-07-02T20:24:46.137Z # # # # # # # # # # # # # # #
1242026-07-02T20:24:46.137Z # # # ###### # # ###### ### # #### # #### #
1252026-07-02T20:24:46.137Z
1262026-07-02T20:24:46.137Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-02T20:24:47.612Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-02T20:24:47.723Z Startup: Caching catalogs ... Done
1292026-07-02T20:24:48.221ZPlanning: Solver setup ... Done (0.453s)
1302026-07-02T20:24:48.249ZPlanning: Running solver ... Done (0.027s)
1312026-07-02T20:24:48.260ZPlanning: Finding local manifests ... Done (0.002s)
1322026-07-02T20:24:48.272ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-02T20:24:48.287ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-02T20:24:48.301ZPlanning: Package planning ... Done (0.013s)
1352026-07-02T20:24:48.304ZPlanning: Merging actions ... Done (0.001s)
1362026-07-02T20:24:48.469ZPlanning: Checking for conflicting actions ... Done (0.166s)
1372026-07-02T20:24:48.474ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-02T20:24:49.247ZPlanning: Evaluating mediators ... Done (0.778s)
1392026-07-02T20:24:49.250ZPlanning: Planning completed in 1.51 seconds
1402026-07-02T20:24:49.257Z Packages to install: 2
1412026-07-02T20:24:49.260Z Estimated space available: 156.06 GB
1422026-07-02T20:24:49.260ZEstimated space to be consumed: 30.98 MB
1432026-07-02T20:24:49.260Z Create boot environment: No
1442026-07-02T20:24:49.260ZCreate backup boot environment: No
1452026-07-02T20:24:49.260Z Rebuild boot archive: No
1462026-07-02T20:24:49.260Z
1472026-07-02T20:24:49.260ZChanged packages:
1482026-07-02T20:24:49.260Zhelios
1492026-07-02T20:24:49.260Z developer/build-essential
1502026-07-02T20:24:49.260Z None -> 11-3.0
1512026-07-02T20:24:49.260Z library/libxmlsec1
1522026-07-02T20:24:49.260Z None -> 1.2.35-3.0
1532026-07-02T20:24:49.283Z
1542026-07-02T20:24:49.283ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-02T20:24:49.771ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-07-02T20:24:49.841Z Actions: 1/268 actions (Installing new actions)
1572026-07-02T20:24:49.880Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-02T20:24:49.891ZFinalize: Updating package state database ... Done (0.011s)
1592026-07-02T20:24:49.891ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-02T20:24:49.920ZFinalize: Updating image state ... Done (0.029s)
1612026-07-02T20:24:52.335ZFinalize: Creating fast lookup database ... Done (2.389s)
1622026-07-02T20:24:52.403ZFinalize: Reading search index ... Done (0.012s)
1632026-07-02T20:24:52.406ZFinalize: Updating search index ... Done (0.000s)
1642026-07-02T20:24:52.503ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-02T20:24:52.822ZPlanning: Evaluating mediator changes ... Done
1662026-07-02T20:24:52.928ZPlanning: Checking for conflicting actions ... Done
1672026-07-02T20:24:52.930ZPlanning: Consolidating action changes ... Done
1682026-07-02T20:24:53.086ZPlanning: Evaluating mediators ... Done
1692026-07-02T20:24:53.088ZPlanning: Planning completed in 0.26 seconds
1702026-07-02T20:24:53.112Z Mediators to change: 2
1712026-07-02T20:24:53.112Z Create boot environment: No
1722026-07-02T20:24:53.112ZCreate backup boot environment: No
1732026-07-02T20:24:53.152ZFinalize: Updating package state database ... Done
1742026-07-02T20:24:53.152ZFinalize: Updating package cache ... Done
1752026-07-02T20:24:53.170ZFinalize: Updating image state ... Done
1762026-07-02T20:24:55.123ZFinalize: Creating fast lookup database ... Done
1772026-07-02T20:24:55.185ZFinalize: Reading search index ... Done
1782026-07-02T20:24:55.188ZFinalize: Updating search index ... Done
1792026-07-02T20:24:55.241ZFinalize: Updating package cache ... Done
1802026-07-02T20:24:55.529ZPlanning: Evaluating mediator changes ... Done
1812026-07-02T20:24:55.633ZPlanning: Checking for conflicting actions ... Done
1822026-07-02T20:24:55.636ZPlanning: Consolidating action changes ... Done
1832026-07-02T20:24:55.792ZPlanning: Evaluating mediators ... Done
1842026-07-02T20:24:55.795ZPlanning: Planning completed in 0.26 seconds
1852026-07-02T20:24:55.814Z Mediators to change: 1
1862026-07-02T20:24:55.817Z Create boot environment: No
1872026-07-02T20:24:55.817ZCreate backup boot environment: No
1882026-07-02T20:24:55.856ZFinalize: Updating package state database ... Done
1892026-07-02T20:24:55.856ZFinalize: Updating package cache ... Done
1902026-07-02T20:24:55.872ZFinalize: Updating image state ... Done
1912026-07-02T20:24:57.848ZFinalize: Creating fast lookup database ... Done
1922026-07-02T20:24:57.905ZFinalize: Reading search index ... Done
1932026-07-02T20:24:57.910ZFinalize: Updating search index ... Done
1942026-07-02T20:24:57.964ZFinalize: Updating package cache ... Done
1952026-07-02T20:24:58.278ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-02T20:24:58.278Zapache system 2.4 system
1972026-07-02T20:24:58.278Zclang system 15 system
1982026-07-02T20:24:58.280Zcsh system system illumos
1992026-07-02T20:24:58.280Zctags system system illumos
2002026-07-02T20:24:58.280Zfile vendor vendor darwinsys
2012026-07-02T20:24:58.280Zfile system system illumos
2022026-07-02T20:24:58.280Zgcc vendor 14 vendor
2032026-07-02T20:24:58.280Zgcc system 13 system
2042026-07-02T20:24:58.280Zgcc system 10 system
2052026-07-02T20:24:58.280Zgo system 1.25 system
2062026-07-02T20:24:58.280Zllvm system 15 system
2072026-07-02T20:24:58.280Zmariadb system 11.4 system
2082026-07-02T20:24:58.280Zmta vendor vendor dma
2092026-07-02T20:24:58.280Zopenjdk system 17 system
2102026-07-02T20:24:58.280Zopenjdk system 11 system
2112026-07-02T20:24:58.280Zopenssl vendor 3 vendor
2122026-07-02T20:24:58.280Zperl system 5.40 system
2132026-07-02T20:24:58.280Zpostgresql system 18 system
2142026-07-02T20:24:58.280Zpostgresql system 17 system
2152026-07-02T20:24:58.280Zpython vendor 3 vendor
2162026-07-02T20:24:58.280Zpython system 2 system
2172026-07-02T20:24:58.280Zpython3 vendor 3.13 vendor
2182026-07-02T20:24:58.280Zruby system 3.4 system
2192026-07-02T20:24:58.280Zruby system 3.0 system
2202026-07-02T20:24:58.280Zwords vendor vendor american-english
2212026-07-02T20:24:58.280Zwords system system australian-english
2222026-07-02T20:24:58.280Zwords system system british-english
2232026-07-02T20:24:58.280Zwords system system canadian-english
2242026-07-02T20:24:58.281Zwords system system french
2252026-07-02T20:24:58.281Zwords system system italian
2262026-07-02T20:24:58.281Zwords system system ngerman
2272026-07-02T20:24:58.281Zwords system system ogerman
2282026-07-02T20:24:58.281Zwords system system spanish
2292026-07-02T20:24:58.534ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-02T20:24:58.534Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-02T20:24:58.839ZFMRI IFO
2322026-07-02T20:24:58.839Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-02T20:24:58.839Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-02T20:24:58.839Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-02T20:24:58.839Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-02T20:24:58.839Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-02T20:24:58.839Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-02T20:24:58.839Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-02T20:24:58.839Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-02T20:24:58.839Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-02T20:24:59.101Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-02T20:24:59.379Z Updating crates.io index
2432026-07-02T20:24:59.382Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-02T20:24:59.614Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-02T20:24:59.884Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-02T20:25:00.821Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-02T20:25:01.320Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-02T20:25:03.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-02T20:25:03.915Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-02T20:25:04.184Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-02T20:25:04.513Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-02T20:25:05.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-02T20:25:05.811Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-02T20:25:06.121Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-02T20:25:06.369Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-02T20:25:06.788Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-02T20:25:07.261Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-02T20:25:07.512Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-02T20:25:07.822Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-02T20:25:08.063Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-02T20:25:08.378Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-02T20:25:08.582Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-02T20:25:08.777Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-02T20:25:09.039Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-02T20:25:09.419Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-02T20:25:09.752Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-02T20:25:09.995Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-02T20:25:10.415Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-02T20:25:10.631Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-07-02T20:25:11.031Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-07-02T20:25:11.330Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-07-02T20:25:11.591Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-07-02T20:25:11.823Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-07-02T20:25:12.175Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-07-02T20:25:12.505Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-07-02T20:25:12.738Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-07-02T20:25:13.036Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-07-02T20:25:13.281Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-07-02T20:25:13.543Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-07-02T20:25:14.007Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-07-02T20:25:14.232Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-07-02T20:25:14.508Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-07-02T20:25:14.756Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-07-02T20:25:17.695Z Downloading crates ...
2852026-07-02T20:25:17.748Z Downloaded cfg-if v1.0.4
2862026-07-02T20:25:17.751Z Downloaded cpufeatures v0.2.17
2872026-07-02T20:25:17.754Z Downloaded anstream v1.0.0
2882026-07-02T20:25:17.754Z Downloaded fnv v1.0.7
2892026-07-02T20:25:17.757Z Downloaded autocfg v1.5.0
2902026-07-02T20:25:17.757Z Downloaded usdt v0.5.0
2912026-07-02T20:25:17.760Z Downloaded semver v1.0.28
2922026-07-02T20:25:17.763Z Downloaded byteorder v1.5.0
2932026-07-02T20:25:17.763Z Downloaded camino-tempfile v1.4.1
2942026-07-02T20:25:17.768Z Downloaded zmij v1.0.21
2952026-07-02T20:25:17.771Z Downloaded tempfile v3.25.0
2962026-07-02T20:25:17.771Z Downloaded bytecount v0.6.9
2972026-07-02T20:25:17.774Z Downloaded bitflags v2.11.0
2982026-07-02T20:25:17.774Z Downloaded anstyle-query v1.1.5
2992026-07-02T20:25:17.777Z Downloaded zerocopy-derive v0.7.35
3002026-07-02T20:25:17.777Z Downloaded errno v0.3.14
3012026-07-02T20:25:17.777Z Downloaded macaddr v1.0.1
3022026-07-02T20:25:17.780Z Downloaded digest v0.10.7
3032026-07-02T20:25:17.781Z Downloaded anstyle v1.0.14
3042026-07-02T20:25:17.784Z Downloaded fastrand v2.3.0
3052026-07-02T20:25:17.784Z Downloaded dof v0.3.0
3062026-07-02T20:25:17.787Z Downloaded zerocopy v0.7.35
3072026-07-02T20:25:17.792Z Downloaded pest_generator v2.8.6
3082026-07-02T20:25:17.795Z Downloaded memchr v2.8.0
3092026-07-02T20:25:17.799Z Downloaded log v0.4.29
3102026-07-02T20:25:17.802Z Downloaded heck v0.5.0
3112026-07-02T20:25:17.802Z Downloaded dtrace-parser v0.2.0
3122026-07-02T20:25:17.806Z Downloaded block-buffer v0.10.4
3132026-07-02T20:25:17.806Z Downloaded serde_spanned v0.6.9
3142026-07-02T20:25:17.809Z Downloaded generic-array v0.14.7
3152026-07-02T20:25:17.809Z Downloaded clap_lex v1.0.0
3162026-07-02T20:25:17.815Z Downloaded equivalent v1.0.2
3172026-07-02T20:25:17.818Z Downloaded colorchoice v1.0.4
3182026-07-02T20:25:17.821Z Downloaded smawk v0.3.2
3192026-07-02T20:25:17.829Z Downloaded heck v0.4.1
3202026-07-02T20:25:17.832Z Downloaded tabled_derive v0.7.0
3212026-07-02T20:25:17.835Z Downloaded strsim v0.11.1
3222026-07-02T20:25:17.838Z Downloaded is_terminal_polyfill v1.70.2
3232026-07-02T20:25:17.841Z Downloaded cargo-platform v0.3.2
3242026-07-02T20:25:17.844Z Downloaded toml_write v0.1.2
3252026-07-02T20:25:17.847Z Downloaded usdt-attr-macro v0.5.0
3262026-07-02T20:25:17.851Z Downloaded pretty-hex v0.4.1
3272026-07-02T20:25:17.854Z Downloaded itoa v1.0.17
3282026-07-02T20:25:17.857Z Downloaded swrite v0.1.0
3292026-07-02T20:25:17.857Z Downloaded proc-macro-error-attr v1.0.4
3302026-07-02T20:25:17.857Z Downloaded terminal_size v0.4.3
3312026-07-02T20:25:17.862Z Downloaded plain v0.2.3
3322026-07-02T20:25:17.862Z Downloaded version_check v0.9.5
3332026-07-02T20:25:17.866Z Downloaded scroll_derive v0.12.1
3342026-07-02T20:25:17.870Z Downloaded toml_datetime v0.6.11
3352026-07-02T20:25:17.873Z Downloaded thread-id v4.2.2
3362026-07-02T20:25:17.873Z Downloaded utf8parse v0.2.2
3372026-07-02T20:25:17.876Z Downloaded usdt-macro v0.5.0
3382026-07-02T20:25:17.884Z Downloaded crypto-common v0.1.7
3392026-07-02T20:25:17.887Z Downloaded thiserror v1.0.69
3402026-07-02T20:25:17.894Z Downloaded cargo_metadata v0.23.1
3412026-07-02T20:25:17.896Z Downloaded anstyle-parse v1.0.0
3422026-07-02T20:25:17.903Z Downloaded unicode-linebreak v0.1.5
3432026-07-02T20:25:17.906Z Downloaded thiserror v2.0.18
3442026-07-02T20:25:17.909Z Downloaded thiserror-impl v2.0.18
3452026-07-02T20:25:17.909Z Downloaded thiserror-impl v1.0.69
3462026-07-02T20:25:17.909Z Downloaded quote v1.0.45
3472026-07-02T20:25:17.912Z Downloaded fs-err v3.3.0
3482026-07-02T20:25:17.912Z Downloaded proc-macro-error v1.0.4
3492026-07-02T20:25:17.915Z Downloaded scroll v0.12.0
3502026-07-02T20:25:17.922Z Downloaded usdt-impl v0.5.0
3512026-07-02T20:25:17.931Z Downloaded once_cell v1.21.3
3522026-07-02T20:25:17.935Z Downloaded papergrid v0.11.0
3532026-07-02T20:25:17.940Z Downloaded memmap v0.7.0
3542026-07-02T20:25:17.944Z Downloaded toml v0.8.23
3552026-07-02T20:25:17.944Z Downloaded pest_derive v2.8.6
3562026-07-02T20:25:17.944Z Downloaded camino v1.2.2
3572026-07-02T20:25:17.947Z Downloaded cargo_toml v0.21.0
3582026-07-02T20:25:17.947Z Downloaded clap_derive v4.6.1
3592026-07-02T20:25:17.950Z Downloaded sha2 v0.10.9
3602026-07-02T20:25:17.950Z Downloaded serde_tokenstream v0.2.3
3612026-07-02T20:25:17.954Z Downloaded ucd-trie v0.1.7
3622026-07-02T20:25:17.959Z Downloaded proc-macro2 v1.0.106
3632026-07-02T20:25:17.962Z Downloaded unicode-ident v1.0.24
3642026-07-02T20:25:17.966Z Downloaded getrandom v0.4.1
3652026-07-02T20:25:17.977Z Downloaded serde_core v1.0.228
3662026-07-02T20:25:17.982Z Downloaded pest_meta v2.8.6
3672026-07-02T20:25:17.985Z Downloaded anyhow v1.0.102
3682026-07-02T20:25:17.991Z Downloaded textwrap v0.16.2
3692026-07-02T20:25:17.996Z Downloaded serde_derive v1.0.228
3702026-07-02T20:25:18.004Z Downloaded clap v4.6.1
3712026-07-02T20:25:18.013Z Downloaded toml_edit v0.22.27
3722026-07-02T20:25:18.016Z Downloaded serde v1.0.228
3732026-07-02T20:25:18.022Z Downloaded hashbrown v0.17.0
3742026-07-02T20:25:18.026Z Downloaded typenum v1.20.1
3752026-07-02T20:25:18.033Z Downloaded indexmap v2.14.0
3762026-07-02T20:25:18.036Z Downloaded pest v2.8.6
3772026-07-02T20:25:18.043Z Downloaded clap_builder v4.6.0
3782026-07-02T20:25:18.066Z Downloaded serde_json v1.0.150
3792026-07-02T20:25:18.078Z Downloaded winnow v0.7.14
3802026-07-02T20:25:18.085Z Downloaded goblin v0.8.2
3812026-07-02T20:25:18.095Z Downloaded tabled v0.15.0
3822026-07-02T20:25:18.117Z Downloaded syn v1.0.109
3832026-07-02T20:25:18.125Z Downloaded unicode-width v0.1.14
3842026-07-02T20:25:18.128Z Downloaded unicode-width v0.2.0
3852026-07-02T20:25:18.131Z Downloaded syn v2.0.117
3862026-07-02T20:25:18.144Z Downloaded rustix v1.1.3
3872026-07-02T20:25:18.166Z Downloaded libc v0.2.185
3882026-07-02T20:25:18.228Z Compiling proc-macro2 v1.0.106
3892026-07-02T20:25:18.229Z Compiling quote v1.0.45
3902026-07-02T20:25:18.229Z Compiling unicode-ident v1.0.24
3912026-07-02T20:25:18.232Z Compiling serde_core v1.0.228
3922026-07-02T20:25:18.232Z Compiling libc v0.2.185
3932026-07-02T20:25:18.232Z Compiling version_check v0.9.5
3942026-07-02T20:25:18.232Z Compiling memchr v2.8.0
3952026-07-02T20:25:18.232Z Compiling serde v1.0.228
3962026-07-02T20:25:18.576Z Compiling zmij v1.0.21
3972026-07-02T20:25:18.833Z Compiling thiserror v1.0.69
3982026-07-02T20:25:18.880Z Compiling ucd-trie v0.1.7
3992026-07-02T20:25:19.058Z Compiling itoa v1.0.17
4002026-07-02T20:25:19.182Z Compiling pest v2.8.6
4012026-07-02T20:25:19.214Z Compiling rustix v1.1.3
4022026-07-02T20:25:19.255Z Compiling byteorder v1.5.0
4032026-07-02T20:25:19.318Z Compiling errno v0.3.14
4042026-07-02T20:25:19.476Z Compiling serde_json v1.0.150
4052026-07-02T20:25:19.502Z Compiling bitflags v2.11.0
4062026-07-02T20:25:19.744Z Compiling syn v2.0.117
4072026-07-02T20:25:19.806Z Compiling thread-id v4.2.2
4082026-07-02T20:25:19.837Z Compiling proc-macro-error-attr v1.0.4
4092026-07-02T20:25:19.891Z Compiling usdt-impl v0.5.0
4102026-07-02T20:25:19.997Z Compiling syn v1.0.109
4112026-07-02T20:25:20.041Z Compiling camino v1.2.2
4122026-07-02T20:25:20.250Z Compiling pest_meta v2.8.6
4132026-07-02T20:25:20.430Z Compiling proc-macro-error v1.0.4
4142026-07-02T20:25:20.459Z Compiling plain v0.2.3
4152026-07-02T20:25:20.477Z Compiling hashbrown v0.17.0
4162026-07-02T20:25:20.576Z Compiling equivalent v1.0.2
4172026-07-02T20:25:20.674Z Compiling log v0.4.29
4182026-07-02T20:25:20.751Z Compiling utf8parse v0.2.2
4192026-07-02T20:25:20.869Z Compiling getrandom v0.4.1
4202026-07-02T20:25:20.869Z Compiling anstyle-parse v1.0.0
4212026-07-02T20:25:21.042Z Compiling indexmap v2.14.0
4222026-07-02T20:25:21.069Z Compiling terminal_size v0.4.3
4232026-07-02T20:25:21.633Z Compiling cfg-if v1.0.4
4242026-07-02T20:25:21.657Z Compiling colorchoice v1.0.4
4252026-07-02T20:25:21.675Z Compiling winnow v0.7.14
4262026-07-02T20:25:21.706Z Compiling thiserror v2.0.18
4272026-07-02T20:25:21.781Z Compiling anstyle v1.0.14
4282026-07-02T20:25:21.820Z Compiling anstyle-query v1.1.5
4292026-07-02T20:25:21.893Z Compiling autocfg v1.5.0
4302026-07-02T20:25:21.939Z Compiling pretty-hex v0.4.1
4312026-07-02T20:25:21.956Z Compiling toml_write v0.1.2
4322026-07-02T20:25:22.013Z Compiling pest_generator v2.8.6
4332026-07-02T20:25:22.062Z Compiling is_terminal_polyfill v1.70.2
4342026-07-02T20:25:22.154Z Compiling anstream v1.0.0
4352026-07-02T20:25:22.293Z Compiling once_cell v1.21.3
4362026-07-02T20:25:22.324Z Compiling fs-err v3.3.0
4372026-07-02T20:25:22.470Z Compiling strsim v0.11.1
4382026-07-02T20:25:22.523Z Compiling anyhow v1.0.102
4392026-07-02T20:25:22.543Z Compiling bytecount v0.6.9
4402026-07-02T20:25:22.685Z Compiling fastrand v2.3.0
4412026-07-02T20:25:22.718Z Compiling heck v0.4.1
4422026-07-02T20:25:22.778Z Compiling unicode-width v0.1.14
4432026-07-02T20:25:22.832Z Compiling heck v0.5.0
4442026-07-02T20:25:22.853Z Compiling clap_lex v1.0.0
4452026-07-02T20:25:22.950Z Compiling fnv v1.0.7
4462026-07-02T20:25:23.025Z Compiling tempfile v3.25.0
4472026-07-02T20:25:23.109Z Compiling papergrid v0.11.0
4482026-07-02T20:25:23.126Z Compiling clap_builder v4.6.0
4492026-07-02T20:25:23.223Z Compiling semver v1.0.28
4502026-07-02T20:25:23.249Z Compiling cargo-platform v0.3.2
4512026-07-02T20:25:23.286Z Compiling memmap v0.7.0
4522026-07-02T20:25:23.343Z Compiling tabled_derive v0.7.0
4532026-07-02T20:25:23.411Z Compiling unicode-width v0.2.0
4542026-07-02T20:25:23.478Z Compiling smawk v0.3.2
4552026-07-02T20:25:23.533Z Compiling unicode-linebreak v0.1.5
4562026-07-02T20:25:23.702Z Compiling camino-tempfile v1.4.1
4572026-07-02T20:25:23.782Z Compiling textwrap v0.16.2
4582026-07-02T20:25:23.801Z Compiling serde_derive v1.0.228
4592026-07-02T20:25:23.925Z Compiling thiserror-impl v1.0.69
4602026-07-02T20:25:23.941Z Compiling zerocopy-derive v0.7.35
4612026-07-02T20:25:23.958Z Compiling pest_derive v2.8.6
4622026-07-02T20:25:24.277Z Compiling scroll_derive v0.12.1
4632026-07-02T20:25:24.298Z Compiling thiserror-impl v2.0.18
4642026-07-02T20:25:24.434Z Compiling clap_derive v4.6.1
4652026-07-02T20:25:24.587Z Compiling tabled v0.15.0
4662026-07-02T20:25:24.857Z Compiling zerocopy v0.7.35
4672026-07-02T20:25:24.981Z Compiling scroll v0.12.0
4682026-07-02T20:25:25.276Z Compiling goblin v0.8.2
4692026-07-02T20:25:25.379Z Compiling dtrace-parser v0.2.0
4702026-07-02T20:25:25.432Z Compiling swrite v0.1.0
4712026-07-02T20:25:26.220Z Compiling clap v4.6.1
4722026-07-02T20:25:26.753Z Compiling toml_datetime v0.6.11
4732026-07-02T20:25:26.753Z Compiling serde_spanned v0.6.9
4742026-07-02T20:25:26.758Z Compiling cargo_metadata v0.23.1
4752026-07-02T20:25:26.759Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-02T20:25:26.759Z Compiling macaddr v1.0.1
4772026-07-02T20:25:26.841Z Compiling dof v0.3.0
4782026-07-02T20:25:26.847Z Compiling serde_tokenstream v0.2.3
4792026-07-02T20:25:26.951Z Compiling toml_edit v0.22.27
4802026-07-02T20:25:27.520Z Compiling usdt-attr-macro v0.5.0
4812026-07-02T20:25:27.524Z Compiling usdt-macro v0.5.0
4822026-07-02T20:25:28.228Z Compiling usdt v0.5.0
4832026-07-02T20:25:28.373Z Compiling toml v0.8.23
4842026-07-02T20:25:28.715Z Compiling cargo_toml v0.21.0
4852026-07-02T20:25:29.997Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-07-02T20:25:31.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
4872026-07-02T20:25:32.158Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-07-02T20:25:32.653Z Downloading crates ...
4892026-07-02T20:25:32.751Z Downloaded assert_matches v1.5.0
4902026-07-02T20:25:32.754Z Downloaded atomicwrites v0.4.4
4912026-07-02T20:25:32.754Z Downloaded arrayref v0.3.9
4922026-07-02T20:25:32.758Z Downloaded ascii-canvas v3.0.0
4932026-07-02T20:25:32.760Z Downloaded bcrypt-pbkdf v0.11.0
4942026-07-02T20:25:32.760Z Downloaded arrayvec v0.7.6
4952026-07-02T20:25:32.763Z Downloaded adler2 v2.0.1
4962026-07-02T20:25:32.774Z Downloaded bit-set v0.5.3
4972026-07-02T20:25:32.777Z Downloaded ciborium v0.2.2
4982026-07-02T20:25:32.780Z Downloaded crc-any v2.5.0
4992026-07-02T20:25:32.783Z Downloaded colored v2.2.0
5002026-07-02T20:25:32.783Z Downloaded darling_macro v0.23.0
5012026-07-02T20:25:32.786Z Downloaded darling v0.21.3
5022026-07-02T20:25:32.790Z Downloaded derive-ex v0.1.8
5032026-07-02T20:25:32.790Z Downloaded crc-catalog v2.4.0
5042026-07-02T20:25:32.790Z Downloaded atomic-waker v1.1.2
5052026-07-02T20:25:32.793Z Downloaded diff v0.1.13
5062026-07-02T20:25:32.793Z Downloaded ed25519 v2.2.3
5072026-07-02T20:25:32.793Z Downloaded crossbeam-deque v0.8.6
5082026-07-02T20:25:32.793Z Downloaded bitfield v0.19.4
5092026-07-02T20:25:32.796Z Downloaded base16ct v0.2.0
5102026-07-02T20:25:32.799Z Downloaded display-error-chain v0.2.2
5112026-07-02T20:25:32.799Z Downloaded async-recursion v1.1.1
5122026-07-02T20:25:32.801Z Downloaded aead v0.5.2
5132026-07-02T20:25:32.801Z Downloaded digest-io v0.1.0
5142026-07-02T20:25:32.801Z Downloaded darling_macro v0.21.3
5152026-07-02T20:25:32.804Z Downloaded crucible-workspace-hack v0.1.0
5162026-07-02T20:25:32.804Z Downloaded atty v0.2.14
5172026-07-02T20:25:32.807Z Downloaded array-init v0.0.4
5182026-07-02T20:25:32.811Z Downloaded cobs v0.3.0
5192026-07-02T20:25:32.814Z Downloaded bcs v0.1.6
5202026-07-02T20:25:32.814Z Downloaded daft v0.1.7
5212026-07-02T20:25:32.820Z Downloaded compression-codecs v0.4.37
5222026-07-02T20:25:32.823Z Downloaded ctutils v0.4.2
5232026-07-02T20:25:32.826Z Downloaded blake2 v0.10.6
5242026-07-02T20:25:32.826Z Downloaded cpubits v0.1.1
5252026-07-02T20:25:32.831Z Downloaded bit-vec v0.8.0
5262026-07-02T20:25:32.834Z Downloaded bit-set v0.8.0
5272026-07-02T20:25:32.834Z Downloaded async-stream-impl v0.3.6
5282026-07-02T20:25:32.834Z Downloaded async-stream v0.3.6
5292026-07-02T20:25:32.836Z Downloaded darling_macro v0.20.11
5302026-07-02T20:25:32.836Z Downloaded darling_macro v0.13.4
5312026-07-02T20:25:32.839Z Downloaded enum-as-inner v0.6.1
5322026-07-02T20:25:32.842Z Downloaded embedded-io v0.6.1
5332026-07-02T20:25:32.842Z Downloaded block-buffer v0.12.1
5342026-07-02T20:25:32.845Z Downloaded defmt v0.3.100
5352026-07-02T20:25:32.845Z Downloaded endian-type v0.1.2
5362026-07-02T20:25:32.848Z Downloaded corncobs v0.1.4
5372026-07-02T20:25:32.848Z Downloaded ctr v0.10.1
5382026-07-02T20:25:32.851Z Downloaded darling_core v0.20.11
5392026-07-02T20:25:32.854Z Downloaded compression-core v0.4.31
5402026-07-02T20:25:32.854Z Downloaded bitfield-struct v0.6.2
5412026-07-02T20:25:32.857Z Downloaded convert_case v0.10.0
5422026-07-02T20:25:32.857Z Downloaded document-features v0.2.12
5432026-07-02T20:25:32.857Z Downloaded difflib v0.4.0
5442026-07-02T20:25:32.857Z Downloaded dtrace-parser v0.3.0
5452026-07-02T20:25:32.860Z Downloaded ciborium-io v0.2.2
5462026-07-02T20:25:32.861Z Downloaded castaway v0.2.4
5472026-07-02T20:25:32.861Z Downloaded block-padding v0.4.2
5482026-07-02T20:25:32.864Z Downloaded derive_builder_macro v0.20.2
5492026-07-02T20:25:32.864Z Downloaded cfg_aliases v0.1.1
5502026-07-02T20:25:32.864Z Downloaded bb8 v0.8.6
5512026-07-02T20:25:32.864Z Downloaded dunce v1.0.5
5522026-07-02T20:25:32.867Z Downloaded dyn-clone v1.0.20
5532026-07-02T20:25:32.867Z Downloaded convert_case v0.4.0
5542026-07-02T20:25:32.871Z Downloaded diesel_table_macro_syntax v0.3.0
5552026-07-02T20:25:32.874Z Downloaded ciborium-ll v0.2.2
5562026-07-02T20:25:32.874Z Downloaded darling v0.13.4
5572026-07-02T20:25:32.876Z Downloaded defmt-macros v1.0.1
5582026-07-02T20:25:32.877Z Downloaded cfg_aliases v0.2.1
5592026-07-02T20:25:32.879Z Downloaded diesel v2.3.7
5602026-07-02T20:25:32.890Z Downloaded env_filter v1.0.0
5612026-07-02T20:25:32.893Z Downloaded dirs-next v2.0.0
5622026-07-02T20:25:32.893Z Downloaded curve25519-dalek-derive v0.1.1
5632026-07-02T20:25:32.893Z Downloaded argon2 v0.5.3
5642026-07-02T20:25:32.921Z Downloaded const_format_proc_macros v0.2.34
5652026-07-02T20:25:32.921Z Downloaded dirs-sys-next v0.1.2
5662026-07-02T20:25:32.921Z Downloaded debug-ignore v1.0.5
5672026-07-02T20:25:32.921Z Downloaded defmt-parser v1.0.0
5682026-07-02T20:25:32.921Z Downloaded cpufeatures v0.3.0
5692026-07-02T20:25:32.921Z Downloaded bit-vec v0.6.3
5702026-07-02T20:25:32.921Z Downloaded argon2 v0.6.0-rc.8
5712026-07-02T20:25:32.921Z Downloaded base64ct v1.8.3
5722026-07-02T20:25:32.921Z Downloaded float-cmp v0.10.0
5732026-07-02T20:25:32.921Z Downloaded downcast-rs v2.0.2
5742026-07-02T20:25:32.922Z Downloaded dof v0.4.0
5752026-07-02T20:25:32.922Z Downloaded crunchy v0.2.4
5762026-07-02T20:25:32.922Z Downloaded crc8 v0.1.1
5772026-07-02T20:25:32.922Z Downloaded flagset v0.4.7
5782026-07-02T20:25:32.922Z Downloaded anstyle-parse v0.2.7
5792026-07-02T20:25:32.922Z Downloaded foreign-types-shared v0.1.1
5802026-07-02T20:25:32.922Z Downloaded fd-lock v4.0.4
5812026-07-02T20:25:32.922Z Downloaded foreign-types-macros v0.2.3
5822026-07-02T20:25:32.922Z Downloaded foreign-types v0.5.0
5832026-07-02T20:25:32.922Z Downloaded foreign-types v0.3.2
5842026-07-02T20:25:32.922Z Downloaded crypto-common v0.2.2
5852026-07-02T20:25:32.922Z Downloaded cookie_store v0.22.1
5862026-07-02T20:25:32.922Z Downloaded digest v0.11.3
5872026-07-02T20:25:32.922Z Downloaded cmake v0.1.57
5882026-07-02T20:25:32.922Z Downloaded cmov v0.5.4
5892026-07-02T20:25:32.925Z Downloaded cipher v0.5.2
5902026-07-02T20:25:32.925Z Downloaded daft-derive v0.1.7
5912026-07-02T20:25:32.925Z Downloaded displaydoc v0.2.5
5922026-07-02T20:25:32.928Z Downloaded bitflags v1.3.2
5932026-07-02T20:25:32.936Z Downloaded constant_time_eq v0.4.2
5942026-07-02T20:25:32.936Z Downloaded float-ord v0.3.2
5952026-07-02T20:25:32.939Z Downloaded fixedbitset v0.4.2
5962026-07-02T20:25:32.939Z Downloaded dropshot-api-manager-types v0.7.2
5972026-07-02T20:25:32.939Z Downloaded buf-list v1.1.2
5982026-07-02T20:25:32.939Z Downloaded cassowary v0.3.0
5992026-07-02T20:25:32.942Z Downloaded ecdsa v0.16.9
6002026-07-02T20:25:32.942Z Downloaded delegate v0.13.5
6012026-07-02T20:25:32.945Z Downloaded derive_builder v0.20.2
6022026-07-02T20:25:32.948Z Downloaded camino-tempfile-ext v0.3.3
6032026-07-02T20:25:32.948Z Downloaded funty v2.0.0
6042026-07-02T20:25:32.950Z Downloaded futures-macro v0.3.32
6052026-07-02T20:25:32.950Z Downloaded chacha20 v0.9.1
6062026-07-02T20:25:32.950Z Downloaded futures-io v0.3.32
6072026-07-02T20:25:32.953Z Downloaded foreign-types-shared v0.3.1
6082026-07-02T20:25:32.953Z Downloaded cipher v0.4.4
6092026-07-02T20:25:32.953Z Downloaded byte-wrapper v0.1.0
6102026-07-02T20:25:32.956Z Downloaded gethostname v0.5.0
6112026-07-02T20:25:32.956Z Downloaded anstream v0.6.21
6122026-07-02T20:25:32.958Z Downloaded aead v0.6.1
6132026-07-02T20:25:32.958Z Downloaded form_urlencoded v1.2.2
6142026-07-02T20:25:32.962Z Downloaded enum_dispatch v0.3.13
6152026-07-02T20:25:32.962Z Downloaded crc v3.4.0
6162026-07-02T20:25:32.965Z Downloaded backoff v0.4.0
6172026-07-02T20:25:32.965Z Downloaded fxhash v0.2.1
6182026-07-02T20:25:32.965Z Downloaded futures-sink v0.3.32
6192026-07-02T20:25:32.965Z Downloaded futures-core v0.3.32
6202026-07-02T20:25:32.968Z Downloaded dsl_auto_type v0.2.0
6212026-07-02T20:25:32.968Z Downloaded find-msvc-tools v0.1.9
6222026-07-02T20:25:32.971Z Downloaded async-trait v0.1.89
6232026-07-02T20:25:32.973Z Downloaded either v1.15.0
6242026-07-02T20:25:32.973Z Downloaded diesel-dtrace v0.5.0
6252026-07-02T20:25:32.976Z Downloaded futures-task v0.3.32
6262026-07-02T20:25:32.976Z Downloaded headers-core v0.3.0
6272026-07-02T20:25:32.976Z Downloaded hash32 v0.2.1
6282026-07-02T20:25:32.979Z Downloaded fallible-iterator v0.2.0
6292026-07-02T20:25:32.979Z Downloaded data-encoding v2.10.0
6302026-07-02T20:25:32.979Z Downloaded fixedbitset v0.5.7
6312026-07-02T20:25:32.982Z Downloaded foldhash v0.1.5
6322026-07-02T20:25:32.982Z Downloaded filetime v0.2.27
6332026-07-02T20:25:32.985Z Downloaded ghash v0.6.0
6342026-07-02T20:25:32.988Z Downloaded cookie v0.18.1
6352026-07-02T20:25:32.988Z Downloaded globwalk v0.9.1
6362026-07-02T20:25:32.988Z Downloaded fs_extra v1.3.0
6372026-07-02T20:25:32.990Z Downloaded hash32 v0.3.1
6382026-07-02T20:25:32.990Z Downloaded erased-serde v0.3.31
6392026-07-02T20:25:32.993Z Downloaded ff v0.13.1
6402026-07-02T20:25:32.994Z Downloaded crossbeam-utils v0.8.21
6412026-07-02T20:25:32.997Z Downloaded deranged v0.5.8
6422026-07-02T20:25:32.997Z Downloaded defmt v1.0.1
6432026-07-02T20:25:32.999Z Downloaded hex-literal v1.1.0
6442026-07-02T20:25:32.999Z Downloaded http-range v0.1.5
6452026-07-02T20:25:33.003Z Downloaded home v0.5.12
6462026-07-02T20:25:33.003Z Downloaded env_logger v0.11.9
6472026-07-02T20:25:33.003Z Downloaded darling v0.20.11
6482026-07-02T20:25:33.009Z Downloaded foldhash v0.2.0
6492026-07-02T20:25:33.011Z Downloaded console v0.16.2
6502026-07-02T20:25:33.011Z Downloaded clang-sys v1.8.1
6512026-07-02T20:25:33.011Z Downloaded console v0.15.11
6522026-07-02T20:25:33.011Z Downloaded hostname v0.4.2
6532026-07-02T20:25:33.014Z Downloaded derive_builder_core v0.20.2
6542026-07-02T20:25:33.014Z Downloaded backon v1.6.0
6552026-07-02T20:25:33.017Z Downloaded chacha20 v0.10.0
6562026-07-02T20:25:33.017Z Downloaded http-body v1.0.1
6572026-07-02T20:25:33.020Z Downloaded hubpack_derive v0.1.1
6582026-07-02T20:25:33.020Z Downloaded hubpack v0.1.2
6592026-07-02T20:25:33.020Z Downloaded async-bb8-diesel v0.2.1
6602026-07-02T20:25:33.022Z Downloaded bzip2 v0.6.1
6612026-07-02T20:25:33.022Z Downloaded crc32fast v1.5.0
6622026-07-02T20:25:33.025Z Downloaded der_derive v0.7.3
6632026-07-02T20:25:33.026Z Downloaded embedded-io v0.4.0
6642026-07-02T20:25:33.029Z Downloaded glob v0.3.3
6652026-07-02T20:25:33.029Z Downloaded ed25519 v3.0.0
6662026-07-02T20:25:33.029Z Downloaded git-stub-vcs v0.1.0
6672026-07-02T20:25:33.031Z Downloaded const-oid v0.9.6
6682026-07-02T20:25:33.031Z Downloaded ena v0.14.4
6692026-07-02T20:25:33.034Z Downloaded darling v0.23.0
6702026-07-02T20:25:33.037Z Downloaded crossbeam-epoch v0.9.18
6712026-07-02T20:25:33.037Z Downloaded httpdate v1.0.3
6722026-07-02T20:25:33.040Z Downloaded blake2 v0.11.0-rc.6
6732026-07-02T20:25:33.040Z Downloaded ahash v0.8.12
6742026-07-02T20:25:33.043Z Downloaded cancel-safe-futures v0.1.5
6752026-07-02T20:25:33.045Z Downloaded illumos-nvpair v0.3.0
6762026-07-02T20:25:33.045Z Downloaded colored v3.1.1
6772026-07-02T20:25:33.045Z Downloaded indent_write v2.2.0
6782026-07-02T20:25:33.048Z Downloaded ecdsa v0.17.0-rc.18
6792026-07-02T20:25:33.048Z Downloaded darling_core v0.13.4
6802026-07-02T20:25:33.051Z Downloaded git-stub v1.0.0
6812026-07-02T20:25:33.059Z Downloaded elliptic-curve v0.13.8
6822026-07-02T20:25:33.062Z Downloaded idna_adapter v1.2.1
6832026-07-02T20:25:33.062Z Downloaded ident_case v1.0.1
6842026-07-02T20:25:33.062Z Downloaded drift v0.2.0
6852026-07-02T20:25:33.068Z Downloaded group v0.14.0
6862026-07-02T20:25:33.068Z Downloaded globset v0.4.18
6872026-07-02T20:25:33.068Z Downloaded illumos-nvpair-sys v0.2.0
6882026-07-02T20:25:33.068Z Downloaded group v0.13.0
6892026-07-02T20:25:33.068Z Downloaded hex v0.4.3
6902026-07-02T20:25:33.072Z Downloaded instability v0.3.11
6912026-07-02T20:25:33.072Z Downloaded ff v0.14.0
6922026-07-02T20:25:33.075Z Downloaded darling_core v0.21.3
6932026-07-02T20:25:33.075Z Downloaded indoc v1.0.9
6942026-07-02T20:25:33.079Z Downloaded instant v0.1.13
6952026-07-02T20:25:33.079Z Downloaded inout v0.2.2
6962026-07-02T20:25:33.082Z Downloaded inout v0.1.4
6972026-07-02T20:25:33.082Z Downloaded is_ci v1.2.0
6982026-07-02T20:25:33.082Z Downloaded internet-checksum v0.2.1
6992026-07-02T20:25:33.082Z Downloaded base64 v0.22.1
7002026-07-02T20:25:33.085Z Downloaded allocator-api2 v0.2.21
7012026-07-02T20:25:33.091Z Downloaded hyper-tls v0.6.0
7022026-07-02T20:25:33.091Z Downloaded cexpr v0.6.0
7032026-07-02T20:25:33.094Z Downloaded bzip2 v0.4.4
7042026-07-02T20:25:33.094Z Downloaded futures-channel v0.3.32
7052026-07-02T20:25:33.094Z Downloaded kem v0.3.0
7062026-07-02T20:25:33.094Z Downloaded cbc v0.2.1
7072026-07-02T20:25:33.095Z Downloaded kstat-rs v0.2.4
7082026-07-02T20:25:33.095Z Downloaded blowfish v0.10.0
7092026-07-02T20:25:33.097Z Downloaded csv-core v0.1.13
7102026-07-02T20:25:33.098Z Downloaded crypto-bigint v0.5.5
7112026-07-02T20:25:33.101Z Downloaded bitfield-macros v0.19.4
7122026-07-02T20:25:33.101Z Downloaded base16ct v1.0.0
7132026-07-02T20:25:33.105Z Downloaded critical-section v1.2.0
7142026-07-02T20:25:33.105Z Downloaded cstr-argument v0.1.2
7152026-07-02T20:25:33.110Z Downloaded getrandom v0.2.17
7162026-07-02T20:25:33.113Z Downloaded elliptic-curve v0.14.0-rc.33
7172026-07-02T20:25:33.113Z Downloaded des v0.9.0
7182026-07-02T20:25:33.113Z Downloaded derive-where v1.6.0
7192026-07-02T20:25:33.116Z Downloaded hostname v0.3.1
7202026-07-02T20:25:33.116Z Downloaded fatfs v0.3.6
7212026-07-02T20:25:33.119Z Downloaded dropshot_endpoint v0.17.1
7222026-07-02T20:25:33.124Z Downloaded match_cfg v0.1.0
7232026-07-02T20:25:33.124Z Downloaded lru-cache v0.1.2
7242026-07-02T20:25:33.124Z Downloaded arc-swap v1.8.2
7252026-07-02T20:25:33.127Z Downloaded mime v0.3.17
7262026-07-02T20:25:33.127Z Downloaded lalrpop-util v0.19.12
7272026-07-02T20:25:33.130Z Downloaded half v1.8.3
7282026-07-02T20:25:33.130Z Downloaded libscf-sys v1.1.0
7292026-07-02T20:25:33.130Z Downloaded indoc v2.0.7
7302026-07-02T20:25:33.133Z Downloaded lazy_static v1.5.0
7312026-07-02T20:25:33.137Z Downloaded const-oid v0.10.2
7322026-07-02T20:25:33.137Z Downloaded futures-executor v0.3.32
7332026-07-02T20:25:33.141Z Downloaded memoffset v0.9.1
7342026-07-02T20:25:33.141Z Downloaded md5 v0.8.0
7352026-07-02T20:25:33.141Z Downloaded md-5 v0.10.6
7362026-07-02T20:25:33.141Z Downloaded hyper-staticfile v0.10.1
7372026-07-02T20:25:33.144Z Downloaded lru-slab v0.1.2
7382026-07-02T20:25:33.144Z Downloaded managed v0.8.0
7392026-07-02T20:25:33.144Z Downloaded maybe-uninit v2.0.0
7402026-07-02T20:25:33.147Z Downloaded impl-trait-for-tuples v0.2.3
7412026-07-02T20:25:33.147Z Downloaded http-body-util v0.1.3
7422026-07-02T20:25:33.156Z Downloaded linked-hash-map v0.5.6
7432026-07-02T20:25:33.156Z Downloaded derive_more v0.99.20
7442026-07-02T20:25:33.159Z Downloaded newtype_derive v0.1.6
7452026-07-02T20:25:33.159Z Downloaded newline-converter v0.3.0
7462026-07-02T20:25:33.159Z Downloaded is-terminal v0.4.17
7472026-07-02T20:25:33.159Z Downloaded ingot v0.1.1
7482026-07-02T20:25:33.159Z Downloaded nodrop v0.1.14
7492026-07-02T20:25:33.159Z Downloaded generic-array v1.4.3
7502026-07-02T20:25:33.159Z Downloaded jobserver v0.1.34
7512026-07-02T20:25:33.162Z Downloaded futures v0.3.32
7522026-07-02T20:25:33.167Z Downloaded maplit v1.0.2
7532026-07-02T20:25:33.167Z Downloaded keccak v0.2.0
7542026-07-02T20:25:33.168Z Downloaded libefi-sys v0.1.0
7552026-07-02T20:25:33.168Z Downloaded lzss v0.8.2
7562026-07-02T20:25:33.170Z Downloaded highway v1.3.0
7572026-07-02T20:25:33.170Z Downloaded num v0.4.3
7582026-07-02T20:25:33.170Z Downloaded fs-err v2.11.0
7592026-07-02T20:25:33.174Z Downloaded libsw-core v0.3.2
7602026-07-02T20:25:33.174Z Downloaded nibble_vec v0.1.0
7612026-07-02T20:25:33.177Z Downloaded new_debug_unreachable v1.0.6
7622026-07-02T20:25:33.177Z Downloaded libloading v0.8.9
7632026-07-02T20:25:33.177Z Downloaded normalize-line-endings v0.3.0
7642026-07-02T20:25:33.177Z Downloaded nonempty v0.12.0
7652026-07-02T20:25:33.180Z Downloaded newtype-uuid-macros v0.1.0
7662026-07-02T20:25:33.180Z Downloaded iana-time-zone v0.1.65
7672026-07-02T20:25:33.183Z Downloaded getrandom v0.3.4
7682026-07-02T20:25:33.186Z Downloaded linear-map v1.2.0
7692026-07-02T20:25:33.186Z Downloaded ipnetwork v0.21.1
7702026-07-02T20:25:33.189Z Downloaded lru v0.12.5
7712026-07-02T20:25:33.189Z Downloaded ipnet v2.11.0
7722026-07-02T20:25:33.189Z Downloaded hmac v0.13.0
7732026-07-02T20:25:33.192Z Downloaded hmac v0.12.1
7742026-07-02T20:25:33.195Z Downloaded olpc-cjson v0.1.4
7752026-07-02T20:25:33.195Z Downloaded bytes v1.11.1
7762026-07-02T20:25:33.201Z Downloaded flume v0.11.1
7772026-07-02T20:25:33.203Z Downloaded darling_core v0.23.0
7782026-07-02T20:25:33.206Z Downloaded compact_str v0.8.1
7792026-07-02T20:25:33.209Z Downloaded multimap v0.10.1
7802026-07-02T20:25:33.212Z Downloaded mime_guess v2.0.5
7812026-07-02T20:25:33.212Z Downloaded num-conv v0.2.0
7822026-07-02T20:25:33.217Z Downloaded keccak v0.1.6
7832026-07-02T20:25:33.217Z Downloaded nanorand v0.7.0
7842026-07-02T20:25:33.217Z Downloaded multer v3.1.0
7852026-07-02T20:25:33.220Z Downloaded num-iter v0.1.45
7862026-07-02T20:25:33.233Z Downloaded oso-derive v0.27.3
7872026-07-02T20:25:33.237Z Downloaded openssl-macros v0.1.1
7882026-07-02T20:25:33.237Z Downloaded opaque-debug v0.3.1
7892026-07-02T20:25:33.237Z Downloaded num_threads v0.1.7
7902026-07-02T20:25:33.237Z Downloaded num_enum_derive v0.5.11
7912026-07-02T20:25:33.240Z Downloaded lock_api v0.4.14
7922026-07-02T20:25:33.241Z Downloaded libsw v3.5.0
7932026-07-02T20:25:33.241Z Downloaded hyper-rustls v0.27.7
7942026-07-02T20:25:33.244Z Downloaded derive_more v2.1.1
7952026-07-02T20:25:33.248Z Downloaded openssl-probe v0.2.1
7962026-07-02T20:25:33.251Z Downloaded num-integer v0.1.46
7972026-07-02T20:25:33.251Z Downloaded hybrid-array v0.4.13
7982026-07-02T20:25:33.254Z Downloaded der v0.7.10
7992026-07-02T20:25:33.257Z Downloaded num-rational v0.4.2
8002026-07-02T20:25:33.257Z Downloaded parse-size v1.1.0
8012026-07-02T20:25:33.257Z Downloaded litemap v0.8.1
8022026-07-02T20:25:33.260Z Downloaded icu_provider v2.1.1
8032026-07-02T20:25:33.264Z Downloaded ar_archive_writer v0.5.1
8042026-07-02T20:25:33.264Z Downloaded newtype-uuid v1.3.2
8052026-07-02T20:25:33.264Z Downloaded ignore v0.4.25
8062026-07-02T20:25:33.267Z Downloaded half v2.7.1
8072026-07-02T20:25:33.267Z Downloaded crossbeam-channel v0.5.15
8082026-07-02T20:25:33.271Z Downloaded parse-display v0.10.0
8092026-07-02T20:25:33.272Z Downloaded percent-encoding v2.3.2
8102026-07-02T20:25:33.274Z Downloaded num-derive v0.3.3
8112026-07-02T20:25:33.274Z Downloaded native-tls v0.2.18
8122026-07-02T20:25:33.274Z Downloaded module-lattice v0.2.3
8132026-07-02T20:25:33.278Z Downloaded humantime v2.3.0
8142026-07-02T20:25:33.278Z Downloaded base64 v0.21.7
8152026-07-02T20:25:33.281Z Downloaded peg-runtime v0.8.5
8162026-07-02T20:25:33.281Z Downloaded path-slash v0.1.5
8172026-07-02T20:25:33.284Z Downloaded password-hash v0.6.1
8182026-07-02T20:25:33.284Z Downloaded ed25519-dalek v3.0.0-rc.0
8192026-07-02T20:25:33.287Z Downloaded num-derive v0.4.2
8202026-07-02T20:25:33.287Z Downloaded openssl-probe v0.1.6
8212026-07-02T20:25:33.287Z Downloaded httparse v1.10.1
8222026-07-02T20:25:33.293Z Downloaded cc v1.2.56
8232026-07-02T20:25:33.296Z Downloaded chacha20poly1305 v0.10.1
8242026-07-02T20:25:33.296Z Downloaded phf_shared v0.12.1
8252026-07-02T20:25:33.296Z Downloaded phf_shared v0.11.3
8262026-07-02T20:25:33.296Z Downloaded bumpalo v3.20.2
8272026-07-02T20:25:33.296Z Downloaded ingot-types v0.1.2
8282026-07-02T20:25:33.299Z Downloaded ingot-macros v0.1.1
8292026-07-02T20:25:33.299Z Downloaded const_format v0.2.35
8302026-07-02T20:25:33.302Z Downloaded oxide-tokio-rt v0.1.4
8312026-07-02T20:25:33.304Z Downloaded num-complex v0.4.6
8322026-07-02T20:25:33.309Z Downloaded packed_struct v0.10.1
8332026-07-02T20:25:33.309Z Downloaded nu-ansi-term v0.50.3
8342026-07-02T20:25:33.314Z Downloaded parking_lot_core v0.8.6
8352026-07-02T20:25:33.318Z Downloaded num_enum v0.5.11
8362026-07-02T20:25:33.322Z Downloaded num_enum v0.7.6
8372026-07-02T20:25:33.326Z Downloaded ed25519-dalek v2.2.0
8382026-07-02T20:25:33.329Z Downloaded phf_shared v0.13.1
8392026-07-02T20:25:33.329Z Downloaded litrs v1.0.0
8402026-07-02T20:25:33.329Z Downloaded derive_more-impl v2.1.1
8412026-07-02T20:25:33.332Z Downloaded precomputed-hash v0.1.1
8422026-07-02T20:25:33.332Z Downloaded powerfmt v0.2.0
8432026-07-02T20:25:33.335Z Downloaded potential_utf v0.1.4
8442026-07-02T20:25:33.335Z Downloaded peg-macros v0.8.5
8452026-07-02T20:25:33.341Z Downloaded predicates-tree v1.0.13
8462026-07-02T20:25:33.341Z Downloaded predicates-core v1.0.10
8472026-07-02T20:25:33.341Z Downloaded password-hash v0.5.0
8482026-07-02T20:25:33.344Z Downloaded heapless v0.8.0
8492026-07-02T20:25:33.347Z Downloaded heapless v0.7.17
8502026-07-02T20:25:33.349Z Downloaded pem v3.0.6
8512026-07-02T20:25:33.352Z Downloaded peg v0.8.5
8522026-07-02T20:25:33.352Z Downloaded pbkdf2 v0.13.0
8532026-07-02T20:25:33.355Z Downloaded memmap2 v0.9.10
8542026-07-02T20:25:33.355Z Downloaded pkcs8 v0.10.2
8552026-07-02T20:25:33.358Z Downloaded ml-kem v0.3.2
8562026-07-02T20:25:33.363Z Downloaded progenitor-client v0.14.0
8572026-07-02T20:25:33.363Z Downloaded phf v0.13.1
8582026-07-02T20:25:33.363Z Downloaded phf v0.12.1
8592026-07-02T20:25:33.365Z Downloaded psl-types v2.0.11
8602026-07-02T20:25:33.366Z Downloaded oxnet v0.1.6
8612026-07-02T20:25:33.366Z Downloaded phc v0.6.1
8622026-07-02T20:25:33.368Z Downloaded pem-rfc7468 v1.0.0
8632026-07-02T20:25:33.368Z Downloaded packed_struct_codegen v0.10.1
8642026-07-02T20:25:33.368Z Downloaded pem-rfc7468 v0.7.0
8652026-07-02T20:25:33.372Z Downloaded paste v1.0.15
8662026-07-02T20:25:33.375Z Downloaded proc-macro-error-attr2 v2.0.0
8672026-07-02T20:25:33.375Z Downloaded proc-macro-crate v3.4.0
8682026-07-02T20:25:33.375Z Downloaded parse-display-derive v0.10.0
8692026-07-02T20:25:33.375Z Downloaded owo-colors v4.3.0
8702026-07-02T20:25:33.378Z Downloaded hickory-resolver v0.25.2
8712026-07-02T20:25:33.380Z Downloaded proc-macro-crate v1.3.1
8722026-07-02T20:25:33.381Z Downloaded polyval v0.7.1
8732026-07-02T20:25:33.381Z Downloaded poly1305 v0.8.0
8742026-07-02T20:25:33.383Z Downloaded libbz2-rs-sys v0.2.2
8752026-07-02T20:25:33.386Z Downloaded progenitor-macro v0.13.0
8762026-07-02T20:25:33.386Z Downloaded async-compression v0.4.41
8772026-07-02T20:25:33.389Z Downloaded der v0.8.0
8782026-07-02T20:25:33.393Z Downloaded icu_collections v2.1.1
8792026-07-02T20:25:33.397Z Downloaded headers v0.4.1
8802026-07-02T20:25:33.400Z Downloaded ppv-lite86 v0.2.21
8812026-07-02T20:25:33.403Z Downloaded parking_lot v0.11.2
8822026-07-02T20:25:33.403Z Downloaded omicron-zone-package v0.12.3
8832026-07-02T20:25:33.406Z Downloaded num_enum_derive v0.7.6
8842026-07-02T20:25:33.409Z Downloaded hickory-server v0.25.2
8852026-07-02T20:25:33.412Z Downloaded rand_chacha v0.3.1
8862026-07-02T20:25:33.412Z Downloaded quick-error v1.2.3
8872026-07-02T20:25:33.412Z Downloaded hashbrown v0.12.3
8882026-07-02T20:25:33.416Z Downloaded rand_xorshift v0.4.0
8892026-07-02T20:25:33.418Z Downloaded progenitor v0.14.0
8902026-07-02T20:25:33.418Z Downloaded radium v0.7.0
8912026-07-02T20:25:33.418Z Downloaded icu_properties v2.1.2
8922026-07-02T20:25:33.418Z Downloaded icu_normalizer v2.1.1
8932026-07-02T20:25:33.421Z Downloaded progenitor-client v0.13.0
8942026-07-02T20:25:33.424Z Downloaded progenitor v0.13.0
8952026-07-02T20:25:33.424Z Downloaded pin-project-lite v0.2.17
8962026-07-02T20:25:33.426Z Downloaded progenitor-extras v0.2.0
8972026-07-02T20:25:33.430Z Downloaded pkg-config v0.3.32
8982026-07-02T20:25:33.430Z Downloaded icu_locale_core v2.1.1
8992026-07-02T20:25:33.433Z Downloaded jiff-static v0.2.21
9002026-07-02T20:25:33.435Z Downloaded oso v0.27.3
9012026-07-02T20:25:33.439Z Downloaded icu_normalizer_data v2.1.1
9022026-07-02T20:25:33.439Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-02T20:25:33.439Z Downloaded predicates v3.1.4
9042026-07-02T20:25:33.442Z Downloaded primefield v0.14.0
9052026-07-02T20:25:33.442Z Downloaded flate2 v1.1.9
9062026-07-02T20:25:33.444Z Downloaded expectorate v1.2.0
9072026-07-02T20:25:33.447Z Downloaded r2d2 v0.8.10
9082026-07-02T20:25:33.447Z Downloaded indicatif v0.18.4
9092026-07-02T20:25:33.450Z Downloaded indexmap v1.9.3
9102026-07-02T20:25:33.452Z Downloaded postgres-types v0.2.12
9112026-07-02T20:25:33.455Z Downloaded postgres-protocol v0.6.10
9122026-07-02T20:25:33.455Z Downloaded hyper-util v0.1.20
9132026-07-02T20:25:33.458Z Downloaded parking_lot_core v0.9.12
9142026-07-02T20:25:33.461Z Downloaded parking_lot v0.12.5
9152026-07-02T20:25:33.463Z Downloaded ref-cast-impl v1.0.25
9162026-07-02T20:25:33.463Z Downloaded ref-cast v1.0.25
9172026-07-02T20:25:33.466Z Downloaded rfc6979 v0.4.0
9182026-07-02T20:25:33.466Z Downloaded crossterm v0.28.1
9192026-07-02T20:25:33.469Z Downloaded rtoolbox v0.0.3
9202026-07-02T20:25:33.472Z Downloaded rand_core v0.6.4
9212026-07-02T20:25:33.472Z Downloaded russh-cryptovec v0.61.0
9222026-07-02T20:25:33.475Z Downloaded rand_chacha v0.9.0
9232026-07-02T20:25:33.475Z Downloaded rustc_version v0.4.1
9242026-07-02T20:25:33.475Z Downloaded proc-macro-error2 v2.0.1
9252026-07-02T20:25:33.478Z Downloaded primeorder v0.13.6
9262026-07-02T20:25:33.478Z Downloaded crossterm v0.29.0
9272026-07-02T20:25:33.481Z Downloaded pkcs1 v0.8.0-rc.4
9282026-07-02T20:25:33.484Z Downloaded rustc_version v0.1.7
9292026-07-02T20:25:33.484Z Downloaded recursive v0.1.1
9302026-07-02T20:25:33.484Z Downloaded progenitor-macro v0.14.0
9312026-07-02T20:25:33.487Z Downloaded russh-util v0.52.0
9322026-07-02T20:25:33.487Z Downloaded num-traits v0.2.19
9332026-07-02T20:25:33.490Z Downloaded http v1.4.2
9342026-07-02T20:25:33.490Z Downloaded pkcs5 v0.8.1
9352026-07-02T20:25:33.492Z Downloaded hashbrown v0.13.2
9362026-07-02T20:25:33.498Z Downloaded p384 v0.14.0-rc.10
9372026-07-02T20:25:33.501Z Downloaded rustc-hash v2.1.1
9382026-07-02T20:25:33.501Z Downloaded psm v0.1.30
9392026-07-02T20:25:33.501Z Downloaded pin-project-internal v1.1.11
9402026-07-02T20:25:33.503Z Downloaded openssl-sys v0.9.115
9412026-07-02T20:25:33.507Z Downloaded sapling-renderdag v0.1.0
9422026-07-02T20:25:33.507Z Downloaded same-file v1.0.6
9432026-07-02T20:25:33.507Z Downloaded rfc6979 v0.5.0
9442026-07-02T20:25:33.510Z Downloaded diesel_derives v2.3.7
9452026-07-02T20:25:33.514Z Downloaded quinn-udp v0.5.14
9462026-07-02T20:25:33.514Z Downloaded pkcs1 v0.7.5
9472026-07-02T20:25:33.517Z Downloaded poly1305 v0.9.0
9482026-07-02T20:25:33.517Z Downloaded pkcs8 v0.11.0
9492026-07-02T20:25:33.519Z Downloaded postcard v1.1.3
9502026-07-02T20:25:33.522Z Downloaded rand_seeder v0.4.0
9512026-07-02T20:25:33.525Z Downloaded scheduled-thread-pool v0.2.7
9522026-07-02T20:25:33.528Z Downloaded secrecy v0.10.3
9532026-07-02T20:25:33.528Z Downloaded scopeguard v1.2.0
9542026-07-02T20:25:33.528Z Downloaded secrecy v0.8.0
9552026-07-02T20:25:33.531Z Downloaded rand_core v0.9.5
9562026-07-02T20:25:33.533Z Downloaded dropshot-api-manager v0.7.2
9572026-07-02T20:25:33.539Z Downloaded serde_plain v1.0.2
9582026-07-02T20:25:33.544Z Downloaded miniz_oxide v0.8.9
9592026-07-02T20:25:33.547Z Downloaded serde_bytes v0.11.19
9602026-07-02T20:25:33.550Z Downloaded papergrid v0.17.0
9612026-07-02T20:25:33.554Z Downloaded serde_repr v0.1.20
9622026-07-02T20:25:33.554Z Downloaded semver v0.1.20
9632026-07-02T20:25:33.557Z Downloaded rustls-native-certs v0.8.3
9642026-07-02T20:25:33.557Z Downloaded seq-macro v0.3.6
9652026-07-02T20:25:33.560Z Downloaded scroll_derive v0.13.1
9662026-07-02T20:25:33.560Z Downloaded primeorder v0.14.0-rc.10
9672026-07-02T20:25:33.560Z Downloaded serde_urlencoded v0.7.1
9682026-07-02T20:25:33.563Z Downloaded serde-big-array v0.5.1
9692026-07-02T20:25:33.563Z Downloaded hickory-resolver v0.24.4
9702026-07-02T20:25:33.570Z Downloaded signal-hook-mio v0.2.5
9712026-07-02T20:25:33.573Z Downloaded rusty-fork v0.3.1
9722026-07-02T20:25:33.578Z Downloaded serde_spanned v1.1.1
9732026-07-02T20:25:33.587Z Downloaded sha1 v0.10.6
9742026-07-02T20:25:33.591Z Downloaded shell-words v1.1.1
9752026-07-02T20:25:33.596Z Downloaded sigpipe v0.1.3
9762026-07-02T20:25:33.596Z Downloaded signature v2.2.0
9772026-07-02T20:25:33.600Z Downloaded signal-hook-tokio v0.3.1
9782026-07-02T20:25:33.600Z Downloaded siphasher v1.0.2
9792026-07-02T20:25:33.600Z Downloaded slog-envlogger v2.2.0
9802026-07-02T20:25:33.603Z Downloaded signature v3.0.0
9812026-07-02T20:25:33.603Z Downloaded rustversion v1.0.22
9822026-07-02T20:25:33.607Z Downloaded schemars_derive v0.8.22
9832026-07-02T20:25:33.607Z Downloaded scroll v0.13.0
9842026-07-02T20:25:33.608Z Downloaded rustls-pemfile v2.2.0
9852026-07-02T20:25:33.612Z Downloaded pin-project v1.1.11
9862026-07-02T20:25:33.615Z Downloaded slog-bunyan v2.5.0
9872026-07-02T20:25:33.619Z Downloaded scrypt v0.12.0
9882026-07-02T20:25:33.619Z Downloaded rand_core v0.10.0
9892026-07-02T20:25:33.619Z Downloaded hashbrown v0.15.5
9902026-07-02T20:25:33.622Z Downloaded prefix-trie v0.7.0
9912026-07-02T20:25:33.626Z Downloaded resolv-conf v0.7.6
9922026-07-02T20:25:33.626Z Downloaded serde-hex v0.1.0
9932026-07-02T20:25:33.626Z Downloaded sec1 v0.8.1
9942026-07-02T20:25:33.632Z Downloaded sec1 v0.7.3
9952026-07-02T20:25:33.635Z Downloaded minimal-lexical v0.2.1
9962026-07-02T20:25:33.638Z Downloaded p256 v0.14.0-rc.10
9972026-07-02T20:25:33.645Z Downloaded serde_derive_internals v0.29.1
9982026-07-02T20:25:33.649Z Downloaded serde_with_macros v1.5.2
9992026-07-02T20:25:33.651Z Downloaded signal-hook-registry v1.4.8
10002026-07-02T20:25:33.652Z Downloaded serdect v0.4.3
10012026-07-02T20:25:33.654Z Downloaded stable_deref_trait v1.2.1
10022026-07-02T20:25:33.658Z Downloaded progenitor-impl v0.14.0
10032026-07-02T20:25:33.658Z Downloaded rustls-pki-types v1.14.0
10042026-07-02T20:25:33.661Z Downloaded aes v0.9.1
10052026-07-02T20:25:33.666Z Downloaded nom v7.1.3
10062026-07-02T20:25:33.669Z Downloaded pretty_assertions v1.4.1
10072026-07-02T20:25:33.676Z Downloaded sqlparser_derive v0.5.0
10082026-07-02T20:25:33.679Z Downloaded slog-async v2.8.0
10092026-07-02T20:25:33.688Z Downloaded slog-dtrace v0.3.0
10102026-07-02T20:25:33.691Z Downloaded ron v0.8.1
10112026-07-02T20:25:33.691Z Downloaded strum v0.27.2
10122026-07-02T20:25:33.691Z Downloaded shlex v1.3.0
10132026-07-02T20:25:33.694Z Downloaded subtle v2.6.1
10142026-07-02T20:25:33.694Z Downloaded slog-scope v4.4.1
10152026-07-02T20:25:33.694Z Downloaded strum v0.26.3
10162026-07-02T20:25:33.697Z Downloaded rcgen v0.12.1
10172026-07-02T20:25:33.697Z Downloaded rayon-core v1.13.0
10182026-07-02T20:25:33.700Z Downloaded structmeta v0.3.0
10192026-07-02T20:25:33.700Z Downloaded strip-ansi-escapes v0.2.1
10202026-07-02T20:25:33.700Z Downloaded slab v0.4.12
10212026-07-02T20:25:33.703Z Downloaded sha1 v0.11.0
10222026-07-02T20:25:33.704Z Downloaded slog-stdlog v4.1.1
10232026-07-02T20:25:33.707Z Downloaded smf v0.2.3
10242026-07-02T20:25:33.707Z Downloaded smallvec v0.6.14
10252026-07-02T20:25:33.707Z Downloaded slog-term v2.9.2
10262026-07-02T20:25:33.707Z Downloaded slog-json v2.6.1
10272026-07-02T20:25:33.710Z Downloaded itertools v0.12.1
10282026-07-02T20:25:33.718Z Downloaded salsa20 v0.11.0
10292026-07-02T20:25:33.721Z Downloaded serde_with_macros v3.17.0
10302026-07-02T20:25:33.759Z Downloaded supports-color v3.0.2
10312026-07-02T20:25:33.763Z Downloaded take_mut v0.2.2
10322026-07-02T20:25:33.763Z Downloaded ssh-encoding v0.3.0-rc.9
10332026-07-02T20:25:33.763Z Downloaded simd-adler32 v0.3.8
10342026-07-02T20:25:33.763Z Downloaded termtree v0.5.1
10352026-07-02T20:25:33.763Z Downloaded tabwriter v1.4.1
10362026-07-02T20:25:33.763Z Downloaded publicsuffix v2.3.0
10372026-07-02T20:25:33.764Z Downloaded static_assertions v1.1.0
10382026-07-02T20:25:33.764Z Downloaded rand v0.8.6
10392026-07-02T20:25:33.764Z Downloaded crypto-primes v0.7.2
10402026-07-02T20:25:33.764Z Downloaded sync-ptr v0.1.4
10412026-07-02T20:25:33.764Z Downloaded idna v1.1.0
10422026-07-02T20:25:33.764Z Downloaded snafu-derive v0.8.9
10432026-07-02T20:25:33.764Z Downloaded testing_table v0.3.0
10442026-07-02T20:25:33.764Z Downloaded tabled_derive v0.11.0
10452026-07-02T20:25:33.764Z Downloaded serde_cbor v0.11.2
10462026-07-02T20:25:33.764Z Downloaded thiserror-impl-no-std v2.0.2
10472026-07-02T20:25:33.764Z Downloaded tap v1.0.1
10482026-07-02T20:25:33.764Z Downloaded schemars v0.8.22
10492026-07-02T20:25:33.764Z Downloaded structmeta-derive v0.3.0
10502026-07-02T20:25:33.764Z Downloaded aes-gcm v0.11.0
10512026-07-02T20:25:33.768Z Downloaded spki v0.8.0
10522026-07-02T20:25:33.769Z Downloaded progenitor-impl v0.13.0
10532026-07-02T20:25:33.769Z Downloaded internal-russh-num-bigint v0.5.0
10542026-07-02T20:25:33.772Z Downloaded itertools v0.10.5
10552026-07-02T20:25:33.777Z Downloaded tinyvec_macros v0.1.1
10562026-07-02T20:25:33.777Z Downloaded spki v0.7.3
10572026-07-02T20:25:33.777Z Downloaded time-core v0.1.8
10582026-07-02T20:25:33.780Z Downloaded thread-id v5.1.0
10592026-07-02T20:25:33.780Z Downloaded support-bundle-viewer v0.1.2
10602026-07-02T20:25:33.781Z Downloaded smallvec v1.15.1
10612026-07-02T20:25:33.781Z Downloaded itertools v0.14.0
10622026-07-02T20:25:33.785Z Downloaded itertools v0.13.0
10632026-07-02T20:25:33.788Z Downloaded ssh-cipher v0.3.0-rc.9
10642026-07-02T20:25:33.791Z Downloaded tagptr v0.2.0
10652026-07-02T20:25:33.791Z Downloaded serde_yaml v0.9.34+deprecated
10662026-07-02T20:25:33.795Z Downloaded strsim v0.10.0
10672026-07-02T20:25:33.795Z Downloaded string_cache v0.8.9
10682026-07-02T20:25:33.801Z Downloaded tokio-macros v2.7.0
10692026-07-02T20:25:33.801Z Downloaded stacker v0.1.23
10702026-07-02T20:25:33.801Z Downloaded strum_macros v0.24.3
10712026-07-02T20:25:33.805Z Downloaded spin v0.9.8
10722026-07-02T20:25:33.805Z Downloaded rustls-platform-verifier v0.6.2
10732026-07-02T20:25:33.805Z Downloaded tokio-test v0.4.5
10742026-07-02T20:25:33.808Z Downloaded signal-hook v0.3.18
10752026-07-02T20:25:33.808Z Downloaded sha2 v0.11.0
10762026-07-02T20:25:33.811Z Downloaded termios v0.3.3
10772026-07-02T20:25:33.812Z Downloaded qorb v0.4.1
10782026-07-02T20:25:33.814Z Downloaded stringprep v0.1.5
10792026-07-02T20:25:33.815Z Downloaded sync_wrapper v1.0.2
10802026-07-02T20:25:33.818Z Downloaded ryu v1.0.23
10812026-07-02T20:25:33.821Z Downloaded thiserror-no-std v2.0.2
10822026-07-02T20:25:33.824Z Downloaded thread_local v1.1.9
10832026-07-02T20:25:33.824Z Downloaded strum_macros v0.26.4
10842026-07-02T20:25:33.824Z Downloaded icu_properties_data v2.1.2
10852026-07-02T20:25:33.830Z Downloaded prettyplease v0.2.37
10862026-07-02T20:25:33.833Z Downloaded mio v1.2.0
10872026-07-02T20:25:33.837Z Downloaded tower-service v0.3.3
10882026-07-02T20:25:33.837Z Downloaded hashbrown v0.16.1
10892026-07-02T20:25:33.843Z Downloaded tower-layer v0.3.3
10902026-07-02T20:25:33.843Z Downloaded serde_path_to_error v0.1.20
10912026-07-02T20:25:33.848Z Downloaded topological-sort v0.2.2
10922026-07-02T20:25:33.848Z Downloaded sqlformat v0.3.5
10932026-07-02T20:25:33.852Z Downloaded tls_codec v0.4.2
10942026-07-02T20:25:33.858Z Downloaded try-lock v0.2.5
10952026-07-02T20:25:33.862Z Downloaded typify-macro v0.6.2
10962026-07-02T20:25:33.862Z Downloaded rsa v0.9.10
10972026-07-02T20:25:33.863Z Downloaded hkdf v0.12.4
10982026-07-02T20:25:33.866Z Downloaded trait-variant v0.1.2
10992026-07-02T20:25:33.866Z Downloaded tokio-dtrace v0.1.1
11002026-07-02T20:25:33.866Z Downloaded aho-corasick v1.1.4
11012026-07-02T20:25:33.869Z Downloaded tiny-keccak v2.0.2
11022026-07-02T20:25:33.872Z Downloaded time-macros v0.2.27
11032026-07-02T20:25:33.872Z Downloaded socket2 v0.6.3
11042026-07-02T20:25:33.875Z Downloaded tinystr v0.8.2
11052026-07-02T20:25:33.875Z Downloaded socket2 v0.5.10
11062026-07-02T20:25:33.875Z Downloaded quinn v0.11.9
11072026-07-02T20:25:33.878Z Downloaded unarray v0.1.4
11082026-07-02T20:25:33.878Z Downloaded tokio-native-tls v0.3.1
11092026-07-02T20:25:33.883Z Downloaded unit-prefix v0.5.2
11102026-07-02T20:25:33.883Z Downloaded similar v2.7.0
11112026-07-02T20:25:33.886Z Downloaded universal-hash v0.6.1
11122026-07-02T20:25:33.886Z Downloaded schemars v1.2.1
11132026-07-02T20:25:33.892Z Downloaded schemars v0.9.0
11142026-07-02T20:25:33.899Z Downloaded unicode-truncate v1.1.0
11152026-07-02T20:25:33.902Z Downloaded slog v2.8.2
11162026-07-02T20:25:33.905Z Downloaded usdt-attr-macro v0.6.0
11172026-07-02T20:25:33.905Z Downloaded usdt v0.6.0
11182026-07-02T20:25:33.906Z Downloaded untrusted v0.9.0
11192026-07-02T20:25:33.908Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-02T20:25:33.908Z Downloaded utf8_iter v1.0.4
11212026-07-02T20:25:33.908Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-07-02T20:25:33.908Z Downloaded untrusted v0.7.1
11232026-07-02T20:25:33.913Z Downloaded samael v0.0.19
11242026-07-02T20:25:33.916Z Downloaded utf-8 v0.7.6
11252026-07-02T20:25:33.916Z Downloaded usdt-macro v0.6.0
11262026-07-02T20:25:33.916Z Downloaded p521 v0.14.0-rc.10
11272026-07-02T20:25:33.920Z Downloaded universal-hash v0.5.1
11282026-07-02T20:25:33.920Z Downloaded strum_macros v0.27.2
11292026-07-02T20:25:33.921Z Downloaded libxml v0.3.3
11302026-07-02T20:25:33.925Z Downloaded num-bigint v0.4.6
11312026-07-02T20:25:33.927Z Downloaded snafu v0.8.9
11322026-07-02T20:25:33.930Z Downloaded tls_codec_derive v0.4.2
11332026-07-02T20:25:33.930Z Downloaded num-bigint-dig v0.8.6
11342026-07-02T20:25:33.933Z Downloaded tokio-tungstenite v0.23.1
11352026-07-02T20:25:33.936Z Downloaded void v1.0.2
11362026-07-02T20:25:33.936Z Downloaded term v0.7.0
11372026-07-02T20:25:33.940Z Downloaded synstructure v0.13.2
11382026-07-02T20:25:33.940Z Downloaded tui-tree-widget v0.23.1
11392026-07-02T20:25:33.946Z Downloaded term v1.2.1
11402026-07-02T20:25:33.949Z Downloaded tokio-stream v0.1.18
11412026-07-02T20:25:33.952Z Downloaded unicode-xid v0.2.6
11422026-07-02T20:25:33.955Z Downloaded tokio-tungstenite v0.21.0
11432026-07-02T20:25:33.958Z Downloaded waitgroup v0.1.2
11442026-07-02T20:25:33.958Z Downloaded wait-timeout v0.2.1
11452026-07-02T20:25:33.966Z Downloaded hyper v1.10.1
11462026-07-02T20:25:33.972Z Downloaded unicase v2.9.0
11472026-07-02T20:25:33.977Z Downloaded xshell-macros v0.2.7
11482026-07-02T20:25:33.980Z Downloaded yoke-derive v0.8.1
11492026-07-02T20:25:33.983Z Downloaded xattr v1.6.1
11502026-07-02T20:25:33.983Z Downloaded subprocess v0.2.15
11512026-07-02T20:25:33.986Z Downloaded usdt-impl v0.6.0
11522026-07-02T20:25:33.989Z Downloaded rand v0.10.1
11532026-07-02T20:25:33.993Z Downloaded zerofrom v0.1.6
11542026-07-02T20:25:33.996Z Downloaded zerofrom-derive v0.1.6
11552026-07-02T20:25:34.001Z Downloaded tinyvec v1.10.0
11562026-07-02T20:25:34.004Z Downloaded rsa v0.10.0-rc.18
11572026-07-02T20:25:34.006Z Downloaded uzers v0.12.2
11582026-07-02T20:25:34.007Z Downloaded want v0.3.1
11592026-07-02T20:25:34.009Z Downloaded vergen-gitcl v1.0.8
11602026-07-02T20:25:34.009Z Downloaded whoami v1.6.1
11612026-07-02T20:25:34.012Z Downloaded zone_cfg_derive v0.3.1
11622026-07-02T20:25:34.012Z Downloaded zone v0.3.1
11632026-07-02T20:25:34.012Z Downloaded tokio-rustls v0.26.4
11642026-07-02T20:25:34.015Z Downloaded h2 v0.4.15
11652026-07-02T20:25:34.021Z Downloaded iri-string v0.7.10
11662026-07-02T20:25:34.024Z Downloaded whoami v2.1.0
11672026-07-02T20:25:34.029Z Downloaded toml_writer v1.1.1+spec-1.1.0
11682026-07-02T20:25:34.029Z Downloaded toml_parser v1.1.2+spec-1.1.0
11692026-07-02T20:25:34.032Z Downloaded zeroize_derive v1.4.3
11702026-07-02T20:25:34.036Z Downloaded git2 v0.20.4
11712026-07-02T20:25:34.040Z Downloaded writeable v0.6.2
11722026-07-02T20:25:34.044Z Downloaded vergen-git2 v9.1.0
11732026-07-02T20:25:34.045Z Downloaded test-strategy v0.4.5
11742026-07-02T20:25:34.048Z Downloaded wyz v0.5.1
11752026-07-02T20:25:34.048Z Downloaded blake3 v1.8.5
11762026-07-02T20:25:34.052Z Downloaded yoke v0.8.1
11772026-07-02T20:25:34.055Z Downloaded walkdir v2.5.0
11782026-07-02T20:25:34.055Z Downloaded vergen-lib v9.1.0
11792026-07-02T20:25:34.055Z Downloaded vergen-lib v0.1.6
11802026-07-02T20:25:34.058Z Downloaded toml v0.7.8
11812026-07-02T20:25:34.058Z Downloaded tracing-attributes v0.1.31
11822026-07-02T20:25:34.062Z Downloaded rand v0.9.2
11832026-07-02T20:25:34.065Z Downloaded vergen v9.1.0
11842026-07-02T20:25:34.068Z Downloaded futures-util v0.3.32
11852026-07-02T20:25:34.073Z Downloaded xshell v0.2.7
11862026-07-02T20:25:34.076Z Downloaded twox-hash v2.1.2
11872026-07-02T20:25:34.079Z Downloaded tracing-core v0.1.36
11882026-07-02T20:25:34.082Z Downloaded rustls-webpki v0.103.13
11892026-07-02T20:25:34.082Z Downloaded zstd-safe v7.2.4
11902026-07-02T20:25:34.085Z Downloaded p384 v0.13.1
11912026-07-02T20:25:34.091Z Downloaded zeroize v1.8.2
11922026-07-02T20:25:34.094Z Downloaded tungstenite v0.23.0
11932026-07-02T20:25:34.097Z Downloaded nom v8.0.0
11942026-07-02T20:25:34.101Z Downloaded steno v0.4.1
11952026-07-02T20:25:34.104Z Downloaded toml v1.1.2+spec-1.1.0
11962026-07-02T20:25:34.107Z Downloaded tar v0.4.46
11972026-07-02T20:25:34.114Z Downloaded zstd v0.13.3
11982026-07-02T20:25:34.118Z Downloaded hkdf v0.13.0
11992026-07-02T20:25:34.121Z Downloaded vsss-rs v3.3.4
12002026-07-02T20:25:34.121Z Downloaded rpassword v7.4.0
12012026-07-02T20:25:34.124Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-07-02T20:25:34.136Z Downloaded zerocopy v0.6.6
12032026-07-02T20:25:34.138Z Downloaded tungstenite v0.21.0
12042026-07-02T20:25:34.141Z Downloaded yasna v0.5.2
12052026-07-02T20:25:34.141Z Downloaded vte v0.14.1
12062026-07-02T20:25:34.144Z Downloaded serde_with v1.14.0
12072026-07-02T20:25:34.147Z Downloaded unicode-bidi v0.3.18
12082026-07-02T20:25:34.151Z Downloaded unsafe-libyaml v0.2.11
12092026-07-02T20:25:34.154Z Downloaded aws-lc-rs v1.16.3
12102026-07-02T20:25:34.158Z Downloaded typify v0.6.2
12112026-07-02T20:25:34.161Z Downloaded zerovec-derive v0.11.2
12122026-07-02T20:25:34.164Z Downloaded reqwest v0.12.28
12132026-07-02T20:25:34.169Z Downloaded regex v1.12.3
12142026-07-02T20:25:34.172Z Downloaded iddqd v0.4.2
12152026-07-02T20:25:34.175Z Downloaded reqwest v0.13.2
12162026-07-02T20:25:34.178Z Downloaded bitvec v1.0.1
12172026-07-02T20:25:34.185Z Downloaded unicode-properties v0.1.4
12182026-07-02T20:25:34.188Z Downloaded libm v0.2.16
12192026-07-02T20:25:34.191Z Downloaded lalrpop v0.19.12
12202026-07-02T20:25:34.197Z Downloaded rustyline v14.0.0
12212026-07-02T20:25:34.200Z Downloaded tokio-postgres v0.7.16
12222026-07-02T20:25:34.204Z Downloaded goblin v0.10.5
12232026-07-02T20:25:34.208Z Downloaded uuid v1.23.4
12242026-07-02T20:25:34.218Z Downloaded yansi v1.0.1
12252026-07-02T20:25:34.222Z Downloaded url v2.5.8
12262026-07-02T20:25:34.225Z Downloaded toml_edit v0.19.15
12272026-07-02T20:25:34.233Z Downloaded zopfli v0.8.3
12282026-07-02T20:25:34.236Z Downloaded bindgen v0.71.1
12292026-07-02T20:25:34.239Z Downloaded zerotrie v0.2.3
12302026-07-02T20:25:34.239Z Downloaded moka v0.12.13
12312026-07-02T20:25:34.242Z Downloaded unicode_categories v0.1.1
12322026-07-02T20:25:34.251Z Downloaded salty v0.3.0
12332026-07-02T20:25:34.258Z Downloaded crypto-bigint v0.7.5
12342026-07-02T20:25:34.264Z Downloaded zip v0.6.6
12352026-07-02T20:25:34.267Z Downloaded tower v0.5.3
12362026-07-02T20:25:34.286Z Downloaded ssh-key v0.7.0-rc.10
12372026-07-02T20:25:34.291Z Downloaded unicode-segmentation v1.12.0
12382026-07-02T20:25:34.294Z Downloaded curve25519-dalek v4.1.3
12392026-07-02T20:25:34.298Z Downloaded portable-atomic v1.13.1
12402026-07-02T20:25:34.302Z Downloaded rayon v1.11.0
12412026-07-02T20:25:34.308Z Downloaded reedline v0.40.0
12422026-07-02T20:25:34.312Z Downloaded nix v0.27.1
12432026-07-02T20:25:34.318Z Downloaded x509-cert v0.2.5
12442026-07-02T20:25:34.323Z Downloaded typed-path v0.9.3
12452026-07-02T20:25:34.327Z Downloaded quick-xml v0.37.5
12462026-07-02T20:25:34.333Z Downloaded chrono v0.4.44
12472026-07-02T20:25:34.338Z Downloaded zerocopy-derive v0.8.40
12482026-07-02T20:25:34.342Z Downloaded tower-http v0.6.8
12492026-07-02T20:25:34.345Z Downloaded serde_with v3.17.0
12502026-07-02T20:25:34.349Z Downloaded unicode-normalization v0.1.25
12512026-07-02T20:25:34.354Z Downloaded tough v0.22.0
12522026-07-02T20:25:34.357Z Downloaded curve25519-dalek v5.0.0-rc.0
12532026-07-02T20:25:34.361Z Downloaded tokio-util v0.7.18
12542026-07-02T20:25:34.365Z Downloaded rawzip v0.4.4
12552026-07-02T20:25:34.369Z Downloaded proptest v1.10.0
12562026-07-02T20:25:34.417Z Downloaded quinn-proto v0.11.13
12572026-07-02T20:25:34.422Z Downloaded openssl v0.10.79
12582026-07-02T20:25:34.422Z Downloaded winnow v0.5.40
12592026-07-02T20:25:34.427Z Downloaded zerovec v0.11.5
12602026-07-02T20:25:34.430Z Downloaded zip v4.6.1
12612026-07-02T20:25:34.434Z Downloaded nix v0.31.2
12622026-07-02T20:25:34.442Z Downloaded time v0.3.47
12632026-07-02T20:25:34.449Z Downloaded petname v2.0.2
12642026-07-02T20:25:34.452Z Downloaded dropshot v0.17.1
12652026-07-02T20:25:34.464Z Downloaded hickory-proto v0.24.4
12662026-07-02T20:25:34.480Z Downloaded radix_trie v0.2.1
12672026-07-02T20:25:34.483Z Downloaded openapiv3 v2.2.0
12682026-07-02T20:25:34.494Z Downloaded vcpkg v0.2.15
12692026-07-02T20:25:34.517Z Downloaded winnow v0.6.26
12702026-07-02T20:25:34.522Z Downloaded object v0.30.4
12712026-07-02T20:25:34.529Z Downloaded smoltcp v0.11.0
12722026-07-02T20:25:34.537Z Downloaded zerocopy v0.8.40
12732026-07-02T20:25:34.540Z Downloaded regress v0.11.1
12742026-07-02T20:25:34.545Z Downloaded bstr v1.12.1
12752026-07-02T20:25:34.551Z Downloaded rustls v0.23.41
12762026-07-02T20:25:34.558Z Downloaded winnow v1.0.3
12772026-07-02T20:25:34.564Z Downloaded tabled v0.20.0
12782026-07-02T20:25:34.574Z Downloaded nix v0.28.0
12792026-07-02T20:25:34.579Z Downloaded smoltcp v0.9.1
12802026-07-02T20:25:34.586Z Downloaded russh v0.61.2
12812026-07-02T20:25:34.590Z Downloaded regex-syntax v0.8.10
12822026-07-02T20:25:34.594Z Downloaded polar-core v0.27.3
12832026-07-02T20:25:34.600Z Downloaded zlib-rs v0.6.2
12842026-07-02T20:25:34.604Z Downloaded regress v0.10.5
12852026-07-02T20:25:34.609Z Downloaded fiat-crypto v0.3.0
12862026-07-02T20:25:34.622Z Downloaded regex-syntax v0.6.29
12872026-07-02T20:25:34.626Z Downloaded object v0.37.3
12882026-07-02T20:25:34.634Z Downloaded tracing v0.1.44
12892026-07-02T20:25:34.648Z Downloaded typify-impl v0.6.2
12902026-07-02T20:25:34.657Z Downloaded sha3 v0.11.0
12912026-07-02T20:25:34.663Z Downloaded ratatui v0.29.0
12922026-07-02T20:25:34.669Z Downloaded regex-automata v0.4.14
12932026-07-02T20:25:34.677Z Downloaded hickory-proto v0.25.2
12942026-07-02T20:25:34.686Z Downloaded zerocopy-derive v0.6.6
12952026-07-02T20:25:34.692Z Downloaded rustix v0.38.44
12962026-07-02T20:25:34.705Z Downloaded petgraph v0.6.5
12972026-07-02T20:25:34.723Z Downloaded csv v1.4.0
12982026-07-02T20:25:34.771Z Downloaded sqlparser v0.61.0
12992026-07-02T20:25:34.788Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-07-02T20:25:34.820Z Downloaded sled v0.34.7
13012026-07-02T20:25:34.862Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-02T20:25:34.968Z Downloaded jiff v0.2.21
13032026-07-02T20:25:34.978Z Downloaded chrono-tz v0.10.4
13042026-07-02T20:25:35.030Z Downloaded petgraph v0.8.3
13052026-07-02T20:25:35.041Z Downloaded libz-sys v1.1.24
13062026-07-02T20:25:35.058Z Downloaded sha3 v0.10.8
13072026-07-02T20:25:35.063Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-07-02T20:25:35.095Z Downloaded tokio v1.52.1
13092026-07-02T20:25:35.171Z Downloaded encoding_rs v0.8.35
13102026-07-02T20:25:35.213Z Downloaded ring v0.17.14
13112026-07-02T20:25:35.814Z Downloaded aws-lc-sys v0.40.0
13122026-07-02T20:25:36.071Z Compiling libc v0.2.185
13132026-07-02T20:25:36.072Z Compiling serde_core v1.0.228
13142026-07-02T20:25:36.072Z Compiling serde v1.0.228
13152026-07-02T20:25:36.074Z Compiling log v0.4.29
13162026-07-02T20:25:36.074Z Compiling smallvec v1.15.1
13172026-07-02T20:25:36.228Z Compiling shlex v1.3.0
13182026-07-02T20:25:36.231Z Compiling find-msvc-tools v0.1.9
13192026-07-02T20:25:36.233Z Compiling syn v2.0.117
13202026-07-02T20:25:36.413Z Compiling subtle v2.6.1
13212026-07-02T20:25:36.441Z Compiling stable_deref_trait v1.2.1
13222026-07-02T20:25:36.441Z Compiling scopeguard v1.2.0
13232026-07-02T20:25:36.487Z Compiling typenum v1.20.1
13242026-07-02T20:25:36.524Z Compiling serde_json v1.0.150
13252026-07-02T20:25:36.552Z Compiling lock_api v0.4.14
13262026-07-02T20:25:36.566Z Compiling portable-atomic v1.13.1
13272026-07-02T20:25:36.579Z Compiling zerocopy v0.8.40
13282026-07-02T20:25:36.741Z Compiling pin-project-lite v0.2.17
13292026-07-02T20:25:36.779Z Compiling parking_lot_core v0.9.12
13302026-07-02T20:25:36.840Z Compiling critical-section v1.2.0
13312026-07-02T20:25:36.955Z Compiling libm v0.2.16
13322026-07-02T20:25:37.032Z Compiling pkg-config v0.3.32
13332026-07-02T20:25:37.062Z Compiling jobserver v0.1.34
13342026-07-02T20:25:37.078Z Compiling errno v0.3.14
13352026-07-02T20:25:37.230Z Compiling getrandom v0.2.17
13362026-07-02T20:25:37.275Z Compiling cc v1.2.56
13372026-07-02T20:25:37.310Z Compiling getrandom v0.4.1
13382026-07-02T20:25:37.434Z Compiling rand_core v0.6.4
13392026-07-02T20:25:37.481Z Compiling signal-hook-registry v1.4.8
13402026-07-02T20:25:37.704Z Compiling once_cell v1.21.3
13412026-07-02T20:25:37.721Z Compiling num-traits v0.2.19
13422026-07-02T20:25:37.735Z Compiling futures-core v0.3.32
13432026-07-02T20:25:37.775Z Compiling rand_core v0.10.0
13442026-07-02T20:25:37.875Z Compiling parking_lot v0.12.5
13452026-07-02T20:25:37.982Z Compiling mio v1.2.0
13462026-07-02T20:25:38.188Z Compiling generic-array v0.14.7
13472026-07-02T20:25:38.234Z Compiling const-oid v0.9.6
13482026-07-02T20:25:38.350Z Compiling writeable v0.6.2
13492026-07-02T20:25:38.409Z Compiling percent-encoding v2.3.2
13502026-07-02T20:25:38.559Z Compiling bitflags v2.11.0
13512026-07-02T20:25:38.612Z Compiling litemap v0.8.1
13522026-07-02T20:25:38.626Z Compiling semver v1.0.28
13532026-07-02T20:25:38.866Z Compiling icu_properties_data v2.1.2
13542026-07-02T20:25:38.957Z Compiling icu_normalizer_data v2.1.1
13552026-07-02T20:25:38.972Z Compiling socket2 v0.6.3
13562026-07-02T20:25:39.022Z Compiling futures-sink v0.3.32
13572026-07-02T20:25:39.134Z Compiling futures-channel v0.3.32
13582026-07-02T20:25:39.148Z Compiling futures-io v0.3.32
13592026-07-02T20:25:39.273Z Compiling synstructure v0.13.2
13602026-07-02T20:25:39.297Z Compiling futures-task v0.3.32
13612026-07-02T20:25:39.312Z Compiling slab v0.4.12
13622026-07-02T20:25:39.369Z Compiling utf8_iter v1.0.4
13632026-07-02T20:25:39.402Z Compiling indexmap v2.14.0
13642026-07-02T20:25:39.475Z Compiling form_urlencoded v1.2.2
13652026-07-02T20:25:39.503Z Compiling getrandom v0.3.4
13662026-07-02T20:25:39.506Z Compiling rustversion v1.0.22
13672026-07-02T20:25:39.518Z Compiling cmake v0.1.57
13682026-07-02T20:25:39.673Z Compiling fs_extra v1.3.0
13692026-07-02T20:25:39.751Z Compiling ident_case v1.0.1
13702026-07-02T20:25:39.894Z Compiling iana-time-zone v0.1.65
13712026-07-02T20:25:39.897Z Compiling rustix v1.1.3
13722026-07-02T20:25:39.942Z Compiling dunce v1.0.5
13732026-07-02T20:25:39.960Z Compiling regex-syntax v0.8.10
13742026-07-02T20:25:40.043Z Compiling aws-lc-sys v0.40.0
13752026-07-02T20:25:40.085Z Compiling uuid v1.23.4
13762026-07-02T20:25:40.105Z Compiling base64 v0.22.1
13772026-07-02T20:25:40.439Z Compiling rand_core v0.9.5
13782026-07-02T20:25:40.442Z Compiling vcpkg v0.2.15
13792026-07-02T20:25:40.566Z Compiling base64ct v1.8.3
13802026-07-02T20:25:40.746Z Compiling rustc_version v0.4.1
13812026-07-02T20:25:40.855Z Compiling pem-rfc7468 v0.7.0
13822026-07-02T20:25:40.892Z Compiling tracing-core v0.1.36
13832026-07-02T20:25:41.022Z Compiling serde_derive v1.0.228
13842026-07-02T20:25:41.094Z Compiling zeroize_derive v1.4.3
13852026-07-02T20:25:41.172Z Compiling zerofrom-derive v0.1.6
13862026-07-02T20:25:41.203Z Compiling yoke-derive v0.8.1
13872026-07-02T20:25:41.471Z Compiling zerovec-derive v0.11.2
13882026-07-02T20:25:41.714Z Compiling displaydoc v0.2.5
13892026-07-02T20:25:41.786Z Compiling zeroize v1.8.2
13902026-07-02T20:25:42.008Z Compiling zerocopy-derive v0.8.40
13912026-07-02T20:25:42.425Z Compiling tokio-macros v2.7.0
13922026-07-02T20:25:42.523Z Compiling futures-macro v0.3.32
13932026-07-02T20:25:42.642Z Compiling zerofrom v0.1.6
13942026-07-02T20:25:42.656Z Compiling openssl-sys v0.9.115
13952026-07-02T20:25:42.770Z Compiling yoke v0.8.1
13962026-07-02T20:25:43.016Z Compiling zerovec v0.11.5
13972026-07-02T20:25:43.063Z Compiling zerotrie v0.2.3
13982026-07-02T20:25:43.224Z Compiling block-buffer v0.10.4
13992026-07-02T20:25:43.227Z Compiling crypto-common v0.1.7
14002026-07-02T20:25:43.378Z Compiling digest v0.10.7
14012026-07-02T20:25:43.393Z Compiling thiserror-impl v2.0.18
14022026-07-02T20:25:43.408Z Compiling der_derive v0.7.3
14032026-07-02T20:25:43.411Z Compiling futures-util v0.3.32
14042026-07-02T20:25:43.550Z Compiling tinystr v0.8.2
14052026-07-02T20:25:43.640Z Compiling potential_utf v0.1.4
14062026-07-02T20:25:43.750Z Compiling icu_locale_core v2.1.1
14072026-07-02T20:25:43.811Z Compiling icu_collections v2.1.1
14082026-07-02T20:25:44.312Z Compiling tracing-attributes v0.1.31
14092026-07-02T20:25:44.417Z Compiling icu_provider v2.1.1
14102026-07-02T20:25:44.664Z Compiling bytes v1.11.1
14112026-07-02T20:25:44.684Z Compiling icu_normalizer v2.1.1
14122026-07-02T20:25:44.717Z Compiling icu_properties v2.1.2
14132026-07-02T20:25:44.790Z Compiling chrono v0.4.44
14142026-07-02T20:25:45.216Z Compiling tokio v1.52.1
14152026-07-02T20:25:45.286Z Compiling http v1.4.2
14162026-07-02T20:25:45.660Z Compiling idna_adapter v1.2.1
14172026-07-02T20:25:45.805Z Compiling idna v1.1.0
14182026-07-02T20:25:45.821Z Compiling aws-lc-rs v1.16.3
14192026-07-02T20:25:45.835Z Compiling flagset v0.4.7
14202026-07-02T20:25:45.969Z Compiling der v0.7.10
14212026-07-02T20:25:46.129Z Compiling url v2.5.8
14222026-07-02T20:25:46.192Z Compiling http-body v1.0.1
14232026-07-02T20:25:46.223Z Compiling tracing v0.1.44
14242026-07-02T20:25:46.347Z Compiling thiserror v2.0.18
14252026-07-02T20:25:46.473Z Compiling rustls-pki-types v1.14.0
14262026-07-02T20:25:46.494Z Compiling ppv-lite86 v0.2.21
14272026-07-02T20:25:46.524Z Compiling serde_derive_internals v0.29.1
14282026-07-02T20:25:46.682Z Compiling openssl-probe v0.2.1
14292026-07-02T20:25:46.823Z Compiling rand_chacha v0.9.0
14302026-07-02T20:25:46.859Z Compiling cmov v0.5.4
14312026-07-02T20:25:46.917Z Compiling schemars v0.8.22
14322026-07-02T20:25:46.932Z Compiling tinyvec_macros v0.1.1
14332026-07-02T20:25:47.002Z Compiling httparse v1.10.1
14342026-07-02T20:25:47.067Z Compiling dyn-clone v1.0.20
14352026-07-02T20:25:47.154Z Compiling ctutils v0.4.2
14362026-07-02T20:25:47.184Z Compiling rand v0.9.2
14372026-07-02T20:25:47.204Z Compiling tinyvec v1.10.0
14382026-07-02T20:25:47.390Z Compiling spki v0.7.3
14392026-07-02T20:25:47.404Z Compiling pest_generator v2.8.6
14402026-07-02T20:25:47.418Z Compiling schemars_derive v0.8.22
14412026-07-02T20:25:47.514Z Compiling aho-corasick v1.1.4
14422026-07-02T20:25:47.551Z Compiling try-lock v0.2.5
14432026-07-02T20:25:47.593Z Compiling untrusted v0.7.1
14442026-07-02T20:25:47.661Z Compiling atomic-waker v1.1.2
14452026-07-02T20:25:47.717Z Compiling tower-layer v0.3.3
14462026-07-02T20:25:47.787Z Compiling tower-service v0.3.3
14472026-07-02T20:25:47.882Z Compiling tempfile v3.25.0
14482026-07-02T20:25:47.885Z Compiling want v0.3.1
14492026-07-02T20:25:48.107Z Compiling hybrid-array v0.4.13
14502026-07-02T20:25:48.122Z Compiling pest_derive v2.8.6
14512026-07-02T20:25:48.278Z Compiling ipnet v2.11.0
14522026-07-02T20:25:48.322Z Compiling scroll_derive v0.13.1
14532026-07-02T20:25:48.576Z Compiling regex-automata v0.4.14
14542026-07-02T20:25:48.775Z Compiling darling_core v0.20.11
14552026-07-02T20:25:48.899Z Compiling foreign-types-shared v0.1.1
14562026-07-02T20:25:48.992Z Compiling cpufeatures v0.2.17
14572026-07-02T20:25:49.073Z Compiling tokio-util v0.7.18
14582026-07-02T20:25:49.148Z Compiling httpdate v1.0.3
14592026-07-02T20:25:49.284Z Compiling rustls v0.23.41
14602026-07-02T20:25:49.386Z Compiling untrusted v0.9.0
14612026-07-02T20:25:49.475Z Compiling openssl v0.10.79
14622026-07-02T20:25:49.510Z Compiling scroll v0.13.0
14632026-07-02T20:25:49.743Z Compiling foreign-types v0.3.2
14642026-07-02T20:25:49.777Z Compiling h2 v0.4.15
14652026-07-02T20:25:49.818Z Compiling pkcs8 v0.10.2
14662026-07-02T20:25:50.041Z Compiling unicode-normalization v0.1.25
14672026-07-02T20:25:50.109Z Compiling openssl-macros v0.1.1
14682026-07-02T20:25:50.495Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-02T20:25:50.509Z Compiling spin v0.9.8
14702026-07-02T20:25:50.523Z Compiling powerfmt v0.2.0
14712026-07-02T20:25:50.717Z Compiling time-core v0.1.8
14722026-07-02T20:25:50.731Z Compiling num-conv v0.2.0
14732026-07-02T20:25:50.863Z Compiling native-tls v0.2.18
14742026-07-02T20:25:50.863Z Compiling crc32fast v1.5.0
14752026-07-02T20:25:51.019Z Compiling time-macros v0.2.27
14762026-07-02T20:25:51.076Z Compiling darling_macro v0.20.11
14772026-07-02T20:25:51.111Z Compiling deranged v0.5.8
14782026-07-02T20:25:51.563Z Compiling darling v0.20.11
14792026-07-02T20:25:51.648Z Compiling goblin v0.10.5
14802026-07-02T20:25:52.100Z Compiling sha2 v0.10.9
14812026-07-02T20:25:52.114Z Compiling hmac v0.12.1
14822026-07-02T20:25:52.271Z Compiling sync_wrapper v1.0.2
14832026-07-02T20:25:52.383Z Compiling wait-timeout v0.2.1
14842026-07-02T20:25:52.655Z Compiling siphasher v1.0.2
14852026-07-02T20:25:52.741Z Compiling quick-error v1.2.3
14862026-07-02T20:25:52.811Z Compiling simd-adler32 v0.3.8
14872026-07-02T20:25:52.835Z Compiling bit-vec v0.8.0
14882026-07-02T20:25:53.109Z Compiling hyper v1.10.1
14892026-07-02T20:25:53.129Z Compiling syn v1.0.109
14902026-07-02T20:25:53.457Z Compiling usdt-impl v0.6.0
14912026-07-02T20:25:53.524Z Compiling num_threads v0.1.7
14922026-07-02T20:25:53.621Z Compiling crossbeam-utils v0.8.21
14932026-07-02T20:25:53.708Z Compiling time v0.3.47
14942026-07-02T20:25:54.014Z Compiling bit-set v0.8.0
14952026-07-02T20:25:54.185Z Compiling rusty-fork v0.3.1
14962026-07-02T20:25:54.252Z Compiling hyper-util v0.1.20
14972026-07-02T20:25:54.290Z Compiling tower v0.5.3
14982026-07-02T20:25:54.511Z Compiling dof v0.4.0
14992026-07-02T20:25:54.734Z Compiling derive_builder_core v0.20.2
15002026-07-02T20:25:54.964Z Compiling dtrace-parser v0.3.0
15012026-07-02T20:25:55.342Z Compiling http-body-util v0.1.3
15022026-07-02T20:25:55.591Z Compiling heapless v0.7.17
15032026-07-02T20:25:55.605Z Compiling thiserror-impl v1.0.69
15042026-07-02T20:25:55.670Z Compiling scroll_derive v0.12.1
15052026-07-02T20:25:55.699Z Compiling rand_xorshift v0.4.0
15062026-07-02T20:25:55.845Z Compiling slog v2.8.2
15072026-07-02T20:25:55.869Z Compiling darling_core v0.21.3
15082026-07-02T20:25:55.937Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-02T20:25:56.010Z Compiling thread-id v5.1.0
15102026-07-02T20:25:56.049Z Compiling cookie v0.18.1
15112026-07-02T20:25:56.093Z Compiling iri-string v0.7.10
15122026-07-02T20:25:56.236Z Compiling unicode-bidi v0.3.18
15132026-07-02T20:25:56.251Z Compiling zstd-safe v7.2.4
15142026-07-02T20:25:56.354Z Compiling anyhow v1.0.102
15152026-07-02T20:25:56.462Z Compiling adler2 v2.0.1
15162026-07-02T20:25:56.598Z Compiling allocator-api2 v0.2.21
15172026-07-02T20:25:56.677Z Compiling paste v1.0.15
15182026-07-02T20:25:56.763Z Compiling unarray v0.1.4
15192026-07-02T20:25:56.876Z Compiling ryu v1.0.23
15202026-07-02T20:25:56.880Z Compiling unicode-properties v0.1.4
15212026-07-02T20:25:56.928Z Compiling signal-hook v0.3.18
15222026-07-02T20:25:57.009Z Compiling serde_urlencoded v0.7.1
15232026-07-02T20:25:57.054Z Compiling stringprep v0.1.5
15242026-07-02T20:25:57.094Z Compiling thiserror v1.0.69
15252026-07-02T20:25:57.132Z Compiling proptest v1.10.0
15262026-07-02T20:25:57.247Z Compiling tower-http v0.6.8
15272026-07-02T20:25:57.407Z Compiling miniz_oxide v0.8.9
15282026-07-02T20:25:57.489Z Compiling scroll v0.12.0
15292026-07-02T20:25:57.756Z Compiling derive_builder_macro v0.20.2
15302026-07-02T20:25:57.778Z Compiling camino v1.2.2
15312026-07-02T20:25:58.044Z Compiling tokio-native-tls v0.3.1
15322026-07-02T20:25:58.240Z Compiling bstr v1.12.1
15332026-07-02T20:25:58.316Z Compiling ipnetwork v0.21.1
15342026-07-02T20:25:58.420Z Compiling crypto-common v0.2.2
15352026-07-02T20:25:58.428Z Compiling darling_macro v0.21.3
15362026-07-02T20:25:58.712Z Compiling block-buffer v0.12.1
15372026-07-02T20:25:58.727Z Compiling block-padding v0.4.2
15382026-07-02T20:25:58.896Z Compiling rustls-native-certs v0.8.3
15392026-07-02T20:25:58.899Z Compiling rand_chacha v0.3.1
15402026-07-02T20:25:58.923Z Compiling serde_tokenstream v0.2.3
15412026-07-02T20:25:58.936Z Compiling serde_spanned v0.6.9
15422026-07-02T20:25:59.078Z Compiling erased-serde v0.3.31
15432026-07-02T20:25:59.191Z Compiling toml_datetime v0.6.11
15442026-07-02T20:25:59.238Z Compiling hex v0.4.3
15452026-07-02T20:25:59.449Z Compiling signature v2.2.0
15462026-07-02T20:25:59.510Z Compiling md-5 v0.10.6
15472026-07-02T20:25:59.568Z Compiling curve25519-dalek v4.1.3
15482026-07-02T20:25:59.633Z Compiling zerocopy-derive v0.7.35
15492026-07-02T20:25:59.678Z Compiling async-trait v0.1.89
15502026-07-02T20:25:59.710Z Compiling pin-project-internal v1.1.11
15512026-07-02T20:25:59.913Z Compiling vergen-lib v9.1.0
15522026-07-02T20:26:00.117Z Compiling hash32 v0.2.1
15532026-07-02T20:26:00.169Z Compiling num-integer v0.1.46
15542026-07-02T20:26:00.314Z Compiling memoffset v0.9.1
15552026-07-02T20:26:00.492Z Compiling encoding_rs v0.8.35
15562026-07-02T20:26:00.521Z Compiling cfg_aliases v0.2.1
15572026-07-02T20:26:00.536Z Compiling num-bigint-dig v0.8.6
15582026-07-02T20:26:00.597Z Compiling smoltcp v0.9.1
15592026-07-02T20:26:00.710Z Compiling zlib-rs v0.6.2
15602026-07-02T20:26:00.737Z Compiling fallible-iterator v0.2.0
15612026-07-02T20:26:00.844Z Compiling rustix v0.38.44
15622026-07-02T20:26:00.951Z Compiling psl-types v2.0.11
15632026-07-02T20:26:01.055Z Compiling mime v0.3.17
15642026-07-02T20:26:01.078Z Compiling ref-cast v1.0.25
15652026-07-02T20:26:01.208Z Compiling litrs v1.0.0
15662026-07-02T20:26:01.402Z Compiling publicsuffix v2.3.0
15672026-07-02T20:26:01.453Z Compiling postgres-protocol v0.6.10
15682026-07-02T20:26:01.615Z Compiling pin-project v1.1.11
15692026-07-02T20:26:01.735Z Compiling document-features v0.2.12
15702026-07-02T20:26:01.752Z Compiling nix v0.31.2
15712026-07-02T20:26:02.029Z Compiling zerocopy v0.7.35
15722026-07-02T20:26:02.074Z Compiling hubpack_derive v0.1.1
15732026-07-02T20:26:02.112Z Compiling num-iter v0.1.45
15742026-07-02T20:26:02.331Z Compiling newtype-uuid v1.3.2
15752026-07-02T20:26:02.542Z Compiling rand v0.8.6
15762026-07-02T20:26:02.578Z Compiling darling v0.21.3
15772026-07-02T20:26:02.608Z Compiling inout v0.2.2
15782026-07-02T20:26:02.660Z Compiling oxnet v0.1.6
15792026-07-02T20:26:02.743Z Compiling derive_builder v0.20.2
15802026-07-02T20:26:02.766Z Compiling hyper-tls v0.6.0
15812026-07-02T20:26:02.780Z Compiling goblin v0.8.2
15822026-07-02T20:26:03.444Z Compiling phf_shared v0.13.1
15832026-07-02T20:26:03.450Z Compiling regex v1.12.3
15842026-07-02T20:26:03.595Z Compiling lazy_static v1.5.0
15852026-07-02T20:26:03.670Z Compiling flate2 v1.1.9
15862026-07-02T20:26:03.686Z Compiling anstyle-parse v0.2.7
15872026-07-02T20:26:03.874Z Compiling futures-executor v0.3.32
15882026-07-02T20:26:03.889Z Compiling terminal_size v0.4.3
15892026-07-02T20:26:03.962Z Compiling strum_macros v0.27.2
15902026-07-02T20:26:04.029Z Compiling snafu-derive v0.8.9
15912026-07-02T20:26:04.032Z Compiling daft-derive v0.1.7
15922026-07-02T20:26:04.094Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-02T20:26:04.142Z Compiling ref-cast-impl v1.0.25
15942026-07-02T20:26:04.711Z Compiling vergen v9.1.0
15952026-07-02T20:26:04.774Z Compiling cargo-platform v0.3.2
15962026-07-02T20:26:04.792Z Compiling ff v0.13.1
15972026-07-02T20:26:04.909Z Compiling fs-err v3.3.0
15982026-07-02T20:26:04.937Z Compiling ahash v0.8.12
15992026-07-02T20:26:05.049Z Compiling libbz2-rs-sys v0.2.2
16002026-07-02T20:26:05.121Z Compiling object v0.37.3
16012026-07-02T20:26:05.166Z Compiling managed v0.8.0
16022026-07-02T20:26:05.387Z Compiling foldhash v0.2.0
16032026-07-02T20:26:05.412Z Compiling unicode-segmentation v1.12.0
16042026-07-02T20:26:05.613Z Compiling foldhash v0.1.5
16052026-07-02T20:26:05.729Z Compiling base16ct v0.2.0
16062026-07-02T20:26:05.791Z Compiling bumpalo v3.20.2
16072026-07-02T20:26:05.805Z Compiling same-file v1.0.6
16082026-07-02T20:26:05.920Z Compiling bitflags v1.3.2
16092026-07-02T20:26:05.973Z Compiling winnow v0.5.40
16102026-07-02T20:26:05.976Z Compiling snafu v0.8.9
16112026-07-02T20:26:05.976Z Compiling strum v0.27.2
16122026-07-02T20:26:06.052Z Compiling zopfli v0.8.3
16132026-07-02T20:26:06.129Z Compiling walkdir v2.5.0
16142026-07-02T20:26:06.333Z Compiling sec1 v0.7.3
16152026-07-02T20:26:06.359Z Compiling hashbrown v0.15.5
16162026-07-02T20:26:06.457Z Compiling hashbrown v0.16.1
16172026-07-02T20:26:06.612Z Compiling bzip2 v0.6.1
16182026-07-02T20:26:06.727Z Compiling clap_builder v4.6.0
16192026-07-02T20:26:06.889Z Compiling dof v0.3.0
16202026-07-02T20:26:06.915Z Compiling cargo_metadata v0.23.1
16212026-07-02T20:26:06.992Z Compiling group v0.13.0
16222026-07-02T20:26:07.041Z Compiling daft v0.1.7
16232026-07-02T20:26:07.331Z Compiling toml_edit v0.19.15
16242026-07-02T20:26:07.539Z Compiling futures v0.3.32
16252026-07-02T20:26:07.606Z Compiling anstream v0.6.21
16262026-07-02T20:26:07.914Z Compiling phf v0.13.1
16272026-07-02T20:26:08.135Z Compiling signal-hook-mio v0.2.5
16282026-07-02T20:26:08.204Z Compiling cookie_store v0.22.1
16292026-07-02T20:26:08.309Z Compiling zstd v0.13.3
16302026-07-02T20:26:08.582Z Compiling reqwest v0.12.28
16312026-07-02T20:26:08.622Z Compiling bzip2 v0.4.4
16322026-07-02T20:26:08.839Z Compiling cipher v0.5.2
16332026-07-02T20:26:08.867Z Compiling serde_with_macros v3.17.0
16342026-07-02T20:26:09.160Z Compiling hubpack v0.1.2
16352026-07-02T20:26:09.497Z Compiling postgres-types v0.2.12
16362026-07-02T20:26:10.027Z Compiling ed25519 v2.2.3
16372026-07-02T20:26:10.059Z Compiling usdt-attr-macro v0.6.0
16382026-07-02T20:26:10.075Z Compiling usdt-macro v0.6.0
16392026-07-02T20:26:10.244Z Compiling globset v0.4.18
16402026-07-02T20:26:10.854Z Compiling dtrace-parser v0.2.0
16412026-07-02T20:26:10.892Z Compiling phf_shared v0.11.3
16422026-07-02T20:26:10.914Z Compiling hkdf v0.12.4
16432026-07-02T20:26:10.928Z Compiling olpc-cjson v0.1.4
16442026-07-02T20:26:10.931Z Compiling pkcs1 v0.7.5
16452026-07-02T20:26:11.073Z Compiling serde-big-array v0.5.1
16462026-07-02T20:26:11.074Z Compiling serde_plain v1.0.2
16472026-07-02T20:26:11.101Z Compiling crypto-bigint v0.5.5
16482026-07-02T20:26:11.229Z Compiling strum_macros v0.26.4
16492026-07-02T20:26:11.271Z Compiling clap_derive v4.6.1
16502026-07-02T20:26:11.335Z Compiling serde_repr v0.1.20
16512026-07-02T20:26:11.605Z Compiling enum-as-inner v0.6.1
16522026-07-02T20:26:11.890Z Compiling async-recursion v1.1.1
16532026-07-02T20:26:12.136Z Compiling pem v3.0.6
16542026-07-02T20:26:12.342Z Compiling float-cmp v0.10.0
16552026-07-02T20:26:12.475Z Compiling thread-id v4.2.2
16562026-07-02T20:26:12.498Z Compiling memmap2 v0.9.10
16572026-07-02T20:26:12.560Z Compiling env_filter v1.0.0
16582026-07-02T20:26:12.563Z Compiling cpufeatures v0.3.0
16592026-07-02T20:26:12.656Z Compiling difflib v0.4.0
16602026-07-02T20:26:12.717Z Compiling static_assertions v1.1.0
16612026-07-02T20:26:12.793Z Compiling fixedbitset v0.4.2
16622026-07-02T20:26:12.868Z Compiling normalize-line-endings v0.3.0
16632026-07-02T20:26:13.007Z Compiling jiff v0.2.21
16642026-07-02T20:26:13.022Z Compiling either v1.15.0
16652026-07-02T20:26:13.063Z Compiling const-oid v0.10.2
16662026-07-02T20:26:13.078Z Compiling data-encoding v2.10.0
16672026-07-02T20:26:13.227Z Compiling new_debug_unreachable v1.0.6
16682026-07-02T20:26:13.243Z Compiling winnow v1.0.3
16692026-07-02T20:26:13.270Z Compiling predicates-core v1.0.10
16702026-07-02T20:26:13.284Z Compiling whoami v2.1.0
16712026-07-02T20:26:13.298Z Compiling keccak v0.1.6
16722026-07-02T20:26:13.312Z Compiling typed-path v0.9.3
16732026-07-02T20:26:13.447Z Compiling fixedbitset v0.5.7
16742026-07-02T20:26:13.598Z Compiling precomputed-hash v0.1.1
16752026-07-02T20:26:13.662Z Compiling petgraph v0.8.3
16762026-07-02T20:26:13.689Z Compiling string_cache v0.8.9
16772026-07-02T20:26:13.755Z Compiling toml_parser v1.1.2+spec-1.1.0
16782026-07-02T20:26:13.781Z Compiling tokio-postgres v0.7.16
16792026-07-02T20:26:13.917Z Compiling sha3 v0.10.8
16802026-07-02T20:26:14.055Z Compiling predicates v3.1.4
16812026-07-02T20:26:14.396Z Compiling hickory-proto v0.25.2
16822026-07-02T20:26:14.416Z Compiling toml_edit v0.22.27
16832026-07-02T20:26:14.562Z Compiling digest v0.11.3
16842026-07-02T20:26:14.721Z Compiling itertools v0.13.0
16852026-07-02T20:26:14.787Z Compiling clap v4.6.1
16862026-07-02T20:26:14.873Z Compiling strum v0.26.3
16872026-07-02T20:26:15.016Z Compiling petgraph v0.6.5
16882026-07-02T20:26:15.670Z Compiling zip v4.6.1
16892026-07-02T20:26:15.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16902026-07-02T20:26:16.037Z Compiling env_logger v0.11.9
16912026-07-02T20:26:16.399Z Compiling usdt v0.6.0
16922026-07-02T20:26:16.615Z Compiling chacha20 v0.10.0
16932026-07-02T20:26:16.629Z Compiling usdt-impl v0.5.0
16942026-07-02T20:26:16.669Z Compiling elliptic-curve v0.13.8
16952026-07-02T20:26:16.900Z Compiling rsa v0.9.10
16962026-07-02T20:26:17.090Z Compiling crossterm v0.28.1
16972026-07-02T20:26:17.152Z Compiling ed25519-dalek v2.2.0
16982026-07-02T20:26:17.224Z Compiling serde_with v3.17.0
16992026-07-02T20:26:17.817Z Compiling zip v0.6.6
17002026-07-02T20:26:18.464Z Compiling toml v0.7.8
17012026-07-02T20:26:18.893Z Compiling iddqd v0.4.2
17022026-07-02T20:26:19.105Z Compiling heck v0.4.1
17032026-07-02T20:26:19.188Z Compiling similar v2.7.0
17042026-07-02T20:26:19.253Z Compiling byte-wrapper v0.1.0
17052026-07-02T20:26:19.330Z Compiling crossbeam-epoch v0.9.18
17062026-07-02T20:26:19.342Z Compiling tokio-stream v0.1.18
17072026-07-02T20:26:19.572Z Compiling buf-list v1.1.2
17082026-07-02T20:26:19.656Z Compiling x509-cert v0.2.5
17092026-07-02T20:26:19.800Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-07-02T20:26:19.857Z Compiling openapiv3 v2.2.0
17112026-07-02T20:26:20.061Z Compiling peg-runtime v0.8.5
17122026-07-02T20:26:20.103Z Compiling lalrpop-util v0.19.12
17132026-07-02T20:26:20.199Z Compiling thread_local v1.1.9
17142026-07-02T20:26:20.301Z Compiling slog-async v2.8.0
17152026-07-02T20:26:20.304Z Compiling crossbeam-channel v0.5.15
17162026-07-02T20:26:20.345Z Compiling filetime v0.2.27
17172026-07-02T20:26:20.453Z Compiling is-terminal v0.4.17
17182026-07-02T20:26:20.521Z Compiling xattr v1.6.1
17192026-07-02T20:26:20.555Z Compiling take_mut v0.2.2
17202026-07-02T20:26:20.638Z Compiling term v1.2.1
17212026-07-02T20:26:20.692Z Compiling tar v0.4.46
17222026-07-02T20:26:20.776Z Compiling camino-tempfile v1.4.1
17232026-07-02T20:26:21.012Z Compiling slog-term v2.9.2
17242026-07-02T20:26:30.442Z Compiling rustls-webpki v0.103.13
17252026-07-02T20:26:33.186Z Compiling tokio-rustls v0.26.4
17262026-07-02T20:26:33.186Z Compiling rustls-platform-verifier v0.6.2
17272026-07-02T20:26:33.186Z Compiling tough v0.22.0
17282026-07-02T20:26:33.403Z Compiling hyper-rustls v0.27.7
17292026-07-02T20:26:33.603Z Compiling reqwest v0.13.2
17302026-07-02T20:26:36.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312026-07-02T20:26:36.090Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17322026-07-02T20:26:38.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17332026-07-02T20:26:39.122Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17342026-07-02T20:26:39.177ZJul 02 20:26:38.283 INFO Starting download, target: Cockroach
17352026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: Console
17362026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: Clickhouse
17372026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: DendriteStub
17382026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: MaghemiteMgd
17392026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: MaghemiteDdmd
17402026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Starting download, target: TransceiverControl
17412026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-02T20:26:39.180ZJul 02 20:26:38.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-02T20:26:39.629ZJul 02 20:26:38.730 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-07-02T20:26:39.845ZJul 02 20:26:38.946 INFO Download complete, target: TransceiverControl
17502026-07-02T20:26:40.128ZJul 02 20:26:39.220 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-02T20:26:40.699ZJul 02 20:26:39.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-07-02T20:26:40.920ZJul 02 20:26:40.017 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-07-02T20:26:40.992ZJul 02 20:26:40.092 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-07-02T20:26:41.071ZJul 02 20:26:40.171 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-07-02T20:26:41.211ZJul 02 20:26:40.316 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-02T20:26:41.211ZJul 02 20:26:40.316 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-02T20:26:41.330ZJul 02 20:26:40.434 INFO Download complete, target: Console
17582026-07-02T20:26:41.979ZJul 02 20:26:41.085 INFO Download complete, target: MaghemiteDdmd
17592026-07-02T20:26:43.231ZJul 02 20:26:42.337 INFO Download complete, target: DendriteStub
17602026-07-02T20:26:43.409ZJul 02 20:26:42.515 INFO Download complete, target: MaghemiteMgd
17612026-07-02T20:26:45.920ZJul 02 20:26:45.026 INFO Checking that binary works, target: Cockroach
17622026-07-02T20:26:46.040ZJul 02 20:26:45.145 INFO Download complete, target: Cockroach
17632026-07-02T20:26:47.833ZJul 02 20:26:46.939 INFO Checking that binary works, target: Clickhouse
17642026-07-02T20:26:47.971ZJul 02 20:26:47.076 INFO Download complete, target: Clickhouse
17652026-07-02T20:26:47.987ZAll builder prerequisites installed successfully, and PATH looks valid
17662026-07-02T20:26:47.990Z
17672026-07-02T20:26:47.990Zreal 2:01.850453633
17682026-07-02T20:26:47.990Zuser 6:44.579572410
17692026-07-02T20:26:47.990Zsys 1:22.851176576
17702026-07-02T20:26:47.990Ztrap 0.238360019
17712026-07-02T20:26:47.990Ztflt 0.541718248
17722026-07-02T20:26:47.990Zdflt 0.774445533
17732026-07-02T20:26:47.990Zkflt 0.022462344
17742026-07-02T20:26:47.990Zlock 22:36.836514929
17752026-07-02T20:26:47.990Zslp 20:22.280353021
17762026-07-02T20:26:47.990Zlat 44.395706410
17772026-07-02T20:26:47.990Zstop 2:04.315148000
17782026-07-02T20:26:47.990Z+ banner clippy
17792026-07-02T20:26:47.990Z
17802026-07-02T20:26:47.990Z #### # # ##### ##### # #
17812026-07-02T20:26:47.990Z # # # # # # # # # #
17822026-07-02T20:26:47.991Z # # # # # # # #
17832026-07-02T20:26:47.991Z # # # ##### ##### #
17842026-07-02T20:26:47.991Z # # # # # # #
17852026-07-02T20:26:47.991Z #### ###### # # # #
17862026-07-02T20:26:47.991Z
17872026-07-02T20:26:47.991Z+ export CARGO_INCREMENTAL=0
17882026-07-02T20:26:47.991Z+ CARGO_INCREMENTAL=0
17892026-07-02T20:26:47.991Z+ ptime -m cargo xtask clippy
17902026-07-02T20:26:48.458Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17912026-07-02T20:26:48.749Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17922026-07-02T20:26:50.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17932026-07-02T20:26:50.596Z Running `target/debug/xtask clippy`
17942026-07-02T20:26:50.622Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17952026-07-02T20:26:51.192Z Downloading crates ...
17962026-07-02T20:26:51.390Z Downloaded assert-json-diff v2.0.2
17972026-07-02T20:26:51.395Z Downloaded parking v2.2.1
17982026-07-02T20:26:51.401Z Downloaded addr2line v0.25.1
17992026-07-02T20:26:51.404Z Downloaded similar-asserts v1.7.0
18002026-07-02T20:26:51.408Z Downloaded rstest v0.25.0
18012026-07-02T20:26:51.411Z Downloaded tinytemplate v1.2.1
18022026-07-02T20:26:51.413Z Downloaded hex-literal v0.4.1
18032026-07-02T20:26:51.413Z Downloaded termcolor v1.4.1
18042026-07-02T20:26:51.413Z Downloaded knuffel v3.2.0
18052026-07-02T20:26:51.416Z Downloaded relative-path v1.9.3
18062026-07-02T20:26:51.416Z Downloaded linkme-impl v0.3.35
18072026-07-02T20:26:51.421Z Downloaded event-listener v5.4.1
18082026-07-02T20:26:51.424Z Downloaded linkme v0.3.35
18092026-07-02T20:26:51.424Z Downloaded plotters-backend v0.3.7
18102026-07-02T20:26:51.428Z Downloaded assert_cmd v2.1.2
18112026-07-02T20:26:51.433Z Downloaded supports-unicode v2.1.0
18122026-07-02T20:26:51.439Z Downloaded partial-io v0.5.4
18132026-07-02T20:26:51.442Z Downloaded hickory-client v0.25.2
18142026-07-02T20:26:51.446Z Downloaded supports-color v2.1.0
18152026-07-02T20:26:51.449Z Downloaded escape8259 v0.5.3
18162026-07-02T20:26:51.452Z Downloaded async-object-pool v0.2.0
18172026-07-02T20:26:51.452Z Downloaded nested v0.1.1
18182026-07-02T20:26:51.452Z Downloaded guppy-workspace-hack v0.1.0
18192026-07-02T20:26:51.457Z Downloaded datatest-stable v0.3.3
18202026-07-02T20:26:51.464Z Downloaded event-listener-strategy v0.5.4
18212026-07-02T20:26:51.470Z Downloaded approx v0.5.1
18222026-07-02T20:26:51.475Z Downloaded serde_regex v1.1.0
18232026-07-02T20:26:51.475Z Downloaded backtrace-ext v0.2.1
18242026-07-02T20:26:51.475Z Downloaded constant_time_eq v0.3.1
18252026-07-02T20:26:51.477Z Downloaded target-triple v1.0.0
18262026-07-02T20:26:51.480Z Downloaded plotters-svg v0.3.7
18272026-07-02T20:26:51.480Z Downloaded pathdiff v0.2.3
18282026-07-02T20:26:51.485Z Downloaded terminal_size v0.1.17
18292026-07-02T20:26:51.488Z Downloaded supports-hyperlinks v2.1.0
18302026-07-02T20:26:51.491Z Downloaded concurrent-queue v2.5.0
18312026-07-02T20:26:51.491Z Downloaded miette-derive v5.10.0
18322026-07-02T20:26:51.494Z Downloaded anes v0.1.6
18332026-07-02T20:26:51.494Z Downloaded criterion-plot v0.6.0
18342026-07-02T20:26:51.497Z Downloaded target-lexicon v0.13.3
18352026-07-02T20:26:51.497Z Downloaded futures-timer v3.0.3
18362026-07-02T20:26:51.500Z Downloaded rand_distr v0.5.1
18372026-07-02T20:26:51.505Z Downloaded owo-colors v3.5.0
18382026-07-02T20:26:51.508Z Downloaded target-spec v3.5.7
18392026-07-02T20:26:51.508Z Downloaded path-tree v0.8.3
18402026-07-02T20:26:51.508Z Downloaded oorandom v11.1.5
18412026-07-02T20:26:51.510Z Downloaded rustc-demangle v0.1.27
18422026-07-02T20:26:51.510Z Downloaded cast v0.3.0
18432026-07-02T20:26:51.513Z Downloaded stringmetrics v2.2.2
18442026-07-02T20:26:51.515Z Downloaded httptest v0.16.4
18452026-07-02T20:26:51.516Z Downloaded async-lock v3.4.2
18462026-07-02T20:26:51.518Z Downloaded rust-argon2 v2.1.0
18472026-07-02T20:26:51.519Z Downloaded libtest-mimic v0.8.1
18482026-07-02T20:26:51.522Z Downloaded knuffel-derive v3.2.0
18492026-07-02T20:26:51.522Z Downloaded blake2b_simd v1.0.4
18502026-07-02T20:26:51.526Z Downloaded trybuild v1.0.116
18512026-07-02T20:26:51.532Z Downloaded textwrap v0.15.2
18522026-07-02T20:26:51.537Z Downloaded fancy-regex v0.14.0
18532026-07-02T20:26:51.544Z Downloaded cfg-expr v0.20.6
18542026-07-02T20:26:51.552Z Downloaded rstest_macros v0.25.0
18552026-07-02T20:26:51.559Z Downloaded chumsky v0.9.3
18562026-07-02T20:26:51.562Z Downloaded backtrace v0.3.76
18572026-07-02T20:26:51.564Z Downloaded criterion v0.7.0
18582026-07-02T20:26:51.568Z Downloaded miette v5.10.0
18592026-07-02T20:26:51.575Z Downloaded hashbrown v0.14.5
18602026-07-02T20:26:51.582Z Downloaded guppy v0.17.25
18612026-07-02T20:26:51.585Z Downloaded plotters v0.3.7
18622026-07-02T20:26:51.590Z Downloaded gimli v0.32.3
18632026-07-02T20:26:51.697Z Downloaded httpmock v0.8.3
18642026-07-02T20:26:53.383Z Checking cfg-if v1.0.4
18652026-07-02T20:26:53.748Z Checking libc v0.2.185
18662026-07-02T20:26:53.751Z Checking serde_core v1.0.228
18672026-07-02T20:26:53.829Z Checking memchr v2.8.0
18682026-07-02T20:26:53.869Z Checking zeroize v1.8.2
18692026-07-02T20:26:53.904Z Checking smallvec v1.15.1
18702026-07-02T20:26:53.945Z Checking rand_core v0.10.0
18712026-07-02T20:26:53.986Z Checking subtle v2.6.1
18722026-07-02T20:26:53.988Z Checking itoa v1.0.17
18732026-07-02T20:26:54.061Z Checking log v0.4.29
18742026-07-02T20:26:54.119Z Checking libm v0.2.16
18752026-07-02T20:26:54.167Z Checking typenum v1.20.1
18762026-07-02T20:26:54.211Z Checking getrandom v0.4.1
18772026-07-02T20:26:54.211Z Checking errno v0.3.14
18782026-07-02T20:26:54.290Z Checking scopeguard v1.2.0
18792026-07-02T20:26:54.332Z Checking stable_deref_trait v1.2.1
18802026-07-02T20:26:54.332Z Checking zmij v1.0.21
18812026-07-02T20:26:54.406Z Checking zerofrom v0.1.6
18822026-07-02T20:26:54.446Z Checking lock_api v0.4.14
18832026-07-02T20:26:54.486Z Checking percent-encoding v2.3.2
18842026-07-02T20:26:54.527Z Checking writeable v0.6.2
18852026-07-02T20:26:54.568Z Checking yoke v0.8.1
18862026-07-02T20:26:54.601Z Checking litemap v0.8.1
18872026-07-02T20:26:54.662Z Checking icu_normalizer_data v2.1.1
18882026-07-02T20:26:54.701Z Checking icu_properties_data v2.1.2
18892026-07-02T20:26:54.740Z Checking form_urlencoded v1.2.2
18902026-07-02T20:26:54.780Z Checking zerovec v0.11.5
18912026-07-02T20:26:54.780Z Checking zerotrie v0.2.3
18922026-07-02T20:26:54.851Z Checking num-traits v0.2.19
18932026-07-02T20:26:54.853Z Checking utf8_iter v1.0.4
18942026-07-02T20:26:54.928Z Checking pin-project-lite v0.2.17
18952026-07-02T20:26:54.970Z Checking zerocopy v0.8.40
18962026-07-02T20:26:55.015Z Checking parking_lot_core v0.9.12
18972026-07-02T20:26:55.060Z Checking portable-atomic v1.13.1
18982026-07-02T20:26:55.102Z Checking critical-section v1.2.0
18992026-07-02T20:26:55.148Z Checking signal-hook-registry v1.4.8
19002026-07-02T20:26:55.236Z Checking parking_lot v0.12.5
19012026-07-02T20:26:55.280Z Checking mio v1.2.0
19022026-07-02T20:26:55.319Z Checking tinystr v0.8.2
19032026-07-02T20:26:55.355Z Checking serde v1.0.228
19042026-07-02T20:26:55.355Z Checking bitflags v2.11.0
19052026-07-02T20:26:55.428Z Checking serde_json v1.0.150
19062026-07-02T20:26:55.467Z Checking potential_utf v0.1.4
19072026-07-02T20:26:55.506Z Checking once_cell v1.21.3
19082026-07-02T20:26:55.544Z Checking icu_locale_core v2.1.1
19092026-07-02T20:26:55.590Z Checking iana-time-zone v0.1.65
19102026-07-02T20:26:55.632Z Checking icu_collections v2.1.1
19112026-07-02T20:26:55.681Z Checking socket2 v0.6.3
19122026-07-02T20:26:55.724Z Checking uuid v1.23.4
19132026-07-02T20:26:55.771Z Checking thiserror v2.0.18
19142026-07-02T20:26:55.833Z Checking bytes v1.11.1
19152026-07-02T20:26:55.907Z Checking chrono v0.4.44
19162026-07-02T20:26:55.974Z Checking semver v1.0.28
19172026-07-02T20:26:56.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-07-02T20:26:56.081Z Checking futures-core v0.3.32
19192026-07-02T20:26:56.131Z Checking icu_provider v2.1.1
19202026-07-02T20:26:56.134Z Checking dyn-clone v1.0.20
19212026-07-02T20:26:56.221Z Checking getrandom v0.2.17
19222026-07-02T20:26:56.258Z Checking equivalent v1.0.2
19232026-07-02T20:26:56.299Z Checking rustix v1.1.3
19242026-07-02T20:26:56.375Z Checking tokio v1.52.1
19252026-07-02T20:26:56.378Z Checking cmov v0.5.4
19262026-07-02T20:26:56.446Z Checking icu_normalizer v2.1.1
19272026-07-02T20:26:56.480Z Checking icu_properties v2.1.2
19282026-07-02T20:26:56.480Z Checking rand_core v0.6.4
19292026-07-02T20:26:56.591Z Checking ctutils v0.4.2
19302026-07-02T20:26:56.688Z Checking byteorder v1.5.0
19312026-07-02T20:26:56.782Z Checking futures-sink v0.3.32
19322026-07-02T20:26:56.821Z Checking generic-array v0.14.7
19332026-07-02T20:26:56.858Z Checking hybrid-array v0.4.13
19342026-07-02T20:26:56.915Z Checking futures-channel v0.3.32
19352026-07-02T20:26:56.918Z Checking futures-io v0.3.32
19362026-07-02T20:26:57.101Z Checking slab v0.4.12
19372026-07-02T20:26:57.148Z Checking futures-task v0.3.32
19382026-07-02T20:26:57.233Z Checking thiserror v1.0.69
19392026-07-02T20:26:57.295Z Checking getrandom v0.3.4
19402026-07-02T20:26:57.333Z Checking futures-util v0.3.32
19412026-07-02T20:26:57.336Z Checking hashbrown v0.17.0
19422026-07-02T20:26:57.364Z Checking base64ct v1.8.3
19432026-07-02T20:26:57.402Z Checking idna_adapter v1.2.1
19442026-07-02T20:26:57.470Z Checking const-oid v0.9.6
19452026-07-02T20:26:57.584Z Checking idna v1.1.0
19462026-07-02T20:26:57.637Z Checking crypto-common v0.1.7
19472026-07-02T20:26:57.676Z Checking crypto-common v0.2.2
19482026-07-02T20:26:57.793Z Checking fnv v1.0.7
19492026-07-02T20:26:57.834Z Checking ppv-lite86 v0.2.21
19502026-07-02T20:26:57.871Z Checking url v2.5.8
19512026-07-02T20:26:57.907Z Checking indexmap v2.14.0
19522026-07-02T20:26:57.942Z Checking regex-syntax v0.8.10
19532026-07-02T20:26:58.155Z Checking block-buffer v0.12.1
19542026-07-02T20:26:58.203Z Checking block-buffer v0.10.4
19552026-07-02T20:26:58.302Z Checking base64 v0.22.1
19562026-07-02T20:26:58.352Z Checking utf8parse v0.2.2
19572026-07-02T20:26:58.388Z Checking digest v0.10.7
19582026-07-02T20:26:58.391Z Checking schemars v0.8.22
19592026-07-02T20:26:58.482Z Checking anstyle v1.0.14
19602026-07-02T20:26:58.519Z Checking http v1.4.2
19612026-07-02T20:26:58.571Z Checking tracing-core v0.1.36
19622026-07-02T20:26:58.613Z Checking colorchoice v1.0.4
19632026-07-02T20:26:58.693Z Checking anstyle-query v1.1.5
19642026-07-02T20:26:58.743Z Checking is_terminal_polyfill v1.70.2
19652026-07-02T20:26:58.817Z Checking anstyle-parse v1.0.0
19662026-07-02T20:26:58.862Z Checking terminal_size v0.4.3
19672026-07-02T20:26:58.905Z Checking tracing v0.1.44
19682026-07-02T20:26:58.995Z Checking ipnet v2.11.0
19692026-07-02T20:26:59.032Z Checking const-oid v0.10.2
19702026-07-02T20:26:59.088Z Checking anstream v1.0.0
19712026-07-02T20:26:59.125Z Checking clap_lex v1.0.0
19722026-07-02T20:26:59.161Z Checking strsim v0.11.1
19732026-07-02T20:26:59.215Z Checking aho-corasick v1.1.4
19742026-07-02T20:26:59.284Z Checking rand_core v0.9.5
19752026-07-02T20:26:59.323Z Checking crossbeam-utils v0.8.21
19762026-07-02T20:26:59.326Z Checking unicode-ident v1.0.24
19772026-07-02T20:26:59.358Z Checking httparse v1.10.1
19782026-07-02T20:26:59.361Z Checking powerfmt v0.2.0
19792026-07-02T20:26:59.394Z Checking clap_builder v4.6.0
19802026-07-02T20:26:59.495Z Checking cpufeatures v0.3.0
19812026-07-02T20:26:59.531Z Checking proc-macro2 v1.0.106
19822026-07-02T20:26:59.594Z Checking digest v0.11.3
19832026-07-02T20:26:59.631Z Checking deranged v0.5.8
19842026-07-02T20:26:59.634Z Checking num-conv v0.2.0
19852026-07-02T20:26:59.703Z Checking time-core v0.1.8
19862026-07-02T20:26:59.706Z Checking tokio-util v0.7.18
19872026-07-02T20:26:59.777Z Checking cpufeatures v0.2.17
19882026-07-02T20:26:59.814Z Checking num_threads v0.1.7
19892026-07-02T20:26:59.863Z Checking quote v1.0.45
19902026-07-02T20:26:59.902Z Checking rand_chacha v0.9.0
19912026-07-02T20:26:59.905Z Checking erased-serde v0.3.31
19922026-07-02T20:26:59.974Z Checking http-body v1.0.1
19932026-07-02T20:26:59.977Z Checking regex-automata v0.4.14
19942026-07-02T20:27:00.059Z Checking syn v2.0.117
19952026-07-02T20:27:00.131Z Checking rand v0.9.2
19962026-07-02T20:27:00.167Z Checking atomic-waker v1.1.2
19972026-07-02T20:27:00.297Z Checking aws-lc-sys v0.40.0
19982026-07-02T20:27:00.347Z Checking slog v2.8.2
19992026-07-02T20:27:00.386Z Checking rustls-pki-types v1.14.0
20002026-07-02T20:27:00.614Z Checking time v0.3.47
20012026-07-02T20:27:00.718Z Checking untrusted v0.7.1
20022026-07-02T20:27:00.718Z Checking try-lock v0.2.5
20032026-07-02T20:27:00.725Z Checking clap v4.6.1
20042026-07-02T20:27:00.728Z Checking allocator-api2 v0.2.21
20052026-07-02T20:27:00.797Z Checking httpdate v1.0.3
20062026-07-02T20:27:00.831Z Checking want v0.3.1
20072026-07-02T20:27:00.833Z Checking aws-lc-rs v1.16.3
20082026-07-02T20:27:00.833Z Checking h2 v0.4.15
20092026-07-02T20:27:00.970Z Checking ipnetwork v0.21.1
20102026-07-02T20:27:01.008Z Checking hex v0.4.3
20112026-07-02T20:27:01.065Z Checking anyhow v1.0.102
20122026-07-02T20:27:01.217Z Checking tower-layer v0.3.3
20132026-07-02T20:27:01.259Z Checking ryu v1.0.23
20142026-07-02T20:27:01.297Z Checking tower-service v0.3.3
20152026-07-02T20:27:01.401Z Checking fastrand v2.3.0
20162026-07-02T20:27:01.435Z Checking pem-rfc7468 v0.7.0
20172026-07-02T20:27:01.438Z Checking spin v0.9.8
20182026-07-02T20:27:01.609Z Checking flagset v0.4.7
20192026-07-02T20:27:01.646Z Checking simd-adler32 v0.3.8
20202026-07-02T20:27:01.685Z Checking untrusted v0.9.0
20212026-07-02T20:27:01.732Z Checking mime v0.3.17
20222026-07-02T20:27:01.771Z Checking der v0.7.10
20232026-07-02T20:27:01.776Z Checking tempfile v3.25.0
20242026-07-02T20:27:01.841Z Checking rustls-webpki v0.103.13
20252026-07-02T20:27:01.844Z Checking adler2 v2.0.1
20262026-07-02T20:27:01.911Z Checking http-body-util v0.1.3
20272026-07-02T20:27:01.946Z Checking block-padding v0.4.2
20282026-07-02T20:27:01.996Z Checking pretty-hex v0.4.1
20292026-07-02T20:27:02.034Z Checking miniz_oxide v0.8.9
20302026-07-02T20:27:02.138Z Checking inout v0.2.2
20312026-07-02T20:27:02.183Z Checking openssl-probe v0.2.1
20322026-07-02T20:27:02.183Z Checking serde_urlencoded v0.7.1
20332026-07-02T20:27:02.276Z Checking rustls v0.23.41
20342026-07-02T20:27:02.318Z Checking rand_chacha v0.3.1
20352026-07-02T20:27:02.355Z Checking camino v1.2.2
20362026-07-02T20:27:02.358Z Checking encoding_rs v0.8.35
20372026-07-02T20:27:02.426Z Checking plain v0.2.3
20382026-07-02T20:27:02.474Z Checking cipher v0.5.2
20392026-07-02T20:27:02.555Z Checking rand v0.8.6
20402026-07-02T20:27:02.560Z Checking spki v0.7.3
20412026-07-02T20:27:02.560Z Checking regex v1.12.3
20422026-07-02T20:27:02.659Z Checking oxnet v0.1.6
20432026-07-02T20:27:02.740Z Checking ucd-trie v0.1.7
20442026-07-02T20:27:02.786Z Checking crc32fast v1.5.0
20452026-07-02T20:27:02.910Z Checking pest v2.8.6
20462026-07-02T20:27:02.949Z Checking sync_wrapper v1.0.2
20472026-07-02T20:27:02.952Z Checking pkcs8 v0.10.2
20482026-07-02T20:27:03.029Z Checking futures-executor v0.3.32
20492026-07-02T20:27:03.099Z Checking tower v0.5.3
20502026-07-02T20:27:03.137Z Checking either v1.15.0
20512026-07-02T20:27:03.185Z Checking iri-string v0.7.10
20522026-07-02T20:27:03.222Z Checking futures v0.3.32
20532026-07-02T20:27:03.332Z Checking zlib-rs v0.6.2
20542026-07-02T20:27:03.370Z Checking sha2 v0.10.9
20552026-07-02T20:27:03.406Z Checking foldhash v0.2.0
20562026-07-02T20:27:03.533Z Checking static_assertions v1.1.0
20572026-07-02T20:27:03.594Z Checking hashbrown v0.16.1
20582026-07-02T20:27:03.637Z Checking lazy_static v1.5.0
20592026-07-02T20:27:03.674Z Checking openapiv3 v2.2.0
20602026-07-02T20:27:03.755Z Checking hubpack v0.1.2
20612026-07-02T20:27:03.793Z Checking hyper v1.10.1
20622026-07-02T20:27:03.957Z Checking strum v0.26.3
20632026-07-02T20:27:04.011Z Checking rustls-native-certs v0.8.3
20642026-07-02T20:27:04.102Z Checking signature v2.2.0
20652026-07-02T20:27:04.141Z Checking num-integer v0.1.46
20662026-07-02T20:27:04.179Z Checking bit-vec v0.8.0
20672026-07-02T20:27:04.242Z Checking tower-http v0.6.8
20682026-07-02T20:27:04.245Z Checking flate2 v1.1.9
20692026-07-02T20:27:04.316Z Checking tinyvec_macros v0.1.1
20702026-07-02T20:27:04.393Z Checking psl-types v2.0.11
20712026-07-02T20:27:04.482Z Checking bit-set v0.8.0
20722026-07-02T20:27:04.482Z Checking tinyvec v1.10.0
20732026-07-02T20:27:04.541Z Checking publicsuffix v2.3.0
20742026-07-02T20:27:04.579Z Checking cookie v0.18.1
20752026-07-02T20:27:04.615Z Checking wait-timeout v0.2.1
20762026-07-02T20:27:04.618Z Checking tokio-rustls v0.26.4
20772026-07-02T20:27:04.648Z Checking rustls-platform-verifier v0.6.2
20782026-07-02T20:27:04.724Z Checking anstyle-parse v0.2.7
20792026-07-02T20:27:04.762Z Checking hyper-util v0.1.20
20802026-07-02T20:27:04.798Z Checking ahash v0.8.12
20812026-07-02T20:27:04.801Z Checking serde_spanned v0.6.9
20822026-07-02T20:27:04.865Z Checking toml_datetime v0.6.11
20832026-07-02T20:27:04.868Z Checking cookie_store v0.22.1
20842026-07-02T20:27:04.934Z Checking scroll v0.13.0
20852026-07-02T20:27:04.937Z Checking quick-error v1.2.3
20862026-07-02T20:27:05.003Z Checking anstream v0.6.21
20872026-07-02T20:27:05.006Z Checking rand_xorshift v0.4.0
20882026-07-02T20:27:05.072Z Checking memmap2 v0.9.10
20892026-07-02T20:27:05.075Z Checking unarray v0.1.4
20902026-07-02T20:27:05.139Z Checking rusty-fork v0.3.1
20912026-07-02T20:27:05.178Z Checking data-encoding v2.10.0
20922026-07-02T20:27:05.180Z Checking goblin v0.10.5
20932026-07-02T20:27:05.247Z Checking dtrace-parser v0.3.0
20942026-07-02T20:27:05.249Z Checking x509-cert v0.2.5
20952026-07-02T20:27:05.250Z Checking bstr v1.12.1
20962026-07-02T20:27:05.348Z Checking hmac v0.12.1
20972026-07-02T20:27:05.350Z Checking proptest v1.10.0
20982026-07-02T20:27:05.501Z Checking thread-id v5.1.0
20992026-07-02T20:27:05.539Z Checking num-iter v0.1.45
21002026-07-02T20:27:05.542Z Checking crossbeam-epoch v0.9.18
21012026-07-02T20:27:05.612Z Checking memoffset v0.9.1
21022026-07-02T20:27:05.681Z Checking scroll v0.12.0
21032026-07-02T20:27:05.720Z Checking env_filter v1.0.0
21042026-07-02T20:27:05.723Z Checking num-bigint-dig v0.8.6
21052026-07-02T20:27:05.821Z Checking pkcs1 v0.7.5
21062026-07-02T20:27:05.890Z Checking env_logger v0.11.9
21072026-07-02T20:27:05.939Z Checking goblin v0.8.2
21082026-07-02T20:27:05.990Z Checking zerocopy v0.7.35
21092026-07-02T20:27:06.027Z Checking hyper-rustls v0.27.7
21102026-07-02T20:27:06.063Z Checking foreign-types-shared v0.1.1
21112026-07-02T20:27:06.107Z Checking unicode-segmentation v1.12.0
21122026-07-02T20:27:06.172Z Checking foreign-types v0.3.2
21132026-07-02T20:27:06.259Z Checking reqwest v0.13.2
21142026-07-02T20:27:06.299Z Checking dtrace-parser v0.2.0
21152026-07-02T20:27:06.443Z Checking ff v0.13.1
21162026-07-02T20:27:06.498Z Checking rustix v0.38.44
21172026-07-02T20:27:06.561Z Checking openssl-sys v0.9.115
21182026-07-02T20:27:06.597Z Checking rsa v0.9.10
21192026-07-02T20:27:06.632Z Checking thread-id v4.2.2
21202026-07-02T20:27:06.741Z Checking same-file v1.0.6
21212026-07-02T20:27:06.892Z Checking base16ct v0.2.0
21222026-07-02T20:27:06.958Z Checking winnow v0.5.40
21232026-07-02T20:27:07.052Z Checking sec1 v0.7.3
21242026-07-02T20:27:07.093Z Checking openssl v0.10.79
21252026-07-02T20:27:07.139Z Checking walkdir v2.5.0
21262026-07-02T20:27:07.221Z Checking newtype-uuid v1.3.2
21272026-07-02T20:27:07.288Z Checking group v0.13.0
21282026-07-02T20:27:07.325Z Checking nix v0.31.2
21292026-07-02T20:27:07.364Z Checking hkdf v0.12.4
21302026-07-02T20:27:07.456Z Checking daft v0.1.7
21312026-07-02T20:27:07.496Z Checking serde_with v3.17.0
21322026-07-02T20:27:07.499Z Checking dof v0.4.0
21332026-07-02T20:27:07.567Z Checking crypto-bigint v0.5.5
21342026-07-02T20:27:07.726Z Checking bzip2-sys v0.1.13+1.0.8
21352026-07-02T20:27:07.844Z Checking winnow v0.7.14
21362026-07-02T20:27:07.848Z Checking dof v0.3.0
21372026-07-02T20:27:08.158Z Checking toml_edit v0.19.15
21382026-07-02T20:27:08.185Z Checking usdt-impl v0.5.0
21392026-07-02T20:27:08.188Z Checking usdt-impl v0.6.0
21402026-07-02T20:27:08.501Z Checking keccak v0.1.6
21412026-07-02T20:27:08.541Z Checking usdt v0.6.0
21422026-07-02T20:27:08.544Z Checking elliptic-curve v0.13.8
21432026-07-02T20:27:08.611Z Checking bzip2 v0.4.4
21442026-07-02T20:27:08.701Z Checking sha3 v0.10.8
21452026-07-02T20:27:08.742Z Checking unicode-normalization v0.1.25
21462026-07-02T20:27:08.803Z Checking itertools v0.13.0
21472026-07-02T20:27:08.911Z Checking winnow v1.0.3
21482026-07-02T20:27:08.949Z Checking siphasher v1.0.2
21492026-07-02T20:27:09.012Z Checking bitflags v1.3.2
21502026-07-02T20:27:09.109Z Checking zip v0.6.6
21512026-07-02T20:27:09.148Z Checking signal-hook v0.3.18
21522026-07-02T20:27:09.151Z Checking native-tls v0.2.18
21532026-07-02T20:27:09.151Z Checking toml_write v0.1.2
21542026-07-02T20:27:09.250Z Checking managed v0.8.0
21552026-07-02T20:27:09.253Z Checking toml v0.7.8
21562026-07-02T20:27:09.253Z Checking toml_parser v1.1.2+spec-1.1.0
21572026-07-02T20:27:09.360Z Checking globset v0.4.18
21582026-07-02T20:27:09.397Z Checking toml_edit v0.22.27
21592026-07-02T20:27:09.434Z Checking tokio-native-tls v0.3.1
21602026-07-02T20:27:09.471Z Checking chacha20 v0.10.0
21612026-07-02T20:27:09.474Z Checking curve25519-dalek v4.1.3
21622026-07-02T20:27:09.614Z Checking object v0.37.3
21632026-07-02T20:27:09.653Z Checking foldhash v0.1.5
21642026-07-02T20:27:09.656Z Checking hyper-tls v0.6.0
21652026-07-02T20:27:09.722Z Checking signal-hook-mio v0.2.5
21662026-07-02T20:27:09.782Z Checking ed25519 v2.2.3
21672026-07-02T20:27:09.821Z Checking hashbrown v0.15.5
21682026-07-02T20:27:09.858Z Checking ref-cast v1.0.25
21692026-07-02T20:27:09.861Z Checking pin-project v1.1.11
21702026-07-02T20:27:09.930Z Checking zstd-sys v2.0.16+zstd.1.5.7
21712026-07-02T20:27:09.990Z Checking reqwest v0.12.28
21722026-07-02T20:27:09.992Z Checking pem v3.0.6
21732026-07-02T20:27:10.061Z Checking bumpalo v3.20.2
21742026-07-02T20:27:10.097Z Checking zstd-safe v7.2.4
21752026-07-02T20:27:10.179Z Checking libbz2-rs-sys v0.2.2
21762026-07-02T20:27:10.271Z Checking ed25519-dalek v2.2.0
21772026-07-02T20:27:10.308Z Checking zopfli v0.8.3
21782026-07-02T20:27:10.311Z Checking zstd v0.13.3
21792026-07-02T20:27:10.377Z Checking snafu v0.8.9
21802026-07-02T20:27:10.510Z Checking crossterm v0.28.1
21812026-07-02T20:27:10.548Z Checking olpc-cjson v0.1.4
21822026-07-02T20:27:10.583Z Checking similar v2.7.0
21832026-07-02T20:27:10.619Z Checking bzip2 v0.6.1
21842026-07-02T20:27:10.655Z Checking fs-err v3.3.0
21852026-07-02T20:27:10.691Z Checking hash32 v0.2.1
21862026-07-02T20:27:10.728Z Checking serde-big-array v0.5.1
21872026-07-02T20:27:10.783Z Checking serde_plain v1.0.2
21882026-07-02T20:27:10.821Z Checking predicates-core v1.0.10
21892026-07-02T20:27:10.874Z Checking typed-path v0.9.3
21902026-07-02T20:27:10.910Z Checking jiff v0.2.21
21912026-07-02T20:27:10.957Z Checking unicode-properties v0.1.4
21922026-07-02T20:27:10.994Z Checking unicode-bidi v0.3.18
21932026-07-02T20:27:10.997Z Checking heapless v0.7.17
21942026-07-02T20:27:10.997Z Checking hickory-proto v0.25.2
21952026-07-02T20:27:11.175Z Checking byte-wrapper v0.1.0
21962026-07-02T20:27:11.246Z Checking md-5 v0.10.6
21972026-07-02T20:27:11.323Z Checking stringprep v0.1.5
21982026-07-02T20:27:11.413Z Checking float-cmp v0.10.0
21992026-07-02T20:27:11.415Z Checking fallible-iterator v0.2.0
22002026-07-02T20:27:11.487Z Checking normalize-line-endings v0.3.0
22012026-07-02T20:27:11.521Z Checking difflib v0.4.0
22022026-07-02T20:27:11.574Z Checking smoltcp v0.9.1
22032026-07-02T20:27:11.611Z Checking iddqd v0.4.2
22042026-07-02T20:27:11.676Z Checking tough v0.22.0
22052026-07-02T20:27:11.728Z Checking predicates v3.1.4
22062026-07-02T20:27:11.767Z Checking postgres-protocol v0.6.10
22072026-07-02T20:27:11.940Z Checking phf_shared v0.13.1
22082026-07-02T20:27:12.053Z Checking phf_shared v0.11.3
22092026-07-02T20:27:12.109Z Checking tokio-stream v0.1.18
22102026-07-02T20:27:12.171Z Checking buf-list v1.1.2
22112026-07-02T20:27:12.209Z Checking strum v0.27.2
22122026-07-02T20:27:12.243Z Checking fixedbitset v0.5.7
22132026-07-02T20:27:12.348Z Checking new_debug_unreachable v1.0.6
22142026-07-02T20:27:12.388Z Checking fixedbitset v0.4.2
22152026-07-02T20:27:12.452Z Checking lalrpop-util v0.19.12
22162026-07-02T20:27:12.489Z Checking precomputed-hash v0.1.1
22172026-07-02T20:27:12.525Z Checking petgraph v0.8.3
22182026-07-02T20:27:12.564Z Checking petgraph v0.6.5
22192026-07-02T20:27:12.566Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22202026-07-02T20:27:12.643Z Checking string_cache v0.8.9
22212026-07-02T20:27:12.668Z Checking phf v0.13.1
22222026-07-02T20:27:12.831Z Checking postgres-types v0.2.12
22232026-07-02T20:27:12.868Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22242026-07-02T20:27:13.177Z Checking peg-runtime v0.8.5
22252026-07-02T20:27:13.181Z Checking whoami v2.1.0
22262026-07-02T20:27:13.249Z Checking zip v4.6.1
22272026-07-02T20:27:13.452Z Checking tokio-postgres v0.7.16
22282026-07-02T20:27:13.493Z Checking is-terminal v0.4.17
22292026-07-02T20:27:13.616Z Checking crossbeam-channel v0.5.15
22302026-07-02T20:27:13.754Z Checking thread_local v1.1.9
22312026-07-02T20:27:13.848Z Compiling structmeta-derive v0.3.0
22322026-07-02T20:27:13.887Z Checking term v1.2.1
22332026-07-02T20:27:13.934Z Checking take_mut v0.2.2
22342026-07-02T20:27:13.970Z Compiling newtype-uuid-macros v0.1.0
22352026-07-02T20:27:14.007Z Compiling multer v3.1.0
22362026-07-02T20:27:14.068Z Checking slog-async v2.8.0
22372026-07-02T20:27:14.131Z Compiling async-stream-impl v0.3.6
22382026-07-02T20:27:14.167Z Checking slog-term v2.9.2
22392026-07-02T20:27:14.275Z Checking match_cfg v0.1.0
22402026-07-02T20:27:14.320Z Checking slog-json v2.6.1
22412026-07-02T20:27:14.376Z Checking hostname v0.3.1
22422026-07-02T20:27:14.459Z Compiling dropshot v0.17.1
22432026-07-02T20:27:14.507Z Compiling dropshot_endpoint v0.17.1
22442026-07-02T20:27:14.510Z Checking slog-bunyan v2.5.0
22452026-07-02T20:27:14.688Z Checking debug-ignore v1.0.5
22462026-07-02T20:27:14.763Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-07-02T20:27:14.766Z Checking progenitor-client v0.14.0
22482026-07-02T20:27:14.796Z Checking sha1 v0.11.0
22492026-07-02T20:27:14.867Z Checking serde_path_to_error v0.1.20
22502026-07-02T20:27:14.870Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-02T20:27:14.961Z Compiling structmeta v0.3.0
22522026-07-02T20:27:15.036Z Checking serde_spanned v1.1.1
22532026-07-02T20:27:15.087Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-07-02T20:27:15.127Z Checking compression-core v0.4.31
22552026-07-02T20:27:15.167Z Checking toml_writer v1.1.1+spec-1.1.0
22562026-07-02T20:27:15.206Z Compiling derive-ex v0.1.8
22572026-07-02T20:27:15.209Z Checking async-stream v0.3.6
22582026-07-02T20:27:15.311Z Checking rustls-pemfile v2.2.0
22592026-07-02T20:27:15.314Z Checking compression-codecs v0.4.37
22602026-07-02T20:27:15.380Z Checking toml v1.1.2+spec-1.1.0
22612026-07-02T20:27:15.383Z Checking waitgroup v0.1.2
22622026-07-02T20:27:15.483Z Checking hostname v0.4.2
22632026-07-02T20:27:15.520Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-02T20:27:15.524Z Checking atomicwrites v0.4.4
22652026-07-02T20:27:15.588Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-07-02T20:27:15.591Z Checking async-compression v0.4.41
22672026-07-02T20:27:15.657Z Checking itertools v0.14.0
22682026-07-02T20:27:15.693Z Compiling parse-display-derive v0.10.0
22692026-07-02T20:27:15.696Z Checking macaddr v1.0.1
22702026-07-02T20:27:15.790Z Checking regress v0.10.5
22712026-07-02T20:27:15.861Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722026-07-02T20:27:15.933Z Checking instant v0.1.13
22732026-07-02T20:27:15.984Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22742026-07-02T20:27:16.050Z Checking backoff v0.4.0
22752026-07-02T20:27:16.249Z Checking backon v1.6.0
22762026-07-02T20:27:16.334Z Checking humantime v2.3.0
22772026-07-02T20:27:16.361Z Checking unicode-width v0.2.0
22782026-07-02T20:27:16.448Z Checking progenitor-extras v0.2.0
22792026-07-02T20:27:16.534Z Compiling convert_case v0.4.0
22802026-07-02T20:27:16.639Z Checking heck v0.5.0
22812026-07-02T20:27:16.707Z Checking half v2.7.1
22822026-07-02T20:27:16.750Z Checking ciborium-io v0.2.2
22832026-07-02T20:27:16.795Z Checking camino-tempfile v1.4.1
22842026-07-02T20:27:16.876Z Checking secrecy v0.10.3
22852026-07-02T20:27:16.941Z Compiling derive_more v0.99.20
22862026-07-02T20:27:16.977Z Compiling test-strategy v0.4.5
22872026-07-02T20:27:17.013Z Checking ciborium-ll v0.2.2
22882026-07-02T20:27:17.015Z Compiling regress v0.11.1
22892026-07-02T20:27:17.081Z Checking indent_write v2.2.0
22902026-07-02T20:27:17.217Z Checking ciborium v0.2.2
22912026-07-02T20:27:17.290Z Compiling crucible-workspace-hack v0.1.0
22922026-07-02T20:27:17.413Z Checking parse-display v0.10.0
22932026-07-02T20:27:17.559Z Compiling unsafe-libyaml v0.2.11
22942026-07-02T20:27:17.672Z Checking inout v0.1.4
22952026-07-02T20:27:17.709Z Checking universal-hash v0.5.1
22962026-07-02T20:27:17.842Z Checking cipher v0.4.4
22972026-07-02T20:27:17.878Z Compiling thiserror-impl-no-std v2.0.2
22982026-07-02T20:27:18.116Z Checking swrite v0.1.0
22992026-07-02T20:27:18.241Z Compiling serde_yaml v0.9.34+deprecated
23002026-07-02T20:27:18.341Z Checking opaque-debug v0.3.1
23012026-07-02T20:27:18.376Z Checking chacha20 v0.9.1
23022026-07-02T20:27:18.444Z Checking poly1305 v0.8.0
23032026-07-02T20:27:18.537Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23042026-07-02T20:27:18.607Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23052026-07-02T20:27:18.739Z Compiling typify-impl v0.6.2
23062026-07-02T20:27:18.948Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-07-02T20:27:18.986Z Checking blake2 v0.10.6
23082026-07-02T20:27:19.134Z Checking thiserror-no-std v2.0.2
23092026-07-02T20:27:19.253Z Checking aead v0.5.2
23102026-07-02T20:27:19.287Z Checking password-hash v0.5.0
23112026-07-02T20:27:19.429Z Checking chacha20poly1305 v0.10.1
23122026-07-02T20:27:19.545Z Checking argon2 v0.5.3
23132026-07-02T20:27:19.582Z Checking vsss-rs v3.3.4
23142026-07-02T20:27:19.585Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23152026-07-02T20:27:19.766Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23162026-07-02T20:27:19.926Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-07-02T20:27:19.993Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-07-02T20:27:20.057Z Checking crossbeam-deque v0.8.6
23192026-07-02T20:27:20.095Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-07-02T20:27:20.189Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-02T20:27:20.240Z Compiling rayon-core v1.13.0
23222026-07-02T20:27:20.278Z Compiling toml_datetime v0.7.5+spec-1.1.0
23232026-07-02T20:27:20.550Z Compiling toml_edit v0.23.10+spec-1.0.0
23242026-07-02T20:27:20.717Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23252026-07-02T20:27:20.841Z Compiling proc-macro-error v1.0.4
23262026-07-02T20:27:20.879Z Checking rayon v1.11.0
23272026-07-02T20:27:21.183Z Compiling proc-macro-crate v3.4.0
23282026-07-02T20:27:21.630Z Checking tabwriter v1.4.1
23292026-07-02T20:27:21.635Z Checking toml v0.8.23
23302026-07-02T20:27:21.701Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-02T20:27:21.758Z Compiling num_enum_derive v0.7.6
23322026-07-02T20:27:21.811Z Checking glob v0.3.3
23332026-07-02T20:27:21.847Z Compiling heapless v0.8.0
23342026-07-02T20:27:21.888Z Checking colored v3.1.1
23352026-07-02T20:27:22.013Z Compiling ingot-macros v0.1.1
23362026-07-02T20:27:22.049Z Checking hash32 v0.3.1
23372026-07-02T20:27:22.118Z Checking unicode-width v0.1.14
23382026-07-02T20:27:22.209Z Compiling smoltcp v0.11.0
23392026-07-02T20:27:22.342Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-07-02T20:27:22.417Z Checking cobs v0.3.0
23412026-07-02T20:27:22.590Z Compiling usdt-attr-macro v0.5.0
23422026-07-02T20:27:22.690Z Compiling usdt-macro v0.5.0
23432026-07-02T20:27:22.728Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-07-02T20:27:22.766Z Checking memmap v0.7.0
23452026-07-02T20:27:22.801Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-07-02T20:27:22.834Z Checking num_enum v0.7.6
23472026-07-02T20:27:22.979Z Checking postcard v1.1.3
23482026-07-02T20:27:23.108Z Checking rand v0.10.1
23492026-07-02T20:27:23.247Z Compiling typify-macro v0.6.2
23502026-07-02T20:27:23.330Z Compiling proc-macro-crate v1.3.1
23512026-07-02T20:27:23.470Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-02T20:27:23.507Z Checking usdt v0.5.0
23532026-07-02T20:27:23.650Z Checking sigpipe v0.1.3
23542026-07-02T20:27:23.706Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-02T20:27:23.744Z Compiling foreign-types-macros v0.2.3
23562026-07-02T20:27:23.781Z Checking foreign-types-shared v0.3.1
23572026-07-02T20:27:23.784Z Compiling num_enum_derive v0.5.11
23582026-07-02T20:27:24.062Z Checking cstr-argument v0.1.2
23592026-07-02T20:27:24.166Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-07-02T20:27:24.212Z Compiling num-derive v0.4.2
23612026-07-02T20:27:24.251Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23622026-07-02T20:27:24.383Z Checking foreign-types v0.5.0
23632026-07-02T20:27:24.491Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23642026-07-02T20:27:24.638Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-07-02T20:27:24.760Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-07-02T20:27:24.794Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23672026-07-02T20:27:24.829Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-07-02T20:27:24.890Z Checking num_enum v0.5.11
23692026-07-02T20:27:24.932Z Checking ingot-types v0.1.2
23702026-07-02T20:27:24.966Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-07-02T20:27:24.996Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-07-02T20:27:25.031Z Compiling typify v0.6.2
23732026-07-02T20:27:25.064Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-07-02T20:27:25.171Z Compiling progenitor-impl v0.14.0
23752026-07-02T20:27:25.177Z Compiling zone_cfg_derive v0.3.1
23762026-07-02T20:27:25.273Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23772026-07-02T20:27:25.307Z Checking ingot v0.1.1
23782026-07-02T20:27:25.435Z Checking itertools v0.12.1
23792026-07-02T20:27:25.471Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-07-02T20:27:25.757Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23812026-07-02T20:27:25.944Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23822026-07-02T20:27:25.994Z Checking smf v0.2.3
23832026-07-02T20:27:26.067Z Checking whoami v1.6.1
23842026-07-02T20:27:26.157Z Checking tokio-dtrace v0.1.1
23852026-07-02T20:27:26.196Z Compiling derive-where v1.6.0
23862026-07-02T20:27:26.255Z Checking console v0.15.11
23872026-07-02T20:27:26.291Z Checking newline-converter v0.3.0
23882026-07-02T20:27:26.378Z Checking oxide-tokio-rt v0.1.4
23892026-07-02T20:27:26.431Z Checking bytecount v0.6.9
23902026-07-02T20:27:26.473Z Checking zone v0.3.1
23912026-07-02T20:27:26.561Z Checking expectorate v1.2.0
23922026-07-02T20:27:26.598Z Compiling owo-colors v4.3.0
23932026-07-02T20:27:26.601Z Compiling cancel-safe-futures v0.1.5
23942026-07-02T20:27:26.723Z Checking libsw-core v0.3.2
23952026-07-02T20:27:26.856Z Checking num-rational v0.4.2
23962026-07-02T20:27:26.924Z Checking libsw v3.5.0
23972026-07-02T20:27:26.960Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23982026-07-02T20:27:27.153Z Checking num-complex v0.4.6
23992026-07-02T20:27:27.295Z Checking linear-map v1.2.0
24002026-07-02T20:27:27.389Z Checking float-ord v0.3.2
24012026-07-02T20:27:27.465Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24022026-07-02T20:27:27.501Z Checking gethostname v0.5.0
24032026-07-02T20:27:27.534Z Checking num v0.4.3
24042026-07-02T20:27:27.569Z Compiling prettyplease v0.2.37
24052026-07-02T20:27:27.617Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-02T20:27:27.655Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24072026-07-02T20:27:27.693Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-07-02T20:27:27.812Z Compiling progenitor-macro v0.14.0
24092026-07-02T20:27:27.897Z Checking resolv-conf v0.7.6
24102026-07-02T20:27:28.031Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24112026-07-02T20:27:28.158Z Checking smawk v0.3.2
24122026-07-02T20:27:28.213Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24132026-07-02T20:27:28.323Z Checking unicode-linebreak v0.1.5
24142026-07-02T20:27:28.574Z Checking papergrid v0.11.0
24152026-07-02T20:27:29.230Z Compiling tabled_derive v0.7.0
24162026-07-02T20:27:29.273Z Compiling convert_case v0.10.0
24172026-07-02T20:27:29.300Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24182026-07-02T20:27:29.361Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-07-02T20:27:29.503Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-07-02T20:27:29.544Z Compiling slog-dtrace v0.3.0
24212026-07-02T20:27:29.615Z Compiling derive_more-impl v2.1.1
24222026-07-02T20:27:29.821Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-07-02T20:27:29.916Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24242026-07-02T20:27:30.267Z Checking tabled v0.15.0
24252026-07-02T20:27:30.473Z Checking derive_more v2.1.1
24262026-07-02T20:27:30.516Z Checking linked-hash-map v0.5.6
24272026-07-02T20:27:30.580Z Checking crossterm v0.29.0
24282026-07-02T20:27:30.706Z Checking lru-cache v0.1.2
24292026-07-02T20:27:31.161Z Checking hickory-proto v0.24.4
24302026-07-02T20:27:31.199Z Checking fd-lock v4.0.4
24312026-07-02T20:27:31.727Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24322026-07-02T20:27:31.856Z Checking vte v0.14.1
24332026-07-02T20:27:32.067Z Checking display-error-chain v0.2.2
24342026-07-02T20:27:32.240Z Checking strip-ansi-escapes v0.2.1
24352026-07-02T20:27:32.445Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-07-02T20:27:32.605Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24372026-07-02T20:27:32.807Z Checking progenitor v0.14.0
24382026-07-02T20:27:33.016Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-07-02T20:27:33.477Z Checking nu-ansi-term v0.50.3
24402026-07-02T20:27:33.546Z Checking termtree v0.5.1
24412026-07-02T20:27:33.698Z Checking hickory-resolver v0.24.4
24422026-07-02T20:27:33.734Z Checking reedline v0.40.0
24432026-07-02T20:27:33.736Z Checking textwrap v0.16.2
24442026-07-02T20:27:33.957Z Compiling minimal-lexical v0.2.1
24452026-07-02T20:27:34.017Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24462026-07-02T20:27:34.243Z Compiling nom v7.1.3
24472026-07-02T20:27:34.477Z Checking qorb v0.4.1
24482026-07-02T20:27:34.513Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-07-02T20:27:34.849Z Compiling unicode-xid v0.2.6
24502026-07-02T20:27:34.908Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-07-02T20:27:35.095Z Compiling ar_archive_writer v0.5.1
24522026-07-02T20:27:35.512Z Checking csv-core v0.1.13
24532026-07-02T20:27:35.628Z Compiling stacker v0.1.23
24542026-07-02T20:27:35.663Z Checking highway v1.3.0
24552026-07-02T20:27:35.709Z Compiling cfg_aliases v0.1.1
24562026-07-02T20:27:35.745Z Checking csv v1.4.0
24572026-07-02T20:27:35.816Z Compiling semver v0.1.20
24582026-07-02T20:27:35.921Z Compiling nix v0.28.0
24592026-07-02T20:27:35.991Z Compiling psm v0.1.30
24602026-07-02T20:27:36.034Z Compiling rustc_version v0.1.7
24612026-07-02T20:27:36.069Z Checking nibble_vec v0.1.0
24622026-07-02T20:27:36.139Z Checking endian-type v0.1.2
24632026-07-02T20:27:36.176Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-07-02T20:27:36.225Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24652026-07-02T20:27:36.292Z Compiling newtype_derive v0.1.6
24662026-07-02T20:27:36.329Z Checking radix_trie v0.2.1
24672026-07-02T20:27:36.408Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682026-07-02T20:27:36.532Z Checking phf_shared v0.12.1
24692026-07-02T20:27:36.602Z Compiling recursive-proc-macro-impl v0.1.1
24702026-07-02T20:27:36.684Z Compiling chrono-tz v0.10.4
24712026-07-02T20:27:36.719Z Checking phf v0.12.1
24722026-07-02T20:27:36.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24732026-07-02T20:27:36.990Z Compiling const_format_proc_macros v0.2.34
24742026-07-02T20:27:37.054Z Checking recursive v0.1.1
24752026-07-02T20:27:37.057Z Compiling peg-macros v0.8.5
24762026-07-02T20:27:37.121Z Checking winnow v0.6.26
24772026-07-02T20:27:37.176Z Checking nom v8.0.0
24782026-07-02T20:27:37.533Z Compiling sqlparser_derive v0.5.0
24792026-07-02T20:27:37.881Z Checking home v0.5.12
24802026-07-02T20:27:37.952Z Checking unicode_categories v0.1.1
24812026-07-02T20:27:38.025Z Checking rustyline v14.0.0
24822026-07-02T20:27:38.162Z Checking const_format v0.2.35
24832026-07-02T20:27:38.388Z Checking sqlformat v0.3.5
24842026-07-02T20:27:38.392Z Checking sqlparser v0.61.0
24852026-07-02T20:27:38.513Z Checking peg v0.8.5
24862026-07-02T20:27:38.720Z Checking bcs v0.1.6
24872026-07-02T20:27:38.782Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24882026-07-02T20:27:38.816Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892026-07-02T20:27:38.881Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-07-02T20:27:38.978Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24912026-07-02T20:27:39.034Z Checking steno v0.4.1
24922026-07-02T20:27:39.202Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24932026-07-02T20:27:39.312Z Checking sha1 v0.10.6
24942026-07-02T20:27:39.380Z Checking filetime v0.2.27
24952026-07-02T20:27:39.547Z Checking xattr v1.6.1
24962026-07-02T20:27:39.709Z Checking tar v0.4.46
24972026-07-02T20:27:39.990Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-07-02T20:27:40.071Z Checking subprocess v0.2.15
24992026-07-02T20:27:40.132Z Checking base64 v0.21.7
25002026-07-02T20:27:40.198Z Checking headers-core v0.3.0
25012026-07-02T20:27:40.340Z Checking headers v0.4.1
25022026-07-02T20:27:40.390Z Checking yasna v0.5.2
25032026-07-02T20:27:40.425Z Checking dropshot-api-manager-types v0.7.2
25042026-07-02T20:27:40.629Z Checking tagptr v0.2.0
25052026-07-02T20:27:40.795Z Checking moka v0.12.13
25062026-07-02T20:27:40.831Z Checking rcgen v0.12.1
25072026-07-02T20:27:40.834Z Checking utf-8 v0.7.6
25082026-07-02T20:27:40.995Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25092026-07-02T20:27:41.170Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25102026-07-02T20:27:41.173Z Checking tungstenite v0.21.0
25112026-07-02T20:27:41.241Z Compiling radium v0.7.0
25122026-07-02T20:27:41.465Z Checking hickory-resolver v0.25.2
25132026-07-02T20:27:41.657Z Checking tokio-tungstenite v0.21.0
25142026-07-02T20:27:41.738Z Compiling libefi-sys v0.1.0
25152026-07-02T20:27:41.969Z Checking tap v1.0.1
25162026-07-02T20:27:41.972Z Compiling maybe-uninit v2.0.0
25172026-07-02T20:27:42.110Z Checking wyz v0.5.1
25182026-07-02T20:27:42.212Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25192026-07-02T20:27:42.437Z Compiling bitfield-struct v0.6.2
25202026-07-02T20:27:42.593Z Compiling zerocopy-derive v0.6.6
25212026-07-02T20:27:42.629Z Compiling packed_struct v0.10.1
25222026-07-02T20:27:42.700Z Checking crc-catalog v2.4.0
25232026-07-02T20:27:42.822Z Checking funty v2.0.0
25242026-07-02T20:27:42.884Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25252026-07-02T20:27:42.969Z Checking crc v3.4.0
25262026-07-02T20:27:43.168Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-07-02T20:27:43.236Z Checking bitvec v1.0.1
25282026-07-02T20:27:43.270Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25292026-07-02T20:27:43.270Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25302026-07-02T20:27:43.401Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25312026-07-02T20:27:43.438Z Compiling packed_struct_codegen v0.10.1
25322026-07-02T20:27:43.469Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-07-02T20:27:43.505Z Checking zerocopy v0.6.6
25342026-07-02T20:27:43.540Z Compiling bitfield-macros v0.19.4
25352026-07-02T20:27:43.826Z Compiling indexmap v1.9.3
25362026-07-02T20:27:44.065Z Checking nodrop v0.1.14
25372026-07-02T20:27:44.189Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-07-02T20:27:44.293Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25392026-07-02T20:27:44.327Z Checking bitfield v0.19.4
25402026-07-02T20:27:44.549Z Checking array-init v0.0.4
25412026-07-02T20:27:44.651Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25422026-07-02T20:27:44.692Z Checking smallvec v0.6.14
25432026-07-02T20:27:44.831Z Checking hashbrown v0.12.3
25442026-07-02T20:27:44.875Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-07-02T20:27:44.909Z Checking serde-hex v0.1.0
25462026-07-02T20:27:45.069Z Checking ron v0.8.1
25472026-07-02T20:27:45.146Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25482026-07-02T20:27:45.627Z Checking hashbrown v0.13.2
25492026-07-02T20:27:45.631Z Checking crc-any v2.5.0
25502026-07-02T20:27:45.704Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25512026-07-02T20:27:45.869Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25522026-07-02T20:27:46.063Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25532026-07-02T20:27:46.098Z Checking object v0.30.4
25542026-07-02T20:27:46.210Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-07-02T20:27:46.422Z Checking path-slash v0.1.5
25562026-07-02T20:27:46.471Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25572026-07-02T20:27:46.546Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25582026-07-02T20:27:46.582Z Compiling xshell-macros v0.2.7
25592026-07-02T20:27:47.013Z Checking xshell v0.2.7
25602026-07-02T20:27:47.085Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-07-02T20:27:47.295Z Checking half v1.8.3
25622026-07-02T20:27:47.401Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25632026-07-02T20:27:47.480Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642026-07-02T20:27:47.520Z Checking serde_cbor v0.11.2
25652026-07-02T20:27:47.648Z Compiling proc-macro-error-attr2 v2.0.0
25662026-07-02T20:27:47.932Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25672026-07-02T20:27:48.117Z Compiling proc-macro-error2 v2.0.1
25682026-07-02T20:27:48.204Z Compiling num-derive v0.3.3
25692026-07-02T20:27:48.270Z Checking maplit v1.0.2
25702026-07-02T20:27:48.326Z Checking papergrid v0.17.0
25712026-07-02T20:27:48.385Z Checking testing_table v0.3.0
25722026-07-02T20:27:48.474Z Compiling tabled_derive v0.11.0
25732026-07-02T20:27:48.513Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25742026-07-02T20:27:48.828Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25752026-07-02T20:27:49.037Z Compiling progenitor-impl v0.13.0
25762026-07-02T20:27:49.219Z Checking libscf-sys v1.1.0
25772026-07-02T20:27:49.227Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25782026-07-02T20:27:49.326Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25792026-07-02T20:27:49.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25802026-07-02T20:27:49.702Z Checking tabled v0.20.0
25812026-07-02T20:27:49.862Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25822026-07-02T20:27:49.897Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25832026-07-02T20:27:50.003Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25842026-07-02T20:27:50.521Z Checking progenitor-client v0.13.0
25852026-07-02T20:27:50.800Z Compiling git-stub v1.0.0
25862026-07-02T20:27:50.912Z Checking unicase v2.9.0
25872026-07-02T20:27:51.097Z Compiling git-stub-vcs v0.1.0
25882026-07-02T20:27:51.133Z Checking crc8 v0.1.1
25892026-07-02T20:27:51.166Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-07-02T20:27:51.261Z Checking fxhash v0.2.1
25912026-07-02T20:27:51.417Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25922026-07-02T20:27:51.480Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-07-02T20:27:51.665Z Compiling progenitor-macro v0.13.0
25942026-07-02T20:27:51.802Z Compiling vergen-lib v0.1.6
25952026-07-02T20:27:51.838Z Compiling diesel_derives v2.3.7
25962026-07-02T20:27:51.921Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25972026-07-02T20:27:51.965Z Checking scheduled-thread-pool v0.2.7
25982026-07-02T20:27:52.112Z Compiling dsl_auto_type v0.2.0
25992026-07-02T20:27:52.150Z Compiling vergen-gitcl v1.0.8
26002026-07-02T20:27:52.307Z Compiling diesel_table_macro_syntax v0.3.0
26012026-07-02T20:27:52.307Z Checking r2d2 v0.8.10
26022026-07-02T20:27:52.415Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26032026-07-02T20:27:52.449Z Checking downcast-rs v2.0.2
26042026-07-02T20:27:52.453Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26052026-07-02T20:27:52.516Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26062026-07-02T20:27:52.815Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26072026-07-02T20:27:52.847Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-07-02T20:27:52.996Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26092026-07-02T20:27:53.067Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-07-02T20:27:53.116Z Checking kstat-rs v0.2.4
26112026-07-02T20:27:53.150Z Checking arc-swap v1.8.2
26122026-07-02T20:27:53.195Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26132026-07-02T20:27:53.341Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26142026-07-02T20:27:53.387Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26152026-07-02T20:27:53.419Z Checking slog-scope v4.4.1
26162026-07-02T20:27:53.594Z Compiling dirs-sys-next v0.1.2
26172026-07-02T20:27:53.693Z Compiling crunchy v0.2.4
26182026-07-02T20:27:53.814Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26192026-07-02T20:27:53.915Z Compiling parking_lot_core v0.8.6
26202026-07-02T20:27:54.045Z Compiling dirs-next v2.0.0
26212026-07-02T20:27:54.082Z Checking slog-stdlog v4.1.1
26222026-07-02T20:27:54.200Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-07-02T20:27:54.270Z Compiling clang-sys v1.8.1
26242026-07-02T20:27:54.314Z Compiling tiny-keccak v2.0.2
26252026-07-02T20:27:54.658Z Checking slog-envlogger v2.2.0
26262026-07-02T20:27:54.744Z Compiling term v0.7.0
26272026-07-02T20:27:54.833Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26282026-07-02T20:27:54.869Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26292026-07-02T20:27:54.902Z Compiling bit-vec v0.6.3
26302026-07-02T20:27:55.153Z Compiling bit-set v0.5.3
26312026-07-02T20:27:55.192Z Compiling ascii-canvas v3.0.0
26322026-07-02T20:27:55.273Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26332026-07-02T20:27:55.372Z Checking parking_lot v0.11.2
26342026-07-02T20:27:55.375Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26352026-07-02T20:27:55.460Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26362026-07-02T20:27:55.589Z Checking prefix-trie v0.7.0
26372026-07-02T20:27:55.626Z Compiling itertools v0.10.5
26382026-07-02T20:27:55.784Z Compiling ena v0.14.4
26392026-07-02T20:27:55.962Z Compiling libloading v0.8.9
26402026-07-02T20:27:55.967Z Compiling diff v0.1.13
26412026-07-02T20:27:55.984Z Compiling bindgen v0.71.1
26422026-07-02T20:27:56.032Z Compiling regex-syntax v0.6.29
26432026-07-02T20:27:56.250Z Checking hickory-server v0.25.2
26442026-07-02T20:27:56.599Z Checking progenitor v0.13.0
26452026-07-02T20:27:56.643Z Checking sled v0.34.7
26462026-07-02T20:27:56.727Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26472026-07-02T20:27:56.768Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26482026-07-02T20:27:57.316Z Compiling cexpr v0.6.0
26492026-07-02T20:27:57.500Z Compiling lalrpop v0.19.12
26502026-07-02T20:27:57.875Z Checking nanorand v0.7.0
26512026-07-02T20:27:58.018Z Compiling rustc-hash v2.1.1
26522026-07-02T20:27:58.159Z Compiling salty v0.3.0
26532026-07-02T20:27:58.194Z Checking diesel v2.3.7
26542026-07-02T20:27:58.197Z Checking flume v0.11.1
26552026-07-02T20:27:58.488Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-07-02T20:27:58.521Z Compiling libxml v0.3.3
26572026-07-02T20:27:58.557Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-07-02T20:27:59.061Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-07-02T20:27:59.633Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26602026-07-02T20:27:59.863Z Compiling strum_macros v0.24.3
26612026-07-02T20:27:59.899Z Compiling fs-err v2.11.0
26622026-07-02T20:28:00.144Z Compiling indoc v1.0.9
26632026-07-02T20:28:00.642Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-07-02T20:28:00.885Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26652026-07-02T20:28:01.037Z Checking quick-xml v0.37.5
26662026-07-02T20:28:01.241Z Checking derive_builder v0.20.2
26672026-07-02T20:28:01.276Z Compiling oso-derive v0.27.3
26682026-07-02T20:28:01.385Z Compiling trait-variant v0.1.2
26692026-07-02T20:28:01.803Z Compiling impl-trait-for-tuples v0.2.3
26702026-07-02T20:28:01.931Z Checking openssl-probe v0.1.6
26712026-07-02T20:28:01.970Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-07-02T20:28:02.334Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-07-02T20:28:02.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-07-02T20:28:03.321Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-07-02T20:28:03.397Z Checking rfc6979 v0.4.0
26762026-07-02T20:28:03.558Z Checking parse-size v1.1.0
26772026-07-02T20:28:03.636Z Checking assert_matches v1.5.0
26782026-07-02T20:28:03.711Z Checking ecdsa v0.16.9
26792026-07-02T20:28:03.714Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26802026-07-02T20:28:03.782Z Checking primeorder v0.13.6
26812026-07-02T20:28:04.059Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-07-02T20:28:04.100Z Checking p384 v0.13.1
26832026-07-02T20:28:04.304Z Checking predicates-tree v1.0.13
26842026-07-02T20:28:04.455Z Checking bb8 v0.8.6
26852026-07-02T20:28:04.567Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26862026-07-02T20:28:04.852Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26872026-07-02T20:28:04.887Z Compiling mime_guess v2.0.5
26882026-07-02T20:28:04.891Z Checking http-range v0.1.5
26892026-07-02T20:28:04.957Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26902026-07-02T20:28:05.168Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-02T20:28:05.256Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26922026-07-02T20:28:05.538Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-07-02T20:28:05.661Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26942026-07-02T20:28:05.665Z Checking atty v0.2.14
26952026-07-02T20:28:05.665Z Checking nonempty v0.12.0
26962026-07-02T20:28:05.740Z Checking corncobs v0.1.4
26972026-07-02T20:28:05.775Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-07-02T20:28:05.902Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-07-02T20:28:05.935Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-07-02T20:28:06.146Z Checking ignore v0.4.25
27012026-07-02T20:28:06.201Z Checking secrecy v0.8.0
27022026-07-02T20:28:06.237Z Checking hyper-staticfile v0.10.1
27032026-07-02T20:28:06.558Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27042026-07-02T20:28:06.596Z Checking globwalk v0.9.1
27052026-07-02T20:28:06.596Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27062026-07-02T20:28:06.815Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27072026-07-02T20:28:06.950Z Compiling illumos-nvpair-sys v0.2.0
27082026-07-02T20:28:06.985Z Checking camino-tempfile-ext v0.3.3
27092026-07-02T20:28:07.079Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27102026-07-02T20:28:07.217Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27112026-07-02T20:28:07.261Z Checking signal-hook-tokio v0.3.1
27122026-07-02T20:28:07.410Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27132026-07-02T20:28:07.608Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27142026-07-02T20:28:07.708Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-07-02T20:28:07.883Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-07-02T20:28:08.091Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-07-02T20:28:08.127Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-07-02T20:28:08.262Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-07-02T20:28:08.474Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-07-02T20:28:08.893Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27212026-07-02T20:28:09.393Z Checking illumos-nvpair v0.3.0
27222026-07-02T20:28:09.593Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27232026-07-02T20:28:09.962Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-07-02T20:28:10.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27252026-07-02T20:28:10.084Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27262026-07-02T20:28:10.293Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-07-02T20:28:10.338Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27282026-07-02T20:28:10.390Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27292026-07-02T20:28:10.544Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27302026-07-02T20:28:10.759Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27312026-07-02T20:28:10.994Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27322026-07-02T20:28:11.444Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332026-07-02T20:28:11.484Z Checking tungstenite v0.23.0
27342026-07-02T20:28:11.488Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27352026-07-02T20:28:11.731Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27362026-07-02T20:28:11.941Z Checking tokio-tungstenite v0.23.1
27372026-07-02T20:28:12.142Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382026-07-02T20:28:12.241Z Checking rand_seeder v0.4.0
27392026-07-02T20:28:12.421Z Checking diesel-dtrace v0.5.0
27402026-07-02T20:28:12.514Z Checking async-bb8-diesel v0.2.1
27412026-07-02T20:28:12.610Z Checking void v1.0.2
27422026-07-02T20:28:12.685Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432026-07-02T20:28:12.688Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-02T20:28:12.755Z Checking lzss v0.8.2
27452026-07-02T20:28:12.878Z Checking nix v0.27.1
27462026-07-02T20:28:12.910Z Checking serde_bytes v0.11.19
27472026-07-02T20:28:12.990Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-07-02T20:28:13.092Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-07-02T20:28:13.126Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502026-07-02T20:28:13.435Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-07-02T20:28:13.797Z Checking is_ci v1.2.0
27522026-07-02T20:28:13.890Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532026-07-02T20:28:13.929Z Checking yansi v1.0.1
27542026-07-02T20:28:14.091Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27552026-07-02T20:28:14.214Z Checking cpubits v0.1.1
27562026-07-02T20:28:14.326Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27572026-07-02T20:28:14.356Z Checking pretty_assertions v1.4.1
27582026-07-02T20:28:14.520Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27592026-07-02T20:28:14.609Z Checking pem-rfc7468 v1.0.0
27602026-07-02T20:28:14.810Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27612026-07-02T20:28:14.869Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27622026-07-02T20:28:15.078Z Compiling darling_core v0.23.0
27632026-07-02T20:28:15.281Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27642026-07-02T20:28:16.081Z Compiling indoc v2.0.7
27652026-07-02T20:28:16.118Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27662026-07-02T20:28:16.370Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-07-02T20:28:16.592Z Checking sha2 v0.11.0
27682026-07-02T20:28:17.184Z Checking hmac v0.13.0
27692026-07-02T20:28:17.220Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27702026-07-02T20:28:17.364Z Checking universal-hash v0.6.1
27712026-07-02T20:28:17.398Z Compiling libz-sys v1.1.24
27722026-07-02T20:28:17.528Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-02T20:28:17.668Z Compiling darling_macro v0.23.0
27742026-07-02T20:28:17.777Z Compiling instability v0.3.11
27752026-07-02T20:28:17.932Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-02T20:28:18.055Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-02T20:28:18.088Z Checking castaway v0.2.4
27782026-07-02T20:28:18.226Z Compiling darling v0.23.0
27792026-07-02T20:28:18.260Z Checking compact_str v0.8.1
27802026-07-02T20:28:18.675Z Checking polyval v0.7.1
27812026-07-02T20:28:18.887Z Checking der v0.8.0
27822026-07-02T20:28:19.100Z Checking supports-color v3.0.2
27832026-07-02T20:28:19.139Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27842026-07-02T20:28:19.264Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27852026-07-02T20:28:19.384Z Checking unicode-truncate v1.1.0
27862026-07-02T20:28:19.514Z Checking console v0.16.2
27872026-07-02T20:28:19.569Z Checking lru v0.12.5
27882026-07-02T20:28:19.736Z Compiling libgit2-sys v0.18.3+1.9.2
27892026-07-02T20:28:19.771Z Checking unit-prefix v0.5.2
27902026-07-02T20:28:19.774Z Checking cassowary v0.3.0
27912026-07-02T20:28:19.939Z Checking indicatif v0.18.4
27922026-07-02T20:28:19.982Z Checking ghash v0.6.0
27932026-07-02T20:28:20.045Z Checking ratatui v0.29.0
27942026-07-02T20:28:20.287Z Checking pbkdf2 v0.13.0
27952026-07-02T20:28:20.350Z Checking aes v0.9.1
27962026-07-02T20:28:20.440Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-07-02T20:28:20.796Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27982026-07-02T20:28:21.052Z Checking ctr v0.10.1
27992026-07-02T20:28:21.264Z Checking aead v0.6.1
28002026-07-02T20:28:21.374Z Checking cargo-platform v0.3.2
28012026-07-02T20:28:21.441Z Checking aes-gcm v0.11.0
28022026-07-02T20:28:21.597Z Checking cargo_metadata v0.23.1
28032026-07-02T20:28:21.638Z Checking spki v0.8.0
28042026-07-02T20:28:21.673Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-07-02T20:28:21.847Z Checking crypto-bigint v0.7.5
28062026-07-02T20:28:22.416Z Checking salsa20 v0.11.0
28072026-07-02T20:28:22.604Z Checking cbc v0.2.1
28082026-07-02T20:28:22.786Z Compiling vergen-git2 v9.1.0
28092026-07-02T20:28:23.044Z Checking plotters-backend v0.3.7
28102026-07-02T20:28:23.289Z Checking plotters-svg v0.3.7
28112026-07-02T20:28:23.478Z Checking scrypt v0.12.0
28122026-07-02T20:28:23.523Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-07-02T20:28:23.678Z Checking cast v0.3.0
28142026-07-02T20:28:23.811Z Checking pkcs5 v0.8.1
28152026-07-02T20:28:23.864Z Checking criterion-plot v0.6.0
28162026-07-02T20:28:24.143Z Checking plotters v0.3.7
28172026-07-02T20:28:24.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28182026-07-02T20:28:24.213Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-07-02T20:28:24.455Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-02T20:28:24.702Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-02T20:28:24.941Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-07-02T20:28:24.978Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-07-02T20:28:25.186Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-07-02T20:28:25.190Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28252026-07-02T20:28:25.255Z Checking colored v2.2.0
28262026-07-02T20:28:25.430Z Checking tinytemplate v1.2.1
28272026-07-02T20:28:25.496Z Checking anes v0.1.6
28282026-07-02T20:28:25.688Z Checking shell-words v1.1.1
28292026-07-02T20:28:25.736Z Checking oorandom v11.1.5
28302026-07-02T20:28:25.914Z Checking criterion v0.7.0
28312026-07-02T20:28:25.995Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28322026-07-02T20:28:26.173Z Checking pkcs8 v0.11.0
28332026-07-02T20:28:26.405Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28342026-07-02T20:28:26.929Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-07-02T20:28:27.117Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-07-02T20:28:27.736Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28372026-07-02T20:28:27.893Z Checking tokio-test v0.4.5
28382026-07-02T20:28:28.144Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-02T20:28:28.396Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-07-02T20:28:28.804Z Checking twox-hash v2.1.2
28412026-07-02T20:28:29.145Z Checking ff v0.14.0
28422026-07-02T20:28:29.371Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-07-02T20:28:29.583Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28442026-07-02T20:28:30.585Z Checking fatfs v0.3.6
28452026-07-02T20:28:30.944Z Checking signature v3.0.0
28462026-07-02T20:28:31.068Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-07-02T20:28:31.129Z Compiling seq-macro v0.3.6
28482026-07-02T20:28:31.168Z Checking base16ct v1.0.0
28492026-07-02T20:28:31.330Z Checking sec1 v0.8.1
28502026-07-02T20:28:31.566Z Checking group v0.14.0
28512026-07-02T20:28:31.667Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-07-02T20:28:31.749Z Checking hkdf v0.13.0
28532026-07-02T20:28:31.918Z Compiling petname v2.0.2
28542026-07-02T20:28:32.419Z Checking elliptic-curve v0.14.0-rc.33
28552026-07-02T20:28:32.497Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28562026-07-02T20:28:32.613Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-07-02T20:28:32.672Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28582026-07-02T20:28:32.920Z Checking concurrent-queue v2.5.0
28592026-07-02T20:28:33.160Z Checking rtoolbox v0.0.3
28602026-07-02T20:28:33.331Z Checking parking v2.2.1
28612026-07-02T20:28:33.487Z Checking event-listener v5.4.1
28622026-07-02T20:28:33.797Z Checking rpassword v7.4.0
28632026-07-02T20:28:34.048Z Checking tui-tree-widget v0.23.1
28642026-07-02T20:28:34.268Z Checking rfc6979 v0.5.0
28652026-07-02T20:28:34.305Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-07-02T20:28:34.432Z Checking sapling-renderdag v0.1.0
28672026-07-02T20:28:34.494Z Checking sync-ptr v0.1.4
28682026-07-02T20:28:34.640Z Checking ecdsa v0.17.0-rc.18
28692026-07-02T20:28:34.700Z Checking event-listener-strategy v0.5.4
28702026-07-02T20:28:34.867Z Checking primeorder v0.14.0-rc.10
28712026-07-02T20:28:35.046Z Checking primefield v0.14.0
28722026-07-02T20:28:35.192Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28732026-07-02T20:28:35.286Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28742026-07-02T20:28:35.526Z Compiling curve25519-dalek v5.0.0-rc.0
28752026-07-02T20:28:35.862Z Checking constant_time_eq v0.4.2
28762026-07-02T20:28:35.924Z Checking arrayref v0.3.9
28772026-07-02T20:28:36.027Z Checking futures-timer v3.0.3
28782026-07-02T20:28:36.061Z Checking arrayvec v0.7.6
28792026-07-02T20:28:36.096Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-07-02T20:28:36.327Z Checking async-lock v3.4.2
28812026-07-02T20:28:36.360Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28822026-07-02T20:28:36.760Z Checking ssh-encoding v0.3.0-rc.9
28832026-07-02T20:28:37.016Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-07-02T20:28:37.337Z Compiling strsim v0.10.0
28852026-07-02T20:28:37.698Z Compiling darling_core v0.13.4
28862026-07-02T20:28:38.242Z Checking async-object-pool v0.2.0
28872026-07-02T20:28:38.864Z Checking ed25519 v3.0.0
28882026-07-02T20:28:39.027Z Compiling samael v0.0.19
28892026-07-02T20:28:39.092Z Checking crypto-primes v0.7.2
28902026-07-02T20:28:39.249Z Checking pkcs1 v0.8.0-rc.4
28912026-07-02T20:28:39.485Z Checking poly1305 v0.9.0
28922026-07-02T20:28:39.596Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28932026-07-02T20:28:39.784Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28942026-07-02T20:28:40.002Z Checking serde_regex v1.1.0
28952026-07-02T20:28:40.082Z Checking blowfish v0.10.0
28962026-07-02T20:28:40.193Z Checking blake2 v0.11.0-rc.6
28972026-07-02T20:28:40.264Z Checking assert-json-diff v2.0.2
28982026-07-02T20:28:40.463Z Checking path-tree v0.8.3
28992026-07-02T20:28:40.499Z Checking keccak v0.2.0
29002026-07-02T20:28:40.502Z Checking gimli v0.32.3
29012026-07-02T20:28:40.682Z Compiling target-lexicon v0.13.3
29022026-07-02T20:28:40.716Z Checking stringmetrics v2.2.2
29032026-07-02T20:28:40.897Z Checking fiat-crypto v0.3.0
29042026-07-02T20:28:41.269Z Checking httpmock v0.8.3
29052026-07-02T20:28:42.114Z Checking addr2line v0.25.1
29062026-07-02T20:28:42.413Z Checking sha3 v0.11.0
29072026-07-02T20:28:42.791Z Checking argon2 v0.6.0-rc.8
29082026-07-02T20:28:43.168Z Checking bcrypt-pbkdf v0.11.0
29092026-07-02T20:28:43.359Z Checking rsa v0.10.0-rc.18
29102026-07-02T20:28:43.505Z Checking ssh-cipher v0.3.0-rc.9
29112026-07-02T20:28:43.753Z Compiling darling_macro v0.13.4
29122026-07-02T20:28:43.887Z Checking ed25519-dalek v3.0.0-rc.0
29132026-07-02T20:28:44.174Z Checking p256 v0.14.0-rc.10
29142026-07-02T20:28:44.280Z Checking p521 v0.14.0-rc.10
29152026-07-02T20:28:44.956Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-07-02T20:28:45.229Z Checking kem v0.3.0
29172026-07-02T20:28:45.381Z Checking module-lattice v0.2.3
29182026-07-02T20:28:45.634Z Checking hex-literal v0.4.1
29192026-07-02T20:28:45.766Z Compiling guppy-workspace-hack v0.1.0
29202026-07-02T20:28:45.993Z Checking rustc-demangle v0.1.27
29212026-07-02T20:28:46.072Z Checking ml-kem v0.3.2
29222026-07-02T20:28:46.105Z Checking p384 v0.14.0-rc.10
29232026-07-02T20:28:46.243Z Checking backtrace v0.3.76
29242026-07-02T20:28:46.575Z Compiling darling v0.13.4
29252026-07-02T20:28:46.843Z Checking russh-cryptovec v0.61.0
29262026-07-02T20:28:46.950Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29272026-07-02T20:28:47.033Z Checking internal-russh-num-bigint v0.5.0
29282026-07-02T20:28:47.191Z Checking num-bigint v0.4.6
29292026-07-02T20:28:47.315Z Checking russh-util v0.52.0
29302026-07-02T20:28:47.472Z Checking generic-array v1.4.3
29312026-07-02T20:28:47.892Z Compiling enum_dispatch v0.3.13
29322026-07-02T20:28:48.009Z Compiling git2 v0.20.4
29332026-07-02T20:28:48.114Z Compiling blake3 v1.8.5
29342026-07-02T20:28:48.164Z Compiling delegate v0.13.5
29352026-07-02T20:28:48.192Z Checking ssh-key v0.7.0-rc.10
29362026-07-02T20:28:48.533Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-02T20:28:48.914Z Checking hex-literal v1.1.0
29382026-07-02T20:28:48.996Z Compiling target-spec v3.5.7
29392026-07-02T20:28:49.046Z Checking md5 v0.8.0
29402026-07-02T20:28:49.119Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29412026-07-02T20:28:49.243Z Checking russh v0.61.2
29422026-07-02T20:28:49.546Z Checking cfg-expr v0.20.6
29432026-07-02T20:28:49.686Z Compiling serde_with_macros v1.5.2
29442026-07-02T20:28:49.783Z Checking backtrace-ext v0.2.1
29452026-07-02T20:28:49.967Z Checking supports-color v2.1.0
29462026-07-02T20:28:50.037Z Checking textwrap v0.15.2
29472026-07-02T20:28:50.131Z Checking supports-unicode v2.1.0
29482026-07-02T20:28:50.277Z Checking supports-hyperlinks v2.1.0
29492026-07-02T20:28:50.458Z Checking hashbrown v0.14.5
29502026-07-02T20:28:50.572Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-07-02T20:28:50.788Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29522026-07-02T20:28:50.890Z Checking socket2 v0.5.10
29532026-07-02T20:28:50.970Z Checking terminal_size v0.1.17
29542026-07-02T20:28:51.024Z Compiling miette-derive v5.10.0
29552026-07-02T20:28:51.178Z Checking internet-checksum v0.2.1
29562026-07-02T20:28:51.331Z Checking owo-colors v3.5.0
29572026-07-02T20:28:51.382Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29582026-07-02T20:28:51.887Z Checking chumsky v0.9.3
29592026-07-02T20:28:52.226Z Checking miette v5.10.0
29602026-07-02T20:28:52.447Z Compiling serde_with v1.14.0
29612026-07-02T20:28:52.981Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-07-02T20:28:53.088Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29632026-07-02T20:28:53.140Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29642026-07-02T20:28:53.497Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29652026-07-02T20:28:53.653Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29662026-07-02T20:28:53.718Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29672026-07-02T20:28:53.925Z Compiling knuffel-derive v3.2.0
29682026-07-02T20:28:53.960Z Checking httptest v0.16.4
29692026-07-02T20:28:54.005Z Checking pathdiff v0.2.3
29702026-07-02T20:28:54.152Z Checking topological-sort v0.2.2
29712026-07-02T20:28:54.333Z Checking nested v0.1.1
29722026-07-02T20:28:54.368Z Checking omicron-zone-package v0.12.3
29732026-07-02T20:28:54.513Z Checking guppy v0.17.25
29742026-07-02T20:28:54.578Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29752026-07-02T20:28:55.295Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-07-02T20:28:55.463Z Checking knuffel v3.2.0
29772026-07-02T20:28:55.496Z Compiling polar-core v0.27.3
29782026-07-02T20:28:55.531Z Checking similar-asserts v1.7.0
29792026-07-02T20:28:55.567Z Compiling target-triple v1.0.0
29802026-07-02T20:28:55.716Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29812026-07-02T20:28:55.938Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29822026-07-02T20:28:56.108Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29832026-07-02T20:28:56.262Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29842026-07-02T20:28:56.351Z Checking hickory-client v0.25.2
29852026-07-02T20:28:56.652Z Compiling assert_cmd v2.1.2
29862026-07-02T20:28:56.854Z Checking escape8259 v0.5.3
29872026-07-02T20:28:57.043Z Checking libtest-mimic v0.8.1
29882026-07-02T20:28:57.119Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29892026-07-02T20:28:57.253Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29902026-07-02T20:28:57.307Z Checking blake2b_simd v1.0.4
29912026-07-02T20:28:57.471Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29922026-07-02T20:28:57.735Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29932026-07-02T20:28:57.874Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
29942026-07-02T20:28:57.924Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29952026-07-02T20:28:58.174Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29962026-07-02T20:28:58.212Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29972026-07-02T20:28:58.421Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29982026-07-02T20:28:58.490Z Checking fancy-regex v0.14.0
29992026-07-02T20:28:58.662Z Checking serde_tokenstream v0.2.3
30002026-07-02T20:28:58.819Z Checking approx v0.5.1
30012026-07-02T20:28:58.886Z Compiling rstest_macros v0.25.0
30022026-07-02T20:28:58.920Z Checking uzers v0.12.2
30032026-07-02T20:28:58.983Z Checking constant_time_eq v0.3.1
30042026-07-02T20:28:59.115Z Checking termcolor v1.4.1
30052026-07-02T20:28:59.164Z Compiling linkme-impl v0.3.35
30062026-07-02T20:28:59.320Z Checking rust-argon2 v2.1.0
30072026-07-02T20:28:59.357Z Checking trybuild v1.0.116
30082026-07-02T20:28:59.571Z Checking datatest-stable v0.3.3
30092026-07-02T20:28:59.873Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
30102026-07-02T20:28:59.967Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-02T20:29:00.159Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30122026-07-02T20:29:00.315Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30132026-07-02T20:29:00.349Z Checking support-bundle-viewer v0.1.2
30142026-07-02T20:29:00.550Z Checking oso v0.27.3
30152026-07-02T20:29:00.632Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30162026-07-02T20:29:00.876Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30172026-07-02T20:29:01.082Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30182026-07-02T20:29:01.118Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30192026-07-02T20:29:01.324Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30202026-07-02T20:29:01.362Z Checking drift v0.2.0
30212026-07-02T20:29:01.474Z Checking rand_distr v0.5.1
30222026-07-02T20:29:01.746Z Checking digest-io v0.1.0
30232026-07-02T20:29:01.908Z Checking multimap v0.10.1
30242026-07-02T20:29:01.912Z Compiling linkme v0.3.35
30252026-07-02T20:29:01.981Z Compiling relative-path v1.9.3
30262026-07-02T20:29:02.145Z Checking rawzip v0.4.4
30272026-07-02T20:29:02.260Z Checking dropshot-api-manager v0.7.2
30282026-07-02T20:29:02.613Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
30292026-07-02T20:29:03.438Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30302026-07-02T20:29:03.821Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30312026-07-02T20:29:03.959Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30322026-07-02T20:29:04.061Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30332026-07-02T20:29:04.097Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30342026-07-02T20:29:04.274Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30352026-07-02T20:29:04.543Z Checking cargo_toml v0.21.0
30362026-07-02T20:29:04.579Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30372026-07-02T20:29:04.610Z Checking partial-io v0.5.4
30382026-07-02T20:29:04.843Z Checking termios v0.3.3
30392026-07-02T20:29:04.962Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30402026-07-02T20:29:05.039Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30412026-07-02T20:29:05.354Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30422026-07-02T20:29:05.861Z Checking rstest v0.25.0
30432026-07-02T20:29:08.161Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30442026-07-02T20:29:10.077Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30452026-07-02T20:29:13.863Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30462026-07-02T20:29:16.642Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30472026-07-02T20:29:17.296Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30482026-07-02T20:29:20.433Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30492026-07-02T20:29:24.479Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30502026-07-02T20:29:28.838Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30512026-07-02T20:29:32.303Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30522026-07-02T20:29:32.943Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30532026-07-02T20:29:35.176Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30542026-07-02T20:29:39.767Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30552026-07-02T20:29:44.868Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30562026-07-02T20:30:57.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30572026-07-02T20:30:58.006Z
30582026-07-02T20:30:58.006Zreal 4:10.011994034
30592026-07-02T20:30:58.006Zuser 21:30.050681634
30602026-07-02T20:30:58.006Zsys 5:00.147929408
30612026-07-02T20:30:58.006Ztrap 0.529355648
30622026-07-02T20:30:58.006Ztflt 0.487750455
30632026-07-02T20:30:58.006Zdflt 0.586398662
30642026-07-02T20:30:58.006Zkflt 0.004832292
30652026-07-02T20:30:58.006Zlock 58:50.181243055
30662026-07-02T20:30:58.006Zslp 58:34.049283747
30672026-07-02T20:30:58.006Zlat 1:50.049503199
30682026-07-02T20:30:58.007Zstop 11:22.373333636
30692026-07-02T20:30:58.011Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30702026-07-02T20:30:58.011Z+ ptime -m cargo doc --workspace --no-deps
30712026-07-02T20:30:58.833Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30722026-07-02T20:30:58.833Z |
30732026-07-02T20:30:58.833Z = 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)`
30742026-07-02T20:30:58.833Z = 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>
30752026-07-02T20:30:59.864Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30762026-07-02T20:31:00.101Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30772026-07-02T20:31:00.145Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30782026-07-02T20:31:00.205Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30792026-07-02T20:31:00.237Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30802026-07-02T20:31:00.296Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30812026-07-02T20:31:00.324Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30822026-07-02T20:31:00.456Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-07-02T20:31:00.482Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30842026-07-02T20:31:00.507Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-07-02T20:31:00.682Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-07-02T20:31:00.711Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-07-02T20:31:00.748Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30882026-07-02T20:31:00.769Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30892026-07-02T20:31:00.771Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30902026-07-02T20:31:00.812Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30912026-07-02T20:31:00.833Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30922026-07-02T20:31:00.866Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-07-02T20:31:00.916Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30942026-07-02T20:31:00.941Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30952026-07-02T20:31:00.986Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30962026-07-02T20:31:01.009Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30972026-07-02T20:31:01.261Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30982026-07-02T20:31:01.617Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30992026-07-02T20:31:01.641Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31002026-07-02T20:31:01.725Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31012026-07-02T20:31:01.763Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31022026-07-02T20:31:01.786Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31032026-07-02T20:31:01.939Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31042026-07-02T20:31:01.994Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31052026-07-02T20:31:02.105Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31062026-07-02T20:31:02.245Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31072026-07-02T20:31:02.266Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31082026-07-02T20:31:02.368Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31092026-07-02T20:31:02.405Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31102026-07-02T20:31:02.446Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31112026-07-02T20:31:02.498Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31122026-07-02T20:31:02.590Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31132026-07-02T20:31:02.690Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31142026-07-02T20:31:02.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31152026-07-02T20:31:02.953Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31162026-07-02T20:31:03.241Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31172026-07-02T20:31:03.358Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31182026-07-02T20:31:03.397Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31192026-07-02T20:31:03.525Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31202026-07-02T20:31:03.558Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31212026-07-02T20:31:03.581Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31222026-07-02T20:31:03.662Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31232026-07-02T20:31:03.772Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31242026-07-02T20:31:03.827Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31252026-07-02T20:31:03.853Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31262026-07-02T20:31:03.906Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31272026-07-02T20:31:04.019Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31282026-07-02T20:31:04.094Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31292026-07-02T20:31:04.116Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31302026-07-02T20:31:04.141Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31312026-07-02T20:31:04.145Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31322026-07-02T20:31:04.230Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31332026-07-02T20:31:04.305Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31342026-07-02T20:31:04.328Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31352026-07-02T20:31:04.685Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31362026-07-02T20:31:04.708Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31372026-07-02T20:31:04.976Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31382026-07-02T20:31:04.999Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31392026-07-02T20:31:05.398Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31402026-07-02T20:31:05.468Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31412026-07-02T20:31:05.693Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31422026-07-02T20:31:05.742Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31432026-07-02T20:31:05.766Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31442026-07-02T20:31:05.844Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31452026-07-02T20:31:05.959Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31462026-07-02T20:31:05.984Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31472026-07-02T20:31:06.019Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31482026-07-02T20:31:06.212Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31492026-07-02T20:31:06.554Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31502026-07-02T20:31:07.099Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31512026-07-02T20:31:07.104Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31522026-07-02T20:31:07.264Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31532026-07-02T20:31:07.267Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31542026-07-02T20:31:07.447Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31552026-07-02T20:31:07.534Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31562026-07-02T20:31:07.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31572026-07-02T20:31:07.706Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31582026-07-02T20:31:07.729Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31592026-07-02T20:31:07.805Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31602026-07-02T20:31:07.832Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31612026-07-02T20:31:07.971Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31622026-07-02T20:31:08.115Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31632026-07-02T20:31:08.140Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31642026-07-02T20:31:08.143Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31652026-07-02T20:31:08.184Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31662026-07-02T20:31:08.351Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31672026-07-02T20:31:08.421Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31682026-07-02T20:31:08.441Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31692026-07-02T20:31:08.463Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31702026-07-02T20:31:08.490Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-07-02T20:31:08.512Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31722026-07-02T20:31:08.645Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31732026-07-02T20:31:08.692Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31742026-07-02T20:31:08.732Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31752026-07-02T20:31:08.755Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31762026-07-02T20:31:08.785Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31772026-07-02T20:31:08.880Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31782026-07-02T20:31:08.902Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31792026-07-02T20:31:08.987Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31802026-07-02T20:31:09.058Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31812026-07-02T20:31:09.094Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31822026-07-02T20:31:09.322Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-07-02T20:31:09.365Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-07-02T20:31:09.408Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31852026-07-02T20:31:09.807Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31862026-07-02T20:31:09.942Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31872026-07-02T20:31:10.055Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31882026-07-02T20:31:10.755Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31892026-07-02T20:31:10.820Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31902026-07-02T20:31:10.947Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31912026-07-02T20:31:11.178Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31922026-07-02T20:31:11.541Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-07-02T20:31:11.649Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31942026-07-02T20:31:12.899Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31952026-07-02T20:31:13.102Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31962026-07-02T20:31:13.514Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31972026-07-02T20:31:13.959Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31982026-07-02T20:31:14.128Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31992026-07-02T20:31:14.219Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32002026-07-02T20:31:14.251Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32012026-07-02T20:31:14.435Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32022026-07-02T20:31:14.697Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032026-07-02T20:31:14.929Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32042026-07-02T20:31:15.135Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32052026-07-02T20:31:15.254Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32062026-07-02T20:31:15.557Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32072026-07-02T20:31:15.843Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32082026-07-02T20:31:16.092Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32092026-07-02T20:31:16.335Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32102026-07-02T20:31:16.480Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32112026-07-02T20:31:16.638Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32122026-07-02T20:31:16.702Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32132026-07-02T20:31:17.084Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32142026-07-02T20:31:17.423Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32152026-07-02T20:31:17.892Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32162026-07-02T20:31:18.156Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32172026-07-02T20:31:18.561Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32182026-07-02T20:31:19.229Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32192026-07-02T20:31:19.848Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32202026-07-02T20:31:20.076Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32212026-07-02T20:31:20.468Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32222026-07-02T20:31:20.638Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32232026-07-02T20:31:20.830Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32242026-07-02T20:31:21.125Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32252026-07-02T20:31:21.404Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32262026-07-02T20:31:22.314Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32272026-07-02T20:31:22.848Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32282026-07-02T20:31:23.721Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32292026-07-02T20:31:23.766Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32302026-07-02T20:31:23.827Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32312026-07-02T20:31:24.377Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32322026-07-02T20:31:28.105Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32332026-07-02T20:31:28.412Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32342026-07-02T20:31:28.469Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32352026-07-02T20:31:29.314Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32362026-07-02T20:31:29.409Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32372026-07-02T20:31:29.472Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382026-07-02T20:31:31.189Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32392026-07-02T20:31:31.770Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32402026-07-02T20:31:31.984Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32412026-07-02T20:31:32.180Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-07-02T20:31:32.528Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-07-02T20:31:33.146Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-07-02T20:31:33.168Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32452026-07-02T20:31:33.456Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-07-02T20:31:33.490Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32472026-07-02T20:31:33.670Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32482026-07-02T20:31:33.799Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32492026-07-02T20:31:34.178Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32502026-07-02T20:31:34.284Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32512026-07-02T20:31:34.358Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32522026-07-02T20:31:34.379Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32532026-07-02T20:31:34.449Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32542026-07-02T20:31:35.032Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32552026-07-02T20:31:35.201Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32562026-07-02T20:31:35.592Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32572026-07-02T20:31:36.495Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32582026-07-02T20:31:37.210Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32592026-07-02T20:31:37.334Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32602026-07-02T20:31:37.671Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32612026-07-02T20:31:38.031Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32622026-07-02T20:31:39.439Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32632026-07-02T20:31:41.730Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32642026-07-02T20:31:42.358Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32652026-07-02T20:31:42.853Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32662026-07-02T20:31:44.413Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32672026-07-02T20:31:45.054Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32682026-07-02T20:31:46.756Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32692026-07-02T20:31:47.581Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32702026-07-02T20:31:48.125Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32712026-07-02T20:31:50.150Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-07-02T20:31:51.286Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32732026-07-02T20:31:51.693Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32742026-07-02T20:31:51.750Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32752026-07-02T20:31:53.155Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32762026-07-02T20:31:55.155Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32772026-07-02T20:31:55.870Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32782026-07-02T20:31:56.616Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32792026-07-02T20:31:59.599Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802026-07-02T20:32:00.472Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32812026-07-02T20:32:01.235Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32822026-07-02T20:32:02.376Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32832026-07-02T20:32:03.104Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32842026-07-02T20:32:03.874Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32852026-07-02T20:32:04.625Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32862026-07-02T20:32:06.350Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32872026-07-02T20:32:06.407Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32882026-07-02T20:32:07.990Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32892026-07-02T20:32:08.134Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32902026-07-02T20:32:09.265Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32912026-07-02T20:32:09.899Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32922026-07-02T20:32:10.981Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32932026-07-02T20:32:13.521Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32942026-07-02T20:32:14.734Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32952026-07-02T20:32:15.388Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32962026-07-02T20:32:16.733Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32972026-07-02T20:32:17.820Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32982026-07-02T20:32:18.674Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32992026-07-02T20:32:19.914Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33002026-07-02T20:32:20.923Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33012026-07-02T20:32:21.907Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33022026-07-02T20:32:24.704Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-07-02T20:32:25.137Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33042026-07-02T20:32:25.907Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-07-02T20:32:27.279Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33062026-07-02T20:32:28.848Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33072026-07-02T20:32:31.236Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33082026-07-02T20:32:31.829Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33092026-07-02T20:32:33.315Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33102026-07-02T20:32:35.036Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33112026-07-02T20:32:36.666Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33122026-07-02T20:32:38.266Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33132026-07-02T20:32:39.827Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-07-02T20:32:41.320Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-02T20:32:45.965Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33162026-07-02T20:32:46.306Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33172026-07-02T20:32:47.817Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33182026-07-02T20:32:47.858Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33192026-07-02T20:32:49.907Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33202026-07-02T20:32:51.704Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33212026-07-02T20:32:53.352Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33222026-07-02T20:32:55.449Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33232026-07-02T20:32:57.224Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33242026-07-02T20:32:58.938Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33252026-07-02T20:33:01.067Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33262026-07-02T20:33:02.545Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33272026-07-02T20:33:04.388Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-07-02T20:33:06.137Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33292026-07-02T20:33:07.943Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33302026-07-02T20:33:09.745Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33312026-07-02T20:33:13.376Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33322026-07-02T20:33:15.120Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-07-02T20:33:16.621Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33342026-07-02T20:33:18.642Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-07-02T20:33:20.444Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33362026-07-02T20:33:24.328Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33372026-07-02T20:33:26.315Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33382026-07-02T20:33:28.096Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33392026-07-02T20:33:29.914Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33402026-07-02T20:33:32.750Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33412026-07-02T20:33:34.802Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33422026-07-02T20:33:36.562Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33432026-07-02T20:33:38.815Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-07-02T20:33:41.083Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33452026-07-02T20:33:43.577Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33462026-07-02T20:33:45.680Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33472026-07-02T20:33:47.897Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33482026-07-02T20:33:50.084Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33492026-07-02T20:33:52.337Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33502026-07-02T20:33:54.824Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33512026-07-02T20:33:57.132Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33522026-07-02T20:33:58.842Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33532026-07-02T20:34:01.136Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33542026-07-02T20:34:03.399Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33552026-07-02T20:34:05.593Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33562026-07-02T20:34:07.798Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-07-02T20:34:10.172Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-07-02T20:34:12.571Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33592026-07-02T20:34:14.875Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-07-02T20:34:17.217Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33612026-07-02T20:34:19.610Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33622026-07-02T20:34:21.925Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33632026-07-02T20:34:24.292Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33642026-07-02T20:34:26.676Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33652026-07-02T20:34:29.023Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-07-02T20:34:31.375Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33672026-07-02T20:34:33.727Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33682026-07-02T20:34:36.010Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692026-07-02T20:34:38.475Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33702026-07-02T20:34:40.994Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33712026-07-02T20:34:43.286Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33722026-07-02T20:34:45.685Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33732026-07-02T20:34:48.025Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33742026-07-02T20:34:50.439Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33752026-07-02T20:34:53.358Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33762026-07-02T20:34:55.490Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33772026-07-02T20:34:57.956Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33782026-07-02T20:35:00.268Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33792026-07-02T20:35:02.853Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33802026-07-02T20:35:05.337Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33812026-07-02T20:35:07.709Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33822026-07-02T20:35:10.243Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33832026-07-02T20:35:12.916Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33842026-07-02T20:35:15.156Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33852026-07-02T20:35:17.620Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33862026-07-02T20:35:20.269Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33872026-07-02T20:35:22.750Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33882026-07-02T20:35:25.346Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33892026-07-02T20:35:28.031Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33902026-07-02T20:35:30.564Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33912026-07-02T20:35:33.124Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33922026-07-02T20:35:35.527Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33932026-07-02T20:35:38.132Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33942026-07-02T20:35:40.678Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-02T20:35:43.266Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33962026-07-02T20:35:46.143Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33972026-07-02T20:35:48.627Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-07-02T20:35:56.730Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33992026-07-02T20:35:56.755Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34002026-07-02T20:36:00.156Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34012026-07-02T20:36:03.452Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34022026-07-02T20:36:06.960Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34032026-07-02T20:36:10.409Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34042026-07-02T20:36:13.719Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34052026-07-02T20:36:18.324Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34062026-07-02T20:36:21.172Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34072026-07-02T20:36:24.868Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-07-02T20:36:28.586Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34092026-07-02T20:36:32.228Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34102026-07-02T20:36:35.992Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34112026-07-02T20:36:39.716Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34122026-07-02T20:36:43.331Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34132026-07-02T20:36:47.214Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34142026-07-02T20:36:50.794Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34152026-07-02T20:36:54.645Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34162026-07-02T20:36:58.320Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34172026-07-02T20:37:02.090Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34182026-07-02T20:37:05.801Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34192026-07-02T20:37:09.679Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34202026-07-02T20:37:13.310Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34212026-07-02T20:37:17.044Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34222026-07-02T20:37:20.811Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34232026-07-02T20:37:50.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
34242026-07-02T20:37:50.963Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34252026-07-02T20:37:51.071Z
34262026-07-02T20:37:51.071Zreal 6:52.975617679
34272026-07-02T20:37:51.071Zuser 18:30.350812679
34282026-07-02T20:37:51.071Zsys 3:54.811930454
34292026-07-02T20:37:51.071Ztrap 0.271230471
34302026-07-02T20:37:51.071Ztflt 0.045640960
34312026-07-02T20:37:51.071Zdflt 0.081754599
34322026-07-02T20:37:51.071Zkflt 0.000022350
34332026-07-02T20:37:51.071Zlock 6:21:15.800544105
34342026-07-02T20:37:51.071Zslp 2:18:37.152774519
34352026-07-02T20:37:51.071Zlat 33.560410328
34362026-07-02T20:37:51.075Zstop 1:40.249482814
34372026-07-02T20:37:51.075Zprocess exited: duration 784975 ms, exit code 0
 
34382026-07-02T20:37:51.081Zfound 0 output files