01KWFWP5ZCYQ5SGC2CWWJ9SKG1: clippy (helios)

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

Buildomat Job: 01KWFWPNX0FFC18MMP1FBKAYDV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T22:28:23.731Zjob assigned to worker 01KWFWQ2JVKD9SM3SBXF4JGGHD [factory aws, i-0ff3bfffd7e757dd0] (queued for 55 s)
 
22026-07-01T22:28:29.753Zstarting task 0: "setup"
32026-07-01T22:28:29.760Z++ uname -s
42026-07-01T22:28:29.762Z+ kern=SunOS
52026-07-01T22:28:29.762Z+ build_user=build
62026-07-01T22:28:29.762Z+ build_uid=12345
72026-07-01T22:28:29.762Z+ work_dir=/work
82026-07-01T22:28:29.762Z+ input_dir=/input
92026-07-01T22:28:29.763Z+ [[ 0 == 12345 ]]
102026-07-01T22:28:29.763Z+ case "$kern" in
112026-07-01T22:28:29.763Z+ groupadd -g 12345 build
122026-07-01T22:28:29.765Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T22:28:31.771Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T22:28:31.848Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T22:28:31.851Z+ home_fs=zfs
162026-07-01T22:28:31.851Z+ [[ zfs == autofs ]]
172026-07-01T22:28:31.851Z+ mkdir -p /home/build
182026-07-01T22:28:31.851Z+ chown build:build /home/build /work
192026-07-01T22:28:33.852Z+ chmod 0700 /home/build /work
202026-07-01T22:28:33.855Zprocess exited: duration 4103 ms, exit code 0
 
212026-07-01T22:28:33.860Zstarting task 1: "rust-toolchain"
222026-07-01T22:28:33.864Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T22:28:33.864Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T22:28:33.864Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-01T22:28:33.864Z * rust toolchain channel = "1.96.1"
262026-07-01T22:28:33.864Z * rust toolchain profile = "default"
272026-07-01T22:28:33.864Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T22:28:33.866Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T22:28:33.866Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T22:28:33.946Zinfo: downloading installer
312026-07-01T22:28:35.553Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T22:28:35.553Zwarn: /home/build/.rustup/settings.toml
332026-07-01T22:28:35.553Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T22:28:35.555Zwarn: instead of the one inferred from the default host triple.
352026-07-01T22:28:35.566Zinfo: profile set to default
362026-07-01T22:28:35.566Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T22:28:35.568Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T22:28:35.726Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T22:28:35.728Zinfo: downloading 6 components
402026-07-01T22:28:51.753Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T22:28:51.753Z
422026-07-01T22:28:51.786Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T22:28:51.787Z
442026-07-01T22:28:51.787Z
452026-07-01T22:28:51.787ZRust is installed now. Great!
462026-07-01T22:28:51.787Z
472026-07-01T22:28:51.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T22:28:51.790Zenvironment variable. This has not been done automatically.
492026-07-01T22:28:51.790Z
502026-07-01T22:28:51.790ZTo configure your current shell, you need to source
512026-07-01T22:28:51.791Zthe corresponding env file under $HOME/.cargo.
522026-07-01T22:28:51.791Z
532026-07-01T22:28:51.791ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T22:28:51.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T22:28:51.791Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T22:28:51.791Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T22:28:51.791Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T22:28:51.791Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T22:28:51.791Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T22:28:51.791Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T22:28:51.793Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T22:28:51.879Z+ rustup --version
632026-07-01T22:28:51.887Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T22:28:51.892Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T22:28:51.909Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T22:28:51.911Z+ cargo --version
672026-07-01T22:28:51.926Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T22:28:51.928Z+ rustc --version
692026-07-01T22:28:51.946Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T22:28:51.949Zprocess exited: duration 18087 ms, exit code 0
 
712026-07-01T22:28:51.954Zstarting task 2: "authentication"
722026-07-01T22:28:51.971Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T22:28:51.976Zstarting task 3: "clone repository"
742026-07-01T22:28:51.980Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T22:28:51.982Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T22:28:52.013ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T22:29:02.923Z+ cd /work/oxidecomputer/omicron
782026-07-01T22:29:02.923Z+ git fetch origin 3b3963ee27d31ab7421626fcb057c63d6dafc38d
792026-07-01T22:29:02.950ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T22:29:02.950Z * branch 3b3963ee27d31ab7421626fcb057c63d6dafc38d -> FETCH_HEAD
812026-07-01T22:29:02.950Z+ [[ -n '' ]]
822026-07-01T22:29:02.950Z+ git reset --hard 3b3963ee27d31ab7421626fcb057c63d6dafc38d
832026-07-01T22:29:02.950ZHEAD is now at 3b3963ee2 [spr] initial version
842026-07-01T22:29:02.950Zprocess exited: duration 10767 ms, exit code 0
 
852026-07-01T22:29:03.003Zstarting task 4: "build"
862026-07-01T22:29:03.012Z+ source ./env.sh
872026-07-01T22:29:03.012Z++ OLD_SHELL_OPTS=ehxB
882026-07-01T22:29:03.012Z++ set -o xtrace
892026-07-01T22:29:03.012Z++++ dirname ./env.sh
902026-07-01T22:29:03.013Z+++ readlink -f .
912026-07-01T22:29:03.013Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-01T22:29:03.013Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-01T22:29:03.013Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-01T22:29:03.013Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-01T22:29:03.013Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-07-01T22:29:03.013Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-01T22:29:03.013Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-01T22:29:03.013Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-01T22:29:03.013Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-01T22:29:03.013Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T22:29:03.013Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T22:29:03.013Z++ case $OLD_SHELL_OPTS in
1032026-07-01T22:29:03.013Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-01T22:29:03.013Z+ source .github/buildomat/ci-env.sh
1052026-07-01T22:29:03.013Z++ export CARGO_TERM_COLOR=always
1062026-07-01T22:29:03.013Z++ CARGO_TERM_COLOR=always
1072026-07-01T22:29:03.013Z+ cargo --version
1082026-07-01T22:29:03.029Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-01T22:29:03.029Z+ rustc --version
1102026-07-01T22:29:03.364Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-01T22:29:03.382Z+ banner prerequisites
1122026-07-01T22:29:03.382Z
1132026-07-01T22:29:03.382Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-07-01T22:29:03.382Z # # # # # # # # # # # # # # #
1152026-07-01T22:29:03.382Z # # # # ##### # # ##### # # # # # #### #
1162026-07-01T22:29:03.383Z ##### ##### # ##### # # # # # # # # #
1172026-07-01T22:29:03.383Z # # # # # # # # # # # # # # #
1182026-07-01T22:29:03.383Z # # # ###### # # ###### ### # #### # #### #
1192026-07-01T22:29:03.383Z
1202026-07-01T22:29:03.383Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-07-01T22:29:04.827Z Startup: Refreshing catalog 'helios' ... Done
1222026-07-01T22:29:04.853Z Startup: Caching catalogs ... Done
1232026-07-01T22:29:05.356ZPlanning: Solver setup ... Done (0.457s)
1242026-07-01T22:29:05.387ZPlanning: Running solver ... Done (0.027s)
1252026-07-01T22:29:05.396ZPlanning: Finding local manifests ... Done (0.003s)
1262026-07-01T22:29:05.419ZPlanning: Fetching manifests: 0/2 0% complete
1272026-07-01T22:29:05.449ZPlanning: Fetching manifests: 2/2 100% complete
1282026-07-01T22:29:05.462ZPlanning: Package planning ... Done (0.014s)
1292026-07-01T22:29:05.465ZPlanning: Merging actions ... Done (0.002s)
1302026-07-01T22:29:05.630ZPlanning: Checking for conflicting actions ... Done (0.165s)
1312026-07-01T22:29:05.635ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-07-01T22:29:06.430ZPlanning: Evaluating mediators ... Done (0.799s)
1332026-07-01T22:29:06.433ZPlanning: Planning completed in 1.56 seconds
1342026-07-01T22:29:06.441Z Packages to install: 2
1352026-07-01T22:29:06.441Z Estimated space available: 156.06 GB
1362026-07-01T22:29:06.446ZEstimated space to be consumed: 30.98 MB
1372026-07-01T22:29:06.446Z Create boot environment: No
1382026-07-01T22:29:06.446ZCreate backup boot environment: No
1392026-07-01T22:29:06.446Z Rebuild boot archive: No
1402026-07-01T22:29:06.446Z
1412026-07-01T22:29:06.446ZChanged packages:
1422026-07-01T22:29:06.446Zhelios
1432026-07-01T22:29:06.446Z developer/build-essential
1442026-07-01T22:29:06.447Z None -> 11-3.0
1452026-07-01T22:29:06.447Z library/libxmlsec1
1462026-07-01T22:29:06.447Z None -> 1.2.35-3.0
1472026-07-01T22:29:06.468Z
1482026-07-01T22:29:06.468ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-07-01T22:29:07.160ZDownload: Completed 1.28 MB in 0.70 seconds (1.8M/s)
1502026-07-01T22:29:07.268Z Actions: 1/268 actions (Installing new actions)
1512026-07-01T22:29:07.306Z Actions: Completed 268 actions in 0.04 seconds.
1522026-07-01T22:29:07.316ZFinalize: Updating package state database ... Done (0.011s)
1532026-07-01T22:29:07.316ZFinalize: Updating package cache ... Done (0.000s)
1542026-07-01T22:29:07.348ZFinalize: Updating image state ... Done (0.032s)
1552026-07-01T22:29:09.819ZFinalize: Creating fast lookup database ... Done (2.445s)
1562026-07-01T22:29:09.889ZFinalize: Reading search index ... Done (0.013s)
1572026-07-01T22:29:09.891ZFinalize: Updating search index ... Done (0.000s)
1582026-07-01T22:29:09.980ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-01T22:29:10.295ZPlanning: Evaluating mediator changes ... Done
1602026-07-01T22:29:10.401ZPlanning: Checking for conflicting actions ... Done
1612026-07-01T22:29:10.404ZPlanning: Consolidating action changes ... Done
1622026-07-01T22:29:10.563ZPlanning: Evaluating mediators ... Done
1632026-07-01T22:29:10.565ZPlanning: Planning completed in 0.27 seconds
1642026-07-01T22:29:10.586Z Mediators to change: 2
1652026-07-01T22:29:10.586Z Create boot environment: No
1662026-07-01T22:29:10.586ZCreate backup boot environment: No
1672026-07-01T22:29:10.639ZFinalize: Updating package state database ... Done
1682026-07-01T22:29:10.639ZFinalize: Updating package cache ... Done
1692026-07-01T22:29:10.655ZFinalize: Updating image state ... Done
1702026-07-01T22:29:12.637ZFinalize: Creating fast lookup database ... Done
1712026-07-01T22:29:12.706ZFinalize: Reading search index ... Done
1722026-07-01T22:29:12.710ZFinalize: Updating search index ... Done
1732026-07-01T22:29:12.773ZFinalize: Updating package cache ... Done
1742026-07-01T22:29:13.062ZPlanning: Evaluating mediator changes ... Done
1752026-07-01T22:29:13.171ZPlanning: Checking for conflicting actions ... Done
1762026-07-01T22:29:13.174ZPlanning: Consolidating action changes ... Done
1772026-07-01T22:29:13.335ZPlanning: Evaluating mediators ... Done
1782026-07-01T22:29:13.337ZPlanning: Planning completed in 0.27 seconds
1792026-07-01T22:29:13.358Z Mediators to change: 1
1802026-07-01T22:29:13.358Z Create boot environment: No
1812026-07-01T22:29:13.358ZCreate backup boot environment: No
1822026-07-01T22:29:13.400ZFinalize: Updating package state database ... Done
1832026-07-01T22:29:13.400ZFinalize: Updating package cache ... Done
1842026-07-01T22:29:13.416ZFinalize: Updating image state ... Done
1852026-07-01T22:29:15.384ZFinalize: Creating fast lookup database ... Done
1862026-07-01T22:29:15.445ZFinalize: Reading search index ... Done
1872026-07-01T22:29:15.448ZFinalize: Updating search index ... Done
1882026-07-01T22:29:15.503ZFinalize: Updating package cache ... Done
1892026-07-01T22:29:15.822ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-07-01T22:29:15.822Zapache system 2.4 system
1912026-07-01T22:29:15.822Zclang system 15 system
1922026-07-01T22:29:15.822Zcsh system system illumos
1932026-07-01T22:29:15.822Zctags system system illumos
1942026-07-01T22:29:15.822Zfile vendor vendor darwinsys
1952026-07-01T22:29:15.822Zfile system system illumos
1962026-07-01T22:29:15.822Zgcc vendor 14 vendor
1972026-07-01T22:29:15.822Zgcc system 13 system
1982026-07-01T22:29:15.822Zgcc system 10 system
1992026-07-01T22:29:15.822Zgo system 1.25 system
2002026-07-01T22:29:15.822Zllvm system 15 system
2012026-07-01T22:29:15.822Zmariadb system 11.4 system
2022026-07-01T22:29:15.822Zmta vendor vendor dma
2032026-07-01T22:29:15.822Zopenjdk system 17 system
2042026-07-01T22:29:15.822Zopenjdk system 11 system
2052026-07-01T22:29:15.822Zopenssl vendor 3 vendor
2062026-07-01T22:29:15.822Zperl system 5.40 system
2072026-07-01T22:29:15.822Zpostgresql system 18 system
2082026-07-01T22:29:15.822Zpostgresql system 17 system
2092026-07-01T22:29:15.822Zpython vendor 3 vendor
2102026-07-01T22:29:15.822Zpython system 2 system
2112026-07-01T22:29:15.822Zpython3 vendor 3.13 vendor
2122026-07-01T22:29:15.823Zruby system 3.4 system
2132026-07-01T22:29:15.823Zruby system 3.0 system
2142026-07-01T22:29:15.823Zwords vendor vendor american-english
2152026-07-01T22:29:15.823Zwords system system australian-english
2162026-07-01T22:29:15.823Zwords system system british-english
2172026-07-01T22:29:15.823Zwords system system canadian-english
2182026-07-01T22:29:15.823Zwords system system french
2192026-07-01T22:29:15.823Zwords system system italian
2202026-07-01T22:29:15.823Zwords system system ngerman
2212026-07-01T22:29:15.823Zwords system system ogerman
2222026-07-01T22:29:15.823Zwords system system spanish
2232026-07-01T22:29:16.080ZPUBLISHER TYPE STATUS P LOCATION
2242026-07-01T22:29:16.080Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-07-01T22:29:16.388ZFMRI IFO
2262026-07-01T22:29:16.388Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-07-01T22:29:16.388Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-07-01T22:29:16.388Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-07-01T22:29:16.389Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-07-01T22:29:16.389Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-07-01T22:29:16.389Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-07-01T22:29:16.389Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-07-01T22:29:16.389Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-07-01T22:29:16.389Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-07-01T22:29:16.645Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-07-01T22:29:16.948Z Updating crates.io index
2372026-07-01T22:29:16.951Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-07-01T22:29:17.200Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2392026-07-01T22:29:17.463Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402026-07-01T22:29:18.398Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412026-07-01T22:29:18.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-07-01T22:29:20.395Z Updating git repository `https://github.com/oxidecomputer/opte`
2432026-07-01T22:29:21.150Z Updating git repository `https://github.com/oxidecomputer/tofino`
2442026-07-01T22:29:21.415Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-07-01T22:29:21.739Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-07-01T22:29:22.769Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-07-01T22:29:23.190Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-07-01T22:29:23.515Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-07-01T22:29:23.775Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-07-01T22:29:24.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-07-01T22:29:24.693Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-07-01T22:29:24.951Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-01T22:29:25.167Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-07-01T22:29:25.454Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-07-01T22:29:25.749Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-07-01T22:29:25.993Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-07-01T22:29:26.212Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-07-01T22:29:26.463Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-01T22:29:26.816Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-07-01T22:29:27.142Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-07-01T22:29:27.388Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-07-01T22:29:27.806Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-07-01T22:29:28.031Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-07-01T22:29:28.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-07-01T22:29:28.839Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-07-01T22:29:29.080Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-07-01T22:29:29.415Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-07-01T22:29:29.775Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-07-01T22:29:30.025Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-07-01T22:29:30.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-07-01T22:29:30.565Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-07-01T22:29:30.817Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-07-01T22:29:31.157Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-07-01T22:29:31.391Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-07-01T22:29:31.655Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-07-01T22:29:31.908Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-07-01T22:29:34.649Z Downloading crates ...
2782026-07-01T22:29:34.699Z Downloaded clap_derive v4.6.1
2792026-07-01T22:29:34.735Z Downloaded errno v0.3.14
2802026-07-01T22:29:34.735Z Downloaded pest_meta v2.8.6
2812026-07-01T22:29:34.735Z Downloaded block-buffer v0.10.4
2822026-07-01T22:29:34.735Z Downloaded swrite v0.1.0
2832026-07-01T22:29:34.735Z Downloaded is_terminal_polyfill v1.70.2
2842026-07-01T22:29:34.735Z Downloaded unicode-linebreak v0.1.5
2852026-07-01T22:29:34.736Z Downloaded clap_lex v1.0.0
2862026-07-01T22:29:34.736Z Downloaded cargo-platform v0.3.2
2872026-07-01T22:29:34.736Z Downloaded zmij v1.0.21
2882026-07-01T22:29:34.736Z Downloaded zerocopy-derive v0.7.35
2892026-07-01T22:29:34.736Z Downloaded cargo_toml v0.21.0
2902026-07-01T22:29:34.736Z Downloaded smawk v0.3.2
2912026-07-01T22:29:34.736Z Downloaded zerocopy v0.7.35
2922026-07-01T22:29:34.736Z Downloaded fnv v1.0.7
2932026-07-01T22:29:34.736Z Downloaded byteorder v1.5.0
2942026-07-01T22:29:34.736Z Downloaded autocfg v1.5.0
2952026-07-01T22:29:34.736Z Downloaded anstyle-parse v1.0.0
2962026-07-01T22:29:34.736Z Downloaded camino v1.2.2
2972026-07-01T22:29:34.736Z Downloaded camino-tempfile v1.4.1
2982026-07-01T22:29:34.736Z Downloaded bytecount v0.6.9
2992026-07-01T22:29:34.736Z Downloaded cpufeatures v0.2.17
3002026-07-01T22:29:34.746Z Downloaded fastrand v2.3.0
3012026-07-01T22:29:34.746Z Downloaded anstyle-query v1.1.5
3022026-07-01T22:29:34.747Z Downloaded itoa v1.0.17
3032026-07-01T22:29:34.747Z Downloaded generic-array v0.14.7
3042026-07-01T22:29:34.747Z Downloaded colorchoice v1.0.4
3052026-07-01T22:29:34.747Z Downloaded log v0.4.29
3062026-07-01T22:29:34.747Z Downloaded cargo_metadata v0.23.1
3072026-07-01T22:29:34.747Z Downloaded anstyle v1.0.14
3082026-07-01T22:29:34.747Z Downloaded equivalent v1.0.2
3092026-07-01T22:29:34.747Z Downloaded heck v0.4.1
3102026-07-01T22:29:34.780Z Downloaded strsim v0.11.1
3112026-07-01T22:29:34.780Z Downloaded dtrace-parser v0.2.0
3122026-07-01T22:29:34.780Z Downloaded cfg-if v1.0.4
3132026-07-01T22:29:34.802Z Downloaded proc-macro-error-attr v1.0.4
3142026-07-01T22:29:34.802Z Downloaded crypto-common v0.1.7
3152026-07-01T22:29:34.802Z Downloaded pretty-hex v0.4.1
3162026-07-01T22:29:34.802Z Downloaded heck v0.5.0
3172026-07-01T22:29:34.802Z Downloaded usdt-macro v0.5.0
3182026-07-01T22:29:34.803Z Downloaded utf8parse v0.2.2
3192026-07-01T22:29:34.803Z Downloaded tabled_derive v0.7.0
3202026-07-01T22:29:34.803Z Downloaded toml_write v0.1.2
3212026-07-01T22:29:34.803Z Downloaded toml_datetime v0.6.11
3222026-07-01T22:29:34.803Z Downloaded terminal_size v0.4.3
3232026-07-01T22:29:34.803Z Downloaded memmap v0.7.0
3242026-07-01T22:29:34.803Z Downloaded usdt-attr-macro v0.5.0
3252026-07-01T22:29:34.803Z Downloaded usdt v0.5.0
3262026-07-01T22:29:34.803Z Downloaded scroll_derive v0.12.1
3272026-07-01T22:29:34.804Z Downloaded version_check v0.9.5
3282026-07-01T22:29:34.804Z Downloaded plain v0.2.3
3292026-07-01T22:29:34.804Z Downloaded dof v0.3.0
3302026-07-01T22:29:34.804Z Downloaded anstream v1.0.0
3312026-07-01T22:29:34.823Z Downloaded thread-id v4.2.2
3322026-07-01T22:29:34.823Z Downloaded serde_spanned v0.6.9
3332026-07-01T22:29:34.823Z Downloaded fs-err v3.3.0
3342026-07-01T22:29:34.823Z Downloaded thiserror-impl v2.0.18
3352026-07-01T22:29:34.823Z Downloaded serde_tokenstream v0.2.3
3362026-07-01T22:29:34.834Z Downloaded macaddr v1.0.1
3372026-07-01T22:29:34.834Z Downloaded thiserror v1.0.69
3382026-07-01T22:29:34.834Z Downloaded ucd-trie v0.1.7
3392026-07-01T22:29:34.834Z Downloaded pest_derive v2.8.6
3402026-07-01T22:29:34.835Z Downloaded bitflags v2.11.0
3412026-07-01T22:29:34.852Z Downloaded thiserror-impl v1.0.69
3422026-07-01T22:29:34.852Z Downloaded proc-macro2 v1.0.106
3432026-07-01T22:29:34.852Z Downloaded clap v4.6.1
3442026-07-01T22:29:34.891Z Downloaded scroll v0.12.0
3452026-07-01T22:29:34.891Z Downloaded quote v1.0.45
3462026-07-01T22:29:34.892Z Downloaded digest v0.10.7
3472026-07-01T22:29:34.892Z Downloaded usdt-impl v0.5.0
3482026-07-01T22:29:34.892Z Downloaded proc-macro-error v1.0.4
3492026-07-01T22:29:34.892Z Downloaded tempfile v3.25.0
3502026-07-01T22:29:34.892Z Downloaded once_cell v1.21.3
3512026-07-01T22:29:34.892Z Downloaded toml v0.8.23
3522026-07-01T22:29:34.892Z Downloaded getrandom v0.4.1
3532026-07-01T22:29:34.920Z Downloaded sha2 v0.10.9
3542026-07-01T22:29:34.921Z Downloaded papergrid v0.11.0
3552026-07-01T22:29:34.921Z Downloaded anyhow v1.0.102
3562026-07-01T22:29:34.921Z Downloaded thiserror v2.0.18
3572026-07-01T22:29:34.921Z Downloaded semver v1.0.28
3582026-07-01T22:29:34.921Z Downloaded unicode-ident v1.0.24
3592026-07-01T22:29:34.921Z Downloaded pest_generator v2.8.6
3602026-07-01T22:29:34.921Z Downloaded textwrap v0.16.2
3612026-07-01T22:29:34.921Z Downloaded serde_core v1.0.228
3622026-07-01T22:29:34.930Z Downloaded serde v1.0.228
3632026-07-01T22:29:34.930Z Downloaded serde_derive v1.0.228
3642026-07-01T22:29:34.930Z Downloaded toml_edit v0.22.27
3652026-07-01T22:29:34.930Z Downloaded pest v2.8.6
3662026-07-01T22:29:34.980Z Downloaded memchr v2.8.0
3672026-07-01T22:29:35.036Z Downloaded typenum v1.20.1
3682026-07-01T22:29:35.036Z Downloaded indexmap v2.14.0
3692026-07-01T22:29:35.036Z Downloaded winnow v0.7.14
3702026-07-01T22:29:35.036Z Downloaded clap_builder v4.6.0
3712026-07-01T22:29:35.036Z Downloaded serde_json v1.0.150
3722026-07-01T22:29:35.036Z Downloaded hashbrown v0.17.0
3732026-07-01T22:29:35.036Z Downloaded goblin v0.8.2
3742026-07-01T22:29:35.060Z Downloaded tabled v0.15.0
3752026-07-01T22:29:35.060Z Downloaded syn v1.0.109
3762026-07-01T22:29:35.060Z Downloaded unicode-width v0.1.14
3772026-07-01T22:29:35.060Z Downloaded unicode-width v0.2.0
3782026-07-01T22:29:35.060Z Downloaded syn v2.0.117
3792026-07-01T22:29:35.075Z Downloaded rustix v1.1.3
3802026-07-01T22:29:35.087Z Downloaded libc v0.2.185
3812026-07-01T22:29:35.155Z Compiling proc-macro2 v1.0.106
3822026-07-01T22:29:35.155Z Compiling unicode-ident v1.0.24
3832026-07-01T22:29:35.163Z Compiling quote v1.0.45
3842026-07-01T22:29:35.163Z Compiling serde_core v1.0.228
3852026-07-01T22:29:35.163Z Compiling libc v0.2.185
3862026-07-01T22:29:35.164Z Compiling version_check v0.9.5
3872026-07-01T22:29:35.164Z Compiling memchr v2.8.0
3882026-07-01T22:29:35.164Z Compiling serde v1.0.228
3892026-07-01T22:29:35.462Z Compiling zmij v1.0.21
3902026-07-01T22:29:35.753Z Compiling thiserror v1.0.69
3912026-07-01T22:29:35.784Z Compiling ucd-trie v0.1.7
3922026-07-01T22:29:36.015Z Compiling itoa v1.0.17
3932026-07-01T22:29:36.084Z Compiling pest v2.8.6
3942026-07-01T22:29:36.196Z Compiling rustix v1.1.3
3952026-07-01T22:29:36.233Z Compiling byteorder v1.5.0
3962026-07-01T22:29:36.250Z Compiling errno v0.3.14
3972026-07-01T22:29:36.475Z Compiling serde_json v1.0.150
3982026-07-01T22:29:36.489Z Compiling bitflags v2.11.0
3992026-07-01T22:29:36.661Z Compiling syn v2.0.117
4002026-07-01T22:29:36.711Z Compiling thread-id v4.2.2
4012026-07-01T22:29:36.730Z Compiling proc-macro-error-attr v1.0.4
4022026-07-01T22:29:36.794Z Compiling usdt-impl v0.5.0
4032026-07-01T22:29:36.895Z Compiling camino v1.2.2
4042026-07-01T22:29:36.923Z Compiling syn v1.0.109
4052026-07-01T22:29:37.117Z Compiling pest_meta v2.8.6
4062026-07-01T22:29:37.309Z Compiling proc-macro-error v1.0.4
4072026-07-01T22:29:37.317Z Compiling equivalent v1.0.2
4082026-07-01T22:29:37.339Z Compiling utf8parse v0.2.2
4092026-07-01T22:29:37.425Z Compiling hashbrown v0.17.0
4102026-07-01T22:29:37.456Z Compiling plain v0.2.3
4112026-07-01T22:29:37.513Z Compiling log v0.4.29
4122026-07-01T22:29:37.688Z Compiling getrandom v0.4.1
4132026-07-01T22:29:37.721Z Compiling terminal_size v0.4.3
4142026-07-01T22:29:37.971Z Compiling indexmap v2.14.0
4152026-07-01T22:29:38.101Z Compiling anstyle-parse v1.0.0
4162026-07-01T22:29:38.521Z Compiling anstyle-query v1.1.5
4172026-07-01T22:29:38.538Z Compiling colorchoice v1.0.4
4182026-07-01T22:29:38.580Z Compiling pretty-hex v0.4.1
4192026-07-01T22:29:38.598Z Compiling thiserror v2.0.18
4202026-07-01T22:29:38.636Z Compiling winnow v0.7.14
4212026-07-01T22:29:38.657Z Compiling toml_write v0.1.2
4222026-07-01T22:29:38.721Z Compiling is_terminal_polyfill v1.70.2
4232026-07-01T22:29:38.738Z Compiling cfg-if v1.0.4
4242026-07-01T22:29:38.816Z Compiling autocfg v1.5.0
4252026-07-01T22:29:38.833Z Compiling anstyle v1.0.14
4262026-07-01T22:29:38.888Z Compiling pest_generator v2.8.6
4272026-07-01T22:29:39.056Z Compiling anstream v1.0.0
4282026-07-01T22:29:39.160Z Compiling strsim v0.11.1
4292026-07-01T22:29:39.199Z Compiling clap_lex v1.0.0
4302026-07-01T22:29:39.268Z Compiling fs-err v3.3.0
4312026-07-01T22:29:39.432Z Compiling once_cell v1.21.3
4322026-07-01T22:29:39.486Z Compiling heck v0.4.1
4332026-07-01T22:29:39.512Z Compiling anyhow v1.0.102
4342026-07-01T22:29:39.617Z Compiling unicode-width v0.1.14
4352026-07-01T22:29:39.653Z Compiling fnv v1.0.7
4362026-07-01T22:29:39.675Z Compiling fastrand v2.3.0
4372026-07-01T22:29:39.708Z Compiling bytecount v0.6.9
4382026-07-01T22:29:39.762Z Compiling heck v0.5.0
4392026-07-01T22:29:39.851Z Compiling papergrid v0.11.0
4402026-07-01T22:29:39.899Z Compiling tempfile v3.25.0
4412026-07-01T22:29:40.000Z Compiling clap_builder v4.6.0
4422026-07-01T22:29:40.043Z Compiling semver v1.0.28
4432026-07-01T22:29:40.060Z Compiling cargo-platform v0.3.2
4442026-07-01T22:29:40.121Z Compiling memmap v0.7.0
4452026-07-01T22:29:40.267Z Compiling tabled_derive v0.7.0
4462026-07-01T22:29:40.285Z Compiling unicode-linebreak v0.1.5
4472026-07-01T22:29:40.306Z Compiling smawk v0.3.2
4482026-07-01T22:29:40.333Z Compiling unicode-width v0.2.0
4492026-07-01T22:29:40.366Z Compiling camino-tempfile v1.4.1
4502026-07-01T22:29:40.527Z Compiling serde_derive v1.0.228
4512026-07-01T22:29:40.553Z Compiling thiserror-impl v1.0.69
4522026-07-01T22:29:40.642Z Compiling zerocopy-derive v0.7.35
4532026-07-01T22:29:40.665Z Compiling pest_derive v2.8.6
4542026-07-01T22:29:40.855Z Compiling scroll_derive v0.12.1
4552026-07-01T22:29:41.136Z Compiling thiserror-impl v2.0.18
4562026-07-01T22:29:41.265Z Compiling clap_derive v4.6.1
4572026-07-01T22:29:41.351Z Compiling tabled v0.15.0
4582026-07-01T22:29:41.552Z Compiling scroll v0.12.0
4592026-07-01T22:29:41.555Z Compiling zerocopy v0.7.35
4602026-07-01T22:29:41.903Z Compiling goblin v0.8.2
4612026-07-01T22:29:42.010Z Compiling dtrace-parser v0.2.0
4622026-07-01T22:29:42.146Z Compiling textwrap v0.16.2
4632026-07-01T22:29:42.654Z Compiling swrite v0.1.0
4642026-07-01T22:29:43.078Z Compiling clap v4.6.1
4652026-07-01T22:29:43.712Z Compiling toml_datetime v0.6.11
4662026-07-01T22:29:43.712Z Compiling serde_spanned v0.6.9
4672026-07-01T22:29:43.712Z Compiling cargo_metadata v0.23.1
4682026-07-01T22:29:43.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4692026-07-01T22:29:43.715Z Compiling macaddr v1.0.1
4702026-07-01T22:29:43.797Z Compiling dof v0.3.0
4712026-07-01T22:29:43.800Z Compiling serde_tokenstream v0.2.3
4722026-07-01T22:29:43.948Z Compiling toml_edit v0.22.27
4732026-07-01T22:29:44.539Z Compiling usdt-macro v0.5.0
4742026-07-01T22:29:44.540Z Compiling usdt-attr-macro v0.5.0
4752026-07-01T22:29:45.183Z Compiling usdt v0.5.0
4762026-07-01T22:29:45.304Z Compiling toml v0.8.23
4772026-07-01T22:29:45.647Z Compiling cargo_toml v0.21.0
4782026-07-01T22:29:46.950Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792026-07-01T22:29:48.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.42s
4802026-07-01T22:29:49.112Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4812026-07-01T22:29:49.606Z Downloading crates ...
4822026-07-01T22:29:49.701Z Downloaded adler2 v2.0.1
4832026-07-01T22:29:49.719Z Downloaded block-padding v0.4.2
4842026-07-01T22:29:49.721Z Downloaded base16ct v0.2.0
4852026-07-01T22:29:49.722Z Downloaded async-recursion v1.1.1
4862026-07-01T22:29:49.725Z Downloaded array-init v0.0.4
4872026-07-01T22:29:49.729Z Downloaded bb8 v0.8.6
4882026-07-01T22:29:49.731Z Downloaded async-stream-impl v0.3.6
4892026-07-01T22:29:49.734Z Downloaded atomic-waker v1.1.2
4902026-07-01T22:29:49.737Z Downloaded ascii-canvas v3.0.0
4912026-07-01T22:29:49.742Z Downloaded bit-set v0.8.0
4922026-07-01T22:29:49.746Z Downloaded bit-set v0.5.3
4932026-07-01T22:29:49.746Z Downloaded assert_matches v1.5.0
4942026-07-01T22:29:49.746Z Downloaded aead v0.6.1
4952026-07-01T22:29:49.753Z Downloaded crc-catalog v2.4.0
4962026-07-01T22:29:49.753Z Downloaded bit-vec v0.6.3
4972026-07-01T22:29:49.753Z Downloaded bcs v0.1.6
4982026-07-01T22:29:49.753Z Downloaded async-trait v0.1.89
4992026-07-01T22:29:49.756Z Downloaded aead v0.5.2
5002026-07-01T22:29:49.759Z Downloaded arrayvec v0.7.6
5012026-07-01T22:29:49.762Z Downloaded base16ct v1.0.0
5022026-07-01T22:29:49.762Z Downloaded atty v0.2.14
5032026-07-01T22:29:49.764Z Downloaded darling_macro v0.21.3
5042026-07-01T22:29:49.767Z Downloaded darling_macro v0.13.4
5052026-07-01T22:29:49.767Z Downloaded anstream v0.6.21
5062026-07-01T22:29:49.770Z Downloaded argon2 v0.5.3
5072026-07-01T22:29:49.772Z Downloaded curve25519-dalek-derive v0.1.1
5082026-07-01T22:29:49.775Z Downloaded crypto-common v0.2.2
5092026-07-01T22:29:49.775Z Downloaded defmt v0.3.100
5102026-07-01T22:29:49.775Z Downloaded bcrypt-pbkdf v0.11.0
5112026-07-01T22:29:49.778Z Downloaded argon2 v0.6.0-rc.8
5122026-07-01T22:29:49.778Z Downloaded arrayref v0.3.9
5132026-07-01T22:29:49.781Z Downloaded darling_macro v0.23.0
5142026-07-01T22:29:49.781Z Downloaded atomicwrites v0.4.4
5152026-07-01T22:29:49.781Z Downloaded darling_macro v0.20.11
5162026-07-01T22:29:49.784Z Downloaded crc v3.4.0
5172026-07-01T22:29:49.784Z Downloaded cstr-argument v0.1.2
5182026-07-01T22:29:49.784Z Downloaded backoff v0.4.0
5192026-07-01T22:29:49.786Z Downloaded cpubits v0.1.1
5202026-07-01T22:29:49.787Z Downloaded ahash v0.8.12
5212026-07-01T22:29:49.791Z Downloaded cfg_aliases v0.2.1
5222026-07-01T22:29:49.795Z Downloaded debug-ignore v1.0.5
5232026-07-01T22:29:49.798Z Downloaded crunchy v0.2.4
5242026-07-01T22:29:49.798Z Downloaded crc8 v0.1.1
5252026-07-01T22:29:49.802Z Downloaded block-buffer v0.12.1
5262026-07-01T22:29:49.802Z Downloaded ciborium-ll v0.2.2
5272026-07-01T22:29:49.805Z Downloaded cfg_aliases v0.1.1
5282026-07-01T22:29:49.805Z Downloaded crucible-workspace-hack v0.1.0
5292026-07-01T22:29:49.809Z Downloaded bitfield-macros v0.19.4
5302026-07-01T22:29:49.812Z Downloaded castaway v0.2.4
5312026-07-01T22:29:49.815Z Downloaded derive_builder_macro v0.20.2
5322026-07-01T22:29:49.819Z Downloaded cobs v0.3.0
5332026-07-01T22:29:49.822Z Downloaded base64ct v1.8.3
5342026-07-01T22:29:49.823Z Downloaded display-error-chain v0.2.2
5352026-07-01T22:29:49.823Z Downloaded difflib v0.4.0
5362026-07-01T22:29:49.826Z Downloaded convert_case v0.4.0
5372026-07-01T22:29:49.826Z Downloaded async-stream v0.3.6
5382026-07-01T22:29:49.826Z Downloaded dirs-sys-next v0.1.2
5392026-07-01T22:29:49.828Z Downloaded diesel_table_macro_syntax v0.3.0
5402026-07-01T22:29:49.828Z Downloaded ciborium-io v0.2.2
5412026-07-01T22:29:49.828Z Downloaded compression-core v0.4.31
5422026-07-01T22:29:49.831Z Downloaded bitfield-struct v0.6.2
5432026-07-01T22:29:49.837Z Downloaded dof v0.4.0
5442026-07-01T22:29:49.837Z Downloaded document-features v0.2.12
5452026-07-01T22:29:49.840Z Downloaded enum-as-inner v0.6.1
5462026-07-01T22:29:49.840Z Downloaded dtrace-parser v0.3.0
5472026-07-01T22:29:49.840Z Downloaded dsl_auto_type v0.2.0
5482026-07-01T22:29:49.840Z Downloaded dropshot-api-manager-types v0.7.2
5492026-07-01T22:29:49.844Z Downloaded dyn-clone v1.0.20
5502026-07-01T22:29:49.845Z Downloaded dunce v1.0.5
5512026-07-01T22:29:49.845Z Downloaded backon v1.6.0
5522026-07-01T22:29:49.849Z Downloaded anstyle-parse v0.2.7
5532026-07-01T22:29:49.849Z Downloaded async-bb8-diesel v0.2.1
5542026-07-01T22:29:49.852Z Downloaded embedded-io v0.4.0
5552026-07-01T22:29:49.852Z Downloaded endian-type v0.1.2
5562026-07-01T22:29:49.856Z Downloaded env_filter v1.0.0
5572026-07-01T22:29:49.862Z Downloaded ed25519 v2.2.3
5582026-07-01T22:29:49.863Z Downloaded defmt-parser v1.0.0
5592026-07-01T22:29:49.865Z Downloaded fd-lock v4.0.4
5602026-07-01T22:29:49.868Z Downloaded float-ord v0.3.2
5612026-07-01T22:29:49.868Z Downloaded float-cmp v0.10.0
5622026-07-01T22:29:49.871Z Downloaded foreign-types-shared v0.1.1
5632026-07-01T22:29:49.874Z Downloaded funty v2.0.0
5642026-07-01T22:29:49.874Z Downloaded foreign-types v0.5.0
5652026-07-01T22:29:49.875Z Downloaded foreign-types-macros v0.2.3
5662026-07-01T22:29:49.875Z Downloaded blowfish v0.10.0
5672026-07-01T22:29:49.879Z Downloaded futures-core v0.3.32
5682026-07-01T22:29:49.879Z Downloaded futures-sink v0.3.32
5692026-07-01T22:29:49.879Z Downloaded futures-macro v0.3.32
5702026-07-01T22:29:49.879Z Downloaded daft-derive v0.1.7
5712026-07-01T22:29:49.883Z Downloaded ctr v0.10.1
5722026-07-01T22:29:49.883Z Downloaded chacha20 v0.9.1
5732026-07-01T22:29:49.886Z Downloaded bit-vec v0.8.0
5742026-07-01T22:29:49.886Z Downloaded data-encoding v2.10.0
5752026-07-01T22:29:49.886Z Downloaded daft v0.1.7
5762026-07-01T22:29:49.889Z Downloaded corncobs v0.1.4
5772026-07-01T22:29:49.890Z Downloaded foreign-types v0.3.2
5782026-07-01T22:29:49.890Z Downloaded defmt v1.0.1
5792026-07-01T22:29:49.893Z Downloaded foreign-types-shared v0.3.1
5802026-07-01T22:29:49.893Z Downloaded darling v0.13.4
5812026-07-01T22:29:49.893Z Downloaded crossbeam-deque v0.8.6
5822026-07-01T22:29:49.898Z Downloaded flagset v0.4.7
5832026-07-01T22:29:49.898Z Downloaded cmake v0.1.57
5842026-07-01T22:29:49.901Z Downloaded ctutils v0.4.2
5852026-07-01T22:29:49.902Z Downloaded constant_time_eq v0.4.2
5862026-07-01T22:29:49.902Z Downloaded ena v0.14.4
5872026-07-01T22:29:49.902Z Downloaded byte-wrapper v0.1.0
5882026-07-01T22:29:49.905Z Downloaded csv-core v0.1.13
5892026-07-01T22:29:49.905Z Downloaded cassowary v0.3.0
5902026-07-01T22:29:49.905Z Downloaded convert_case v0.10.0
5912026-07-01T22:29:49.909Z Downloaded cbc v0.2.1
5922026-07-01T22:29:49.909Z Downloaded bitfield v0.19.4
5932026-07-01T22:29:49.909Z Downloaded futures-io v0.3.32
5942026-07-01T22:29:49.909Z Downloaded compression-codecs v0.4.37
5952026-07-01T22:29:49.911Z Downloaded dirs-next v2.0.0
5962026-07-01T22:29:49.911Z Downloaded derive-ex v0.1.8
5972026-07-01T22:29:49.914Z Downloaded defmt-macros v1.0.1
5982026-07-01T22:29:49.914Z Downloaded derive_builder_core v0.20.2
5992026-07-01T22:29:49.917Z Downloaded cipher v0.4.4
6002026-07-01T22:29:49.917Z Downloaded bitflags v1.3.2
6012026-07-01T22:29:49.920Z Downloaded fxhash v0.2.1
6022026-07-01T22:29:49.920Z Downloaded form_urlencoded v1.2.2
6032026-07-01T22:29:49.920Z Downloaded downcast-rs v2.0.2
6042026-07-01T22:29:49.924Z Downloaded diesel-dtrace v0.5.0
6052026-07-01T22:29:49.924Z Downloaded fixedbitset v0.4.2
6062026-07-01T22:29:49.924Z Downloaded displaydoc v0.2.5
6072026-07-01T22:29:49.927Z Downloaded digest v0.11.3
6082026-07-01T22:29:49.927Z Downloaded const_format_proc_macros v0.2.34
6092026-07-01T22:29:49.930Z Downloaded enum_dispatch v0.3.13
6102026-07-01T22:29:49.930Z Downloaded embedded-io v0.6.1
6112026-07-01T22:29:49.933Z Downloaded ed25519 v3.0.0
6122026-07-01T22:29:49.933Z Downloaded cmov v0.5.4
6132026-07-01T22:29:49.935Z Downloaded env_logger v0.11.9
6142026-07-01T22:29:49.935Z Downloaded either v1.15.0
6152026-07-01T22:29:49.937Z Downloaded gethostname v0.5.0
6162026-07-01T22:29:49.937Z Downloaded fallible-iterator v0.2.0
6172026-07-01T22:29:49.940Z Downloaded git-stub v1.0.0
6182026-07-01T22:29:49.940Z Downloaded cookie v0.18.1
6192026-07-01T22:29:49.940Z Downloaded cpufeatures v0.3.0
6202026-07-01T22:29:49.943Z Downloaded base64 v0.22.1
6212026-07-01T22:29:49.945Z Downloaded delegate v0.13.5
6222026-07-01T22:29:49.945Z Downloaded foldhash v0.2.0
6232026-07-01T22:29:49.956Z Downloaded ghash v0.6.0
6242026-07-01T22:29:49.956Z Downloaded filetime v0.2.27
6252026-07-01T22:29:49.956Z Downloaded ff v0.13.1
6262026-07-01T22:29:49.956Z Downloaded clang-sys v1.8.1
6272026-07-01T22:29:49.956Z Downloaded chacha20 v0.10.0
6282026-07-01T22:29:49.959Z Downloaded globwalk v0.9.1
6292026-07-01T22:29:49.959Z Downloaded hash32 v0.2.1
6302026-07-01T22:29:49.959Z Downloaded cancel-safe-futures v0.1.5
6312026-07-01T22:29:49.959Z Downloaded foldhash v0.1.5
6322026-07-01T22:29:49.959Z Downloaded headers-core v0.3.0
6332026-07-01T22:29:49.959Z Downloaded hash32 v0.3.1
6342026-07-01T22:29:49.962Z Downloaded find-msvc-tools v0.1.9
6352026-07-01T22:29:49.962Z Downloaded cipher v0.5.2
6362026-07-01T22:29:49.964Z Downloaded cexpr v0.6.0
6372026-07-01T22:29:49.964Z Downloaded hex v0.4.3
6382026-07-01T22:29:49.967Z Downloaded fs-err v2.11.0
6392026-07-01T22:29:49.967Z Downloaded console v0.15.11
6402026-07-01T22:29:49.971Z Downloaded darling v0.23.0
6412026-07-01T22:29:49.974Z Downloaded darling v0.21.3
6422026-07-01T22:29:49.977Z Downloaded hex-literal v1.1.0
6432026-07-01T22:29:49.977Z Downloaded arc-swap v1.8.2
6442026-07-01T22:29:49.979Z Downloaded darling v0.20.11
6452026-07-01T22:29:49.982Z Downloaded crossbeam-utils v0.8.21
6462026-07-01T22:29:49.982Z Downloaded crossbeam-epoch v0.9.18
6472026-07-01T22:29:49.985Z Downloaded hostname v0.3.1
6482026-07-01T22:29:49.986Z Downloaded home v0.5.12
6492026-07-01T22:29:49.988Z Downloaded httpdate v1.0.3
6502026-07-01T22:29:49.988Z Downloaded buf-list v1.1.2
6512026-07-01T22:29:49.988Z Downloaded critical-section v1.2.0
6522026-07-01T22:29:49.991Z Downloaded des v0.9.0
6532026-07-01T22:29:49.991Z Downloaded diff v0.1.13
6542026-07-01T22:29:49.994Z Downloaded base64 v0.21.7
6552026-07-01T22:29:49.997Z Downloaded colored v3.1.1
6562026-07-01T22:29:49.997Z Downloaded crc32fast v1.5.0
6572026-07-01T22:29:50.000Z Downloaded ecdsa v0.16.9
6582026-07-01T22:29:50.000Z Downloaded erased-serde v0.3.31
6592026-07-01T22:29:50.004Z Downloaded ecdsa v0.17.0-rc.18
6602026-07-01T22:29:50.004Z Downloaded hubpack_derive v0.1.1
6612026-07-01T22:29:50.004Z Downloaded cookie_store v0.22.1
6622026-07-01T22:29:50.007Z Downloaded bzip2 v0.4.4
6632026-07-01T22:29:50.007Z Downloaded console v0.16.2
6642026-07-01T22:29:50.007Z Downloaded camino-tempfile-ext v0.3.3
6652026-07-01T22:29:50.010Z Downloaded ident_case v1.0.1
6662026-07-01T22:29:50.010Z Downloaded http-range v0.1.5
6672026-07-01T22:29:50.010Z Downloaded futures-task v0.3.32
6682026-07-01T22:29:50.014Z Downloaded blake2 v0.11.0-rc.6
6692026-07-01T22:29:50.014Z Downloaded illumos-nvpair-sys v0.2.0
6702026-07-01T22:29:50.014Z Downloaded indent_write v2.2.0
6712026-07-01T22:29:50.020Z Downloaded hostname v0.4.2
6722026-07-01T22:29:50.020Z Downloaded group v0.14.0
6732026-07-01T22:29:50.021Z Downloaded glob v0.3.3
6742026-07-01T22:29:50.021Z Downloaded git-stub-vcs v0.1.0
6752026-07-01T22:29:50.025Z Downloaded idna_adapter v1.2.1
6762026-07-01T22:29:50.025Z Downloaded http-body v1.0.1
6772026-07-01T22:29:50.025Z Downloaded hubpack v0.1.2
6782026-07-01T22:29:50.025Z Downloaded bzip2 v0.6.1
6792026-07-01T22:29:50.026Z Downloaded blake2 v0.10.6
6802026-07-01T22:29:50.026Z Downloaded ciborium v0.2.2
6812026-07-01T22:29:50.029Z Downloaded ff v0.14.0
6822026-07-01T22:29:50.029Z Downloaded fixedbitset v0.5.7
6832026-07-01T22:29:50.036Z Downloaded futures-channel v0.3.32
6842026-07-01T22:29:50.036Z Downloaded illumos-nvpair v0.3.0
6852026-07-01T22:29:50.036Z Downloaded fs_extra v1.3.0
6862026-07-01T22:29:50.039Z Downloaded colored v2.2.0
6872026-07-01T22:29:50.039Z Downloaded group v0.13.0
6882026-07-01T22:29:50.039Z Downloaded futures-executor v0.3.32
6892026-07-01T22:29:50.039Z Downloaded globset v0.4.18
6902026-07-01T22:29:50.039Z Downloaded const-oid v0.10.2
6912026-07-01T22:29:50.039Z Downloaded deranged v0.5.8
6922026-07-01T22:29:50.042Z Downloaded der_derive v0.7.3
6932026-07-01T22:29:50.047Z Downloaded ar_archive_writer v0.5.1
6942026-07-01T22:29:50.050Z Downloaded const-oid v0.9.6
6952026-07-01T22:29:50.053Z Downloaded is-terminal v0.4.17
6962026-07-01T22:29:50.053Z Downloaded inout v0.1.4
6972026-07-01T22:29:50.053Z Downloaded indoc v1.0.9
6982026-07-01T22:29:50.055Z Downloaded kem v0.3.0
6992026-07-01T22:29:50.055Z Downloaded internet-checksum v0.2.1
7002026-07-01T22:29:50.058Z Downloaded instant v0.1.13
7012026-07-01T22:29:50.058Z Downloaded instability v0.3.11
7022026-07-01T22:29:50.058Z Downloaded kstat-rs v0.2.4
7032026-07-01T22:29:50.061Z Downloaded inout v0.2.2
7042026-07-01T22:29:50.061Z Downloaded lazy_static v1.5.0
7052026-07-01T22:29:50.063Z Downloaded getrandom v0.2.17
7062026-07-01T22:29:50.066Z Downloaded async-compression v0.4.41
7072026-07-01T22:29:50.068Z Downloaded allocator-api2 v0.2.21
7082026-07-01T22:29:50.071Z Downloaded half v1.8.3
7092026-07-01T22:29:50.073Z Downloaded hyper-tls v0.6.0
7102026-07-01T22:29:50.073Z Downloaded hyper-staticfile v0.10.1
7112026-07-01T22:29:50.075Z Downloaded derive_more v0.99.20
7122026-07-01T22:29:50.078Z Downloaded derive_builder v0.20.2
7132026-07-01T22:29:50.080Z Downloaded libscf-sys v1.1.0
7142026-07-01T22:29:50.080Z Downloaded drift v0.2.0
7152026-07-01T22:29:50.086Z Downloaded impl-trait-for-tuples v0.2.3
7162026-07-01T22:29:50.088Z Downloaded is_ci v1.2.0
7172026-07-01T22:29:50.088Z Downloaded elliptic-curve v0.14.0-rc.33
7182026-07-01T22:29:50.091Z Downloaded elliptic-curve v0.13.8
7192026-07-01T22:29:50.094Z Downloaded dropshot_endpoint v0.17.1
7202026-07-01T22:29:50.096Z Downloaded derive-where v1.6.0
7212026-07-01T22:29:50.099Z Downloaded http-body-util v0.1.3
7222026-07-01T22:29:50.099Z Downloaded futures v0.3.32
7232026-07-01T22:29:50.102Z Downloaded match_cfg v0.1.0
7242026-07-01T22:29:50.104Z Downloaded maplit v1.0.2
7252026-07-01T22:29:50.104Z Downloaded keccak v0.1.6
7262026-07-01T22:29:50.104Z Downloaded lru-slab v0.1.2
7272026-07-01T22:29:50.104Z Downloaded maybe-uninit v2.0.0
7282026-07-01T22:29:50.107Z Downloaded mime v0.3.17
7292026-07-01T22:29:50.107Z Downloaded managed v0.8.0
7302026-07-01T22:29:50.110Z Downloaded lru-cache v0.1.2
7312026-07-01T22:29:50.110Z Downloaded lru v0.12.5
7322026-07-01T22:29:50.110Z Downloaded memoffset v0.9.1
7332026-07-01T22:29:50.110Z Downloaded md5 v0.8.0
7342026-07-01T22:29:50.113Z Downloaded lzss v0.8.2
7352026-07-01T22:29:50.113Z Downloaded ingot-types v0.1.2
7362026-07-01T22:29:50.113Z Downloaded indoc v2.0.7
7372026-07-01T22:29:50.116Z Downloaded darling_core v0.13.4
7382026-07-01T22:29:50.119Z Downloaded linked-hash-map v0.5.6
7392026-07-01T22:29:50.124Z Downloaded generic-array v1.4.3
7402026-07-01T22:29:50.127Z Downloaded httparse v1.10.1
7412026-07-01T22:29:50.129Z Downloaded newtype-uuid-macros v0.1.0
7422026-07-01T22:29:50.129Z Downloaded newline-converter v0.3.0
7432026-07-01T22:29:50.129Z Downloaded new_debug_unreachable v1.0.6
7442026-07-01T22:29:50.129Z Downloaded nodrop v0.1.14
7452026-07-01T22:29:50.133Z Downloaded jobserver v0.1.34
7462026-07-01T22:29:50.133Z Downloaded humantime v2.3.0
7472026-07-01T22:29:50.136Z Downloaded nibble_vec v0.1.0
7482026-07-01T22:29:50.136Z Downloaded multimap v0.10.1
7492026-07-01T22:29:50.139Z Downloaded getrandom v0.3.4
7502026-07-01T22:29:50.139Z Downloaded fatfs v0.3.6
7512026-07-01T22:29:50.144Z Downloaded lalrpop-util v0.19.12
7522026-07-01T22:29:50.146Z Downloaded num v0.4.3
7532026-07-01T22:29:50.146Z Downloaded newtype_derive v0.1.6
7542026-07-01T22:29:50.149Z Downloaded num-derive v0.4.2
7552026-07-01T22:29:50.149Z Downloaded keccak v0.2.0
7562026-07-01T22:29:50.153Z Downloaded num-iter v0.1.45
7572026-07-01T22:29:50.156Z Downloaded darling_core v0.21.3
7582026-07-01T22:29:50.159Z Downloaded linear-map v1.2.0
7592026-07-01T22:29:50.159Z Downloaded libsw v3.5.0
7602026-07-01T22:29:50.163Z Downloaded darling_core v0.20.11
7612026-07-01T22:29:50.163Z Downloaded bumpalo v3.20.2
7622026-07-01T22:29:50.166Z Downloaded aho-corasick v1.1.4
7632026-07-01T22:29:50.169Z Downloaded flume v0.11.1
7642026-07-01T22:29:50.172Z Downloaded crc-any v2.5.0
7652026-07-01T22:29:50.174Z Downloaded libsw-core v0.3.2
7662026-07-01T22:29:50.186Z Downloaded olpc-cjson v0.1.4
7672026-07-01T22:29:50.189Z Downloaded openssl-probe v0.1.6
7682026-07-01T22:29:50.189Z Downloaded nonempty v0.12.0
7692026-07-01T22:29:50.189Z Downloaded opaque-debug v0.3.1
7702026-07-01T22:29:50.192Z Downloaded openssl-macros v0.1.1
7712026-07-01T22:29:50.192Z Downloaded num-derive v0.3.3
7722026-07-01T22:29:50.192Z Downloaded ipnetwork v0.21.1
7732026-07-01T22:29:50.192Z Downloaded num_enum_derive v0.5.11
7742026-07-01T22:29:50.195Z Downloaded module-lattice v0.2.3
7752026-07-01T22:29:50.195Z Downloaded num_threads v0.1.7
7762026-07-01T22:29:50.200Z Downloaded hmac v0.13.0
7772026-07-01T22:29:50.200Z Downloaded hmac v0.12.1
7782026-07-01T22:29:50.200Z Downloaded oso-derive v0.27.3
7792026-07-01T22:29:50.203Z Downloaded multer v3.1.0
7802026-07-01T22:29:50.203Z Downloaded blake3 v1.8.5
7812026-07-01T22:29:50.207Z Downloaded md-5 v0.10.6
7822026-07-01T22:29:50.207Z Downloaded lock_api v0.4.14
7832026-07-01T22:29:50.207Z Downloaded libefi-sys v0.1.0
7842026-07-01T22:29:50.210Z Downloaded openssl-probe v0.2.1
7852026-07-01T22:29:50.210Z Downloaded chacha20poly1305 v0.10.1
7862026-07-01T22:29:50.213Z Downloaded darling_core v0.23.0
7872026-07-01T22:29:50.213Z Downloaded hyper-rustls v0.27.7
7882026-07-01T22:29:50.216Z Downloaded bytes v1.11.1
7892026-07-01T22:29:50.218Z Downloaded icu_properties v2.1.2
7902026-07-01T22:29:50.221Z Downloaded half v2.7.1
7912026-07-01T22:29:50.221Z Downloaded num-complex v0.4.6
7922026-07-01T22:29:50.224Z Downloaded iana-time-zone v0.1.65
7932026-07-01T22:29:50.224Z Downloaded num-conv v0.2.0
7942026-07-01T22:29:50.227Z Downloaded normalize-line-endings v0.3.0
7952026-07-01T22:29:50.227Z Downloaded parse-display v0.10.0
7962026-07-01T22:29:50.227Z Downloaded hybrid-array v0.4.13
7972026-07-01T22:29:50.231Z Downloaded path-slash v0.1.5
7982026-07-01T22:29:50.231Z Downloaded packed_struct_codegen v0.10.1
7992026-07-01T22:29:50.231Z Downloaded ipnet v2.11.0
8002026-07-01T22:29:50.231Z Downloaded ingot-macros v0.1.1
8012026-07-01T22:29:50.236Z Downloaded highway v1.3.0
8022026-07-01T22:29:50.236Z Downloaded num_enum v0.5.11
8032026-07-01T22:29:50.236Z Downloaded litrs v1.0.0
8042026-07-01T22:29:50.239Z Downloaded compact_str v0.8.1
8052026-07-01T22:29:50.239Z Downloaded litemap v0.8.1
8062026-07-01T22:29:50.241Z Downloaded ingot v0.1.1
8072026-07-01T22:29:50.244Z Downloaded heapless v0.8.0
8082026-07-01T22:29:50.244Z Downloaded percent-encoding v2.3.2
8092026-07-01T22:29:50.247Z Downloaded parse-size v1.1.0
8102026-07-01T22:29:50.247Z Downloaded num-integer v0.1.46
8112026-07-01T22:29:50.247Z Downloaded cc v1.2.56
8122026-07-01T22:29:50.250Z Downloaded libloading v0.8.9
8132026-07-01T22:29:50.252Z Downloaded const_format v0.2.35
8142026-07-01T22:29:50.255Z Downloaded native-tls v0.2.18
8152026-07-01T22:29:50.257Z Downloaded crossbeam-channel v0.5.15
8162026-07-01T22:29:50.260Z Downloaded mime_guess v2.0.5
8172026-07-01T22:29:50.262Z Downloaded flate2 v1.1.9
8182026-07-01T22:29:50.267Z Downloaded derive_more v2.1.1
8192026-07-01T22:29:50.270Z Downloaded phf_shared v0.13.1
8202026-07-01T22:29:50.273Z Downloaded phf_shared v0.11.3
8212026-07-01T22:29:50.273Z Downloaded phf_shared v0.12.1
8222026-07-01T22:29:50.273Z Downloaded newtype-uuid v1.3.2
8232026-07-01T22:29:50.278Z Downloaded nanorand v0.7.0
8242026-07-01T22:29:50.278Z Downloaded ed25519-dalek v2.2.0
8252026-07-01T22:29:50.282Z Downloaded oxide-tokio-rt v0.1.4
8262026-07-01T22:29:50.288Z Downloaded aes v0.9.1
8272026-07-01T22:29:50.292Z Downloaded icu_normalizer_data v2.1.1
8282026-07-01T22:29:50.294Z Downloaded num-rational v0.4.2
8292026-07-01T22:29:50.294Z Downloaded num_enum v0.7.6
8302026-07-01T22:29:50.297Z Downloaded icu_normalizer v2.1.1
8312026-07-01T22:29:50.300Z Downloaded peg-runtime v0.8.5
8322026-07-01T22:29:50.300Z Downloaded num_enum_derive v0.7.6
8332026-07-01T22:29:50.303Z Downloaded peg-macros v0.8.5
8342026-07-01T22:29:50.303Z Downloaded pbkdf2 v0.13.0
8352026-07-01T22:29:50.306Z Downloaded parking_lot_core v0.8.6
8362026-07-01T22:29:50.306Z Downloaded icu_locale_core v2.1.1
8372026-07-01T22:29:50.309Z Downloaded precomputed-hash v0.1.1
8382026-07-01T22:29:50.309Z Downloaded heapless v0.7.17
8392026-07-01T22:29:50.312Z Downloaded expectorate v1.2.0
8402026-07-01T22:29:50.315Z Downloaded predicates-tree v1.0.13
8412026-07-01T22:29:50.317Z Downloaded powerfmt v0.2.0
8422026-07-01T22:29:50.317Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-07-01T22:29:50.323Z Downloaded indexmap v1.9.3
8442026-07-01T22:29:50.326Z Downloaded pem-rfc7468 v1.0.0
8452026-07-01T22:29:50.326Z Downloaded pem-rfc7468 v0.7.0
8462026-07-01T22:29:50.329Z Downloaded pem v3.0.6
8472026-07-01T22:29:50.329Z Downloaded ignore v0.4.25
8482026-07-01T22:29:50.333Z Downloaded icu_provider v2.1.1
8492026-07-01T22:29:50.333Z Downloaded phc v0.6.1
8502026-07-01T22:29:50.337Z Downloaded potential_utf v0.1.4
8512026-07-01T22:29:50.337Z Downloaded psl-types v2.0.11
8522026-07-01T22:29:50.340Z Downloaded predicates-core v1.0.10
8532026-07-01T22:29:50.344Z Downloaded proc-macro-crate v3.4.0
8542026-07-01T22:29:50.347Z Downloaded proc-macro-crate v1.3.1
8552026-07-01T22:29:50.350Z Downloaded progenitor-client v0.14.0
8562026-07-01T22:29:50.354Z Downloaded pin-project-internal v1.1.11
8572026-07-01T22:29:50.354Z Downloaded pin-project-lite v0.2.17
8582026-07-01T22:29:50.356Z Downloaded poly1305 v0.8.0
8592026-07-01T22:29:50.359Z Downloaded parse-display-derive v0.10.0
8602026-07-01T22:29:50.359Z Downloaded peg v0.8.5
8612026-07-01T22:29:50.362Z Downloaded radium v0.7.0
8622026-07-01T22:29:50.362Z Downloaded ml-kem v0.3.2
8632026-07-01T22:29:50.365Z Downloaded crypto-bigint v0.5.5
8642026-07-01T22:29:50.368Z Downloaded headers v0.4.1
8652026-07-01T22:29:50.370Z Downloaded derive_more-impl v2.1.1
8662026-07-01T22:29:50.373Z Downloaded ed25519-dalek v3.0.0-rc.0
8672026-07-01T22:29:50.383Z Downloaded diesel_derives v2.3.7
8682026-07-01T22:29:50.386Z Downloaded password-hash v0.5.0
8692026-07-01T22:29:50.386Z Downloaded parking_lot_core v0.9.12
8702026-07-01T22:29:50.386Z Downloaded progenitor-macro v0.14.0
8712026-07-01T22:29:50.386Z Downloaded predicates v3.1.4
8722026-07-01T22:29:50.386Z Downloaded packed_struct v0.10.1
8732026-07-01T22:29:50.390Z Downloaded oxnet v0.1.6
8742026-07-01T22:29:50.391Z Downloaded nu-ansi-term v0.50.3
8752026-07-01T22:29:50.395Z Downloaded paste v1.0.15
8762026-07-01T22:29:50.395Z Downloaded password-hash v0.6.1
8772026-07-01T22:29:50.395Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-07-01T22:29:50.398Z Downloaded rand_xorshift v0.4.0
8792026-07-01T22:29:50.398Z Downloaded proc-macro-error2 v2.0.1
8802026-07-01T22:29:50.401Z Downloaded primeorder v0.13.6
8812026-07-01T22:29:50.401Z Downloaded memmap2 v0.9.10
8822026-07-01T22:29:50.401Z Downloaded libbz2-rs-sys v0.2.2
8832026-07-01T22:29:50.404Z Downloaded primefield v0.14.0
8842026-07-01T22:29:50.404Z Downloaded omicron-zone-package v0.12.3
8852026-07-01T22:29:50.407Z Downloaded ref-cast-impl v1.0.25
8862026-07-01T22:29:50.407Z Downloaded ref-cast v1.0.25
8872026-07-01T22:29:50.411Z Downloaded rfc6979 v0.5.0
8882026-07-01T22:29:50.414Z Downloaded rfc6979 v0.4.0
8892026-07-01T22:29:50.414Z Downloaded recursive v0.1.1
8902026-07-01T22:29:50.414Z Downloaded der v0.7.10
8912026-07-01T22:29:50.417Z Downloaded pkcs8 v0.10.2
8922026-07-01T22:29:50.420Z Downloaded phf v0.13.1
8932026-07-01T22:29:50.420Z Downloaded hickory-resolver v0.25.2
8942026-07-01T22:29:50.425Z Downloaded phf v0.12.1
8952026-07-01T22:29:50.430Z Downloaded indicatif v0.18.4
8962026-07-01T22:29:50.432Z Downloaded pkcs1 v0.8.0-rc.4
8972026-07-01T22:29:50.435Z Downloaded quick-error v1.2.3
8982026-07-01T22:29:50.435Z Downloaded rand_chacha v0.3.1
8992026-07-01T22:29:50.435Z Downloaded pkg-config v0.3.32
9002026-07-01T22:29:50.438Z Downloaded owo-colors v4.3.0
9012026-07-01T22:29:50.444Z Downloaded progenitor-macro v0.13.0
9022026-07-01T22:29:50.453Z Downloaded progenitor-client v0.13.0
9032026-07-01T22:29:50.453Z Downloaded jiff-static v0.2.21
9042026-07-01T22:29:50.453Z Downloaded progenitor v0.14.0
9052026-07-01T22:29:50.453Z Downloaded progenitor v0.13.0
9062026-07-01T22:29:50.460Z Downloaded primeorder v0.14.0-rc.10
9072026-07-01T22:29:50.467Z Downloaded rustc_version v0.4.1
9082026-07-01T22:29:50.467Z Downloaded rustc-hash v2.1.1
9092026-07-01T22:29:50.467Z Downloaded poly1305 v0.9.0
9102026-07-01T22:29:50.467Z Downloaded russh-cryptovec v0.61.0
9112026-07-01T22:29:50.467Z Downloaded ppv-lite86 v0.2.21
9122026-07-01T22:29:50.473Z Downloaded papergrid v0.17.0
9132026-07-01T22:29:50.474Z Downloaded psm v0.1.30
9142026-07-01T22:29:50.494Z Downloaded polyval v0.7.1
9152026-07-01T22:29:50.494Z Downloaded progenitor-extras v0.2.0
9162026-07-01T22:29:50.494Z Downloaded rtoolbox v0.0.3
9172026-07-01T22:29:50.494Z Downloaded russh-util v0.52.0
9182026-07-01T22:29:50.502Z Downloaded rustc_version v0.1.7
9192026-07-01T22:29:50.502Z Downloaded r2d2 v0.8.10
9202026-07-01T22:29:50.502Z Downloaded rand_seeder v0.4.0
9212026-07-01T22:29:50.502Z Downloaded rand_core v0.6.4
9222026-07-01T22:29:50.502Z Downloaded rand_chacha v0.9.0
9232026-07-01T22:29:50.503Z Downloaded pkcs1 v0.7.5
9242026-07-01T22:29:50.503Z Downloaded oso v0.27.3
9252026-07-01T22:29:50.503Z Downloaded num-traits v0.2.19
9262026-07-01T22:29:50.503Z Downloaded icu_collections v2.1.1
9272026-07-01T22:29:50.503Z Downloaded resolv-conf v0.7.6
9282026-07-01T22:29:50.509Z Downloaded same-file v1.0.6
9292026-07-01T22:29:50.509Z Downloaded scheduled-thread-pool v0.2.7
9302026-07-01T22:29:50.509Z Downloaded pkcs8 v0.11.0
9312026-07-01T22:29:50.509Z Downloaded der v0.8.0
9322026-07-01T22:29:50.517Z Downloaded pkcs5 v0.8.1
9332026-07-01T22:29:50.517Z Downloaded quinn-udp v0.5.14
9342026-07-01T22:29:50.523Z Downloaded miniz_oxide v0.8.9
9352026-07-01T22:29:50.523Z Downloaded hickory-resolver v0.24.4
9362026-07-01T22:29:50.523Z Downloaded pin-project v1.1.11
9372026-07-01T22:29:50.531Z Downloaded postgres-protocol v0.6.10
9382026-07-01T22:29:50.531Z Downloaded postcard v1.1.3
9392026-07-01T22:29:50.538Z Downloaded sapling-renderdag v0.1.0
9402026-07-01T22:29:50.538Z Downloaded semver v0.1.20
9412026-07-01T22:29:50.545Z Downloaded scroll_derive v0.13.1
9422026-07-01T22:29:50.545Z Downloaded seq-macro v0.3.6
9432026-07-01T22:29:50.545Z Downloaded secrecy v0.10.3
9442026-07-01T22:29:50.545Z Downloaded secrecy v0.8.0
9452026-07-01T22:29:50.545Z Downloaded parking_lot v0.11.2
9462026-07-01T22:29:50.546Z Downloaded hashbrown v0.12.3
9472026-07-01T22:29:50.551Z Downloaded serde_bytes v0.11.19
9482026-07-01T22:29:50.551Z Downloaded aes-gcm v0.11.0
9492026-07-01T22:29:50.552Z Downloaded rand_core v0.9.5
9502026-07-01T22:29:50.555Z Downloaded serde-big-array v0.5.1
9512026-07-01T22:29:50.555Z Downloaded parking_lot v0.12.5
9522026-07-01T22:29:50.555Z Downloaded serde_urlencoded v0.7.1
9532026-07-01T22:29:50.557Z Downloaded sha1 v0.11.0
9542026-07-01T22:29:50.557Z Downloaded serde_repr v0.1.20
9552026-07-01T22:29:50.560Z Downloaded serde_plain v1.0.2
9562026-07-01T22:29:50.563Z Downloaded mio v1.2.0
9572026-07-01T22:29:50.566Z Downloaded sha1 v0.10.6
9582026-07-01T22:29:50.566Z Downloaded serde_spanned v1.1.1
9592026-07-01T22:29:50.569Z Downloaded internal-russh-num-bigint v0.5.0
9602026-07-01T22:29:50.578Z Downloaded signature v2.2.0
9612026-07-01T22:29:50.584Z Downloaded rustls-pemfile v2.2.0
9622026-07-01T22:29:50.584Z Downloaded sigpipe v0.1.3
9632026-07-01T22:29:50.587Z Downloaded schemars_derive v0.8.22
9642026-07-01T22:29:50.587Z Downloaded signal-hook-mio v0.2.5
9652026-07-01T22:29:50.587Z Downloaded rusty-fork v0.3.1
9662026-07-01T22:29:50.587Z Downloaded scopeguard v1.2.0
9672026-07-01T22:29:50.587Z Downloaded rustls-native-certs v0.8.3
9682026-07-01T22:29:50.589Z Downloaded progenitor-impl v0.14.0
9692026-07-01T22:29:50.589Z Downloaded shell-words v1.1.1
9702026-07-01T22:29:50.592Z Downloaded signal-hook-tokio v0.3.1
9712026-07-01T22:29:50.597Z Downloaded slog-bunyan v2.5.0
9722026-07-01T22:29:50.600Z Downloaded hickory-server v0.25.2
9732026-07-01T22:29:50.604Z Downloaded signature v3.0.0
9742026-07-01T22:29:50.607Z Downloaded hashbrown v0.13.2
9752026-07-01T22:29:50.609Z Downloaded siphasher v1.0.2
9762026-07-01T22:29:50.612Z Downloaded prefix-trie v0.7.0
9772026-07-01T22:29:50.615Z Downloaded sec1 v0.8.1
9782026-07-01T22:29:50.618Z Downloaded progenitor-impl v0.13.0
9792026-07-01T22:29:50.621Z Downloaded postgres-types v0.2.12
9802026-07-01T22:29:50.621Z Downloaded p384 v0.14.0-rc.10
9812026-07-01T22:29:50.623Z Downloaded sec1 v0.7.3
9822026-07-01T22:29:50.623Z Downloaded serde-hex v0.1.0
9832026-07-01T22:29:50.626Z Downloaded scrypt v0.12.0
9842026-07-01T22:29:50.626Z Downloaded rand_core v0.10.0
9852026-07-01T22:29:50.631Z Downloaded crossterm v0.28.1
9862026-07-01T22:29:50.635Z Downloaded salsa20 v0.11.0
9872026-07-01T22:29:50.642Z Downloaded rustls-pki-types v1.14.0
9882026-07-01T22:29:50.645Z Downloaded pretty_assertions v1.4.1
9892026-07-01T22:29:50.655Z Downloaded serdect v0.4.3
9902026-07-01T22:29:50.659Z Downloaded ron v0.8.1
9912026-07-01T22:29:50.659Z Downloaded serde_with_macros v1.5.2
9922026-07-01T22:29:50.664Z Downloaded stable_deref_trait v1.2.1
9932026-07-01T22:29:50.667Z Downloaded sqlparser_derive v0.5.0
9942026-07-01T22:29:50.667Z Downloaded http v1.4.2
9952026-07-01T22:29:50.671Z Downloaded signal-hook-registry v1.4.8
9962026-07-01T22:29:50.673Z Downloaded shlex v1.3.0
9972026-07-01T22:29:50.677Z Downloaded rcgen v0.12.1
9982026-07-01T22:29:50.685Z Downloaded rustversion v1.0.22
9992026-07-01T22:29:50.688Z Downloaded slab v0.4.12
10002026-07-01T22:29:50.692Z Downloaded simd-adler32 v0.3.8
10012026-07-01T22:29:50.692Z Downloaded strip-ansi-escapes v0.2.1
10022026-07-01T22:29:50.692Z Downloaded strum v0.26.3
10032026-07-01T22:29:50.695Z Downloaded structmeta v0.3.0
10042026-07-01T22:29:50.695Z Downloaded strum v0.27.2
10052026-07-01T22:29:50.695Z Downloaded openssl-sys v0.9.115
10062026-07-01T22:29:50.698Z Downloaded nom v7.1.3
10072026-07-01T22:29:50.700Z Downloaded strsim v0.10.0
10082026-07-01T22:29:50.703Z Downloaded p256 v0.14.0-rc.10
10092026-07-01T22:29:50.706Z Downloaded prettyplease v0.2.37
10102026-07-01T22:29:50.708Z Downloaded minimal-lexical v0.2.1
10112026-07-01T22:29:50.711Z Downloaded subtle v2.6.1
10122026-07-01T22:29:50.711Z Downloaded scroll v0.13.0
10132026-07-01T22:29:50.714Z Downloaded sync_wrapper v1.0.2
10142026-07-01T22:29:50.714Z Downloaded supports-color v3.0.2
10152026-07-01T22:29:50.717Z Downloaded slog-term v2.9.2
10162026-07-01T22:29:50.717Z Downloaded slog-json v2.6.1
10172026-07-01T22:29:50.720Z Downloaded smallvec v0.6.14
10182026-07-01T22:29:50.720Z Downloaded serde_path_to_error v0.1.20
10192026-07-01T22:29:50.720Z Downloaded tagptr v0.2.0
10202026-07-01T22:29:50.723Z Downloaded rayon-core v1.13.0
10212026-07-01T22:29:50.725Z Downloaded slog-stdlog v4.1.1
10222026-07-01T22:29:50.725Z Downloaded slog-scope v4.4.1
10232026-07-01T22:29:50.729Z Downloaded crossterm v0.29.0
10242026-07-01T22:29:50.732Z Downloaded testing_table v0.3.0
10252026-07-01T22:29:50.732Z Downloaded tabwriter v1.4.1
10262026-07-01T22:29:50.736Z Downloaded tap v1.0.1
10272026-07-01T22:29:50.736Z Downloaded take_mut v0.2.2
10282026-07-01T22:29:50.736Z Downloaded tabled_derive v0.11.0
10292026-07-01T22:29:50.736Z Downloaded smf v0.2.3
10302026-07-01T22:29:50.739Z Downloaded sync-ptr v0.1.4
10312026-07-01T22:29:50.739Z Downloaded snafu-derive v0.8.9
10322026-07-01T22:29:50.739Z Downloaded slog-dtrace v0.3.0
10332026-07-01T22:29:50.742Z Downloaded rustls-platform-verifier v0.6.2
10342026-07-01T22:29:50.742Z Downloaded serde_derive_internals v0.29.1
10352026-07-01T22:29:50.745Z Downloaded slog-envlogger v2.2.0
10362026-07-01T22:29:50.746Z Downloaded serde_cbor v0.11.2
10372026-07-01T22:29:50.749Z Downloaded structmeta-derive v0.3.0
10382026-07-01T22:29:50.749Z Downloaded ssh-encoding v0.3.0-rc.9
10392026-07-01T22:29:50.752Z Downloaded string_cache v0.8.9
10402026-07-01T22:29:50.752Z Downloaded thread-id v5.1.0
10412026-07-01T22:29:50.752Z Downloaded termtree v0.5.1
10422026-07-01T22:29:50.755Z Downloaded static_assertions v1.1.0
10432026-07-01T22:29:50.755Z Downloaded ssh-cipher v0.3.0-rc.9
10442026-07-01T22:29:50.755Z Downloaded publicsuffix v2.3.0
10452026-07-01T22:29:50.758Z Downloaded thiserror-impl-no-std v2.0.2
10462026-07-01T22:29:50.758Z Downloaded stacker v0.1.23
10472026-07-01T22:29:50.761Z Downloaded spki v0.8.0
10482026-07-01T22:29:50.761Z Downloaded itertools v0.12.1
10492026-07-01T22:29:50.765Z Downloaded ryu v1.0.23
10502026-07-01T22:29:50.768Z Downloaded rand v0.8.6
10512026-07-01T22:29:50.772Z Downloaded sha2 v0.11.0
10522026-07-01T22:29:50.775Z Downloaded quinn v0.11.9
10532026-07-01T22:29:50.775Z Downloaded slog-async v2.8.0
10542026-07-01T22:29:50.778Z Downloaded hashbrown v0.15.5
10552026-07-01T22:29:50.780Z Downloaded icu_properties_data v2.1.2
10562026-07-01T22:29:50.785Z Downloaded strum_macros v0.27.2
10572026-07-01T22:29:50.787Z Downloaded tinyvec_macros v0.1.1
10582026-07-01T22:29:50.788Z Downloaded p521 v0.14.0-rc.10
10592026-07-01T22:29:50.790Z Downloaded strum_macros v0.26.4
10602026-07-01T22:29:50.793Z Downloaded synstructure v0.13.2
10612026-07-01T22:29:50.793Z Downloaded strum_macros v0.24.3
10622026-07-01T22:29:50.796Z Downloaded idna v1.1.0
10632026-07-01T22:29:50.799Z Downloaded libxml v0.3.3
10642026-07-01T22:29:50.801Z Downloaded support-bundle-viewer v0.1.2
10652026-07-01T22:29:50.801Z Downloaded hashbrown v0.16.1
10662026-07-01T22:29:50.804Z Downloaded smallvec v1.15.1
10672026-07-01T22:29:50.807Z Downloaded dropshot-api-manager v0.7.2
10682026-07-01T22:29:50.813Z Downloaded itertools v0.10.5
10692026-07-01T22:29:50.817Z Downloaded num-bigint-dig v0.8.6
10702026-07-01T22:29:50.817Z Downloaded futures-util v0.3.32
10712026-07-01T22:29:50.822Z Downloaded signal-hook v0.3.18
10722026-07-01T22:29:50.826Z Downloaded serde_with_macros v3.17.0
10732026-07-01T22:29:50.833Z Downloaded trait-variant v0.1.2
10742026-07-01T22:29:50.833Z Downloaded topological-sort v0.2.2
10752026-07-01T22:29:50.833Z Downloaded termios v0.3.3
10762026-07-01T22:29:50.833Z Downloaded spin v0.9.8
10772026-07-01T22:29:50.833Z Downloaded qorb v0.4.1
10782026-07-01T22:29:50.836Z Downloaded thiserror-no-std v2.0.2
10792026-07-01T22:29:50.836Z Downloaded aws-lc-rs v1.16.3
10802026-07-01T22:29:50.844Z Downloaded schemars v0.8.22
10812026-07-01T22:29:50.849Z Downloaded try-lock v0.2.5
10822026-07-01T22:29:50.852Z Downloaded tinystr v0.8.2
10832026-07-01T22:29:50.852Z Downloaded time-macros v0.2.27
10842026-07-01T22:29:50.856Z Downloaded tower-service v0.3.3
10852026-07-01T22:29:50.857Z Downloaded tower-layer v0.3.3
10862026-07-01T22:29:50.860Z Downloaded time-core v0.1.8
10872026-07-01T22:29:50.860Z Downloaded stringprep v0.1.5
10882026-07-01T22:29:50.860Z Downloaded similar v2.7.0
10892026-07-01T22:29:50.862Z Downloaded rand v0.9.2
10902026-07-01T22:29:50.865Z Downloaded typify-macro v0.6.2
10912026-07-01T22:29:50.865Z Downloaded tokio-macros v2.7.0
10922026-07-01T22:29:50.865Z Downloaded unicode-truncate v1.1.0
10932026-07-01T22:29:50.868Z Downloaded num-bigint v0.4.6
10942026-07-01T22:29:50.871Z Downloaded rustls-webpki v0.103.9
10952026-07-01T22:29:50.875Z Downloaded hyper-util v0.1.20
10962026-07-01T22:29:50.878Z Downloaded schemars v0.9.0
10972026-07-01T22:29:50.886Z Downloaded utf8_iter v1.0.4
10982026-07-01T22:29:50.889Z Downloaded crypto-primes v0.7.2
10992026-07-01T22:29:50.889Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-01T22:29:50.889Z Downloaded term v1.2.1
11012026-07-01T22:29:50.893Z Downloaded usdt-macro v0.6.0
11022026-07-01T22:29:50.894Z Downloaded untrusted v0.9.0
11032026-07-01T22:29:50.894Z Downloaded untrusted v0.7.1
11042026-07-01T22:29:50.894Z Downloaded universal-hash v0.6.1
11052026-07-01T22:29:50.897Z Downloaded tokio-native-tls v0.3.1
11062026-07-01T22:29:50.898Z Downloaded tokio-test v0.4.5
11072026-07-01T22:29:50.898Z Downloaded tokio-dtrace v0.1.1
11082026-07-01T22:29:50.898Z Downloaded universal-hash v0.5.1
11092026-07-01T22:29:50.903Z Downloaded unit-prefix v0.5.2
11102026-07-01T22:29:50.903Z Downloaded tls_codec_derive v0.4.2
11112026-07-01T22:29:50.903Z Downloaded utf-8 v0.7.6
11122026-07-01T22:29:50.903Z Downloaded void v1.0.2
11132026-07-01T22:29:50.912Z Downloaded usdt v0.6.0
11142026-07-01T22:29:50.912Z Downloaded usdt-attr-macro v0.6.0
11152026-07-01T22:29:50.912Z Downloaded tls_codec v0.4.2
11162026-07-01T22:29:50.912Z Downloaded rsa v0.9.10
11172026-07-01T22:29:50.915Z Downloaded waitgroup v0.1.2
11182026-07-01T22:29:50.915Z Downloaded tui-tree-widget v0.23.1
11192026-07-01T22:29:50.915Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-07-01T22:29:50.915Z Downloaded term v0.7.0
11212026-07-01T22:29:50.915Z Downloaded socket2 v0.5.10
11222026-07-01T22:29:50.915Z Downloaded sqlformat v0.3.5
11232026-07-01T22:29:50.915Z Downloaded unarray v0.1.4
11242026-07-01T22:29:50.920Z Downloaded socket2 v0.6.3
11252026-07-01T22:29:50.920Z Downloaded itertools v0.13.0
11262026-07-01T22:29:50.924Z Downloaded tokio-tungstenite v0.21.0
11272026-07-01T22:29:50.924Z Downloaded libm v0.2.16
11282026-07-01T22:29:50.928Z Downloaded want v0.3.1
11292026-07-01T22:29:50.933Z Downloaded wait-timeout v0.2.1
11302026-07-01T22:29:50.933Z Downloaded thread_local v1.1.9
11312026-07-01T22:29:50.933Z Downloaded iri-string v0.7.10
11322026-07-01T22:29:50.937Z Downloaded xshell-macros v0.2.7
11332026-07-01T22:29:50.937Z Downloaded xattr v1.6.1
11342026-07-01T22:29:50.940Z Downloaded schemars v1.2.1
11352026-07-01T22:29:50.946Z Downloaded yoke-derive v0.8.1
11362026-07-01T22:29:50.952Z Downloaded usdt-impl v0.6.0
11372026-07-01T22:29:50.952Z Downloaded snafu v0.8.9
11382026-07-01T22:29:50.956Z Downloaded samael v0.0.19
11392026-07-01T22:29:50.956Z Downloaded uzers v0.12.2
11402026-07-01T22:29:50.959Z Downloaded serde_yaml v0.9.34+deprecated
11412026-07-01T22:29:50.959Z Downloaded unicase v2.9.0
11422026-07-01T22:29:50.967Z Downloaded rand v0.10.1
11432026-07-01T22:29:50.967Z Downloaded tiny-keccak v2.0.2
11442026-07-01T22:29:50.967Z Downloaded spki v0.7.3
11452026-07-01T22:29:50.970Z Downloaded bindgen v0.71.1
11462026-07-01T22:29:50.975Z Downloaded slog v2.8.2
11472026-07-01T22:29:50.975Z Downloaded vergen-lib v9.1.0
11482026-07-01T22:29:50.978Z Downloaded vergen-lib v0.1.6
11492026-07-01T22:29:50.978Z Downloaded zerofrom-derive v0.1.6
11502026-07-01T22:29:50.978Z Downloaded toml_writer v1.1.1+spec-1.1.0
11512026-07-01T22:29:50.991Z Downloaded whoami v1.6.1
11522026-07-01T22:29:50.997Z Downloaded walkdir v2.5.0
11532026-07-01T22:29:50.997Z Downloaded vsss-rs v3.3.4
11542026-07-01T22:29:50.997Z Downloaded tracing-attributes v0.1.31
11552026-07-01T22:29:50.997Z Downloaded tokio-rustls v0.26.4
11562026-07-01T22:29:50.997Z Downloaded zerofrom v0.1.6
11572026-07-01T22:29:50.997Z Downloaded zone v0.3.1
11582026-07-01T22:29:51.002Z Downloaded toml_parser v1.1.2+spec-1.1.0
11592026-07-01T22:29:51.002Z Downloaded whoami v2.1.0
11602026-07-01T22:29:51.006Z Downloaded h2 v0.4.15
11612026-07-01T22:29:51.006Z Downloaded tokio-tungstenite v0.23.1
11622026-07-01T22:29:51.013Z Downloaded tokio-stream v0.1.18
11632026-07-01T22:29:51.013Z Downloaded zone_cfg_derive v0.3.1
11642026-07-01T22:29:51.013Z Downloaded tinyvec v1.10.0
11652026-07-01T22:29:51.018Z Downloaded test-strategy v0.4.5
11662026-07-01T22:29:51.018Z Downloaded itertools v0.14.0
11672026-07-01T22:29:51.022Z Downloaded twox-hash v2.1.2
11682026-07-01T22:29:51.022Z Downloaded unicode-xid v0.2.6
11692026-07-01T22:29:51.022Z Downloaded tar v0.4.45
11702026-07-01T22:29:51.025Z Downloaded xshell v0.2.7
11712026-07-01T22:29:51.025Z Downloaded wyz v0.5.1
11722026-07-01T22:29:51.029Z Downloaded yoke v0.8.1
11732026-07-01T22:29:51.029Z Downloaded writeable v0.6.2
11742026-07-01T22:29:51.036Z Downloaded unicode-properties v0.1.4
11752026-07-01T22:29:51.041Z Downloaded hyper v1.10.1
11762026-07-01T22:29:51.051Z Downloaded toml v1.1.2+spec-1.1.0
11772026-07-01T22:29:51.051Z Downloaded toml v0.7.8
11782026-07-01T22:29:51.051Z Downloaded zeroize_derive v1.4.3
11792026-07-01T22:29:51.061Z Downloaded zerovec-derive v0.11.2
11802026-07-01T22:29:51.061Z Downloaded tracing-core v0.1.36
11812026-07-01T22:29:51.066Z Downloaded zeroize v1.8.2
11822026-07-01T22:29:51.071Z Downloaded vergen v9.1.0
11832026-07-01T22:29:51.071Z Downloaded typify v0.6.2
11842026-07-01T22:29:51.075Z Downloaded bitvec v1.0.1
11852026-07-01T22:29:51.086Z Downloaded zstd v0.13.3
11862026-07-01T22:29:51.086Z Downloaded vergen-gitcl v1.0.8
11872026-07-01T22:29:51.086Z Downloaded vergen-git2 v9.1.0
11882026-07-01T22:29:51.087Z Downloaded zstd-safe v7.2.4
11892026-07-01T22:29:51.087Z Downloaded rustyline v14.0.0
11902026-07-01T22:29:51.092Z Downloaded subprocess v0.2.15
11912026-07-01T22:29:51.092Z Downloaded tungstenite v0.23.0
11922026-07-01T22:29:51.096Z Downloaded serde_with v1.14.0
11932026-07-01T22:29:51.096Z Downloaded zerocopy v0.6.6
11942026-07-01T22:29:51.096Z Downloaded yasna v0.5.2
11952026-07-01T22:29:51.100Z Downloaded unicode-bidi v0.3.18
11962026-07-01T22:29:51.100Z Downloaded uuid v1.23.4
11972026-07-01T22:29:51.105Z Downloaded iddqd v0.4.2
11982026-07-01T22:29:51.113Z Downloaded hkdf v0.13.0
11992026-07-01T22:29:51.113Z Downloaded tungstenite v0.21.0
12002026-07-01T22:29:51.113Z Downloaded reedline v0.40.0
12012026-07-01T22:29:51.119Z Downloaded nom v8.0.0
12022026-07-01T22:29:51.119Z Downloaded git2 v0.20.4
12032026-07-01T22:29:51.123Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-07-01T22:29:51.126Z Downloaded steno v0.4.1
12052026-07-01T22:29:51.132Z Downloaded rsa v0.10.0-rc.18
12062026-07-01T22:29:51.136Z Downloaded vte v0.14.1
12072026-07-01T22:29:51.136Z Downloaded hkdf v0.12.4
12082026-07-01T22:29:51.136Z Downloaded rpassword v7.4.0
12092026-07-01T22:29:51.140Z Downloaded chrono v0.4.44
12102026-07-01T22:29:51.154Z Downloaded unsafe-libyaml v0.2.11
12112026-07-01T22:29:51.173Z Downloaded tokio-postgres v0.7.16
12122026-07-01T22:29:51.179Z Downloaded toml_edit v0.19.15
12132026-07-01T22:29:51.192Z Downloaded zopfli v0.8.3
12142026-07-01T22:29:51.196Z Downloaded portable-atomic v1.13.1
12152026-07-01T22:29:51.199Z Downloaded yansi v1.0.1
12162026-07-01T22:29:51.203Z Downloaded p384 v0.13.1
12172026-07-01T22:29:51.209Z Downloaded unicode_categories v0.1.1
12182026-07-01T22:29:51.218Z Downloaded reqwest v0.12.28
12192026-07-01T22:29:51.218Z Downloaded regex v1.12.3
12202026-07-01T22:29:51.227Z Downloaded zerotrie v0.2.3
12212026-07-01T22:29:51.227Z Downloaded reqwest v0.13.2
12222026-07-01T22:29:51.227Z Downloaded zip v0.6.6
12232026-07-01T22:29:51.245Z Downloaded quick-xml v0.37.5
12242026-07-01T22:29:51.252Z Downloaded url v2.5.8
12252026-07-01T22:29:51.261Z Downloaded ssh-key v0.7.0-rc.10
12262026-07-01T22:29:51.267Z Downloaded salty v0.3.0
12272026-07-01T22:29:51.271Z Downloaded proptest v1.10.0
12282026-07-01T22:29:51.275Z Downloaded typed-path v0.9.3
12292026-07-01T22:29:51.280Z Downloaded goblin v0.10.5
12302026-07-01T22:29:51.285Z Downloaded unicode-segmentation v1.12.0
12312026-07-01T22:29:51.292Z Downloaded zerocopy-derive v0.8.40
12322026-07-01T22:29:51.297Z Downloaded rayon v1.11.0
12332026-07-01T22:29:51.303Z Downloaded x509-cert v0.2.5
12342026-07-01T22:29:51.307Z Downloaded tower v0.5.3
12352026-07-01T22:29:51.311Z Downloaded petname v2.0.2
12362026-07-01T22:29:51.315Z Downloaded moka v0.12.13
12372026-07-01T22:29:51.319Z Downloaded crypto-bigint v0.7.5
12382026-07-01T22:29:51.328Z Downloaded object v0.30.4
12392026-07-01T22:29:51.334Z Downloaded tokio-util v0.7.18
12402026-07-01T22:29:51.339Z Downloaded zip v4.6.1
12412026-07-01T22:29:51.343Z Downloaded nix v0.27.1
12422026-07-01T22:29:51.348Z Downloaded unicode-normalization v0.1.25
12432026-07-01T22:29:51.351Z Downloaded curve25519-dalek v4.1.3
12442026-07-01T22:29:51.358Z Downloaded lalrpop v0.19.12
12452026-07-01T22:29:51.365Z Downloaded tower-http v0.6.8
12462026-07-01T22:29:51.368Z Downloaded bstr v1.12.1
12472026-07-01T22:29:51.374Z Downloaded tough v0.22.0
12482026-07-01T22:29:51.381Z Downloaded zerovec v0.11.5
12492026-07-01T22:29:51.386Z Downloaded quinn-proto v0.11.13
12502026-07-01T22:29:51.395Z Downloaded winnow v0.5.40
12512026-07-01T22:29:51.401Z Downloaded russh v0.61.2
12522026-07-01T22:29:51.404Z Downloaded winnow v0.6.26
12532026-07-01T22:29:51.408Z Downloaded curve25519-dalek v5.0.0-rc.0
12542026-07-01T22:29:51.414Z Downloaded polar-core v0.27.3
12552026-07-01T22:29:51.431Z Downloaded winnow v1.0.3
12562026-07-01T22:29:51.446Z Downloaded dropshot v0.17.1
12572026-07-01T22:29:51.457Z Downloaded tabled v0.20.0
12582026-07-01T22:29:51.467Z Downloaded smoltcp v0.9.1
12592026-07-01T22:29:51.475Z Downloaded regex-syntax v0.6.29
12602026-07-01T22:29:51.478Z Downloaded vcpkg v0.2.15
12612026-07-01T22:29:51.499Z Downloaded nix v0.31.2
12622026-07-01T22:29:51.509Z Downloaded nix v0.28.0
12632026-07-01T22:29:51.513Z Downloaded time v0.3.47
12642026-07-01T22:29:51.519Z Downloaded openssl v0.10.79
12652026-07-01T22:29:51.526Z Downloaded smoltcp v0.11.0
12662026-07-01T22:29:51.532Z Downloaded hickory-proto v0.24.4
12672026-07-01T22:29:51.542Z Downloaded hickory-proto v0.25.2
12682026-07-01T22:29:51.549Z Downloaded zlib-rs v0.6.2
12692026-07-01T22:29:51.554Z Downloaded rustls v0.23.41
12702026-07-01T22:29:51.563Z Downloaded rustix v0.38.44
12712026-07-01T22:29:51.576Z Downloaded regress v0.10.5
12722026-07-01T22:29:51.581Z Downloaded diesel v2.3.7
12732026-07-01T22:29:51.595Z Downloaded zerocopy v0.8.40
12742026-07-01T22:29:51.599Z Downloaded regress v0.11.1
12752026-07-01T22:29:51.605Z Downloaded openapiv3 v2.2.0
12762026-07-01T22:29:51.612Z Downloaded regex-syntax v0.8.10
12772026-07-01T22:29:51.620Z Downloaded object v0.37.3
12782026-07-01T22:29:51.625Z Downloaded tracing v0.1.44
12792026-07-01T22:29:51.639Z Downloaded sha3 v0.11.0
12802026-07-01T22:29:51.642Z Downloaded serde_with v3.17.0
12812026-07-01T22:29:51.649Z Downloaded radix_trie v0.2.1
12822026-07-01T22:29:51.667Z Downloaded regex-automata v0.4.14
12832026-07-01T22:29:51.693Z Downloaded jiff v0.2.21
12842026-07-01T22:29:51.713Z Downloaded sqlparser v0.61.0
12852026-07-01T22:29:51.719Z Downloaded csv v1.4.0
12862026-07-01T22:29:51.732Z Downloaded sha3 v0.10.8
12872026-07-01T22:29:51.745Z Downloaded tokio v1.52.1
12882026-07-01T22:29:51.759Z Downloaded sled v0.34.7
12892026-07-01T22:29:51.764Z Downloaded fiat-crypto v0.3.0
12902026-07-01T22:29:51.773Z Downloaded ratatui v0.29.0
12912026-07-01T22:29:51.783Z Downloaded typify-impl v0.6.2
12922026-07-01T22:29:51.803Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-01T22:29:51.854Z Downloaded zerocopy-derive v0.6.6
12942026-07-01T22:29:51.866Z Downloaded petgraph v0.6.5
12952026-07-01T22:29:51.879Z Downloaded chrono-tz v0.10.4
12962026-07-01T22:29:51.918Z Downloaded petgraph v0.8.3
12972026-07-01T22:29:51.933Z Downloaded libz-sys v1.1.24
12982026-07-01T22:29:51.949Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-07-01T22:29:52.062Z Downloaded encoding_rs v0.8.35
13002026-07-01T22:29:52.104Z Downloaded ring v0.17.14
13012026-07-01T22:29:52.145Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-07-01T22:29:52.671Z Downloaded aws-lc-sys v0.40.0
13032026-07-01T22:29:52.925Z Compiling libc v0.2.185
13042026-07-01T22:29:52.926Z Compiling serde_core v1.0.228
13052026-07-01T22:29:52.926Z Compiling serde v1.0.228
13062026-07-01T22:29:52.929Z Compiling log v0.4.29
13072026-07-01T22:29:52.929Z Compiling smallvec v1.15.1
13082026-07-01T22:29:53.062Z Compiling shlex v1.3.0
13092026-07-01T22:29:53.074Z Compiling find-msvc-tools v0.1.9
13102026-07-01T22:29:53.080Z Compiling syn v2.0.117
13112026-07-01T22:29:53.273Z Compiling subtle v2.6.1
13122026-07-01T22:29:53.286Z Compiling scopeguard v1.2.0
13132026-07-01T22:29:53.331Z Compiling stable_deref_trait v1.2.1
13142026-07-01T22:29:53.364Z Compiling lock_api v0.4.14
13152026-07-01T22:29:53.391Z Compiling typenum v1.20.1
13162026-07-01T22:29:53.406Z Compiling serde_json v1.0.150
13172026-07-01T22:29:53.420Z Compiling zerocopy v0.8.40
13182026-07-01T22:29:53.445Z Compiling portable-atomic v1.13.1
13192026-07-01T22:29:53.588Z Compiling parking_lot_core v0.9.12
13202026-07-01T22:29:53.619Z Compiling pin-project-lite v0.2.17
13212026-07-01T22:29:53.720Z Compiling pkg-config v0.3.32
13222026-07-01T22:29:53.864Z Compiling critical-section v1.2.0
13232026-07-01T22:29:53.877Z Compiling getrandom v0.4.1
13242026-07-01T22:29:53.915Z Compiling jobserver v0.1.34
13252026-07-01T22:29:53.967Z Compiling errno v0.3.14
13262026-07-01T22:29:54.130Z Compiling getrandom v0.2.17
13272026-07-01T22:29:54.197Z Compiling cc v1.2.56
13282026-07-01T22:29:54.232Z Compiling signal-hook-registry v1.4.8
13292026-07-01T22:29:54.273Z Compiling rand_core v0.6.4
13302026-07-01T22:29:54.359Z Compiling libm v0.2.16
13312026-07-01T22:29:54.503Z Compiling once_cell v1.21.3
13322026-07-01T22:29:54.535Z Compiling futures-core v0.3.32
13332026-07-01T22:29:54.561Z Compiling parking_lot v0.12.5
13342026-07-01T22:29:54.615Z Compiling mio v1.2.0
13352026-07-01T22:29:54.686Z Compiling num-traits v0.2.19
13362026-07-01T22:29:54.718Z Compiling generic-array v0.14.7
13372026-07-01T22:29:54.730Z Compiling rand_core v0.10.0
13382026-07-01T22:29:54.885Z Compiling const-oid v0.9.6
13392026-07-01T22:29:55.053Z Compiling writeable v0.6.2
13402026-07-01T22:29:55.076Z Compiling percent-encoding v2.3.2
13412026-07-01T22:29:55.249Z Compiling bitflags v2.11.0
13422026-07-01T22:29:55.258Z Compiling litemap v0.8.1
13432026-07-01T22:29:55.277Z Compiling semver v1.0.28
13442026-07-01T22:29:55.440Z Compiling socket2 v0.6.3
13452026-07-01T22:29:55.469Z Compiling icu_normalizer_data v2.1.1
13462026-07-01T22:29:55.667Z Compiling icu_properties_data v2.1.2
13472026-07-01T22:29:55.715Z Compiling futures-sink v0.3.32
13482026-07-01T22:29:55.865Z Compiling futures-channel v0.3.32
13492026-07-01T22:29:55.934Z Compiling synstructure v0.13.2
13502026-07-01T22:29:55.944Z Compiling futures-io v0.3.32
13512026-07-01T22:29:56.034Z Compiling slab v0.4.12
13522026-07-01T22:29:56.095Z Compiling futures-task v0.3.32
13532026-07-01T22:29:56.101Z Compiling indexmap v2.14.0
13542026-07-01T22:29:56.126Z Compiling getrandom v0.3.4
13552026-07-01T22:29:56.216Z Compiling rustversion v1.0.22
13562026-07-01T22:29:56.279Z Compiling utf8_iter v1.0.4
13572026-07-01T22:29:56.424Z Compiling form_urlencoded v1.2.2
13582026-07-01T22:29:56.439Z Compiling cmake v0.1.57
13592026-07-01T22:29:56.448Z Compiling rustix v1.1.3
13602026-07-01T22:29:56.544Z Compiling fs_extra v1.3.0
13612026-07-01T22:29:56.601Z Compiling dunce v1.0.5
13622026-07-01T22:29:56.717Z Compiling ident_case v1.0.1
13632026-07-01T22:29:56.791Z Compiling iana-time-zone v0.1.65
13642026-07-01T22:29:56.828Z Compiling regex-syntax v0.8.10
13652026-07-01T22:29:56.834Z Compiling vcpkg v0.2.15
13662026-07-01T22:29:56.855Z Compiling aws-lc-sys v0.40.0
13672026-07-01T22:29:56.989Z Compiling base64ct v1.8.3
13682026-07-01T22:29:57.114Z Compiling rand_core v0.9.5
13692026-07-01T22:29:57.270Z Compiling pem-rfc7468 v0.7.0
13702026-07-01T22:29:57.297Z Compiling rustc_version v0.4.1
13712026-07-01T22:29:57.400Z Compiling uuid v1.23.4
13722026-07-01T22:29:57.587Z Compiling openssl-sys v0.9.115
13732026-07-01T22:29:57.590Z Compiling tracing-core v0.1.36
13742026-07-01T22:29:57.635Z Compiling flagset v0.4.7
13752026-07-01T22:29:57.664Z Compiling serde_derive v1.0.228
13762026-07-01T22:29:57.791Z Compiling zeroize_derive v1.4.3
13772026-07-01T22:29:58.138Z Compiling zerofrom-derive v0.1.6
13782026-07-01T22:29:58.155Z Compiling yoke-derive v0.8.1
13792026-07-01T22:29:58.171Z Compiling zerocopy-derive v0.8.40
13802026-07-01T22:29:58.194Z Compiling zerovec-derive v0.11.2
13812026-07-01T22:29:58.457Z Compiling zeroize v1.8.2
13822026-07-01T22:29:58.704Z Compiling displaydoc v0.2.5
13832026-07-01T22:29:59.370Z Compiling tokio-macros v2.7.0
13842026-07-01T22:29:59.385Z Compiling futures-macro v0.3.32
13852026-07-01T22:29:59.492Z Compiling der_derive v0.7.3
13862026-07-01T22:29:59.573Z Compiling zerofrom v0.1.6
13872026-07-01T22:29:59.703Z Compiling yoke v0.8.1
13882026-07-01T22:29:59.837Z Compiling crypto-common v0.1.7
13892026-07-01T22:29:59.889Z Compiling zerovec v0.11.5
13902026-07-01T22:29:59.986Z Compiling zerotrie v0.2.3
13912026-07-01T22:30:00.113Z Compiling block-buffer v0.10.4
13922026-07-01T22:30:00.215Z Compiling futures-util v0.3.32
13932026-07-01T22:30:00.283Z Compiling digest v0.10.7
13942026-07-01T22:30:00.286Z Compiling thiserror-impl v2.0.18
13952026-07-01T22:30:00.394Z Compiling tinystr v0.8.2
13962026-07-01T22:30:00.478Z Compiling potential_utf v0.1.4
13972026-07-01T22:30:00.600Z Compiling icu_locale_core v2.1.1
13982026-07-01T22:30:00.617Z Compiling tracing-attributes v0.1.31
13992026-07-01T22:30:00.688Z Compiling icu_collections v2.1.1
14002026-07-01T22:30:01.179Z Compiling base64 v0.22.1
14012026-07-01T22:30:01.295Z Compiling bytes v1.11.1
14022026-07-01T22:30:01.492Z Compiling icu_provider v2.1.1
14032026-07-01T22:30:01.492Z Compiling chrono v0.4.44
14042026-07-01T22:30:01.738Z Compiling icu_properties v2.1.2
14052026-07-01T22:30:01.800Z Compiling tokio v1.52.1
14062026-07-01T22:30:01.933Z Compiling icu_normalizer v2.1.1
14072026-07-01T22:30:01.990Z Compiling http v1.4.2
14082026-07-01T22:30:02.478Z Compiling aws-lc-rs v1.16.3
14092026-07-01T22:30:02.569Z Compiling tracing v0.1.44
14102026-07-01T22:30:02.774Z Compiling idna_adapter v1.2.1
14112026-07-01T22:30:02.832Z Compiling ppv-lite86 v0.2.21
14122026-07-01T22:30:02.842Z Compiling http-body v1.0.1
14132026-07-01T22:30:02.846Z Compiling thiserror v2.0.18
14142026-07-01T22:30:02.888Z Compiling der v0.7.10
14152026-07-01T22:30:02.911Z Compiling idna v1.1.0
14162026-07-01T22:30:02.933Z Compiling rustls-pki-types v1.14.0
14172026-07-01T22:30:02.991Z Compiling tinyvec_macros v0.1.1
14182026-07-01T22:30:03.061Z Compiling openssl-probe v0.2.1
14192026-07-01T22:30:03.137Z Compiling rand_chacha v0.9.0
14202026-07-01T22:30:03.151Z Compiling httparse v1.10.1
14212026-07-01T22:30:03.242Z Compiling url v2.5.8
14222026-07-01T22:30:03.376Z Compiling cmov v0.5.4
14232026-07-01T22:30:03.548Z Compiling ctutils v0.4.2
14242026-07-01T22:30:03.570Z Compiling rand v0.9.2
14252026-07-01T22:30:03.582Z Compiling tinyvec v1.10.0
14262026-07-01T22:30:03.781Z Compiling spki v0.7.3
14272026-07-01T22:30:03.827Z Compiling pest_generator v2.8.6
14282026-07-01T22:30:03.928Z Compiling serde_derive_internals v0.29.1
14292026-07-01T22:30:03.986Z Compiling aho-corasick v1.1.4
14302026-07-01T22:30:04.018Z Compiling atomic-waker v1.1.2
14312026-07-01T22:30:04.060Z Compiling dyn-clone v1.0.20
14322026-07-01T22:30:04.139Z Compiling untrusted v0.7.1
14332026-07-01T22:30:04.195Z Compiling tower-service v0.3.3
14342026-07-01T22:30:04.263Z Compiling try-lock v0.2.5
14352026-07-01T22:30:04.290Z Compiling tower-layer v0.3.3
14362026-07-01T22:30:04.345Z Compiling schemars v0.8.22
14372026-07-01T22:30:04.370Z Compiling want v0.3.1
14382026-07-01T22:30:04.453Z Compiling tempfile v3.25.0
14392026-07-01T22:30:04.504Z Compiling pest_derive v2.8.6
14402026-07-01T22:30:04.532Z Compiling hybrid-array v0.4.13
14412026-07-01T22:30:04.809Z Compiling schemars_derive v0.8.22
14422026-07-01T22:30:04.826Z Compiling regex-automata v0.4.14
14432026-07-01T22:30:04.864Z Compiling ipnet v2.11.0
14442026-07-01T22:30:04.945Z Compiling scroll_derive v0.13.1
14452026-07-01T22:30:05.309Z Compiling darling_core v0.20.11
14462026-07-01T22:30:05.349Z Compiling cpufeatures v0.2.17
14472026-07-01T22:30:05.426Z Compiling openssl v0.10.79
14482026-07-01T22:30:05.704Z Compiling tokio-util v0.7.18
14492026-07-01T22:30:05.719Z Compiling httpdate v1.0.3
14502026-07-01T22:30:05.798Z Compiling untrusted v0.9.0
14512026-07-01T22:30:05.924Z Compiling foreign-types-shared v0.1.1
14522026-07-01T22:30:05.947Z Compiling rustls v0.23.41
14532026-07-01T22:30:06.010Z Compiling foreign-types v0.3.2
14542026-07-01T22:30:06.077Z Compiling scroll v0.13.0
14552026-07-01T22:30:06.151Z Compiling pkcs8 v0.10.2
14562026-07-01T22:30:06.350Z Compiling unicode-normalization v0.1.25
14572026-07-01T22:30:06.409Z Compiling h2 v0.4.15
14582026-07-01T22:30:06.813Z Compiling openssl-macros v0.1.1
14592026-07-01T22:30:07.159Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-07-01T22:30:07.211Z Compiling spin v0.9.8
14612026-07-01T22:30:07.377Z Compiling num-conv v0.2.0
14622026-07-01T22:30:07.419Z Compiling time-core v0.1.8
14632026-07-01T22:30:07.509Z Compiling crc32fast v1.5.0
14642026-07-01T22:30:07.523Z Compiling native-tls v0.2.18
14652026-07-01T22:30:07.554Z Compiling powerfmt v0.2.0
14662026-07-01T22:30:07.568Z Compiling time-macros v0.2.27
14672026-07-01T22:30:07.581Z Compiling darling_macro v0.20.11
14682026-07-01T22:30:07.755Z Compiling deranged v0.5.8
14692026-07-01T22:30:08.059Z Compiling darling v0.20.11
14702026-07-01T22:30:08.150Z Compiling goblin v0.10.5
14712026-07-01T22:30:08.636Z Compiling sha2 v0.10.9
14722026-07-01T22:30:08.713Z Compiling hmac v0.12.1
14732026-07-01T22:30:08.871Z Compiling sync_wrapper v1.0.2
14742026-07-01T22:30:08.917Z Compiling wait-timeout v0.2.1
14752026-07-01T22:30:08.979Z Compiling bit-vec v0.8.0
14762026-07-01T22:30:09.181Z Compiling simd-adler32 v0.3.8
14772026-07-01T22:30:09.210Z Compiling quick-error v1.2.3
14782026-07-01T22:30:09.319Z Compiling crossbeam-utils v0.8.21
14792026-07-01T22:30:09.425Z Compiling num_threads v0.1.7
14802026-07-01T22:30:09.524Z Compiling hyper v1.10.1
14812026-07-01T22:30:09.616Z Compiling siphasher v1.0.2
14822026-07-01T22:30:09.806Z Compiling syn v1.0.109
14832026-07-01T22:30:09.994Z Compiling usdt-impl v0.6.0
14842026-07-01T22:30:10.256Z Compiling time v0.3.47
14852026-07-01T22:30:10.515Z Compiling rusty-fork v0.3.1
14862026-07-01T22:30:10.538Z Compiling bit-set v0.8.0
14872026-07-01T22:30:10.703Z Compiling hyper-util v0.1.20
14882026-07-01T22:30:10.818Z Compiling tower v0.5.3
14892026-07-01T22:30:10.847Z Compiling derive_builder_core v0.20.2
14902026-07-01T22:30:11.127Z Compiling dof v0.4.0
14912026-07-01T22:30:11.491Z Compiling dtrace-parser v0.3.0
14922026-07-01T22:30:11.723Z Compiling http-body-util v0.1.3
14932026-07-01T22:30:11.898Z Compiling thiserror-impl v1.0.69
14942026-07-01T22:30:11.976Z Compiling scroll_derive v0.12.1
14952026-07-01T22:30:12.234Z Compiling heapless v0.7.17
14962026-07-01T22:30:12.291Z Compiling rand_xorshift v0.4.0
14972026-07-01T22:30:12.655Z Compiling slog v2.8.2
14982026-07-01T22:30:12.665Z Compiling darling_core v0.21.3
14992026-07-01T22:30:12.665Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-07-01T22:30:12.665Z Compiling thread-id v5.1.0
15012026-07-01T22:30:12.665Z Compiling cookie v0.18.1
15022026-07-01T22:30:12.665Z Compiling unicode-bidi v0.3.18
15032026-07-01T22:30:12.665Z Compiling unicode-properties v0.1.4
15042026-07-01T22:30:12.767Z Compiling iri-string v0.7.10
15052026-07-01T22:30:12.770Z Compiling allocator-api2 v0.2.21
15062026-07-01T22:30:12.846Z Compiling paste v1.0.15
15072026-07-01T22:30:13.089Z Compiling zstd-safe v7.2.4
15082026-07-01T22:30:13.108Z Compiling anyhow v1.0.102
15092026-07-01T22:30:13.126Z Compiling adler2 v2.0.1
15102026-07-01T22:30:13.160Z Compiling signal-hook v0.3.18
15112026-07-01T22:30:13.253Z Compiling unarray v0.1.4
15122026-07-01T22:30:13.292Z Compiling ryu v1.0.23
15132026-07-01T22:30:13.362Z Compiling proptest v1.10.0
15142026-07-01T22:30:13.375Z Compiling miniz_oxide v0.8.9
15152026-07-01T22:30:13.468Z Compiling serde_urlencoded v0.7.1
15162026-07-01T22:30:13.618Z Compiling thiserror v1.0.69
15172026-07-01T22:30:13.720Z Compiling stringprep v0.1.5
15182026-07-01T22:30:13.961Z Compiling tower-http v0.6.8
15192026-07-01T22:30:14.193Z Compiling scroll v0.12.0
15202026-07-01T22:30:14.407Z Compiling derive_builder_macro v0.20.2
15212026-07-01T22:30:14.453Z Compiling camino v1.2.2
15222026-07-01T22:30:14.524Z Compiling tokio-native-tls v0.3.1
15232026-07-01T22:30:14.830Z Compiling bstr v1.12.1
15242026-07-01T22:30:14.864Z Compiling ipnetwork v0.21.1
15252026-07-01T22:30:14.880Z Compiling block-padding v0.4.2
15262026-07-01T22:30:14.962Z Compiling darling_macro v0.21.3
15272026-07-01T22:30:15.045Z Compiling block-buffer v0.12.1
15282026-07-01T22:30:15.090Z Compiling crypto-common v0.2.2
15292026-07-01T22:30:15.238Z Compiling rustls-native-certs v0.8.3
15302026-07-01T22:30:15.252Z Compiling rand_chacha v0.3.1
15312026-07-01T22:30:15.454Z Compiling serde_spanned v0.6.9
15322026-07-01T22:30:15.530Z Compiling serde_tokenstream v0.2.3
15332026-07-01T22:30:15.580Z Compiling erased-serde v0.3.31
15342026-07-01T22:30:15.624Z Compiling toml_datetime v0.6.11
15352026-07-01T22:30:15.844Z Compiling signature v2.2.0
15362026-07-01T22:30:15.885Z Compiling md-5 v0.10.6
15372026-07-01T22:30:16.027Z Compiling async-trait v0.1.89
15382026-07-01T22:30:16.061Z Compiling zerocopy-derive v0.7.35
15392026-07-01T22:30:16.071Z Compiling pin-project-internal v1.1.11
15402026-07-01T22:30:16.097Z Compiling curve25519-dalek v4.1.3
15412026-07-01T22:30:16.447Z Compiling vergen-lib v9.1.0
15422026-07-01T22:30:16.646Z Compiling hash32 v0.2.1
15432026-07-01T22:30:16.848Z Compiling num-integer v0.1.46
15442026-07-01T22:30:16.879Z Compiling memoffset v0.9.1
15452026-07-01T22:30:16.943Z Compiling encoding_rs v0.8.35
15462026-07-01T22:30:17.052Z Compiling litrs v1.0.0
15472026-07-01T22:30:17.083Z Compiling ref-cast v1.0.25
15482026-07-01T22:30:17.165Z Compiling smoltcp v0.9.1
15492026-07-01T22:30:17.181Z Compiling fallible-iterator v0.2.0
15502026-07-01T22:30:17.393Z Compiling psl-types v2.0.11
15512026-07-01T22:30:17.496Z Compiling cfg_aliases v0.2.1
15522026-07-01T22:30:17.513Z Compiling num-bigint-dig v0.8.6
15532026-07-01T22:30:17.527Z Compiling mime v0.3.17
15542026-07-01T22:30:17.550Z Compiling zlib-rs v0.6.2
15552026-07-01T22:30:17.566Z Compiling rustix v0.38.44
15562026-07-01T22:30:17.730Z Compiling nix v0.31.2
15572026-07-01T22:30:17.780Z Compiling document-features v0.2.12
15582026-07-01T22:30:18.026Z Compiling publicsuffix v2.3.0
15592026-07-01T22:30:18.107Z Compiling postgres-protocol v0.6.10
15602026-07-01T22:30:18.248Z Compiling pin-project v1.1.11
15612026-07-01T22:30:18.387Z Compiling num-iter v0.1.45
15622026-07-01T22:30:18.438Z Compiling zerocopy v0.7.35
15632026-07-01T22:30:18.562Z Compiling hubpack_derive v0.1.1
15642026-07-01T22:30:18.665Z Compiling newtype-uuid v1.3.2
15652026-07-01T22:30:18.927Z Compiling rand v0.8.6
15662026-07-01T22:30:18.982Z Compiling darling v0.21.3
15672026-07-01T22:30:18.999Z Compiling oxnet v0.1.6
15682026-07-01T22:30:18.999Z Compiling inout v0.2.2
15692026-07-01T22:30:19.023Z Compiling derive_builder v0.20.2
15702026-07-01T22:30:19.062Z Compiling hyper-tls v0.6.0
15712026-07-01T22:30:19.282Z Compiling goblin v0.8.2
15722026-07-01T22:30:19.781Z Compiling phf_shared v0.13.1
15732026-07-01T22:30:19.831Z Compiling lazy_static v1.5.0
15742026-07-01T22:30:19.878Z Compiling regex v1.12.3
15752026-07-01T22:30:19.926Z Compiling anstyle-parse v0.2.7
15762026-07-01T22:30:20.013Z Compiling futures-executor v0.3.32
15772026-07-01T22:30:20.059Z Compiling hex v0.4.3
15782026-07-01T22:30:20.108Z Compiling terminal_size v0.4.3
15792026-07-01T22:30:20.249Z Compiling snafu-derive v0.8.9
15802026-07-01T22:30:20.268Z Compiling curve25519-dalek-derive v0.1.1
15812026-07-01T22:30:20.302Z Compiling ref-cast-impl v1.0.25
15822026-07-01T22:30:20.323Z Compiling strum_macros v0.27.2
15832026-07-01T22:30:20.920Z Compiling flate2 v1.1.9
15842026-07-01T22:30:20.972Z Compiling daft-derive v0.1.7
15852026-07-01T22:30:20.975Z Compiling vergen v9.1.0
15862026-07-01T22:30:21.191Z Compiling cargo-platform v0.3.2
15872026-07-01T22:30:21.341Z Compiling ff v0.13.1
15882026-07-01T22:30:21.474Z Compiling fs-err v3.3.0
15892026-07-01T22:30:21.490Z Compiling ahash v0.8.12
15902026-07-01T22:30:21.685Z Compiling libbz2-rs-sys v0.2.2
15912026-07-01T22:30:21.718Z Compiling foldhash v0.2.0
15922026-07-01T22:30:21.734Z Compiling base16ct v0.2.0
15932026-07-01T22:30:21.914Z Compiling foldhash v0.1.5
15942026-07-01T22:30:21.946Z Compiling bitflags v1.3.2
15952026-07-01T22:30:22.024Z Compiling same-file v1.0.6
15962026-07-01T22:30:22.090Z Compiling bumpalo v3.20.2
15972026-07-01T22:30:22.191Z Compiling managed v0.8.0
15982026-07-01T22:30:22.240Z Compiling object v0.37.3
15992026-07-01T22:30:22.342Z Compiling winnow v0.5.40
16002026-07-01T22:30:22.357Z Compiling unicode-segmentation v1.12.0
16012026-07-01T22:30:22.370Z Compiling strum v0.27.2
16022026-07-01T22:30:22.502Z Compiling zopfli v0.8.3
16032026-07-01T22:30:22.572Z Compiling snafu v0.8.9
16042026-07-01T22:30:22.746Z Compiling walkdir v2.5.0
16052026-07-01T22:30:22.816Z Compiling bzip2 v0.6.1
16062026-07-01T22:30:22.930Z Compiling hashbrown v0.15.5
16072026-07-01T22:30:23.024Z Compiling hashbrown v0.16.1
16082026-07-01T22:30:23.053Z Compiling sec1 v0.7.3
16092026-07-01T22:30:23.145Z Compiling daft v0.1.7
16102026-07-01T22:30:23.211Z Compiling clap_builder v4.6.0
16112026-07-01T22:30:23.420Z Compiling dof v0.3.0
16122026-07-01T22:30:23.473Z Compiling group v0.13.0
16132026-07-01T22:30:23.487Z Compiling cargo_metadata v0.23.1
16142026-07-01T22:30:23.632Z Compiling toml_edit v0.19.15
16152026-07-01T22:30:23.879Z Compiling futures v0.3.32
16162026-07-01T22:30:23.962Z Compiling anstream v0.6.21
16172026-07-01T22:30:24.132Z Compiling phf v0.13.1
16182026-07-01T22:30:24.265Z Compiling signal-hook-mio v0.2.5
16192026-07-01T22:30:24.380Z Compiling cookie_store v0.22.1
16202026-07-01T22:30:24.705Z Compiling zstd v0.13.3
16212026-07-01T22:30:24.839Z Compiling bzip2 v0.4.4
16222026-07-01T22:30:24.967Z Compiling reqwest v0.12.28
16232026-07-01T22:30:25.020Z Compiling cipher v0.5.2
16242026-07-01T22:30:25.046Z Compiling serde_with_macros v3.17.0
16252026-07-01T22:30:25.324Z Compiling hubpack v0.1.2
16262026-07-01T22:30:25.582Z Compiling postgres-types v0.2.12
16272026-07-01T22:30:26.245Z Compiling ed25519 v2.2.3
16282026-07-01T22:30:26.279Z Compiling usdt-attr-macro v0.6.0
16292026-07-01T22:30:26.320Z Compiling usdt-macro v0.6.0
16302026-07-01T22:30:26.692Z Compiling globset v0.4.18
16312026-07-01T22:30:27.056Z Compiling dtrace-parser v0.2.0
16322026-07-01T22:30:27.086Z Compiling phf_shared v0.11.3
16332026-07-01T22:30:27.154Z Compiling hkdf v0.12.4
16342026-07-01T22:30:27.271Z Compiling olpc-cjson v0.1.4
16352026-07-01T22:30:27.316Z Compiling pkcs1 v0.7.5
16362026-07-01T22:30:27.319Z Compiling pem v3.0.6
16372026-07-01T22:30:27.391Z Compiling serde-big-array v0.5.1
16382026-07-01T22:30:27.425Z Compiling serde_plain v1.0.2
16392026-07-01T22:30:27.535Z Compiling crypto-bigint v0.5.5
16402026-07-01T22:30:27.622Z Compiling clap_derive v4.6.1
16412026-07-01T22:30:27.650Z Compiling async-recursion v1.1.1
16422026-07-01T22:30:27.702Z Compiling enum-as-inner v0.6.1
16432026-07-01T22:30:27.785Z Compiling serde_repr v0.1.20
16442026-07-01T22:30:28.216Z Compiling strum_macros v0.26.4
16452026-07-01T22:30:28.304Z Compiling float-cmp v0.10.0
16462026-07-01T22:30:28.321Z Compiling memmap2 v0.9.10
16472026-07-01T22:30:28.454Z Compiling thread-id v4.2.2
16482026-07-01T22:30:28.536Z Compiling env_filter v1.0.0
16492026-07-01T22:30:28.551Z Compiling new_debug_unreachable v1.0.6
16502026-07-01T22:30:28.625Z Compiling whoami v2.1.0
16512026-07-01T22:30:28.776Z Compiling typed-path v0.9.3
16522026-07-01T22:30:28.846Z Compiling either v1.15.0
16532026-07-01T22:30:29.008Z Compiling normalize-line-endings v0.3.0
16542026-07-01T22:30:29.056Z Compiling keccak v0.1.6
16552026-07-01T22:30:29.115Z Compiling static_assertions v1.1.0
16562026-07-01T22:30:29.190Z Compiling const-oid v0.10.2
16572026-07-01T22:30:29.393Z Compiling cpufeatures v0.3.0
16582026-07-01T22:30:29.407Z Compiling precomputed-hash v0.1.1
16592026-07-01T22:30:29.473Z Compiling winnow v1.0.3
16602026-07-01T22:30:29.496Z Compiling fixedbitset v0.5.7
16612026-07-01T22:30:29.646Z Compiling data-encoding v2.10.0
16622026-07-01T22:30:29.785Z Compiling difflib v0.4.0
16632026-07-01T22:30:29.803Z Compiling fixedbitset v0.4.2
16642026-07-01T22:30:29.822Z Compiling jiff v0.2.21
16652026-07-01T22:30:29.953Z Compiling predicates-core v1.0.10
16662026-07-01T22:30:29.977Z Compiling petgraph v0.6.5
16672026-07-01T22:30:29.994Z Compiling strum v0.26.3
16682026-07-01T22:30:30.015Z Compiling hickory-proto v0.25.2
16692026-07-01T22:30:30.119Z Compiling predicates v3.1.4
16702026-07-01T22:30:30.133Z Compiling toml_parser v1.1.2+spec-1.1.0
16712026-07-01T22:30:30.332Z Compiling petgraph v0.8.3
16722026-07-01T22:30:30.332Z Compiling toml_edit v0.22.27
16732026-07-01T22:30:30.781Z Compiling string_cache v0.8.9
16742026-07-01T22:30:30.811Z Compiling chacha20 v0.10.0
16752026-07-01T22:30:31.012Z Compiling clap v4.6.1
16762026-07-01T22:30:31.098Z Compiling digest v0.11.3
16772026-07-01T22:30:31.183Z Compiling sha3 v0.10.8
16782026-07-01T22:30:31.323Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-07-01T22:30:31.529Z Compiling itertools v0.13.0
16802026-07-01T22:30:31.646Z Compiling tokio-postgres v0.7.16
16812026-07-01T22:30:32.370Z Compiling env_logger v0.11.9
16822026-07-01T22:30:32.728Z Compiling zip v4.6.1
16832026-07-01T22:30:32.784Z Compiling usdt-impl v0.5.0
16842026-07-01T22:30:33.093Z Compiling usdt v0.6.0
16852026-07-01T22:30:33.363Z Compiling elliptic-curve v0.13.8
16862026-07-01T22:30:33.367Z Compiling rsa v0.9.10
16872026-07-01T22:30:33.684Z Compiling crossterm v0.28.1
16882026-07-01T22:30:33.770Z Compiling ed25519-dalek v2.2.0
16892026-07-01T22:30:34.028Z Compiling serde_with v3.17.0
16902026-07-01T22:30:34.152Z Compiling zip v0.6.6
16912026-07-01T22:30:34.417Z Compiling toml v0.7.8
16922026-07-01T22:30:34.783Z Compiling iddqd v0.4.2
16932026-07-01T22:30:35.139Z Compiling similar v2.7.0
16942026-07-01T22:30:35.258Z Compiling heck v0.4.1
16952026-07-01T22:30:35.507Z Compiling crossbeam-epoch v0.9.18
16962026-07-01T22:30:35.564Z Compiling tokio-stream v0.1.18
16972026-07-01T22:30:35.800Z Compiling buf-list v1.1.2
16982026-07-01T22:30:35.848Z Compiling x509-cert v0.2.5
16992026-07-01T22:30:36.036Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-07-01T22:30:36.036Z Compiling openapiv3 v2.2.0
17012026-07-01T22:30:36.080Z Compiling lalrpop-util v0.19.12
17022026-07-01T22:30:36.121Z Compiling peg-runtime v0.8.5
17032026-07-01T22:30:36.279Z Compiling thread_local v1.1.9
17042026-07-01T22:30:36.343Z Compiling slog-async v2.8.0
17052026-07-01T22:30:36.414Z Compiling crossbeam-channel v0.5.15
17062026-07-01T22:30:36.533Z Compiling filetime v0.2.27
17072026-07-01T22:30:36.674Z Compiling is-terminal v0.4.17
17082026-07-01T22:30:36.710Z Compiling take_mut v0.2.2
17092026-07-01T22:30:36.735Z Compiling term v1.2.1
17102026-07-01T22:30:36.774Z Compiling xattr v1.6.1
17112026-07-01T22:30:36.863Z Compiling camino-tempfile v1.4.1
17122026-07-01T22:30:36.936Z Compiling tar v0.4.45
17132026-07-01T22:30:37.088Z Compiling slog-term v2.9.2
17142026-07-01T22:30:47.268Z Compiling rustls-webpki v0.103.9
17152026-07-01T22:30:49.995Z Compiling tokio-rustls v0.26.4
17162026-07-01T22:30:49.995Z Compiling rustls-platform-verifier v0.6.2
17172026-07-01T22:30:49.995Z Compiling tough v0.22.0
17182026-07-01T22:30:50.203Z Compiling hyper-rustls v0.27.7
17192026-07-01T22:30:50.406Z Compiling reqwest v0.13.2
17202026-07-01T22:30:52.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-07-01T22:30:52.918Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-07-01T22:30:55.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-07-01T22:30:55.881Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-07-01T22:30:55.934ZJul 01 22:30:54.186 INFO Starting download, target: Cockroach
17252026-07-01T22:30:55.934ZJul 01 22:30:54.187 INFO Starting download, target: Console
17262026-07-01T22:30:55.934ZJul 01 22:30:54.187 INFO Starting download, target: Clickhouse
17272026-07-01T22:30:55.934ZJul 01 22:30:54.187 INFO Starting download, target: DendriteStub
17282026-07-01T22:30:55.937ZJul 01 22:30:54.187 INFO Starting download, target: MaghemiteDdmd
17292026-07-01T22:30:55.937ZJul 01 22:30:54.187 INFO Starting download, target: MaghemiteMgd
17302026-07-01T22:30:55.937ZJul 01 22:30:54.187 INFO Starting download, target: TransceiverControl
17312026-07-01T22:30:55.937ZJul 01 22:30:54.187 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-07-01T22:30:55.938ZJul 01 22:30:54.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-07-01T22:30:56.327ZJul 01 22:30:54.577 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-07-01T22:30:56.546ZJul 01 22:30:54.779 INFO Download complete, target: TransceiverControl
17402026-07-01T22:30:57.753ZJul 01 22:30:56.005 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-07-01T22:30:57.804ZJul 01 22:30:56.055 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-07-01T22:30:57.926ZJul 01 22:30:56.168 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-07-01T22:30:58.042ZJul 01 22:30:56.281 INFO Download complete, target: Console
17442026-07-01T22:30:58.102ZJul 01 22:30:56.341 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-07-01T22:30:58.150ZJul 01 22:30:56.391 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-07-01T22:30:58.401ZJul 01 22:30:56.653 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-07-01T22:30:58.401ZJul 01 22:30:56.653 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-07-01T22:30:59.639ZJul 01 22:30:57.891 INFO Download complete, target: MaghemiteDdmd
17492026-07-01T22:31:00.304ZJul 01 22:30:58.555 INFO Download complete, target: DendriteStub
17502026-07-01T22:31:00.538ZJul 01 22:30:58.786 INFO Download complete, target: MaghemiteMgd
17512026-07-01T22:31:03.026ZJul 01 22:31:01.278 INFO Checking that binary works, target: Cockroach
17522026-07-01T22:31:03.145ZJul 01 22:31:01.398 INFO Download complete, target: Cockroach
17532026-07-01T22:31:04.732ZJul 01 22:31:02.984 INFO Checking that binary works, target: Clickhouse
17542026-07-01T22:31:04.832ZJul 01 22:31:03.084 INFO Download complete, target: Clickhouse
17552026-07-01T22:31:04.848ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-07-01T22:31:04.851Z
17572026-07-01T22:31:04.851Zreal 2:01.806771742
17582026-07-01T22:31:04.851Zuser 6:39.385278666
17592026-07-01T22:31:04.851Zsys 1:21.944115855
17602026-07-01T22:31:04.851Ztrap 0.231969118
17612026-07-01T22:31:04.851Ztflt 0.623509634
17622026-07-01T22:31:04.852Zdflt 0.851127213
17632026-07-01T22:31:04.852Zkflt 0.026943326
17642026-07-01T22:31:04.852Zlock 22:20.177141620
17652026-07-01T22:31:04.852Zslp 20:16.207277594
17662026-07-01T22:31:04.852Zlat 43.577002672
17672026-07-01T22:31:04.852Zstop 1:58.350341534
17682026-07-01T22:31:04.852Z+ banner clippy
17692026-07-01T22:31:04.852Z
17702026-07-01T22:31:04.852Z #### # # ##### ##### # #
17712026-07-01T22:31:04.852Z # # # # # # # # # #
17722026-07-01T22:31:04.852Z # # # # # # # #
17732026-07-01T22:31:04.852Z # # # ##### ##### #
17742026-07-01T22:31:04.853Z # # # # # # #
17752026-07-01T22:31:04.853Z #### ###### # # # #
17762026-07-01T22:31:04.853Z
17772026-07-01T22:31:04.853Z+ export CARGO_INCREMENTAL=0
17782026-07-01T22:31:04.853Z+ CARGO_INCREMENTAL=0
17792026-07-01T22:31:04.853Z+ ptime -m cargo xtask clippy
17802026-07-01T22:31:05.313Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-07-01T22:31:05.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-07-01T22:31:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17832026-07-01T22:31:07.394Z Running `target/debug/xtask clippy`
17842026-07-01T22:31:07.417Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-07-01T22:31:07.976Z Downloading crates ...
17862026-07-01T22:31:08.204Z Downloaded criterion v0.7.0
17872026-07-01T22:31:08.208Z Downloaded supports-unicode v2.1.0
17882026-07-01T22:31:08.211Z Downloaded event-listener-strategy v0.5.4
17892026-07-01T22:31:08.211Z Downloaded constant_time_eq v0.3.1
17902026-07-01T22:31:08.214Z Downloaded async-object-pool v0.2.0
17912026-07-01T22:31:08.214Z Downloaded addr2line v0.25.1
17922026-07-01T22:31:08.217Z Downloaded linkme-impl v0.3.35
17932026-07-01T22:31:08.221Z Downloaded nested v0.1.1
17942026-07-01T22:31:08.225Z Downloaded termcolor v1.4.1
17952026-07-01T22:31:08.225Z Downloaded relative-path v1.9.3
17962026-07-01T22:31:08.225Z Downloaded futures-timer v3.0.3
17972026-07-01T22:31:08.229Z Downloaded guppy-workspace-hack v0.1.0
17982026-07-01T22:31:08.235Z Downloaded terminal_size v0.1.17
17992026-07-01T22:31:08.238Z Downloaded parking v2.2.1
18002026-07-01T22:31:08.241Z Downloaded concurrent-queue v2.5.0
18012026-07-01T22:31:08.244Z Downloaded owo-colors v3.5.0
18022026-07-01T22:31:08.246Z Downloaded stringmetrics v2.2.2
18032026-07-01T22:31:08.246Z Downloaded path-tree v0.8.3
18042026-07-01T22:31:08.249Z Downloaded serde_regex v1.1.0
18052026-07-01T22:31:08.252Z Downloaded hex-literal v0.4.1
18062026-07-01T22:31:08.252Z Downloaded backtrace-ext v0.2.1
18072026-07-01T22:31:08.255Z Downloaded similar-asserts v1.7.0
18082026-07-01T22:31:08.255Z Downloaded target-triple v1.0.0
18092026-07-01T22:31:08.259Z Downloaded supports-color v2.1.0
18102026-07-01T22:31:08.264Z Downloaded knuffel-derive v3.2.0
18112026-07-01T22:31:08.267Z Downloaded rust-argon2 v2.1.0
18122026-07-01T22:31:08.267Z Downloaded libtest-mimic v0.8.1
18132026-07-01T22:31:08.270Z Downloaded escape8259 v0.5.3
18142026-07-01T22:31:08.270Z Downloaded assert-json-diff v2.0.2
18152026-07-01T22:31:08.273Z Downloaded assert_cmd v2.1.2
18162026-07-01T22:31:08.276Z Downloaded oorandom v11.1.5
18172026-07-01T22:31:08.276Z Downloaded trybuild v1.0.116
18182026-07-01T22:31:08.279Z Downloaded anes v0.1.6
18192026-07-01T22:31:08.281Z Downloaded plotters-backend v0.3.7
18202026-07-01T22:31:08.281Z Downloaded approx v0.5.1
18212026-07-01T22:31:08.281Z Downloaded supports-hyperlinks v2.1.0
18222026-07-01T22:31:08.281Z Downloaded plotters-svg v0.3.7
18232026-07-01T22:31:08.285Z Downloaded pathdiff v0.2.3
18242026-07-01T22:31:08.285Z Downloaded cast v0.3.0
18252026-07-01T22:31:08.339Z Downloaded miette-derive v5.10.0
18262026-07-01T22:31:08.340Z Downloaded linkme v0.3.35
18272026-07-01T22:31:08.340Z Downloaded target-lexicon v0.13.3
18282026-07-01T22:31:08.340Z Downloaded hickory-client v0.25.2
18292026-07-01T22:31:08.340Z Downloaded blake2b_simd v1.0.4
18302026-07-01T22:31:08.340Z Downloaded httptest v0.16.4
18312026-07-01T22:31:08.340Z Downloaded async-lock v3.4.2
18322026-07-01T22:31:08.340Z Downloaded datatest-stable v0.3.3
18332026-07-01T22:31:08.340Z Downloaded target-spec v3.5.7
18342026-07-01T22:31:08.340Z Downloaded criterion-plot v0.6.0
18352026-07-01T22:31:08.340Z Downloaded cfg-expr v0.20.6
18362026-07-01T22:31:08.340Z Downloaded tinytemplate v1.2.1
18372026-07-01T22:31:08.340Z Downloaded partial-io v0.5.4
18382026-07-01T22:31:08.340Z Downloaded event-listener v5.4.1
18392026-07-01T22:31:08.340Z Downloaded textwrap v0.15.2
18402026-07-01T22:31:08.340Z Downloaded rstest v0.25.0
18412026-07-01T22:31:08.340Z Downloaded knuffel v3.2.0
18422026-07-01T22:31:08.345Z Downloaded rustc-demangle v0.1.27
18432026-07-01T22:31:08.345Z Downloaded rand_distr v0.5.1
18442026-07-01T22:31:08.348Z Downloaded rstest_macros v0.25.0
18452026-07-01T22:31:08.348Z Downloaded miette v5.10.0
18462026-07-01T22:31:08.351Z Downloaded chumsky v0.9.3
18472026-07-01T22:31:08.351Z Downloaded fancy-regex v0.14.0
18482026-07-01T22:31:08.354Z Downloaded backtrace v0.3.76
18492026-07-01T22:31:08.362Z Downloaded guppy v0.17.25
18502026-07-01T22:31:08.368Z Downloaded plotters v0.3.7
18512026-07-01T22:31:08.373Z Downloaded hashbrown v0.14.5
18522026-07-01T22:31:08.387Z Downloaded gimli v0.32.3
18532026-07-01T22:31:08.487Z Downloaded httpmock v0.8.3
18542026-07-01T22:31:10.178Z Checking cfg-if v1.0.4
18552026-07-01T22:31:10.537Z Checking libc v0.2.185
18562026-07-01T22:31:10.542Z Checking serde_core v1.0.228
18572026-07-01T22:31:10.607Z Checking memchr v2.8.0
18582026-07-01T22:31:10.647Z Checking zeroize v1.8.2
18592026-07-01T22:31:10.651Z Checking smallvec v1.15.1
18602026-07-01T22:31:10.715Z Checking rand_core v0.10.0
18612026-07-01T22:31:10.756Z Checking itoa v1.0.17
18622026-07-01T22:31:10.786Z Checking subtle v2.6.1
18632026-07-01T22:31:10.839Z Checking log v0.4.29
18642026-07-01T22:31:10.885Z Checking libm v0.2.16
18652026-07-01T22:31:10.930Z Checking typenum v1.20.1
18662026-07-01T22:31:10.970Z Checking getrandom v0.4.1
18672026-07-01T22:31:10.970Z Checking errno v0.3.14
18682026-07-01T22:31:11.042Z Checking scopeguard v1.2.0
18692026-07-01T22:31:11.081Z Checking stable_deref_trait v1.2.1
18702026-07-01T22:31:11.117Z Checking zmij v1.0.21
18712026-07-01T22:31:11.155Z Checking zerofrom v0.1.6
18722026-07-01T22:31:11.194Z Checking lock_api v0.4.14
18732026-07-01T22:31:11.232Z Checking percent-encoding v2.3.2
18742026-07-01T22:31:11.269Z Checking litemap v0.8.1
18752026-07-01T22:31:11.304Z Checking yoke v0.8.1
18762026-07-01T22:31:11.350Z Checking writeable v0.6.2
18772026-07-01T22:31:11.402Z Checking icu_properties_data v2.1.2
18782026-07-01T22:31:11.437Z Checking icu_normalizer_data v2.1.1
18792026-07-01T22:31:11.474Z Checking pin-project-lite v0.2.17
18802026-07-01T22:31:11.510Z Checking zerovec v0.11.5
18812026-07-01T22:31:11.545Z Checking zerotrie v0.2.3
18822026-07-01T22:31:11.579Z Checking num-traits v0.2.19
18832026-07-01T22:31:11.582Z Checking form_urlencoded v1.2.2
18842026-07-01T22:31:11.647Z Checking utf8_iter v1.0.4
18852026-07-01T22:31:11.688Z Checking parking_lot_core v0.9.12
18862026-07-01T22:31:11.725Z Checking zerocopy v0.8.40
18872026-07-01T22:31:11.774Z Checking portable-atomic v1.13.1
18882026-07-01T22:31:11.816Z Checking critical-section v1.2.0
18892026-07-01T22:31:11.854Z Checking signal-hook-registry v1.4.8
18902026-07-01T22:31:11.903Z Checking parking_lot v0.12.5
18912026-07-01T22:31:11.947Z Checking mio v1.2.0
18922026-07-01T22:31:11.983Z Checking tinystr v0.8.2
18932026-07-01T22:31:12.042Z Checking potential_utf v0.1.4
18942026-07-01T22:31:12.096Z Checking serde v1.0.228
18952026-07-01T22:31:12.132Z Checking bitflags v2.11.0
18962026-07-01T22:31:12.135Z Checking serde_json v1.0.150
18972026-07-01T22:31:12.199Z Checking icu_locale_core v2.1.1
18982026-07-01T22:31:12.202Z Checking icu_collections v2.1.1
18992026-07-01T22:31:12.267Z Checking once_cell v1.21.3
19002026-07-01T22:31:12.318Z Checking socket2 v0.6.3
19012026-07-01T22:31:12.358Z Checking iana-time-zone v0.1.65
19022026-07-01T22:31:12.487Z Checking uuid v1.23.4
19032026-07-01T22:31:12.528Z Checking bytes v1.11.1
19042026-07-01T22:31:12.531Z Checking chrono v0.4.44
19052026-07-01T22:31:12.597Z Checking thiserror v2.0.18
19062026-07-01T22:31:12.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19072026-07-01T22:31:12.726Z Checking semver v1.0.28
19082026-07-01T22:31:12.770Z Checking icu_provider v2.1.1
19092026-07-01T22:31:12.820Z Checking futures-core v0.3.32
19102026-07-01T22:31:12.856Z Checking dyn-clone v1.0.20
19112026-07-01T22:31:12.943Z Checking getrandom v0.2.17
19122026-07-01T22:31:12.980Z Checking equivalent v1.0.2
19132026-07-01T22:31:12.983Z Checking cmov v0.5.4
19142026-07-01T22:31:13.047Z Checking rustix v1.1.3
19152026-07-01T22:31:13.050Z Checking icu_normalizer v2.1.1
19162026-07-01T22:31:13.079Z Checking icu_properties v2.1.2
19172026-07-01T22:31:13.146Z Checking tokio v1.52.1
19182026-07-01T22:31:13.149Z Checking rand_core v0.6.4
19192026-07-01T22:31:13.220Z Checking ctutils v0.4.2
19202026-07-01T22:31:13.383Z Checking byteorder v1.5.0
19212026-07-01T22:31:13.418Z Checking futures-sink v0.3.32
19222026-07-01T22:31:13.421Z Checking slab v0.4.12
19232026-07-01T22:31:13.484Z Checking hybrid-array v0.4.13
19242026-07-01T22:31:13.544Z Checking futures-channel v0.3.32
19252026-07-01T22:31:13.607Z Checking futures-task v0.3.32
19262026-07-01T22:31:13.643Z Checking futures-io v0.3.32
19272026-07-01T22:31:13.764Z Checking generic-array v0.14.7
19282026-07-01T22:31:13.800Z Checking thiserror v1.0.69
19292026-07-01T22:31:13.803Z Checking futures-util v0.3.32
19302026-07-01T22:31:13.895Z Checking getrandom v0.3.4
19312026-07-01T22:31:13.932Z Checking hashbrown v0.17.0
19322026-07-01T22:31:13.966Z Checking idna_adapter v1.2.1
19332026-07-01T22:31:14.068Z Checking base64ct v1.8.3
19342026-07-01T22:31:14.108Z Checking idna v1.1.0
19352026-07-01T22:31:14.237Z Checking const-oid v0.9.6
19362026-07-01T22:31:14.272Z Checking crypto-common v0.2.2
19372026-07-01T22:31:14.332Z Checking crypto-common v0.1.7
19382026-07-01T22:31:14.386Z Checking url v2.5.8
19392026-07-01T22:31:14.423Z Checking indexmap v2.14.0
19402026-07-01T22:31:14.480Z Checking fnv v1.0.7
19412026-07-01T22:31:14.515Z Checking ppv-lite86 v0.2.21
19422026-07-01T22:31:14.602Z Checking regex-syntax v0.8.10
19432026-07-01T22:31:14.831Z Checking block-buffer v0.12.1
19442026-07-01T22:31:14.867Z Checking schemars v0.8.22
19452026-07-01T22:31:14.901Z Checking block-buffer v0.10.4
19462026-07-01T22:31:14.951Z Checking http v1.4.2
19472026-07-01T22:31:15.005Z Checking tracing-core v0.1.36
19482026-07-01T22:31:15.040Z Checking utf8parse v0.2.2
19492026-07-01T22:31:15.074Z Checking digest v0.10.7
19502026-07-01T22:31:15.180Z Checking base64 v0.22.1
19512026-07-01T22:31:15.303Z Checking anstyle v1.0.14
19522026-07-01T22:31:15.350Z Checking tracing v0.1.44
19532026-07-01T22:31:15.451Z Checking colorchoice v1.0.4
19542026-07-01T22:31:15.519Z Checking is_terminal_polyfill v1.70.2
19552026-07-01T22:31:15.558Z Checking anstyle-query v1.1.5
19562026-07-01T22:31:15.561Z Checking ipnet v2.11.0
19572026-07-01T22:31:15.627Z Checking const-oid v0.10.2
19582026-07-01T22:31:15.630Z Checking anstyle-parse v1.0.0
19592026-07-01T22:31:15.693Z Checking terminal_size v0.4.3
19602026-07-01T22:31:15.696Z Checking aho-corasick v1.1.4
19612026-07-01T22:31:15.804Z Checking crossbeam-utils v0.8.21
19622026-07-01T22:31:15.841Z Checking unicode-ident v1.0.24
19632026-07-01T22:31:15.843Z Checking anstream v1.0.0
19642026-07-01T22:31:15.844Z Checking clap_lex v1.0.0
19652026-07-01T22:31:15.938Z Checking strsim v0.11.1
19662026-07-01T22:31:15.971Z Checking powerfmt v0.2.0
19672026-07-01T22:31:16.005Z Checking proc-macro2 v1.0.106
19682026-07-01T22:31:16.077Z Checking httparse v1.10.1
19692026-07-01T22:31:16.114Z Checking num-conv v0.2.0
19702026-07-01T22:31:16.147Z Checking clap_builder v4.6.0
19712026-07-01T22:31:16.150Z Checking deranged v0.5.8
19722026-07-01T22:31:16.213Z Checking time-core v0.1.8
19732026-07-01T22:31:16.255Z Checking num_threads v0.1.7
19742026-07-01T22:31:16.312Z Checking cpufeatures v0.3.0
19752026-07-01T22:31:16.346Z Checking quote v1.0.45
19762026-07-01T22:31:16.381Z Checking rand_core v0.9.5
19772026-07-01T22:31:16.385Z Checking digest v0.11.3
19782026-07-01T22:31:16.448Z Checking erased-serde v0.3.31
19792026-07-01T22:31:16.451Z Checking regex-automata v0.4.14
19802026-07-01T22:31:16.481Z Checking tokio-util v0.7.18
19812026-07-01T22:31:16.546Z Checking syn v2.0.117
19822026-07-01T22:31:16.581Z Checking http-body v1.0.1
19832026-07-01T22:31:16.627Z Checking cpufeatures v0.2.17
19842026-07-01T22:31:16.731Z Checking allocator-api2 v0.2.21
19852026-07-01T22:31:16.767Z Checking atomic-waker v1.1.2
19862026-07-01T22:31:16.860Z Checking slog v2.8.2
19872026-07-01T22:31:16.896Z Checking rand_chacha v0.9.0
19882026-07-01T22:31:17.041Z Checking aws-lc-sys v0.40.0
19892026-07-01T22:31:17.106Z Checking time v0.3.47
19902026-07-01T22:31:17.142Z Checking anyhow v1.0.102
19912026-07-01T22:31:17.145Z Checking rustls-pki-types v1.14.0
19922026-07-01T22:31:17.210Z Checking httpdate v1.0.3
19932026-07-01T22:31:17.366Z Checking try-lock v0.2.5
19942026-07-01T22:31:17.401Z Checking untrusted v0.7.1
19952026-07-01T22:31:17.456Z Checking clap v4.6.1
19962026-07-01T22:31:17.492Z Checking h2 v0.4.15
19972026-07-01T22:31:17.495Z Checking want v0.3.1
19982026-07-01T22:31:17.558Z Checking rand v0.9.2
19992026-07-01T22:31:17.561Z Checking aws-lc-rs v1.16.3
20002026-07-01T22:31:17.626Z Checking tower-layer v0.3.3
20012026-07-01T22:31:17.660Z Checking ryu v1.0.23
20022026-07-01T22:31:17.802Z Checking tower-service v0.3.3
20032026-07-01T22:31:18.841Z Checking ipnetwork v0.21.1
20042026-07-01T22:31:18.844Z Checking hex v0.4.3
20052026-07-01T22:31:18.844Z Checking untrusted v0.9.0
20062026-07-01T22:31:18.844Z Checking fastrand v2.3.0
20072026-07-01T22:31:18.844Z Checking mime v0.3.17
20082026-07-01T22:31:18.844Z Checking pem-rfc7468 v0.7.0
20092026-07-01T22:31:18.844Z Checking block-padding v0.4.2
20102026-07-01T22:31:18.844Z Checking spin v0.9.8
20112026-07-01T22:31:18.844Z Checking flagset v0.4.7
20122026-07-01T22:31:18.844Z Checking http-body-util v0.1.3
20132026-07-01T22:31:18.844Z Checking inout v0.2.2
20142026-07-01T22:31:18.845Z Checking pretty-hex v0.4.1
20152026-07-01T22:31:18.845Z Checking rustls-webpki v0.103.9
20162026-07-01T22:31:18.845Z Checking simd-adler32 v0.3.8
20172026-07-01T22:31:18.845Z Checking der v0.7.10
20182026-07-01T22:31:18.845Z Checking tempfile v3.25.0
20192026-07-01T22:31:18.845Z Checking adler2 v2.0.1
20202026-07-01T22:31:18.845Z Checking openssl-probe v0.2.1
20212026-07-01T22:31:18.845Z Checking plain v0.2.3
20222026-07-01T22:31:18.845Z Checking miniz_oxide v0.8.9
20232026-07-01T22:31:18.845Z Checking cipher v0.5.2
20242026-07-01T22:31:18.845Z Checking regex v1.12.3
20252026-07-01T22:31:18.845Z Checking serde_urlencoded v0.7.1
20262026-07-01T22:31:18.888Z Checking camino v1.2.2
20272026-07-01T22:31:18.923Z Checking rustls v0.23.41
20282026-07-01T22:31:19.043Z Checking encoding_rs v0.8.35
20292026-07-01T22:31:19.085Z Checking ucd-trie v0.1.7
20302026-07-01T22:31:19.126Z Checking rand_chacha v0.3.1
20312026-07-01T22:31:19.129Z Checking oxnet v0.1.6
20322026-07-01T22:31:19.193Z Checking sync_wrapper v1.0.2
20332026-07-01T22:31:19.246Z Checking pest v2.8.6
20342026-07-01T22:31:19.298Z Checking spki v0.7.3
20352026-07-01T22:31:19.333Z Checking either v1.15.0
20362026-07-01T22:31:19.368Z Checking rand v0.8.6
20372026-07-01T22:31:19.444Z Checking tower v0.5.3
20382026-07-01T22:31:19.492Z Checking futures-executor v0.3.32
20392026-07-01T22:31:19.598Z Checking crc32fast v1.5.0
20402026-07-01T22:31:19.732Z Checking iri-string v0.7.10
20412026-07-01T22:31:19.782Z Checking futures v0.3.32
20422026-07-01T22:31:19.873Z Checking static_assertions v1.1.0
20432026-07-01T22:31:19.909Z Checking foldhash v0.2.0
20442026-07-01T22:31:19.944Z Checking pkcs8 v0.10.2
20452026-07-01T22:31:19.978Z Checking openapiv3 v2.2.0
20462026-07-01T22:31:20.028Z Checking hubpack v0.1.2
20472026-07-01T22:31:20.086Z Checking hashbrown v0.16.1
20482026-07-01T22:31:20.126Z Checking zlib-rs v0.6.2
20492026-07-01T22:31:20.237Z Checking rustls-native-certs v0.8.3
20502026-07-01T22:31:20.358Z Checking sha2 v0.10.9
20512026-07-01T22:31:20.394Z Checking hyper v1.10.1
20522026-07-01T22:31:20.428Z Checking strum v0.26.3
20532026-07-01T22:31:20.565Z Checking psl-types v2.0.11
20542026-07-01T22:31:20.637Z Checking lazy_static v1.5.0
20552026-07-01T22:31:20.673Z Checking cookie v0.18.1
20562026-07-01T22:31:20.710Z Checking publicsuffix v2.3.0
20572026-07-01T22:31:20.759Z Checking tinyvec_macros v0.1.1
20582026-07-01T22:31:20.821Z Checking tower-http v0.6.8
20592026-07-01T22:31:20.858Z Checking tinyvec v1.10.0
20602026-07-01T22:31:20.897Z Checking scroll v0.13.0
20612026-07-01T22:31:20.933Z Checking cookie_store v0.22.1
20622026-07-01T22:31:21.062Z Checking flate2 v1.1.9
20632026-07-01T22:31:21.125Z Checking signature v2.2.0
20642026-07-01T22:31:21.160Z Checking goblin v0.10.5
20652026-07-01T22:31:21.194Z Checking num-integer v0.1.46
20662026-07-01T22:31:21.270Z Checking tokio-rustls v0.26.4
20672026-07-01T22:31:21.281Z Checking rustls-platform-verifier v0.6.2
20682026-07-01T22:31:21.318Z Checking memmap2 v0.9.10
20692026-07-01T22:31:21.321Z Checking data-encoding v2.10.0
20702026-07-01T22:31:21.385Z Checking hyper-util v0.1.20
20712026-07-01T22:31:21.388Z Checking bit-vec v0.8.0
20722026-07-01T22:31:21.452Z Checking dtrace-parser v0.3.0
20732026-07-01T22:31:21.455Z Checking hmac v0.12.1
20742026-07-01T22:31:21.518Z Checking wait-timeout v0.2.1
20752026-07-01T22:31:21.520Z Checking thread-id v5.1.0
20762026-07-01T22:31:21.633Z Checking bit-set v0.8.0
20772026-07-01T22:31:21.636Z Checking bstr v1.12.1
20782026-07-01T22:31:21.700Z Checking crossbeam-epoch v0.9.18
20792026-07-01T22:31:21.703Z Checking anstyle-parse v0.2.7
20802026-07-01T22:31:21.731Z Checking ahash v0.8.12
20812026-07-01T22:31:21.734Z Checking serde_spanned v0.6.9
20822026-07-01T22:31:21.829Z Checking toml_datetime v0.6.11
20832026-07-01T22:31:21.909Z Checking quick-error v1.2.3
20842026-07-01T22:31:21.945Z Checking anstream v0.6.21
20852026-07-01T22:31:21.948Z Checking rand_xorshift v0.4.0
20862026-07-01T22:31:22.013Z Checking memoffset v0.9.1
20872026-07-01T22:31:22.049Z Checking scroll v0.12.0
20882026-07-01T22:31:22.054Z Checking rusty-fork v0.3.1
20892026-07-01T22:31:22.117Z Checking unarray v0.1.4
20902026-07-01T22:31:22.120Z Checking x509-cert v0.2.5
20912026-07-01T22:31:22.120Z Checking zerocopy v0.7.35
20922026-07-01T22:31:22.214Z Checking unicode-segmentation v1.12.0
20932026-07-01T22:31:22.250Z Checking num-iter v0.1.45
20942026-07-01T22:31:22.285Z Checking proptest v1.10.0
20952026-07-01T22:31:22.322Z Checking goblin v0.8.2
20962026-07-01T22:31:22.389Z Checking dtrace-parser v0.2.0
20972026-07-01T22:31:22.553Z Checking ff v0.13.1
20982026-07-01T22:31:22.650Z Checking thread-id v4.2.2
20992026-07-01T22:31:22.653Z Checking hyper-rustls v0.27.7
21002026-07-01T22:31:22.719Z Checking foreign-types-shared v0.1.1
21012026-07-01T22:31:22.721Z Checking base16ct v0.2.0
21022026-07-01T22:31:22.785Z Checking group v0.13.0
21032026-07-01T22:31:22.831Z Checking foreign-types v0.3.2
21042026-07-01T22:31:22.867Z Checking nix v0.31.2
21052026-07-01T22:31:22.901Z Checking sec1 v0.7.3
21062026-07-01T22:31:22.936Z Checking reqwest v0.13.2
21072026-07-01T22:31:22.939Z Checking hkdf v0.12.4
21082026-07-01T22:31:23.002Z Checking crypto-bigint v0.5.5
21092026-07-01T22:31:23.129Z Checking rustix v0.38.44
21102026-07-01T22:31:23.132Z Checking openssl-sys v0.9.115
21112026-07-01T22:31:23.478Z Checking dof v0.4.0
21122026-07-01T22:31:23.559Z Checking env_filter v1.0.0
21132026-07-01T22:31:23.735Z Checking keccak v0.1.6
21142026-07-01T22:31:23.800Z Checking same-file v1.0.6
21152026-07-01T22:31:23.916Z Checking winnow v0.7.14
21162026-07-01T22:31:23.952Z Checking walkdir v2.5.0
21172026-07-01T22:31:23.955Z Checking sha3 v0.10.8
21182026-07-01T22:31:24.020Z Checking elliptic-curve v0.13.8
21192026-07-01T22:31:24.086Z Checking env_logger v0.11.9
21202026-07-01T22:31:24.090Z Checking newtype-uuid v1.3.2
21212026-07-01T22:31:24.155Z Checking usdt-impl v0.6.0
21222026-07-01T22:31:24.159Z Checking openssl v0.10.79
21232026-07-01T22:31:24.224Z Checking dof v0.3.0
21242026-07-01T22:31:24.227Z Checking num-bigint-dig v0.8.6
21252026-07-01T22:31:24.302Z Checking pkcs1 v0.7.5
21262026-07-01T22:31:24.343Z Checking daft v0.1.7
21272026-07-01T22:31:24.378Z Checking itertools v0.13.0
21282026-07-01T22:31:24.466Z Checking usdt v0.6.0
21292026-07-01T22:31:24.533Z Checking usdt-impl v0.5.0
21302026-07-01T22:31:24.538Z Checking serde_with v3.17.0
21312026-07-01T22:31:24.605Z Checking siphasher v1.0.2
21322026-07-01T22:31:24.657Z Checking winnow v1.0.3
21332026-07-01T22:31:24.788Z Checking bitflags v1.3.2
21342026-07-01T22:31:24.846Z Checking unicode-normalization v0.1.25
21352026-07-01T22:31:24.893Z Checking signal-hook v0.3.18
21362026-07-01T22:31:24.973Z Checking toml_parser v1.1.2+spec-1.1.0
21372026-07-01T22:31:25.083Z Checking rsa v0.9.10
21382026-07-01T22:31:25.119Z Checking toml_write v0.1.2
21392026-07-01T22:31:25.155Z Checking winnow v0.5.40
21402026-07-01T22:31:25.301Z Checking managed v0.8.0
21412026-07-01T22:31:25.337Z Checking toml_edit v0.22.27
21422026-07-01T22:31:25.372Z Checking chacha20 v0.10.0
21432026-07-01T22:31:25.449Z Checking curve25519-dalek v4.1.3
21442026-07-01T22:31:25.517Z Checking bzip2-sys v0.1.13+1.0.8
21452026-07-01T22:31:25.590Z Checking object v0.37.3
21462026-07-01T22:31:25.633Z Checking foldhash v0.1.5
21472026-07-01T22:31:25.668Z Checking bzip2 v0.4.4
21482026-07-01T22:31:25.796Z Checking hashbrown v0.15.5
21492026-07-01T22:31:25.858Z Checking signal-hook-mio v0.2.5
21502026-07-01T22:31:25.994Z Checking globset v0.4.18
21512026-07-01T22:31:26.049Z Checking ed25519 v2.2.3
21522026-07-01T22:31:26.238Z Checking ref-cast v1.0.25
21532026-07-01T22:31:26.241Z Checking native-tls v0.2.18
21542026-07-01T22:31:26.307Z Checking zstd-sys v2.0.16+zstd.1.5.7
21552026-07-01T22:31:26.310Z Checking ed25519-dalek v2.2.0
21562026-07-01T22:31:26.310Z Checking zip v0.6.6
21572026-07-01T22:31:26.405Z Checking toml_edit v0.19.15
21582026-07-01T22:31:26.408Z Checking pin-project v1.1.11
21592026-07-01T22:31:26.470Z Checking zstd-safe v7.2.4
21602026-07-01T22:31:26.474Z Checking tokio-native-tls v0.3.1
21612026-07-01T22:31:26.474Z Checking libbz2-rs-sys v0.2.2
21622026-07-01T22:31:26.570Z Checking bumpalo v3.20.2
21632026-07-01T22:31:26.627Z Checking crossterm v0.28.1
21642026-07-01T22:31:26.661Z Checking zstd v0.13.3
21652026-07-01T22:31:26.699Z Checking hyper-tls v0.6.0
21662026-07-01T22:31:26.703Z Checking similar v2.7.0
21672026-07-01T22:31:26.794Z Checking zopfli v0.8.3
21682026-07-01T22:31:26.875Z Checking fs-err v3.3.0
21692026-07-01T22:31:26.910Z Checking reqwest v0.12.28
21702026-07-01T22:31:26.945Z Checking bzip2 v0.6.1
21712026-07-01T22:31:27.132Z Checking pem v3.0.6
21722026-07-01T22:31:27.135Z Checking hash32 v0.2.1
21732026-07-01T22:31:27.202Z Checking serde-big-array v0.5.1
21742026-07-01T22:31:27.206Z Checking predicates-core v1.0.10
21752026-07-01T22:31:27.316Z Checking unicode-bidi v0.3.18
21762026-07-01T22:31:27.352Z Checking jiff v0.2.21
21772026-07-01T22:31:27.356Z Checking unicode-properties v0.1.4
21782026-07-01T22:31:27.421Z Checking heapless v0.7.17
21792026-07-01T22:31:27.425Z Checking snafu v0.8.9
21802026-07-01T22:31:27.489Z Checking toml v0.7.8
21812026-07-01T22:31:27.562Z Checking olpc-cjson v0.1.4
21822026-07-01T22:31:27.633Z Checking stringprep v0.1.5
21832026-07-01T22:31:27.681Z Checking hickory-proto v0.25.2
21842026-07-01T22:31:27.718Z Checking md-5 v0.10.6
21852026-07-01T22:31:27.753Z Checking serde_plain v1.0.2
21862026-07-01T22:31:27.816Z Checking float-cmp v0.10.0
21872026-07-01T22:31:27.853Z Checking normalize-line-endings v0.3.0
21882026-07-01T22:31:27.889Z Checking difflib v0.4.0
21892026-07-01T22:31:27.892Z Checking fallible-iterator v0.2.0
21902026-07-01T22:31:27.956Z Checking typed-path v0.9.3
21912026-07-01T22:31:27.959Z Checking smoltcp v0.9.1
21922026-07-01T22:31:28.023Z Checking iddqd v0.4.2
21932026-07-01T22:31:28.027Z Checking phf_shared v0.13.1
21942026-07-01T22:31:28.088Z Checking predicates v3.1.4
21952026-07-01T22:31:28.215Z Checking postgres-protocol v0.6.10
21962026-07-01T22:31:28.276Z Checking phf_shared v0.11.3
21972026-07-01T22:31:28.411Z Checking tokio-stream v0.1.18
21982026-07-01T22:31:28.451Z Checking buf-list v1.1.2
21992026-07-01T22:31:28.555Z Checking strum v0.27.2
22002026-07-01T22:31:28.591Z Checking fixedbitset v0.4.2
22012026-07-01T22:31:28.660Z Checking fixedbitset v0.5.7
22022026-07-01T22:31:28.699Z Checking new_debug_unreachable v1.0.6
22032026-07-01T22:31:28.774Z Checking precomputed-hash v0.1.1
22042026-07-01T22:31:28.811Z Checking lalrpop-util v0.19.12
22052026-07-01T22:31:28.814Z Checking tough v0.22.0
22062026-07-01T22:31:28.814Z Checking petgraph v0.6.5
22072026-07-01T22:31:28.910Z Checking petgraph v0.8.3
22082026-07-01T22:31:28.914Z Checking string_cache v0.8.9
22092026-07-01T22:31:28.978Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-07-01T22:31:29.027Z Checking postgres-types v0.2.12
22112026-07-01T22:31:29.105Z Checking phf v0.13.1
22122026-07-01T22:31:29.288Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-07-01T22:31:29.354Z Checking whoami v2.1.0
22142026-07-01T22:31:29.580Z Checking peg-runtime v0.8.5
22152026-07-01T22:31:29.583Z Checking tokio-postgres v0.7.16
22162026-07-01T22:31:29.664Z Checking zip v4.6.1
22172026-07-01T22:31:29.866Z Checking is-terminal v0.4.17
22182026-07-01T22:31:29.991Z Checking crossbeam-channel v0.5.15
22192026-07-01T22:31:30.153Z Checking thread_local v1.1.9
22202026-07-01T22:31:30.276Z Compiling structmeta-derive v0.3.0
22212026-07-01T22:31:30.354Z Checking term v1.2.1
22222026-07-01T22:31:30.391Z Checking take_mut v0.2.2
22232026-07-01T22:31:30.522Z Checking slog-async v2.8.0
22242026-07-01T22:31:30.559Z Compiling newtype-uuid-macros v0.1.0
22252026-07-01T22:31:30.562Z Compiling multer v3.1.0
22262026-07-01T22:31:30.626Z Checking slog-term v2.9.2
22272026-07-01T22:31:30.721Z Compiling async-stream-impl v0.3.6
22282026-07-01T22:31:30.893Z Checking match_cfg v0.1.0
22292026-07-01T22:31:30.929Z Checking slog-json v2.6.1
22302026-07-01T22:31:30.933Z Compiling dropshot v0.17.1
22312026-07-01T22:31:30.996Z Checking hostname v0.3.1
22322026-07-01T22:31:31.030Z Compiling dropshot_endpoint v0.17.1
22332026-07-01T22:31:31.124Z Checking debug-ignore v1.0.5
22342026-07-01T22:31:31.160Z Checking slog-bunyan v2.5.0
22352026-07-01T22:31:31.254Z Checking progenitor-client v0.14.0
22362026-07-01T22:31:31.289Z Checking sha1 v0.11.0
22372026-07-01T22:31:31.324Z Checking serde_path_to_error v0.1.20
22382026-07-01T22:31:31.390Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392026-07-01T22:31:31.393Z Compiling structmeta v0.3.0
22402026-07-01T22:31:31.420Z Checking serde_spanned v1.1.1
22412026-07-01T22:31:31.492Z Checking toml_datetime v1.1.1+spec-1.1.0
22422026-07-01T22:31:31.531Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432026-07-01T22:31:31.535Z Checking toml_writer v1.1.1+spec-1.1.0
22442026-07-01T22:31:31.608Z Checking compression-core v0.4.31
22452026-07-01T22:31:31.644Z Checking async-stream v0.3.6
22462026-07-01T22:31:31.677Z Compiling derive-ex v0.1.8
22472026-07-01T22:31:31.765Z Checking toml v1.1.2+spec-1.1.0
22482026-07-01T22:31:31.769Z Checking compression-codecs v0.4.37
22492026-07-01T22:31:31.832Z Checking rustls-pemfile v2.2.0
22502026-07-01T22:31:31.867Z Checking waitgroup v0.1.2
22512026-07-01T22:31:31.957Z Checking hostname v0.4.2
22522026-07-01T22:31:31.994Z Checking async-compression v0.4.41
22532026-07-01T22:31:31.997Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-07-01T22:31:31.997Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22552026-07-01T22:31:31.997Z Checking atomicwrites v0.4.4
22562026-07-01T22:31:32.123Z Checking itertools v0.14.0
22572026-07-01T22:31:32.159Z Compiling parse-display-derive v0.10.0
22582026-07-01T22:31:32.230Z Checking macaddr v1.0.1
22592026-07-01T22:31:32.265Z Checking regress v0.10.5
22602026-07-01T22:31:32.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612026-07-01T22:31:32.397Z Checking instant v0.1.13
22622026-07-01T22:31:32.434Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22632026-07-01T22:31:32.511Z Checking backoff v0.4.0
22642026-07-01T22:31:32.699Z Checking backon v1.6.0
22652026-07-01T22:31:32.737Z Checking humantime v2.3.0
22662026-07-01T22:31:32.770Z Checking unicode-width v0.2.0
22672026-07-01T22:31:32.890Z Checking progenitor-extras v0.2.0
22682026-07-01T22:31:32.942Z Compiling convert_case v0.4.0
22692026-07-01T22:31:33.044Z Checking heck v0.5.0
22702026-07-01T22:31:33.141Z Checking half v2.7.1
22712026-07-01T22:31:33.196Z Checking ciborium-io v0.2.2
22722026-07-01T22:31:33.232Z Checking secrecy v0.10.3
22732026-07-01T22:31:33.316Z Checking camino-tempfile v1.4.1
22742026-07-01T22:31:33.350Z Compiling derive_more v0.99.20
22752026-07-01T22:31:33.383Z Compiling test-strategy v0.4.5
22762026-07-01T22:31:33.387Z Compiling regress v0.11.1
22772026-07-01T22:31:33.447Z Checking ciborium-ll v0.2.2
22782026-07-01T22:31:33.500Z Checking indent_write v2.2.0
22792026-07-01T22:31:33.648Z Checking ciborium v0.2.2
22802026-07-01T22:31:33.718Z Compiling crucible-workspace-hack v0.1.0
22812026-07-01T22:31:33.880Z Checking parse-display v0.10.0
22822026-07-01T22:31:33.986Z Compiling unsafe-libyaml v0.2.11
22832026-07-01T22:31:34.102Z Checking inout v0.1.4
22842026-07-01T22:31:34.155Z Checking universal-hash v0.5.1
22852026-07-01T22:31:34.268Z Checking cipher v0.4.4
22862026-07-01T22:31:34.309Z Compiling thiserror-impl-no-std v2.0.2
22872026-07-01T22:31:34.500Z Checking swrite v0.1.0
22882026-07-01T22:31:34.622Z Compiling serde_yaml v0.9.34+deprecated
22892026-07-01T22:31:34.744Z Checking opaque-debug v0.3.1
22902026-07-01T22:31:34.843Z Checking poly1305 v0.8.0
22912026-07-01T22:31:34.879Z Checking chacha20 v0.9.1
22922026-07-01T22:31:34.918Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22932026-07-01T22:31:35.103Z Compiling typify-impl v0.6.2
22942026-07-01T22:31:35.188Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952026-07-01T22:31:35.359Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-07-01T22:31:35.535Z Checking blake2 v0.10.6
22972026-07-01T22:31:35.572Z Checking thiserror-no-std v2.0.2
22982026-07-01T22:31:35.688Z Checking aead v0.5.2
22992026-07-01T22:31:35.810Z Checking password-hash v0.5.0
23002026-07-01T22:31:35.868Z Checking chacha20poly1305 v0.10.1
23012026-07-01T22:31:35.989Z Checking vsss-rs v3.3.4
23022026-07-01T22:31:36.030Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23032026-07-01T22:31:36.075Z Checking argon2 v0.5.3
23042026-07-01T22:31:36.171Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23052026-07-01T22:31:36.450Z Checking byte-wrapper v0.1.0
23062026-07-01T22:31:36.485Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-01T22:31:36.520Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23082026-07-01T22:31:36.523Z Checking crossbeam-deque v0.8.6
23092026-07-01T22:31:36.683Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23102026-07-01T22:31:36.730Z Compiling rayon-core v1.13.0
23112026-07-01T22:31:36.770Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-07-01T22:31:36.803Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23132026-07-01T22:31:37.073Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-07-01T22:31:37.167Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152026-07-01T22:31:37.390Z Compiling proc-macro-error v1.0.4
23162026-07-01T22:31:37.438Z Checking rayon v1.11.0
23172026-07-01T22:31:37.729Z Compiling proc-macro-crate v3.4.0
23182026-07-01T22:31:38.129Z Checking tabwriter v1.4.1
23192026-07-01T22:31:38.164Z Checking toml v0.8.23
23202026-07-01T22:31:38.303Z Checking glob v0.3.3
23212026-07-01T22:31:38.307Z Compiling num_enum_derive v0.7.6
23222026-07-01T22:31:38.372Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23232026-07-01T22:31:38.375Z Checking colored v3.1.1
23242026-07-01T22:31:38.497Z Compiling heapless v0.8.0
23252026-07-01T22:31:38.534Z Compiling ingot-macros v0.1.1
23262026-07-01T22:31:38.537Z Checking hash32 v0.3.1
23272026-07-01T22:31:38.626Z Checking unicode-width v0.1.14
23282026-07-01T22:31:38.718Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-07-01T22:31:38.906Z Compiling smoltcp v0.11.0
23302026-07-01T22:31:38.941Z Checking cobs v0.3.0
23312026-07-01T22:31:39.017Z Compiling usdt-macro v0.5.0
23322026-07-01T22:31:39.111Z Compiling usdt-attr-macro v0.5.0
23332026-07-01T22:31:39.165Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23342026-07-01T22:31:39.332Z Checking memmap v0.7.0
23352026-07-01T22:31:39.399Z Checking num_enum v0.7.6
23362026-07-01T22:31:39.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-07-01T22:31:39.543Z Checking postcard v1.1.3
23382026-07-01T22:31:39.662Z Compiling typify-macro v0.6.2
23392026-07-01T22:31:39.745Z Checking rand v0.10.1
23402026-07-01T22:31:39.784Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23412026-07-01T22:31:39.860Z Compiling proc-macro-crate v1.3.1
23422026-07-01T22:31:39.924Z Checking usdt v0.5.0
23432026-07-01T22:31:40.022Z Checking sigpipe v0.1.3
23442026-07-01T22:31:40.122Z Compiling foreign-types-macros v0.2.3
23452026-07-01T22:31:40.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23462026-07-01T22:31:40.294Z Checking foreign-types-shared v0.3.1
23472026-07-01T22:31:40.339Z Compiling num_enum_derive v0.5.11
23482026-07-01T22:31:40.558Z Checking cstr-argument v0.1.2
23492026-07-01T22:31:40.667Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23502026-07-01T22:31:40.712Z Compiling num-derive v0.4.2
23512026-07-01T22:31:40.779Z Checking foreign-types v0.5.0
23522026-07-01T22:31:40.838Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23532026-07-01T22:31:40.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23542026-07-01T22:31:41.149Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-07-01T22:31:41.191Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23562026-07-01T22:31:41.289Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-01T22:31:41.325Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-07-01T22:31:41.394Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-07-01T22:31:41.428Z Checking num_enum v0.5.11
23602026-07-01T22:31:41.461Z Compiling typify v0.6.2
23612026-07-01T22:31:41.525Z Checking ingot-types v0.1.2
23622026-07-01T22:31:41.528Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-07-01T22:31:41.592Z Checking progenitor-impl v0.14.0
23642026-07-01T22:31:41.595Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23652026-07-01T22:31:41.690Z Compiling zone_cfg_derive v0.3.1
23662026-07-01T22:31:41.870Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23672026-07-01T22:31:41.908Z Checking ingot v0.1.1
23682026-07-01T22:31:41.941Z Checking itertools v0.12.1
23692026-07-01T22:31:42.067Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-07-01T22:31:42.349Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23712026-07-01T22:31:42.468Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-07-01T22:31:42.512Z Checking smf v0.2.3
23732026-07-01T22:31:42.545Z Checking whoami v1.6.1
23742026-07-01T22:31:42.577Z Checking tokio-dtrace v0.1.1
23752026-07-01T22:31:42.709Z Compiling derive-where v1.6.0
23762026-07-01T22:31:42.746Z Checking console v0.15.11
23772026-07-01T22:31:42.779Z Checking newline-converter v0.3.0
23782026-07-01T22:31:42.811Z Checking oxide-tokio-rt v0.1.4
23792026-07-01T22:31:42.913Z Checking bytecount v0.6.9
23802026-07-01T22:31:42.965Z Checking zone v0.3.1
23812026-07-01T22:31:43.003Z Compiling owo-colors v4.3.0
23822026-07-01T22:31:43.042Z Checking expectorate v1.2.0
23832026-07-01T22:31:43.045Z Compiling cancel-safe-futures v0.1.5
23842026-07-01T22:31:43.202Z Checking libsw-core v0.3.2
23852026-07-01T22:31:43.358Z Checking num-rational v0.4.2
23862026-07-01T22:31:43.391Z Checking libsw v3.5.0
23872026-07-01T22:31:43.545Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23882026-07-01T22:31:43.599Z Checking num-complex v0.4.6
23892026-07-01T22:31:43.717Z Checking linear-map v1.2.0
23902026-07-01T22:31:43.878Z Checking float-ord v0.3.2
23912026-07-01T22:31:43.919Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-07-01T22:31:43.959Z Checking num v0.4.3
23932026-07-01T22:31:44.010Z Checking gethostname v0.5.0
23942026-07-01T22:31:44.044Z Compiling prettyplease v0.2.37
23952026-07-01T22:31:44.077Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23962026-07-01T22:31:44.081Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23972026-07-01T22:31:44.141Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23982026-07-01T22:31:44.319Z Compiling progenitor-macro v0.14.0
23992026-07-01T22:31:44.361Z Checking resolv-conf v0.7.6
24002026-07-01T22:31:44.512Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-07-01T22:31:44.573Z Checking smawk v0.3.2
24022026-07-01T22:31:44.733Z Checking unicode-linebreak v0.1.5
24032026-07-01T22:31:44.768Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24042026-07-01T22:31:44.977Z Checking papergrid v0.11.0
24052026-07-01T22:31:45.620Z Compiling tabled_derive v0.7.0
24062026-07-01T22:31:45.657Z Compiling convert_case v0.10.0
24072026-07-01T22:31:45.739Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-07-01T22:31:45.875Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24092026-07-01T22:31:45.951Z Compiling slog-dtrace v0.3.0
24102026-07-01T22:31:45.994Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-07-01T22:31:46.029Z Compiling derive_more-impl v2.1.1
24122026-07-01T22:31:46.262Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-07-01T22:31:46.359Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-07-01T22:31:46.640Z Checking tabled v0.15.0
24152026-07-01T22:31:46.910Z Checking derive_more v2.1.1
24162026-07-01T22:31:47.014Z Checking crossterm v0.29.0
24172026-07-01T22:31:47.047Z Checking linked-hash-map v0.5.6
24182026-07-01T22:31:47.247Z Checking lru-cache v0.1.2
24192026-07-01T22:31:47.621Z Checking hickory-proto v0.24.4
24202026-07-01T22:31:47.664Z Checking fd-lock v4.0.4
24212026-07-01T22:31:48.095Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-07-01T22:31:48.306Z Checking vte v0.14.1
24232026-07-01T22:31:48.587Z Checking display-error-chain v0.2.2
24242026-07-01T22:31:48.691Z Checking strip-ansi-escapes v0.2.1
24252026-07-01T22:31:48.903Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-07-01T22:31:48.993Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24272026-07-01T22:31:49.250Z Checking progenitor v0.14.0
24282026-07-01T22:31:49.414Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-07-01T22:31:49.826Z Checking termtree v0.5.1
24302026-07-01T22:31:49.873Z Checking nu-ansi-term v0.50.3
24312026-07-01T22:31:49.993Z Checking hickory-resolver v0.24.4
24322026-07-01T22:31:50.061Z Checking textwrap v0.16.2
24332026-07-01T22:31:50.103Z Checking reedline v0.40.0
24342026-07-01T22:31:50.343Z Compiling minimal-lexical v0.2.1
24352026-07-01T22:31:50.383Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24362026-07-01T22:31:50.631Z Compiling nom v7.1.3
24372026-07-01T22:31:50.780Z Checking qorb v0.4.1
24382026-07-01T22:31:50.868Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24392026-07-01T22:31:51.093Z Compiling unicode-xid v0.2.6
24402026-07-01T22:31:51.251Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412026-07-01T22:31:51.456Z Compiling ar_archive_writer v0.5.1
24422026-07-01T22:31:51.881Z Checking csv-core v0.1.13
24432026-07-01T22:31:51.977Z Compiling stacker v0.1.23
24442026-07-01T22:31:52.016Z Compiling semver v0.1.20
24452026-07-01T22:31:52.049Z Checking highway v1.3.0
24462026-07-01T22:31:52.088Z Checking csv v1.4.0
24472026-07-01T22:31:52.280Z Compiling cfg_aliases v0.1.1
24482026-07-01T22:31:52.348Z Compiling psm v0.1.30
24492026-07-01T22:31:52.350Z Compiling rustc_version v0.1.7
24502026-07-01T22:31:52.413Z Compiling nix v0.28.0
24512026-07-01T22:31:52.416Z Checking nibble_vec v0.1.0
24522026-07-01T22:31:52.483Z Checking endian-type v0.1.2
24532026-07-01T22:31:52.601Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24542026-07-01T22:31:52.636Z Compiling newtype_derive v0.1.6
24552026-07-01T22:31:52.639Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24562026-07-01T22:31:52.701Z Checking radix_trie v0.2.1
24572026-07-01T22:31:52.845Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-07-01T22:31:52.879Z Checking phf_shared v0.12.1
24592026-07-01T22:31:52.951Z Compiling recursive-proc-macro-impl v0.1.1
24602026-07-01T22:31:53.046Z Compiling chrono-tz v0.10.4
24612026-07-01T22:31:53.109Z Checking phf v0.12.1
24622026-07-01T22:31:53.369Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-07-01T22:31:53.402Z Compiling const_format_proc_macros v0.2.34
24642026-07-01T22:31:53.405Z Checking recursive v0.1.1
24652026-07-01T22:31:53.405Z Compiling peg-macros v0.8.5
24662026-07-01T22:31:53.529Z Checking nom v8.0.0
24672026-07-01T22:31:53.564Z Checking winnow v0.6.26
24682026-07-01T22:31:53.907Z Compiling sqlparser_derive v0.5.0
24692026-07-01T22:31:54.276Z Checking unicode_categories v0.1.1
24702026-07-01T22:31:54.313Z Checking home v0.5.12
24712026-07-01T22:31:54.462Z Checking const_format v0.2.35
24722026-07-01T22:31:54.496Z Checking rustyline v14.0.0
24732026-07-01T22:31:54.704Z Checking sqlparser v0.61.0
24742026-07-01T22:31:54.739Z Checking sqlformat v0.3.5
24752026-07-01T22:31:54.874Z Checking peg v0.8.5
24762026-07-01T22:31:54.973Z Checking bcs v0.1.6
24772026-07-01T22:31:55.218Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24782026-07-01T22:31:55.253Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24792026-07-01T22:31:55.286Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24802026-07-01T22:31:55.318Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-07-01T22:31:55.466Z Checking steno v0.4.1
24822026-07-01T22:31:55.548Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-07-01T22:31:55.663Z Checking sha1 v0.10.6
24842026-07-01T22:31:55.796Z Checking filetime v0.2.27
24852026-07-01T22:31:55.865Z Checking xattr v1.6.1
24862026-07-01T22:31:56.025Z Checking tar v0.4.45
24872026-07-01T22:31:56.313Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-07-01T22:31:56.460Z Checking subprocess v0.2.15
24892026-07-01T22:31:56.518Z Checking headers-core v0.3.0
24902026-07-01T22:31:56.552Z Checking base64 v0.21.7
24912026-07-01T22:31:56.656Z Checking headers v0.4.1
24922026-07-01T22:31:56.782Z Checking yasna v0.5.2
24932026-07-01T22:31:56.824Z Checking dropshot-api-manager-types v0.7.2
24942026-07-01T22:31:57.022Z Checking tagptr v0.2.0
24952026-07-01T22:31:57.145Z Checking utf-8 v0.7.6
24962026-07-01T22:31:57.193Z Checking moka v0.12.13
24972026-07-01T22:31:57.196Z Checking rcgen v0.12.1
24982026-07-01T22:31:57.310Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24992026-07-01T22:31:57.485Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25002026-07-01T22:31:57.567Z Checking tungstenite v0.21.0
25012026-07-01T22:31:57.633Z Compiling libefi-sys v0.1.0
25022026-07-01T22:31:57.849Z Checking hickory-resolver v0.25.2
25032026-07-01T22:31:57.987Z Compiling bitfield-struct v0.6.2
25042026-07-01T22:31:58.020Z Checking tokio-tungstenite v0.21.0
25052026-07-01T22:31:58.326Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25062026-07-01T22:31:58.587Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25072026-07-01T22:31:58.629Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25082026-07-01T22:31:58.662Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-07-01T22:31:59.061Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-07-01T22:31:59.097Z Compiling radium v0.7.0
25112026-07-01T22:31:59.142Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-07-01T22:31:59.176Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-07-01T22:31:59.322Z Checking tap v1.0.1
25142026-07-01T22:31:59.389Z Compiling maybe-uninit v2.0.0
25152026-07-01T22:31:59.455Z Compiling zerocopy-derive v0.6.6
25162026-07-01T22:31:59.458Z Checking wyz v0.5.1
25172026-07-01T22:31:59.560Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25182026-07-01T22:31:59.691Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-07-01T22:31:59.725Z Checking crc-catalog v2.4.0
25202026-07-01T22:31:59.820Z Checking funty v2.0.0
25212026-07-01T22:31:59.858Z Compiling packed_struct v0.10.1
25222026-07-01T22:31:59.890Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-07-01T22:32:00.018Z Checking crc v3.4.0
25242026-07-01T22:32:00.197Z Checking bitvec v1.0.1
25252026-07-01T22:32:00.231Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25262026-07-01T22:32:00.263Z Compiling packed_struct_codegen v0.10.1
25272026-07-01T22:32:00.354Z Checking zerocopy v0.6.6
25282026-07-01T22:32:00.397Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25292026-07-01T22:32:00.682Z Compiling bitfield-macros v0.19.4
25302026-07-01T22:32:01.250Z Compiling indexmap v1.9.3
25312026-07-01T22:32:01.394Z Checking nodrop v0.1.14
25322026-07-01T22:32:01.446Z Checking bitfield v0.19.4
25332026-07-01T22:32:01.526Z Checking array-init v0.0.4
25342026-07-01T22:32:01.593Z Checking smallvec v0.6.14
25352026-07-01T22:32:01.741Z Checking hashbrown v0.12.3
25362026-07-01T22:32:01.831Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25372026-07-01T22:32:01.877Z Checking serde-hex v0.1.0
25382026-07-01T22:32:02.019Z Checking ron v0.8.1
25392026-07-01T22:32:02.546Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25402026-07-01T22:32:02.578Z Checking hashbrown v0.13.2
25412026-07-01T22:32:02.635Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-07-01T22:32:02.676Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-07-01T22:32:02.876Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25442026-07-01T22:32:02.934Z Checking crc-any v2.5.0
25452026-07-01T22:32:03.020Z Checking object v0.30.4
25462026-07-01T22:32:03.140Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-01T22:32:03.212Z Checking path-slash v0.1.5
25482026-07-01T22:32:03.334Z Compiling xshell-macros v0.2.7
25492026-07-01T22:32:03.368Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502026-07-01T22:32:03.717Z Checking half v1.8.3
25512026-07-01T22:32:03.764Z Checking xshell v0.2.7
25522026-07-01T22:32:03.767Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25532026-07-01T22:32:03.943Z Checking serde_cbor v0.11.2
25542026-07-01T22:32:03.993Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-07-01T22:32:04.041Z Compiling proc-macro-error-attr2 v2.0.0
25562026-07-01T22:32:04.361Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25572026-07-01T22:32:04.478Z Compiling proc-macro-error2 v2.0.1
25582026-07-01T22:32:04.580Z Compiling num-derive v0.3.3
25592026-07-01T22:32:04.772Z Checking maplit v1.0.2
25602026-07-01T22:32:04.814Z Compiling tabled_derive v0.11.0
25612026-07-01T22:32:04.885Z Checking papergrid v0.17.0
25622026-07-01T22:32:05.147Z Checking testing_table v0.3.0
25632026-07-01T22:32:05.275Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-07-01T22:32:05.539Z Checking libscf-sys v1.1.0
25652026-07-01T22:32:05.704Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25662026-07-01T22:32:05.758Z Compiling progenitor-impl v0.13.0
25672026-07-01T22:32:05.791Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-07-01T22:32:05.826Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-07-01T22:32:05.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-07-01T22:32:06.086Z Checking tabled v0.20.0
25712026-07-01T22:32:06.259Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-07-01T22:32:06.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-07-01T22:32:06.804Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-07-01T22:32:07.083Z Checking progenitor-client v0.13.0
25752026-07-01T22:32:07.177Z Compiling git-stub v1.0.0
25762026-07-01T22:32:07.351Z Checking crc8 v0.1.1
25772026-07-01T22:32:07.386Z Checking unicase v2.9.0
25782026-07-01T22:32:07.462Z Compiling git-stub-vcs v0.1.0
25792026-07-01T22:32:07.495Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-07-01T22:32:07.573Z Checking fxhash v0.2.1
25812026-07-01T22:32:07.726Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25822026-07-01T22:32:07.806Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25832026-07-01T22:32:07.842Z Compiling vergen-lib v0.1.6
25842026-07-01T22:32:08.079Z Compiling diesel_derives v2.3.7
25852026-07-01T22:32:08.285Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-07-01T22:32:08.350Z Checking scheduled-thread-pool v0.2.7
25872026-07-01T22:32:08.353Z Compiling dsl_auto_type v0.2.0
25882026-07-01T22:32:08.413Z Compiling progenitor-macro v0.13.0
25892026-07-01T22:32:08.416Z Compiling vergen-gitcl v1.0.8
25902026-07-01T22:32:08.505Z Compiling diesel_table_macro_syntax v0.3.0
25912026-07-01T22:32:08.539Z Checking r2d2 v0.8.10
25922026-07-01T22:32:08.736Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25932026-07-01T22:32:08.789Z Checking downcast-rs v2.0.2
25942026-07-01T22:32:08.793Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25952026-07-01T22:32:08.794Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25962026-07-01T22:32:09.109Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-07-01T22:32:09.152Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25982026-07-01T22:32:09.294Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25992026-07-01T22:32:09.338Z Checking kstat-rs v0.2.4
26002026-07-01T22:32:09.372Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26012026-07-01T22:32:09.404Z Checking arc-swap v1.8.2
26022026-07-01T22:32:09.558Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26032026-07-01T22:32:09.600Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26042026-07-01T22:32:09.634Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26052026-07-01T22:32:09.665Z Checking slog-scope v4.4.1
26062026-07-01T22:32:09.832Z Compiling dirs-sys-next v0.1.2
26072026-07-01T22:32:09.891Z Compiling crunchy v0.2.4
26082026-07-01T22:32:10.160Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26092026-07-01T22:32:10.163Z Compiling parking_lot_core v0.8.6
26102026-07-01T22:32:10.317Z Compiling dirs-next v2.0.0
26112026-07-01T22:32:10.475Z Checking slog-stdlog v4.1.1
26122026-07-01T22:32:10.585Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-07-01T22:32:10.633Z Compiling clang-sys v1.8.1
26142026-07-01T22:32:10.715Z Compiling tiny-keccak v2.0.2
26152026-07-01T22:32:11.002Z Checking slog-envlogger v2.2.0
26162026-07-01T22:32:11.099Z Compiling term v0.7.0
26172026-07-01T22:32:11.180Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-07-01T22:32:11.250Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26192026-07-01T22:32:11.285Z Compiling bit-vec v0.6.3
26202026-07-01T22:32:11.494Z Compiling bit-set v0.5.3
26212026-07-01T22:32:11.532Z Compiling ascii-canvas v3.0.0
26222026-07-01T22:32:11.655Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26232026-07-01T22:32:11.686Z Checking parking_lot v0.11.2
26242026-07-01T22:32:11.752Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26252026-07-01T22:32:11.798Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26262026-07-01T22:32:11.940Z Checking prefix-trie v0.7.0
26272026-07-01T22:32:11.972Z Compiling itertools v0.10.5
26282026-07-01T22:32:12.127Z Compiling ena v0.14.4
26292026-07-01T22:32:12.229Z Compiling libloading v0.8.9
26302026-07-01T22:32:12.286Z Compiling bindgen v0.71.1
26312026-07-01T22:32:12.314Z Compiling regex-syntax v0.6.29
26322026-07-01T22:32:12.365Z Compiling diff v0.1.13
26332026-07-01T22:32:12.654Z Checking hickory-server v0.25.2
26342026-07-01T22:32:12.898Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26352026-07-01T22:32:13.075Z Checking sled v0.34.7
26362026-07-01T22:32:13.349Z Checking progenitor v0.13.0
26372026-07-01T22:32:13.503Z Compiling cexpr v0.6.0
26382026-07-01T22:32:13.537Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-07-01T22:32:13.920Z Compiling lalrpop v0.19.12
26402026-07-01T22:32:14.191Z Checking nanorand v0.7.0
26412026-07-01T22:32:14.325Z Compiling salty v0.3.0
26422026-07-01T22:32:14.358Z Checking diesel v2.3.7
26432026-07-01T22:32:14.411Z Compiling rustc-hash v2.1.1
26442026-07-01T22:32:14.443Z Checking flume v0.11.1
26452026-07-01T22:32:14.649Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462026-07-01T22:32:14.708Z Compiling libxml v0.3.3
26472026-07-01T22:32:14.758Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26482026-07-01T22:32:15.266Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26492026-07-01T22:32:15.863Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-07-01T22:32:16.096Z Compiling strum_macros v0.24.3
26512026-07-01T22:32:16.141Z Compiling fs-err v2.11.0
26522026-07-01T22:32:16.393Z Compiling indoc v1.0.9
26532026-07-01T22:32:16.872Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-07-01T22:32:17.109Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-07-01T22:32:17.288Z Checking quick-xml v0.37.5
26562026-07-01T22:32:17.477Z Checking derive_builder v0.20.2
26572026-07-01T22:32:17.509Z Compiling oso-derive v0.27.3
26582026-07-01T22:32:17.617Z Compiling impl-trait-for-tuples v0.2.3
26592026-07-01T22:32:18.034Z Compiling trait-variant v0.1.2
26602026-07-01T22:32:18.178Z Checking openssl-probe v0.1.6
26612026-07-01T22:32:18.576Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-07-01T22:32:18.611Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26632026-07-01T22:32:19.176Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-07-01T22:32:19.420Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26652026-07-01T22:32:19.803Z Checking rfc6979 v0.4.0
26662026-07-01T22:32:19.962Z Checking parse-size v1.1.0
26672026-07-01T22:32:19.965Z Checking assert_matches v1.5.0
26682026-07-01T22:32:20.098Z Checking ecdsa v0.16.9
26692026-07-01T22:32:20.133Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26702026-07-01T22:32:20.164Z Checking primeorder v0.13.6
26712026-07-01T22:32:20.441Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-07-01T22:32:20.486Z Checking p384 v0.13.1
26732026-07-01T22:32:20.685Z Checking predicates-tree v1.0.13
26742026-07-01T22:32:20.834Z Checking bb8 v0.8.6
26752026-07-01T22:32:21.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-07-01T22:32:21.077Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-07-01T22:32:21.185Z Compiling mime_guess v2.0.5
26782026-07-01T22:32:21.218Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26792026-07-01T22:32:21.300Z Checking http-range v0.1.5
26802026-07-01T22:32:21.532Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-07-01T22:32:21.658Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26822026-07-01T22:32:21.691Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-07-01T22:32:21.834Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26842026-07-01T22:32:21.913Z Checking atty v0.2.14
26852026-07-01T22:32:21.949Z Checking nonempty v0.12.0
26862026-07-01T22:32:21.989Z Checking corncobs v0.1.4
26872026-07-01T22:32:22.039Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-07-01T22:32:22.162Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-07-01T22:32:22.165Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-07-01T22:32:22.403Z Checking ignore v0.4.25
26912026-07-01T22:32:22.482Z Checking secrecy v0.8.0
26922026-07-01T22:32:22.486Z Checking hyper-staticfile v0.10.1
26932026-07-01T22:32:22.773Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-07-01T22:32:22.836Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26952026-07-01T22:32:22.868Z Checking globwalk v0.9.1
26962026-07-01T22:32:23.087Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26972026-07-01T22:32:23.157Z Compiling illumos-nvpair-sys v0.2.0
26982026-07-01T22:32:23.245Z Checking camino-tempfile-ext v0.3.3
26992026-07-01T22:32:23.287Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-07-01T22:32:23.430Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-07-01T22:32:23.472Z Checking signal-hook-tokio v0.3.1
27022026-07-01T22:32:23.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-07-01T22:32:23.821Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-07-01T22:32:23.915Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-07-01T22:32:24.084Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-07-01T22:32:24.301Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-07-01T22:32:24.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082026-07-01T22:32:24.438Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27092026-07-01T22:32:24.618Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27102026-07-01T22:32:24.680Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27112026-07-01T22:32:25.255Z Checking illumos-nvpair v0.3.0
27122026-07-01T22:32:25.449Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27132026-07-01T22:32:25.892Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27142026-07-01T22:32:26.274Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-07-01T22:32:26.322Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-07-01T22:32:26.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27172026-07-01T22:32:26.553Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27182026-07-01T22:32:26.643Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-07-01T22:32:26.686Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27202026-07-01T22:32:26.747Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27212026-07-01T22:32:27.361Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-07-01T22:32:27.457Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-07-01T22:32:27.671Z Checking tungstenite v0.23.0
27242026-07-01T22:32:27.745Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-07-01T22:32:27.790Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-07-01T22:32:28.135Z Checking tokio-tungstenite v0.23.1
27272026-07-01T22:32:28.207Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-07-01T22:32:28.435Z Checking rand_seeder v0.4.0
27292026-07-01T22:32:28.610Z Checking diesel-dtrace v0.5.0
27302026-07-01T22:32:28.641Z Checking async-bb8-diesel v0.2.1
27312026-07-01T22:32:28.740Z Checking void v1.0.2
27322026-07-01T22:32:28.875Z Checking lzss v0.8.2
27332026-07-01T22:32:28.878Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27342026-07-01T22:32:28.942Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27352026-07-01T22:32:29.019Z Checking nix v0.27.1
27362026-07-01T22:32:29.095Z Checking serde_bytes v0.11.19
27372026-07-01T22:32:29.095Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27382026-07-01T22:32:29.219Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27392026-07-01T22:32:29.323Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27402026-07-01T22:32:29.567Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-07-01T22:32:29.928Z Checking is_ci v1.2.0
27422026-07-01T22:32:30.064Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-07-01T22:32:30.273Z Checking yansi v1.0.1
27442026-07-01T22:32:30.309Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-07-01T22:32:30.366Z Checking cpubits v0.1.1
27462026-07-01T22:32:30.473Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-07-01T22:32:30.564Z Checking pretty_assertions v1.4.1
27482026-07-01T22:32:30.740Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27492026-07-01T22:32:30.783Z Checking pem-rfc7468 v1.0.0
27502026-07-01T22:32:30.982Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27512026-07-01T22:32:31.015Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27522026-07-01T22:32:31.246Z Compiling darling_core v0.23.0
27532026-07-01T22:32:31.427Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27542026-07-01T22:32:32.299Z Compiling indoc v2.0.7
27552026-07-01T22:32:32.333Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27562026-07-01T22:32:32.577Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-01T22:32:32.816Z Checking hmac v0.13.0
27582026-07-01T22:32:33.009Z Checking universal-hash v0.6.1
27592026-07-01T22:32:33.173Z Compiling libz-sys v1.1.24
27602026-07-01T22:32:33.343Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-07-01T22:32:33.394Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-01T22:32:33.596Z Compiling instability v0.3.11
27632026-07-01T22:32:33.812Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-01T22:32:33.845Z Compiling darling_macro v0.23.0
27652026-07-01T22:32:33.963Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662026-07-01T22:32:34.015Z Checking castaway v0.2.4
27672026-07-01T22:32:34.156Z Checking compact_str v0.8.1
27682026-07-01T22:32:34.421Z Compiling darling v0.23.0
27692026-07-01T22:32:34.572Z Checking polyval v0.7.1
27702026-07-01T22:32:34.781Z Checking der v0.8.0
27712026-07-01T22:32:35.001Z Checking supports-color v3.0.2
27722026-07-01T22:32:35.171Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27732026-07-01T22:32:35.325Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742026-07-01T22:32:35.415Z Checking unicode-truncate v1.1.0
27752026-07-01T22:32:35.571Z Checking console v0.16.2
27762026-07-01T22:32:35.604Z Checking lru v0.12.5
27772026-07-01T22:32:35.607Z Compiling libgit2-sys v0.18.3+1.9.2
27782026-07-01T22:32:35.668Z Checking cassowary v0.3.0
27792026-07-01T22:32:35.816Z Checking unit-prefix v0.5.2
27802026-07-01T22:32:35.941Z Checking ratatui v0.29.0
27812026-07-01T22:32:35.976Z Checking indicatif v0.18.4
27822026-07-01T22:32:36.052Z Checking ghash v0.6.0
27832026-07-01T22:32:36.348Z Checking pbkdf2 v0.13.0
27842026-07-01T22:32:36.396Z Checking aes v0.9.1
27852026-07-01T22:32:36.497Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27862026-07-01T22:32:36.853Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27872026-07-01T22:32:37.102Z Checking ctr v0.10.1
27882026-07-01T22:32:37.289Z Checking aead v0.6.1
27892026-07-01T22:32:37.322Z Checking sha2 v0.11.0
27902026-07-01T22:32:37.465Z Checking cargo-platform v0.3.2
27912026-07-01T22:32:37.681Z Checking cargo_metadata v0.23.1
27922026-07-01T22:32:37.728Z Checking aes-gcm v0.11.0
27932026-07-01T22:32:37.925Z Checking spki v0.8.0
27942026-07-01T22:32:38.074Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-07-01T22:32:38.130Z Checking crypto-bigint v0.7.5
27962026-07-01T22:32:38.472Z Checking cbc v0.2.1
27972026-07-01T22:32:38.644Z Checking salsa20 v0.11.0
27982026-07-01T22:32:38.821Z Compiling vergen-git2 v9.1.0
27992026-07-01T22:32:39.059Z Checking plotters-backend v0.3.7
28002026-07-01T22:32:39.291Z Checking plotters-svg v0.3.7
28012026-07-01T22:32:39.510Z Checking scrypt v0.12.0
28022026-07-01T22:32:39.704Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-07-01T22:32:39.767Z Checking cast v0.3.0
28042026-07-01T22:32:39.972Z Checking criterion-plot v0.6.0
28052026-07-01T22:32:40.015Z Checking pkcs5 v0.8.1
28062026-07-01T22:32:40.267Z Checking plotters v0.3.7
28072026-07-01T22:32:40.349Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28082026-07-01T22:32:40.394Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-01T22:32:40.738Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-07-01T22:32:40.880Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-01T22:32:41.050Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-01T22:32:41.121Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-01T22:32:41.287Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-07-01T22:32:41.355Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-07-01T22:32:41.408Z Checking colored v2.2.0
28162026-07-01T22:32:41.524Z Checking tinytemplate v1.2.1
28172026-07-01T22:32:41.642Z Checking oorandom v11.1.5
28182026-07-01T22:32:41.772Z Checking anes v0.1.6
28192026-07-01T22:32:41.804Z Checking shell-words v1.1.1
28202026-07-01T22:32:41.991Z Checking criterion v0.7.0
28212026-07-01T22:32:42.024Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-07-01T22:32:42.281Z Checking pkcs8 v0.11.0
28232026-07-01T22:32:42.517Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-07-01T22:32:43.227Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-07-01T22:32:43.300Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-07-01T22:32:43.733Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-07-01T22:32:44.064Z Checking tokio-test v0.4.5
28282026-07-01T22:32:44.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292026-07-01T22:32:44.539Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-01T22:32:44.945Z Checking twox-hash v2.1.2
28312026-07-01T22:32:45.286Z Checking ff v0.14.0
28322026-07-01T22:32:45.506Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28332026-07-01T22:32:45.707Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-01T22:32:46.731Z Checking fatfs v0.3.6
28352026-07-01T22:32:46.845Z Checking signature v3.0.0
28362026-07-01T22:32:47.032Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-07-01T22:32:47.168Z Compiling seq-macro v0.3.6
28382026-07-01T22:32:47.213Z Checking base16ct v1.0.0
28392026-07-01T22:32:47.376Z Checking sec1 v0.8.1
28402026-07-01T22:32:47.617Z Checking group v0.14.0
28412026-07-01T22:32:47.715Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-07-01T22:32:47.802Z Checking hkdf v0.13.0
28432026-07-01T22:32:47.968Z Compiling petname v2.0.2
28442026-07-01T22:32:48.377Z Checking elliptic-curve v0.14.0-rc.33
28452026-07-01T22:32:48.530Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-07-01T22:32:48.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472026-07-01T22:32:48.698Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28482026-07-01T22:32:48.873Z Checking concurrent-queue v2.5.0
28492026-07-01T22:32:49.092Z Checking rtoolbox v0.0.3
28502026-07-01T22:32:49.253Z Checking parking v2.2.1
28512026-07-01T22:32:49.405Z Checking event-listener v5.4.1
28522026-07-01T22:32:49.654Z Checking rpassword v7.4.0
28532026-07-01T22:32:50.023Z Checking tui-tree-widget v0.23.1
28542026-07-01T22:32:50.223Z Checking rfc6979 v0.5.0
28552026-07-01T22:32:50.258Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-07-01T22:32:50.391Z Checking sapling-renderdag v0.1.0
28572026-07-01T22:32:50.446Z Checking sync-ptr v0.1.4
28582026-07-01T22:32:50.593Z Checking ecdsa v0.17.0-rc.18
28592026-07-01T22:32:50.664Z Checking event-listener-strategy v0.5.4
28602026-07-01T22:32:50.830Z Checking primeorder v0.14.0-rc.10
28612026-07-01T22:32:50.997Z Checking primefield v0.14.0
28622026-07-01T22:32:51.155Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28632026-07-01T22:32:51.234Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-07-01T22:32:51.473Z Compiling curve25519-dalek v5.0.0-rc.0
28652026-07-01T22:32:51.842Z Checking constant_time_eq v0.4.2
28662026-07-01T22:32:51.876Z Checking futures-timer v3.0.3
28672026-07-01T22:32:52.013Z Checking arrayvec v0.7.6
28682026-07-01T22:32:52.086Z Checking arrayref v0.3.9
28692026-07-01T22:32:52.221Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-07-01T22:32:52.292Z Checking async-lock v3.4.2
28712026-07-01T22:32:52.334Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-07-01T22:32:52.700Z Checking ssh-encoding v0.3.0-rc.9
28732026-07-01T22:32:52.963Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-07-01T22:32:53.321Z Compiling strsim v0.10.0
28752026-07-01T22:32:53.679Z Compiling darling_core v0.13.4
28762026-07-01T22:32:54.180Z Checking async-object-pool v0.2.0
28772026-07-01T22:32:54.952Z Checking ed25519 v3.0.0
28782026-07-01T22:32:55.177Z Checking crypto-primes v0.7.2
28792026-07-01T22:32:55.209Z Checking pkcs1 v0.8.0-rc.4
28802026-07-01T22:32:55.293Z Compiling samael v0.0.19
28812026-07-01T22:32:55.449Z Checking poly1305 v0.9.0
28822026-07-01T22:32:55.592Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28832026-07-01T22:32:55.749Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28842026-07-01T22:32:55.984Z Checking serde_regex v1.1.0
28852026-07-01T22:32:56.169Z Checking blowfish v0.10.0
28862026-07-01T22:32:56.169Z Checking blake2 v0.11.0-rc.6
28872026-07-01T22:32:56.382Z Checking assert-json-diff v2.0.2
28882026-07-01T22:32:56.419Z Checking path-tree v0.8.3
28892026-07-01T22:32:56.457Z Checking keccak v0.2.0
28902026-07-01T22:32:56.582Z Checking fiat-crypto v0.3.0
28912026-07-01T22:32:56.629Z Compiling target-lexicon v0.13.3
28922026-07-01T22:32:56.661Z Checking gimli v0.32.3
28932026-07-01T22:32:57.144Z Checking stringmetrics v2.2.2
28942026-07-01T22:32:57.323Z Checking httpmock v0.8.3
28952026-07-01T22:32:58.253Z Checking addr2line v0.25.1
28962026-07-01T22:32:58.629Z Checking sha3 v0.11.0
28972026-07-01T22:32:59.000Z Checking argon2 v0.6.0-rc.8
28982026-07-01T22:32:59.353Z Checking bcrypt-pbkdf v0.11.0
28992026-07-01T22:32:59.541Z Checking rsa v0.10.0-rc.18
29002026-07-01T22:32:59.577Z Checking ssh-cipher v0.3.0-rc.9
29012026-07-01T22:32:59.823Z Compiling darling_macro v0.13.4
29022026-07-01T22:33:00.072Z Checking ed25519-dalek v3.0.0-rc.0
29032026-07-01T22:33:00.367Z Checking p256 v0.14.0-rc.10
29042026-07-01T22:33:00.481Z Checking p521 v0.14.0-rc.10
29052026-07-01T22:33:01.153Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29062026-07-01T22:33:01.419Z Checking kem v0.3.0
29072026-07-01T22:33:01.568Z Checking module-lattice v0.2.3
29082026-07-01T22:33:01.815Z Compiling guppy-workspace-hack v0.1.0
29092026-07-01T22:33:01.847Z Checking p384 v0.14.0-rc.10
29102026-07-01T22:33:02.041Z Checking rustc-demangle v0.1.27
29112026-07-01T22:33:02.212Z Checking hex-literal v0.4.1
29122026-07-01T22:33:02.292Z Checking backtrace v0.3.76
29132026-07-01T22:33:02.385Z Checking ml-kem v0.3.2
29142026-07-01T22:33:02.619Z Compiling darling v0.13.4
29152026-07-01T22:33:02.993Z Checking russh-cryptovec v0.61.0
29162026-07-01T22:33:03.154Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29172026-07-01T22:33:03.186Z Checking internal-russh-num-bigint v0.5.0
29182026-07-01T22:33:03.417Z Checking num-bigint v0.4.6
29192026-07-01T22:33:03.540Z Checking russh-util v0.52.0
29202026-07-01T22:33:03.683Z Compiling git2 v0.20.4
29212026-07-01T22:33:03.715Z Checking generic-array v1.4.3
29222026-07-01T22:33:03.902Z Checking ssh-key v0.7.0-rc.10
29232026-07-01T22:33:04.048Z Compiling enum_dispatch v0.3.13
29242026-07-01T22:33:04.301Z Compiling blake3 v1.8.5
29252026-07-01T22:33:04.366Z Compiling delegate v0.13.5
29262026-07-01T22:33:04.715Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29272026-07-01T22:33:04.820Z Compiling target-spec v3.5.7
29282026-07-01T22:33:05.046Z Checking md5 v0.8.0
29292026-07-01T22:33:05.172Z Checking hex-literal v1.1.0
29302026-07-01T22:33:05.212Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29312026-07-01T22:33:05.370Z Checking russh v0.61.2
29322026-07-01T22:33:05.508Z Checking cfg-expr v0.20.6
29332026-07-01T22:33:05.805Z Compiling serde_with_macros v1.5.2
29342026-07-01T22:33:05.879Z Checking backtrace-ext v0.2.1
29352026-07-01T22:33:06.126Z Checking supports-color v2.1.0
29362026-07-01T22:33:06.295Z Checking textwrap v0.15.2
29372026-07-01T22:33:06.539Z Checking supports-unicode v2.1.0
29382026-07-01T22:33:06.542Z Checking supports-hyperlinks v2.1.0
29392026-07-01T22:33:06.688Z Checking hashbrown v0.14.5
29402026-07-01T22:33:06.721Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-07-01T22:33:06.724Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29422026-07-01T22:33:06.953Z Checking socket2 v0.5.10
29432026-07-01T22:33:06.985Z Checking terminal_size v0.1.17
29442026-07-01T22:33:07.102Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29452026-07-01T22:33:07.135Z Compiling miette-derive v5.10.0
29462026-07-01T22:33:07.202Z Checking owo-colors v3.5.0
29472026-07-01T22:33:07.234Z Checking internet-checksum v0.2.1
29482026-07-01T22:33:07.785Z Checking chumsky v0.9.3
29492026-07-01T22:33:08.328Z Checking miette v5.10.0
29502026-07-01T22:33:08.732Z Compiling serde_with v1.14.0
29512026-07-01T22:33:08.992Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29522026-07-01T22:33:09.130Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29532026-07-01T22:33:09.164Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29542026-07-01T22:33:09.511Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29552026-07-01T22:33:09.729Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29562026-07-01T22:33:09.882Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29572026-07-01T22:33:09.944Z Compiling knuffel-derive v3.2.0
29582026-07-01T22:33:09.980Z Checking httptest v0.16.4
29592026-07-01T22:33:10.013Z Checking pathdiff v0.2.3
29602026-07-01T22:33:10.159Z Checking topological-sort v0.2.2
29612026-07-01T22:33:10.350Z Checking nested v0.1.1
29622026-07-01T22:33:10.415Z Checking omicron-zone-package v0.12.3
29632026-07-01T22:33:10.530Z Checking guppy v0.17.25
29642026-07-01T22:33:10.796Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29652026-07-01T22:33:11.373Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29662026-07-01T22:33:11.533Z Checking similar-asserts v1.7.0
29672026-07-01T22:33:11.565Z Checking knuffel v3.2.0
29682026-07-01T22:33:11.637Z Compiling target-triple v1.0.0
29692026-07-01T22:33:11.785Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29702026-07-01T22:33:12.013Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29712026-07-01T22:33:12.128Z Compiling polar-core v0.27.3
29722026-07-01T22:33:12.239Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29732026-07-01T22:33:12.480Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29742026-07-01T22:33:12.526Z Checking hickory-client v0.25.2
29752026-07-01T22:33:12.838Z Checking escape8259 v0.5.3
29762026-07-01T22:33:12.945Z Compiling assert_cmd v2.1.2
29772026-07-01T22:33:12.999Z Checking libtest-mimic v0.8.1
29782026-07-01T22:33:13.335Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29792026-07-01T22:33:13.412Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29802026-07-01T22:33:13.463Z Checking blake2b_simd v1.0.4
29812026-07-01T22:33:13.541Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29822026-07-01T22:33:13.871Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-07-01T22:33:13.940Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29842026-07-01T22:33:14.103Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29852026-07-01T22:33:14.169Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29862026-07-01T22:33:14.264Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29872026-07-01T22:33:14.408Z Checking fancy-regex v0.14.0
29882026-07-01T22:33:14.538Z Checking serde_tokenstream v0.2.3
29892026-07-01T22:33:14.695Z Checking approx v0.5.1
29902026-07-01T22:33:14.780Z Compiling rstest_macros v0.25.0
29912026-07-01T22:33:14.813Z Checking uzers v0.12.2
29922026-07-01T22:33:14.859Z Checking termcolor v1.4.1
29932026-07-01T22:33:15.055Z Compiling linkme-impl v0.3.35
29942026-07-01T22:33:15.100Z Checking constant_time_eq v0.3.1
29952026-07-01T22:33:15.132Z Checking trybuild v1.0.116
29962026-07-01T22:33:15.269Z Checking rust-argon2 v2.1.0
29972026-07-01T22:33:15.535Z Checking datatest-stable v0.3.3
29982026-07-01T22:33:15.864Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29992026-07-01T22:33:15.971Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30002026-07-01T22:33:16.192Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30012026-07-01T22:33:16.225Z Checking support-bundle-viewer v0.1.2
30022026-07-01T22:33:16.497Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30032026-07-01T22:33:16.741Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30042026-07-01T22:33:16.967Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30052026-07-01T22:33:17.000Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30062026-07-01T22:33:17.204Z Checking oso v0.27.3
30072026-07-01T22:33:17.207Z Checking drift v0.2.0
30082026-07-01T22:33:17.270Z Checking rand_distr v0.5.1
30092026-07-01T22:33:17.626Z Checking multimap v0.10.1
30102026-07-01T22:33:17.707Z Compiling relative-path v1.9.3
30112026-07-01T22:33:17.831Z Compiling linkme v0.3.35
30122026-07-01T22:33:18.124Z Checking dropshot-api-manager v0.7.2
30132026-07-01T22:33:19.136Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30142026-07-01T22:33:19.301Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30152026-07-01T22:33:19.435Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30162026-07-01T22:33:19.509Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30172026-07-01T22:33:19.724Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30182026-07-01T22:33:19.766Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30192026-07-01T22:33:20.021Z Checking cargo_toml v0.21.0
30202026-07-01T22:33:20.068Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30212026-07-01T22:33:20.262Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30222026-07-01T22:33:20.497Z Checking partial-io v0.5.4
30232026-07-01T22:33:20.737Z Checking termios v0.3.3
30242026-07-01T22:33:20.740Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30252026-07-01T22:33:20.896Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30262026-07-01T22:33:20.928Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-07-01T22:33:21.634Z Checking rstest v0.25.0
30282026-07-01T22:33:22.238Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30292026-07-01T22:33:25.730Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30302026-07-01T22:33:30.098Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30312026-07-01T22:33:32.303Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30322026-07-01T22:33:33.472Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30332026-07-01T22:33:35.773Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30342026-07-01T22:33:40.423Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30352026-07-01T22:33:45.957Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30362026-07-01T22:33:50.679Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30372026-07-01T22:33:51.375Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30382026-07-01T22:33:51.676Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30392026-07-01T22:33:56.506Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30402026-07-01T22:34:00.637Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30412026-07-01T22:35:13.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30422026-07-01T22:35:14.505Z
30432026-07-01T22:35:14.505Zreal 4:09.649144652
30442026-07-01T22:35:14.505Zuser 21:30.109672663
30452026-07-01T22:35:14.505Zsys 4:55.643431322
30462026-07-01T22:35:14.505Ztrap 0.539063900
30472026-07-01T22:35:14.505Ztflt 0.532270113
30482026-07-01T22:35:14.505Zdflt 0.509023360
30492026-07-01T22:35:14.505Zkflt 0.005240020
30502026-07-01T22:35:14.505Zlock 58:55.063649272
30512026-07-01T22:35:14.509Zslp 58:47.449488958
30522026-07-01T22:35:14.509Zlat 1:52.267467520
30532026-07-01T22:35:14.509Zstop 10:59.554582370
30542026-07-01T22:35:14.509Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30552026-07-01T22:35:14.509Z+ ptime -m cargo doc --workspace --no-deps
30562026-07-01T22:35:15.319Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30572026-07-01T22:35:15.319Z |
30582026-07-01T22:35:15.319Z = 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)`
30592026-07-01T22:35:15.320Z = 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>
30602026-07-01T22:35:16.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30612026-07-01T22:35:16.569Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-07-01T22:35:16.615Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30632026-07-01T22:35:16.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30642026-07-01T22:35:16.710Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30652026-07-01T22:35:16.772Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30662026-07-01T22:35:16.801Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30672026-07-01T22:35:16.940Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-01T22:35:16.940Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-07-01T22:35:16.992Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30702026-07-01T22:35:17.174Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-01T22:35:17.177Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30722026-07-01T22:35:17.226Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30732026-07-01T22:35:17.248Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30742026-07-01T22:35:17.251Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30752026-07-01T22:35:17.291Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30762026-07-01T22:35:17.314Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30772026-07-01T22:35:17.345Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30782026-07-01T22:35:17.387Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30792026-07-01T22:35:17.440Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30802026-07-01T22:35:17.464Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30812026-07-01T22:35:17.489Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30822026-07-01T22:35:17.742Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30832026-07-01T22:35:18.051Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30842026-07-01T22:35:18.132Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30852026-07-01T22:35:18.179Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30862026-07-01T22:35:18.203Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30872026-07-01T22:35:18.277Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30882026-07-01T22:35:18.433Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30892026-07-01T22:35:18.525Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30902026-07-01T22:35:18.624Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30912026-07-01T22:35:18.769Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30922026-07-01T22:35:18.793Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30932026-07-01T22:35:18.816Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30942026-07-01T22:35:18.849Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30952026-07-01T22:35:18.973Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30962026-07-01T22:35:19.027Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30972026-07-01T22:35:19.051Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30982026-07-01T22:35:19.217Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30992026-07-01T22:35:19.358Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31002026-07-01T22:35:19.466Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31012026-07-01T22:35:19.815Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31022026-07-01T22:35:19.913Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31032026-07-01T22:35:19.946Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31042026-07-01T22:35:20.038Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31052026-07-01T22:35:20.084Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31062026-07-01T22:35:20.143Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31072026-07-01T22:35:20.216Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31082026-07-01T22:35:20.291Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31092026-07-01T22:35:20.387Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31102026-07-01T22:35:20.419Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31112026-07-01T22:35:20.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31122026-07-01T22:35:20.547Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31132026-07-01T22:35:20.632Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-07-01T22:35:20.657Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31152026-07-01T22:35:20.678Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-07-01T22:35:20.701Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-07-01T22:35:20.758Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31182026-07-01T22:35:21.121Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-07-01T22:35:21.229Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-07-01T22:35:21.436Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-07-01T22:35:21.501Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-07-01T22:35:21.860Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-07-01T22:35:21.971Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31242026-07-01T22:35:22.188Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31252026-07-01T22:35:22.214Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31262026-07-01T22:35:22.270Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31272026-07-01T22:35:22.315Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282026-07-01T22:35:22.410Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292026-07-01T22:35:22.486Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31302026-07-01T22:35:22.528Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31312026-07-01T22:35:22.686Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-07-01T22:35:23.324Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-07-01T22:35:23.519Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-07-01T22:35:23.575Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31352026-07-01T22:35:23.699Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-07-01T22:35:23.927Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-07-01T22:35:24.034Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-07-01T22:35:24.058Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-07-01T22:35:24.121Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-07-01T22:35:24.174Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31412026-07-01T22:35:24.197Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31422026-07-01T22:35:24.297Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31432026-07-01T22:35:24.351Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31442026-07-01T22:35:24.390Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31452026-07-01T22:35:24.413Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31462026-07-01T22:35:24.625Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-07-01T22:35:24.744Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31482026-07-01T22:35:24.747Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31492026-07-01T22:35:24.792Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31502026-07-01T22:35:24.792Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31512026-07-01T22:35:24.796Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31522026-07-01T22:35:24.991Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31532026-07-01T22:35:25.040Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31542026-07-01T22:35:25.085Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-07-01T22:35:25.113Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31562026-07-01T22:35:25.151Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31572026-07-01T22:35:25.269Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31582026-07-01T22:35:25.302Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31592026-07-01T22:35:25.369Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31602026-07-01T22:35:25.394Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31612026-07-01T22:35:25.414Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31622026-07-01T22:35:25.503Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31632026-07-01T22:35:25.543Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31642026-07-01T22:35:25.630Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31652026-07-01T22:35:25.700Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31662026-07-01T22:35:25.724Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31672026-07-01T22:35:25.972Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31682026-07-01T22:35:26.017Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31692026-07-01T22:35:26.020Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31702026-07-01T22:35:26.499Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31712026-07-01T22:35:26.635Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31722026-07-01T22:35:26.749Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-07-01T22:35:27.406Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31742026-07-01T22:35:27.483Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31752026-07-01T22:35:27.507Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31762026-07-01T22:35:27.589Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31772026-07-01T22:35:28.069Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-07-01T22:35:28.251Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31792026-07-01T22:35:28.877Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31802026-07-01T22:35:29.488Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31812026-07-01T22:35:29.716Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31822026-07-01T22:35:30.407Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31832026-07-01T22:35:30.663Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31842026-07-01T22:35:30.714Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31852026-07-01T22:35:30.797Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31862026-07-01T22:35:30.978Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31872026-07-01T22:35:31.045Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31882026-07-01T22:35:31.261Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31892026-07-01T22:35:31.669Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31902026-07-01T22:35:31.711Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31912026-07-01T22:35:32.032Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31922026-07-01T22:35:32.424Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31932026-07-01T22:35:32.577Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31942026-07-01T22:35:32.925Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31952026-07-01T22:35:32.969Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31962026-07-01T22:35:33.102Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31972026-07-01T22:35:33.126Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31982026-07-01T22:35:33.670Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31992026-07-01T22:35:33.899Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32002026-07-01T22:35:34.469Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32012026-07-01T22:35:34.642Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32022026-07-01T22:35:35.057Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32032026-07-01T22:35:35.610Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32042026-07-01T22:35:36.231Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32052026-07-01T22:35:36.682Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32062026-07-01T22:35:36.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32072026-07-01T22:35:37.248Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32082026-07-01T22:35:37.538Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32092026-07-01T22:35:37.751Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32102026-07-01T22:35:38.147Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32112026-07-01T22:35:38.943Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32122026-07-01T22:35:39.324Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32132026-07-01T22:35:40.025Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32142026-07-01T22:35:40.132Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32152026-07-01T22:35:40.268Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32162026-07-01T22:35:40.527Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32172026-07-01T22:35:44.556Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32182026-07-01T22:35:44.708Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32192026-07-01T22:35:45.231Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32202026-07-01T22:35:45.859Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32212026-07-01T22:35:46.274Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32222026-07-01T22:35:46.434Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32232026-07-01T22:35:47.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32242026-07-01T22:35:47.978Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32252026-07-01T22:35:48.063Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32262026-07-01T22:35:48.709Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32272026-07-01T22:35:48.867Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-07-01T22:35:48.909Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32292026-07-01T22:35:49.182Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32302026-07-01T22:35:50.327Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32312026-07-01T22:35:50.330Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-07-01T22:35:50.330Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32332026-07-01T22:35:50.330Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-07-01T22:35:50.330Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32352026-07-01T22:35:50.330Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362026-07-01T22:35:50.330Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32372026-07-01T22:35:50.823Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32382026-07-01T22:35:50.908Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32392026-07-01T22:35:51.113Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-07-01T22:35:51.501Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32412026-07-01T22:35:51.746Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32422026-07-01T22:35:52.449Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32432026-07-01T22:35:52.798Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32442026-07-01T22:35:53.585Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32452026-07-01T22:35:54.018Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32462026-07-01T22:35:55.375Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32472026-07-01T22:35:57.148Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32482026-07-01T22:35:57.734Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32492026-07-01T22:35:58.682Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32502026-07-01T22:35:59.461Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32512026-07-01T22:36:00.448Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32522026-07-01T22:36:02.108Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32532026-07-01T22:36:02.586Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32542026-07-01T22:36:04.405Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32552026-07-01T22:36:04.839Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32562026-07-01T22:36:06.004Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32572026-07-01T22:36:07.889Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32582026-07-01T22:36:08.953Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32592026-07-01T22:36:09.050Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32602026-07-01T22:36:09.255Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32612026-07-01T22:36:09.823Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32622026-07-01T22:36:14.884Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32632026-07-01T22:36:15.612Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32642026-07-01T22:36:16.171Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32652026-07-01T22:36:16.950Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32662026-07-01T22:36:17.803Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32672026-07-01T22:36:18.537Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32682026-07-01T22:36:19.265Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32692026-07-01T22:36:21.152Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32702026-07-01T22:36:21.827Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32712026-07-01T22:36:23.630Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32722026-07-01T22:36:23.655Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32732026-07-01T22:36:24.405Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32742026-07-01T22:36:24.534Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32752026-07-01T22:36:25.261Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32762026-07-01T22:36:26.102Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32772026-07-01T22:36:27.199Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32782026-07-01T22:36:30.335Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32792026-07-01T22:36:31.209Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32802026-07-01T22:36:32.479Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32812026-07-01T22:36:33.240Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32822026-07-01T22:36:34.118Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32832026-07-01T22:36:35.145Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32842026-07-01T22:36:36.037Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32852026-07-01T22:36:37.594Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32862026-07-01T22:36:38.575Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32872026-07-01T22:36:39.496Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-07-01T22:36:40.721Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-07-01T22:36:43.282Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-07-01T22:36:43.858Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32912026-07-01T22:36:44.569Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-07-01T22:36:47.193Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932026-07-01T22:36:47.829Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32942026-07-01T22:36:49.608Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32952026-07-01T22:36:52.601Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32962026-07-01T22:36:54.197Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-07-01T22:36:55.873Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32982026-07-01T22:36:57.315Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32992026-07-01T22:37:01.920Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33002026-07-01T22:37:02.289Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33012026-07-01T22:37:03.783Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33022026-07-01T22:37:04.048Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33032026-07-01T22:37:05.697Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33042026-07-01T22:37:07.389Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33052026-07-01T22:37:09.383Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33062026-07-01T22:37:11.206Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33072026-07-01T22:37:12.937Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33082026-07-01T22:37:14.648Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33092026-07-01T22:37:16.297Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33102026-07-01T22:37:18.415Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33112026-07-01T22:37:19.841Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33122026-07-01T22:37:21.656Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33132026-07-01T22:37:23.390Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33142026-07-01T22:37:25.073Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33152026-07-01T22:37:26.823Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33162026-07-01T22:37:30.354Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-07-01T22:37:32.072Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33182026-07-01T22:37:33.836Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33192026-07-01T22:37:35.591Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33202026-07-01T22:37:37.454Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33212026-07-01T22:37:41.492Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33222026-07-01T22:37:43.095Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33232026-07-01T22:37:45.850Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33242026-07-01T22:37:47.612Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33252026-07-01T22:37:49.604Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33262026-07-01T22:37:51.568Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33272026-07-01T22:37:54.025Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33282026-07-01T22:37:56.307Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33292026-07-01T22:37:58.595Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33302026-07-01T22:38:01.146Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33312026-07-01T22:38:03.238Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33322026-07-01T22:38:05.463Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33332026-07-01T22:38:07.670Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33342026-07-01T22:38:09.911Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33352026-07-01T22:38:12.605Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33362026-07-01T22:38:14.579Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33372026-07-01T22:38:16.476Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33382026-07-01T22:38:18.669Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33392026-07-01T22:38:20.941Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33402026-07-01T22:38:23.197Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33412026-07-01T22:38:25.396Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-07-01T22:38:27.745Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33432026-07-01T22:38:29.985Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33442026-07-01T22:38:32.217Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33452026-07-01T22:38:34.635Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33462026-07-01T22:38:36.926Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33472026-07-01T22:38:39.231Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33482026-07-01T22:38:41.595Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33492026-07-01T22:38:43.960Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33502026-07-01T22:38:46.309Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33512026-07-01T22:38:48.669Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33522026-07-01T22:38:51.110Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33532026-07-01T22:38:53.367Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-07-01T22:38:55.855Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33552026-07-01T22:38:58.270Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33562026-07-01T22:39:00.686Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33572026-07-01T22:39:03.186Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33582026-07-01T22:39:05.452Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-07-01T22:39:07.826Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33602026-07-01T22:39:10.711Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33612026-07-01T22:39:12.842Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33622026-07-01T22:39:15.406Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33632026-07-01T22:39:17.873Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33642026-07-01T22:39:20.223Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33652026-07-01T22:39:22.859Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-07-01T22:39:25.294Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-07-01T22:39:27.826Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33682026-07-01T22:39:30.260Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33692026-07-01T22:39:32.750Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33702026-07-01T22:39:35.125Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33712026-07-01T22:39:37.708Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33722026-07-01T22:39:40.213Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33732026-07-01T22:39:42.790Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33742026-07-01T22:39:45.468Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33752026-07-01T22:39:48.047Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33762026-07-01T22:39:50.623Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33772026-07-01T22:39:53.085Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33782026-07-01T22:39:55.684Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33792026-07-01T22:39:58.311Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33802026-07-01T22:40:00.905Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33812026-07-01T22:40:03.792Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33822026-07-01T22:40:06.199Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33832026-07-01T22:40:08.720Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33842026-07-01T22:40:16.873Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33852026-07-01T22:40:17.028Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33862026-07-01T22:40:20.416Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33872026-07-01T22:40:23.854Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33882026-07-01T22:40:30.518Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33892026-07-01T22:40:30.675Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33902026-07-01T22:40:33.949Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33912026-07-01T22:40:37.332Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33922026-07-01T22:40:40.858Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33932026-07-01T22:40:44.289Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33942026-07-01T22:40:47.566Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33952026-07-01T22:40:52.334Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33962026-07-01T22:40:55.241Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33972026-07-01T22:40:58.919Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33982026-07-01T22:41:02.703Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33992026-07-01T22:41:06.415Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34002026-07-01T22:41:10.126Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34012026-07-01T22:41:13.973Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34022026-07-01T22:41:17.613Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34032026-07-01T22:41:23.187Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34042026-07-01T22:41:25.241Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34052026-07-01T22:41:31.454Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34062026-07-01T22:41:34.086Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34072026-07-01T22:41:36.470Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34082026-07-01T22:42:06.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
34092026-07-01T22:42:06.430Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34102026-07-01T22:42:06.538Z
34112026-07-01T22:42:06.538Zreal 6:51.942523401
34122026-07-01T22:42:06.538Zuser 18:29.106602942
34132026-07-01T22:42:06.538Zsys 3:54.755382012
34142026-07-01T22:42:06.538Ztrap 0.260383403
34152026-07-01T22:42:06.538Ztflt 0.026206757
34162026-07-01T22:42:06.538Zdflt 0.085447408
34172026-07-01T22:42:06.538Zkflt 0.000021800
34182026-07-01T22:42:06.538Zlock 6:20:02.958501186
34192026-07-01T22:42:06.541Zslp 2:18:15.868622054
34202026-07-01T22:42:06.541Zlat 32.530453930
34212026-07-01T22:42:06.541Zstop 1:41.552292343
34222026-07-01T22:42:06.541Zprocess exited: duration 783540 ms, exit code 0
 
34232026-07-01T22:42:06.550Zfound 0 output files