01KXYQZWD2Z4WQ8BWXETS8C6DJ: clippy (helios)

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

Buildomat Job: 01KXYR0DCYY89BX9KZQ0H7F0X0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T03:10:34.157Zjob assigned to worker 01KXYR0RHRYF8YKH1D31WZ1N36 [factory aws, i-0ed516d950b586cee] (queued for 51 s)
 
22026-07-20T03:10:41.141Zstarting task 0: "setup"
32026-07-20T03:10:41.145Z++ uname -s
42026-07-20T03:10:41.148Z+ kern=SunOS
52026-07-20T03:10:41.148Z+ build_user=build
62026-07-20T03:10:41.148Z+ build_uid=12345
72026-07-20T03:10:41.148Z+ work_dir=/work
82026-07-20T03:10:41.148Z+ input_dir=/input
92026-07-20T03:10:41.148Z+ [[ 0 == 12345 ]]
102026-07-20T03:10:41.148Z+ case "$kern" in
112026-07-20T03:10:41.148Z+ groupadd -g 12345 build
122026-07-20T03:10:41.152Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T03:10:43.156Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T03:10:43.289Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T03:10:43.292Z+ home_fs=zfs
162026-07-20T03:10:43.293Z+ [[ zfs == autofs ]]
172026-07-20T03:10:43.293Z+ mkdir -p /home/build
182026-07-20T03:10:43.293Z+ chown build:build /home/build /work
192026-07-20T03:10:45.294Z+ chmod 0700 /home/build /work
202026-07-20T03:10:45.297Zprocess exited: duration 4157 ms, exit code 0
 
212026-07-20T03:10:45.303Zstarting task 1: "rust-toolchain"
222026-07-20T03:10:45.307Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T03:10:45.307Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T03:10:45.307Z * rust toolchain channel = "1.96.1"
252026-07-20T03:10:45.307Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T03:10:45.307Z * rust toolchain profile = "default"
272026-07-20T03:10:45.307Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T03:10:45.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T03:10:45.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T03:10:45.413Zinfo: downloading installer
312026-07-20T03:10:46.855Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T03:10:46.855Zwarn: /home/build/.rustup/settings.toml
332026-07-20T03:10:46.855Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T03:10:46.855Zwarn: instead of the one inferred from the default host triple.
352026-07-20T03:10:46.868Zinfo: profile set to default
362026-07-20T03:10:46.868Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T03:10:46.870Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T03:10:47.014Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T03:10:47.017Zinfo: downloading 6 components
402026-07-20T03:11:02.018Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T03:11:02.018Z
422026-07-20T03:11:02.055Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T03:11:02.055Z
442026-07-20T03:11:02.055Z
452026-07-20T03:11:02.055ZRust is installed now. Great!
462026-07-20T03:11:02.055Z
472026-07-20T03:11:02.055ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T03:11:02.055Zenvironment variable. This has not been done automatically.
492026-07-20T03:11:02.055Z
502026-07-20T03:11:02.055ZTo configure your current shell, you need to source
512026-07-20T03:11:02.055Zthe corresponding env file under $HOME/.cargo.
522026-07-20T03:11:02.055Z
532026-07-20T03:11:02.055ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T03:11:02.055Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T03:11:02.055Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T03:11:02.055Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T03:11:02.055Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T03:11:02.055Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T03:11:02.055Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T03:11:02.059Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T03:11:02.059Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T03:11:02.141Z+ rustup --version
632026-07-20T03:11:02.149Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T03:11:02.152Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T03:11:02.170Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T03:11:02.173Z+ cargo --version
672026-07-20T03:11:02.187Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T03:11:02.190Z+ rustc --version
692026-07-20T03:11:02.208Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T03:11:02.211Zprocess exited: duration 16907 ms, exit code 0
 
712026-07-20T03:11:02.217Zstarting task 2: "authentication"
722026-07-20T03:11:02.233Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T03:11:02.239Zstarting task 3: "clone repository"
742026-07-20T03:11:02.242Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T03:11:02.245Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T03:11:02.274ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T03:11:13.603Z+ cd /work/oxidecomputer/omicron
782026-07-20T03:11:13.603Z+ git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7
792026-07-20T03:11:13.923ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T03:11:13.923Z * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD
812026-07-20T03:11:13.933Z+ [[ -n '' ]]
822026-07-20T03:11:13.933Z+ git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7
832026-07-20T03:11:14.213ZHEAD is now at fdfc38c50 [spr] initial version
842026-07-20T03:11:14.239Zprocess exited: duration 11944 ms, exit code 0
 
852026-07-20T03:11:14.257Zstarting task 4: "build"
862026-07-20T03:11:14.277Z+ source ./env.sh
872026-07-20T03:11:14.277Z++ OLD_SHELL_OPTS=ehxB
882026-07-20T03:11:14.277Z++ set -o xtrace
892026-07-20T03:11:14.287Z++++ dirname ./env.sh
902026-07-20T03:11:14.287Z+++ readlink -f .
912026-07-20T03:11:14.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-20T03:11:14.287Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.288Z++ 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-20T03:11:14.289Z++ 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-20T03:11:14.289Z++ case $OLD_SHELL_OPTS in
1032026-07-20T03:11:14.289Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-20T03:11:14.289Z+ source .github/buildomat/ci-env.sh
1052026-07-20T03:11:14.289Z++ export CARGO_TERM_COLOR=always
1062026-07-20T03:11:14.289Z++ CARGO_TERM_COLOR=always
1072026-07-20T03:11:14.289Z+++ uname -s
1082026-07-20T03:11:14.289Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-20T03:11:14.289Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-20T03:11:14.289Z+ cargo --version
1112026-07-20T03:11:14.289Zcargo 1.96.1 (356927216 2026-06-26)
1122026-07-20T03:11:14.290Z+ rustc --version
1132026-07-20T03:11:14.303Zrustc 1.96.1 (31fca3adb 2026-06-26)
1142026-07-20T03:11:14.309Z+ banner prerequisites
1152026-07-20T03:11:14.310Z
1162026-07-20T03:11:14.310Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-20T03:11:14.311Z # # # # # # # # # # # # # # #
1182026-07-20T03:11:14.311Z # # # # ##### # # ##### # # # # # #### #
1192026-07-20T03:11:14.311Z ##### ##### # ##### # # # # # # # # #
1202026-07-20T03:11:14.311Z # # # # # # # # # # # # # # #
1212026-07-20T03:11:14.311Z # # # ###### # # ###### ### # #### # #### #
1222026-07-20T03:11:14.311Z
1232026-07-20T03:11:14.312Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-20T03:11:16.057Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-20T03:11:16.227Z Startup: Caching catalogs ... Done
1262026-07-20T03:11:17.064ZPlanning: Solver setup ... Done (0.774s)
1272026-07-20T03:11:17.100ZPlanning: Running solver ... Done (0.036s)
1282026-07-20T03:11:17.121ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-20T03:11:17.133ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-20T03:11:17.149ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-20T03:11:17.164ZPlanning: Package planning ... Done (0.014s)
1322026-07-20T03:11:17.167ZPlanning: Merging actions ... Done (0.001s)
1332026-07-20T03:11:17.365ZPlanning: Checking for conflicting actions ... Done (0.201s)
1342026-07-20T03:11:17.369ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-20T03:11:18.176ZPlanning: Evaluating mediators ... Done (0.810s)
1362026-07-20T03:11:18.180ZPlanning: Planning completed in 1.93 seconds
1372026-07-20T03:11:18.185Z Packages to install: 2
1382026-07-20T03:11:18.185Z Estimated space available: 156.06 GB
1392026-07-20T03:11:18.189ZEstimated space to be consumed: 43.83 MB
1402026-07-20T03:11:18.189Z Create boot environment: No
1412026-07-20T03:11:18.189ZCreate backup boot environment: No
1422026-07-20T03:11:18.189Z Rebuild boot archive: No
1432026-07-20T03:11:18.189Z
1442026-07-20T03:11:18.189ZChanged packages:
1452026-07-20T03:11:18.189Zhelios
1462026-07-20T03:11:18.189Z developer/build-essential
1472026-07-20T03:11:18.189Z None -> 11-3.0
1482026-07-20T03:11:18.189Z library/libxmlsec1
1492026-07-20T03:11:18.189Z None -> 1.2.35-3.0
1502026-07-20T03:11:18.210Z
1512026-07-20T03:11:18.210ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-20T03:11:18.834ZDownload: Completed 1.28 MB in 0.62 seconds (2.0M/s)
1532026-07-20T03:11:18.921Z Actions: 1/268 actions (Installing new actions)
1542026-07-20T03:11:18.958Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-20T03:11:18.975ZFinalize: Updating package state database ... Done (0.017s)
1562026-07-20T03:11:18.979ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-20T03:11:19.021ZFinalize: Updating image state ... Done (0.046s)
1582026-07-20T03:11:21.420ZFinalize: Creating fast lookup database ... Done (2.364s)
1592026-07-20T03:11:21.485ZFinalize: Reading search index ... Done (0.012s)
1602026-07-20T03:11:21.488ZFinalize: Updating search index ... Done (0.000s)
1612026-07-20T03:11:21.579ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-20T03:11:21.900ZPlanning: Evaluating mediator changes ... Done
1632026-07-20T03:11:22.003ZPlanning: Checking for conflicting actions ... Done
1642026-07-20T03:11:22.006ZPlanning: Consolidating action changes ... Done
1652026-07-20T03:11:22.157ZPlanning: Evaluating mediators ... Done
1662026-07-20T03:11:22.160ZPlanning: Planning completed in 0.26 seconds
1672026-07-20T03:11:22.181Z Mediators to change: 2
1682026-07-20T03:11:22.181Z Create boot environment: No
1692026-07-20T03:11:22.181ZCreate backup boot environment: No
1702026-07-20T03:11:22.251ZFinalize: Updating package state database ... Done
1712026-07-20T03:11:22.251ZFinalize: Updating package cache ... Done
1722026-07-20T03:11:22.276ZFinalize: Updating image state ... Done
1732026-07-20T03:11:24.194ZFinalize: Creating fast lookup database ... Done
1742026-07-20T03:11:24.253ZFinalize: Reading search index ... Done
1752026-07-20T03:11:24.259ZFinalize: Updating search index ... Done
1762026-07-20T03:11:24.342ZFinalize: Updating package cache ... Done
1772026-07-20T03:11:24.624ZPlanning: Evaluating mediator changes ... Done
1782026-07-20T03:11:24.730ZPlanning: Checking for conflicting actions ... Done
1792026-07-20T03:11:24.740ZPlanning: Consolidating action changes ... Done
1802026-07-20T03:11:24.880ZPlanning: Evaluating mediators ... Done
1812026-07-20T03:11:24.883ZPlanning: Planning completed in 0.26 seconds
1822026-07-20T03:11:24.904Z Mediators to change: 1
1832026-07-20T03:11:24.904Z Create boot environment: No
1842026-07-20T03:11:24.904ZCreate backup boot environment: No
1852026-07-20T03:11:24.953ZFinalize: Updating package state database ... Done
1862026-07-20T03:11:24.953ZFinalize: Updating package cache ... Done
1872026-07-20T03:11:24.978ZFinalize: Updating image state ... Done
1882026-07-20T03:11:26.891ZFinalize: Creating fast lookup database ... Done
1892026-07-20T03:11:26.952ZFinalize: Reading search index ... Done
1902026-07-20T03:11:26.954ZFinalize: Updating search index ... Done
1912026-07-20T03:11:27.025ZFinalize: Updating package cache ... Done
1922026-07-20T03:11:27.334ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-20T03:11:27.334Zapache system 2.4 system
1942026-07-20T03:11:27.334Zclang system 15 system
1952026-07-20T03:11:27.334Zcsh system system illumos
1962026-07-20T03:11:27.334Zctags system system illumos
1972026-07-20T03:11:27.334Zfile vendor vendor darwinsys
1982026-07-20T03:11:27.334Zfile system system illumos
1992026-07-20T03:11:27.334Zgcc vendor 14 vendor
2002026-07-20T03:11:27.334Zgcc system 13 system
2012026-07-20T03:11:27.334Zgcc system 10 system
2022026-07-20T03:11:27.334Zgo system 1.25 system
2032026-07-20T03:11:27.334Zllvm system 15 system
2042026-07-20T03:11:27.334Zmariadb system 11.4 system
2052026-07-20T03:11:27.334Zmta vendor vendor dma
2062026-07-20T03:11:27.334Zopenjdk system 17 system
2072026-07-20T03:11:27.334Zopenjdk system 11 system
2082026-07-20T03:11:27.334Zopenssl vendor 3 vendor
2092026-07-20T03:11:27.334Zperl system 5.40 system
2102026-07-20T03:11:27.334Zpostgresql system 18 system
2112026-07-20T03:11:27.335Zpostgresql system 17 system
2122026-07-20T03:11:27.335Zpython vendor 3 vendor
2132026-07-20T03:11:27.335Zpython system 2 system
2142026-07-20T03:11:27.335Zpython3 vendor 3.13 vendor
2152026-07-20T03:11:27.335Zruby system 3.4 system
2162026-07-20T03:11:27.335Zruby system 3.0 system
2172026-07-20T03:11:27.335Zwords vendor vendor american-english
2182026-07-20T03:11:27.335Zwords system system australian-english
2192026-07-20T03:11:27.335Zwords system system british-english
2202026-07-20T03:11:27.335Zwords system system canadian-english
2212026-07-20T03:11:27.335Zwords system system french
2222026-07-20T03:11:27.335Zwords system system italian
2232026-07-20T03:11:27.335Zwords system system ngerman
2242026-07-20T03:11:27.335Zwords system system ogerman
2252026-07-20T03:11:27.335Zwords system system spanish
2262026-07-20T03:11:27.588ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-20T03:11:27.588Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-20T03:11:27.936ZFMRI IFO
2292026-07-20T03:11:27.936Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-20T03:11:27.936Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-20T03:11:27.936Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-20T03:11:27.936Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-20T03:11:27.936Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-20T03:11:27.936Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-20T03:11:27.936Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-20T03:11:27.936Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-20T03:11:27.936Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-20T03:11:28.213Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-20T03:11:28.515Z Updating crates.io index
2402026-07-20T03:11:28.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-20T03:11:28.735Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-20T03:11:29.029Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-20T03:11:29.919Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-20T03:11:30.582Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-20T03:11:32.118Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-20T03:11:32.903Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-20T03:11:33.152Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-20T03:11:33.455Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-20T03:11:34.485Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-20T03:11:34.770Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-20T03:11:35.089Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-20T03:11:35.344Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-20T03:11:35.779Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-20T03:11:36.233Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-20T03:11:36.462Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-20T03:11:36.664Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-20T03:11:36.916Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-20T03:11:37.179Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-20T03:11:37.379Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-20T03:11:37.608Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-20T03:11:37.843Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-20T03:11:38.225Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-20T03:11:38.490Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-20T03:11:38.717Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-20T03:11:39.062Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-20T03:11:39.294Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-07-20T03:11:39.663Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-07-20T03:11:40.151Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-07-20T03:11:40.375Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-07-20T03:11:40.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-07-20T03:11:40.892Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-07-20T03:11:41.278Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-07-20T03:11:41.519Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-07-20T03:11:41.792Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-07-20T03:11:42.019Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-07-20T03:11:42.312Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-07-20T03:11:42.563Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-07-20T03:11:42.789Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-07-20T03:11:43.047Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-07-20T03:11:43.262Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-07-20T03:11:46.098Z Downloading crates ...
2822026-07-20T03:11:46.171Z Downloaded clap_derive v4.6.1
2832026-07-20T03:11:46.174Z Downloaded log v0.4.29
2842026-07-20T03:11:46.177Z Downloaded toml_write v0.1.2
2852026-07-20T03:11:46.180Z Downloaded toml_datetime v0.6.11
2862026-07-20T03:11:46.184Z Downloaded zerocopy-derive v0.7.35
2872026-07-20T03:11:46.187Z Downloaded zmij v1.0.21
2882026-07-20T03:11:46.187Z Downloaded colorchoice v1.0.4
2892026-07-20T03:11:46.187Z Downloaded cargo_toml v0.21.0
2902026-07-20T03:11:46.190Z Downloaded equivalent v1.0.2
2912026-07-20T03:11:46.190Z Downloaded crypto-common v0.1.7
2922026-07-20T03:11:46.190Z Downloaded is_terminal_polyfill v1.70.2
2932026-07-20T03:11:46.194Z Downloaded itoa v1.0.17
2942026-07-20T03:11:46.197Z Downloaded clap_lex v1.0.0
2952026-07-20T03:11:46.197Z Downloaded tempfile v3.25.0
2962026-07-20T03:11:46.197Z Downloaded cpufeatures v0.2.17
2972026-07-20T03:11:46.200Z Downloaded zerocopy v0.7.35
2982026-07-20T03:11:46.206Z Downloaded generic-array v0.14.7
2992026-07-20T03:11:46.209Z Downloaded fnv v1.0.7
3002026-07-20T03:11:46.209Z Downloaded semver v1.0.28
3012026-07-20T03:11:46.212Z Downloaded scroll_derive v0.12.1
3022026-07-20T03:11:46.212Z Downloaded memmap v0.7.0
3032026-07-20T03:11:46.212Z Downloaded macaddr v1.0.1
3042026-07-20T03:11:46.219Z Downloaded bitflags v2.11.0
3052026-07-20T03:11:46.222Z Downloaded fastrand v2.3.0
3062026-07-20T03:11:46.234Z Downloaded pretty-hex v0.4.1
3072026-07-20T03:11:46.237Z Downloaded heck v0.4.1
3082026-07-20T03:11:46.237Z Downloaded clap v4.6.1
3092026-07-20T03:11:46.240Z Downloaded smawk v0.3.2
3102026-07-20T03:11:46.243Z Downloaded version_check v0.9.5
3112026-07-20T03:11:46.243Z Downloaded serde_spanned v0.6.9
3122026-07-20T03:11:46.243Z Downloaded heck v0.5.0
3132026-07-20T03:11:46.246Z Downloaded errno v0.3.14
3142026-07-20T03:11:46.246Z Downloaded dof v0.3.0
3152026-07-20T03:11:46.251Z Downloaded cfg-if v1.0.4
3162026-07-20T03:11:46.254Z Downloaded unicode-linebreak v0.1.5
3172026-07-20T03:11:46.257Z Downloaded digest v0.10.7
3182026-07-20T03:11:46.261Z Downloaded dtrace-parser v0.2.0
3192026-07-20T03:11:46.261Z Downloaded strsim v0.11.1
3202026-07-20T03:11:46.267Z Downloaded block-buffer v0.10.4
3212026-07-20T03:11:46.271Z Downloaded utf8parse v0.2.2
3222026-07-20T03:11:46.271Z Downloaded usdt-macro v0.5.0
3232026-07-20T03:11:46.271Z Downloaded thread-id v4.2.2
3242026-07-20T03:11:46.271Z Downloaded terminal_size v0.4.3
3252026-07-20T03:11:46.271Z Downloaded tabled_derive v0.7.0
3262026-07-20T03:11:46.274Z Downloaded swrite v0.1.0
3272026-07-20T03:11:46.274Z Downloaded cargo-platform v0.3.2
3282026-07-20T03:11:46.274Z Downloaded usdt-attr-macro v0.5.0
3292026-07-20T03:11:46.277Z Downloaded pest_generator v2.8.6
3302026-07-20T03:11:46.277Z Downloaded proc-macro-error v1.0.4
3312026-07-20T03:11:46.277Z Downloaded fs-err v3.3.0
3322026-07-20T03:11:46.280Z Downloaded bytecount v0.6.9
3332026-07-20T03:11:46.285Z Downloaded plain v0.2.3
3342026-07-20T03:11:46.288Z Downloaded usdt v0.5.0
3352026-07-20T03:11:46.291Z Downloaded anstyle-query v1.1.5
3362026-07-20T03:11:46.298Z Downloaded proc-macro-error-attr v1.0.4
3372026-07-20T03:11:46.305Z Downloaded thiserror-impl v1.0.69
3382026-07-20T03:11:46.307Z Downloaded anstyle v1.0.14
3392026-07-20T03:11:46.307Z Downloaded byteorder v1.5.0
3402026-07-20T03:11:46.313Z Downloaded anstream v1.0.0
3412026-07-20T03:11:46.317Z Downloaded anyhow v1.0.102
3422026-07-20T03:11:46.317Z Downloaded thiserror v1.0.69
3432026-07-20T03:11:46.322Z Downloaded serde_tokenstream v0.2.3
3442026-07-20T03:11:46.326Z Downloaded once_cell v1.21.3
3452026-07-20T03:11:46.326Z Downloaded camino-tempfile v1.4.1
3462026-07-20T03:11:46.330Z Downloaded autocfg v1.5.0
3472026-07-20T03:11:46.330Z Downloaded cargo_metadata v0.23.1
3482026-07-20T03:11:46.335Z Downloaded anstyle-parse v1.0.0
3492026-07-20T03:11:46.343Z Downloaded usdt-impl v0.5.0
3502026-07-20T03:11:46.346Z Downloaded quote v1.0.45
3512026-07-20T03:11:46.351Z Downloaded sha2 v0.10.9
3522026-07-20T03:11:46.351Z Downloaded toml v0.8.23
3532026-07-20T03:11:46.351Z Downloaded goblin v0.8.2
3542026-07-20T03:11:46.355Z Downloaded scroll v0.12.0
3552026-07-20T03:11:46.355Z Downloaded camino v1.2.2
3562026-07-20T03:11:46.362Z Downloaded thiserror v2.0.18
3572026-07-20T03:11:46.365Z Downloaded proc-macro2 v1.0.106
3582026-07-20T03:11:46.365Z Downloaded pest_meta v2.8.6
3592026-07-20T03:11:46.365Z Downloaded papergrid v0.11.0
3602026-07-20T03:11:46.368Z Downloaded thiserror-impl v2.0.18
3612026-07-20T03:11:46.371Z Downloaded pest_derive v2.8.6
3622026-07-20T03:11:46.375Z Downloaded ucd-trie v0.1.7
3632026-07-20T03:11:46.380Z Downloaded getrandom v0.4.1
3642026-07-20T03:11:46.387Z Downloaded unicode-ident v1.0.24
3652026-07-20T03:11:46.392Z Downloaded textwrap v0.16.2
3662026-07-20T03:11:46.392Z Downloaded serde_derive v1.0.228
3672026-07-20T03:11:46.408Z Downloaded serde_core v1.0.228
3682026-07-20T03:11:46.415Z Downloaded toml_edit v0.22.27
3692026-07-20T03:11:46.418Z Downloaded pest v2.8.6
3702026-07-20T03:11:46.421Z Downloaded serde v1.0.228
3712026-07-20T03:11:46.427Z Downloaded memchr v2.8.0
3722026-07-20T03:11:46.437Z Downloaded indexmap v2.14.0
3732026-07-20T03:11:46.441Z Downloaded typenum v1.20.1
3742026-07-20T03:11:46.493Z Downloaded hashbrown v0.17.0
3752026-07-20T03:11:46.502Z Downloaded serde_json v1.0.150
3762026-07-20T03:11:46.508Z Downloaded winnow v0.7.14
3772026-07-20T03:11:46.512Z Downloaded clap_builder v4.6.0
3782026-07-20T03:11:46.517Z Downloaded tabled v0.15.0
3792026-07-20T03:11:46.549Z Downloaded syn v1.0.109
3802026-07-20T03:11:46.558Z Downloaded unicode-width v0.2.0
3812026-07-20T03:11:46.560Z Downloaded unicode-width v0.1.14
3822026-07-20T03:11:46.561Z Downloaded syn v2.0.117
3832026-07-20T03:11:46.565Z Downloaded rustix v1.1.3
3842026-07-20T03:11:46.593Z Downloaded libc v0.2.185
3852026-07-20T03:11:46.672Z Compiling proc-macro2 v1.0.106
3862026-07-20T03:11:46.672Z Compiling unicode-ident v1.0.24
3872026-07-20T03:11:46.672Z Compiling quote v1.0.45
3882026-07-20T03:11:46.672Z Compiling serde_core v1.0.228
3892026-07-20T03:11:46.682Z Compiling libc v0.2.185
3902026-07-20T03:11:46.682Z Compiling version_check v0.9.5
3912026-07-20T03:11:46.682Z Compiling memchr v2.8.0
3922026-07-20T03:11:46.682Z Compiling serde v1.0.228
3932026-07-20T03:11:46.973Z Compiling zmij v1.0.21
3942026-07-20T03:11:47.197Z Compiling thiserror v1.0.69
3952026-07-20T03:11:47.274Z Compiling ucd-trie v0.1.7
3962026-07-20T03:11:47.501Z Compiling itoa v1.0.17
3972026-07-20T03:11:47.568Z Compiling pest v2.8.6
3982026-07-20T03:11:47.645Z Compiling rustix v1.1.3
3992026-07-20T03:11:47.725Z Compiling byteorder v1.5.0
4002026-07-20T03:11:47.764Z Compiling errno v0.3.14
4012026-07-20T03:11:47.873Z Compiling serde_json v1.0.150
4022026-07-20T03:11:48.037Z Compiling bitflags v2.11.0
4032026-07-20T03:11:48.105Z Compiling syn v2.0.117
4042026-07-20T03:11:48.180Z Compiling thread-id v4.2.2
4052026-07-20T03:11:48.238Z Compiling proc-macro-error-attr v1.0.4
4062026-07-20T03:11:48.264Z Compiling usdt-impl v0.5.0
4072026-07-20T03:11:48.388Z Compiling camino v1.2.2
4082026-07-20T03:11:48.428Z Compiling syn v1.0.109
4092026-07-20T03:11:48.589Z Compiling pest_meta v2.8.6
4102026-07-20T03:11:48.773Z Compiling proc-macro-error v1.0.4
4112026-07-20T03:11:48.808Z Compiling utf8parse v0.2.2
4122026-07-20T03:11:48.837Z Compiling plain v0.2.3
4132026-07-20T03:11:48.922Z Compiling equivalent v1.0.2
4142026-07-20T03:11:48.950Z Compiling getrandom v0.4.1
4152026-07-20T03:11:49.014Z Compiling hashbrown v0.17.0
4162026-07-20T03:11:49.118Z Compiling log v0.4.29
4172026-07-20T03:11:49.350Z Compiling terminal_size v0.4.3
4182026-07-20T03:11:49.482Z Compiling anstyle-parse v1.0.0
4192026-07-20T03:11:49.498Z Compiling indexmap v2.14.0
4202026-07-20T03:11:49.970Z Compiling is_terminal_polyfill v1.70.2
4212026-07-20T03:11:49.998Z Compiling thiserror v2.0.18
4222026-07-20T03:11:50.065Z Compiling anstyle v1.0.14
4232026-07-20T03:11:50.070Z Compiling pretty-hex v0.4.1
4242026-07-20T03:11:50.121Z Compiling toml_write v0.1.2
4252026-07-20T03:11:50.194Z Compiling colorchoice v1.0.4
4262026-07-20T03:11:50.221Z Compiling cfg-if v1.0.4
4272026-07-20T03:11:50.295Z Compiling pest_generator v2.8.6
4282026-07-20T03:11:50.312Z Compiling autocfg v1.5.0
4292026-07-20T03:11:50.332Z Compiling winnow v0.7.14
4302026-07-20T03:11:50.340Z Compiling anstyle-query v1.1.5
4312026-07-20T03:11:50.469Z Compiling anstream v1.0.0
4322026-07-20T03:11:50.548Z Compiling anyhow v1.0.102
4332026-07-20T03:11:50.623Z Compiling fnv v1.0.7
4342026-07-20T03:11:50.731Z Compiling unicode-width v0.1.14
4352026-07-20T03:11:50.734Z Compiling fs-err v3.3.0
4362026-07-20T03:11:50.864Z Compiling heck v0.4.1
4372026-07-20T03:11:50.956Z Compiling heck v0.5.0
4382026-07-20T03:11:50.981Z Compiling fastrand v2.3.0
4392026-07-20T03:11:51.002Z Compiling strsim v0.11.1
4402026-07-20T03:11:51.065Z Compiling clap_lex v1.0.0
4412026-07-20T03:11:51.083Z Compiling bytecount v0.6.9
4422026-07-20T03:11:51.182Z Compiling once_cell v1.21.3
4432026-07-20T03:11:51.217Z Compiling clap_builder v4.6.0
4442026-07-20T03:11:51.236Z Compiling papergrid v0.11.0
4452026-07-20T03:11:51.390Z Compiling tempfile v3.25.0
4462026-07-20T03:11:51.408Z Compiling semver v1.0.28
4472026-07-20T03:11:51.553Z Compiling cargo-platform v0.3.2
4482026-07-20T03:11:51.659Z Compiling tabled_derive v0.7.0
4492026-07-20T03:11:51.723Z Compiling memmap v0.7.0
4502026-07-20T03:11:51.755Z Compiling smawk v0.3.2
4512026-07-20T03:11:51.796Z Compiling unicode-linebreak v0.1.5
4522026-07-20T03:11:51.824Z Compiling unicode-width v0.2.0
4532026-07-20T03:11:51.892Z Compiling camino-tempfile v1.4.1
4542026-07-20T03:11:51.923Z Compiling serde_derive v1.0.228
4552026-07-20T03:11:52.101Z Compiling thiserror-impl v1.0.69
4562026-07-20T03:11:52.119Z Compiling zerocopy-derive v0.7.35
4572026-07-20T03:11:52.163Z Compiling pest_derive v2.8.6
4582026-07-20T03:11:52.303Z Compiling scroll_derive v0.12.1
4592026-07-20T03:11:52.600Z Compiling thiserror-impl v2.0.18
4602026-07-20T03:11:52.625Z Compiling clap_derive v4.6.1
4612026-07-20T03:11:52.702Z Compiling tabled v0.15.0
4622026-07-20T03:11:52.995Z Compiling scroll v0.12.0
4632026-07-20T03:11:53.026Z Compiling zerocopy v0.7.35
4642026-07-20T03:11:53.276Z Compiling goblin v0.8.2
4652026-07-20T03:11:53.505Z Compiling dtrace-parser v0.2.0
4662026-07-20T03:11:53.581Z Compiling textwrap v0.16.2
4672026-07-20T03:11:54.084Z Compiling swrite v0.1.0
4682026-07-20T03:11:54.401Z Compiling clap v4.6.1
4692026-07-20T03:11:55.081Z Compiling toml_datetime v0.6.11
4702026-07-20T03:11:55.099Z Compiling serde_spanned v0.6.9
4712026-07-20T03:11:55.099Z Compiling cargo_metadata v0.23.1
4722026-07-20T03:11:55.099Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4732026-07-20T03:11:55.099Z Compiling macaddr v1.0.1
4742026-07-20T03:11:55.155Z Compiling dof v0.3.0
4752026-07-20T03:11:55.173Z Compiling serde_tokenstream v0.2.3
4762026-07-20T03:11:55.274Z Compiling toml_edit v0.22.27
4772026-07-20T03:11:55.924Z Compiling usdt-attr-macro v0.5.0
4782026-07-20T03:11:55.924Z Compiling usdt-macro v0.5.0
4792026-07-20T03:11:56.531Z Compiling usdt v0.5.0
4802026-07-20T03:11:56.610Z Compiling toml v0.8.23
4812026-07-20T03:11:56.939Z Compiling cargo_toml v0.21.0
4822026-07-20T03:11:58.239Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832026-07-20T03:12:00.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.12s
4842026-07-20T03:12:00.387Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4852026-07-20T03:12:00.890Z Downloading crates ...
4862026-07-20T03:12:00.983Z Downloaded bcrypt-pbkdf v0.11.0
4872026-07-20T03:12:00.991Z Downloaded arc-swap v1.8.2
4882026-07-20T03:12:00.998Z Downloaded crc v3.4.0
4892026-07-20T03:12:01.002Z Downloaded bumpalo v3.20.2
4902026-07-20T03:12:01.005Z Downloaded arrayref v0.3.9
4912026-07-20T03:12:01.005Z Downloaded adler2 v2.0.1
4922026-07-20T03:12:01.009Z Downloaded cookie_store v0.22.1
4932026-07-20T03:12:01.009Z Downloaded bs58 v0.5.1
4942026-07-20T03:12:01.012Z Downloaded ascii-canvas v3.0.0
4952026-07-20T03:12:01.013Z Downloaded crc-any v2.5.0
4962026-07-20T03:12:01.013Z Downloaded base16ct v1.0.0
4972026-07-20T03:12:01.013Z Downloaded convert_case v0.4.0
4982026-07-20T03:12:01.016Z Downloaded cipher v0.4.4
4992026-07-20T03:12:01.020Z Downloaded arrayvec v0.7.6
5002026-07-20T03:12:01.023Z Downloaded colored v2.2.0
5012026-07-20T03:12:01.023Z Downloaded crossterm v0.28.1
5022026-07-20T03:12:01.029Z Downloaded backoff v0.4.0
5032026-07-20T03:12:01.032Z Downloaded ahash v0.8.12
5042026-07-20T03:12:01.032Z Downloaded async-trait v0.1.89
5052026-07-20T03:12:01.032Z Downloaded argon2 v0.5.3
5062026-07-20T03:12:01.035Z Downloaded cpubits v0.1.1
5072026-07-20T03:12:01.035Z Downloaded bit-set v0.5.3
5082026-07-20T03:12:01.035Z Downloaded atomic-waker v1.1.2
5092026-07-20T03:12:01.035Z Downloaded atomicwrites v0.4.4
5102026-07-20T03:12:01.039Z Downloaded blake2 v0.11.0-rc.6
5112026-07-20T03:12:01.039Z Downloaded defmt v0.3.100
5122026-07-20T03:12:01.039Z Downloaded atty v0.2.14
5132026-07-20T03:12:01.042Z Downloaded assert_matches v1.5.0
5142026-07-20T03:12:01.042Z Downloaded darling_macro v0.23.0
5152026-07-20T03:12:01.045Z Downloaded async-recursion v1.1.1
5162026-07-20T03:12:01.046Z Downloaded darling_macro v0.13.4
5172026-07-20T03:12:01.046Z Downloaded curve25519-dalek-derive v0.1.1
5182026-07-20T03:12:01.049Z Downloaded anstyle-parse v0.2.7
5192026-07-20T03:12:01.052Z Downloaded chacha20poly1305 v0.10.1
5202026-07-20T03:12:01.052Z Downloaded crypto-common v0.2.2
5212026-07-20T03:12:01.057Z Downloaded darling_core v0.23.0
5222026-07-20T03:12:01.060Z Downloaded curve25519-dalek v5.0.0-rc.0
5232026-07-20T03:12:01.064Z Downloaded crunchy v0.2.4
5242026-07-20T03:12:01.064Z Downloaded cpufeatures v0.3.0
5252026-07-20T03:12:01.067Z Downloaded difflib v0.4.0
5262026-07-20T03:12:01.067Z Downloaded ar_archive_writer v0.5.1
5272026-07-20T03:12:01.070Z Downloaded daft v0.1.7
5282026-07-20T03:12:01.070Z Downloaded cobs v0.3.0
5292026-07-20T03:12:01.070Z Downloaded darling_macro v0.20.11
5302026-07-20T03:12:01.073Z Downloaded bitfield-macros v0.19.4
5312026-07-20T03:12:01.073Z Downloaded bb8 v0.8.6
5322026-07-20T03:12:01.073Z Downloaded base16ct v0.2.0
5332026-07-20T03:12:01.073Z Downloaded cfg_aliases v0.2.1
5342026-07-20T03:12:01.076Z Downloaded dyn-clone v1.0.20
5352026-07-20T03:12:01.076Z Downloaded dropshot-api-manager-types v0.7.2
5362026-07-20T03:12:01.076Z Downloaded bit-set v0.8.0
5372026-07-20T03:12:01.079Z Downloaded diesel_table_macro_syntax v0.3.0
5382026-07-20T03:12:01.079Z Downloaded cexpr v0.6.0
5392026-07-20T03:12:01.079Z Downloaded critical-section v1.2.0
5402026-07-20T03:12:01.082Z Downloaded array-init v0.0.4
5412026-07-20T03:12:01.082Z Downloaded data-encoding v2.10.0
5422026-07-20T03:12:01.089Z Downloaded compression-core v0.4.31
5432026-07-20T03:12:01.097Z Downloaded async-stream-impl v0.3.6
5442026-07-20T03:12:01.097Z Downloaded dirs-next v2.0.0
5452026-07-20T03:12:01.100Z Downloaded embedded-io v0.6.1
5462026-07-20T03:12:01.100Z Downloaded cfg_aliases v0.1.1
5472026-07-20T03:12:01.100Z Downloaded crc-catalog v2.4.0
5482026-07-20T03:12:01.103Z Downloaded bitfield-struct v0.6.2
5492026-07-20T03:12:01.104Z Downloaded aead v0.5.2
5502026-07-20T03:12:01.104Z Downloaded debug-ignore v1.0.5
5512026-07-20T03:12:01.107Z Downloaded castaway v0.2.4
5522026-07-20T03:12:01.107Z Downloaded ciborium-ll v0.2.2
5532026-07-20T03:12:01.110Z Downloaded async-stream v0.3.6
5542026-07-20T03:12:01.113Z Downloaded ciborium-io v0.2.2
5552026-07-20T03:12:01.117Z Downloaded env_filter v1.0.0
5562026-07-20T03:12:01.117Z Downloaded derive_builder_macro v0.20.2
5572026-07-20T03:12:01.120Z Downloaded digest-io v0.1.0
5582026-07-20T03:12:01.120Z Downloaded block-padding v0.4.2
5592026-07-20T03:12:01.120Z Downloaded defmt-parser v1.0.0
5602026-07-20T03:12:01.123Z Downloaded dirs-sys-next v0.1.2
5612026-07-20T03:12:01.123Z Downloaded bitfield v0.19.4
5622026-07-20T03:12:01.123Z Downloaded base64ct v1.8.3
5632026-07-20T03:12:01.127Z Downloaded display-error-chain v0.2.2
5642026-07-20T03:12:01.127Z Downloaded darling_macro v0.21.3
5652026-07-20T03:12:01.127Z Downloaded crc8 v0.1.1
5662026-07-20T03:12:01.130Z Downloaded downcast-rs v2.0.2
5672026-07-20T03:12:01.130Z Downloaded dof v0.4.0
5682026-07-20T03:12:01.134Z Downloaded dunce v1.0.5
5692026-07-20T03:12:01.137Z Downloaded enum-as-inner v0.6.1
5702026-07-20T03:12:01.137Z Downloaded endian-type v0.1.2
5712026-07-20T03:12:01.144Z Downloaded embedded-io v0.4.0
5722026-07-20T03:12:01.144Z Downloaded csv-core v0.1.13
5732026-07-20T03:12:01.148Z Downloaded der_derive v0.7.3
5742026-07-20T03:12:01.148Z Downloaded corncobs v0.1.4
5752026-07-20T03:12:01.148Z Downloaded foreign-types v0.3.2
5762026-07-20T03:12:01.148Z Downloaded float-ord v0.3.2
5772026-07-20T03:12:01.148Z Downloaded ed25519 v2.2.3
5782026-07-20T03:12:01.158Z Downloaded ctutils v0.4.2
5792026-07-20T03:12:01.158Z Downloaded crc32fast v1.5.0
5802026-07-20T03:12:01.158Z Downloaded form_urlencoded v1.2.2
5812026-07-20T03:12:01.158Z Downloaded cookie v0.18.1
5822026-07-20T03:12:01.158Z Downloaded cstr-argument v0.1.2
5832026-07-20T03:12:01.163Z Downloaded byte-wrapper v0.1.0
5842026-07-20T03:12:01.163Z Downloaded foreign-types-shared v0.3.1
5852026-07-20T03:12:01.163Z Downloaded daft-derive v0.1.7
5862026-07-20T03:12:01.163Z Downloaded foreign-types-macros v0.2.3
5872026-07-20T03:12:01.166Z Downloaded crucible-workspace-hack v0.1.0
5882026-07-20T03:12:01.166Z Downloaded cmov v0.5.4
5892026-07-20T03:12:01.166Z Downloaded aead v0.6.1
5902026-07-20T03:12:01.166Z Downloaded compression-codecs v0.4.37
5912026-07-20T03:12:01.170Z Downloaded futures-sink v0.3.32
5922026-07-20T03:12:01.170Z Downloaded foreign-types-shared v0.1.1
5932026-07-20T03:12:01.170Z Downloaded foreign-types v0.5.0
5942026-07-20T03:12:01.170Z Downloaded dtrace-parser v0.3.0
5952026-07-20T03:12:01.173Z Downloaded bit-vec v0.8.0
5962026-07-20T03:12:01.173Z Downloaded chacha20 v0.9.1
5972026-07-20T03:12:01.173Z Downloaded funty v2.0.0
5982026-07-20T03:12:01.177Z Downloaded buf-list v1.1.2
5992026-07-20T03:12:01.177Z Downloaded document-features v0.2.12
6002026-07-20T03:12:01.181Z Downloaded convert_case v0.10.0
6012026-07-20T03:12:01.181Z Downloaded digest v0.11.3
6022026-07-20T03:12:01.187Z Downloaded backon v1.6.0
6032026-07-20T03:12:01.187Z Downloaded cbc v0.2.1
6042026-07-20T03:12:01.191Z Downloaded ed25519 v3.0.0
6052026-07-20T03:12:01.191Z Downloaded dsl_auto_type v0.2.0
6062026-07-20T03:12:01.191Z Downloaded darling v0.13.4
6072026-07-20T03:12:01.192Z Downloaded fxhash v0.2.1
6082026-07-20T03:12:01.192Z Downloaded delegate v0.13.5
6092026-07-20T03:12:01.195Z Downloaded gethostname v0.5.0
6102026-07-20T03:12:01.195Z Downloaded defmt-macros v1.0.1
6112026-07-20T03:12:01.195Z Downloaded futures-io v0.3.32
6122026-07-20T03:12:01.198Z Downloaded globwalk v0.9.1
6132026-07-20T03:12:01.198Z Downloaded cipher v0.5.2
6142026-07-20T03:12:01.198Z Downloaded futures-task v0.3.32
6152026-07-20T03:12:01.203Z Downloaded futures-macro v0.3.32
6162026-07-20T03:12:01.203Z Downloaded blowfish v0.10.0
6172026-07-20T03:12:01.203Z Downloaded ghash v0.6.0
6182026-07-20T03:12:01.206Z Downloaded flagset v0.4.7
6192026-07-20T03:12:01.206Z Downloaded fixedbitset v0.5.7
6202026-07-20T03:12:01.206Z Downloaded deranged v0.5.8
6212026-07-20T03:12:01.210Z Downloaded find-msvc-tools v0.1.9
6222026-07-20T03:12:01.210Z Downloaded erased-serde v0.3.31
6232026-07-20T03:12:01.213Z Downloaded derive_builder v0.20.2
6242026-07-20T03:12:01.214Z Downloaded hash32 v0.3.1
6252026-07-20T03:12:01.218Z Downloaded git-stub v1.0.0
6262026-07-20T03:12:01.218Z Downloaded ff v0.13.1
6272026-07-20T03:12:01.218Z Downloaded ff v0.14.0
6282026-07-20T03:12:01.221Z Downloaded filetime v0.2.27
6292026-07-20T03:12:01.221Z Downloaded foldhash v0.2.0
6302026-07-20T03:12:01.221Z Downloaded foldhash v0.1.5
6312026-07-20T03:12:01.224Z Downloaded displaydoc v0.2.5
6322026-07-20T03:12:01.224Z Downloaded console v0.15.11
6332026-07-20T03:12:01.227Z Downloaded hash32 v0.2.1
6342026-07-20T03:12:01.227Z Downloaded hex-literal v1.1.0
6352026-07-20T03:12:01.231Z Downloaded hex v0.4.3
6362026-07-20T03:12:01.231Z Downloaded headers-core v0.3.0
6372026-07-20T03:12:01.231Z Downloaded const_format_proc_macros v0.2.34
6382026-07-20T03:12:01.234Z Downloaded const-oid v0.9.6
6392026-07-20T03:12:01.234Z Downloaded futures-executor v0.3.32
6402026-07-20T03:12:01.239Z Downloaded futures-core v0.3.32
6412026-07-20T03:12:01.239Z Downloaded crossbeam-epoch v0.9.18
6422026-07-20T03:12:01.239Z Downloaded console v0.16.2
6432026-07-20T03:12:01.244Z Downloaded fs-err v2.11.0
6442026-07-20T03:12:01.244Z Downloaded http-body v1.0.1
6452026-07-20T03:12:01.244Z Downloaded diff v0.1.13
6462026-07-20T03:12:01.247Z Downloaded darling v0.23.0
6472026-07-20T03:12:01.248Z Downloaded ecdsa v0.16.9
6482026-07-20T03:12:01.251Z Downloaded darling v0.21.3
6492026-07-20T03:12:01.254Z Downloaded http-range v0.1.5
6502026-07-20T03:12:01.254Z Downloaded ecdsa v0.17.0-rc.18
6512026-07-20T03:12:01.254Z Downloaded bzip2 v0.6.1
6522026-07-20T03:12:01.258Z Downloaded bzip2 v0.4.4
6532026-07-20T03:12:01.258Z Downloaded colored v3.1.1
6542026-07-20T03:12:01.262Z Downloaded hubpack v0.1.2
6552026-07-20T03:12:01.263Z Downloaded hostname v0.3.1
6562026-07-20T03:12:01.265Z Downloaded home v0.5.12
6572026-07-20T03:12:01.266Z Downloaded crossbeam-deque v0.8.6
6582026-07-20T03:12:01.266Z Downloaded hubpack_derive v0.1.1
6592026-07-20T03:12:01.266Z Downloaded group v0.14.0
6602026-07-20T03:12:01.266Z Downloaded hyper-tls v0.6.0
6612026-07-20T03:12:01.269Z Downloaded glob v0.3.3
6622026-07-20T03:12:01.269Z Downloaded group v0.13.0
6632026-07-20T03:12:01.269Z Downloaded darling v0.20.11
6642026-07-20T03:12:01.273Z Downloaded bcs v0.1.6
6652026-07-20T03:12:01.276Z Downloaded illumos-nvpair v0.3.0
6662026-07-20T03:12:01.276Z Downloaded httpdate v1.0.3
6672026-07-20T03:12:01.276Z Downloaded hostname v0.4.2
6682026-07-20T03:12:01.279Z Downloaded git-stub-vcs v0.1.0
6692026-07-20T03:12:01.279Z Downloaded idna_adapter v1.2.1
6702026-07-20T03:12:01.279Z Downloaded ident_case v1.0.1
6712026-07-20T03:12:01.282Z Downloaded des v0.9.0
6722026-07-20T03:12:01.282Z Downloaded derive-ex v0.1.8
6732026-07-20T03:12:01.282Z Downloaded crossterm v0.29.0
6742026-07-20T03:12:01.286Z Downloaded clang-sys v1.8.1
6752026-07-20T03:12:01.289Z Downloaded illumos-nvpair-sys v0.2.0
6762026-07-20T03:12:01.289Z Downloaded fs_extra v1.3.0
6772026-07-20T03:12:01.295Z Downloaded const-oid v0.10.2
6782026-07-20T03:12:01.295Z Downloaded chacha20 v0.10.0
6792026-07-20T03:12:01.309Z Downloaded indoc v1.0.9
6802026-07-20T03:12:01.309Z Downloaded internet-checksum v0.2.1
6812026-07-20T03:12:01.309Z Downloaded inout v0.2.2
6822026-07-20T03:12:01.309Z Downloaded indent_write v2.2.0
6832026-07-20T03:12:01.317Z Downloaded instant v0.1.13
6842026-07-20T03:12:01.317Z Downloaded inout v0.1.4
6852026-07-20T03:12:01.317Z Downloaded instability v0.3.11
6862026-07-20T03:12:01.317Z Downloaded futures-channel v0.3.32
6872026-07-20T03:12:01.317Z Downloaded elliptic-curve v0.13.8
6882026-07-20T03:12:01.317Z Downloaded getrandom v0.2.17
6892026-07-20T03:12:01.317Z Downloaded drift v0.2.0
6902026-07-20T03:12:01.321Z Downloaded is_ci v1.2.0
6912026-07-20T03:12:01.321Z Downloaded lazy_static v1.5.0
6922026-07-20T03:12:01.321Z Downloaded keccak v0.1.6
6932026-07-20T03:12:01.321Z Downloaded http-body-util v0.1.3
6942026-07-20T03:12:01.321Z Downloaded hyper-staticfile v0.10.1
6952026-07-20T03:12:01.324Z Downloaded humantime v2.3.0
6962026-07-20T03:12:01.324Z Downloaded globset v0.4.18
6972026-07-20T03:12:01.327Z Downloaded kstat-rs v0.2.4
6982026-07-20T03:12:01.327Z Downloaded kem v0.3.0
6992026-07-20T03:12:01.327Z Downloaded darling_core v0.21.3
7002026-07-20T03:12:01.333Z Downloaded darling_core v0.20.11
7012026-07-20T03:12:01.336Z Downloaded lzss v0.8.2
7022026-07-20T03:12:01.336Z Downloaded lru-cache v0.1.2
7032026-07-20T03:12:01.336Z Downloaded maplit v1.0.2
7042026-07-20T03:12:01.336Z Downloaded lru v0.12.5
7052026-07-20T03:12:01.340Z Downloaded impl-trait-for-tuples v0.2.3
7062026-07-20T03:12:01.340Z Downloaded managed v0.8.0
7072026-07-20T03:12:01.343Z Downloaded md-5 v0.10.6
7082026-07-20T03:12:01.343Z Downloaded linked-hash-map v0.5.6
7092026-07-20T03:12:01.343Z Downloaded async-compression v0.4.41
7102026-07-20T03:12:01.349Z Downloaded fatfs v0.3.6
7112026-07-20T03:12:01.353Z Downloaded elliptic-curve v0.14.0-rc.33
7122026-07-20T03:12:01.354Z Downloaded is-terminal v0.4.17
7132026-07-20T03:12:01.354Z Downloaded highway v1.3.0
7142026-07-20T03:12:01.360Z Downloaded enum_dispatch v0.3.13
7152026-07-20T03:12:01.360Z Downloaded md5 v0.8.0
7162026-07-20T03:12:01.360Z Downloaded maybe-uninit v2.0.0
7172026-07-20T03:12:01.366Z Downloaded ipnetwork v0.21.1
7182026-07-20T03:12:01.366Z Downloaded lru-slab v0.1.2
7192026-07-20T03:12:01.366Z Downloaded derive-where v1.6.0
7202026-07-20T03:12:01.366Z Downloaded mime v0.3.17
7212026-07-20T03:12:01.369Z Downloaded memoffset v0.9.1
7222026-07-20T03:12:01.369Z Downloaded match_cfg v0.1.0
7232026-07-20T03:12:01.369Z Downloaded ipnet v2.11.0
7242026-07-20T03:12:01.369Z Downloaded base64 v0.22.1
7252026-07-20T03:12:01.375Z Downloaded futures v0.3.32
7262026-07-20T03:12:01.378Z Downloaded ingot-types v0.1.2
7272026-07-20T03:12:01.378Z Downloaded ingot v0.1.1
7282026-07-20T03:12:01.378Z Downloaded dropshot_endpoint v0.17.1
7292026-07-20T03:12:01.378Z Downloaded newtype_derive v0.1.6
7302026-07-20T03:12:01.378Z Downloaded newtype-uuid-macros v0.1.0
7312026-07-20T03:12:01.386Z Downloaded indoc v2.0.7
7322026-07-20T03:12:01.386Z Downloaded newline-converter v0.3.0
7332026-07-20T03:12:01.386Z Downloaded hybrid-array v0.4.13
7342026-07-20T03:12:01.386Z Downloaded normalize-line-endings v0.3.0
7352026-07-20T03:12:01.391Z Downloaded nodrop v0.1.14
7362026-07-20T03:12:01.391Z Downloaded const_format v0.2.35
7372026-07-20T03:12:01.391Z Downloaded hmac v0.12.1
7382026-07-20T03:12:01.391Z Downloaded getrandom v0.3.4
7392026-07-20T03:12:01.394Z Downloaded linear-map v1.2.0
7402026-07-20T03:12:01.394Z Downloaded jobserver v0.1.34
7412026-07-20T03:12:01.394Z Downloaded libsw v3.5.0
7422026-07-20T03:12:01.394Z Downloaded nonempty v0.12.0
7432026-07-20T03:12:01.401Z Downloaded nibble_vec v0.1.0
7442026-07-20T03:12:01.401Z Downloaded libscf-sys v1.1.0
7452026-07-20T03:12:01.401Z Downloaded new_debug_unreachable v1.0.6
7462026-07-20T03:12:01.401Z Downloaded num-iter v0.1.45
7472026-07-20T03:12:01.404Z Downloaded num-conv v0.2.0
7482026-07-20T03:12:01.404Z Downloaded libloading v0.8.9
7492026-07-20T03:12:01.404Z Downloaded num v0.4.3
7502026-07-20T03:12:01.404Z Downloaded keccak v0.2.0
7512026-07-20T03:12:01.404Z Downloaded derive_more v0.99.20
7522026-07-20T03:12:01.412Z Downloaded lock_api v0.4.14
7532026-07-20T03:12:01.412Z Downloaded libsw-core v0.3.2
7542026-07-20T03:12:01.415Z Downloaded libefi-sys v0.1.0
7552026-07-20T03:12:01.415Z Downloaded lalrpop-util v0.19.12
7562026-07-20T03:12:01.416Z Downloaded num-derive v0.4.2
7572026-07-20T03:12:01.416Z Downloaded num-derive v0.3.3
7582026-07-20T03:12:01.416Z Downloaded generic-array v1.4.3
7592026-07-20T03:12:01.416Z Downloaded num_threads v0.1.7
7602026-07-20T03:12:01.416Z Downloaded multimap v0.10.1
7612026-07-20T03:12:01.419Z Downloaded module-lattice v0.2.3
7622026-07-20T03:12:01.419Z Downloaded darling_core v0.13.4
7632026-07-20T03:12:01.425Z Downloaded openssl-probe v0.2.1
7642026-07-20T03:12:01.425Z Downloaded openssl-probe v0.1.6
7652026-07-20T03:12:01.425Z Downloaded openssl-macros v0.1.1
7662026-07-20T03:12:01.425Z Downloaded ingot-macros v0.1.1
7672026-07-20T03:12:01.425Z Downloaded crossbeam-channel v0.5.15
7682026-07-20T03:12:01.428Z Downloaded iana-time-zone v0.1.65
7692026-07-20T03:12:01.428Z Downloaded flume v0.11.1
7702026-07-20T03:12:01.431Z Downloaded derive_more v2.1.1
7712026-07-20T03:12:01.438Z Downloaded multer v3.1.0
7722026-07-20T03:12:01.441Z Downloaded half v1.8.3
7732026-07-20T03:12:01.441Z Downloaded native-tls v0.2.18
7742026-07-20T03:12:01.441Z Downloaded hyper-rustls v0.27.7
7752026-07-20T03:12:01.447Z Downloaded opaque-debug v0.3.1
7762026-07-20T03:12:01.448Z Downloaded olpc-cjson v0.1.4
7772026-07-20T03:12:01.448Z Downloaded crossbeam-utils v0.8.21
7782026-07-20T03:12:01.451Z Downloaded ciborium v0.2.2
7792026-07-20T03:12:01.451Z Downloaded newtype-uuid v1.3.2
7802026-07-20T03:12:01.451Z Downloaded oso-derive v0.27.3
7812026-07-20T03:12:01.451Z Downloaded ena v0.14.4
7822026-07-20T03:12:01.462Z Downloaded parse-display v0.10.0
7832026-07-20T03:12:01.468Z Downloaded base64 v0.21.7
7842026-07-20T03:12:01.468Z Downloaded nu-ansi-term v0.50.3
7852026-07-20T03:12:01.473Z Downloaded litrs v1.0.0
7862026-07-20T03:12:01.473Z Downloaded num-rational v0.4.2
7872026-07-20T03:12:01.473Z Downloaded litemap v0.8.1
7882026-07-20T03:12:01.473Z Downloaded nanorand v0.7.0
7892026-07-20T03:12:01.476Z Downloaded path-slash v0.1.5
7902026-07-20T03:12:01.476Z Downloaded parse-size v1.1.0
7912026-07-20T03:12:01.477Z Downloaded hmac v0.13.0
7922026-07-20T03:12:01.477Z Downloaded flate2 v1.1.9
7932026-07-20T03:12:01.480Z Downloaded crypto-bigint v0.5.5
7942026-07-20T03:12:01.483Z Downloaded num_enum_derive v0.7.6
7952026-07-20T03:12:01.483Z Downloaded ignore v0.4.25
7962026-07-20T03:12:01.486Z Downloaded httparse v1.10.1
7972026-07-20T03:12:01.490Z Downloaded peg-runtime v0.8.5
7982026-07-20T03:12:01.490Z Downloaded headers v0.4.1
7992026-07-20T03:12:01.493Z Downloaded phf_shared v0.12.1
8002026-07-20T03:12:01.493Z Downloaded num_enum v0.5.11
8012026-07-20T03:12:01.497Z Downloaded num_enum_derive v0.5.11
8022026-07-20T03:12:01.497Z Downloaded num_enum v0.7.6
8032026-07-20T03:12:01.501Z Downloaded ed25519-dalek v3.0.0-rc.0
8042026-07-20T03:12:01.502Z Downloaded diesel_derives v2.3.7
8052026-07-20T03:12:01.506Z Downloaded oxnet v0.1.6
8062026-07-20T03:12:01.506Z Downloaded der v0.7.10
8072026-07-20T03:12:01.509Z Downloaded phf_shared v0.11.3
8082026-07-20T03:12:01.509Z Downloaded num-integer v0.1.46
8092026-07-20T03:12:01.509Z Downloaded percent-encoding v2.3.2
8102026-07-20T03:12:01.514Z Downloaded half v2.7.1
8112026-07-20T03:12:01.514Z Downloaded phf_shared v0.13.1
8122026-07-20T03:12:01.519Z Downloaded libbz2-rs-sys v0.2.2
8132026-07-20T03:12:01.519Z Downloaded packed_struct_codegen v0.10.1
8142026-07-20T03:12:01.519Z Downloaded compact_str v0.8.1
8152026-07-20T03:12:01.519Z Downloaded heapless v0.8.0
8162026-07-20T03:12:01.522Z Downloaded oxide-tokio-rt v0.1.4
8172026-07-20T03:12:01.522Z Downloaded mime_guess v2.0.5
8182026-07-20T03:12:01.522Z Downloaded icu_provider v2.1.1
8192026-07-20T03:12:01.527Z Downloaded bytes v1.11.1
8202026-07-20T03:12:01.531Z Downloaded ml-kem v0.3.2
8212026-07-20T03:12:01.531Z Downloaded powerfmt v0.2.0
8222026-07-20T03:12:01.531Z Downloaded icu_properties v2.1.2
8232026-07-20T03:12:01.539Z Downloaded either v1.15.0
8242026-07-20T03:12:01.539Z Downloaded defmt v1.0.1
8252026-07-20T03:12:01.539Z Downloaded password-hash v0.6.1
8262026-07-20T03:12:01.543Z Downloaded potential_utf v0.1.4
8272026-07-20T03:12:01.543Z Downloaded parking_lot_core v0.8.6
8282026-07-20T03:12:01.543Z Downloaded password-hash v0.5.0
8292026-07-20T03:12:01.543Z Downloaded owo-colors v4.3.0
8302026-07-20T03:12:01.543Z Downloaded cc v1.2.56
8312026-07-20T03:12:01.543Z Downloaded peg v0.8.5
8322026-07-20T03:12:01.548Z Downloaded pbkdf2 v0.13.0
8332026-07-20T03:12:01.548Z Downloaded hickory-resolver v0.25.2
8342026-07-20T03:12:01.553Z Downloaded precomputed-hash v0.1.1
8352026-07-20T03:12:01.553Z Downloaded predicates-tree v1.0.13
8362026-07-20T03:12:01.553Z Downloaded predicates-core v1.0.10
8372026-07-20T03:12:01.553Z Downloaded phf v0.12.1
8382026-07-20T03:12:01.553Z Downloaded peg-macros v0.8.5
8392026-07-20T03:12:01.561Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-07-20T03:12:01.561Z Downloaded proc-macro-crate v1.3.1
8412026-07-20T03:12:01.561Z Downloaded progenitor-client v0.14.0
8422026-07-20T03:12:01.561Z Downloaded progenitor-macro v0.13.0
8432026-07-20T03:12:01.561Z Downloaded heapless v0.7.17
8442026-07-20T03:12:01.565Z Downloaded parse-display-derive v0.10.0
8452026-07-20T03:12:01.566Z Downloaded ed25519-dalek v2.2.0
8462026-07-20T03:12:01.566Z Downloaded derive_more-impl v2.1.1
8472026-07-20T03:12:01.566Z Downloaded der v0.8.0
8482026-07-20T03:12:01.576Z Downloaded pem v3.0.6
8492026-07-20T03:12:01.576Z Downloaded phf v0.13.1
8502026-07-20T03:12:01.583Z Downloaded progenitor-macro v0.14.0
8512026-07-20T03:12:01.583Z Downloaded pkcs8 v0.10.2
8522026-07-20T03:12:01.583Z Downloaded packed_struct v0.10.1
8532026-07-20T03:12:01.583Z Downloaded paste v1.0.15
8542026-07-20T03:12:01.583Z Downloaded memmap2 v0.9.10
8552026-07-20T03:12:01.583Z Downloaded num-complex v0.4.6
8562026-07-20T03:12:01.583Z Downloaded cancel-safe-futures v0.1.5
8572026-07-20T03:12:01.583Z Downloaded fallible-iterator v0.2.0
8582026-07-20T03:12:01.589Z Downloaded pem-rfc7468 v1.0.0
8592026-07-20T03:12:01.589Z Downloaded derive_builder_core v0.20.2
8602026-07-20T03:12:01.589Z Downloaded polyval v0.7.1
8612026-07-20T03:12:01.589Z Downloaded psl-types v2.0.11
8622026-07-20T03:12:01.589Z Downloaded pin-project-lite v0.2.17
8632026-07-20T03:12:01.594Z Downloaded pin-project-internal v1.1.11
8642026-07-20T03:12:01.594Z Downloaded port-file v0.1.0
8652026-07-20T03:12:01.594Z Downloaded icu_normalizer v2.1.1
8662026-07-20T03:12:01.594Z Downloaded poly1305 v0.8.0
8672026-07-20T03:12:01.597Z Downloaded pkg-config v0.3.32
8682026-07-20T03:12:01.597Z Downloaded phc v0.6.1
8692026-07-20T03:12:01.597Z Downloaded parking_lot_core v0.9.12
8702026-07-20T03:12:01.600Z Downloaded postgres-protocol v0.6.10
8712026-07-20T03:12:01.600Z Downloaded icu_locale_core v2.1.1
8722026-07-20T03:12:01.606Z Downloaded env_logger v0.11.9
8732026-07-20T03:12:01.606Z Downloaded rand_chacha v0.3.1
8742026-07-20T03:12:01.609Z Downloaded rand_xorshift v0.4.0
8752026-07-20T03:12:01.609Z Downloaded radium v0.7.0
8762026-07-20T03:12:01.609Z Downloaded primefield v0.14.0
8772026-07-20T03:12:01.609Z Downloaded parking_lot v0.11.2
8782026-07-20T03:12:01.613Z Downloaded ppv-lite86 v0.2.21
8792026-07-20T03:12:01.613Z Downloaded allocator-api2 v0.2.21
8802026-07-20T03:12:01.613Z Downloaded progenitor v0.13.0
8812026-07-20T03:12:01.617Z Downloaded proc-macro-crate v3.4.0
8822026-07-20T03:12:01.617Z Downloaded indicatif v0.18.4
8832026-07-20T03:12:01.625Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-07-20T03:12:01.625Z Downloaded indexmap v1.9.3
8852026-07-20T03:12:01.625Z Downloaded ref-cast v1.0.25
8862026-07-20T03:12:01.629Z Downloaded recursive v0.1.1
8872026-07-20T03:12:01.629Z Downloaded primeorder v0.13.6
8882026-07-20T03:12:01.629Z Downloaded progenitor-extras v0.2.0
8892026-07-20T03:12:01.629Z Downloaded predicates v3.1.4
8902026-07-20T03:12:01.629Z Downloaded quick-error v1.2.3
8912026-07-20T03:12:01.629Z Downloaded progenitor v0.14.0
8922026-07-20T03:12:01.629Z Downloaded omicron-zone-package v0.12.3
8932026-07-20T03:12:01.634Z Downloaded ref-cast-impl v1.0.25
8942026-07-20T03:12:01.634Z Downloaded pkcs1 v0.8.0-rc.4
8952026-07-20T03:12:01.638Z Downloaded oso v0.27.3
8962026-07-20T03:12:01.638Z Downloaded progenitor-client v0.13.0
8972026-07-20T03:12:01.638Z Downloaded primeorder v0.14.0-rc.10
8982026-07-20T03:12:01.638Z Downloaded icu_normalizer_data v2.1.1
8992026-07-20T03:12:01.642Z Downloaded ctr v0.10.1
9002026-07-20T03:12:01.643Z Downloaded blake2 v0.10.6
9012026-07-20T03:12:01.643Z Downloaded rfc6979 v0.4.0
9022026-07-20T03:12:01.647Z Downloaded poly1305 v0.9.0
9032026-07-20T03:12:01.647Z Downloaded papergrid v0.17.0
9042026-07-20T03:12:01.652Z Downloaded aes v0.9.1
9052026-07-20T03:12:01.652Z Downloaded pem-rfc7468 v0.7.0
9062026-07-20T03:12:01.652Z Downloaded async-bb8-diesel v0.2.1
9072026-07-20T03:12:01.655Z Downloaded rfc6979 v0.5.0
9082026-07-20T03:12:01.655Z Downloaded argon2 v0.6.0-rc.8
9092026-07-20T03:12:01.655Z Downloaded pkcs8 v0.11.0
9102026-07-20T03:12:01.659Z Downloaded num-traits v0.2.19
9112026-07-20T03:12:01.659Z Downloaded constant_time_eq v0.4.2
9122026-07-20T03:12:01.662Z Downloaded bitflags v1.3.2
9132026-07-20T03:12:01.662Z Downloaded bit-vec v0.6.3
9142026-07-20T03:12:01.662Z Downloaded psm v0.1.30
9152026-07-20T03:12:02.670Z Downloaded expectorate v1.2.0
9162026-07-20T03:12:02.670Z Downloaded cmake v0.1.57
9172026-07-20T03:12:02.670Z Downloaded cassowary v0.3.0
9182026-07-20T03:12:02.670Z Downloaded camino-tempfile-ext v0.3.3
9192026-07-20T03:12:02.674Z Downloaded block-buffer v0.12.1
9202026-07-20T03:12:02.675Z Downloaded rand_core v0.9.5
9212026-07-20T03:12:02.675Z Downloaded rustc_version v0.4.1
9222026-07-20T03:12:02.675Z Downloaded icu_collections v2.1.1
9232026-07-20T03:12:02.675Z Downloaded rand_core v0.10.0
9242026-07-20T03:12:02.675Z Downloaded rustc_version v0.1.7
9252026-07-20T03:12:02.675Z Downloaded rustc-hash v2.1.1
9262026-07-20T03:12:02.675Z Downloaded russh-util v0.52.0
9272026-07-20T03:12:02.675Z Downloaded rand_core v0.6.4
9282026-07-20T03:12:02.675Z Downloaded hickory-resolver v0.24.4
9292026-07-20T03:12:02.675Z Downloaded rand_chacha v0.9.0
9302026-07-20T03:12:02.675Z Downloaded parking_lot v0.12.5
9312026-07-20T03:12:02.675Z Downloaded rand_seeder v0.4.0
9322026-07-20T03:12:02.675Z Downloaded proc-macro-error2 v2.0.1
9332026-07-20T03:12:02.675Z Downloaded miniz_oxide v0.8.9
9342026-07-20T03:12:02.675Z Downloaded hickory-server v0.25.2
9352026-07-20T03:12:02.675Z Downloaded scheduled-thread-pool v0.2.7
9362026-07-20T03:12:02.675Z Downloaded sapling-renderdag v0.1.0
9372026-07-20T03:12:02.675Z Downloaded same-file v1.0.6
9382026-07-20T03:12:02.675Z Downloaded rtoolbox v0.0.3
9392026-07-20T03:12:02.675Z Downloaded r2d2 v0.8.10
9402026-07-20T03:12:02.675Z Downloaded postcard v1.1.3
9412026-07-20T03:12:02.675Z Downloaded anstream v0.6.21
9422026-07-20T03:12:02.675Z Downloaded float-cmp v0.10.0
9432026-07-20T03:12:02.675Z Downloaded pkcs1 v0.7.5
9442026-07-20T03:12:02.675Z Downloaded jiff-static v0.2.21
9452026-07-20T03:12:02.675Z Downloaded dropshot-api-manager v0.7.2
9462026-07-20T03:12:02.675Z Downloaded scopeguard v1.2.0
9472026-07-20T03:12:02.675Z Downloaded fixedbitset v0.4.2
9482026-07-20T03:12:02.675Z Downloaded fd-lock v4.0.4
9492026-07-20T03:12:02.675Z Downloaded scroll_derive v0.13.1
9502026-07-20T03:12:02.675Z Downloaded openssl-sys v0.9.115
9512026-07-20T03:12:02.675Z Downloaded p256 v0.14.0-rc.10
9522026-07-20T03:12:02.675Z Downloaded diesel-dtrace v0.5.0
9532026-07-20T03:12:02.675Z Downloaded pkcs5 v0.8.1
9542026-07-20T03:12:02.675Z Downloaded quinn-udp v0.5.14
9552026-07-20T03:12:02.675Z Downloaded resolv-conf v0.7.6
9562026-07-20T03:12:02.675Z Downloaded serde_bytes v0.11.19
9572026-07-20T03:12:02.675Z Downloaded seq-macro v0.3.6
9582026-07-20T03:12:02.676Z Downloaded semver v0.1.20
9592026-07-20T03:12:02.676Z Downloaded serde_urlencoded v0.7.1
9602026-07-20T03:12:02.676Z Downloaded rpassword v7.5.4
9612026-07-20T03:12:02.676Z Downloaded secrecy v0.8.0
9622026-07-20T03:12:02.676Z Downloaded russh-cryptovec v0.61.0
9632026-07-20T03:12:02.676Z Downloaded postgres-types v0.2.12
9642026-07-20T03:12:02.676Z Downloaded rustls-pemfile v2.2.0
9652026-07-20T03:12:02.676Z Downloaded minimal-lexical v0.2.1
9662026-07-20T03:12:02.676Z Downloaded serde_repr v0.1.20
9672026-07-20T03:12:02.676Z Downloaded serde_plain v1.0.2
9682026-07-20T03:12:02.676Z Downloaded hashbrown v0.13.2
9692026-07-20T03:12:02.676Z Downloaded hashbrown v0.12.3
9702026-07-20T03:12:02.676Z Downloaded sha1 v0.11.0
9712026-07-20T03:12:02.676Z Downloaded rustversion v1.0.22
9722026-07-20T03:12:02.676Z Downloaded p384 v0.14.0-rc.10
9732026-07-20T03:12:02.676Z Downloaded rustls-native-certs v0.8.3
9742026-07-20T03:12:02.676Z Downloaded prefix-trie v0.7.0
9752026-07-20T03:12:02.676Z Downloaded sha1 v0.10.6
9762026-07-20T03:12:02.676Z Downloaded progenitor-impl v0.14.0
9772026-07-20T03:12:02.676Z Downloaded rusty-fork v0.3.1
9782026-07-20T03:12:02.676Z Downloaded pin-project v1.1.11
9792026-07-20T03:12:02.676Z Downloaded signal-hook-mio v0.2.5
9802026-07-20T03:12:02.676Z Downloaded signature v3.0.0
9812026-07-20T03:12:02.676Z Downloaded sigpipe v0.1.3
9822026-07-20T03:12:02.676Z Downloaded signature v2.2.0
9832026-07-20T03:12:02.676Z Downloaded shell-words v1.1.1
9842026-07-20T03:12:02.676Z Downloaded schemars_derive v0.8.22
9852026-07-20T03:12:02.676Z Downloaded signal-hook-tokio v0.3.1
9862026-07-20T03:12:02.676Z Downloaded siphasher v1.0.2
9872026-07-20T03:12:02.676Z Downloaded secrecy v0.10.3
9882026-07-20T03:12:02.676Z Downloaded slog-envlogger v2.2.0
9892026-07-20T03:12:02.676Z Downloaded sec1 v0.7.3
9902026-07-20T03:12:02.676Z Downloaded scrypt v0.12.0
9912026-07-20T03:12:02.676Z Downloaded sec1 v0.8.1
9922026-07-20T03:12:02.676Z Downloaded http v1.4.2
9932026-07-20T03:12:02.676Z Downloaded hyper-util v0.1.20
9942026-07-20T03:12:02.676Z Downloaded rustls-pki-types v1.14.0
9952026-07-20T03:12:02.676Z Downloaded serde_path_to_error v0.1.20
9962026-07-20T03:12:02.677Z Downloaded serde_spanned v1.1.1
9972026-07-20T03:12:02.677Z Downloaded serde_derive_internals v0.29.1
9982026-07-20T03:12:02.677Z Downloaded serde-hex v0.1.0
9992026-07-20T03:12:02.677Z Downloaded serde-big-array v0.5.1
10002026-07-20T03:12:02.677Z Downloaded prettyplease v0.2.37
10012026-07-20T03:12:02.677Z Downloaded mio v1.2.0
10022026-07-20T03:12:02.677Z Downloaded serdect v0.4.3
10032026-07-20T03:12:02.677Z Downloaded sqlparser_derive v0.5.0
10042026-07-20T03:12:02.677Z Downloaded internal-russh-num-bigint v0.5.0
10052026-07-20T03:12:02.677Z Downloaded itertools v0.10.5
10062026-07-20T03:12:02.677Z Downloaded rcgen v0.12.1
10072026-07-20T03:12:02.677Z Downloaded signal-hook-registry v1.4.8
10082026-07-20T03:12:02.677Z Downloaded structmeta v0.3.0
10092026-07-20T03:12:02.677Z Downloaded scroll v0.13.0
10102026-07-20T03:12:02.677Z Downloaded simd-adler32 v0.3.8
10112026-07-20T03:12:02.677Z Downloaded ron v0.8.1
10122026-07-20T03:12:02.677Z Downloaded stable_deref_trait v1.2.1
10132026-07-20T03:12:02.677Z Downloaded slog-json v2.6.1
10142026-07-20T03:12:02.677Z Downloaded slog-dtrace v0.3.0
10152026-07-20T03:12:02.677Z Downloaded strum v0.26.3
10162026-07-20T03:12:02.677Z Downloaded strip-ansi-escapes v0.2.1
10172026-07-20T03:12:02.677Z Downloaded strum v0.27.2
10182026-07-20T03:12:02.677Z Downloaded slog-bunyan v2.5.0
10192026-07-20T03:12:02.683Z Downloaded subtle v2.6.1
10202026-07-20T03:12:02.683Z Downloaded structmeta-derive v0.3.0
10212026-07-20T03:12:02.683Z Downloaded slog-async v2.8.0
10222026-07-20T03:12:02.683Z Downloaded slab v0.4.12
10232026-07-20T03:12:02.683Z Downloaded num-bigint v0.4.6
10242026-07-20T03:12:02.684Z Downloaded supports-color v3.0.2
10252026-07-20T03:12:02.684Z Downloaded take_mut v0.2.2
10262026-07-20T03:12:02.684Z Downloaded sync-ptr v0.1.4
10272026-07-20T03:12:02.684Z Downloaded libxml v0.3.3
10282026-07-20T03:12:02.684Z Downloaded smf v0.2.3
10292026-07-20T03:12:02.684Z Downloaded smallvec v0.6.14
10302026-07-20T03:12:02.684Z Downloaded slog-term v2.9.2
10312026-07-20T03:12:02.684Z Downloaded spki v0.8.0
10322026-07-20T03:12:02.684Z Downloaded snafu-derive v0.8.9
10332026-07-20T03:12:02.684Z Downloaded tabwriter v1.4.1
10342026-07-20T03:12:02.684Z Downloaded hashbrown v0.15.5
10352026-07-20T03:12:02.684Z Downloaded rustls-platform-verifier v0.6.2
10362026-07-20T03:12:02.684Z Downloaded ssh-cipher v0.3.0-rc.9
10372026-07-20T03:12:02.684Z Downloaded termtree v0.5.1
10382026-07-20T03:12:02.684Z Downloaded ryu v1.0.23
10392026-07-20T03:12:02.684Z Downloaded shlex v1.3.0
10402026-07-20T03:12:02.684Z Downloaded serde_with_macros v3.21.0
10412026-07-20T03:12:02.684Z Downloaded serde_with_macros v1.5.2
10422026-07-20T03:12:02.684Z Downloaded tap v1.0.1
10432026-07-20T03:12:02.684Z Downloaded tagptr v0.2.0
10442026-07-20T03:12:02.684Z Downloaded tabled_derive v0.11.0
10452026-07-20T03:12:02.684Z Downloaded spki v0.7.3
10462026-07-20T03:12:02.684Z Downloaded slog-stdlog v4.1.1
10472026-07-20T03:12:02.684Z Downloaded stringprep v0.1.5
10482026-07-20T03:12:02.684Z Downloaded sha2 v0.11.0
10492026-07-20T03:12:02.684Z Downloaded thread-id v5.1.0
10502026-07-20T03:12:02.684Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-20T03:12:02.684Z Downloaded slog-scope v4.4.1
10522026-07-20T03:12:02.684Z Downloaded tinyvec_macros v0.1.1
10532026-07-20T03:12:02.684Z Downloaded serde_cbor v0.11.2
10542026-07-20T03:12:02.684Z Downloaded sqlformat v0.3.5
10552026-07-20T03:12:02.684Z Downloaded static_assertions v1.1.0
10562026-07-20T03:12:02.684Z Downloaded salsa20 v0.11.0
10572026-07-20T03:12:02.684Z Downloaded pretty_assertions v1.4.1
10582026-07-20T03:12:02.684Z Downloaded rayon-core v1.13.0
10592026-07-20T03:12:02.684Z Downloaded testing_table v0.3.0
10602026-07-20T03:12:02.684Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-20T03:12:02.685Z Downloaded schemars v0.8.22
10622026-07-20T03:12:02.685Z Downloaded sync_wrapper v1.0.2
10632026-07-20T03:12:02.685Z Downloaded strum_macros v0.27.2
10642026-07-20T03:12:02.685Z Downloaded strum_macros v0.26.4
10652026-07-20T03:12:02.685Z Downloaded nom v7.1.3
10662026-07-20T03:12:02.685Z Downloaded quinn v0.11.9
10672026-07-20T03:12:02.685Z Downloaded strsim v0.10.0
10682026-07-20T03:12:02.685Z Downloaded progenitor-impl v0.13.0
10692026-07-20T03:12:02.685Z Downloaded strum_macros v0.24.3
10702026-07-20T03:12:02.685Z Downloaded time-core v0.1.8
10712026-07-20T03:12:02.685Z Downloaded synstructure v0.13.2
10722026-07-20T03:12:02.685Z Downloaded smallvec v1.15.1
10732026-07-20T03:12:02.685Z Downloaded rand v0.8.6
10742026-07-20T03:12:02.685Z Downloaded icu_properties_data v2.1.2
10752026-07-20T03:12:02.685Z Downloaded support-bundle-viewer v0.1.2
10762026-07-20T03:12:02.685Z Downloaded spin v0.9.8
10772026-07-20T03:12:02.685Z Downloaded string_cache v0.8.9
10782026-07-20T03:12:02.685Z Downloaded p521 v0.14.0-rc.10
10792026-07-20T03:12:02.685Z Downloaded hashbrown v0.16.1
10802026-07-20T03:12:02.685Z Downloaded tokio-test v0.4.5
10812026-07-20T03:12:02.685Z Downloaded aes-gcm v0.11.0
10822026-07-20T03:12:02.685Z Downloaded termios v0.3.3
10832026-07-20T03:12:02.685Z Downloaded thread_local v1.1.9
10842026-07-20T03:12:02.685Z Downloaded stacker v0.1.23
10852026-07-20T03:12:02.685Z Downloaded tls_codec v0.4.2
10862026-07-20T03:12:02.685Z Downloaded itertools v0.13.0
10872026-07-20T03:12:02.685Z Downloaded tower-service v0.3.3
10882026-07-20T03:12:02.685Z Downloaded tower-layer v0.3.3
10892026-07-20T03:12:02.685Z Downloaded hkdf v0.12.4
10902026-07-20T03:12:02.685Z Downloaded topological-sort v0.2.2
10912026-07-20T03:12:02.685Z Downloaded futures-util v0.3.32
10922026-07-20T03:12:02.685Z Downloaded qorb v0.4.1
10932026-07-20T03:12:02.685Z Downloaded publicsuffix v2.3.0
10942026-07-20T03:12:02.685Z Downloaded aho-corasick v1.1.4
10952026-07-20T03:12:02.685Z Downloaded unarray v0.1.4
10962026-07-20T03:12:02.685Z Downloaded typify-macro v0.6.2
10972026-07-20T03:12:02.685Z Downloaded tls_codec_derive v0.4.2
10982026-07-20T03:12:02.685Z Downloaded time-macros v0.2.27
10992026-07-20T03:12:02.685Z Downloaded try-lock v0.2.5
11002026-07-20T03:12:02.685Z Downloaded trait-variant v0.1.2
11012026-07-20T03:12:02.686Z Downloaded slog v2.8.2
11022026-07-20T03:12:02.686Z Downloaded unicode-truncate v1.1.0
11032026-07-20T03:12:02.686Z Downloaded tokio-native-tls v0.3.1
11042026-07-20T03:12:02.686Z Downloaded rand v0.10.1
11052026-07-20T03:12:02.686Z Downloaded libm v0.2.16
11062026-07-20T03:12:02.686Z Downloaded universal-hash v0.6.1
11072026-07-20T03:12:02.686Z Downloaded unicode-xid v0.2.6
11082026-07-20T03:12:02.686Z Downloaded unit-prefix v0.5.2
11092026-07-20T03:12:02.686Z Downloaded tokio-macros v2.7.0
11102026-07-20T03:12:02.686Z Downloaded rsa v0.9.10
11112026-07-20T03:12:02.686Z Downloaded serde_yaml v0.9.34+deprecated
11122026-07-20T03:12:02.686Z Downloaded rustls-webpki v0.103.13
11132026-07-20T03:12:02.686Z Downloaded tokio-dtrace v0.1.1
11142026-07-20T03:12:02.686Z Downloaded term v1.2.1
11152026-07-20T03:12:02.686Z Downloaded utf8_iter v1.0.4
11162026-07-20T03:12:02.686Z Downloaded usdt-attr-macro v0.6.0
11172026-07-20T03:12:02.686Z Downloaded untrusted v0.7.1
11182026-07-20T03:12:02.686Z Downloaded usdt-macro v0.6.0
11192026-07-20T03:12:02.690Z Downloaded itertools v0.14.0
11202026-07-20T03:12:02.690Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-20T03:12:02.690Z Downloaded samael v0.0.19
11222026-07-20T03:12:02.690Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11232026-07-20T03:12:02.690Z Downloaded tinystr v0.8.2
11242026-07-20T03:12:02.690Z Downloaded signal-hook v0.3.18
11252026-07-20T03:12:02.690Z Downloaded void v1.0.2
11262026-07-20T03:12:02.690Z Downloaded utf-8 v0.7.6
11272026-07-20T03:12:02.690Z Downloaded waitgroup v0.1.2
11282026-07-20T03:12:02.690Z Downloaded iri-string v0.7.10
11292026-07-20T03:12:02.690Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-07-20T03:12:02.690Z Downloaded want v0.3.1
11312026-07-20T03:12:02.690Z Downloaded tiny-keccak v2.0.2
11322026-07-20T03:12:02.690Z Downloaded universal-hash v0.5.1
11332026-07-20T03:12:02.690Z Downloaded tokio-tungstenite v0.23.1
11342026-07-20T03:12:02.690Z Downloaded schemars v1.2.1
11352026-07-20T03:12:02.690Z Downloaded subprocess v0.2.15
11362026-07-20T03:12:02.690Z Downloaded tui-tree-widget v0.23.1
11372026-07-20T03:12:02.690Z Downloaded bindgen v0.71.1
11382026-07-20T03:12:02.690Z Downloaded similar v2.7.0
11392026-07-20T03:12:02.690Z Downloaded nom v8.0.0
11402026-07-20T03:12:02.690Z Downloaded schemars v0.9.0
11412026-07-20T03:12:02.690Z Downloaded unicase v2.9.0
11422026-07-20T03:12:02.690Z Downloaded tokio-rustls v0.26.4
11432026-07-20T03:12:02.690Z Downloaded itertools v0.12.1
11442026-07-20T03:12:02.690Z Downloaded xshell-macros v0.2.7
11452026-07-20T03:12:02.690Z Downloaded xattr v1.6.1
11462026-07-20T03:12:02.690Z Downloaded socket2 v0.6.3
11472026-07-20T03:12:02.690Z Downloaded usdt v0.6.0
11482026-07-20T03:12:02.690Z Downloaded tokio-tungstenite v0.21.0
11492026-07-20T03:12:02.690Z Downloaded h2 v0.4.15
11502026-07-20T03:12:02.690Z Downloaded toml_parser v1.1.2+spec-1.1.0
11512026-07-20T03:12:02.691Z Downloaded idna v1.1.0
11522026-07-20T03:12:02.691Z Downloaded usdt-impl v0.6.0
11532026-07-20T03:12:02.691Z Downloaded uzers v0.12.2
11542026-07-20T03:12:02.691Z Downloaded term v0.7.0
11552026-07-20T03:12:02.691Z Downloaded zeroize_derive v1.4.3
11562026-07-20T03:12:02.691Z Downloaded yoke-derive v0.8.1
11572026-07-20T03:12:02.691Z Downloaded socket2 v0.5.10
11582026-07-20T03:12:02.691Z Downloaded rand v0.9.2
11592026-07-20T03:12:02.691Z Downloaded zerofrom v0.1.6
11602026-07-20T03:12:02.691Z Downloaded wait-timeout v0.2.1
11612026-07-20T03:12:02.691Z Downloaded vergen-lib v9.1.0
11622026-07-20T03:12:02.691Z Downloaded tinyvec v1.10.0
11632026-07-20T03:12:02.691Z Downloaded vergen-lib v0.1.6
11642026-07-20T03:12:02.691Z Downloaded tracing-attributes v0.1.31
11652026-07-20T03:12:02.691Z Downloaded test-strategy v0.4.5
11662026-07-20T03:12:02.691Z Downloaded num-bigint-dig v0.8.6
11672026-07-20T03:12:02.691Z Downloaded whoami v2.1.0
11682026-07-20T03:12:02.691Z Downloaded vsss-rs v3.3.4
11692026-07-20T03:12:02.691Z Downloaded zone_cfg_derive v0.3.1
11702026-07-20T03:12:02.691Z Downloaded vergen-gitcl v1.0.8
11712026-07-20T03:12:02.691Z Downloaded aws-lc-rs v1.16.3
11722026-07-20T03:12:02.691Z Downloaded walkdir v2.5.0
11732026-07-20T03:12:02.691Z Downloaded twox-hash v2.1.2
11742026-07-20T03:12:02.691Z Downloaded hkdf v0.13.0
11752026-07-20T03:12:02.691Z Downloaded zone v0.3.1
11762026-07-20T03:12:02.691Z Downloaded whoami v1.6.1
11772026-07-20T03:12:02.691Z Downloaded unicode-properties v0.1.4
11782026-07-20T03:12:02.691Z Downloaded snafu v0.8.9
11792026-07-20T03:12:02.691Z Downloaded zerofrom-derive v0.1.6
11802026-07-20T03:12:02.691Z Downloaded writeable v0.6.2
11812026-07-20T03:12:02.691Z Downloaded hyper v1.10.1
11822026-07-20T03:12:02.691Z Downloaded crypto-primes v0.7.2
11832026-07-20T03:12:02.691Z Downloaded untrusted v0.9.0
11842026-07-20T03:12:02.691Z Downloaded thiserror-no-std v2.0.2
11852026-07-20T03:12:02.691Z Downloaded wyz v0.5.1
11862026-07-20T03:12:02.692Z Downloaded iddqd v0.4.2
11872026-07-20T03:12:02.692Z Downloaded yoke v0.8.1
11882026-07-20T03:12:02.692Z Downloaded tokio-stream v0.1.18
11892026-07-20T03:12:02.692Z Downloaded xshell v0.2.7
11902026-07-20T03:12:02.692Z Downloaded rustyline v14.0.0
11912026-07-20T03:12:02.692Z Downloaded tar v0.4.46
11922026-07-20T03:12:02.692Z Downloaded toml v0.7.8
11932026-07-20T03:12:02.692Z Downloaded vergen-git2 v9.1.0
11942026-07-20T03:12:02.692Z Downloaded toml v1.1.2+spec-1.1.0
11952026-07-20T03:12:02.692Z Downloaded zeroize v1.8.2
11962026-07-20T03:12:02.692Z Downloaded vergen v9.1.0
11972026-07-20T03:12:02.692Z Downloaded unicode-bidi v0.3.18
11982026-07-20T03:12:02.692Z Downloaded rsa v0.10.0-rc.18
11992026-07-20T03:12:02.692Z Downloaded unsafe-libyaml v0.2.11
12002026-07-20T03:12:02.692Z Downloaded blake3 v1.8.5
12012026-07-20T03:12:02.692Z Downloaded zerocopy v0.6.6
12022026-07-20T03:12:02.692Z Downloaded tungstenite v0.23.0
12032026-07-20T03:12:02.692Z Downloaded serde_with v1.14.0
12042026-07-20T03:12:02.692Z Downloaded zstd v0.13.3
12052026-07-20T03:12:02.692Z Downloaded zstd-safe v7.2.4
12062026-07-20T03:12:02.692Z Downloaded bitvec v1.0.1
12072026-07-20T03:12:02.692Z Downloaded zerovec-derive v0.11.2
12082026-07-20T03:12:02.692Z Downloaded tungstenite v0.21.0
12092026-07-20T03:12:02.692Z Downloaded yasna v0.5.2
12102026-07-20T03:12:02.692Z Downloaded uuid v1.23.4
12112026-07-20T03:12:02.692Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-07-20T03:12:02.692Z Downloaded vte v0.14.1
12132026-07-20T03:12:02.692Z Downloaded toml_edit v0.19.15
12142026-07-20T03:12:02.692Z Downloaded tracing-core v0.1.36
12152026-07-20T03:12:02.692Z Downloaded reqwest v0.12.28
12162026-07-20T03:12:02.692Z Downloaded typify v0.6.2
12172026-07-20T03:12:02.692Z Downloaded git2 v0.20.4
12182026-07-20T03:12:02.692Z Downloaded steno v0.4.1
12192026-07-20T03:12:02.699Z Downloaded tokio-postgres v0.7.16
12202026-07-20T03:12:02.699Z Downloaded chrono v0.4.45
12212026-07-20T03:12:02.699Z Downloaded p384 v0.13.1
12222026-07-20T03:12:02.699Z Downloaded rayon v1.11.0
12232026-07-20T03:12:02.699Z Downloaded regex v1.12.3
12242026-07-20T03:12:02.699Z Downloaded lalrpop v0.19.12
12252026-07-20T03:12:02.699Z Downloaded url v2.5.8
12262026-07-20T03:12:02.699Z Downloaded reqwest v0.13.2
12272026-07-20T03:12:02.699Z Downloaded rawzip v0.4.4
12282026-07-20T03:12:02.699Z Downloaded zopfli v0.8.3
12292026-07-20T03:12:02.699Z Downloaded x509-cert v0.2.5
12302026-07-20T03:12:02.699Z Downloaded reedline v0.40.0
12312026-07-20T03:12:02.699Z Downloaded yansi v1.0.1
12322026-07-20T03:12:02.699Z Downloaded zerocopy-derive v0.8.40
12332026-07-20T03:12:02.699Z Downloaded zerotrie v0.2.3
12342026-07-20T03:12:02.699Z Downloaded zip v0.6.6
12352026-07-20T03:12:02.699Z Downloaded petname v2.0.2
12362026-07-20T03:12:02.699Z Downloaded portable-atomic v1.13.1
12372026-07-20T03:12:02.699Z Downloaded unicode_categories v0.1.1
12382026-07-20T03:12:02.699Z Downloaded unicode-normalization v0.1.25
12392026-07-20T03:12:02.699Z Downloaded proptest v1.10.0
12402026-07-20T03:12:02.699Z Downloaded object v0.30.4
12412026-07-20T03:12:02.699Z Downloaded tower v0.5.3
12422026-07-20T03:12:02.699Z Downloaded quick-xml v0.37.5
12432026-07-20T03:12:02.699Z Downloaded typed-path v0.9.3
12442026-07-20T03:12:02.699Z Downloaded goblin v0.10.5
12452026-07-20T03:12:02.699Z Downloaded crypto-bigint v0.7.5
12462026-07-20T03:12:02.699Z Downloaded unicode-segmentation v1.12.0
12472026-07-20T03:12:02.699Z Downloaded curve25519-dalek v4.1.3
12482026-07-20T03:12:02.699Z Downloaded bstr v1.12.1
12492026-07-20T03:12:02.699Z Downloaded polar-core v0.27.3
12502026-07-20T03:12:02.699Z Downloaded salty v0.3.0
12512026-07-20T03:12:02.700Z Downloaded ssh-key v0.7.0-rc.10
12522026-07-20T03:12:02.700Z Downloaded moka v0.12.13
12532026-07-20T03:12:02.700Z Downloaded tokio-util v0.7.18
12542026-07-20T03:12:02.700Z Downloaded time v0.3.47
12552026-07-20T03:12:02.700Z Downloaded zip v4.6.1
12562026-07-20T03:12:02.700Z Downloaded winnow v1.0.3
12572026-07-20T03:12:02.700Z Downloaded serde_with v3.21.0
12582026-07-20T03:12:02.700Z Downloaded tough v0.22.0
12592026-07-20T03:12:02.700Z Downloaded regex-syntax v0.6.29
12602026-07-20T03:12:02.700Z Downloaded tower-http v0.6.8
12612026-07-20T03:12:02.700Z Downloaded radix_trie v0.2.1
12622026-07-20T03:12:02.700Z Downloaded nix v0.27.1
12632026-07-20T03:12:02.700Z Downloaded winnow v0.6.26
12642026-07-20T03:12:02.700Z Downloaded russh v0.61.2
12652026-07-20T03:12:02.700Z Downloaded quinn-proto v0.11.13
12662026-07-20T03:12:02.700Z Downloaded openssl v0.10.79
12672026-07-20T03:12:02.700Z Downloaded zlib-rs v0.6.2
12682026-07-20T03:12:02.700Z Downloaded object v0.37.3
12692026-07-20T03:12:02.700Z Downloaded winnow v0.5.40
12702026-07-20T03:12:02.700Z Downloaded zerovec v0.11.5
12712026-07-20T03:12:02.700Z Downloaded nix v0.28.0
12722026-07-20T03:12:02.700Z Downloaded vcpkg v0.2.15
12732026-07-20T03:12:02.700Z Downloaded smoltcp v0.11.0
12742026-07-20T03:12:02.700Z Downloaded hickory-proto v0.24.4
12752026-07-20T03:12:02.700Z Downloaded tabled v0.20.0
12762026-07-20T03:12:02.700Z Downloaded nix v0.31.2
12772026-07-20T03:12:02.700Z Downloaded regress v0.11.1
12782026-07-20T03:12:02.700Z Downloaded smoltcp v0.9.1
12792026-07-20T03:12:02.700Z Downloaded rustls v0.23.41
12802026-07-20T03:12:02.700Z Downloaded rustix v0.38.44
12812026-07-20T03:12:02.700Z Downloaded regress v0.10.5
12822026-07-20T03:12:02.700Z Downloaded openapiv3 v2.2.0
12832026-07-20T03:12:02.704Z Downloaded diesel v2.3.7
12842026-07-20T03:12:02.712Z Downloaded hickory-proto v0.25.2
12852026-07-20T03:12:02.721Z Downloaded regex-syntax v0.8.10
12862026-07-20T03:12:02.725Z Downloaded dropshot v0.17.1
12872026-07-20T03:12:02.738Z Downloaded zerocopy v0.8.40
12882026-07-20T03:12:02.774Z Downloaded fiat-crypto v0.3.0
12892026-07-20T03:12:02.803Z Downloaded tracing v0.1.44
12902026-07-20T03:12:02.817Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-07-20T03:12:02.826Z Downloaded sqlparser v0.61.0
12922026-07-20T03:12:02.833Z Downloaded zerocopy-derive v0.6.6
12932026-07-20T03:12:02.839Z Downloaded sled v0.34.7
12942026-07-20T03:12:02.845Z Downloaded typify-impl v0.6.2
12952026-07-20T03:12:02.854Z Downloaded ratatui v0.29.0
12962026-07-20T03:12:02.866Z Downloaded sha3 v0.11.0
12972026-07-20T03:12:02.875Z Downloaded jiff v0.2.21
12982026-07-20T03:12:02.888Z Downloaded chrono-tz v0.10.4
12992026-07-20T03:12:02.899Z Downloaded regex-automata v0.4.14
13002026-07-20T03:12:02.925Z Downloaded petgraph v0.6.5
13012026-07-20T03:12:02.937Z Downloaded libz-sys v1.1.24
13022026-07-20T03:12:02.950Z Downloaded petgraph v0.8.3
13032026-07-20T03:12:02.963Z Downloaded sha3 v0.10.8
13042026-07-20T03:12:02.966Z Downloaded csv v1.4.0
13052026-07-20T03:12:02.988Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-07-20T03:12:03.000Z Downloaded tokio v1.52.1
13072026-07-20T03:12:03.038Z Downloaded ring v0.17.14
13082026-07-20T03:12:03.063Z Downloaded encoding_rs v0.8.35
13092026-07-20T03:12:03.143Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-07-20T03:12:03.670Z Downloaded aws-lc-sys v0.40.0
13112026-07-20T03:12:03.919Z Compiling libc v0.2.185
13122026-07-20T03:12:03.919Z Compiling serde_core v1.0.228
13132026-07-20T03:12:03.919Z Compiling serde v1.0.228
13142026-07-20T03:12:03.922Z Compiling log v0.4.29
13152026-07-20T03:12:03.922Z Compiling smallvec v1.15.1
13162026-07-20T03:12:03.922Z Compiling find-msvc-tools v0.1.9
13172026-07-20T03:12:03.922Z Compiling shlex v1.3.0
13182026-07-20T03:12:03.922Z Compiling syn v2.0.117
13192026-07-20T03:12:04.251Z Compiling subtle v2.6.1
13202026-07-20T03:12:04.266Z Compiling stable_deref_trait v1.2.1
13212026-07-20T03:12:04.290Z Compiling scopeguard v1.2.0
13222026-07-20T03:12:04.321Z Compiling typenum v1.20.1
13232026-07-20T03:12:04.335Z Compiling serde_json v1.0.150
13242026-07-20T03:12:04.387Z Compiling lock_api v0.4.14
13252026-07-20T03:12:04.400Z Compiling zerocopy v0.8.40
13262026-07-20T03:12:04.413Z Compiling portable-atomic v1.13.1
13272026-07-20T03:12:04.548Z Compiling parking_lot_core v0.9.12
13282026-07-20T03:12:04.613Z Compiling pin-project-lite v0.2.17
13292026-07-20T03:12:04.706Z Compiling critical-section v1.2.0
13302026-07-20T03:12:04.817Z Compiling getrandom v0.4.1
13312026-07-20T03:12:04.831Z Compiling libm v0.2.16
13322026-07-20T03:12:04.843Z Compiling pkg-config v0.3.32
13332026-07-20T03:12:04.905Z Compiling jobserver v0.1.34
13342026-07-20T03:12:04.940Z Compiling errno v0.3.14
13352026-07-20T03:12:05.115Z Compiling cc v1.2.56
13362026-07-20T03:12:05.133Z Compiling getrandom v0.2.17
13372026-07-20T03:12:05.201Z Compiling signal-hook-registry v1.4.8
13382026-07-20T03:12:05.273Z Compiling rand_core v0.6.4
13392026-07-20T03:12:05.379Z Compiling num-traits v0.2.19
13402026-07-20T03:12:05.462Z Compiling futures-core v0.3.32
13412026-07-20T03:12:05.544Z Compiling once_cell v1.21.3
13422026-07-20T03:12:05.574Z Compiling rand_core v0.10.0
13432026-07-20T03:12:05.637Z Compiling parking_lot v0.12.5
13442026-07-20T03:12:05.748Z Compiling mio v1.2.0
13452026-07-20T03:12:05.772Z Compiling generic-array v0.14.7
13462026-07-20T03:12:05.954Z Compiling litemap v0.8.1
13472026-07-20T03:12:05.977Z Compiling writeable v0.6.2
13482026-07-20T03:12:06.000Z Compiling percent-encoding v2.3.2
13492026-07-20T03:12:06.169Z Compiling bitflags v2.11.0
13502026-07-20T03:12:06.186Z Compiling const-oid v0.9.6
13512026-07-20T03:12:06.204Z Compiling semver v1.0.28
13522026-07-20T03:12:06.261Z Compiling icu_properties_data v2.1.2
13532026-07-20T03:12:06.459Z Compiling icu_normalizer_data v2.1.1
13542026-07-20T03:12:06.542Z Compiling socket2 v0.6.3
13552026-07-20T03:12:06.719Z Compiling futures-sink v0.3.32
13562026-07-20T03:12:06.738Z Compiling slab v0.4.12
13572026-07-20T03:12:06.753Z Compiling futures-task v0.3.32
13582026-07-20T03:12:06.822Z Compiling synstructure v0.13.2
13592026-07-20T03:12:06.908Z Compiling futures-channel v0.3.32
13602026-07-20T03:12:06.908Z Compiling futures-io v0.3.32
13612026-07-20T03:12:06.934Z Compiling utf8_iter v1.0.4
13622026-07-20T03:12:06.950Z Compiling indexmap v2.14.0
13632026-07-20T03:12:07.001Z Compiling form_urlencoded v1.2.2
13642026-07-20T03:12:07.159Z Compiling rustversion v1.0.22
13652026-07-20T03:12:07.190Z Compiling getrandom v0.3.4
13662026-07-20T03:12:07.205Z Compiling cmake v0.1.57
13672026-07-20T03:12:07.252Z Compiling iana-time-zone v0.1.65
13682026-07-20T03:12:07.335Z Compiling dunce v1.0.5
13692026-07-20T03:12:07.438Z Compiling ident_case v1.0.1
13702026-07-20T03:12:07.461Z Compiling fs_extra v1.3.0
13712026-07-20T03:12:07.493Z Compiling rustix v1.1.3
13722026-07-20T03:12:07.561Z Compiling regex-syntax v0.8.10
13732026-07-20T03:12:07.618Z Compiling uuid v1.23.4
13742026-07-20T03:12:07.705Z Compiling vcpkg v0.2.15
13752026-07-20T03:12:07.740Z Compiling aws-lc-sys v0.40.0
13762026-07-20T03:12:08.146Z Compiling rand_core v0.9.5
13772026-07-20T03:12:08.201Z Compiling base64 v0.22.1
13782026-07-20T03:12:08.370Z Compiling base64ct v1.8.3
13792026-07-20T03:12:08.435Z Compiling rustc_version v0.4.1
13802026-07-20T03:12:08.449Z Compiling openssl-sys v0.9.115
13812026-07-20T03:12:08.534Z Compiling tracing-core v0.1.36
13822026-07-20T03:12:08.575Z Compiling serde_derive v1.0.228
13832026-07-20T03:12:08.660Z Compiling zeroize_derive v1.4.3
13842026-07-20T03:12:08.757Z Compiling zerofrom-derive v0.1.6
13852026-07-20T03:12:08.995Z Compiling yoke-derive v0.8.1
13862026-07-20T03:12:09.095Z Compiling zerovec-derive v0.11.2
13872026-07-20T03:12:09.236Z Compiling displaydoc v0.2.5
13882026-07-20T03:12:09.327Z Compiling zeroize v1.8.2
13892026-07-20T03:12:09.538Z Compiling zerocopy-derive v0.8.40
13902026-07-20T03:12:10.015Z Compiling tokio-macros v2.7.0
13912026-07-20T03:12:10.191Z Compiling zerofrom v0.1.6
13922026-07-20T03:12:10.205Z Compiling futures-macro v0.3.32
13932026-07-20T03:12:10.265Z Compiling pem-rfc7468 v0.7.0
13942026-07-20T03:12:10.312Z Compiling yoke v0.8.1
13952026-07-20T03:12:10.507Z Compiling zerovec v0.11.5
13962026-07-20T03:12:10.530Z Compiling zerotrie v0.2.3
13972026-07-20T03:12:10.570Z Compiling block-buffer v0.10.4
13982026-07-20T03:12:10.745Z Compiling crypto-common v0.1.7
13992026-07-20T03:12:10.770Z Compiling tracing-attributes v0.1.31
14002026-07-20T03:12:10.829Z Compiling der_derive v0.7.3
14012026-07-20T03:12:10.897Z Compiling digest v0.10.7
14022026-07-20T03:12:11.018Z Compiling tinystr v0.8.2
14032026-07-20T03:12:11.045Z Compiling potential_utf v0.1.4
14042026-07-20T03:12:11.146Z Compiling futures-util v0.3.32
14052026-07-20T03:12:11.214Z Compiling icu_locale_core v2.1.1
14062026-07-20T03:12:11.214Z Compiling icu_collections v2.1.1
14072026-07-20T03:12:11.699Z Compiling thiserror-impl v2.0.18
14082026-07-20T03:12:11.802Z Compiling flagset v0.4.7
14092026-07-20T03:12:11.932Z Compiling icu_provider v2.1.1
14102026-07-20T03:12:12.124Z Compiling bytes v1.11.1
14112026-07-20T03:12:12.138Z Compiling chrono v0.4.45
14122026-07-20T03:12:12.155Z Compiling aws-lc-rs v1.16.3
14132026-07-20T03:12:12.237Z Compiling icu_properties v2.1.2
14142026-07-20T03:12:12.467Z Compiling icu_normalizer v2.1.1
14152026-07-20T03:12:12.751Z Compiling tokio v1.52.1
14162026-07-20T03:12:13.022Z Compiling http v1.4.2
14172026-07-20T03:12:13.093Z Compiling idna_adapter v1.2.1
14182026-07-20T03:12:13.238Z Compiling idna v1.1.0
14192026-07-20T03:12:13.339Z Compiling thiserror v2.0.18
14202026-07-20T03:12:13.451Z Compiling tracing v0.1.44
14212026-07-20T03:12:13.488Z Compiling der v0.7.10
14222026-07-20T03:12:13.539Z Compiling url v2.5.8
14232026-07-20T03:12:13.722Z Compiling http-body v1.0.1
14242026-07-20T03:12:13.874Z Compiling rustls-pki-types v1.14.0
14252026-07-20T03:12:13.939Z Compiling ppv-lite86 v0.2.21
14262026-07-20T03:12:13.967Z Compiling serde_derive_internals v0.29.1
14272026-07-20T03:12:14.094Z Compiling schemars v0.8.22
14282026-07-20T03:12:14.258Z Compiling rand_chacha v0.9.0
14292026-07-20T03:12:14.307Z Compiling tinyvec_macros v0.1.1
14302026-07-20T03:12:14.319Z Compiling httparse v1.10.1
14312026-07-20T03:12:14.332Z Compiling cmov v0.5.4
14322026-07-20T03:12:14.373Z Compiling dyn-clone v1.0.20
14332026-07-20T03:12:14.508Z Compiling openssl-probe v0.2.1
14342026-07-20T03:12:14.552Z Compiling ctutils v0.4.2
14352026-07-20T03:12:14.668Z Compiling rand v0.9.2
14362026-07-20T03:12:14.686Z Compiling tinyvec v1.10.0
14372026-07-20T03:12:14.717Z Compiling spki v0.7.3
14382026-07-20T03:12:14.765Z Compiling pest_generator v2.8.6
14392026-07-20T03:12:14.837Z Compiling schemars_derive v0.8.22
14402026-07-20T03:12:14.914Z Compiling aho-corasick v1.1.4
14412026-07-20T03:12:14.935Z Compiling atomic-waker v1.1.2
14422026-07-20T03:12:15.011Z Compiling try-lock v0.2.5
14432026-07-20T03:12:15.057Z Compiling tower-layer v0.3.3
14442026-07-20T03:12:15.117Z Compiling tower-service v0.3.3
14452026-07-20T03:12:15.210Z Compiling untrusted v0.7.1
14462026-07-20T03:12:15.210Z Compiling want v0.3.1
14472026-07-20T03:12:15.336Z Compiling tempfile v3.25.0
14482026-07-20T03:12:15.384Z Compiling hybrid-array v0.4.13
14492026-07-20T03:12:15.430Z Compiling pest_derive v2.8.6
14502026-07-20T03:12:15.693Z Compiling regex-automata v0.4.14
14512026-07-20T03:12:15.725Z Compiling ipnet v2.11.0
14522026-07-20T03:12:15.863Z Compiling scroll_derive v0.13.1
14532026-07-20T03:12:16.138Z Compiling darling_core v0.20.11
14542026-07-20T03:12:16.215Z Compiling openssl v0.10.79
14552026-07-20T03:12:16.459Z Compiling tokio-util v0.7.18
14562026-07-20T03:12:16.540Z Compiling cpufeatures v0.2.17
14572026-07-20T03:12:16.617Z Compiling rustls v0.23.41
14582026-07-20T03:12:16.662Z Compiling httpdate v1.0.3
14592026-07-20T03:12:16.804Z Compiling foreign-types-shared v0.1.1
14602026-07-20T03:12:16.887Z Compiling untrusted v0.9.0
14612026-07-20T03:12:16.890Z Compiling foreign-types v0.3.2
14622026-07-20T03:12:16.970Z Compiling scroll v0.13.0
14632026-07-20T03:12:17.081Z Compiling unicode-normalization v0.1.25
14642026-07-20T03:12:17.275Z Compiling h2 v0.4.15
14652026-07-20T03:12:17.340Z Compiling pkcs8 v0.10.2
14662026-07-20T03:12:17.541Z Compiling openssl-macros v0.1.1
14672026-07-20T03:12:17.591Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-20T03:12:17.928Z Compiling spin v0.9.8
14692026-07-20T03:12:17.945Z Compiling time-core v0.1.8
14702026-07-20T03:12:17.986Z Compiling powerfmt v0.2.0
14712026-07-20T03:12:18.084Z Compiling native-tls v0.2.18
14722026-07-20T03:12:18.132Z Compiling crc32fast v1.5.0
14732026-07-20T03:12:18.182Z Compiling num-conv v0.2.0
14742026-07-20T03:12:18.313Z Compiling time-macros v0.2.27
14752026-07-20T03:12:18.327Z Compiling deranged v0.5.8
14762026-07-20T03:12:18.365Z Compiling darling_macro v0.20.11
14772026-07-20T03:12:18.834Z Compiling darling v0.20.11
14782026-07-20T03:12:18.914Z Compiling goblin v0.10.5
14792026-07-20T03:12:19.268Z Compiling sha2 v0.10.9
14802026-07-20T03:12:19.349Z Compiling hmac v0.12.1
14812026-07-20T03:12:19.501Z Compiling sync_wrapper v1.0.2
14822026-07-20T03:12:19.609Z Compiling wait-timeout v0.2.1
14832026-07-20T03:12:19.723Z Compiling siphasher v1.0.2
14842026-07-20T03:12:19.866Z Compiling usdt-impl v0.6.0
14852026-07-20T03:12:19.906Z Compiling syn v1.0.109
14862026-07-20T03:12:20.078Z Compiling crossbeam-utils v0.8.21
14872026-07-20T03:12:20.217Z Compiling num_threads v0.1.7
14882026-07-20T03:12:20.313Z Compiling hyper v1.10.1
14892026-07-20T03:12:20.374Z Compiling bit-vec v0.8.0
14902026-07-20T03:12:20.610Z Compiling quick-error v1.2.3
14912026-07-20T03:12:20.632Z Compiling simd-adler32 v0.3.8
14922026-07-20T03:12:20.715Z Compiling rusty-fork v0.3.1
14932026-07-20T03:12:21.027Z Compiling bit-set v0.8.0
14942026-07-20T03:12:21.185Z Compiling time v0.3.47
14952026-07-20T03:12:21.260Z Compiling tower v0.5.3
14962026-07-20T03:12:21.300Z Compiling derive_builder_core v0.20.2
14972026-07-20T03:12:21.383Z Compiling hyper-util v0.1.20
14982026-07-20T03:12:21.731Z Compiling dof v0.4.0
14992026-07-20T03:12:22.111Z Compiling dtrace-parser v0.3.0
15002026-07-20T03:12:22.169Z Compiling http-body-util v0.1.3
15012026-07-20T03:12:22.417Z Compiling heapless v0.7.17
15022026-07-20T03:12:22.671Z Compiling scroll_derive v0.12.1
15032026-07-20T03:12:22.790Z Compiling thiserror-impl v1.0.69
15042026-07-20T03:12:22.833Z Compiling rand_xorshift v0.4.0
15052026-07-20T03:12:22.904Z Compiling slog v2.8.2
15062026-07-20T03:12:22.996Z Compiling darling_core v0.23.0
15072026-07-20T03:12:23.081Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-20T03:12:23.102Z Compiling thread-id v5.1.0
15092026-07-20T03:12:23.133Z Compiling cookie v0.18.1
15102026-07-20T03:12:23.181Z Compiling allocator-api2 v0.2.21
15112026-07-20T03:12:23.328Z Compiling zstd-safe v7.2.4
15122026-07-20T03:12:23.340Z Compiling iri-string v0.7.10
15132026-07-20T03:12:23.374Z Compiling signal-hook v0.3.18
15142026-07-20T03:12:23.502Z Compiling unicode-bidi v0.3.18
15152026-07-20T03:12:23.533Z Compiling paste v1.0.15
15162026-07-20T03:12:23.554Z Compiling adler2 v2.0.1
15172026-07-20T03:12:23.683Z Compiling ryu v1.0.23
15182026-07-20T03:12:23.806Z Compiling unarray v0.1.4
15192026-07-20T03:12:23.859Z Compiling unicode-properties v0.1.4
15202026-07-20T03:12:23.916Z Compiling anyhow v1.0.102
15212026-07-20T03:12:24.019Z Compiling stringprep v0.1.5
15222026-07-20T03:12:24.051Z Compiling thiserror v1.0.69
15232026-07-20T03:12:24.064Z Compiling proptest v1.10.0
15242026-07-20T03:12:24.196Z Compiling serde_urlencoded v0.7.1
15252026-07-20T03:12:24.428Z Compiling miniz_oxide v0.8.9
15262026-07-20T03:12:24.471Z Compiling tower-http v0.6.8
15272026-07-20T03:12:24.825Z Compiling scroll v0.12.0
15282026-07-20T03:12:25.037Z Compiling derive_builder_macro v0.20.2
15292026-07-20T03:12:25.203Z Compiling tokio-native-tls v0.3.1
15302026-07-20T03:12:25.374Z Compiling camino v1.2.2
15312026-07-20T03:12:25.462Z Compiling darling_macro v0.23.0
15322026-07-20T03:12:25.476Z Compiling bstr v1.12.1
15332026-07-20T03:12:25.498Z Compiling ipnetwork v0.21.1
15342026-07-20T03:12:25.557Z Compiling block-buffer v0.12.1
15352026-07-20T03:12:25.745Z Compiling block-padding v0.4.2
15362026-07-20T03:12:25.758Z Compiling crypto-common v0.2.2
15372026-07-20T03:12:25.877Z Compiling rustls-native-certs v0.8.3
15382026-07-20T03:12:25.908Z Compiling rand_chacha v0.3.1
15392026-07-20T03:12:25.944Z Compiling hex v0.4.3
15402026-07-20T03:12:26.112Z Compiling erased-serde v0.3.31
15412026-07-20T03:12:26.156Z Compiling serde_tokenstream v0.2.3
15422026-07-20T03:12:26.203Z Compiling serde_spanned v0.6.9
15432026-07-20T03:12:26.349Z Compiling toml_datetime v0.6.11
15442026-07-20T03:12:26.467Z Compiling signature v2.2.0
15452026-07-20T03:12:26.597Z Compiling md-5 v0.10.6
15462026-07-20T03:12:26.609Z Compiling curve25519-dalek v4.1.3
15472026-07-20T03:12:26.646Z Compiling zerocopy-derive v0.7.35
15482026-07-20T03:12:26.680Z Compiling async-trait v0.1.89
15492026-07-20T03:12:26.761Z Compiling pin-project-internal v1.1.11
15502026-07-20T03:12:26.948Z Compiling vergen-lib v9.1.0
15512026-07-20T03:12:27.182Z Compiling hash32 v0.2.1
15522026-07-20T03:12:27.377Z Compiling num-integer v0.1.46
15532026-07-20T03:12:27.516Z Compiling memoffset v0.9.1
15542026-07-20T03:12:27.568Z Compiling encoding_rs v0.8.35
15552026-07-20T03:12:27.703Z Compiling litrs v1.0.0
15562026-07-20T03:12:27.716Z Compiling ref-cast v1.0.25
15572026-07-20T03:12:27.729Z Compiling cfg_aliases v0.2.1
15582026-07-20T03:12:27.802Z Compiling psl-types v2.0.11
15592026-07-20T03:12:27.882Z Compiling num-bigint-dig v0.8.6
15602026-07-20T03:12:27.925Z Compiling smoltcp v0.9.1
15612026-07-20T03:12:28.030Z Compiling zlib-rs v0.6.2
15622026-07-20T03:12:28.083Z Compiling mime v0.3.17
15632026-07-20T03:12:28.210Z Compiling rustix v0.38.44
15642026-07-20T03:12:28.274Z Compiling fallible-iterator v0.2.0
15652026-07-20T03:12:28.361Z Compiling document-features v0.2.12
15662026-07-20T03:12:28.583Z Compiling postgres-protocol v0.6.10
15672026-07-20T03:12:28.721Z Compiling publicsuffix v2.3.0
15682026-07-20T03:12:28.864Z Compiling hubpack_derive v0.1.1
15692026-07-20T03:12:28.893Z Compiling pin-project v1.1.11
15702026-07-20T03:12:28.965Z Compiling nix v0.31.2
15712026-07-20T03:12:29.059Z Compiling num-iter v0.1.45
15722026-07-20T03:12:29.087Z Compiling zerocopy v0.7.35
15732026-07-20T03:12:29.309Z Compiling newtype-uuid v1.3.2
15742026-07-20T03:12:29.331Z Compiling rand v0.8.6
15752026-07-20T03:12:29.579Z Compiling darling v0.23.0
15762026-07-20T03:12:29.618Z Compiling inout v0.2.2
15772026-07-20T03:12:29.630Z Compiling oxnet v0.1.6
15782026-07-20T03:12:29.651Z Compiling derive_builder v0.20.2
15792026-07-20T03:12:29.664Z Compiling hyper-tls v0.6.0
15802026-07-20T03:12:29.801Z Compiling goblin v0.8.2
15812026-07-20T03:12:30.342Z Compiling phf_shared v0.13.1
15822026-07-20T03:12:30.413Z Compiling lazy_static v1.5.0
15832026-07-20T03:12:30.434Z Compiling regex v1.12.3
15842026-07-20T03:12:30.508Z Compiling anstyle-parse v0.2.7
15852026-07-20T03:12:30.580Z Compiling futures-executor v0.3.32
15862026-07-20T03:12:30.666Z Compiling terminal_size v0.4.3
15872026-07-20T03:12:30.690Z Compiling snafu-derive v0.8.9
15882026-07-20T03:12:30.804Z Compiling strum_macros v0.27.2
15892026-07-20T03:12:30.833Z Compiling daft-derive v0.1.7
15902026-07-20T03:12:30.847Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-20T03:12:31.261Z Compiling flate2 v1.1.9
15922026-07-20T03:12:31.498Z Compiling ref-cast-impl v1.0.25
15932026-07-20T03:12:31.553Z Compiling vergen v9.1.0
15942026-07-20T03:12:31.681Z Compiling cargo-platform v0.3.2
15952026-07-20T03:12:31.749Z Compiling ff v0.13.1
15962026-07-20T03:12:31.892Z Compiling fs-err v3.3.0
15972026-07-20T03:12:31.951Z Compiling ahash v0.8.12
15982026-07-20T03:12:32.066Z Compiling bitflags v1.3.2
15992026-07-20T03:12:32.142Z Compiling foldhash v0.1.5
16002026-07-20T03:12:32.156Z Compiling managed v0.8.0
16012026-07-20T03:12:32.228Z Compiling same-file v1.0.6
16022026-07-20T03:12:32.318Z Compiling foldhash v0.2.0
16032026-07-20T03:12:32.374Z Compiling unicode-segmentation v1.12.0
16042026-07-20T03:12:32.389Z Compiling object v0.37.3
16052026-07-20T03:12:32.540Z Compiling bumpalo v3.20.2
16062026-07-20T03:12:32.610Z Compiling libbz2-rs-sys v0.2.2
16072026-07-20T03:12:32.673Z Compiling base16ct v0.2.0
16082026-07-20T03:12:32.768Z Compiling winnow v0.5.40
16092026-07-20T03:12:32.797Z Compiling sec1 v0.7.3
16102026-07-20T03:12:32.810Z Compiling strum v0.27.2
16112026-07-20T03:12:32.846Z Compiling zopfli v0.8.3
16122026-07-20T03:12:32.985Z Compiling snafu v0.8.9
16132026-07-20T03:12:33.074Z Compiling bzip2 v0.6.1
16142026-07-20T03:12:33.270Z Compiling hashbrown v0.16.1
16152026-07-20T03:12:33.284Z Compiling clap_builder v4.6.0
16162026-07-20T03:12:33.337Z Compiling walkdir v2.5.0
16172026-07-20T03:12:33.516Z Compiling hashbrown v0.15.5
16182026-07-20T03:12:33.852Z Compiling dof v0.3.0
16192026-07-20T03:12:33.897Z Compiling group v0.13.0
16202026-07-20T03:12:34.064Z Compiling toml_edit v0.19.15
16212026-07-20T03:12:34.077Z Compiling cargo_metadata v0.23.1
16222026-07-20T03:12:34.108Z Compiling daft v0.1.7
16232026-07-20T03:12:34.381Z Compiling futures v0.3.32
16242026-07-20T03:12:34.463Z Compiling anstream v0.6.21
16252026-07-20T03:12:34.551Z Compiling phf v0.13.1
16262026-07-20T03:12:34.877Z Compiling signal-hook-mio v0.2.5
16272026-07-20T03:12:34.995Z Compiling cookie_store v0.22.1
16282026-07-20T03:12:35.118Z Compiling zstd v0.13.3
16292026-07-20T03:12:35.385Z Compiling bzip2 v0.4.4
16302026-07-20T03:12:35.424Z Compiling reqwest v0.12.28
16312026-07-20T03:12:35.583Z Compiling cipher v0.5.2
16322026-07-20T03:12:35.639Z Compiling serde_with_macros v3.21.0
16332026-07-20T03:12:35.902Z Compiling hubpack v0.1.2
16342026-07-20T03:12:36.206Z Compiling postgres-types v0.2.12
16352026-07-20T03:12:36.662Z Compiling ed25519 v2.2.3
16362026-07-20T03:12:36.754Z Compiling usdt-macro v0.6.0
16372026-07-20T03:12:36.754Z Compiling usdt-attr-macro v0.6.0
16382026-07-20T03:12:37.169Z Compiling globset v0.4.18
16392026-07-20T03:12:37.334Z Compiling dtrace-parser v0.2.0
16402026-07-20T03:12:37.554Z Compiling phf_shared v0.11.3
16412026-07-20T03:12:37.583Z Compiling hkdf v0.12.4
16422026-07-20T03:12:37.612Z Compiling pkcs1 v0.7.5
16432026-07-20T03:12:37.742Z Compiling olpc-cjson v0.1.4
16442026-07-20T03:12:37.755Z Compiling serde_plain v1.0.2
16452026-07-20T03:12:37.876Z Compiling serde-big-array v0.5.1
16462026-07-20T03:12:37.903Z Compiling crypto-bigint v0.5.5
16472026-07-20T03:12:37.948Z Compiling clap_derive v4.6.1
16482026-07-20T03:12:38.003Z Compiling serde_repr v0.1.20
16492026-07-20T03:12:38.023Z Compiling enum-as-inner v0.6.1
16502026-07-20T03:12:38.095Z Compiling async-recursion v1.1.1
16512026-07-20T03:12:38.519Z Compiling strum_macros v0.26.4
16522026-07-20T03:12:38.533Z Compiling pem v3.0.6
16532026-07-20T03:12:38.743Z Compiling float-cmp v0.10.0
16542026-07-20T03:12:38.859Z Compiling memmap2 v0.9.10
16552026-07-20T03:12:38.895Z Compiling thread-id v4.2.2
16562026-07-20T03:12:38.977Z Compiling env_filter v1.0.0
16572026-07-20T03:12:39.070Z Compiling winnow v1.0.3
16582026-07-20T03:12:39.160Z Compiling const-oid v0.10.2
16592026-07-20T03:12:39.276Z Compiling precomputed-hash v0.1.1
16602026-07-20T03:12:39.364Z Compiling difflib v0.4.0
16612026-07-20T03:12:39.369Z Compiling new_debug_unreachable v1.0.6
16622026-07-20T03:12:39.419Z Compiling keccak v0.1.6
16632026-07-20T03:12:39.450Z Compiling static_assertions v1.1.0
16642026-07-20T03:12:39.527Z Compiling fixedbitset v0.5.7
16652026-07-20T03:12:39.684Z Compiling predicates-core v1.0.10
16662026-07-20T03:12:39.828Z Compiling jiff v0.2.21
16672026-07-20T03:12:39.857Z Compiling normalize-line-endings v0.3.0
16682026-07-20T03:12:39.912Z Compiling cpufeatures v0.3.0
16692026-07-20T03:12:39.950Z Compiling either v1.15.0
16702026-07-20T03:12:39.965Z Compiling whoami v2.1.0
16712026-07-20T03:12:39.983Z Compiling data-encoding v2.10.0
16722026-07-20T03:12:40.146Z Compiling typed-path v0.9.3
16732026-07-20T03:12:40.161Z Compiling fixedbitset v0.4.2
16742026-07-20T03:12:40.264Z Compiling strum v0.26.3
16752026-07-20T03:12:40.350Z Compiling petgraph v0.6.5
16762026-07-20T03:12:40.354Z Compiling hickory-proto v0.25.2
16772026-07-20T03:12:40.372Z Compiling tokio-postgres v0.7.16
16782026-07-20T03:12:40.388Z Compiling itertools v0.13.0
16792026-07-20T03:12:40.675Z Compiling toml_edit v0.22.27
16802026-07-20T03:12:41.354Z Compiling chacha20 v0.10.0
16812026-07-20T03:12:41.611Z Compiling predicates v3.1.4
16822026-07-20T03:12:41.711Z Compiling petgraph v0.8.3
16832026-07-20T03:12:41.812Z Compiling clap v4.6.1
16842026-07-20T03:12:41.892Z Compiling sha3 v0.10.8
16852026-07-20T03:12:42.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-20T03:12:42.394Z Compiling zip v4.6.1
16872026-07-20T03:12:42.596Z Compiling string_cache v0.8.9
16882026-07-20T03:12:42.834Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-07-20T03:12:43.356Z Compiling digest v0.11.3
16902026-07-20T03:12:43.414Z Compiling env_logger v0.11.9
16912026-07-20T03:12:43.472Z Compiling usdt v0.6.0
16922026-07-20T03:12:43.579Z Compiling usdt-impl v0.5.0
16932026-07-20T03:12:43.715Z Compiling elliptic-curve v0.13.8
16942026-07-20T03:12:43.733Z Compiling rsa v0.9.10
16952026-07-20T03:12:43.759Z Compiling crossterm v0.28.1
16962026-07-20T03:12:43.972Z Compiling ed25519-dalek v2.2.0
16972026-07-20T03:12:44.109Z Compiling serde_with v3.21.0
16982026-07-20T03:12:44.630Z Compiling zip v0.6.6
16992026-07-20T03:12:45.026Z Compiling toml v0.7.8
17002026-07-20T03:12:45.068Z Compiling iddqd v0.4.2
17012026-07-20T03:12:45.620Z Compiling heck v0.4.1
17022026-07-20T03:12:45.659Z Compiling similar v2.7.0
17032026-07-20T03:12:45.822Z Compiling byte-wrapper v0.1.0
17042026-07-20T03:12:45.842Z Compiling crossbeam-epoch v0.9.18
17052026-07-20T03:12:45.893Z Compiling tokio-stream v0.1.18
17062026-07-20T03:12:46.149Z Compiling buf-list v1.1.2
17072026-07-20T03:12:46.165Z Compiling x509-cert v0.2.5
17082026-07-20T03:12:46.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-20T03:12:46.346Z Compiling openapiv3 v2.2.0
17102026-07-20T03:12:46.423Z Compiling lalrpop-util v0.19.12
17112026-07-20T03:12:46.507Z Compiling peg-runtime v0.8.5
17122026-07-20T03:12:46.616Z Compiling thread_local v1.1.9
17132026-07-20T03:12:46.643Z Compiling slog-async v2.8.0
17142026-07-20T03:12:46.785Z Compiling crossbeam-channel v0.5.15
17152026-07-20T03:12:46.865Z Compiling filetime v0.2.27
17162026-07-20T03:12:46.967Z Compiling is-terminal v0.4.17
17172026-07-20T03:12:47.002Z Compiling take_mut v0.2.2
17182026-07-20T03:12:47.071Z Compiling xattr v1.6.1
17192026-07-20T03:12:47.086Z Compiling term v1.2.1
17202026-07-20T03:12:47.114Z Compiling camino-tempfile v1.4.1
17212026-07-20T03:12:47.241Z Compiling tar v0.4.46
17222026-07-20T03:12:47.662Z Compiling slog-term v2.9.2
17232026-07-20T03:12:57.350Z Compiling rustls-webpki v0.103.13
17242026-07-20T03:13:00.074Z Compiling tokio-rustls v0.26.4
17252026-07-20T03:13:00.074Z Compiling rustls-platform-verifier v0.6.2
17262026-07-20T03:13:00.078Z Compiling tough v0.22.0
17272026-07-20T03:13:00.284Z Compiling hyper-rustls v0.27.7
17282026-07-20T03:13:00.488Z Compiling reqwest v0.13.2
17292026-07-20T03:13:02.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-20T03:13:02.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-20T03:13:05.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17322026-07-20T03:13:05.919Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-20T03:13:05.971ZJul 20 03:13:04.663 INFO Starting download, target: Console
17342026-07-20T03:13:05.972ZJul 20 03:13:04.664 INFO Starting download, target: MaghemiteMgd
17352026-07-20T03:13:05.972ZJul 20 03:13:04.664 INFO Starting download, target: Clickhouse
17362026-07-20T03:13:05.972ZJul 20 03:13:04.664 INFO Starting download, target: Cockroach
17372026-07-20T03:13:05.972ZJul 20 03:13:04.664 INFO Starting download, target: DendriteStub
17382026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Starting download, target: MaghemiteDdmd
17392026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Starting download, target: TransceiverControl
17402026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-20T03:13:05.980ZJul 20 03:13:04.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-20T03:13:06.598ZJul 20 03:13:05.281 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-20T03:13:06.827ZJul 20 03:13:05.494 INFO Download complete, target: TransceiverControl
17492026-07-20T03:13:08.023ZJul 20 03:13:06.714 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-20T03:13:08.148ZJul 20 03:13:06.834 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-07-20T03:13:08.288ZJul 20 03:13:06.978 INFO Download complete, target: Console
17522026-07-20T03:13:08.397ZJul 20 03:13:07.080 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-20T03:13:08.662ZJul 20 03:13:07.357 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-20T03:13:08.670ZJul 20 03:13:07.359 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-07-20T03:13:09.059ZJul 20 03:13:07.755 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-20T03:13:09.059ZJul 20 03:13:07.755 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-20T03:13:10.375ZJul 20 03:13:09.071 INFO Download complete, target: MaghemiteDdmd
17582026-07-20T03:13:11.223ZJul 20 03:13:09.915 INFO Download complete, target: DendriteStub
17592026-07-20T03:13:11.464ZJul 20 03:13:10.092 INFO Download complete, target: MaghemiteMgd
17602026-07-20T03:13:13.861ZJul 20 03:13:12.551 INFO Checking that binary works, target: Cockroach
17612026-07-20T03:13:13.968ZJul 20 03:13:12.661 INFO Download complete, target: Cockroach
17622026-07-20T03:13:15.051ZJul 20 03:13:13.747 INFO Checking that binary works, target: Clickhouse
17632026-07-20T03:13:15.180ZJul 20 03:13:13.875 INFO Download complete, target: Clickhouse
17642026-07-20T03:13:15.194ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-20T03:13:15.198Z
17662026-07-20T03:13:15.198Zreal 2:00.884259889
17672026-07-20T03:13:15.198Zuser 6:35.670694812
17682026-07-20T03:13:15.199Zsys 1:20.792964811
17692026-07-20T03:13:15.199Ztrap 0.224446407
17702026-07-20T03:13:15.199Ztflt 0.490905973
17712026-07-20T03:13:15.199Zdflt 0.794771633
17722026-07-20T03:13:15.199Zkflt 0.020681589
17732026-07-20T03:13:15.199Zlock 21:31.545107875
17742026-07-20T03:13:15.199Zslp 20:01.536506398
17752026-07-20T03:13:15.199Zlat 41.128612299
17762026-07-20T03:13:15.199Zstop 1:55.568771498
17772026-07-20T03:13:15.199Z+ banner clippy
17782026-07-20T03:13:15.199Z
17792026-07-20T03:13:15.199Z #### # # ##### ##### # #
17802026-07-20T03:13:15.199Z # # # # # # # # # #
17812026-07-20T03:13:15.199Z # # # # # # # #
17822026-07-20T03:13:15.199Z # # # ##### ##### #
17832026-07-20T03:13:15.199Z # # # # # # #
17842026-07-20T03:13:15.199Z #### ###### # # # #
17852026-07-20T03:13:15.199Z
17862026-07-20T03:13:15.199Z+ export CARGO_INCREMENTAL=0
17872026-07-20T03:13:15.199Z+ CARGO_INCREMENTAL=0
17882026-07-20T03:13:15.199Z+ ptime -m cargo xtask clippy
17892026-07-20T03:13:15.646Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-20T03:13:15.928Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-20T03:13:17.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
17922026-07-20T03:13:17.726Z Running `target/debug/xtask clippy`
17932026-07-20T03:13:17.751Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-20T03:13:18.306Z Downloading crates ...
17952026-07-20T03:13:18.517Z Downloaded chumsky v0.9.3
17962026-07-20T03:13:18.521Z Downloaded relative-path v1.9.3
17972026-07-20T03:13:18.524Z Downloaded miette-derive v5.10.0
17982026-07-20T03:13:18.524Z Downloaded knuffel-derive v3.2.0
17992026-07-20T03:13:18.527Z Downloaded escape8259 v0.5.3
18002026-07-20T03:13:18.527Z Downloaded addr2line v0.25.1
18012026-07-20T03:13:18.528Z Downloaded concurrent-queue v2.5.0
18022026-07-20T03:13:18.531Z Downloaded linkme v0.3.35
18032026-07-20T03:13:18.531Z Downloaded linkme-impl v0.3.35
18042026-07-20T03:13:18.534Z Downloaded hex-literal v0.4.1
18052026-07-20T03:13:18.534Z Downloaded datatest-stable v0.3.3
18062026-07-20T03:13:18.534Z Downloaded rstest v0.25.0
18072026-07-20T03:13:18.538Z Downloaded anes v0.1.6
18082026-07-20T03:13:18.541Z Downloaded blake2b_simd v1.0.4
18092026-07-20T03:13:18.541Z Downloaded async-object-pool v0.2.0
18102026-07-20T03:13:18.544Z Downloaded parking v2.2.1
18112026-07-20T03:13:18.548Z Downloaded nested v0.1.1
18122026-07-20T03:13:18.554Z Downloaded hickory-client v0.25.2
18132026-07-20T03:13:18.557Z Downloaded constant_time_eq v0.3.1
18142026-07-20T03:13:18.562Z Downloaded terminal_size v0.1.17
18152026-07-20T03:13:18.566Z Downloaded approx v0.5.1
18162026-07-20T03:13:18.566Z Downloaded criterion-plot v0.6.0
18172026-07-20T03:13:18.566Z Downloaded path-tree v0.8.3
18182026-07-20T03:13:18.570Z Downloaded oorandom v11.1.5
18192026-07-20T03:13:18.570Z Downloaded backtrace-ext v0.2.1
18202026-07-20T03:13:18.573Z Downloaded target-lexicon v0.13.3
18212026-07-20T03:13:18.573Z Downloaded knuffel v3.2.0
18222026-07-20T03:13:18.577Z Downloaded async-lock v3.4.2
18232026-07-20T03:13:18.583Z Downloaded plotters-svg v0.3.7
18242026-07-20T03:13:18.586Z Downloaded supports-unicode v2.1.0
18252026-07-20T03:13:18.589Z Downloaded similar-asserts v1.7.0
18262026-07-20T03:13:18.592Z Downloaded guppy-workspace-hack v0.1.0
18272026-07-20T03:13:18.592Z Downloaded event-listener-strategy v0.5.4
18282026-07-20T03:13:18.596Z Downloaded cast v0.3.0
18292026-07-20T03:13:18.596Z Downloaded target-triple v1.0.0
18302026-07-20T03:13:18.601Z Downloaded supports-color v2.1.0
18312026-07-20T03:13:18.604Z Downloaded serde_regex v1.1.0
18322026-07-20T03:13:18.604Z Downloaded assert-json-diff v2.0.2
18332026-07-20T03:13:18.608Z Downloaded supports-hyperlinks v2.1.0
18342026-07-20T03:13:18.608Z Downloaded pathdiff v0.2.3
18352026-07-20T03:13:18.611Z Downloaded hashbrown v0.14.5
18362026-07-20T03:13:18.614Z Downloaded rust-argon2 v2.1.0
18372026-07-20T03:13:18.614Z Downloaded futures-timer v3.0.3
18382026-07-20T03:13:18.614Z Downloaded target-spec v3.5.7
18392026-07-20T03:13:18.618Z Downloaded partial-io v0.5.4
18402026-07-20T03:13:18.618Z Downloaded assert_cmd v2.1.2
18412026-07-20T03:13:18.621Z Downloaded tinytemplate v1.2.1
18422026-07-20T03:13:18.624Z Downloaded termcolor v1.4.1
18432026-07-20T03:13:18.624Z Downloaded stringmetrics v2.2.2
18442026-07-20T03:13:18.627Z Downloaded plotters-backend v0.3.7
18452026-07-20T03:13:18.627Z Downloaded owo-colors v3.5.0
18462026-07-20T03:13:18.630Z Downloaded rustc-demangle v0.1.27
18472026-07-20T03:13:18.630Z Downloaded libtest-mimic v0.8.1
18482026-07-20T03:13:18.640Z Downloaded trybuild v1.0.116
18492026-07-20T03:13:18.644Z Downloaded event-listener v5.4.1
18502026-07-20T03:13:18.647Z Downloaded cfg-expr v0.20.6
18512026-07-20T03:13:18.647Z Downloaded httptest v0.16.4
18522026-07-20T03:13:18.661Z Downloaded textwrap v0.15.2
18532026-07-20T03:13:18.666Z Downloaded rstest_macros v0.25.0
18542026-07-20T03:13:18.669Z Downloaded rand_distr v0.5.1
18552026-07-20T03:13:18.672Z Downloaded fancy-regex v0.14.0
18562026-07-20T03:13:18.678Z Downloaded miette v5.10.0
18572026-07-20T03:13:18.684Z Downloaded guppy v0.17.25
18582026-07-20T03:13:18.687Z Downloaded backtrace v0.3.76
18592026-07-20T03:13:18.690Z Downloaded criterion v0.7.0
18602026-07-20T03:13:18.693Z Downloaded plotters v0.3.7
18612026-07-20T03:13:18.715Z Downloaded gimli v0.32.3
18622026-07-20T03:13:18.808Z Downloaded httpmock v0.8.3
18632026-07-20T03:13:20.494Z Checking cfg-if v1.0.4
18642026-07-20T03:13:20.851Z Checking libc v0.2.185
18652026-07-20T03:13:20.854Z Checking serde_core v1.0.228
18662026-07-20T03:13:20.918Z Checking memchr v2.8.0
18672026-07-20T03:13:20.969Z Checking zeroize v1.8.2
18682026-07-20T03:13:20.969Z Checking smallvec v1.15.1
18692026-07-20T03:13:20.972Z Checking rand_core v0.10.0
18702026-07-20T03:13:20.975Z Checking subtle v2.6.1
18712026-07-20T03:13:20.975Z Checking itoa v1.0.17
18722026-07-20T03:13:21.161Z Checking log v0.4.29
18732026-07-20T03:13:21.195Z Checking libm v0.2.16
18742026-07-20T03:13:21.239Z Checking typenum v1.20.1
18752026-07-20T03:13:21.283Z Checking scopeguard v1.2.0
18762026-07-20T03:13:21.329Z Checking getrandom v0.4.1
18772026-07-20T03:13:21.329Z Checking errno v0.3.14
18782026-07-20T03:13:21.391Z Checking stable_deref_trait v1.2.1
18792026-07-20T03:13:21.428Z Checking zmij v1.0.21
18802026-07-20T03:13:21.432Z Checking lock_api v0.4.14
18812026-07-20T03:13:21.494Z Checking zerofrom v0.1.6
18822026-07-20T03:13:21.533Z Checking percent-encoding v2.3.2
18832026-07-20T03:13:21.570Z Checking writeable v0.6.2
18842026-07-20T03:13:21.637Z Checking yoke v0.8.1
18852026-07-20T03:13:22.091Z Checking litemap v0.8.1
18862026-07-20T03:13:22.092Z Checking icu_normalizer_data v2.1.1
18872026-07-20T03:13:22.092Z Checking icu_properties_data v2.1.2
18882026-07-20T03:13:22.092Z Checking form_urlencoded v1.2.2
18892026-07-20T03:13:22.092Z Checking utf8_iter v1.0.4
18902026-07-20T03:13:22.092Z Checking zerovec v0.11.5
18912026-07-20T03:13:22.092Z Checking zerotrie v0.2.3
18922026-07-20T03:13:22.092Z Checking pin-project-lite v0.2.17
18932026-07-20T03:13:22.092Z Checking num-traits v0.2.19
18942026-07-20T03:13:22.092Z Checking zerocopy v0.8.40
18952026-07-20T03:13:22.092Z Checking parking_lot_core v0.9.12
18962026-07-20T03:13:22.092Z Checking portable-atomic v1.13.1
18972026-07-20T03:13:22.095Z Checking critical-section v1.2.0
18982026-07-20T03:13:22.136Z Checking signal-hook-registry v1.4.8
18992026-07-20T03:13:22.221Z Checking mio v1.2.0
19002026-07-20T03:13:22.257Z Checking parking_lot v0.12.5
19012026-07-20T03:13:22.294Z Checking tinystr v0.8.2
19022026-07-20T03:13:22.328Z Checking potential_utf v0.1.4
19032026-07-20T03:13:22.409Z Checking serde v1.0.228
19042026-07-20T03:13:22.469Z Checking bitflags v2.11.0
19052026-07-20T03:13:22.472Z Checking serde_json v1.0.150
19062026-07-20T03:13:22.533Z Checking icu_collections v2.1.1
19072026-07-20T03:13:22.537Z Checking icu_locale_core v2.1.1
19082026-07-20T03:13:22.565Z Checking once_cell v1.21.3
19092026-07-20T03:13:22.640Z Checking iana-time-zone v0.1.65
19102026-07-20T03:13:22.682Z Checking socket2 v0.6.3
19112026-07-20T03:13:22.779Z Checking uuid v1.23.4
19122026-07-20T03:13:22.822Z Checking thiserror v2.0.18
19132026-07-20T03:13:22.860Z Checking bytes v1.11.1
19142026-07-20T03:13:22.863Z Checking chrono v0.4.45
19152026-07-20T03:13:22.963Z Checking semver v1.0.28
19162026-07-20T03:13:23.002Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-07-20T03:13:23.120Z Checking futures-core v0.3.32
19182026-07-20T03:13:23.155Z Checking icu_provider v2.1.1
19192026-07-20T03:13:23.193Z Checking dyn-clone v1.0.20
19202026-07-20T03:13:23.228Z Checking getrandom v0.2.17
19212026-07-20T03:13:23.267Z Checking equivalent v1.0.2
19222026-07-20T03:13:23.333Z Checking tokio v1.52.1
19232026-07-20T03:13:23.336Z Checking rustix v1.1.3
19242026-07-20T03:13:23.398Z Checking cmov v0.5.4
19252026-07-20T03:13:23.401Z Checking rand_core v0.6.4
19262026-07-20T03:13:23.401Z Checking byteorder v1.5.0
19272026-07-20T03:13:23.493Z Checking icu_properties v2.1.2
19282026-07-20T03:13:23.609Z Checking icu_normalizer v2.1.1
19292026-07-20T03:13:23.646Z Checking ctutils v0.4.2
19302026-07-20T03:13:23.690Z Checking futures-sink v0.3.32
19312026-07-20T03:13:23.750Z Checking generic-array v0.14.7
19322026-07-20T03:13:23.806Z Checking futures-channel v0.3.32
19332026-07-20T03:13:23.874Z Checking hybrid-array v0.4.13
19342026-07-20T03:13:23.939Z Checking slab v0.4.12
19352026-07-20T03:13:24.024Z Checking futures-task v0.3.32
19362026-07-20T03:13:24.120Z Checking futures-io v0.3.32
19372026-07-20T03:13:24.186Z Checking thiserror v1.0.69
19382026-07-20T03:13:24.220Z Checking getrandom v0.3.4
19392026-07-20T03:13:24.255Z Checking hashbrown v0.17.0
19402026-07-20T03:13:24.287Z Checking futures-util v0.3.32
19412026-07-20T03:13:24.321Z Checking idna_adapter v1.2.1
19422026-07-20T03:13:24.324Z Checking base64ct v1.8.3
19432026-07-20T03:13:24.386Z Checking const-oid v0.9.6
19442026-07-20T03:13:24.463Z Checking idna v1.1.0
19452026-07-20T03:13:24.602Z Checking crypto-common v0.1.7
19462026-07-20T03:13:24.646Z Checking crypto-common v0.2.2
19472026-07-20T03:13:24.718Z Checking ppv-lite86 v0.2.21
19482026-07-20T03:13:24.753Z Checking fnv v1.0.7
19492026-07-20T03:13:24.757Z Checking url v2.5.8
19502026-07-20T03:13:24.757Z Checking indexmap v2.14.0
19512026-07-20T03:13:24.871Z Checking regex-syntax v0.8.10
19522026-07-20T03:13:25.029Z Checking block-buffer v0.12.1
19532026-07-20T03:13:25.097Z Checking block-buffer v0.10.4
19542026-07-20T03:13:25.212Z Checking utf8parse v0.2.2
19552026-07-20T03:13:25.257Z Checking base64 v0.22.1
19562026-07-20T03:13:25.293Z Checking digest v0.10.7
19572026-07-20T03:13:25.296Z Checking schemars v0.8.22
19582026-07-20T03:13:25.357Z Checking anstyle v1.0.14
19592026-07-20T03:13:25.360Z Checking http v1.4.2
19602026-07-20T03:13:25.515Z Checking tracing-core v0.1.36
19612026-07-20T03:13:25.519Z Checking colorchoice v1.0.4
19622026-07-20T03:13:25.581Z Checking anstyle-query v1.1.5
19632026-07-20T03:13:25.671Z Checking is_terminal_polyfill v1.70.2
19642026-07-20T03:13:25.709Z Checking anstyle-parse v1.0.0
19652026-07-20T03:13:25.785Z Checking terminal_size v0.4.3
19662026-07-20T03:13:25.846Z Checking tracing v0.1.44
19672026-07-20T03:13:25.883Z Checking ipnet v2.11.0
19682026-07-20T03:13:25.924Z Checking const-oid v0.10.2
19692026-07-20T03:13:25.976Z Checking anstream v1.0.0
19702026-07-20T03:13:26.010Z Checking strsim v0.11.1
19712026-07-20T03:13:26.086Z Checking clap_lex v1.0.0
19722026-07-20T03:13:26.124Z Checking aho-corasick v1.1.4
19732026-07-20T03:13:26.178Z Checking rand_core v0.9.5
19742026-07-20T03:13:26.213Z Checking crossbeam-utils v0.8.21
19752026-07-20T03:13:26.217Z Checking unicode-ident v1.0.24
19762026-07-20T03:13:26.244Z Checking httparse v1.10.1
19772026-07-20T03:13:26.247Z Checking cpufeatures v0.3.0
19782026-07-20T03:13:26.339Z Checking clap_builder v4.6.0
19792026-07-20T03:13:26.381Z Checking powerfmt v0.2.0
19802026-07-20T03:13:26.384Z Checking proc-macro2 v1.0.106
19812026-07-20T03:13:26.446Z Checking digest v0.11.3
19822026-07-20T03:13:26.514Z Checking time-core v0.1.8
19832026-07-20T03:13:26.552Z Checking tokio-util v0.7.18
19842026-07-20T03:13:26.587Z Checking deranged v0.5.8
19852026-07-20T03:13:26.591Z Checking num_threads v0.1.7
19862026-07-20T03:13:26.654Z Checking cpufeatures v0.2.17
19872026-07-20T03:13:26.687Z Checking num-conv v0.2.0
19882026-07-20T03:13:26.729Z Checking rand_chacha v0.9.0
19892026-07-20T03:13:26.765Z Checking erased-serde v0.3.31
19902026-07-20T03:13:26.771Z Checking quote v1.0.45
19912026-07-20T03:13:26.827Z Checking http-body v1.0.1
19922026-07-20T03:13:26.830Z Checking regex-automata v0.4.14
19932026-07-20T03:13:26.952Z Checking rand v0.9.2
19942026-07-20T03:13:26.986Z Checking atomic-waker v1.1.2
19952026-07-20T03:13:26.989Z Checking syn v2.0.117
19962026-07-20T03:13:27.110Z Checking rustls-pki-types v1.14.0
19972026-07-20T03:13:27.162Z Checking slog v2.8.2
19982026-07-20T03:13:27.197Z Checking aws-lc-sys v0.40.0
19992026-07-20T03:13:27.418Z Checking allocator-api2 v0.2.21
20002026-07-20T03:13:27.453Z Checking fastrand v2.3.0
20012026-07-20T03:13:27.456Z Checking try-lock v0.2.5
20022026-07-20T03:13:27.518Z Checking time v0.3.47
20032026-07-20T03:13:27.606Z Checking httpdate v1.0.3
20042026-07-20T03:13:27.641Z Checking clap v4.6.1
20052026-07-20T03:13:27.674Z Checking untrusted v0.7.1
20062026-07-20T03:13:27.709Z Checking want v0.3.1
20072026-07-20T03:13:27.742Z Checking h2 v0.4.15
20082026-07-20T03:13:27.776Z Checking ipnetwork v0.21.1
20092026-07-20T03:13:27.779Z Checking hex v0.4.3
20102026-07-20T03:13:27.840Z Checking aws-lc-rs v1.16.3
20112026-07-20T03:13:27.872Z Checking anyhow v1.0.102
20122026-07-20T03:13:28.008Z Checking ryu v1.0.23
20132026-07-20T03:13:28.046Z Checking tower-service v0.3.3
20142026-07-20T03:13:28.090Z Checking tower-layer v0.3.3
20152026-07-20T03:13:28.162Z Checking pem-rfc7468 v0.7.0
20162026-07-20T03:13:28.195Z Checking spin v0.9.8
20172026-07-20T03:13:28.263Z Checking flagset v0.4.7
20182026-07-20T03:13:28.342Z Checking tempfile v3.25.0
20192026-07-20T03:13:28.402Z Checking untrusted v0.9.0
20202026-07-20T03:13:28.435Z Checking der v0.7.10
20212026-07-20T03:13:28.537Z Checking mime v0.3.17
20222026-07-20T03:13:28.570Z Checking simd-adler32 v0.3.8
20232026-07-20T03:13:28.658Z Checking adler2 v2.0.1
20242026-07-20T03:13:28.695Z Checking http-body-util v0.1.3
20252026-07-20T03:13:28.698Z Checking rustls-webpki v0.103.13
20262026-07-20T03:13:28.759Z Checking block-padding v0.4.2
20272026-07-20T03:13:28.764Z Checking camino v1.2.2
20282026-07-20T03:13:28.822Z Checking miniz_oxide v0.8.9
20292026-07-20T03:13:28.920Z Checking inout v0.2.2
20302026-07-20T03:13:28.953Z Checking openssl-probe v0.2.1
20312026-07-20T03:13:29.054Z Checking pretty-hex v0.4.1
20322026-07-20T03:13:29.089Z Checking serde_urlencoded v0.7.1
20332026-07-20T03:13:29.092Z Checking rand_chacha v0.3.1
20342026-07-20T03:13:29.159Z Checking rustls v0.23.41
20352026-07-20T03:13:29.195Z Checking encoding_rs v0.8.35
20362026-07-20T03:13:29.200Z Checking plain v0.2.3
20372026-07-20T03:13:29.201Z Checking spki v0.7.3
20382026-07-20T03:13:29.350Z Checking cipher v0.5.2
20392026-07-20T03:13:29.353Z Checking rand v0.8.6
20402026-07-20T03:13:29.354Z Checking regex v1.12.3
20412026-07-20T03:13:29.444Z Checking oxnet v0.1.6
20422026-07-20T03:13:29.515Z Checking ucd-trie v0.1.7
20432026-07-20T03:13:29.627Z Checking crc32fast v1.5.0
20442026-07-20T03:13:29.682Z Checking pest v2.8.6
20452026-07-20T03:13:29.716Z Checking sync_wrapper v1.0.2
20462026-07-20T03:13:29.749Z Checking pkcs8 v0.10.2
20472026-07-20T03:13:29.782Z Checking futures-executor v0.3.32
20482026-07-20T03:13:29.842Z Checking tower v0.5.3
20492026-07-20T03:13:29.913Z Checking iri-string v0.7.10
20502026-07-20T03:13:29.947Z Checking either v1.15.0
20512026-07-20T03:13:29.982Z Checking futures v0.3.32
20522026-07-20T03:13:30.085Z Checking zlib-rs v0.6.2
20532026-07-20T03:13:30.156Z Checking sha2 v0.10.9
20542026-07-20T03:13:30.202Z Checking static_assertions v1.1.0
20552026-07-20T03:13:30.247Z Checking foldhash v0.2.0
20562026-07-20T03:13:30.298Z Checking lazy_static v1.5.0
20572026-07-20T03:13:30.416Z Checking openapiv3 v2.2.0
20582026-07-20T03:13:30.449Z Checking hashbrown v0.16.1
20592026-07-20T03:13:30.480Z Checking hubpack v0.1.2
20602026-07-20T03:13:30.526Z Checking hyper v1.10.1
20612026-07-20T03:13:30.673Z Checking strum v0.26.3
20622026-07-20T03:13:30.745Z Checking rustls-native-certs v0.8.3
20632026-07-20T03:13:30.808Z Checking signature v2.2.0
20642026-07-20T03:13:30.900Z Checking num-integer v0.1.46
20652026-07-20T03:13:30.954Z Checking tower-http v0.6.8
20662026-07-20T03:13:30.980Z Checking psl-types v2.0.11
20672026-07-20T03:13:30.983Z Checking tinyvec_macros v0.1.1
20682026-07-20T03:13:31.044Z Checking flate2 v1.1.9
20692026-07-20T03:13:31.103Z Checking bit-vec v0.8.0
20702026-07-20T03:13:31.138Z Checking publicsuffix v2.3.0
20712026-07-20T03:13:31.169Z Checking tinyvec v1.10.0
20722026-07-20T03:13:31.246Z Checking cookie v0.18.1
20732026-07-20T03:13:31.320Z Checking wait-timeout v0.2.1
20742026-07-20T03:13:31.323Z Checking bit-set v0.8.0
20752026-07-20T03:13:31.386Z Checking anstyle-parse v0.2.7
20762026-07-20T03:13:31.450Z Checking tokio-rustls v0.26.4
20772026-07-20T03:13:31.486Z Checking rustls-platform-verifier v0.6.2
20782026-07-20T03:13:31.518Z Checking ahash v0.8.12
20792026-07-20T03:13:31.521Z Checking hyper-util v0.1.20
20802026-07-20T03:13:31.548Z Checking cookie_store v0.22.1
20812026-07-20T03:13:31.614Z Checking toml_datetime v0.6.11
20822026-07-20T03:13:31.617Z Checking serde_spanned v0.6.9
20832026-07-20T03:13:31.680Z Checking scroll v0.13.0
20842026-07-20T03:13:31.713Z Checking quick-error v1.2.3
20852026-07-20T03:13:31.716Z Checking anstream v0.6.21
20862026-07-20T03:13:31.778Z Checking rand_xorshift v0.4.0
20872026-07-20T03:13:31.814Z Checking memmap2 v0.9.10
20882026-07-20T03:13:31.817Z Checking unarray v0.1.4
20892026-07-20T03:13:31.878Z Checking rusty-fork v0.3.1
20902026-07-20T03:13:31.920Z Checking data-encoding v2.10.0
20912026-07-20T03:13:31.924Z Checking goblin v0.10.5
20922026-07-20T03:13:31.925Z Checking dtrace-parser v0.3.0
20932026-07-20T03:13:32.016Z Checking x509-cert v0.2.5
20942026-07-20T03:13:32.021Z Checking bstr v1.12.1
20952026-07-20T03:13:32.021Z Checking hmac v0.12.1
20962026-07-20T03:13:32.108Z Checking proptest v1.10.0
20972026-07-20T03:13:32.198Z Checking thread-id v5.1.0
20982026-07-20T03:13:32.201Z Checking num-iter v0.1.45
20992026-07-20T03:13:32.201Z Checking crossbeam-epoch v0.9.18
21002026-07-20T03:13:32.304Z Checking memoffset v0.9.1
21012026-07-20T03:13:32.364Z Checking scroll v0.12.0
21022026-07-20T03:13:32.410Z Checking env_filter v1.0.0
21032026-07-20T03:13:32.480Z Checking num-bigint-dig v0.8.6
21042026-07-20T03:13:32.515Z Checking pkcs1 v0.7.5
21052026-07-20T03:13:32.575Z Checking env_logger v0.11.9
21062026-07-20T03:13:32.615Z Checking goblin v0.8.2
21072026-07-20T03:13:32.682Z Checking zerocopy v0.7.35
21082026-07-20T03:13:32.741Z Checking rustix v0.38.44
21092026-07-20T03:13:32.787Z Checking foreign-types-shared v0.1.1
21102026-07-20T03:13:32.822Z Checking hyper-rustls v0.27.7
21112026-07-20T03:13:32.897Z Checking unicode-segmentation v1.12.0
21122026-07-20T03:13:33.048Z Checking reqwest v0.13.2
21132026-07-20T03:13:33.185Z Checking foreign-types v0.3.2
21142026-07-20T03:13:33.226Z Checking dtrace-parser v0.2.0
21152026-07-20T03:13:33.279Z Checking ff v0.13.1
21162026-07-20T03:13:33.314Z Checking rsa v0.9.10
21172026-07-20T03:13:33.433Z Checking openssl-sys v0.9.115
21182026-07-20T03:13:33.484Z Checking thread-id v4.2.2
21192026-07-20T03:13:33.543Z Checking same-file v1.0.6
21202026-07-20T03:13:33.592Z Checking base16ct v0.2.0
21212026-07-20T03:13:33.689Z Checking winnow v0.5.40
21222026-07-20T03:13:33.744Z Checking sec1 v0.7.3
21232026-07-20T03:13:33.807Z Checking walkdir v2.5.0
21242026-07-20T03:13:33.842Z Checking openssl v0.10.79
21252026-07-20T03:13:33.885Z Checking newtype-uuid v1.3.2
21262026-07-20T03:13:33.928Z Checking group v0.13.0
21272026-07-20T03:13:33.969Z Checking nix v0.31.2
21282026-07-20T03:13:34.003Z Checking hkdf v0.12.4
21292026-07-20T03:13:34.096Z Checking serde_with v3.21.0
21302026-07-20T03:13:34.132Z Checking daft v0.1.7
21312026-07-20T03:13:34.166Z Checking crypto-bigint v0.5.5
21322026-07-20T03:13:34.288Z Checking dof v0.4.0
21332026-07-20T03:13:34.390Z Checking bzip2-sys v0.1.13+1.0.8
21342026-07-20T03:13:34.503Z Checking keccak v0.1.6
21352026-07-20T03:13:34.563Z Checking dof v0.3.0
21362026-07-20T03:13:34.694Z Checking winnow v0.7.14
21372026-07-20T03:13:34.867Z Checking usdt-impl v0.5.0
21382026-07-20T03:13:34.870Z Checking toml_edit v0.19.15
21392026-07-20T03:13:34.943Z Checking usdt-impl v0.6.0
21402026-07-20T03:13:35.087Z Checking elliptic-curve v0.13.8
21412026-07-20T03:13:35.173Z Checking sha3 v0.10.8
21422026-07-20T03:13:35.208Z Checking bzip2 v0.4.4
21432026-07-20T03:13:35.248Z Checking usdt v0.6.0
21442026-07-20T03:13:35.394Z Checking unicode-normalization v0.1.25
21452026-07-20T03:13:35.430Z Checking itertools v0.13.0
21462026-07-20T03:13:35.433Z Checking bitflags v1.3.2
21472026-07-20T03:13:35.492Z Checking winnow v1.0.3
21482026-07-20T03:13:35.557Z Checking siphasher v1.0.2
21492026-07-20T03:13:35.592Z Checking zip v0.6.6
21502026-07-20T03:13:35.741Z Checking signal-hook v0.3.18
21512026-07-20T03:13:35.802Z Checking toml_parser v1.1.2+spec-1.1.0
21522026-07-20T03:13:35.836Z Checking toml_write v0.1.2
21532026-07-20T03:13:35.869Z Checking native-tls v0.2.18
21542026-07-20T03:13:35.902Z Checking managed v0.8.0
21552026-07-20T03:13:35.938Z Checking toml v0.7.8
21562026-07-20T03:13:35.941Z Checking globset v0.4.18
21572026-07-20T03:13:36.005Z Checking chacha20 v0.10.0
21582026-07-20T03:13:36.037Z Checking toml_edit v0.22.27
21592026-07-20T03:13:36.072Z Checking tokio-native-tls v0.3.1
21602026-07-20T03:13:36.116Z Checking curve25519-dalek v4.1.3
21612026-07-20T03:13:36.171Z Checking object v0.37.3
21622026-07-20T03:13:36.244Z Checking foldhash v0.1.5
21632026-07-20T03:13:36.278Z Checking signal-hook-mio v0.2.5
21642026-07-20T03:13:36.281Z Checking hyper-tls v0.6.0
21652026-07-20T03:13:36.282Z Checking ed25519 v2.2.3
21662026-07-20T03:13:36.404Z Checking hashbrown v0.15.5
21672026-07-20T03:13:36.407Z Checking ref-cast v1.0.25
21682026-07-20T03:13:36.502Z Checking pin-project v1.1.11
21692026-07-20T03:13:36.536Z Checking zstd-sys v2.0.16+zstd.1.5.7
21702026-07-20T03:13:36.570Z Checking reqwest v0.12.28
21712026-07-20T03:13:36.573Z Checking pem v3.0.6
21722026-07-20T03:13:36.635Z Checking libbz2-rs-sys v0.2.2
21732026-07-20T03:13:36.669Z Checking zstd-safe v7.2.4
21742026-07-20T03:13:36.780Z Checking bumpalo v3.20.2
21752026-07-20T03:13:36.855Z Checking zstd v0.13.3
21762026-07-20T03:13:36.901Z Checking snafu v0.8.9
21772026-07-20T03:13:36.936Z Checking ed25519-dalek v2.2.0
21782026-07-20T03:13:37.006Z Checking zopfli v0.8.3
21792026-07-20T03:13:37.046Z Checking bzip2 v0.6.1
21802026-07-20T03:13:37.080Z Checking crossterm v0.28.1
21812026-07-20T03:13:37.155Z Checking olpc-cjson v0.1.4
21822026-07-20T03:13:37.191Z Checking similar v2.7.0
21832026-07-20T03:13:37.194Z Checking fs-err v3.3.0
21842026-07-20T03:13:37.257Z Checking hash32 v0.2.1
21852026-07-20T03:13:37.316Z Checking serde-big-array v0.5.1
21862026-07-20T03:13:37.351Z Checking serde_plain v1.0.2
21872026-07-20T03:13:37.384Z Checking typed-path v0.9.3
21882026-07-20T03:13:37.431Z Checking jiff v0.2.21
21892026-07-20T03:13:37.472Z Checking unicode-bidi v0.3.18
21902026-07-20T03:13:37.510Z Checking unicode-properties v0.1.4
21912026-07-20T03:13:37.545Z Checking predicates-core v1.0.10
21922026-07-20T03:13:37.617Z Checking heapless v0.7.17
21932026-07-20T03:13:37.692Z Checking hickory-proto v0.25.2
21942026-07-20T03:13:37.726Z Checking byte-wrapper v0.1.0
21952026-07-20T03:13:37.796Z Checking stringprep v0.1.5
21962026-07-20T03:13:37.831Z Checking md-5 v0.10.6
21972026-07-20T03:13:37.955Z Checking float-cmp v0.10.0
21982026-07-20T03:13:37.988Z Checking fallible-iterator v0.2.0
21992026-07-20T03:13:38.019Z Checking difflib v0.4.0
22002026-07-20T03:13:38.055Z Checking normalize-line-endings v0.3.0
22012026-07-20T03:13:38.109Z Checking smoltcp v0.9.1
22022026-07-20T03:13:38.159Z Checking tough v0.22.0
22032026-07-20T03:13:38.193Z Checking iddqd v0.4.2
22042026-07-20T03:13:38.231Z Checking predicates v3.1.4
22052026-07-20T03:13:38.278Z Checking postgres-protocol v0.6.10
22062026-07-20T03:13:38.495Z Checking phf_shared v0.11.3
22072026-07-20T03:13:38.545Z Checking phf_shared v0.13.1
22082026-07-20T03:13:38.616Z Checking tokio-stream v0.1.18
22092026-07-20T03:13:38.665Z Checking buf-list v1.1.2
22102026-07-20T03:13:38.720Z Checking strum v0.27.2
22112026-07-20T03:13:38.767Z Checking precomputed-hash v0.1.1
22122026-07-20T03:13:38.855Z Checking new_debug_unreachable v1.0.6
22132026-07-20T03:13:38.891Z Checking lalrpop-util v0.19.12
22142026-07-20T03:13:38.894Z Checking fixedbitset v0.5.7
22152026-07-20T03:13:38.956Z Checking fixedbitset v0.4.2
22162026-07-20T03:13:39.012Z Checking string_cache v0.8.9
22172026-07-20T03:13:39.080Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-20T03:13:39.115Z Checking phf v0.13.1
22192026-07-20T03:13:39.149Z Checking petgraph v0.8.3
22202026-07-20T03:13:39.152Z Checking petgraph v0.6.5
22212026-07-20T03:13:39.214Z Checking postgres-types v0.2.12
22222026-07-20T03:13:39.285Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-07-20T03:13:39.559Z Checking peg-runtime v0.8.5
22242026-07-20T03:13:39.599Z Checking whoami v2.1.0
22252026-07-20T03:13:39.655Z Checking zip v4.6.1
22262026-07-20T03:13:39.819Z Checking tokio-postgres v0.7.16
22272026-07-20T03:13:39.857Z Checking is-terminal v0.4.17
22282026-07-20T03:13:39.974Z Checking crossbeam-channel v0.5.15
22292026-07-20T03:13:40.222Z Checking thread_local v1.1.9
22302026-07-20T03:13:40.260Z Compiling structmeta-derive v0.3.0
22312026-07-20T03:13:40.337Z Checking term v1.2.1
22322026-07-20T03:13:40.398Z Checking take_mut v0.2.2
22332026-07-20T03:13:40.434Z Compiling newtype-uuid-macros v0.1.0
22342026-07-20T03:13:40.504Z Compiling multer v3.1.0
22352026-07-20T03:13:40.538Z Checking slog-async v2.8.0
22362026-07-20T03:13:40.577Z Checking slog-term v2.9.2
22372026-07-20T03:13:40.763Z Compiling async-stream-impl v0.3.6
22382026-07-20T03:13:40.766Z Checking match_cfg v0.1.0
22392026-07-20T03:13:40.829Z Checking slog-json v2.6.1
22402026-07-20T03:13:40.860Z Compiling dropshot v0.17.1
22412026-07-20T03:13:40.892Z Checking hostname v0.3.1
22422026-07-20T03:13:41.020Z Compiling dropshot_endpoint v0.17.1
22432026-07-20T03:13:41.054Z Checking slog-bunyan v2.5.0
22442026-07-20T03:13:41.137Z Checking debug-ignore v1.0.5
22452026-07-20T03:13:41.179Z Checking sha1 v0.11.0
22462026-07-20T03:13:41.214Z Checking serde_spanned v1.1.1
22472026-07-20T03:13:41.217Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22482026-07-20T03:13:41.277Z Checking serde_path_to_error v0.1.20
22492026-07-20T03:13:41.371Z Checking toml_datetime v1.1.1+spec-1.1.0
22502026-07-20T03:13:41.436Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-07-20T03:13:41.469Z Compiling structmeta v0.3.0
22522026-07-20T03:13:41.471Z Checking compression-core v0.4.31
22532026-07-20T03:13:41.535Z Checking toml_writer v1.1.1+spec-1.1.0
22542026-07-20T03:13:41.573Z Checking progenitor-client v0.14.0
22552026-07-20T03:13:41.607Z Checking async-stream v0.3.6
22562026-07-20T03:13:41.638Z Checking compression-codecs v0.4.37
22572026-07-20T03:13:41.733Z Compiling derive-ex v0.1.8
22582026-07-20T03:13:41.767Z Checking rustls-pemfile v2.2.0
22592026-07-20T03:13:41.770Z Checking toml v1.1.2+spec-1.1.0
22602026-07-20T03:13:41.831Z Checking async-compression v0.4.41
22612026-07-20T03:13:41.834Z Checking waitgroup v0.1.2
22622026-07-20T03:13:41.895Z Checking hostname v0.4.2
22632026-07-20T03:13:41.933Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-20T03:13:41.968Z Checking atomicwrites v0.4.4
22652026-07-20T03:13:42.001Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-07-20T03:13:42.033Z Checking itertools v0.14.0
22672026-07-20T03:13:42.067Z Compiling parse-display-derive v0.10.0
22682026-07-20T03:13:42.101Z Checking macaddr v1.0.1
22692026-07-20T03:13:42.136Z Checking regress v0.10.5
22702026-07-20T03:13:42.185Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712026-07-20T03:13:42.307Z Checking instant v0.1.13
22722026-07-20T03:13:42.360Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-07-20T03:13:42.420Z Checking backoff v0.4.0
22742026-07-20T03:13:42.621Z Checking backon v1.6.0
22752026-07-20T03:13:42.658Z Checking humantime v2.3.0
22762026-07-20T03:13:42.661Z Checking unicode-width v0.2.0
22772026-07-20T03:13:42.839Z Checking progenitor-extras v0.2.0
22782026-07-20T03:13:42.871Z Compiling convert_case v0.4.0
22792026-07-20T03:13:42.959Z Checking half v2.7.1
22802026-07-20T03:13:43.088Z Checking ciborium-io v0.2.2
22812026-07-20T03:13:43.125Z Checking heck v0.5.0
22822026-07-20T03:13:43.207Z Checking secrecy v0.10.3
22832026-07-20T03:13:43.247Z Checking ciborium-ll v0.2.2
22842026-07-20T03:13:43.279Z Checking camino-tempfile v1.4.1
22852026-07-20T03:13:43.282Z Compiling derive_more v0.99.20
22862026-07-20T03:13:43.353Z Checking indent_write v2.2.0
22872026-07-20T03:13:43.417Z Compiling test-strategy v0.4.5
22882026-07-20T03:13:43.451Z Checking ciborium v0.2.2
22892026-07-20T03:13:43.480Z Compiling regress v0.11.1
22902026-07-20T03:13:43.511Z Compiling crucible-workspace-hack v0.1.0
22912026-07-20T03:13:43.571Z Checking inout v0.1.4
22922026-07-20T03:13:43.760Z Checking cipher v0.4.4
22932026-07-20T03:13:43.792Z Checking parse-display v0.10.0
22942026-07-20T03:13:43.884Z Checking universal-hash v0.5.1
22952026-07-20T03:13:43.918Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-20T03:13:43.960Z Checking opaque-debug v0.3.1
22972026-07-20T03:13:43.993Z Checking chacha20 v0.9.1
22982026-07-20T03:13:44.064Z Checking poly1305 v0.8.0
22992026-07-20T03:13:44.210Z Checking blake2 v0.10.6
23002026-07-20T03:13:44.351Z Checking aead v0.5.2
23012026-07-20T03:13:44.473Z Checking password-hash v0.5.0
23022026-07-20T03:13:44.519Z Checking chacha20poly1305 v0.10.1
23032026-07-20T03:13:44.673Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23042026-07-20T03:13:44.725Z Checking argon2 v0.5.3
23052026-07-20T03:13:44.802Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23062026-07-20T03:13:44.916Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23072026-07-20T03:13:45.087Z Compiling typify-impl v0.6.2
23082026-07-20T03:13:45.123Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092026-07-20T03:13:45.127Z Checking thiserror-no-std v2.0.2
23102026-07-20T03:13:45.127Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23112026-07-20T03:13:45.269Z Checking vsss-rs v3.3.4
23122026-07-20T03:13:45.312Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132026-07-20T03:13:45.447Z Compiling unsafe-libyaml v0.2.11
23142026-07-20T03:13:45.484Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23152026-07-20T03:13:45.886Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23162026-07-20T03:13:46.224Z Compiling serde_yaml v0.9.34+deprecated
23172026-07-20T03:13:46.476Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182026-07-20T03:13:46.661Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-07-20T03:13:46.714Z Checking swrite v0.1.0
23202026-07-20T03:13:46.780Z Checking crossbeam-deque v0.8.6
23212026-07-20T03:13:46.830Z Compiling rayon-core v1.13.0
23222026-07-20T03:13:46.910Z Compiling toml_datetime v0.7.5+spec-1.1.0
23232026-07-20T03:13:47.025Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-20T03:13:47.146Z Compiling toml_edit v0.23.10+spec-1.0.0
23252026-07-20T03:13:47.187Z Compiling darling_core v0.21.3
23262026-07-20T03:13:47.457Z Compiling proc-macro-error v1.0.4
23272026-07-20T03:13:47.670Z Checking rayon v1.11.0
23282026-07-20T03:13:47.719Z Compiling proc-macro-crate v3.4.0
23292026-07-20T03:13:47.791Z Checking toml v0.8.23
23302026-07-20T03:13:48.143Z Checking tabwriter v1.4.1
23312026-07-20T03:13:48.211Z Checking glob v0.3.3
23322026-07-20T03:13:48.271Z Compiling heapless v0.8.0
23332026-07-20T03:13:48.304Z Compiling num_enum_derive v0.7.6
23342026-07-20T03:13:48.334Z Checking colored v3.1.1
23352026-07-20T03:13:48.422Z Checking hash32 v0.3.1
23362026-07-20T03:13:48.555Z Checking unicode-width v0.1.14
23372026-07-20T03:13:48.588Z Compiling smoltcp v0.11.0
23382026-07-20T03:13:48.814Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-07-20T03:13:49.007Z Checking cobs v0.3.0
23402026-07-20T03:13:49.100Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-07-20T03:13:49.138Z Compiling usdt-attr-macro v0.5.0
23422026-07-20T03:13:49.170Z Compiling usdt-macro v0.5.0
23432026-07-20T03:13:49.203Z Checking memmap v0.7.0
23442026-07-20T03:13:49.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-07-20T03:13:49.354Z Checking num_enum v0.7.6
23462026-07-20T03:13:49.507Z Checking postcard v1.1.3
23472026-07-20T03:13:49.555Z Checking rand v0.10.1
23482026-07-20T03:13:49.641Z Compiling typify-macro v0.6.2
23492026-07-20T03:13:49.674Z Compiling darling_macro v0.21.3
23502026-07-20T03:13:49.831Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-20T03:13:49.927Z Compiling proc-macro-crate v1.3.1
23522026-07-20T03:13:49.962Z Checking usdt v0.5.0
23532026-07-20T03:13:50.059Z Checking sigpipe v0.1.3
23542026-07-20T03:13:50.092Z Compiling foreign-types-macros v0.2.3
23552026-07-20T03:13:50.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-20T03:13:50.188Z Checking foreign-types-shared v0.3.1
23572026-07-20T03:13:50.219Z Compiling darling v0.21.3
23582026-07-20T03:13:50.335Z Compiling ingot-macros v0.1.1
23592026-07-20T03:13:50.366Z Compiling num_enum_derive v0.5.11
23602026-07-20T03:13:50.474Z Checking cstr-argument v0.1.2
23612026-07-20T03:13:50.566Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-07-20T03:13:50.600Z Compiling num-derive v0.4.2
23632026-07-20T03:13:50.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-20T03:13:50.702Z Checking foreign-types v0.5.0
23652026-07-20T03:13:50.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23662026-07-20T03:13:51.096Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672026-07-20T03:13:51.136Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-07-20T03:13:51.171Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23692026-07-20T03:13:51.228Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-07-20T03:13:51.341Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-07-20T03:13:51.373Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-07-20T03:13:51.472Z Checking num_enum v0.5.11
23732026-07-20T03:13:51.475Z Compiling typify v0.6.2
23742026-07-20T03:13:51.593Z Compiling zone_cfg_derive v0.3.1
23752026-07-20T03:13:51.626Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23762026-07-20T03:13:51.656Z Compiling progenitor-impl v0.14.0
23772026-07-20T03:13:51.786Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23782026-07-20T03:13:51.822Z Checking itertools v0.12.1
23792026-07-20T03:13:51.986Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-07-20T03:13:52.268Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23812026-07-20T03:13:52.302Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23822026-07-20T03:13:52.451Z Checking smf v0.2.3
23832026-07-20T03:13:52.485Z Checking whoami v1.6.1
23842026-07-20T03:13:52.583Z Checking tokio-dtrace v0.1.1
23852026-07-20T03:13:52.650Z Compiling derive-where v1.6.0
23862026-07-20T03:13:52.685Z Checking console v0.15.11
23872026-07-20T03:13:52.716Z Checking newline-converter v0.3.0
23882026-07-20T03:13:52.792Z Checking oxide-tokio-rt v0.1.4
23892026-07-20T03:13:52.851Z Checking bytecount v0.6.9
23902026-07-20T03:13:52.884Z Checking zone v0.3.1
23912026-07-20T03:13:52.980Z Compiling owo-colors v4.3.0
23922026-07-20T03:13:52.983Z Checking expectorate v1.2.0
23932026-07-20T03:13:53.031Z Compiling cancel-safe-futures v0.1.5
23942026-07-20T03:13:53.169Z Checking libsw-core v0.3.2
23952026-07-20T03:13:53.218Z Checking ingot-types v0.1.2
23962026-07-20T03:13:53.259Z Checking num-rational v0.4.2
23972026-07-20T03:13:53.369Z Checking libsw v3.5.0
23982026-07-20T03:13:53.555Z Checking num-complex v0.4.6
23992026-07-20T03:13:53.588Z Checking linear-map v1.2.0
24002026-07-20T03:13:53.622Z Checking ingot v0.1.1
24012026-07-20T03:13:53.625Z Checking float-ord v0.3.2
24022026-07-20T03:13:53.778Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24032026-07-20T03:13:53.781Z Checking gethostname v0.5.0
24042026-07-20T03:13:53.915Z Checking num v0.4.3
24052026-07-20T03:13:53.948Z Compiling prettyplease v0.2.37
24062026-07-20T03:13:53.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-07-20T03:13:54.013Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-07-20T03:13:54.044Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-07-20T03:13:54.284Z Compiling progenitor-macro v0.14.0
24102026-07-20T03:13:54.388Z Checking resolv-conf v0.7.6
24112026-07-20T03:13:54.449Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-07-20T03:13:54.602Z Checking smawk v0.3.2
24132026-07-20T03:13:54.760Z Checking unicode-linebreak v0.1.5
24142026-07-20T03:13:54.999Z Checking papergrid v0.11.0
24152026-07-20T03:13:55.259Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24162026-07-20T03:13:55.543Z Compiling tabled_derive v0.7.0
24172026-07-20T03:13:55.580Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-07-20T03:13:55.637Z Compiling convert_case v0.10.0
24192026-07-20T03:13:55.789Z Compiling slog-dtrace v0.3.0
24202026-07-20T03:13:55.826Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-07-20T03:13:55.976Z Compiling derive_more-impl v2.1.1
24222026-07-20T03:13:56.159Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-07-20T03:13:56.298Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24242026-07-20T03:13:56.483Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24252026-07-20T03:13:56.567Z Checking tabled v0.15.0
24262026-07-20T03:13:56.881Z Checking derive_more v2.1.1
24272026-07-20T03:13:57.003Z Checking crossterm v0.29.0
24282026-07-20T03:13:57.249Z Checking linked-hash-map v0.5.6
24292026-07-20T03:13:57.449Z Checking lru-cache v0.1.2
24302026-07-20T03:13:57.562Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24312026-07-20T03:13:57.815Z Checking hickory-proto v0.24.4
24322026-07-20T03:13:57.851Z Checking fd-lock v4.0.4
24332026-07-20T03:13:57.932Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342026-07-20T03:13:58.485Z Checking vte v0.14.1
24352026-07-20T03:13:58.778Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24362026-07-20T03:13:58.817Z Checking display-error-chain v0.2.2
24372026-07-20T03:13:58.911Z Checking strip-ansi-escapes v0.2.1
24382026-07-20T03:13:59.209Z Checking progenitor v0.14.0
24392026-07-20T03:13:59.257Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-07-20T03:13:59.371Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24412026-07-20T03:14:00.045Z Checking termtree v0.5.1
24422026-07-20T03:14:00.084Z Checking nu-ansi-term v0.50.3
24432026-07-20T03:14:00.207Z Checking hickory-resolver v0.24.4
24442026-07-20T03:14:00.259Z Checking textwrap v0.16.2
24452026-07-20T03:14:00.293Z Compiling minimal-lexical v0.2.1
24462026-07-20T03:14:00.326Z Checking reedline v0.40.0
24472026-07-20T03:14:00.575Z Compiling nom v7.1.3
24482026-07-20T03:14:00.652Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24492026-07-20T03:14:00.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24502026-07-20T03:14:00.990Z Checking qorb v0.4.1
24512026-07-20T03:14:01.124Z Compiling unicode-xid v0.2.6
24522026-07-20T03:14:01.283Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24532026-07-20T03:14:01.544Z Compiling ar_archive_writer v0.5.1
24542026-07-20T03:14:01.720Z Checking csv-core v0.1.13
24552026-07-20T03:14:01.903Z Compiling stacker v0.1.23
24562026-07-20T03:14:01.936Z Checking csv v1.4.0
24572026-07-20T03:14:02.168Z Checking highway v1.3.0
24582026-07-20T03:14:02.210Z Compiling cfg_aliases v0.1.1
24592026-07-20T03:14:02.256Z Compiling semver v0.1.20
24602026-07-20T03:14:02.315Z Compiling nix v0.28.0
24612026-07-20T03:14:02.392Z Checking nibble_vec v0.1.0
24622026-07-20T03:14:02.427Z Compiling psm v0.1.30
24632026-07-20T03:14:02.430Z Checking endian-type v0.1.2
24642026-07-20T03:14:02.550Z Compiling rustc_version v0.1.7
24652026-07-20T03:14:02.594Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24662026-07-20T03:14:02.617Z Checking radix_trie v0.2.1
24672026-07-20T03:14:02.746Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24682026-07-20T03:14:02.779Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24692026-07-20T03:14:02.810Z Compiling newtype_derive v0.1.6
24702026-07-20T03:14:02.852Z Checking phf_shared v0.12.1
24712026-07-20T03:14:03.022Z Compiling recursive-proc-macro-impl v0.1.1
24722026-07-20T03:14:03.055Z Compiling chrono-tz v0.10.4
24732026-07-20T03:14:03.316Z Checking phf v0.12.1
24742026-07-20T03:14:03.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24752026-07-20T03:14:03.383Z Compiling const_format_proc_macros v0.2.34
24762026-07-20T03:14:03.444Z Compiling peg-macros v0.8.5
24772026-07-20T03:14:03.476Z Checking recursive v0.1.1
24782026-07-20T03:14:03.509Z Checking nom v8.0.0
24792026-07-20T03:14:03.598Z Checking winnow v0.6.26
24802026-07-20T03:14:03.918Z Compiling sqlparser_derive v0.5.0
24812026-07-20T03:14:04.270Z Checking unicode_categories v0.1.1
24822026-07-20T03:14:04.462Z Checking home v0.5.12
24832026-07-20T03:14:04.546Z Checking const_format v0.2.35
24842026-07-20T03:14:04.613Z Checking rustyline v14.0.0
24852026-07-20T03:14:04.709Z Checking sqlparser v0.61.0
24862026-07-20T03:14:04.780Z Checking sqlformat v0.3.5
24872026-07-20T03:14:04.845Z Checking peg v0.8.5
24882026-07-20T03:14:05.046Z Checking bcs v0.1.6
24892026-07-20T03:14:05.240Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24902026-07-20T03:14:05.307Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912026-07-20T03:14:05.345Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
24922026-07-20T03:14:05.349Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24932026-07-20T03:14:05.460Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24942026-07-20T03:14:05.520Z Checking steno v0.4.1
24952026-07-20T03:14:05.664Z Checking sha1 v0.10.6
24962026-07-20T03:14:05.845Z Checking filetime v0.2.27
24972026-07-20T03:14:05.878Z Checking xattr v1.6.1
24982026-07-20T03:14:06.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992026-07-20T03:14:06.249Z Checking tar v0.4.46
25002026-07-20T03:14:06.415Z Checking subprocess v0.2.15
25012026-07-20T03:14:06.608Z Checking base64 v0.21.7
25022026-07-20T03:14:06.681Z Checking headers-core v0.3.0
25032026-07-20T03:14:06.744Z Checking yasna v0.5.2
25042026-07-20T03:14:06.816Z Checking headers v0.4.1
25052026-07-20T03:14:06.885Z Checking port-file v0.1.0
25062026-07-20T03:14:07.098Z Checking dropshot-api-manager-types v0.7.2
25072026-07-20T03:14:07.164Z Checking rcgen v0.12.1
25082026-07-20T03:14:07.293Z Checking tagptr v0.2.0
25092026-07-20T03:14:07.326Z Checking utf-8 v0.7.6
25102026-07-20T03:14:07.462Z Checking moka v0.12.13
25112026-07-20T03:14:07.494Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25122026-07-20T03:14:07.526Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25132026-07-20T03:14:07.669Z Checking tungstenite v0.21.0
25142026-07-20T03:14:07.744Z Compiling radium v0.7.0
25152026-07-20T03:14:08.002Z Checking tap v1.0.1
25162026-07-20T03:14:08.142Z Checking hickory-resolver v0.25.2
25172026-07-20T03:14:08.147Z Checking tokio-tungstenite v0.21.0
25182026-07-20T03:14:08.186Z Compiling maybe-uninit v2.0.0
25192026-07-20T03:14:08.448Z Compiling libefi-sys v0.1.0
25202026-07-20T03:14:08.576Z Checking wyz v0.5.1
25212026-07-20T03:14:08.786Z Compiling bitfield-struct v0.6.2
25222026-07-20T03:14:08.891Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25232026-07-20T03:14:08.928Z Compiling zerocopy-derive v0.6.6
25242026-07-20T03:14:09.201Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25252026-07-20T03:14:09.319Z Checking funty v2.0.0
25262026-07-20T03:14:09.377Z Checking crc-catalog v2.4.0
25272026-07-20T03:14:09.428Z Compiling packed_struct v0.10.1
25282026-07-20T03:14:09.461Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-07-20T03:14:09.497Z Checking crc v3.4.0
25302026-07-20T03:14:09.541Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25312026-07-20T03:14:09.668Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25322026-07-20T03:14:09.705Z Checking bitvec v1.0.1
25332026-07-20T03:14:09.832Z Checking zerocopy v0.6.6
25342026-07-20T03:14:09.893Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25352026-07-20T03:14:09.927Z Compiling packed_struct_codegen v0.10.1
25362026-07-20T03:14:09.969Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-20T03:14:10.003Z Compiling bitfield-macros v0.19.4
25382026-07-20T03:14:10.178Z Compiling indexmap v1.9.3
25392026-07-20T03:14:10.421Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-07-20T03:14:10.527Z Checking nodrop v0.1.14
25412026-07-20T03:14:10.650Z Checking array-init v0.0.4
25422026-07-20T03:14:10.745Z Checking bitfield v0.19.4
25432026-07-20T03:14:10.996Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-20T03:14:11.092Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25452026-07-20T03:14:11.151Z Checking smallvec v0.6.14
25462026-07-20T03:14:11.262Z Checking hashbrown v0.12.3
25472026-07-20T03:14:11.300Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-07-20T03:14:11.374Z Checking serde-hex v0.1.0
25492026-07-20T03:14:11.487Z Checking ron v0.8.1
25502026-07-20T03:14:11.652Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25512026-07-20T03:14:12.071Z Checking hashbrown v0.13.2
25522026-07-20T03:14:12.102Z Checking crc-any v2.5.0
25532026-07-20T03:14:12.181Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-07-20T03:14:12.309Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-07-20T03:14:12.503Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25562026-07-20T03:14:12.534Z Checking object v0.30.4
25572026-07-20T03:14:12.733Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-07-20T03:14:12.871Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25592026-07-20T03:14:12.921Z Checking path-slash v0.1.5
25602026-07-20T03:14:12.995Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25612026-07-20T03:14:13.053Z Compiling xshell-macros v0.2.7
25622026-07-20T03:14:13.479Z Checking xshell v0.2.7
25632026-07-20T03:14:13.553Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25642026-07-20T03:14:13.832Z Checking half v1.8.3
25652026-07-20T03:14:13.878Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25662026-07-20T03:14:13.953Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25672026-07-20T03:14:14.056Z Checking serde_cbor v0.11.2
25682026-07-20T03:14:14.119Z Compiling proc-macro-error-attr2 v2.0.0
25692026-07-20T03:14:14.480Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25702026-07-20T03:14:14.562Z Compiling proc-macro-error2 v2.0.1
25712026-07-20T03:14:14.659Z Compiling num-derive v0.3.3
25722026-07-20T03:14:14.697Z Checking maplit v1.0.2
25732026-07-20T03:14:14.751Z Checking papergrid v0.17.0
25742026-07-20T03:14:14.808Z Checking testing_table v0.3.0
25752026-07-20T03:14:14.898Z Compiling tabled_derive v0.11.0
25762026-07-20T03:14:14.932Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25772026-07-20T03:14:15.251Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-07-20T03:14:15.340Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25792026-07-20T03:14:15.575Z Compiling progenitor-impl v0.13.0
25802026-07-20T03:14:15.607Z Checking libscf-sys v1.1.0
25812026-07-20T03:14:15.769Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25822026-07-20T03:14:15.845Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25832026-07-20T03:14:16.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25842026-07-20T03:14:16.129Z Checking tabled v0.20.0
25852026-07-20T03:14:16.277Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25862026-07-20T03:14:16.385Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25872026-07-20T03:14:16.689Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25882026-07-20T03:14:17.008Z Checking progenitor-client v0.13.0
25892026-07-20T03:14:17.286Z Checking crc8 v0.1.1
25902026-07-20T03:14:17.415Z Checking unicase v2.9.0
25912026-07-20T03:14:17.449Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-07-20T03:14:17.628Z Checking fxhash v0.2.1
25932026-07-20T03:14:17.634Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25942026-07-20T03:14:17.764Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25952026-07-20T03:14:18.195Z Compiling progenitor-macro v0.13.0
25962026-07-20T03:14:18.228Z Compiling vergen-lib v0.1.6
25972026-07-20T03:14:18.232Z Compiling diesel_derives v2.3.7
25982026-07-20T03:14:18.391Z Compiling dsl_auto_type v0.2.0
25992026-07-20T03:14:18.394Z Checking scheduled-thread-pool v0.2.7
26002026-07-20T03:14:18.523Z Compiling vergen-gitcl v1.0.8
26012026-07-20T03:14:18.555Z Compiling diesel_table_macro_syntax v0.3.0
26022026-07-20T03:14:18.617Z Checking r2d2 v0.8.10
26032026-07-20T03:14:18.648Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26042026-07-20T03:14:18.784Z Checking downcast-rs v2.0.2
26052026-07-20T03:14:18.824Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26062026-07-20T03:14:18.907Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26072026-07-20T03:14:18.999Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26082026-07-20T03:14:19.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26092026-07-20T03:14:19.274Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-07-20T03:14:19.342Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26112026-07-20T03:14:19.375Z Checking kstat-rs v0.2.4
26122026-07-20T03:14:19.404Z Checking arc-swap v1.8.2
26132026-07-20T03:14:19.437Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26142026-07-20T03:14:19.549Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26152026-07-20T03:14:19.589Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26162026-07-20T03:14:19.661Z Checking slog-scope v4.4.1
26172026-07-20T03:14:19.837Z Compiling dirs-sys-next v0.1.2
26182026-07-20T03:14:19.880Z Compiling parking_lot_core v0.8.6
26192026-07-20T03:14:20.147Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26202026-07-20T03:14:20.181Z Compiling crunchy v0.2.4
26212026-07-20T03:14:20.283Z Compiling dirs-next v2.0.0
26222026-07-20T03:14:20.434Z Checking slog-stdlog v4.1.1
26232026-07-20T03:14:20.468Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-07-20T03:14:20.542Z Compiling clang-sys v1.8.1
26252026-07-20T03:14:20.588Z Compiling git-stub v1.0.0
26262026-07-20T03:14:20.882Z Compiling tiny-keccak v2.0.2
26272026-07-20T03:14:20.994Z Compiling git-stub-vcs v0.1.0
26282026-07-20T03:14:20.997Z Checking slog-envlogger v2.2.0
26292026-07-20T03:14:21.181Z Compiling term v0.7.0
26302026-07-20T03:14:21.255Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26312026-07-20T03:14:21.396Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26322026-07-20T03:14:21.457Z Compiling bit-vec v0.6.3
26332026-07-20T03:14:21.573Z Compiling ascii-canvas v3.0.0
26342026-07-20T03:14:21.611Z Checking parking_lot v0.11.2
26352026-07-20T03:14:21.705Z Compiling bit-set v0.5.3
26362026-07-20T03:14:21.776Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-07-20T03:14:21.807Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26382026-07-20T03:14:21.869Z Checking prefix-trie v0.7.0
26392026-07-20T03:14:21.899Z Compiling itertools v0.10.5
26402026-07-20T03:14:22.119Z Compiling ena v0.14.4
26412026-07-20T03:14:22.222Z Compiling libloading v0.8.9
26422026-07-20T03:14:22.254Z Compiling diff v0.1.13
26432026-07-20T03:14:22.284Z Compiling bindgen v0.71.1
26442026-07-20T03:14:22.358Z Compiling regex-syntax v0.6.29
26452026-07-20T03:14:22.587Z Checking hickory-server v0.25.2
26462026-07-20T03:14:22.791Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26472026-07-20T03:14:22.992Z Checking sled v0.34.7
26482026-07-20T03:14:23.114Z Checking progenitor v0.13.0
26492026-07-20T03:14:23.282Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26502026-07-20T03:14:23.388Z Compiling cexpr v0.6.0
26512026-07-20T03:14:23.822Z Compiling lalrpop v0.19.12
26522026-07-20T03:14:24.072Z Checking nanorand v0.7.0
26532026-07-20T03:14:24.234Z Compiling salty v0.3.0
26542026-07-20T03:14:24.308Z Compiling rustc-hash v2.1.1
26552026-07-20T03:14:24.359Z Checking diesel v2.3.7
26562026-07-20T03:14:24.421Z Checking flume v0.11.1
26572026-07-20T03:14:24.561Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26582026-07-20T03:14:24.691Z Compiling libxml v0.3.3
26592026-07-20T03:14:24.903Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26602026-07-20T03:14:25.128Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26612026-07-20T03:14:25.546Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26622026-07-20T03:14:25.766Z Compiling strum_macros v0.24.3
26632026-07-20T03:14:26.141Z Compiling fs-err v2.11.0
26642026-07-20T03:14:26.250Z Compiling indoc v1.0.9
26652026-07-20T03:14:26.740Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26662026-07-20T03:14:26.979Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26672026-07-20T03:14:27.124Z Checking quick-xml v0.37.5
26682026-07-20T03:14:27.219Z Checking derive_builder v0.20.2
26692026-07-20T03:14:27.346Z Compiling oso-derive v0.27.3
26702026-07-20T03:14:27.380Z Compiling impl-trait-for-tuples v0.2.3
26712026-07-20T03:14:27.871Z Compiling trait-variant v0.1.2
26722026-07-20T03:14:28.046Z Checking openssl-probe v0.1.6
26732026-07-20T03:14:28.439Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26742026-07-20T03:14:28.471Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26752026-07-20T03:14:28.940Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-07-20T03:14:29.288Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-07-20T03:14:29.671Z Checking rfc6979 v0.4.0
26782026-07-20T03:14:29.735Z Checking parse-size v1.1.0
26792026-07-20T03:14:29.800Z Checking assert_matches v1.5.0
26802026-07-20T03:14:29.832Z Checking ecdsa v0.16.9
26812026-07-20T03:14:29.887Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26822026-07-20T03:14:29.919Z Checking primeorder v0.13.6
26832026-07-20T03:14:30.192Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-20T03:14:30.224Z Checking p384 v0.13.1
26852026-07-20T03:14:30.437Z Checking predicates-tree v1.0.13
26862026-07-20T03:14:30.586Z Checking bb8 v0.8.6
26872026-07-20T03:14:30.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26882026-07-20T03:14:30.938Z Compiling mime_guess v2.0.5
26892026-07-20T03:14:31.008Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26902026-07-20T03:14:31.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-07-20T03:14:31.120Z Checking http-range v0.1.5
26922026-07-20T03:14:31.361Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-07-20T03:14:31.458Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26942026-07-20T03:14:31.638Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-20T03:14:31.673Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26962026-07-20T03:14:31.790Z Checking atty v0.2.14
26972026-07-20T03:14:31.824Z Checking nonempty v0.12.0
26982026-07-20T03:14:31.875Z Checking corncobs v0.1.4
26992026-07-20T03:14:31.921Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27002026-07-20T03:14:32.029Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27012026-07-20T03:14:32.061Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-20T03:14:32.291Z Checking ignore v0.4.25
27032026-07-20T03:14:32.358Z Checking secrecy v0.8.0
27042026-07-20T03:14:32.389Z Checking hyper-staticfile v0.10.1
27052026-07-20T03:14:32.648Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27062026-07-20T03:14:32.711Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27072026-07-20T03:14:32.744Z Checking globwalk v0.9.1
27082026-07-20T03:14:32.967Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27092026-07-20T03:14:33.039Z Compiling illumos-nvpair-sys v0.2.0
27102026-07-20T03:14:33.119Z Checking camino-tempfile-ext v0.3.3
27112026-07-20T03:14:33.170Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27122026-07-20T03:14:33.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27132026-07-20T03:14:33.354Z Checking signal-hook-tokio v0.3.1
27142026-07-20T03:14:33.518Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27152026-07-20T03:14:33.715Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27162026-07-20T03:14:33.812Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27172026-07-20T03:14:33.963Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27182026-07-20T03:14:34.210Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27192026-07-20T03:14:34.489Z Checking illumos-nvpair v0.3.0
27202026-07-20T03:14:34.526Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27212026-07-20T03:14:34.588Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-07-20T03:14:34.678Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27232026-07-20T03:14:34.714Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-07-20T03:14:34.922Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-07-20T03:14:34.956Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-07-20T03:14:34.988Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27272026-07-20T03:14:35.022Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27282026-07-20T03:14:35.447Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27292026-07-20T03:14:35.652Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27302026-07-20T03:14:36.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27312026-07-20T03:14:36.797Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27322026-07-20T03:14:36.988Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-07-20T03:14:37.518Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27342026-07-20T03:14:37.720Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27352026-07-20T03:14:37.723Z Checking tungstenite v0.23.0
27362026-07-20T03:14:37.959Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27372026-07-20T03:14:38.014Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27382026-07-20T03:14:38.132Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27392026-07-20T03:14:38.210Z Checking tokio-tungstenite v0.23.1
27402026-07-20T03:14:38.433Z Checking rand_seeder v0.4.0
27412026-07-20T03:14:38.505Z Checking void v1.0.2
27422026-07-20T03:14:38.539Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432026-07-20T03:14:38.611Z Checking diesel-dtrace v0.5.0
27442026-07-20T03:14:38.645Z Checking async-bb8-diesel v0.2.1
27452026-07-20T03:14:38.731Z Checking lzss v0.8.2
27462026-07-20T03:14:38.887Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27472026-07-20T03:14:38.956Z Checking nix v0.27.1
27482026-07-20T03:14:39.032Z Checking serde_bytes v0.11.19
27492026-07-20T03:14:39.126Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27502026-07-20T03:14:39.206Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27512026-07-20T03:14:39.242Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27522026-07-20T03:14:39.526Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27532026-07-20T03:14:39.921Z Checking is_ci v1.2.0
27542026-07-20T03:14:40.010Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27552026-07-20T03:14:40.230Z Checking yansi v1.0.1
27562026-07-20T03:14:40.262Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27572026-07-20T03:14:40.301Z Checking cpubits v0.1.1
27582026-07-20T03:14:40.411Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27592026-07-20T03:14:40.510Z Checking pretty_assertions v1.4.1
27602026-07-20T03:14:40.680Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27612026-07-20T03:14:40.722Z Checking pem-rfc7468 v1.0.0
27622026-07-20T03:14:40.921Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27632026-07-20T03:14:40.980Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27642026-07-20T03:14:41.200Z Compiling indoc v2.0.7
27652026-07-20T03:14:41.721Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27662026-07-20T03:14:41.892Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27672026-07-20T03:14:41.962Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27682026-07-20T03:14:42.267Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-07-20T03:14:42.306Z Checking sha2 v0.11.0
27702026-07-20T03:14:42.688Z Checking hmac v0.13.0
27712026-07-20T03:14:42.880Z Checking universal-hash v0.6.1
27722026-07-20T03:14:43.043Z Compiling libz-sys v1.1.24
27732026-07-20T03:14:43.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-07-20T03:14:43.106Z Compiling instability v0.3.11
27752026-07-20T03:14:43.274Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27762026-07-20T03:14:43.393Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-07-20T03:14:43.497Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-20T03:14:43.582Z Checking castaway v0.2.4
27792026-07-20T03:14:43.726Z Checking compact_str v0.8.1
27802026-07-20T03:14:44.139Z Checking polyval v0.7.1
27812026-07-20T03:14:44.355Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27822026-07-20T03:14:44.559Z Checking der v0.8.0
27832026-07-20T03:14:44.610Z Checking supports-color v3.0.2
27842026-07-20T03:14:44.708Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27852026-07-20T03:14:44.774Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-07-20T03:14:44.955Z Checking unicode-truncate v1.1.0
27872026-07-20T03:14:45.022Z Checking console v0.16.2
27882026-07-20T03:14:45.136Z Checking lru v0.12.5
27892026-07-20T03:14:45.185Z Compiling libgit2-sys v0.18.3+1.9.2
27902026-07-20T03:14:45.330Z Checking unit-prefix v0.5.2
27912026-07-20T03:14:45.372Z Checking cassowary v0.3.0
27922026-07-20T03:14:45.495Z Checking indicatif v0.18.4
27932026-07-20T03:14:45.536Z Checking ghash v0.6.0
27942026-07-20T03:14:45.642Z Checking ratatui v0.29.0
27952026-07-20T03:14:45.851Z Checking pbkdf2 v0.13.0
27962026-07-20T03:14:45.909Z Checking aes v0.9.1
27972026-07-20T03:14:46.041Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-07-20T03:14:46.385Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-07-20T03:14:46.645Z Checking ctr v0.10.1
28002026-07-20T03:14:46.856Z Checking aead v0.6.1
28012026-07-20T03:14:47.032Z Checking cargo-platform v0.3.2
28022026-07-20T03:14:47.036Z Checking aes-gcm v0.11.0
28032026-07-20T03:14:47.248Z Checking cargo_metadata v0.23.1
28042026-07-20T03:14:47.281Z Checking spki v0.8.0
28052026-07-20T03:14:47.314Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-07-20T03:14:47.485Z Checking crypto-bigint v0.7.5
28072026-07-20T03:14:48.043Z Checking cbc v0.2.1
28082026-07-20T03:14:48.214Z Checking salsa20 v0.11.0
28092026-07-20T03:14:48.392Z Compiling vergen-git2 v9.1.0
28102026-07-20T03:14:48.629Z Checking plotters-backend v0.3.7
28112026-07-20T03:14:48.761Z Checking scrypt v0.12.0
28122026-07-20T03:14:48.859Z Checking plotters-svg v0.3.7
28132026-07-20T03:14:48.960Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-07-20T03:14:49.030Z Checking cast v0.3.0
28152026-07-20T03:14:49.237Z Checking criterion-plot v0.6.0
28162026-07-20T03:14:49.280Z Checking plotters v0.3.7
28172026-07-20T03:14:49.515Z Checking pkcs5 v0.8.1
28182026-07-20T03:14:49.737Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28192026-07-20T03:14:49.836Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28202026-07-20T03:14:50.054Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-07-20T03:14:50.088Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-07-20T03:14:50.295Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-07-20T03:14:50.329Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-07-20T03:14:50.538Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28252026-07-20T03:14:50.571Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-07-20T03:14:50.737Z Checking colored v2.2.0
28272026-07-20T03:14:50.779Z Checking tinytemplate v1.2.1
28282026-07-20T03:14:50.968Z Checking shell-words v1.1.1
28292026-07-20T03:14:51.032Z Checking anes v0.1.6
28302026-07-20T03:14:51.139Z Checking oorandom v11.1.5
28312026-07-20T03:14:51.275Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28322026-07-20T03:14:51.307Z Checking criterion v0.7.0
28332026-07-20T03:14:51.562Z Checking pkcs8 v0.11.0
28342026-07-20T03:14:51.791Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28352026-07-20T03:14:52.552Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28362026-07-20T03:14:52.585Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-07-20T03:14:53.361Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28382026-07-20T03:14:53.891Z Checking tokio-test v0.4.5
28392026-07-20T03:14:54.131Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-07-20T03:14:54.373Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28412026-07-20T03:14:54.780Z Checking twox-hash v2.1.2
28422026-07-20T03:14:55.110Z Checking ff v0.14.0
28432026-07-20T03:14:55.282Z Checking arrayvec v0.7.6
28442026-07-20T03:14:55.507Z Checking constant_time_eq v0.4.2
28452026-07-20T03:14:55.676Z Checking arrayref v0.3.9
28462026-07-20T03:14:55.824Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28472026-07-20T03:14:56.011Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28482026-07-20T03:14:56.045Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28492026-07-20T03:14:56.690Z Checking fatfs v0.3.6
28502026-07-20T03:14:57.030Z Checking signature v3.0.0
28512026-07-20T03:14:57.172Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-07-20T03:14:57.214Z Compiling seq-macro v0.3.6
28532026-07-20T03:14:57.381Z Checking base16ct v1.0.0
28542026-07-20T03:14:57.545Z Checking sec1 v0.8.1
28552026-07-20T03:14:57.753Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28562026-07-20T03:14:57.786Z Checking group v0.14.0
28572026-07-20T03:14:57.790Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28582026-07-20T03:14:57.929Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28592026-07-20T03:14:57.969Z Checking hkdf v0.13.0
28602026-07-20T03:14:58.132Z Compiling petname v2.0.2
28612026-07-20T03:14:58.495Z Checking elliptic-curve v0.14.0-rc.33
28622026-07-20T03:14:58.832Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28632026-07-20T03:14:58.996Z Checking concurrent-queue v2.5.0
28642026-07-20T03:14:59.215Z Checking rtoolbox v0.0.3
28652026-07-20T03:14:59.250Z Checking parking v2.2.1
28662026-07-20T03:14:59.378Z Checking rpassword v7.5.4
28672026-07-20T03:14:59.409Z Checking event-listener v5.4.1
28682026-07-20T03:14:59.656Z Checking tui-tree-widget v0.23.1
28692026-07-20T03:14:59.876Z Checking rfc6979 v0.5.0
28702026-07-20T03:14:59.975Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28712026-07-20T03:15:00.040Z Checking sapling-renderdag v0.1.0
28722026-07-20T03:15:00.166Z Compiling blake3 v1.8.5
28732026-07-20T03:15:00.311Z Checking sync-ptr v0.1.4
28742026-07-20T03:15:00.457Z Checking ecdsa v0.17.0-rc.18
28752026-07-20T03:15:00.855Z Checking event-listener-strategy v0.5.4
28762026-07-20T03:15:01.042Z Checking primeorder v0.14.0-rc.10
28772026-07-20T03:15:01.073Z Checking primefield v0.14.0
28782026-07-20T03:15:01.313Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28792026-07-20T03:15:01.365Z Compiling curve25519-dalek v5.0.0-rc.0
28802026-07-20T03:15:01.552Z Checking futures-timer v3.0.3
28812026-07-20T03:15:01.906Z Checking async-lock v3.4.2
28822026-07-20T03:15:02.160Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28832026-07-20T03:15:02.224Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-07-20T03:15:02.314Z Checking ssh-encoding v0.3.0-rc.9
28852026-07-20T03:15:02.563Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-07-20T03:15:03.122Z Compiling strsim v0.10.0
28872026-07-20T03:15:03.487Z Checking topological-sort v0.2.2
28882026-07-20T03:15:03.632Z Compiling darling_core v0.13.4
28892026-07-20T03:15:03.665Z Checking omicron-zone-package v0.12.3
28902026-07-20T03:15:04.568Z Checking async-object-pool v0.2.0
28912026-07-20T03:15:04.949Z Checking ed25519 v3.0.0
28922026-07-20T03:15:04.988Z Compiling samael v0.0.19
28932026-07-20T03:15:05.174Z Checking crypto-primes v0.7.2
28942026-07-20T03:15:05.524Z Checking pkcs1 v0.8.0-rc.4
28952026-07-20T03:15:05.569Z Checking poly1305 v0.9.0
28962026-07-20T03:15:05.766Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28972026-07-20T03:15:05.872Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28982026-07-20T03:15:06.178Z Checking serde_regex v1.1.0
28992026-07-20T03:15:06.211Z Checking blowfish v0.10.0
29002026-07-20T03:15:06.366Z Checking blake2 v0.11.0-rc.6
29012026-07-20T03:15:06.398Z Checking assert-json-diff v2.0.2
29022026-07-20T03:15:06.545Z Checking path-tree v0.8.3
29032026-07-20T03:15:06.596Z Checking keccak v0.2.0
29042026-07-20T03:15:06.659Z Compiling target-lexicon v0.13.3
29052026-07-20T03:15:06.756Z Checking stringmetrics v2.2.2
29062026-07-20T03:15:06.788Z Checking fiat-crypto v0.3.0
29072026-07-20T03:15:06.937Z Checking gimli v0.32.3
29082026-07-20T03:15:07.248Z Checking httpmock v0.8.3
29092026-07-20T03:15:08.515Z Checking addr2line v0.25.1
29102026-07-20T03:15:08.815Z Checking sha3 v0.11.0
29112026-07-20T03:15:09.184Z Checking argon2 v0.6.0-rc.8
29122026-07-20T03:15:09.474Z Checking bcrypt-pbkdf v0.11.0
29132026-07-20T03:15:09.528Z Checking rsa v0.10.0-rc.18
29142026-07-20T03:15:09.663Z Checking ssh-cipher v0.3.0-rc.9
29152026-07-20T03:15:09.908Z Checking ed25519-dalek v3.0.0-rc.0
29162026-07-20T03:15:10.045Z Compiling darling_macro v0.13.4
29172026-07-20T03:15:10.155Z Checking p521 v0.14.0-rc.10
29182026-07-20T03:15:10.569Z Checking p256 v0.14.0-rc.10
29192026-07-20T03:15:11.372Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29202026-07-20T03:15:11.641Z Checking kem v0.3.0
29212026-07-20T03:15:11.790Z Checking module-lattice v0.2.3
29222026-07-20T03:15:11.943Z Checking p384 v0.14.0-rc.10
29232026-07-20T03:15:12.031Z Checking rustc-demangle v0.1.27
29242026-07-20T03:15:12.065Z Checking hex-literal v0.4.1
29252026-07-20T03:15:12.197Z Compiling guppy-workspace-hack v0.1.0
29262026-07-20T03:15:12.291Z Checking backtrace v0.3.76
29272026-07-20T03:15:12.426Z Compiling git2 v0.20.4
29282026-07-20T03:15:12.508Z Checking ml-kem v0.3.2
29292026-07-20T03:15:12.622Z Compiling darling v0.13.4
29302026-07-20T03:15:13.005Z Checking russh-cryptovec v0.61.0
29312026-07-20T03:15:13.193Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29322026-07-20T03:15:13.197Z Checking internal-russh-num-bigint v0.5.0
29332026-07-20T03:15:13.315Z Checking num-bigint v0.4.6
29342026-07-20T03:15:13.436Z Checking russh-util v0.52.0
29352026-07-20T03:15:13.593Z Checking generic-array v1.4.3
29362026-07-20T03:15:13.985Z Checking ssh-key v0.7.0-rc.10
29372026-07-20T03:15:14.019Z Compiling enum_dispatch v0.3.13
29382026-07-20T03:15:14.246Z Compiling delegate v0.13.5
29392026-07-20T03:15:14.278Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29402026-07-20T03:15:14.898Z Checking hex-literal v1.1.0
29412026-07-20T03:15:15.017Z Checking md5 v0.8.0
29422026-07-20T03:15:15.048Z Compiling target-spec v3.5.7
29432026-07-20T03:15:15.223Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29442026-07-20T03:15:15.255Z Checking russh v0.61.2
29452026-07-20T03:15:15.472Z Checking cfg-expr v0.20.6
29462026-07-20T03:15:15.504Z Compiling serde_with_macros v1.5.2
29472026-07-20T03:15:15.772Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29482026-07-20T03:15:15.893Z Checking backtrace-ext v0.2.1
29492026-07-20T03:15:16.059Z Checking supports-color v2.1.0
29502026-07-20T03:15:16.090Z Checking textwrap v0.15.2
29512026-07-20T03:15:16.227Z Checking supports-hyperlinks v2.1.0
29522026-07-20T03:15:16.337Z Checking supports-unicode v2.1.0
29532026-07-20T03:15:16.378Z Checking hashbrown v0.14.5
29542026-07-20T03:15:16.421Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29552026-07-20T03:15:16.484Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29562026-07-20T03:15:16.642Z Checking terminal_size v0.1.17
29572026-07-20T03:15:16.714Z Checking socket2 v0.5.10
29582026-07-20T03:15:16.808Z Compiling miette-derive v5.10.0
29592026-07-20T03:15:16.900Z Checking internet-checksum v0.2.1
29602026-07-20T03:15:17.052Z Checking owo-colors v3.5.0
29612026-07-20T03:15:17.607Z Checking chumsky v0.9.3
29622026-07-20T03:15:17.975Z Checking miette v5.10.0
29632026-07-20T03:15:18.361Z Compiling serde_with v1.14.0
29642026-07-20T03:15:18.741Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29652026-07-20T03:15:18.774Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29662026-07-20T03:15:18.956Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29672026-07-20T03:15:19.307Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29682026-07-20T03:15:19.528Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29692026-07-20T03:15:19.532Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29702026-07-20T03:15:19.597Z Compiling knuffel-derive v3.2.0
29712026-07-20T03:15:19.789Z Checking httptest v0.16.4
29722026-07-20T03:15:19.823Z Checking pathdiff v0.2.3
29732026-07-20T03:15:19.959Z Checking nested v0.1.1
29742026-07-20T03:15:20.128Z Checking guppy v0.17.25
29752026-07-20T03:15:20.194Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29762026-07-20T03:15:20.421Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29772026-07-20T03:15:20.691Z Checking similar-asserts v1.7.0
29782026-07-20T03:15:20.892Z Compiling target-triple v1.0.0
29792026-07-20T03:15:21.120Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29802026-07-20T03:15:21.228Z Checking knuffel v3.2.0
29812026-07-20T03:15:21.305Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29822026-07-20T03:15:21.818Z Compiling polar-core v0.27.3
29832026-07-20T03:15:21.886Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29842026-07-20T03:15:21.889Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-07-20T03:15:21.949Z Checking hickory-client v0.25.2
29862026-07-20T03:15:22.256Z Compiling assert_cmd v2.1.2
29872026-07-20T03:15:22.515Z Checking escape8259 v0.5.3
29882026-07-20T03:15:22.697Z Checking libtest-mimic v0.8.1
29892026-07-20T03:15:22.978Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29902026-07-20T03:15:23.010Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29912026-07-20T03:15:23.054Z Checking blake2b_simd v1.0.4
29922026-07-20T03:15:23.101Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29932026-07-20T03:15:23.464Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29942026-07-20T03:15:23.497Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
29952026-07-20T03:15:23.682Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-07-20T03:15:23.865Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29972026-07-20T03:15:23.919Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29982026-07-20T03:15:24.025Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29992026-07-20T03:15:24.159Z Checking fancy-regex v0.14.0
30002026-07-20T03:15:24.265Z Checking serde_tokenstream v0.2.3
30012026-07-20T03:15:24.489Z Checking approx v0.5.1
30022026-07-20T03:15:24.523Z Compiling rstest_macros v0.25.0
30032026-07-20T03:15:24.552Z Checking uzers v0.12.2
30042026-07-20T03:15:24.652Z Compiling linkme-impl v0.3.35
30052026-07-20T03:15:24.793Z Checking termcolor v1.4.1
30062026-07-20T03:15:24.843Z Checking constant_time_eq v0.3.1
30072026-07-20T03:15:24.972Z Checking rust-argon2 v2.1.0
30082026-07-20T03:15:25.035Z Checking trybuild v1.0.116
30092026-07-20T03:15:25.193Z Checking datatest-stable v0.3.3
30102026-07-20T03:15:25.524Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30112026-07-20T03:15:25.602Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30122026-07-20T03:15:25.803Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30132026-07-20T03:15:25.895Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30142026-07-20T03:15:25.954Z Checking support-bundle-viewer v0.1.2
30152026-07-20T03:15:26.241Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30162026-07-20T03:15:26.485Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30172026-07-20T03:15:26.734Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30182026-07-20T03:15:26.820Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30192026-07-20T03:15:26.873Z Checking oso v0.27.3
30202026-07-20T03:15:26.971Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30212026-07-20T03:15:27.065Z Checking drift v0.2.0
30222026-07-20T03:15:27.460Z Checking rand_distr v0.5.1
30232026-07-20T03:15:27.632Z Checking digest-io v0.1.0
30242026-07-20T03:15:27.779Z Checking multimap v0.10.1
30252026-07-20T03:15:27.813Z Compiling linkme v0.3.35
30262026-07-20T03:15:27.916Z Compiling relative-path v1.9.3
30272026-07-20T03:15:27.984Z Checking rawzip v0.4.4
30282026-07-20T03:15:28.160Z Checking dropshot-api-manager v0.7.2
30292026-07-20T03:15:28.461Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30302026-07-20T03:15:29.322Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30312026-07-20T03:15:29.673Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30322026-07-20T03:15:29.708Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30332026-07-20T03:15:29.765Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30342026-07-20T03:15:29.830Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30352026-07-20T03:15:29.978Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30362026-07-20T03:15:30.325Z Checking cargo_toml v0.21.0
30372026-07-20T03:15:30.361Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30382026-07-20T03:15:30.427Z Checking partial-io v0.5.4
30392026-07-20T03:15:30.666Z Checking termios v0.3.3
30402026-07-20T03:15:30.757Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30412026-07-20T03:15:30.859Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30422026-07-20T03:15:31.249Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30432026-07-20T03:15:31.908Z Checking rstest v0.25.0
30442026-07-20T03:15:34.286Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30452026-07-20T03:15:35.961Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30462026-07-20T03:15:40.236Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30472026-07-20T03:15:42.871Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30482026-07-20T03:15:43.051Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30492026-07-20T03:15:45.750Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30502026-07-20T03:15:49.509Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30512026-07-20T03:15:54.776Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30522026-07-20T03:15:58.471Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30532026-07-20T03:15:58.537Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30542026-07-20T03:15:58.768Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30552026-07-20T03:16:05.954Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30562026-07-20T03:16:10.305Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30572026-07-20T03:16:28.431Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30582026-07-20T03:17:24.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30592026-07-20T03:17:24.840Z
30602026-07-20T03:17:24.840Zreal 4:09.636933766
30612026-07-20T03:17:24.840Zuser 21:31.025196009
30622026-07-20T03:17:24.840Zsys 4:55.468775852
30632026-07-20T03:17:24.840Ztrap 0.542954473
30642026-07-20T03:17:24.840Ztflt 0.435250360
30652026-07-20T03:17:24.840Zdflt 0.465827597
30662026-07-20T03:17:24.840Zkflt 0.004579622
30672026-07-20T03:17:24.840Zlock 58:53.159368311
30682026-07-20T03:17:24.840Zslp 58:51.554265849
30692026-07-20T03:17:24.840Zlat 1:55.688677139
30702026-07-20T03:17:24.840Zstop 10:49.950636170
30712026-07-20T03:17:24.844Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30722026-07-20T03:17:24.844Z+ ptime -m cargo doc --workspace --no-deps
30732026-07-20T03:17:25.658Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30742026-07-20T03:17:25.658Z |
30752026-07-20T03:17:25.658Z = 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)`
30762026-07-20T03:17:25.658Z = 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>
30772026-07-20T03:17:26.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30782026-07-20T03:17:26.922Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-07-20T03:17:26.968Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30802026-07-20T03:17:27.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30812026-07-20T03:17:27.065Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30822026-07-20T03:17:27.130Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30832026-07-20T03:17:27.246Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-07-20T03:17:27.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-07-20T03:17:27.310Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30862026-07-20T03:17:27.334Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-07-20T03:17:27.419Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-07-20T03:17:27.526Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30892026-07-20T03:17:27.550Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-07-20T03:17:27.578Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30912026-07-20T03:17:27.599Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30922026-07-20T03:17:27.623Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30932026-07-20T03:17:27.646Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30942026-07-20T03:17:27.672Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30952026-07-20T03:17:27.709Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30962026-07-20T03:17:27.736Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30972026-07-20T03:17:27.738Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30982026-07-20T03:17:27.816Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30992026-07-20T03:17:28.110Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31002026-07-20T03:17:28.390Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31012026-07-20T03:17:28.433Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31022026-07-20T03:17:28.549Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31032026-07-20T03:17:28.552Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31042026-07-20T03:17:28.597Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31052026-07-20T03:17:28.778Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31062026-07-20T03:17:28.851Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31072026-07-20T03:17:28.943Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31082026-07-20T03:17:29.101Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31092026-07-20T03:17:29.142Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31102026-07-20T03:17:29.166Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31112026-07-20T03:17:29.218Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31122026-07-20T03:17:29.340Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31132026-07-20T03:17:29.368Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31142026-07-20T03:17:29.406Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31152026-07-20T03:17:29.616Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31162026-07-20T03:17:29.701Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31172026-07-20T03:17:29.725Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31182026-07-20T03:17:29.971Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31192026-07-20T03:17:30.033Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31202026-07-20T03:17:30.201Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31212026-07-20T03:17:30.237Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31222026-07-20T03:17:30.294Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31232026-07-20T03:17:30.370Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31242026-07-20T03:17:30.452Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31252026-07-20T03:17:30.513Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31262026-07-20T03:17:30.575Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31272026-07-20T03:17:30.633Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31282026-07-20T03:17:30.705Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31292026-07-20T03:17:30.761Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31302026-07-20T03:17:30.828Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31312026-07-20T03:17:30.878Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31322026-07-20T03:17:30.907Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31332026-07-20T03:17:30.933Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31342026-07-20T03:17:30.972Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31352026-07-20T03:17:31.041Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31362026-07-20T03:17:31.414Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31372026-07-20T03:17:31.501Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31382026-07-20T03:17:31.526Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31392026-07-20T03:17:31.775Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31402026-07-20T03:17:31.951Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31412026-07-20T03:17:32.239Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31422026-07-20T03:17:32.410Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31432026-07-20T03:17:32.465Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31442026-07-20T03:17:32.489Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31452026-07-20T03:17:32.534Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31462026-07-20T03:17:32.705Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31472026-07-20T03:17:32.741Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31482026-07-20T03:17:32.783Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31492026-07-20T03:17:32.808Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31502026-07-20T03:17:33.321Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31512026-07-20T03:17:33.873Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31522026-07-20T03:17:33.876Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31532026-07-20T03:17:33.981Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31542026-07-20T03:17:34.075Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31552026-07-20T03:17:34.143Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31562026-07-20T03:17:34.336Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31572026-07-20T03:17:34.417Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31582026-07-20T03:17:34.420Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31592026-07-20T03:17:34.572Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31602026-07-20T03:17:34.653Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31612026-07-20T03:17:34.677Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31622026-07-20T03:17:34.681Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31632026-07-20T03:17:34.852Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31642026-07-20T03:17:34.965Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31652026-07-20T03:17:35.009Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31662026-07-20T03:17:35.013Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31672026-07-20T03:17:35.053Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31682026-07-20T03:17:35.227Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31692026-07-20T03:17:35.275Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31702026-07-20T03:17:35.318Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31712026-07-20T03:17:35.321Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31722026-07-20T03:17:35.362Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31732026-07-20T03:17:35.389Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31742026-07-20T03:17:35.521Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31752026-07-20T03:17:35.567Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31762026-07-20T03:17:35.612Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31772026-07-20T03:17:35.635Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31782026-07-20T03:17:35.657Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31792026-07-20T03:17:35.739Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31802026-07-20T03:17:35.848Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31812026-07-20T03:17:35.873Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31822026-07-20T03:17:35.911Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31832026-07-20T03:17:36.206Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-07-20T03:17:36.209Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-07-20T03:17:36.253Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31862026-07-20T03:17:36.683Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31872026-07-20T03:17:36.936Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31882026-07-20T03:17:36.961Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31892026-07-20T03:17:37.749Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31902026-07-20T03:17:37.943Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31912026-07-20T03:17:38.074Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31922026-07-20T03:17:38.381Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-07-20T03:17:38.553Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31942026-07-20T03:17:39.296Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31952026-07-20T03:17:39.921Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31962026-07-20T03:17:40.119Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31972026-07-20T03:17:40.256Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31982026-07-20T03:17:40.774Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31992026-07-20T03:17:40.902Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32002026-07-20T03:17:41.070Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32012026-07-20T03:17:41.118Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32022026-07-20T03:17:41.143Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32032026-07-20T03:17:41.378Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32042026-07-20T03:17:41.621Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32052026-07-20T03:17:41.813Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32062026-07-20T03:17:42.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32072026-07-20T03:17:42.171Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32082026-07-20T03:17:42.441Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32092026-07-20T03:17:42.758Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32102026-07-20T03:17:43.010Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32112026-07-20T03:17:43.249Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32122026-07-20T03:17:43.364Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32132026-07-20T03:17:43.389Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32142026-07-20T03:17:43.414Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32152026-07-20T03:17:43.991Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32162026-07-20T03:17:44.360Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32172026-07-20T03:17:44.805Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32182026-07-20T03:17:45.093Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32192026-07-20T03:17:45.496Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32202026-07-20T03:17:45.798Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32212026-07-20T03:17:46.404Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32222026-07-20T03:17:47.011Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32232026-07-20T03:17:47.129Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32242026-07-20T03:17:47.573Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32252026-07-20T03:17:48.049Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32262026-07-20T03:17:48.073Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32272026-07-20T03:17:48.435Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32282026-07-20T03:17:49.149Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32292026-07-20T03:17:49.268Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32302026-07-20T03:17:49.540Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32312026-07-20T03:17:50.206Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32322026-07-20T03:17:50.458Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32332026-07-20T03:17:51.044Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32342026-07-20T03:17:54.514Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32352026-07-20T03:17:55.022Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32362026-07-20T03:17:55.642Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32372026-07-20T03:17:56.068Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32382026-07-20T03:17:56.514Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32392026-07-20T03:17:56.575Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32402026-07-20T03:17:56.611Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32412026-07-20T03:17:58.179Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-07-20T03:17:58.396Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32432026-07-20T03:17:58.921Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-07-20T03:17:59.540Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-07-20T03:17:59.973Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-07-20T03:18:00.011Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32472026-07-20T03:18:00.427Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32482026-07-20T03:18:00.553Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32492026-07-20T03:18:00.587Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32502026-07-20T03:18:00.612Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32512026-07-20T03:18:00.683Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32522026-07-20T03:18:01.052Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32532026-07-20T03:18:01.098Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32542026-07-20T03:18:01.574Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32552026-07-20T03:18:01.771Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32562026-07-20T03:18:02.074Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32572026-07-20T03:18:02.269Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32582026-07-20T03:18:02.302Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32592026-07-20T03:18:02.742Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32602026-07-20T03:18:02.767Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32612026-07-20T03:18:03.446Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32622026-07-20T03:18:04.293Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32632026-07-20T03:18:04.798Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32642026-07-20T03:18:05.365Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32652026-07-20T03:18:06.924Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32662026-07-20T03:18:08.596Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32672026-07-20T03:18:09.018Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32682026-07-20T03:18:09.590Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32692026-07-20T03:18:11.131Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32702026-07-20T03:18:12.072Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32712026-07-20T03:18:13.564Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32722026-07-20T03:18:14.246Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32732026-07-20T03:18:15.328Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32742026-07-20T03:18:16.371Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32752026-07-20T03:18:17.774Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32762026-07-20T03:18:19.777Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32772026-07-20T03:18:20.038Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32782026-07-20T03:18:20.188Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32792026-07-20T03:18:21.139Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32802026-07-20T03:18:21.461Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32812026-07-20T03:18:24.439Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32822026-07-20T03:18:27.512Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32832026-07-20T03:18:28.110Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32842026-07-20T03:18:28.949Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32852026-07-20T03:18:30.122Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32862026-07-20T03:18:30.900Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32872026-07-20T03:18:31.666Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32882026-07-20T03:18:32.525Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32892026-07-20T03:18:34.190Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32902026-07-20T03:18:34.293Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32912026-07-20T03:18:35.485Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32922026-07-20T03:18:35.796Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32932026-07-20T03:18:36.562Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32942026-07-20T03:18:37.402Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32952026-07-20T03:18:38.292Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32962026-07-20T03:18:41.545Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32972026-07-20T03:18:42.741Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32982026-07-20T03:18:43.392Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32992026-07-20T03:18:44.299Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33002026-07-20T03:18:45.371Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33012026-07-20T03:18:46.232Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33022026-07-20T03:18:47.443Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33032026-07-20T03:18:48.502Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33042026-07-20T03:18:51.240Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33052026-07-20T03:18:51.738Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33062026-07-20T03:18:52.798Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33072026-07-20T03:18:54.033Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-07-20T03:18:55.170Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-20T03:18:56.490Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33102026-07-20T03:18:59.091Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33112026-07-20T03:18:59.658Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33122026-07-20T03:19:01.386Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33132026-07-20T03:19:03.030Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33142026-07-20T03:19:04.605Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33152026-07-20T03:19:07.828Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33162026-07-20T03:19:09.414Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33172026-07-20T03:19:13.886Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33182026-07-20T03:19:14.328Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33192026-07-20T03:19:15.377Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33202026-07-20T03:19:15.864Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33212026-07-20T03:19:17.852Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33222026-07-20T03:19:19.536Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33232026-07-20T03:19:21.597Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33242026-07-20T03:19:23.437Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33252026-07-20T03:19:25.181Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33262026-07-20T03:19:26.904Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33272026-07-20T03:19:28.975Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33282026-07-20T03:19:30.438Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33292026-07-20T03:19:32.212Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33302026-07-20T03:19:33.947Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33312026-07-20T03:19:35.723Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33322026-07-20T03:19:37.470Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33332026-07-20T03:19:38.895Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33342026-07-20T03:19:42.801Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33352026-07-20T03:19:44.486Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33362026-07-20T03:19:46.196Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-20T03:19:47.981Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33382026-07-20T03:19:49.985Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-07-20T03:19:51.768Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33402026-07-20T03:19:53.902Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33412026-07-20T03:19:55.708Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33422026-07-20T03:19:58.991Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33432026-07-20T03:20:00.067Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33442026-07-20T03:20:02.063Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33452026-07-20T03:20:03.869Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33462026-07-20T03:20:06.514Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33472026-07-20T03:20:08.790Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33482026-07-20T03:20:11.415Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33492026-07-20T03:20:13.444Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33502026-07-20T03:20:16.088Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33512026-07-20T03:20:18.265Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33522026-07-20T03:20:20.626Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33532026-07-20T03:20:23.189Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33542026-07-20T03:20:25.613Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33552026-07-20T03:20:27.388Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33562026-07-20T03:20:29.726Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-07-20T03:20:32.037Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33582026-07-20T03:20:34.341Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33592026-07-20T03:20:36.698Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33602026-07-20T03:20:39.039Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33612026-07-20T03:20:41.289Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33622026-07-20T03:20:43.774Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-07-20T03:20:46.071Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33642026-07-20T03:20:48.415Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-07-20T03:20:50.872Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33662026-07-20T03:20:53.135Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33672026-07-20T03:20:55.494Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33682026-07-20T03:20:57.832Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33692026-07-20T03:21:00.232Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33702026-07-20T03:21:02.610Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33712026-07-20T03:21:05.009Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33722026-07-20T03:21:07.375Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33732026-07-20T03:21:09.705Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33742026-07-20T03:21:12.017Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33752026-07-20T03:21:14.524Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33762026-07-20T03:21:16.940Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33772026-07-20T03:21:19.281Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33782026-07-20T03:21:21.819Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33792026-07-20T03:21:24.109Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33802026-07-20T03:21:26.629Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33812026-07-20T03:21:28.954Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33822026-07-20T03:21:31.313Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33832026-07-20T03:21:33.822Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33842026-07-20T03:21:36.218Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33852026-07-20T03:21:38.763Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33862026-07-20T03:21:41.070Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33872026-07-20T03:21:44.004Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33882026-07-20T03:21:46.212Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33892026-07-20T03:21:48.804Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33902026-07-20T03:21:51.277Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33912026-07-20T03:21:53.928Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33922026-07-20T03:21:56.505Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33932026-07-20T03:21:59.071Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33942026-07-20T03:22:01.632Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33952026-07-20T03:22:04.220Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33962026-07-20T03:22:06.827Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33972026-07-20T03:22:09.435Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33982026-07-20T03:22:12.396Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33992026-07-20T03:22:14.856Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34002026-07-20T03:22:17.557Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34012026-07-20T03:22:25.491Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34022026-07-20T03:22:25.495Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34032026-07-20T03:22:28.921Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34042026-07-20T03:22:32.343Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34052026-07-20T03:22:35.614Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34062026-07-20T03:22:40.286Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34072026-07-20T03:22:43.089Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34082026-07-20T03:22:46.813Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34092026-07-20T03:22:50.508Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34102026-07-20T03:22:54.200Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34112026-07-20T03:22:57.905Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34122026-07-20T03:23:01.569Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34132026-07-20T03:23:05.397Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34142026-07-20T03:23:09.024Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34152026-07-20T03:23:12.678Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34162026-07-20T03:23:16.504Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34172026-07-20T03:23:20.120Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34182026-07-20T03:23:23.802Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34192026-07-20T03:23:27.534Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34202026-07-20T03:23:31.225Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-07-20T03:23:34.923Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34222026-07-20T03:23:38.701Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34232026-07-20T03:23:42.452Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34242026-07-20T03:23:46.060Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34252026-07-20T03:23:49.758Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34262026-07-20T03:23:53.461Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34272026-07-20T03:23:57.202Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34282026-07-20T03:24:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
34292026-07-20T03:24:27.127Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34302026-07-20T03:24:27.230Z
34312026-07-20T03:24:27.230Zreal 7:02.300714935
34322026-07-20T03:24:27.230Zuser 18:42.681603178
34332026-07-20T03:24:27.230Zsys 3:58.071533276
34342026-07-20T03:24:27.230Ztrap 0.278158468
34352026-07-20T03:24:27.230Ztflt 0.057132038
34362026-07-20T03:24:27.230Zdflt 0.076638080
34372026-07-20T03:24:27.230Zkflt 0.000072790
34382026-07-20T03:24:27.233Zlock 6:33:08.418985958
34392026-07-20T03:24:27.233Zslp 2:22:16.524482308
34402026-07-20T03:24:27.233Zlat 31.148943672
34412026-07-20T03:24:27.233Zstop 1:42.070667481
34422026-07-20T03:24:27.233Zprocess exited: duration 792965 ms, exit code 0
 
34432026-07-20T03:24:27.240Zfound 0 output files