01KY55RRDDCYKC52Y5BFYQGSZ3: clippy (helios)

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

Buildomat Job: 01KY55SJDJ8PQ6JN86M3B3DJ73

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T15:07:04.313Zjob assigned to worker 01KY55SSNG0T0DBPM3E87CTNP8 [factory aws, i-0ab5339dc37815027] (queued for 59 s)
 
22026-07-22T15:07:10.641Zstarting task 0: "setup"
32026-07-22T15:07:10.647Z++ uname -s
42026-07-22T15:07:10.650Z+ kern=SunOS
52026-07-22T15:07:10.650Z+ build_user=build
62026-07-22T15:07:10.650Z+ build_uid=12345
72026-07-22T15:07:10.650Z+ work_dir=/work
82026-07-22T15:07:10.650Z+ input_dir=/input
92026-07-22T15:07:10.650Z+ [[ 0 == 12345 ]]
102026-07-22T15:07:10.650Z+ case "$kern" in
112026-07-22T15:07:10.650Z+ groupadd -g 12345 build
122026-07-22T15:07:10.650Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T15:07:12.656Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T15:07:12.731Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T15:07:12.734Z+ home_fs=zfs
162026-07-22T15:07:12.734Z+ [[ zfs == autofs ]]
172026-07-22T15:07:12.734Z+ mkdir -p /home/build
182026-07-22T15:07:12.734Z+ chown build:build /home/build /work
192026-07-22T15:07:14.736Z+ chmod 0700 /home/build /work
202026-07-22T15:07:14.741Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-22T15:07:14.746Zstarting task 1: "rust-toolchain"
222026-07-22T15:07:14.751Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T15:07:14.751Z * rust toolchain channel = "1.96.1"
242026-07-22T15:07:14.751Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T15:07:14.751Z * rust toolchain profile = "default"
262026-07-22T15:07:14.751Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T15:07:14.754Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T15:07:14.754Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T15:07:14.754Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T15:07:14.854Zinfo: downloading installer
312026-07-22T15:07:16.155Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T15:07:16.155Zwarn: /home/build/.rustup/settings.toml
332026-07-22T15:07:16.155Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T15:07:16.155Zwarn: instead of the one inferred from the default host triple.
352026-07-22T15:07:16.168Zinfo: profile set to default
362026-07-22T15:07:16.168Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T15:07:16.172Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T15:07:16.297Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T15:07:16.301Zinfo: downloading 6 components
402026-07-22T15:07:30.980Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T15:07:30.980Z
422026-07-22T15:07:31.022Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T15:07:31.022Z
442026-07-22T15:07:31.022Z
452026-07-22T15:07:31.022ZRust is installed now. Great!
462026-07-22T15:07:31.022Z
472026-07-22T15:07:31.022ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T15:07:31.022Zenvironment variable. This has not been done automatically.
492026-07-22T15:07:31.022Z
502026-07-22T15:07:31.022ZTo configure your current shell, you need to source
512026-07-22T15:07:31.022Zthe corresponding env file under $HOME/.cargo.
522026-07-22T15:07:31.023Z
532026-07-22T15:07:31.023ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T15:07:31.023Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T15:07:31.023Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T15:07:31.023Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T15:07:31.023Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T15:07:31.023Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T15:07:31.023Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T15:07:31.026Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T15:07:31.026Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T15:07:31.121Z+ rustup --version
632026-07-22T15:07:31.130Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T15:07:31.132Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T15:07:31.151Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T15:07:31.154Z+ cargo --version
672026-07-22T15:07:31.168Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T15:07:31.170Z+ rustc --version
692026-07-22T15:07:31.192Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T15:07:31.196Zprocess exited: duration 16445 ms, exit code 0
 
712026-07-22T15:07:31.202Zstarting task 2: "authentication"
722026-07-22T15:07:31.219Zprocess exited: duration 16 ms, exit code 0
 
732026-07-22T15:07:31.226Zstarting task 3: "clone repository"
742026-07-22T15:07:31.229Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T15:07:31.229Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T15:07:31.260ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T15:07:40.582Z+ cd /work/oxidecomputer/omicron
782026-07-22T15:07:40.583Z+ git fetch origin a86740bb15e0515bd37bac92d75818ec48ffe798
792026-07-22T15:07:40.912ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T15:07:40.913Z * branch a86740bb15e0515bd37bac92d75818ec48ffe798 -> FETCH_HEAD
812026-07-22T15:07:40.922Z+ [[ -n john/sim-sa-cleanup-3 ]]
822026-07-22T15:07:40.927Z++ git branch --show-current
832026-07-22T15:07:40.927Z+ current=main
842026-07-22T15:07:40.927Z+ [[ main != john/sim-sa-cleanup-3 ]]
852026-07-22T15:07:40.927Z+ git branch -f john/sim-sa-cleanup-3 a86740bb15e0515bd37bac92d75818ec48ffe798
862026-07-22T15:07:40.930Z+ git checkout -f john/sim-sa-cleanup-3
872026-07-22T15:07:41.166ZSwitched to branch 'john/sim-sa-cleanup-3'
882026-07-22T15:07:41.169Z+ git reset --hard a86740bb15e0515bd37bac92d75818ec48ffe798
892026-07-22T15:07:41.184ZHEAD is now at a86740bb1 sim-sled-agent: remove datasets_ensure()
902026-07-22T15:07:41.187Zprocess exited: duration 9960 ms, exit code 0
 
912026-07-22T15:07:41.195Zstarting task 4: "build"
922026-07-22T15:07:41.199Z+ source ./env.sh
932026-07-22T15:07:41.202Z++ OLD_SHELL_OPTS=ehxB
942026-07-22T15:07:41.202Z++ set -o xtrace
952026-07-22T15:07:41.202Z++++ dirname ./env.sh
962026-07-22T15:07:41.202Z+++ readlink -f .
972026-07-22T15:07:41.207Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-22T15:07:41.207Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-22T15:07:41.207Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-22T15:07:41.209Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-22T15:07:41.209Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-22T15:07:41.209Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-22T15:07:41.209Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-22T15:07:41.209Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-22T15:07:41.209Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-22T15:07:41.209Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-22T15:07:41.210Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-22T15:07:41.210Z++ case $OLD_SHELL_OPTS in
1092026-07-22T15:07:41.210Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-22T15:07:41.210Z+ source .github/buildomat/ci-env.sh
1112026-07-22T15:07:41.210Z++ export CARGO_TERM_COLOR=always
1122026-07-22T15:07:41.210Z++ CARGO_TERM_COLOR=always
1132026-07-22T15:07:41.213Z+++ uname -s
1142026-07-22T15:07:41.214Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-22T15:07:41.214Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-22T15:07:41.214Z+ cargo --version
1172026-07-22T15:07:41.218Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-22T15:07:41.222Z+ rustc --version
1192026-07-22T15:07:41.240Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-22T15:07:41.249Z+ banner prerequisites
1212026-07-22T15:07:41.250Z
1222026-07-22T15:07:41.250Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-22T15:07:41.250Z # # # # # # # # # # # # # # #
1242026-07-22T15:07:41.250Z # # # # ##### # # ##### # # # # # #### #
1252026-07-22T15:07:41.250Z ##### ##### # ##### # # # # # # # # #
1262026-07-22T15:07:41.250Z # # # # # # # # # # # # # # #
1272026-07-22T15:07:41.250Z # # # ###### # # ###### ### # #### # #### #
1282026-07-22T15:07:41.250Z
1292026-07-22T15:07:41.250Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-22T15:07:42.902Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-22T15:07:43.098Z Startup: Caching catalogs ... Done
1322026-07-22T15:07:44.053ZPlanning: Solver setup ... Done (0.880s)
1332026-07-22T15:07:44.090ZPlanning: Running solver ... Done (0.039s)
1342026-07-22T15:07:44.115ZPlanning: Finding local manifests ... Done (0.002s)
1352026-07-22T15:07:44.127ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-22T15:07:44.144ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-22T15:07:44.157ZPlanning: Package planning ... Done (0.013s)
1382026-07-22T15:07:44.161ZPlanning: Merging actions ... Done (0.001s)
1392026-07-22T15:07:44.368ZPlanning: Checking for conflicting actions ... Done (0.206s)
1402026-07-22T15:07:44.375ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-22T15:07:45.152ZPlanning: Evaluating mediators ... Done (0.783s)
1422026-07-22T15:07:45.155ZPlanning: Planning completed in 2.03 seconds
1432026-07-22T15:07:45.159Z Packages to install: 2
1442026-07-22T15:07:45.159Z Estimated space available: 156.06 GB
1452026-07-22T15:07:45.162ZEstimated space to be consumed: 48.03 MB
1462026-07-22T15:07:45.162Z Create boot environment: No
1472026-07-22T15:07:45.162ZCreate backup boot environment: No
1482026-07-22T15:07:45.162Z Rebuild boot archive: No
1492026-07-22T15:07:45.162Z
1502026-07-22T15:07:45.162ZChanged packages:
1512026-07-22T15:07:45.162Zhelios
1522026-07-22T15:07:45.162Z developer/build-essential
1532026-07-22T15:07:45.162Z None -> 11-3.0
1542026-07-22T15:07:45.162Z library/libxmlsec1
1552026-07-22T15:07:45.162Z None -> 1.2.35-3.0
1562026-07-22T15:07:45.188Z
1572026-07-22T15:07:45.188ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-22T15:07:45.255ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1592026-07-22T15:07:45.314Z Actions: 1/268 actions (Installing new actions)
1602026-07-22T15:07:45.352Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-22T15:07:45.370ZFinalize: Updating package state database ... Done (0.019s)
1622026-07-22T15:07:45.370ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-22T15:07:45.422ZFinalize: Updating image state ... Done (0.052s)
1642026-07-22T15:07:47.797ZFinalize: Creating fast lookup database ... Done (2.339s)
1652026-07-22T15:07:47.864ZFinalize: Reading search index ... Done (0.012s)
1662026-07-22T15:07:47.868ZFinalize: Updating search index ... Done (0.000s)
1672026-07-22T15:07:47.942ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-22T15:07:48.271ZPlanning: Evaluating mediator changes ... Done
1692026-07-22T15:07:48.374ZPlanning: Checking for conflicting actions ... Done
1702026-07-22T15:07:48.377ZPlanning: Consolidating action changes ... Done
1712026-07-22T15:07:48.529ZPlanning: Evaluating mediators ... Done
1722026-07-22T15:07:48.533ZPlanning: Planning completed in 0.26 seconds
1732026-07-22T15:07:48.552Z Mediators to change: 2
1742026-07-22T15:07:48.552Z Create boot environment: No
1752026-07-22T15:07:48.557ZCreate backup boot environment: No
1762026-07-22T15:07:48.605ZFinalize: Updating package state database ... Done
1772026-07-22T15:07:48.605ZFinalize: Updating package cache ... Done
1782026-07-22T15:07:48.634ZFinalize: Updating image state ... Done
1792026-07-22T15:07:50.563ZFinalize: Creating fast lookup database ... Done
1802026-07-22T15:07:50.623ZFinalize: Reading search index ... Done
1812026-07-22T15:07:50.627ZFinalize: Updating search index ... Done
1822026-07-22T15:07:50.714ZFinalize: Updating package cache ... Done
1832026-07-22T15:07:51.002ZPlanning: Evaluating mediator changes ... Done
1842026-07-22T15:07:51.105ZPlanning: Checking for conflicting actions ... Done
1852026-07-22T15:07:51.108ZPlanning: Consolidating action changes ... Done
1862026-07-22T15:07:51.264ZPlanning: Evaluating mediators ... Done
1872026-07-22T15:07:51.267ZPlanning: Planning completed in 0.26 seconds
1882026-07-22T15:07:51.286Z Mediators to change: 1
1892026-07-22T15:07:51.286Z Create boot environment: No
1902026-07-22T15:07:51.286ZCreate backup boot environment: No
1912026-07-22T15:07:51.335ZFinalize: Updating package state database ... Done
1922026-07-22T15:07:51.335ZFinalize: Updating package cache ... Done
1932026-07-22T15:07:51.363ZFinalize: Updating image state ... Done
1942026-07-22T15:07:53.285ZFinalize: Creating fast lookup database ... Done
1952026-07-22T15:07:53.344ZFinalize: Reading search index ... Done
1962026-07-22T15:07:53.350ZFinalize: Updating search index ... Done
1972026-07-22T15:07:53.423ZFinalize: Updating package cache ... Done
1982026-07-22T15:07:53.730ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-22T15:07:53.730Zapache system 2.4 system
2002026-07-22T15:07:53.730Zclang system 15 system
2012026-07-22T15:07:53.730Zcsh system system illumos
2022026-07-22T15:07:53.730Zctags system system illumos
2032026-07-22T15:07:53.730Zfile vendor vendor darwinsys
2042026-07-22T15:07:53.730Zfile system system illumos
2052026-07-22T15:07:53.730Zgcc vendor 14 vendor
2062026-07-22T15:07:53.730Zgcc system 13 system
2072026-07-22T15:07:53.730Zgcc system 10 system
2082026-07-22T15:07:53.730Zgo system 1.25 system
2092026-07-22T15:07:53.731Zllvm system 15 system
2102026-07-22T15:07:53.731Zmariadb system 11.4 system
2112026-07-22T15:07:53.731Zmta vendor vendor dma
2122026-07-22T15:07:53.731Zopenjdk system 17 system
2132026-07-22T15:07:53.731Zopenjdk system 11 system
2142026-07-22T15:07:53.731Zopenssl vendor 3 vendor
2152026-07-22T15:07:53.731Zperl system 5.40 system
2162026-07-22T15:07:53.731Zpostgresql system 18 system
2172026-07-22T15:07:53.731Zpostgresql system 17 system
2182026-07-22T15:07:53.731Zpython vendor 3 vendor
2192026-07-22T15:07:53.731Zpython system 2 system
2202026-07-22T15:07:53.731Zpython3 vendor 3.13 vendor
2212026-07-22T15:07:53.731Zruby system 3.4 system
2222026-07-22T15:07:53.731Zruby system 3.0 system
2232026-07-22T15:07:53.731Zwords vendor vendor american-english
2242026-07-22T15:07:53.731Zwords system system australian-english
2252026-07-22T15:07:53.731Zwords system system british-english
2262026-07-22T15:07:53.731Zwords system system canadian-english
2272026-07-22T15:07:53.731Zwords system system french
2282026-07-22T15:07:53.732Zwords system system italian
2292026-07-22T15:07:53.732Zwords system system ngerman
2302026-07-22T15:07:53.732Zwords system system ogerman
2312026-07-22T15:07:53.732Zwords system system spanish
2322026-07-22T15:07:53.976ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-22T15:07:53.976Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-22T15:07:54.369ZFMRI IFO
2352026-07-22T15:07:54.369Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-22T15:07:54.369Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-22T15:07:54.369Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-22T15:07:54.369Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-22T15:07:54.369Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-22T15:07:54.369Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-22T15:07:54.369Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-22T15:07:54.369Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-22T15:07:54.369Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-22T15:07:54.627Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-22T15:07:54.944Z Updating crates.io index
2462026-07-22T15:07:54.950Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-22T15:07:55.208Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-22T15:07:55.563Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-22T15:07:56.466Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-22T15:07:56.998Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-22T15:07:58.816Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-22T15:07:59.590Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-22T15:07:59.861Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-22T15:08:00.203Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-22T15:08:01.683Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-22T15:08:01.944Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-22T15:08:02.258Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-22T15:08:02.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-22T15:08:02.936Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-22T15:08:03.482Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-22T15:08:04.730Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-22T15:08:04.968Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-22T15:08:05.231Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-22T15:08:05.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-22T15:08:05.775Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-22T15:08:06.035Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-22T15:08:06.318Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-22T15:08:06.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-22T15:08:07.023Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-22T15:08:07.283Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-22T15:08:07.698Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-22T15:08:07.919Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-22T15:08:08.280Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-22T15:08:08.838Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-22T15:08:09.104Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-22T15:08:09.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-22T15:08:09.668Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-22T15:08:10.040Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-22T15:08:10.310Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-22T15:08:10.615Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-22T15:08:10.875Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-22T15:08:11.179Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-22T15:08:11.698Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-22T15:08:11.955Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-22T15:08:12.274Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-22T15:08:12.520Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-22T15:08:15.430Z Downloading crates ...
2882026-07-22T15:08:15.476Z Downloaded anstream v1.0.0
2892026-07-22T15:08:15.480Z Downloaded block-buffer v0.10.4
2902026-07-22T15:08:15.483Z Downloaded bitflags v2.11.0
2912026-07-22T15:08:15.486Z Downloaded anstyle v1.0.14
2922026-07-22T15:08:15.492Z Downloaded cargo_metadata v0.23.1
2932026-07-22T15:08:15.492Z Downloaded cargo_toml v0.21.0
2942026-07-22T15:08:15.495Z Downloaded memmap v0.7.0
2952026-07-22T15:08:15.495Z Downloaded zerocopy-derive v0.7.35
2962026-07-22T15:08:15.498Z Downloaded anstyle-parse v1.0.0
2972026-07-22T15:08:15.500Z Downloaded zmij v1.0.21
2982026-07-22T15:08:15.500Z Downloaded cfg-if v1.0.4
2992026-07-22T15:08:15.503Z Downloaded byteorder v1.5.0
3002026-07-22T15:08:15.503Z Downloaded anstyle-query v1.1.5
3012026-07-22T15:08:15.507Z Downloaded heck v0.5.0
3022026-07-22T15:08:15.510Z Downloaded zerocopy v0.7.35
3032026-07-22T15:08:15.517Z Downloaded itoa v1.0.17
3042026-07-22T15:08:15.520Z Downloaded crypto-common v0.1.7
3052026-07-22T15:08:15.520Z Downloaded cpufeatures v0.2.17
3062026-07-22T15:08:15.520Z Downloaded heck v0.4.1
3072026-07-22T15:08:15.523Z Downloaded fs-err v3.3.0
3082026-07-22T15:08:15.526Z Downloaded swrite v0.1.0
3092026-07-22T15:08:15.526Z Downloaded fnv v1.0.7
3102026-07-22T15:08:15.526Z Downloaded colorchoice v1.0.4
3112026-07-22T15:08:15.529Z Downloaded anyhow v1.0.102
3122026-07-22T15:08:15.532Z Downloaded macaddr v1.0.1
3132026-07-22T15:08:15.535Z Downloaded cargo-platform v0.3.2
3142026-07-22T15:08:15.539Z Downloaded usdt-attr-macro v0.5.0
3152026-07-22T15:08:15.544Z Downloaded scroll_derive v0.12.1
3162026-07-22T15:08:15.547Z Downloaded dof v0.3.0
3172026-07-22T15:08:15.547Z Downloaded version_check v0.9.5
3182026-07-22T15:08:15.547Z Downloaded usdt-macro v0.5.0
3192026-07-22T15:08:15.547Z Downloaded thread-id v4.2.2
3202026-07-22T15:08:15.550Z Downloaded tabled_derive v0.7.0
3212026-07-22T15:08:15.550Z Downloaded plain v0.2.3
3222026-07-22T15:08:15.550Z Downloaded terminal_size v0.4.3
3232026-07-22T15:08:15.550Z Downloaded is_terminal_polyfill v1.70.2
3242026-07-22T15:08:15.550Z Downloaded equivalent v1.0.2
3252026-07-22T15:08:15.553Z Downloaded dtrace-parser v0.2.0
3262026-07-22T15:08:15.553Z Downloaded smawk v0.3.2
3272026-07-22T15:08:15.557Z Downloaded camino-tempfile v1.4.1
3282026-07-22T15:08:15.561Z Downloaded fastrand v2.3.0
3292026-07-22T15:08:15.561Z Downloaded bytecount v0.6.9
3302026-07-22T15:08:15.564Z Downloaded toml_datetime v0.6.11
3312026-07-22T15:08:15.567Z Downloaded unicode-linebreak v0.1.5
3322026-07-22T15:08:15.567Z Downloaded utf8parse v0.2.2
3332026-07-22T15:08:15.573Z Downloaded strsim v0.11.1
3342026-07-22T15:08:15.576Z Downloaded errno v0.3.14
3352026-07-22T15:08:15.581Z Downloaded generic-array v0.14.7
3362026-07-22T15:08:15.581Z Downloaded serde_spanned v0.6.9
3372026-07-22T15:08:15.584Z Downloaded toml_write v0.1.2
3382026-07-22T15:08:15.587Z Downloaded clap_builder v4.6.0
3392026-07-22T15:08:15.590Z Downloaded autocfg v1.5.0
3402026-07-22T15:08:15.594Z Downloaded usdt v0.5.0
3412026-07-22T15:08:15.594Z Downloaded proc-macro-error-attr v1.0.4
3422026-07-22T15:08:15.595Z Downloaded thiserror-impl v1.0.69
3432026-07-22T15:08:15.598Z Downloaded serde_tokenstream v0.2.3
3442026-07-22T15:08:15.601Z Downloaded scroll v0.12.0
3452026-07-22T15:08:15.601Z Downloaded pretty-hex v0.4.1
3462026-07-22T15:08:15.604Z Downloaded thiserror v2.0.18
3472026-07-22T15:08:15.607Z Downloaded thiserror v1.0.69
3482026-07-22T15:08:15.610Z Downloaded clap_derive v4.6.1
3492026-07-22T15:08:15.613Z Downloaded digest v0.10.7
3502026-07-22T15:08:15.613Z Downloaded camino v1.2.2
3512026-07-22T15:08:15.617Z Downloaded thiserror-impl v2.0.18
3522026-07-22T15:08:15.622Z Downloaded sha2 v0.10.9
3532026-07-22T15:08:15.622Z Downloaded clap_lex v1.0.0
3542026-07-22T15:08:15.622Z Downloaded clap v4.6.1
3552026-07-22T15:08:15.625Z Downloaded quote v1.0.45
3562026-07-22T15:08:15.627Z Downloaded proc-macro-error v1.0.4
3572026-07-22T15:08:15.630Z Downloaded toml v0.8.23
3582026-07-22T15:08:15.633Z Downloaded getrandom v0.4.1
3592026-07-22T15:08:15.637Z Downloaded usdt-impl v0.5.0
3602026-07-22T15:08:15.640Z Downloaded once_cell v1.21.3
3612026-07-22T15:08:15.650Z Downloaded semver v1.0.28
3622026-07-22T15:08:15.656Z Downloaded ucd-trie v0.1.7
3632026-07-22T15:08:15.658Z Downloaded pest_generator v2.8.6
3642026-07-22T15:08:15.658Z Downloaded pest_derive v2.8.6
3652026-07-22T15:08:15.662Z Downloaded log v0.4.29
3662026-07-22T15:08:15.665Z Downloaded tempfile v3.25.0
3672026-07-22T15:08:15.665Z Downloaded papergrid v0.11.0
3682026-07-22T15:08:15.669Z Downloaded serde_core v1.0.228
3692026-07-22T15:08:15.677Z Downloaded unicode-ident v1.0.24
3702026-07-22T15:08:15.682Z Downloaded textwrap v0.16.2
3712026-07-22T15:08:15.682Z Downloaded serde_derive v1.0.228
3722026-07-22T15:08:15.682Z Downloaded proc-macro2 v1.0.106
3732026-07-22T15:08:15.686Z Downloaded pest_meta v2.8.6
3742026-07-22T15:08:15.689Z Downloaded toml_edit v0.22.27
3752026-07-22T15:08:15.713Z Downloaded pest v2.8.6
3762026-07-22T15:08:15.719Z Downloaded serde v1.0.228
3772026-07-22T15:08:15.722Z Downloaded memchr v2.8.0
3782026-07-22T15:08:15.726Z Downloaded typenum v1.20.1
3792026-07-22T15:08:15.730Z Downloaded indexmap v2.14.0
3802026-07-22T15:08:15.774Z Downloaded serde_json v1.0.150
3812026-07-22T15:08:15.778Z Downloaded hashbrown v0.17.0
3822026-07-22T15:08:15.783Z Downloaded goblin v0.8.2
3832026-07-22T15:08:15.786Z Downloaded winnow v0.7.14
3842026-07-22T15:08:15.802Z Downloaded syn v1.0.109
3852026-07-22T15:08:15.806Z Downloaded tabled v0.15.0
3862026-07-22T15:08:15.814Z Downloaded unicode-width v0.1.14
3872026-07-22T15:08:15.817Z Downloaded unicode-width v0.2.0
3882026-07-22T15:08:15.861Z Downloaded syn v2.0.117
3892026-07-22T15:08:15.865Z Downloaded rustix v1.1.3
3902026-07-22T15:08:15.872Z Downloaded libc v0.2.185
3912026-07-22T15:08:15.932Z Compiling proc-macro2 v1.0.106
3922026-07-22T15:08:15.932Z Compiling unicode-ident v1.0.24
3932026-07-22T15:08:15.932Z Compiling quote v1.0.45
3942026-07-22T15:08:15.932Z Compiling serde_core v1.0.228
3952026-07-22T15:08:15.937Z Compiling libc v0.2.185
3962026-07-22T15:08:15.937Z Compiling version_check v0.9.5
3972026-07-22T15:08:15.937Z Compiling memchr v2.8.0
3982026-07-22T15:08:15.937Z Compiling serde v1.0.228
3992026-07-22T15:08:16.257Z Compiling zmij v1.0.21
4002026-07-22T15:08:16.525Z Compiling ucd-trie v0.1.7
4012026-07-22T15:08:16.556Z Compiling itoa v1.0.17
4022026-07-22T15:08:16.755Z Compiling thiserror v1.0.69
4032026-07-22T15:08:16.771Z Compiling pest v2.8.6
4042026-07-22T15:08:16.785Z Compiling rustix v1.1.3
4052026-07-22T15:08:16.890Z Compiling byteorder v1.5.0
4062026-07-22T15:08:17.120Z Compiling errno v0.3.14
4072026-07-22T15:08:17.271Z Compiling serde_json v1.0.150
4082026-07-22T15:08:17.329Z Compiling bitflags v2.11.0
4092026-07-22T15:08:17.427Z Compiling syn v2.0.117
4102026-07-22T15:08:17.508Z Compiling thread-id v4.2.2
4112026-07-22T15:08:17.545Z Compiling proc-macro-error-attr v1.0.4
4122026-07-22T15:08:17.579Z Compiling usdt-impl v0.5.0
4132026-07-22T15:08:17.595Z Compiling syn v1.0.109
4142026-07-22T15:08:17.762Z Compiling pest_meta v2.8.6
4152026-07-22T15:08:17.811Z Compiling camino v1.2.2
4162026-07-22T15:08:18.028Z Compiling proc-macro-error v1.0.4
4172026-07-22T15:08:18.064Z Compiling hashbrown v0.17.0
4182026-07-22T15:08:18.185Z Compiling getrandom v0.4.1
4192026-07-22T15:08:18.353Z Compiling equivalent v1.0.2
4202026-07-22T15:08:18.478Z Compiling log v0.4.29
4212026-07-22T15:08:18.585Z Compiling plain v0.2.3
4222026-07-22T15:08:18.620Z Compiling utf8parse v0.2.2
4232026-07-22T15:08:18.693Z Compiling indexmap v2.14.0
4242026-07-22T15:08:18.708Z Compiling terminal_size v0.4.3
4252026-07-22T15:08:18.741Z Compiling anstyle-parse v1.0.0
4262026-07-22T15:08:19.271Z Compiling winnow v0.7.14
4272026-07-22T15:08:19.288Z Compiling is_terminal_polyfill v1.70.2
4282026-07-22T15:08:19.349Z Compiling cfg-if v1.0.4
4292026-07-22T15:08:19.391Z Compiling toml_write v0.1.2
4302026-07-22T15:08:19.406Z Compiling autocfg v1.5.0
4312026-07-22T15:08:19.433Z Compiling colorchoice v1.0.4
4322026-07-22T15:08:19.462Z Compiling anstyle-query v1.1.5
4332026-07-22T15:08:19.544Z Compiling thiserror v2.0.18
4342026-07-22T15:08:19.576Z Compiling pretty-hex v0.4.1
4352026-07-22T15:08:19.591Z Compiling anstyle v1.0.14
4362026-07-22T15:08:19.718Z Compiling pest_generator v2.8.6
4372026-07-22T15:08:19.825Z Compiling anstream v1.0.0
4382026-07-22T15:08:19.853Z Compiling fs-err v3.3.0
4392026-07-22T15:08:19.975Z Compiling strsim v0.11.1
4402026-07-22T15:08:20.106Z Compiling clap_lex v1.0.0
4412026-07-22T15:08:20.125Z Compiling fastrand v2.3.0
4422026-07-22T15:08:20.278Z Compiling fnv v1.0.7
4432026-07-22T15:08:20.322Z Compiling once_cell v1.21.3
4442026-07-22T15:08:20.345Z Compiling unicode-width v0.1.14
4452026-07-22T15:08:20.378Z Compiling heck v0.5.0
4462026-07-22T15:08:20.399Z Compiling anyhow v1.0.102
4472026-07-22T15:08:20.412Z Compiling heck v0.4.1
4482026-07-22T15:08:20.542Z Compiling bytecount v0.6.9
4492026-07-22T15:08:20.610Z Compiling tempfile v3.25.0
4502026-07-22T15:08:20.614Z Compiling clap_builder v4.6.0
4512026-07-22T15:08:20.646Z Compiling papergrid v0.11.0
4522026-07-22T15:08:20.775Z Compiling semver v1.0.28
4532026-07-22T15:08:20.807Z Compiling cargo-platform v0.3.2
4542026-07-22T15:08:20.949Z Compiling memmap v0.7.0
4552026-07-22T15:08:20.970Z Compiling tabled_derive v0.7.0
4562026-07-22T15:08:20.979Z Compiling unicode-width v0.2.0
4572026-07-22T15:08:21.043Z Compiling smawk v0.3.2
4582026-07-22T15:08:21.065Z Compiling unicode-linebreak v0.1.5
4592026-07-22T15:08:21.186Z Compiling camino-tempfile v1.4.1
4602026-07-22T15:08:21.252Z Compiling textwrap v0.16.2
4612026-07-22T15:08:21.301Z Compiling serde_derive v1.0.228
4622026-07-22T15:08:21.317Z Compiling thiserror-impl v1.0.69
4632026-07-22T15:08:21.412Z Compiling zerocopy-derive v0.7.35
4642026-07-22T15:08:21.462Z Compiling pest_derive v2.8.6
4652026-07-22T15:08:21.700Z Compiling scroll_derive v0.12.1
4662026-07-22T15:08:21.853Z Compiling thiserror-impl v2.0.18
4672026-07-22T15:08:21.902Z Compiling clap_derive v4.6.1
4682026-07-22T15:08:22.024Z Compiling tabled v0.15.0
4692026-07-22T15:08:22.300Z Compiling zerocopy v0.7.35
4702026-07-22T15:08:22.374Z Compiling scroll v0.12.0
4712026-07-22T15:08:22.648Z Compiling dtrace-parser v0.2.0
4722026-07-22T15:08:22.678Z Compiling goblin v0.8.2
4732026-07-22T15:08:23.130Z Compiling swrite v0.1.0
4742026-07-22T15:08:23.690Z Compiling clap v4.6.1
4752026-07-22T15:08:24.330Z Compiling serde_spanned v0.6.9
4762026-07-22T15:08:24.330Z Compiling toml_datetime v0.6.11
4772026-07-22T15:08:24.333Z Compiling macaddr v1.0.1
4782026-07-22T15:08:24.333Z Compiling cargo_metadata v0.23.1
4792026-07-22T15:08:24.333Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-22T15:08:24.408Z Compiling dof v0.3.0
4812026-07-22T15:08:24.425Z Compiling serde_tokenstream v0.2.3
4822026-07-22T15:08:24.518Z Compiling toml_edit v0.22.27
4832026-07-22T15:08:25.158Z Compiling usdt-macro v0.5.0
4842026-07-22T15:08:25.181Z Compiling usdt-attr-macro v0.5.0
4852026-07-22T15:08:25.759Z Compiling usdt v0.5.0
4862026-07-22T15:08:25.844Z Compiling toml v0.8.23
4872026-07-22T15:08:26.167Z Compiling cargo_toml v0.21.0
4882026-07-22T15:08:27.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-22T15:08:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.92s
4902026-07-22T15:08:29.590Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-22T15:08:30.083Z Downloading crates ...
4922026-07-22T15:08:30.160Z Downloaded aead v0.5.2
4932026-07-22T15:08:30.164Z Downloaded atty v0.2.14
4942026-07-22T15:08:30.168Z Downloaded arrayvec v0.7.6
4952026-07-22T15:08:30.172Z Downloaded ahash v0.8.12
4962026-07-22T15:08:30.176Z Downloaded atomicwrites v0.4.4
4972026-07-22T15:08:30.176Z Downloaded adler2 v2.0.1
4982026-07-22T15:08:30.179Z Downloaded async-stream v0.3.6
4992026-07-22T15:08:30.182Z Downloaded crc8 v0.1.1
5002026-07-22T15:08:30.182Z Downloaded bitfield-struct v0.6.2
5012026-07-22T15:08:30.182Z Downloaded bcrypt-pbkdf v0.11.0
5022026-07-22T15:08:30.188Z Downloaded cipher v0.4.4
5032026-07-22T15:08:30.191Z Downloaded crc-catalog v2.4.0
5042026-07-22T15:08:30.191Z Downloaded crc v3.4.0
5052026-07-22T15:08:30.191Z Downloaded cpubits v0.1.1
5062026-07-22T15:08:30.191Z Downloaded cbc v0.2.1
5072026-07-22T15:08:30.194Z Downloaded crc-any v2.5.0
5082026-07-22T15:08:30.194Z Downloaded convert_case v0.4.0
5092026-07-22T15:08:30.198Z Downloaded cpufeatures v0.3.0
5102026-07-22T15:08:30.198Z Downloaded curve25519-dalek-derive v0.1.1
5112026-07-22T15:08:30.198Z Downloaded crc32fast v1.5.0
5122026-07-22T15:08:30.201Z Downloaded bit-set v0.8.0
5132026-07-22T15:08:30.202Z Downloaded assert_matches v1.5.0
5142026-07-22T15:08:30.202Z Downloaded arrayref v0.3.9
5152026-07-22T15:08:30.202Z Downloaded corncobs v0.1.4
5162026-07-22T15:08:30.202Z Downloaded bit-set v0.5.3
5172026-07-22T15:08:30.208Z Downloaded des v0.9.0
5182026-07-22T15:08:30.208Z Downloaded base64 v0.22.1
5192026-07-22T15:08:30.214Z Downloaded bs58 v0.5.1
5202026-07-22T15:08:30.214Z Downloaded anstyle-parse v0.2.7
5212026-07-22T15:08:30.215Z Downloaded bitfield-macros v0.19.4
5222026-07-22T15:08:30.215Z Downloaded async-recursion v1.1.1
5232026-07-22T15:08:30.220Z Downloaded ascii-canvas v3.0.0
5242026-07-22T15:08:30.220Z Downloaded darling v0.20.11
5252026-07-22T15:08:30.220Z Downloaded bb8 v0.8.6
5262026-07-22T15:08:30.220Z Downloaded base16ct v1.0.0
5272026-07-22T15:08:30.220Z Downloaded atomic-waker v1.1.2
5282026-07-22T15:08:30.220Z Downloaded async-stream-impl v0.3.6
5292026-07-22T15:08:30.224Z Downloaded array-init v0.0.4
5302026-07-22T15:08:30.224Z Downloaded downcast-rs v2.0.2
5312026-07-22T15:08:30.224Z Downloaded crossbeam-epoch v0.9.18
5322026-07-22T15:08:30.227Z Downloaded darling_macro v0.23.0
5332026-07-22T15:08:30.227Z Downloaded cstr-argument v0.1.2
5342026-07-22T15:08:30.227Z Downloaded backoff v0.4.0
5352026-07-22T15:08:30.232Z Downloaded crucible-workspace-hack v0.1.0
5362026-07-22T15:08:30.232Z Downloaded bitfield v0.19.4
5372026-07-22T15:08:30.232Z Downloaded darling v0.13.4
5382026-07-22T15:08:30.236Z Downloaded digest-io v0.1.0
5392026-07-22T15:08:30.236Z Downloaded darling_macro v0.21.3
5402026-07-22T15:08:30.236Z Downloaded crunchy v0.2.4
5412026-07-22T15:08:30.236Z Downloaded bcs v0.1.6
5422026-07-22T15:08:30.236Z Downloaded compression-core v0.4.31
5432026-07-22T15:08:30.241Z Downloaded base16ct v0.2.0
5442026-07-22T15:08:30.241Z Downloaded cobs v0.3.0
5452026-07-22T15:08:30.241Z Downloaded crypto-common v0.2.2
5462026-07-22T15:08:30.241Z Downloaded csv-core v0.1.13
5472026-07-22T15:08:30.245Z Downloaded cmake v0.1.57
5482026-07-22T15:08:30.249Z Downloaded defmt v1.0.1
5492026-07-22T15:08:30.252Z Downloaded crypto-bigint v0.5.5
5502026-07-22T15:08:30.255Z Downloaded crossbeam-channel v0.5.15
5512026-07-22T15:08:30.258Z Downloaded darling v0.21.3
5522026-07-22T15:08:30.260Z Downloaded dirs-next v2.0.0
5532026-07-22T15:08:30.261Z Downloaded derive_builder_macro v0.20.2
5542026-07-22T15:08:30.263Z Downloaded embedded-io v0.4.0
5552026-07-22T15:08:30.263Z Downloaded castaway v0.2.4
5562026-07-22T15:08:30.263Z Downloaded debug-ignore v1.0.5
5572026-07-22T15:08:30.266Z Downloaded defmt-parser v1.0.0
5582026-07-22T15:08:30.266Z Downloaded defmt v0.3.100
5592026-07-22T15:08:30.266Z Downloaded darling_macro v0.20.11
5602026-07-22T15:08:30.266Z Downloaded darling_macro v0.13.4
5612026-07-22T15:08:30.270Z Downloaded block-padding v0.4.2
5622026-07-22T15:08:30.270Z Downloaded difflib v0.4.0
5632026-07-22T15:08:30.270Z Downloaded crossbeam-deque v0.8.6
5642026-07-22T15:08:30.274Z Downloaded ciborium-io v0.2.2
5652026-07-22T15:08:30.277Z Downloaded dirs-sys-next v0.1.2
5662026-07-22T15:08:30.277Z Downloaded cfg_aliases v0.1.1
5672026-07-22T15:08:30.277Z Downloaded bit-vec v0.8.0
5682026-07-22T15:08:30.280Z Downloaded dropshot-api-manager-types v0.7.2
5692026-07-22T15:08:30.280Z Downloaded cfg_aliases v0.2.1
5702026-07-22T15:08:30.280Z Downloaded async-trait v0.1.89
5712026-07-22T15:08:30.283Z Downloaded embedded-io v0.6.1
5722026-07-22T15:08:30.283Z Downloaded dsl_auto_type v0.2.0
5732026-07-22T15:08:30.283Z Downloaded enum-as-inner v0.6.1
5742026-07-22T15:08:30.286Z Downloaded diesel_table_macro_syntax v0.3.0
5752026-07-22T15:08:30.286Z Downloaded async-bb8-diesel v0.2.1
5762026-07-22T15:08:30.289Z Downloaded dtrace-parser v0.3.0
5772026-07-22T15:08:30.289Z Downloaded argon2 v0.5.3
5782026-07-22T15:08:30.289Z Downloaded aead v0.6.1
5792026-07-22T15:08:30.292Z Downloaded bit-vec v0.6.3
5802026-07-22T15:08:30.292Z Downloaded dyn-clone v1.0.20
5812026-07-22T15:08:30.292Z Downloaded display-error-chain v0.2.2
5822026-07-22T15:08:30.295Z Downloaded base64ct v1.8.3
5832026-07-22T15:08:30.299Z Downloaded daft v0.1.7
5842026-07-22T15:08:30.307Z Downloaded float-ord v0.3.2
5852026-07-22T15:08:30.313Z Downloaded foreign-types-macros v0.2.3
5862026-07-22T15:08:30.313Z Downloaded foreign-types v0.3.2
5872026-07-22T15:08:30.313Z Downloaded foreign-types-shared v0.3.1
5882026-07-22T15:08:30.313Z Downloaded env_filter v1.0.0
5892026-07-22T15:08:30.313Z Downloaded foreign-types-shared v0.1.1
5902026-07-22T15:08:30.313Z Downloaded funty v2.0.0
5912026-07-22T15:08:30.313Z Downloaded fxhash v0.2.1
5922026-07-22T15:08:30.313Z Downloaded futures-task v0.3.32
5932026-07-22T15:08:30.317Z Downloaded buf-list v1.1.2
5942026-07-22T15:08:30.317Z Downloaded float-cmp v0.10.0
5952026-07-22T15:08:30.317Z Downloaded foreign-types v0.5.0
5962026-07-22T15:08:30.321Z Downloaded camino-tempfile-ext v0.3.3
5972026-07-22T15:08:30.321Z Downloaded fixedbitset v0.4.2
5982026-07-22T15:08:30.321Z Downloaded cmov v0.5.4
5992026-07-22T15:08:30.324Z Downloaded flagset v0.4.7
6002026-07-22T15:08:30.324Z Downloaded block-buffer v0.12.1
6012026-07-22T15:08:30.324Z Downloaded dunce v1.0.5
6022026-07-22T15:08:30.327Z Downloaded futures-macro v0.3.32
6032026-07-22T15:08:30.327Z Downloaded form_urlencoded v1.2.2
6042026-07-22T15:08:30.327Z Downloaded blowfish v0.10.0
6052026-07-22T15:08:30.327Z Downloaded convert_case v0.10.0
6062026-07-22T15:08:30.330Z Downloaded futures-io v0.3.32
6072026-07-22T15:08:30.330Z Downloaded ciborium-ll v0.2.2
6082026-07-22T15:08:30.330Z Downloaded chacha20 v0.9.1
6092026-07-22T15:08:30.333Z Downloaded gethostname v0.5.0
6102026-07-22T15:08:30.334Z Downloaded futures-sink v0.3.32
6112026-07-22T15:08:30.334Z Downloaded dof v0.4.0
6122026-07-22T15:08:30.337Z Downloaded constant_time_eq v0.4.2
6132026-07-22T15:08:30.337Z Downloaded compression-codecs v0.4.37
6142026-07-22T15:08:30.342Z Downloaded document-features v0.2.12
6152026-07-22T15:08:30.342Z Downloaded cipher v0.5.2
6162026-07-22T15:08:30.342Z Downloaded either v1.15.0
6172026-07-22T15:08:30.342Z Downloaded der_derive v0.7.3
6182026-07-22T15:08:30.342Z Downloaded ghash v0.6.0
6192026-07-22T15:08:30.347Z Downloaded ctr v0.10.1
6202026-07-22T15:08:30.347Z Downloaded critical-section v1.2.0
6212026-07-22T15:08:30.349Z Downloaded endian-type v0.1.2
6222026-07-22T15:08:30.349Z Downloaded const_format_proc_macros v0.2.34
6232026-07-22T15:08:30.350Z Downloaded cexpr v0.6.0
6242026-07-22T15:08:30.350Z Downloaded git-stub v1.0.0
6252026-07-22T15:08:30.352Z Downloaded ed25519 v3.0.0
6262026-07-22T15:08:30.352Z Downloaded displaydoc v0.2.5
6272026-07-22T15:08:30.357Z Downloaded cancel-safe-futures v0.1.5
6282026-07-22T15:08:30.358Z Downloaded erased-serde v0.3.31
6292026-07-22T15:08:30.360Z Downloaded delegate v0.13.5
6302026-07-22T15:08:30.360Z Downloaded colored v3.1.1
6312026-07-22T15:08:30.361Z Downloaded ena v0.14.4
6322026-07-22T15:08:30.361Z Downloaded filetime v0.2.27
6332026-07-22T15:08:30.365Z Downloaded foldhash v0.1.5
6342026-07-22T15:08:30.365Z Downloaded fixedbitset v0.5.7
6352026-07-22T15:08:30.365Z Downloaded globwalk v0.9.1
6362026-07-22T15:08:30.368Z Downloaded hash32 v0.3.1
6372026-07-22T15:08:30.368Z Downloaded fs-err v2.11.0
6382026-07-22T15:08:30.368Z Downloaded foldhash v0.2.0
6392026-07-22T15:08:30.368Z Downloaded ff v0.13.1
6402026-07-22T15:08:30.371Z Downloaded hash32 v0.2.1
6412026-07-22T15:08:30.371Z Downloaded hex-literal v1.1.0
6422026-07-22T15:08:30.371Z Downloaded fallible-iterator v0.2.0
6432026-07-22T15:08:30.374Z Downloaded env_logger v0.11.9
6442026-07-22T15:08:30.375Z Downloaded headers-core v0.3.0
6452026-07-22T15:08:30.375Z Downloaded hostname v0.3.1
6462026-07-22T15:08:30.377Z Downloaded home v0.5.12
6472026-07-22T15:08:30.378Z Downloaded ciborium v0.2.2
6482026-07-22T15:08:30.378Z Downloaded fs_extra v1.3.0
6492026-07-22T15:08:30.380Z Downloaded derive_builder_core v0.20.2
6502026-07-22T15:08:30.380Z Downloaded defmt-macros v1.0.1
6512026-07-22T15:08:30.388Z Downloaded console v0.16.2
6522026-07-22T15:08:30.388Z Downloaded diesel-dtrace v0.5.0
6532026-07-22T15:08:30.388Z Downloaded backon v1.6.0
6542026-07-22T15:08:30.392Z Downloaded deranged v0.5.8
6552026-07-22T15:08:30.392Z Downloaded cookie v0.18.1
6562026-07-22T15:08:30.392Z Downloaded fd-lock v4.0.4
6572026-07-22T15:08:30.392Z Downloaded ecdsa v0.16.9
6582026-07-22T15:08:30.395Z Downloaded cassowary v0.3.0
6592026-07-22T15:08:30.395Z Downloaded const-oid v0.9.6
6602026-07-22T15:08:30.395Z Downloaded futures-executor v0.3.32
6612026-07-22T15:08:30.398Z Downloaded find-msvc-tools v0.1.9
6622026-07-22T15:08:30.398Z Downloaded ff v0.14.0
6632026-07-22T15:08:30.398Z Downloaded http-range v0.1.5
6642026-07-22T15:08:30.403Z Downloaded http-body v1.0.1
6652026-07-22T15:08:30.403Z Downloaded colored v2.2.0
6662026-07-22T15:08:30.403Z Downloaded bzip2 v0.6.1
6672026-07-22T15:08:30.403Z Downloaded bzip2 v0.4.4
6682026-07-22T15:08:30.410Z Downloaded hubpack_derive v0.1.1
6692026-07-22T15:08:30.410Z Downloaded hostname v0.4.2
6702026-07-22T15:08:30.410Z Downloaded daft-derive v0.1.7
6712026-07-22T15:08:30.410Z Downloaded hubpack v0.1.2
6722026-07-22T15:08:30.410Z Downloaded httpdate v1.0.3
6732026-07-22T15:08:30.414Z Downloaded glob v0.3.3
6742026-07-22T15:08:30.414Z Downloaded chacha20 v0.10.0
6752026-07-22T15:08:30.414Z Downloaded blake2 v0.11.0-rc.6
6762026-07-22T15:08:30.417Z Downloaded diff v0.1.13
6772026-07-22T15:08:30.417Z Downloaded ecdsa v0.17.0-rc.18
6782026-07-22T15:08:30.421Z Downloaded hyper-tls v0.6.0
6792026-07-22T15:08:30.421Z Downloaded allocator-api2 v0.2.21
6802026-07-22T15:08:30.421Z Downloaded console v0.15.11
6812026-07-22T15:08:30.424Z Downloaded bitflags v1.3.2
6822026-07-22T15:08:30.424Z Downloaded drift v0.2.0
6832026-07-22T15:08:30.429Z Downloaded ident_case v1.0.1
6842026-07-22T15:08:30.433Z Downloaded hex v0.4.3
6852026-07-22T15:08:30.433Z Downloaded group v0.13.0
6862026-07-22T15:08:30.433Z Downloaded digest v0.11.3
6872026-07-22T15:08:30.436Z Downloaded illumos-nvpair-sys v0.2.0
6882026-07-22T15:08:30.436Z Downloaded idna_adapter v1.2.1
6892026-07-22T15:08:30.436Z Downloaded inout v0.1.4
6902026-07-22T15:08:30.436Z Downloaded indoc v1.0.9
6912026-07-22T15:08:30.439Z Downloaded group v0.14.0
6922026-07-22T15:08:30.440Z Downloaded globset v0.4.18
6932026-07-22T15:08:30.443Z Downloaded derive_builder v0.20.2
6942026-07-22T15:08:30.443Z Downloaded darling v0.23.0
6952026-07-22T15:08:30.446Z Downloaded indent_write v2.2.0
6962026-07-22T15:08:30.449Z Downloaded illumos-nvpair v0.3.0
6972026-07-22T15:08:30.449Z Downloaded blake2 v0.10.6
6982026-07-22T15:08:30.449Z Downloaded instant v0.1.13
6992026-07-22T15:08:30.453Z Downloaded inout v0.2.2
7002026-07-22T15:08:30.453Z Downloaded is_ci v1.2.0
7012026-07-22T15:08:30.453Z Downloaded is-terminal v0.4.17
7022026-07-22T15:08:30.454Z Downloaded internet-checksum v0.2.1
7032026-07-22T15:08:30.457Z Downloaded cookie_store v0.22.1
7042026-07-22T15:08:30.457Z Downloaded crossbeam-utils v0.8.21
7052026-07-22T15:08:30.457Z Downloaded clang-sys v1.8.1
7062026-07-22T15:08:30.460Z Downloaded const-oid v0.10.2
7072026-07-22T15:08:30.460Z Downloaded instability v0.3.11
7082026-07-22T15:08:30.460Z Downloaded ed25519 v2.2.3
7092026-07-22T15:08:30.466Z Downloaded derive-ex v0.1.8
7102026-07-22T15:08:30.466Z Downloaded base64 v0.21.7
7112026-07-22T15:08:30.469Z Downloaded enum_dispatch v0.3.13
7122026-07-22T15:08:30.470Z Downloaded futures-core v0.3.32
7132026-07-22T15:08:30.470Z Downloaded highway v1.3.0
7142026-07-22T15:08:30.470Z Downloaded kem v0.3.0
7152026-07-22T15:08:30.474Z Downloaded getrandom v0.2.17
7162026-07-22T15:08:30.474Z Downloaded lalrpop-util v0.19.12
7172026-07-22T15:08:30.475Z Downloaded futures-channel v0.3.32
7182026-07-22T15:08:30.475Z Downloaded keccak v0.1.6
7192026-07-22T15:08:30.478Z Downloaded libscf-sys v1.1.0
7202026-07-22T15:08:30.478Z Downloaded argon2 v0.6.0-rc.8
7212026-07-22T15:08:30.478Z Downloaded data-encoding v2.10.0
7222026-07-22T15:08:30.478Z Downloaded ctutils v0.4.2
7232026-07-22T15:08:30.482Z Downloaded byte-wrapper v0.1.0
7242026-07-22T15:08:30.482Z Downloaded anstream v0.6.21
7252026-07-22T15:08:30.482Z Downloaded dropshot_endpoint v0.17.1
7262026-07-22T15:08:30.492Z Downloaded darling_core v0.13.4
7272026-07-22T15:08:30.497Z Downloaded kstat-rs v0.2.4
7282026-07-22T15:08:30.497Z Downloaded hyper-staticfile v0.10.1
7292026-07-22T15:08:30.497Z Downloaded linked-hash-map v0.5.6
7302026-07-22T15:08:30.497Z Downloaded git-stub-vcs v0.1.0
7312026-07-22T15:08:30.498Z Downloaded elliptic-curve v0.14.0-rc.33
7322026-07-22T15:08:30.498Z Downloaded lru v0.12.5
7332026-07-22T15:08:30.498Z Downloaded lru-cache v0.1.2
7342026-07-22T15:08:30.498Z Downloaded humantime v2.3.0
7352026-07-22T15:08:30.498Z Downloaded md-5 v0.10.6
7362026-07-22T15:08:30.501Z Downloaded maybe-uninit v2.0.0
7372026-07-22T15:08:30.501Z Downloaded futures v0.3.32
7382026-07-22T15:08:30.501Z Downloaded maplit v1.0.2
7392026-07-22T15:08:30.501Z Downloaded lru-slab v0.1.2
7402026-07-22T15:08:30.505Z Downloaded derive_more v0.99.20
7412026-07-22T15:08:30.505Z Downloaded half v1.8.3
7422026-07-22T15:08:30.509Z Downloaded derive_more v2.1.1
7432026-07-22T15:08:30.514Z Downloaded md5 v0.8.0
7442026-07-22T15:08:30.518Z Downloaded memoffset v0.9.1
7452026-07-22T15:08:30.518Z Downloaded match_cfg v0.1.0
7462026-07-22T15:08:30.518Z Downloaded managed v0.8.0
7472026-07-22T15:08:30.518Z Downloaded ingot-types v0.1.2
7482026-07-22T15:08:30.518Z Downloaded ingot v0.1.1
7492026-07-22T15:08:30.518Z Downloaded multimap v0.10.1
7502026-07-22T15:08:30.521Z Downloaded nodrop v0.1.14
7512026-07-22T15:08:30.521Z Downloaded newline-converter v0.3.0
7522026-07-22T15:08:30.521Z Downloaded new_debug_unreachable v1.0.6
7532026-07-22T15:08:30.521Z Downloaded mime v0.3.17
7542026-07-22T15:08:30.521Z Downloaded impl-trait-for-tuples v0.2.3
7552026-07-22T15:08:30.525Z Downloaded derive-where v1.6.0
7562026-07-22T15:08:30.528Z Downloaded ipnetwork v0.21.1
7572026-07-22T15:08:30.528Z Downloaded hmac v0.12.1
7582026-07-22T15:08:30.531Z Downloaded chacha20poly1305 v0.10.1
7592026-07-22T15:08:30.531Z Downloaded bytes v1.11.1
7602026-07-22T15:08:30.536Z Downloaded getrandom v0.3.4
7612026-07-22T15:08:30.539Z Downloaded fatfs v0.3.6
7622026-07-22T15:08:30.539Z Downloaded keccak v0.2.0
7632026-07-22T15:08:30.544Z Downloaded jobserver v0.1.34
7642026-07-22T15:08:30.544Z Downloaded hmac v0.13.0
7652026-07-22T15:08:30.544Z Downloaded compact_str v0.8.1
7662026-07-22T15:08:30.548Z Downloaded num v0.4.3
7672026-07-22T15:08:30.548Z Downloaded generic-array v1.4.3
7682026-07-22T15:08:30.548Z Downloaded normalize-line-endings v0.3.0
7692026-07-22T15:08:30.548Z Downloaded nibble_vec v0.1.0
7702026-07-22T15:08:30.552Z Downloaded newtype_derive v0.1.6
7712026-07-22T15:08:30.552Z Downloaded newtype-uuid-macros v0.1.0
7722026-07-22T15:08:30.552Z Downloaded elliptic-curve v0.13.8
7732026-07-22T15:08:30.555Z Downloaded darling_core v0.23.0
7742026-07-22T15:08:30.555Z Downloaded num-conv v0.2.0
7752026-07-22T15:08:30.559Z Downloaded libefi-sys v0.1.0
7762026-07-22T15:08:30.559Z Downloaded nonempty v0.12.0
7772026-07-22T15:08:30.560Z Downloaded linear-map v1.2.0
7782026-07-22T15:08:30.560Z Downloaded libloading v0.8.9
7792026-07-22T15:08:30.564Z Downloaded num-derive v0.4.2
7802026-07-22T15:08:30.564Z Downloaded num-derive v0.3.3
7812026-07-22T15:08:30.564Z Downloaded num-iter v0.1.45
7822026-07-22T15:08:30.564Z Downloaded num_threads v0.1.7
7832026-07-22T15:08:30.567Z Downloaded hybrid-array v0.4.13
7842026-07-22T15:08:30.567Z Downloaded hyper-rustls v0.27.7
7852026-07-22T15:08:30.571Z Downloaded lzss v0.8.2
7862026-07-22T15:08:30.571Z Downloaded openssl-probe v0.2.1
7872026-07-22T15:08:30.571Z Downloaded openssl-probe v0.1.6
7882026-07-22T15:08:30.576Z Downloaded num_enum_derive v0.5.11
7892026-07-22T15:08:30.576Z Downloaded opaque-debug v0.3.1
7902026-07-22T15:08:30.576Z Downloaded olpc-cjson v0.1.4
7912026-07-22T15:08:30.576Z Downloaded libsw-core v0.3.2
7922026-07-22T15:08:30.576Z Downloaded httparse v1.10.1
7932026-07-22T15:08:30.579Z Downloaded openssl-macros v0.1.1
7942026-07-22T15:08:30.579Z Downloaded flume v0.11.1
7952026-07-22T15:08:30.579Z Downloaded async-compression v0.4.41
7962026-07-22T15:08:30.582Z Downloaded multer v3.1.0
7972026-07-22T15:08:30.585Z Downloaded ingot-macros v0.1.1
7982026-07-22T15:08:30.585Z Downloaded iana-time-zone v0.1.65
7992026-07-22T15:08:30.588Z Downloaded libsw v3.5.0
8002026-07-22T15:08:30.588Z Downloaded newtype-uuid v1.3.2
8012026-07-22T15:08:30.588Z Downloaded native-tls v0.2.18
8022026-07-22T15:08:30.592Z Downloaded lock_api v0.4.14
8032026-07-22T15:08:30.592Z Downloaded indoc v2.0.7
8042026-07-22T15:08:30.595Z Downloaded packed_struct_codegen v0.10.1
8052026-07-22T15:08:30.595Z Downloaded lazy_static v1.5.0
8062026-07-22T15:08:30.595Z Downloaded http-body-util v0.1.3
8072026-07-22T15:08:30.595Z Downloaded darling_core v0.20.11
8082026-07-22T15:08:30.599Z Downloaded nanorand v0.7.0
8092026-07-22T15:08:30.602Z Downloaded arc-swap v1.8.2
8102026-07-22T15:08:30.607Z Downloaded const_format v0.2.35
8112026-07-22T15:08:30.611Z Downloaded ar_archive_writer v0.5.1
8122026-07-22T15:08:30.611Z Downloaded ipnet v2.11.0
8132026-07-22T15:08:30.620Z Downloaded nu-ansi-term v0.50.3
8142026-07-22T15:08:30.625Z Downloaded num-complex v0.4.6
8152026-07-22T15:08:30.628Z Downloaded oso-derive v0.27.3
8162026-07-22T15:08:30.630Z Downloaded parse-size v1.1.0
8172026-07-22T15:08:30.630Z Downloaded parse-display v0.10.0
8182026-07-22T15:08:30.631Z Downloaded password-hash v0.6.1
8192026-07-22T15:08:30.634Z Downloaded der v0.7.10
8202026-07-22T15:08:30.636Z Downloaded num-rational v0.4.2
8212026-07-22T15:08:30.639Z Downloaded num_enum v0.7.6
8222026-07-22T15:08:30.642Z Downloaded peg-runtime v0.8.5
8232026-07-22T15:08:30.650Z Downloaded path-slash v0.1.5
8242026-07-22T15:08:30.650Z Downloaded num_enum_derive v0.7.6
8252026-07-22T15:08:30.650Z Downloaded num_enum v0.5.11
8262026-07-22T15:08:30.650Z Downloaded percent-encoding v2.3.2
8272026-07-22T15:08:30.653Z Downloaded phf_shared v0.11.3
8282026-07-22T15:08:30.653Z Downloaded litemap v0.8.1
8292026-07-22T15:08:30.664Z Downloaded litrs v1.0.0
8302026-07-22T15:08:30.667Z Downloaded module-lattice v0.2.3
8312026-07-22T15:08:30.667Z Downloaded ml-kem v0.3.2
8322026-07-22T15:08:30.670Z Downloaded mime_guess v2.0.5
8332026-07-22T15:08:30.670Z Downloaded memmap2 v0.9.10
8342026-07-22T15:08:30.673Z Downloaded phf_shared v0.13.1
8352026-07-22T15:08:30.673Z Downloaded oxide-tokio-rt v0.1.4
8362026-07-22T15:08:30.677Z Downloaded indexmap v1.9.3
8372026-07-22T15:08:30.677Z Downloaded ignore v0.4.25
8382026-07-22T15:08:30.680Z Downloaded icu_provider v2.1.1
8392026-07-22T15:08:30.680Z Downloaded precomputed-hash v0.1.1
8402026-07-22T15:08:30.680Z Downloaded predicates-tree v1.0.13
8412026-07-22T15:08:30.683Z Downloaded predicates-core v1.0.10
8422026-07-22T15:08:30.683Z Downloaded powerfmt v0.2.0
8432026-07-22T15:08:30.683Z Downloaded potential_utf v0.1.4
8442026-07-22T15:08:30.683Z Downloaded phf_shared v0.12.1
8452026-07-22T15:08:30.688Z Downloaded heapless v0.7.17
8462026-07-22T15:08:30.688Z Downloaded cc v1.2.56
8472026-07-22T15:08:30.691Z Downloaded flate2 v1.1.9
8482026-07-22T15:08:30.694Z Downloaded bumpalo v3.20.2
8492026-07-22T15:08:30.694Z Downloaded ed25519-dalek v2.2.0
8502026-07-22T15:08:30.697Z Downloaded oxnet v0.1.6
8512026-07-22T15:08:30.697Z Downloaded oxide-update-engine v0.1.2
8522026-07-22T15:08:30.700Z Downloaded half v2.7.1
8532026-07-22T15:08:30.705Z Downloaded packed_struct v0.10.1
8542026-07-22T15:08:30.705Z Downloaded owo-colors v4.3.0
8552026-07-22T15:08:30.705Z Downloaded icu_properties v2.1.2
8562026-07-22T15:08:30.713Z Downloaded parse-display-derive v0.10.0
8572026-07-22T15:08:30.714Z Downloaded oxide-update-engine-display v0.1.2
8582026-07-22T15:08:30.714Z Downloaded libbz2-rs-sys v0.2.2
8592026-07-22T15:08:30.714Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-07-22T15:08:30.714Z Downloaded proc-macro-crate v3.4.0
8612026-07-22T15:08:30.718Z Downloaded parking_lot_core v0.8.6
8622026-07-22T15:08:30.718Z Downloaded darling_core v0.21.3
8632026-07-22T15:08:30.718Z Downloaded proc-macro-crate v1.3.1
8642026-07-22T15:08:30.718Z Downloaded paste v1.0.15
8652026-07-22T15:08:30.718Z Downloaded derive_more-impl v2.1.1
8662026-07-22T15:08:30.728Z Downloaded progenitor-macro v0.14.0
8672026-07-22T15:08:30.728Z Downloaded progenitor-macro v0.13.0
8682026-07-22T15:08:30.728Z Downloaded peg v0.8.5
8692026-07-22T15:08:30.745Z Downloaded pem-rfc7468 v1.0.0
8702026-07-22T15:08:30.745Z Downloaded progenitor-client v0.14.0
8712026-07-22T15:08:30.745Z Downloaded heapless v0.8.0
8722026-07-22T15:08:30.745Z Downloaded quick-error v1.2.3
8732026-07-22T15:08:30.745Z Downloaded phc v0.6.1
8742026-07-22T15:08:30.746Z Downloaded peg-macros v0.8.5
8752026-07-22T15:08:30.746Z Downloaded headers v0.4.1
8762026-07-22T15:08:30.746Z Downloaded polyval v0.7.1
8772026-07-22T15:08:30.746Z Downloaded icu_normalizer_data v2.1.1
8782026-07-22T15:08:30.746Z Downloaded icu_normalizer v2.1.1
8792026-07-22T15:08:30.796Z Downloaded poly1305 v0.8.0
8802026-07-22T15:08:30.796Z Downloaded pkcs8 v0.10.2
8812026-07-22T15:08:30.796Z Downloaded pin-project-lite v0.2.17
8822026-07-22T15:08:30.796Z Downloaded pin-project-internal v1.1.11
8832026-07-22T15:08:30.796Z Downloaded phf v0.13.1
8842026-07-22T15:08:30.796Z Downloaded pkg-config v0.3.32
8852026-07-22T15:08:30.796Z Downloaded pem v3.0.6
8862026-07-22T15:08:30.796Z Downloaded predicates v3.1.4
8872026-07-22T15:08:30.796Z Downloaded rand_chacha v0.3.1
8882026-07-22T15:08:30.796Z Downloaded radium v0.7.0
8892026-07-22T15:08:30.796Z Downloaded primeorder v0.13.6
8902026-07-22T15:08:30.796Z Downloaded ppv-lite86 v0.2.21
8912026-07-22T15:08:30.796Z Downloaded password-hash v0.5.0
8922026-07-22T15:08:30.796Z Downloaded expectorate v1.2.0
8932026-07-22T15:08:30.797Z Downloaded primefield v0.14.0
8942026-07-22T15:08:30.797Z Downloaded ed25519-dalek v3.0.0-rc.0
8952026-07-22T15:08:30.797Z Downloaded num-integer v0.1.46
8962026-07-22T15:08:30.797Z Downloaded progenitor v0.14.0
8972026-07-22T15:08:30.797Z Downloaded der v0.8.0
8982026-07-22T15:08:30.797Z Downloaded parking_lot v0.12.5
8992026-07-22T15:08:30.797Z Downloaded recursive v0.1.1
9002026-07-22T15:08:30.798Z Downloaded progenitor-extras v0.2.0
9012026-07-22T15:08:30.798Z Downloaded parking_lot_core v0.9.12
9022026-07-22T15:08:30.798Z Downloaded ref-cast-impl v1.0.25
9032026-07-22T15:08:30.798Z Downloaded progenitor v0.13.0
9042026-07-22T15:08:30.798Z Downloaded icu_locale_core v2.1.1
9052026-07-22T15:08:30.883Z Downloaded psl-types v2.0.11
9062026-07-22T15:08:30.883Z Downloaded ref-cast v1.0.25
9072026-07-22T15:08:30.884Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-07-22T15:08:30.884Z Downloaded progenitor-client v0.13.0
9092026-07-22T15:08:30.884Z Downloaded pem-rfc7468 v0.7.0
9102026-07-22T15:08:30.884Z Downloaded pbkdf2 v0.13.0
9112026-07-22T15:08:30.884Z Downloaded num-traits v0.2.19
9122026-07-22T15:08:30.884Z Downloaded rfc6979 v0.5.0
9132026-07-22T15:08:30.884Z Downloaded psm v0.1.30
9142026-07-22T15:08:30.884Z Downloaded omicron-zone-package v0.12.3
9152026-07-22T15:08:30.884Z Downloaded pkcs1 v0.7.5
9162026-07-22T15:08:30.900Z Downloaded pkcs8 v0.11.0
9172026-07-22T15:08:30.901Z Downloaded pkcs1 v0.8.0-rc.4
9182026-07-22T15:08:30.901Z Downloaded rfc6979 v0.4.0
9192026-07-22T15:08:30.901Z Downloaded miniz_oxide v0.8.9
9202026-07-22T15:08:30.901Z Downloaded r2d2 v0.8.10
9212026-07-22T15:08:30.901Z Downloaded oso v0.27.3
9222026-07-22T15:08:30.901Z Downloaded port-file v0.1.0
9232026-07-22T15:08:30.901Z Downloaded postcard v1.1.3
9242026-07-22T15:08:30.901Z Downloaded postgres-types v0.2.12
9252026-07-22T15:08:30.901Z Downloaded rtoolbox v0.0.3
9262026-07-22T15:08:30.901Z Downloaded postgres-protocol v0.6.10
9272026-07-22T15:08:30.901Z Downloaded rustc-hash v2.1.1
9282026-07-22T15:08:30.901Z Downloaded russh-util v0.52.0
9292026-07-22T15:08:30.901Z Downloaded hashbrown v0.13.2
9302026-07-22T15:08:30.901Z Downloaded rand_chacha v0.9.0
9312026-07-22T15:08:30.901Z Downloaded parking_lot v0.11.2
9322026-07-22T15:08:30.901Z Downloaded jiff-static v0.2.21
9332026-07-22T15:08:30.901Z Downloaded poly1305 v0.9.0
9342026-07-22T15:08:30.901Z Downloaded indicatif v0.18.4
9352026-07-22T15:08:30.901Z Downloaded rand_core v0.9.5
9362026-07-22T15:08:30.902Z Downloaded oxide-update-engine-types v0.1.2
9372026-07-22T15:08:30.902Z Downloaded rand_core v0.6.4
9382026-07-22T15:08:30.902Z Downloaded hickory-resolver v0.25.2
9392026-07-22T15:08:30.902Z Downloaded rustc_version v0.4.1
9402026-07-22T15:08:30.902Z Downloaded russh-cryptovec v0.61.0
9412026-07-22T15:08:30.902Z Downloaded rand_seeder v0.4.0
9422026-07-22T15:08:30.902Z Downloaded diesel_derives v2.3.7
9432026-07-22T15:08:30.902Z Downloaded rand_core v0.10.0
9442026-07-22T15:08:30.902Z Downloaded hickory-resolver v0.24.4
9452026-07-22T15:08:30.902Z Downloaded same-file v1.0.6
9462026-07-22T15:08:30.902Z Downloaded icu_collections v2.1.1
9472026-07-22T15:08:30.902Z Downloaded crossterm v0.29.0
9482026-07-22T15:08:30.902Z Downloaded sapling-renderdag v0.1.0
9492026-07-22T15:08:30.902Z Downloaded scroll_derive v0.13.1
9502026-07-22T15:08:30.902Z Downloaded scopeguard v1.2.0
9512026-07-22T15:08:30.902Z Downloaded hyper-util v0.1.20
9522026-07-22T15:08:30.902Z Downloaded scheduled-thread-pool v0.2.7
9532026-07-22T15:08:30.902Z Downloaded resolv-conf v0.7.6
9542026-07-22T15:08:30.902Z Downloaded rand_xorshift v0.4.0
9552026-07-22T15:08:30.902Z Downloaded proc-macro-error2 v2.0.1
9562026-07-22T15:08:30.902Z Downloaded hickory-server v0.25.2
9572026-07-22T15:08:30.902Z Downloaded pkcs5 v0.8.1
9582026-07-22T15:08:30.902Z Downloaded secrecy v0.8.0
9592026-07-22T15:08:30.902Z Downloaded phf v0.12.1
9602026-07-22T15:08:30.902Z Downloaded openssl-sys v0.9.115
9612026-07-22T15:08:30.902Z Downloaded pin-project v1.1.11
9622026-07-22T15:08:30.902Z Downloaded secrecy v0.10.3
9632026-07-22T15:08:30.902Z Downloaded rpassword v7.5.4
9642026-07-22T15:08:30.907Z Downloaded serde_plain v1.0.2
9652026-07-22T15:08:30.908Z Downloaded serde-big-array v0.5.1
9662026-07-22T15:08:30.908Z Downloaded serde_spanned v1.1.1
9672026-07-22T15:08:30.908Z Downloaded serde_urlencoded v0.7.1
9682026-07-22T15:08:30.908Z Downloaded crossterm v0.28.1
9692026-07-22T15:08:30.908Z Downloaded semver v0.1.20
9702026-07-22T15:08:30.908Z Downloaded quinn-udp v0.5.14
9712026-07-22T15:08:30.908Z Downloaded aes v0.9.1
9722026-07-22T15:08:30.908Z Downloaded http v1.4.2
9732026-07-22T15:08:30.908Z Downloaded serde_bytes v0.11.19
9742026-07-22T15:08:30.908Z Downloaded rustls-pemfile v2.2.0
9752026-07-22T15:08:30.913Z Downloaded rustc_version v0.1.7
9762026-07-22T15:08:30.913Z Downloaded p384 v0.14.0-rc.10
9772026-07-22T15:08:30.913Z Downloaded seq-macro v0.3.6
9782026-07-22T15:08:30.913Z Downloaded rustls-native-certs v0.8.3
9792026-07-22T15:08:30.918Z Downloaded sha1 v0.10.6
9802026-07-22T15:08:30.918Z Downloaded signal-hook-tokio v0.3.1
9812026-07-22T15:08:30.918Z Downloaded shell-words v1.1.1
9822026-07-22T15:08:30.918Z Downloaded serde_repr v0.1.20
9832026-07-22T15:08:30.918Z Downloaded hashbrown v0.12.3
9842026-07-22T15:08:30.922Z Downloaded signature v3.0.0
9852026-07-22T15:08:30.922Z Downloaded siphasher v1.0.2
9862026-07-22T15:08:30.923Z Downloaded aho-corasick v1.1.4
9872026-07-22T15:08:30.927Z Downloaded sigpipe v0.1.3
9882026-07-22T15:08:30.927Z Downloaded rustversion v1.0.22
9892026-07-22T15:08:30.927Z Downloaded sha1 v0.11.0
9902026-07-22T15:08:30.929Z Downloaded rusty-fork v0.3.1
9912026-07-22T15:08:30.929Z Downloaded progenitor-impl v0.13.0
9922026-07-22T15:08:30.934Z Downloaded signal-hook-mio v0.2.5
9932026-07-22T15:08:30.934Z Downloaded papergrid v0.17.0
9942026-07-22T15:08:30.938Z Downloaded slog-envlogger v2.2.0
9952026-07-22T15:08:30.938Z Downloaded scrypt v0.12.0
9962026-07-22T15:08:30.938Z Downloaded scroll v0.13.0
9972026-07-22T15:08:30.943Z Downloaded schemars_derive v0.8.22
9982026-07-22T15:08:30.943Z Downloaded progenitor-impl v0.14.0
9992026-07-22T15:08:30.943Z Downloaded minimal-lexical v0.2.1
10002026-07-22T15:08:30.946Z Downloaded internal-russh-num-bigint v0.5.0
10012026-07-22T15:08:30.950Z Downloaded slog-bunyan v2.5.0
10022026-07-22T15:08:30.950Z Downloaded sec1 v0.8.1
10032026-07-22T15:08:30.950Z Downloaded curve25519-dalek v4.1.3
10042026-07-22T15:08:30.954Z Downloaded primeorder v0.14.0-rc.10
10052026-07-22T15:08:30.959Z Downloaded serde_derive_internals v0.29.1
10062026-07-22T15:08:30.966Z Downloaded serdect v0.4.3
10072026-07-22T15:08:30.975Z Downloaded p256 v0.14.0-rc.10
10082026-07-22T15:08:30.978Z Downloaded serde_with_macros v1.5.2
10092026-07-22T15:08:30.983Z Downloaded sqlparser_derive v0.5.0
10102026-07-22T15:08:30.983Z Downloaded signature v2.2.0
10112026-07-22T15:08:30.987Z Downloaded shlex v1.3.0
10122026-07-22T15:08:30.987Z Downloaded serde_path_to_error v0.1.20
10132026-07-22T15:08:30.987Z Downloaded serde-hex v0.1.0
10142026-07-22T15:08:30.987Z Downloaded rustls-pki-types v1.14.0
10152026-07-22T15:08:30.990Z Downloaded slab v0.4.12
10162026-07-22T15:08:30.990Z Downloaded salsa20 v0.11.0
10172026-07-22T15:08:30.993Z Downloaded stable_deref_trait v1.2.1
10182026-07-22T15:08:30.993Z Downloaded pretty_assertions v1.4.1
10192026-07-22T15:08:30.996Z Downloaded strum v0.27.2
10202026-07-22T15:08:30.996Z Downloaded strum v0.26.3
10212026-07-22T15:08:30.996Z Downloaded prefix-trie v0.7.0
10222026-07-22T15:08:31.002Z Downloaded signal-hook-registry v1.4.8
10232026-07-22T15:08:31.002Z Downloaded rcgen v0.12.1
10242026-07-22T15:08:31.010Z Downloaded mio v1.2.0
10252026-07-22T15:08:31.010Z Downloaded strsim v0.10.0
10262026-07-22T15:08:31.010Z Downloaded strip-ansi-escapes v0.2.1
10272026-07-22T15:08:31.011Z Downloaded sec1 v0.7.3
10282026-07-22T15:08:31.018Z Downloaded structmeta-derive v0.3.0
10292026-07-22T15:08:31.018Z Downloaded take_mut v0.2.2
10302026-07-22T15:08:31.018Z Downloaded tabwriter v1.4.1
10312026-07-22T15:08:31.018Z Downloaded tabled_derive v0.11.0
10322026-07-22T15:08:31.019Z Downloaded sync-ptr v0.1.4
10332026-07-22T15:08:31.019Z Downloaded slog-scope v4.4.1
10342026-07-22T15:08:31.019Z Downloaded ron v0.8.1
10352026-07-22T15:08:31.025Z Downloaded slog-stdlog v4.1.1
10362026-07-22T15:08:31.025Z Downloaded aes-gcm v0.11.0
10372026-07-22T15:08:31.025Z Downloaded slog-async v2.8.0
10382026-07-22T15:08:31.025Z Downloaded prettyplease v0.2.37
10392026-07-22T15:08:31.025Z Downloaded smallvec v0.6.14
10402026-07-22T15:08:31.025Z Downloaded supports-color v3.0.2
10412026-07-22T15:08:31.039Z Downloaded spki v0.7.3
10422026-07-22T15:08:31.039Z Downloaded thread-id v5.1.0
10432026-07-22T15:08:31.039Z Downloaded tagptr v0.2.0
10442026-07-22T15:08:31.039Z Downloaded sync_wrapper v1.0.2
10452026-07-22T15:08:31.039Z Downloaded thiserror-impl-no-std v2.0.2
10462026-07-22T15:08:31.039Z Downloaded testing_table v0.3.0
10472026-07-22T15:08:31.039Z Downloaded subtle v2.6.1
10482026-07-22T15:08:31.047Z Downloaded slog-term v2.9.2
10492026-07-22T15:08:31.047Z Downloaded slog-json v2.6.1
10502026-07-22T15:08:31.047Z Downloaded hashbrown v0.16.1
10512026-07-22T15:08:31.048Z Downloaded slog-dtrace v0.3.0
10522026-07-22T15:08:31.048Z Downloaded simd-adler32 v0.3.8
10532026-07-22T15:08:31.048Z Downloaded serde_with_macros v3.21.0
10542026-07-22T15:08:31.048Z Downloaded serde_cbor v0.11.2
10552026-07-22T15:08:31.048Z Downloaded rayon-core v1.13.0
10562026-07-22T15:08:31.052Z Downloaded num-bigint v0.4.6
10572026-07-22T15:08:31.052Z Downloaded termtree v0.5.1
10582026-07-22T15:08:31.052Z Downloaded time-core v0.1.8
10592026-07-22T15:08:31.052Z Downloaded ssh-cipher v0.3.0-rc.9
10602026-07-22T15:08:31.052Z Downloaded string_cache v0.8.9
10612026-07-22T15:08:31.052Z Downloaded static_assertions v1.1.0
10622026-07-22T15:08:31.056Z Downloaded snafu-derive v0.8.9
10632026-07-22T15:08:31.056Z Downloaded nom v7.1.3
10642026-07-22T15:08:31.058Z Downloaded smf v0.2.3
10652026-07-22T15:08:31.058Z Downloaded iri-string v0.7.10
10662026-07-22T15:08:31.062Z Downloaded tinyvec_macros v0.1.1
10672026-07-22T15:08:31.066Z Downloaded sqlformat v0.3.5
10682026-07-22T15:08:31.068Z Downloaded sha2 v0.11.0
10692026-07-22T15:08:31.071Z Downloaded tap v1.0.1
10702026-07-22T15:08:31.073Z Downloaded support-bundle-viewer v0.1.2
10712026-07-22T15:08:31.073Z Downloaded publicsuffix v2.3.0
10722026-07-22T15:08:31.076Z Downloaded ryu v1.0.23
10732026-07-22T15:08:31.076Z Downloaded strum_macros v0.24.3
10742026-07-22T15:08:31.081Z Downloaded rand v0.8.6
10752026-07-22T15:08:31.081Z Downloaded qorb v0.4.1
10762026-07-22T15:08:31.083Z Downloaded futures-util v0.3.32
10772026-07-22T15:08:31.088Z Downloaded tokio-macros v2.7.0
10782026-07-22T15:08:31.092Z Downloaded tower-layer v0.3.3
10792026-07-22T15:08:31.092Z Downloaded tokio-test v0.4.5
10802026-07-22T15:08:31.092Z Downloaded serde_yaml v0.9.34+deprecated
10812026-07-22T15:08:31.095Z Downloaded thread_local v1.1.9
10822026-07-22T15:08:31.095Z Downloaded thiserror-no-std v2.0.2
10832026-07-22T15:08:31.098Z Downloaded p521 v0.14.0-rc.10
10842026-07-22T15:08:31.101Z Downloaded itertools v0.13.0
10852026-07-22T15:08:31.104Z Downloaded hashbrown v0.15.5
10862026-07-22T15:08:31.106Z Downloaded signal-hook v0.3.18
10872026-07-22T15:08:31.116Z Downloaded smallvec v1.15.1
10882026-07-22T15:08:31.124Z Downloaded termios v0.3.3
10892026-07-22T15:08:31.125Z Downloaded topological-sort v0.2.2
10902026-07-22T15:08:31.125Z Downloaded try-lock v0.2.5
10912026-07-22T15:08:31.125Z Downloaded tower-service v0.3.3
10922026-07-22T15:08:31.125Z Downloaded itertools v0.12.1
10932026-07-22T15:08:31.125Z Downloaded trait-variant v0.1.2
10942026-07-22T15:08:31.125Z Downloaded dropshot-api-manager v0.7.2
10952026-07-22T15:08:31.128Z Downloaded bitvec v1.0.1
10962026-07-22T15:08:31.131Z Downloaded tinystr v0.8.2
10972026-07-22T15:08:31.133Z Downloaded rustls-platform-verifier v0.6.2
10982026-07-22T15:08:31.135Z Downloaded crypto-primes v0.7.2
10992026-07-22T15:08:31.138Z Downloaded icu_properties_data v2.1.2
11002026-07-22T15:08:31.142Z Downloaded unicode-xid v0.2.6
11012026-07-22T15:08:31.145Z Downloaded unit-prefix v0.5.2
11022026-07-22T15:08:31.145Z Downloaded unicode-truncate v1.1.0
11032026-07-22T15:08:31.149Z Downloaded libxml v0.3.3
11042026-07-22T15:08:31.152Z Downloaded term v0.7.0
11052026-07-22T15:08:31.152Z Downloaded tokio-dtrace v0.1.1
11062026-07-22T15:08:31.152Z Downloaded schemars v0.9.0
11072026-07-22T15:08:31.158Z Downloaded utf8_iter v1.0.4
11082026-07-22T15:08:31.161Z Downloaded utf-8 v0.7.6
11092026-07-22T15:08:31.161Z Downloaded usdt-macro v0.6.0
11102026-07-22T15:08:31.161Z Downloaded usdt-attr-macro v0.6.0
11112026-07-22T15:08:31.161Z Downloaded itertools v0.10.5
11122026-07-22T15:08:31.165Z Downloaded toml_writer v1.1.1+spec-1.1.0
11132026-07-22T15:08:31.168Z Downloaded idna v1.1.0
11142026-07-22T15:08:31.170Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11152026-07-22T15:08:31.170Z Downloaded rustls-webpki v0.103.13
11162026-07-22T15:08:31.173Z Downloaded rsa v0.9.10
11172026-07-22T15:08:31.176Z Downloaded term v1.2.1
11182026-07-22T15:08:31.180Z Downloaded wait-timeout v0.2.1
11192026-07-22T15:08:31.180Z Downloaded quinn v0.11.9
11202026-07-22T15:08:31.183Z Downloaded void v1.0.2
11212026-07-22T15:08:31.183Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-07-22T15:08:31.183Z Downloaded itertools v0.14.0
11232026-07-22T15:08:31.186Z Downloaded usdt v0.6.0
11242026-07-22T15:08:31.189Z Downloaded aws-lc-rs v1.16.3
11252026-07-22T15:08:31.193Z Downloaded typify-macro v0.6.2
11262026-07-22T15:08:31.193Z Downloaded rand v0.9.2
11272026-07-22T15:08:31.197Z Downloaded hkdf v0.13.0
11282026-07-22T15:08:31.199Z Downloaded tui-tree-widget v0.23.1
11292026-07-22T15:08:31.199Z Downloaded xattr v1.6.1
11302026-07-22T15:08:31.200Z Downloaded waitgroup v0.1.2
11312026-07-22T15:08:31.200Z Downloaded hkdf v0.12.4
11322026-07-22T15:08:31.203Z Downloaded untrusted v0.7.1
11332026-07-22T15:08:31.203Z Downloaded samael v0.0.19
11342026-07-22T15:08:31.206Z Downloaded universal-hash v0.5.1
11352026-07-22T15:08:31.206Z Downloaded tokio-tungstenite v0.23.1
11362026-07-22T15:08:31.209Z Downloaded unicase v2.9.0
11372026-07-22T15:08:31.209Z Downloaded tokio-native-tls v0.3.1
11382026-07-22T15:08:31.209Z Downloaded tls_codec v0.4.2
11392026-07-22T15:08:31.211Z Downloaded schemars v0.8.22
11402026-07-22T15:08:31.216Z Downloaded universal-hash v0.6.1
11412026-07-22T15:08:31.223Z Downloaded tokio-stream v0.1.18
11422026-07-22T15:08:31.233Z Downloaded socket2 v0.5.10
11432026-07-22T15:08:31.233Z Downloaded untrusted v0.9.0
11442026-07-22T15:08:31.233Z Downloaded unarray v0.1.4
11452026-07-22T15:08:31.233Z Downloaded yoke-derive v0.8.1
11462026-07-22T15:08:31.233Z Downloaded tls_codec_derive v0.4.2
11472026-07-22T15:08:31.233Z Downloaded similar v2.7.0
11482026-07-22T15:08:31.241Z Downloaded tokio-tungstenite v0.21.0
11492026-07-22T15:08:31.242Z Downloaded schemars v1.2.1
11502026-07-22T15:08:31.242Z Downloaded zeroize_derive v1.4.3
11512026-07-22T15:08:31.243Z Downloaded blake3 v1.8.5
11522026-07-22T15:08:31.247Z Downloaded vsss-rs v3.3.4
11532026-07-22T15:08:31.247Z Downloaded want v0.3.1
11542026-07-22T15:08:31.247Z Downloaded uzers v0.12.2
11552026-07-22T15:08:31.247Z Downloaded zerofrom-derive v0.1.6
11562026-07-22T15:08:31.247Z Downloaded usdt-impl v0.6.0
11572026-07-22T15:08:31.255Z Downloaded test-strategy v0.4.5
11582026-07-22T15:08:31.255Z Downloaded vergen-lib v9.1.0
11592026-07-22T15:08:31.255Z Downloaded tracing-attributes v0.1.31
11602026-07-22T15:08:31.260Z Downloaded zone_cfg_derive v0.3.1
11612026-07-22T15:08:31.260Z Downloaded vergen-lib v0.1.6
11622026-07-22T15:08:31.260Z Downloaded vergen-git2 v9.1.0
11632026-07-22T15:08:31.260Z Downloaded zone v0.3.1
11642026-07-22T15:08:31.260Z Downloaded libm v0.2.16
11652026-07-22T15:08:31.265Z Downloaded tinyvec v1.10.0
11662026-07-22T15:08:31.265Z Downloaded rand v0.10.1
11672026-07-22T15:08:31.265Z Downloaded walkdir v2.5.0
11682026-07-22T15:08:31.270Z Downloaded socket2 v0.6.3
11692026-07-22T15:08:31.270Z Downloaded writeable v0.6.2
11702026-07-22T15:08:31.270Z Downloaded subprocess v0.2.15
11712026-07-22T15:08:31.270Z Downloaded whoami v2.1.0
11722026-07-22T15:08:31.281Z Downloaded iddqd v0.4.2
11732026-07-22T15:08:31.281Z Downloaded unicode-properties v0.1.4
11742026-07-22T15:08:31.281Z Downloaded xshell v0.2.7
11752026-07-22T15:08:31.281Z Downloaded twox-hash v2.1.2
11762026-07-22T15:08:31.283Z Downloaded h2 v0.4.15
11772026-07-22T15:08:31.283Z Downloaded yoke v0.8.1
11782026-07-22T15:08:31.286Z Downloaded xshell-macros v0.2.7
11792026-07-22T15:08:31.286Z Downloaded toml v0.7.8
11802026-07-22T15:08:31.286Z Downloaded tokio-rustls v0.26.4
11812026-07-22T15:08:31.292Z Downloaded tar v0.4.46
11822026-07-22T15:08:31.292Z Downloaded zerovec-derive v0.11.2
11832026-07-22T15:08:31.295Z Downloaded zeroize v1.8.2
11842026-07-22T15:08:31.295Z Downloaded zerofrom v0.1.6
11852026-07-22T15:08:31.295Z Downloaded bindgen v0.71.1
11862026-07-22T15:08:31.298Z Downloaded slog v2.8.2
11872026-07-22T15:08:31.298Z Downloaded num-bigint-dig v0.8.6
11882026-07-22T15:08:31.301Z Downloaded tiny-keccak v2.0.2
11892026-07-22T15:08:31.304Z Downloaded time-macros v0.2.27
11902026-07-22T15:08:31.304Z Downloaded zstd v0.13.3
11912026-07-22T15:08:31.307Z Downloaded toml_parser v1.1.2+spec-1.1.0
11922026-07-22T15:08:31.307Z Downloaded vergen v9.1.0
11932026-07-22T15:08:31.308Z Downloaded toml v1.1.2+spec-1.1.0
11942026-07-22T15:08:31.311Z Downloaded nom v8.0.0
11952026-07-22T15:08:31.314Z Downloaded snafu v0.8.9
11962026-07-22T15:08:31.317Z Downloaded wyz v0.5.1
11972026-07-22T15:08:31.317Z Downloaded typify v0.6.2
11982026-07-22T15:08:31.320Z Downloaded rsa v0.10.0-rc.18
11992026-07-22T15:08:31.323Z Downloaded unicode-bidi v0.3.18
12002026-07-22T15:08:31.326Z Downloaded yasna v0.5.2
12012026-07-22T15:08:31.326Z Downloaded tracing-core v0.1.36
12022026-07-22T15:08:31.330Z Downloaded rustyline v14.0.0
12032026-07-22T15:08:31.333Z Downloaded zstd-safe v7.2.4
12042026-07-22T15:08:31.333Z Downloaded unsafe-libyaml v0.2.11
12052026-07-22T15:08:31.333Z Downloaded hyper v1.10.1
12062026-07-22T15:08:31.338Z Downloaded synstructure v0.13.2
12072026-07-22T15:08:31.340Z Downloaded uuid v1.23.4
12082026-07-22T15:08:31.340Z Downloaded strum_macros v0.27.2
12092026-07-22T15:08:31.340Z Downloaded chrono v0.4.45
12102026-07-22T15:08:31.344Z Downloaded zerocopy v0.6.6
12112026-07-22T15:08:31.347Z Downloaded strum_macros v0.26.4
12122026-07-22T15:08:31.347Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-22T15:08:31.350Z Downloaded vergen-gitcl v1.0.8
12142026-07-22T15:08:31.354Z Downloaded spin v0.9.8
12152026-07-22T15:08:31.354Z Downloaded structmeta v0.3.0
12162026-07-22T15:08:31.355Z Downloaded stringprep v0.1.5
12172026-07-22T15:08:31.355Z Downloaded stacker v0.1.23
12182026-07-22T15:08:31.355Z Downloaded ssh-encoding v0.3.0-rc.9
12192026-07-22T15:08:31.358Z Downloaded whoami v1.6.1
12202026-07-22T15:08:31.358Z Downloaded serde_with v1.14.0
12212026-07-22T15:08:31.361Z Downloaded spki v0.8.0
12222026-07-22T15:08:31.367Z Downloaded vte v0.14.1
12232026-07-22T15:08:31.369Z Downloaded git2 v0.20.4
12242026-07-22T15:08:31.369Z Downloaded reedline v0.40.0
12252026-07-22T15:08:31.374Z Downloaded tungstenite v0.21.0
12262026-07-22T15:08:31.378Z Downloaded tungstenite v0.23.0
12272026-07-22T15:08:31.391Z Downloaded p384 v0.13.1
12282026-07-22T15:08:31.394Z Downloaded steno v0.4.1
12292026-07-22T15:08:31.402Z Downloaded regex v1.12.3
12302026-07-22T15:08:31.405Z Downloaded toml_edit v0.19.15
12312026-07-22T15:08:31.416Z Downloaded zopfli v0.8.3
12322026-07-22T15:08:31.420Z Downloaded zerotrie v0.2.3
12332026-07-22T15:08:31.420Z Downloaded reqwest v0.13.2
12342026-07-22T15:08:31.423Z Downloaded tokio-postgres v0.7.16
12352026-07-22T15:08:31.426Z Downloaded reqwest v0.12.28
12362026-07-22T15:08:31.436Z Downloaded unicode_categories v0.1.1
12372026-07-22T15:08:31.439Z Downloaded zerocopy-derive v0.8.40
12382026-07-22T15:08:31.446Z Downloaded goblin v0.10.5
12392026-07-22T15:08:31.450Z Downloaded rayon v1.11.0
12402026-07-22T15:08:31.454Z Downloaded rawzip v0.4.4
12412026-07-22T15:08:31.458Z Downloaded zip v0.6.6
12422026-07-22T15:08:31.460Z Downloaded tower v0.5.3
12432026-07-22T15:08:31.465Z Downloaded typed-path v0.9.3
12442026-07-22T15:08:31.468Z Downloaded ssh-key v0.7.0-rc.10
12452026-07-22T15:08:31.473Z Downloaded unicode-segmentation v1.12.0
12462026-07-22T15:08:31.475Z Downloaded portable-atomic v1.13.1
12472026-07-22T15:08:31.479Z Downloaded yansi v1.0.1
12482026-07-22T15:08:31.483Z Downloaded quick-xml v0.37.5
12492026-07-22T15:08:31.486Z Downloaded url v2.5.8
12502026-07-22T15:08:31.490Z Downloaded lalrpop v0.19.12
12512026-07-22T15:08:31.498Z Downloaded crypto-bigint v0.7.5
12522026-07-22T15:08:31.509Z Downloaded tough v0.22.0
12532026-07-22T15:08:31.515Z Downloaded object v0.30.4
12542026-07-22T15:08:31.520Z Downloaded zerovec v0.11.5
12552026-07-22T15:08:31.535Z Downloaded unicode-normalization v0.1.25
12562026-07-22T15:08:31.541Z Downloaded petname v2.0.2
12572026-07-22T15:08:31.541Z Downloaded moka v0.12.13
12582026-07-22T15:08:31.547Z Downloaded russh v0.61.2
12592026-07-22T15:08:31.550Z Downloaded winnow v0.6.26
12602026-07-22T15:08:31.553Z Downloaded x509-cert v0.2.5
12612026-07-22T15:08:31.556Z Downloaded polar-core v0.27.3
12622026-07-22T15:08:31.561Z Downloaded tokio-util v0.7.18
12632026-07-22T15:08:31.567Z Downloaded winnow v0.5.40
12642026-07-22T15:08:31.571Z Downloaded tower-http v0.6.8
12652026-07-22T15:08:31.576Z Downloaded zip v4.6.1
12662026-07-22T15:08:31.579Z Downloaded serde_with v3.21.0
12672026-07-22T15:08:31.585Z Downloaded salty v0.3.0
12682026-07-22T15:08:31.588Z Downloaded dropshot v0.17.1
12692026-07-22T15:08:31.600Z Downloaded nix v0.28.0
12702026-07-22T15:08:31.606Z Downloaded smoltcp v0.9.1
12712026-07-22T15:08:31.612Z Downloaded quinn-proto v0.11.13
12722026-07-22T15:08:31.616Z Downloaded proptest v1.10.0
12732026-07-22T15:08:31.621Z Downloaded curve25519-dalek v5.0.0-rc.0
12742026-07-22T15:08:31.627Z Downloaded regex-syntax v0.6.29
12752026-07-22T15:08:31.631Z Downloaded diesel v2.3.7
12762026-07-22T15:08:31.643Z Downloaded radix_trie v0.2.1
12772026-07-22T15:08:31.646Z Downloaded openapiv3 v2.2.0
12782026-07-22T15:08:31.653Z Downloaded regress v0.11.1
12792026-07-22T15:08:31.658Z Downloaded regex-syntax v0.8.10
12802026-07-22T15:08:31.663Z Downloaded nix v0.27.1
12812026-07-22T15:08:31.669Z Downloaded openssl v0.10.79
12822026-07-22T15:08:31.679Z Downloaded bstr v1.12.1
12832026-07-22T15:08:31.695Z Downloaded winnow v1.0.3
12842026-07-22T15:08:31.703Z Downloaded tabled v0.20.0
12852026-07-22T15:08:31.711Z Downloaded fiat-crypto v0.3.0
12862026-07-22T15:08:31.721Z Downloaded typify-impl v0.6.2
12872026-07-22T15:08:31.741Z Downloaded zerocopy-derive v0.6.6
12882026-07-22T15:08:31.746Z Downloaded hickory-proto v0.24.4
12892026-07-22T15:08:31.754Z Downloaded regex-automata v0.4.14
12902026-07-22T15:08:31.763Z Downloaded nix v0.31.2
12912026-07-22T15:08:31.775Z Downloaded zlib-rs v0.6.2
12922026-07-22T15:08:31.775Z Downloaded csv v1.4.0
12932026-07-22T15:08:31.785Z Downloaded petgraph v0.8.3
12942026-07-22T15:08:31.797Z Downloaded vcpkg v0.2.15
12952026-07-22T15:08:31.819Z Downloaded regress v0.10.5
12962026-07-22T15:08:31.824Z Downloaded hickory-proto v0.25.2
12972026-07-22T15:08:31.832Z Downloaded sha3 v0.10.8
12982026-07-22T15:08:31.836Z Downloaded zerocopy v0.8.40
12992026-07-22T15:08:31.841Z Downloaded smoltcp v0.11.0
13002026-07-22T15:08:31.847Z Downloaded time v0.3.47
13012026-07-22T15:08:31.853Z Downloaded object v0.37.3
13022026-07-22T15:08:31.863Z Downloaded rustls v0.23.41
13032026-07-22T15:08:31.869Z Downloaded rustix v0.38.44
13042026-07-22T15:08:31.944Z Downloaded sqlparser v0.61.0
13052026-07-22T15:08:31.976Z Downloaded sled v0.34.7
13062026-07-22T15:08:32.004Z Downloaded sha3 v0.11.0
13072026-07-22T15:08:32.015Z Downloaded ratatui v0.29.0
13082026-07-22T15:08:32.026Z Downloaded tracing v0.1.44
13092026-07-22T15:08:32.039Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-07-22T15:08:32.092Z Downloaded chrono-tz v0.10.4
13112026-07-22T15:08:32.103Z Downloaded petgraph v0.6.5
13122026-07-22T15:08:32.124Z Downloaded jiff v0.2.21
13132026-07-22T15:08:32.167Z Downloaded libz-sys v1.1.24
13142026-07-22T15:08:32.177Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-07-22T15:08:32.200Z Downloaded tokio v1.52.1
13162026-07-22T15:08:32.284Z Downloaded encoding_rs v0.8.35
13172026-07-22T15:08:32.324Z Downloaded ring v0.17.14
13182026-07-22T15:08:32.369Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-07-22T15:08:32.862Z Downloaded aws-lc-sys v0.40.0
13202026-07-22T15:08:33.117Z Compiling libc v0.2.185
13212026-07-22T15:08:33.117Z Compiling serde_core v1.0.228
13222026-07-22T15:08:33.117Z Compiling serde v1.0.228
13232026-07-22T15:08:33.130Z Compiling log v0.4.29
13242026-07-22T15:08:33.131Z Compiling smallvec v1.15.1
13252026-07-22T15:08:33.131Z Compiling find-msvc-tools v0.1.9
13262026-07-22T15:08:33.131Z Compiling shlex v1.3.0
13272026-07-22T15:08:33.131Z Compiling syn v2.0.117
13282026-07-22T15:08:33.540Z Compiling subtle v2.6.1
13292026-07-22T15:08:33.579Z Compiling stable_deref_trait v1.2.1
13302026-07-22T15:08:33.580Z Compiling scopeguard v1.2.0
13312026-07-22T15:08:33.654Z Compiling typenum v1.20.1
13322026-07-22T15:08:33.706Z Compiling lock_api v0.4.14
13332026-07-22T15:08:33.716Z Compiling serde_json v1.0.150
13342026-07-22T15:08:33.726Z Compiling portable-atomic v1.13.1
13352026-07-22T15:08:33.751Z Compiling zerocopy v0.8.40
13362026-07-22T15:08:33.914Z Compiling pin-project-lite v0.2.17
13372026-07-22T15:08:33.940Z Compiling parking_lot_core v0.9.12
13382026-07-22T15:08:34.012Z Compiling getrandom v0.4.1
13392026-07-22T15:08:34.156Z Compiling jobserver v0.1.34
13402026-07-22T15:08:34.194Z Compiling errno v0.3.14
13412026-07-22T15:08:34.289Z Compiling getrandom v0.2.17
13422026-07-22T15:08:34.354Z Compiling libm v0.2.16
13432026-07-22T15:08:34.377Z Compiling cc v1.2.56
13442026-07-22T15:08:34.466Z Compiling critical-section v1.2.0
13452026-07-22T15:08:34.532Z Compiling pkg-config v0.3.32
13462026-07-22T15:08:34.545Z Compiling rand_core v0.6.4
13472026-07-22T15:08:34.595Z Compiling signal-hook-registry v1.4.8
13482026-07-22T15:08:34.699Z Compiling once_cell v1.21.3
13492026-07-22T15:08:34.823Z Compiling num-traits v0.2.19
13502026-07-22T15:08:34.869Z Compiling futures-core v0.3.32
13512026-07-22T15:08:34.914Z Compiling rand_core v0.10.0
13522026-07-22T15:08:35.043Z Compiling parking_lot v0.12.5
13532026-07-22T15:08:35.092Z Compiling mio v1.2.0
13542026-07-22T15:08:35.185Z Compiling generic-array v0.14.7
13552026-07-22T15:08:35.299Z Compiling litemap v0.8.1
13562026-07-22T15:08:35.400Z Compiling writeable v0.6.2
13572026-07-22T15:08:35.494Z Compiling bitflags v2.11.0
13582026-07-22T15:08:35.563Z Compiling const-oid v0.9.6
13592026-07-22T15:08:35.576Z Compiling percent-encoding v2.3.2
13602026-07-22T15:08:35.600Z Compiling semver v1.0.28
13612026-07-22T15:08:35.777Z Compiling icu_properties_data v2.1.2
13622026-07-22T15:08:35.789Z Compiling icu_normalizer_data v2.1.1
13632026-07-22T15:08:36.016Z Compiling socket2 v0.6.3
13642026-07-22T15:08:36.144Z Compiling futures-sink v0.3.32
13652026-07-22T15:08:36.176Z Compiling futures-task v0.3.32
13662026-07-22T15:08:36.228Z Compiling synstructure v0.13.2
13672026-07-22T15:08:36.242Z Compiling futures-channel v0.3.32
13682026-07-22T15:08:36.337Z Compiling slab v0.4.12
13692026-07-22T15:08:36.355Z Compiling futures-io v0.3.32
13702026-07-22T15:08:36.428Z Compiling utf8_iter v1.0.4
13712026-07-22T15:08:36.474Z Compiling indexmap v2.14.0
13722026-07-22T15:08:36.499Z Compiling form_urlencoded v1.2.2
13732026-07-22T15:08:36.515Z Compiling getrandom v0.3.4
13742026-07-22T15:08:36.551Z Compiling rustversion v1.0.22
13752026-07-22T15:08:36.567Z Compiling cmake v0.1.57
13762026-07-22T15:08:36.581Z Compiling dunce v1.0.5
13772026-07-22T15:08:36.681Z Compiling fs_extra v1.3.0
13782026-07-22T15:08:36.688Z Compiling ident_case v1.0.1
13792026-07-22T15:08:36.812Z Compiling rustix v1.1.3
13802026-07-22T15:08:36.825Z Compiling iana-time-zone v0.1.65
13812026-07-22T15:08:36.963Z Compiling regex-syntax v0.8.10
13822026-07-22T15:08:36.971Z Compiling aws-lc-sys v0.40.0
13832026-07-22T15:08:37.037Z Compiling uuid v1.23.4
13842026-07-22T15:08:37.129Z Compiling base64ct v1.8.3
13852026-07-22T15:08:37.423Z Compiling rand_core v0.9.5
13862026-07-22T15:08:37.435Z Compiling vcpkg v0.2.15
13872026-07-22T15:08:37.582Z Compiling base64 v0.22.1
13882026-07-22T15:08:37.708Z Compiling pem-rfc7468 v0.7.0
13892026-07-22T15:08:37.778Z Compiling rustc_version v0.4.1
13902026-07-22T15:08:37.934Z Compiling tracing-core v0.1.36
13912026-07-22T15:08:37.974Z Compiling serde_derive v1.0.228
13922026-07-22T15:08:38.016Z Compiling zeroize_derive v1.4.3
13932026-07-22T15:08:38.107Z Compiling zerofrom-derive v0.1.6
13942026-07-22T15:08:38.169Z Compiling yoke-derive v0.8.1
13952026-07-22T15:08:38.529Z Compiling zerovec-derive v0.11.2
13962026-07-22T15:08:38.558Z Compiling displaydoc v0.2.5
13972026-07-22T15:08:38.699Z Compiling zeroize v1.8.2
13982026-07-22T15:08:38.904Z Compiling zerocopy-derive v0.8.40
13992026-07-22T15:08:39.336Z Compiling tokio-macros v2.7.0
14002026-07-22T15:08:39.394Z Compiling futures-macro v0.3.32
14012026-07-22T15:08:39.615Z Compiling zerofrom v0.1.6
14022026-07-22T15:08:39.669Z Compiling yoke v0.8.1
14032026-07-22T15:08:39.669Z Compiling openssl-sys v0.9.115
14042026-07-22T15:08:39.875Z Compiling zerovec v0.11.5
14052026-07-22T15:08:39.921Z Compiling zerotrie v0.2.3
14062026-07-22T15:08:40.081Z Compiling crypto-common v0.1.7
14072026-07-22T15:08:40.218Z Compiling block-buffer v0.10.4
14082026-07-22T15:08:40.317Z Compiling der_derive v0.7.3
14092026-07-22T15:08:40.318Z Compiling futures-util v0.3.32
14102026-07-22T15:08:40.318Z Compiling thiserror-impl v2.0.18
14112026-07-22T15:08:40.382Z Compiling tinystr v0.8.2
14122026-07-22T15:08:40.382Z Compiling potential_utf v0.1.4
14132026-07-22T15:08:40.523Z Compiling icu_locale_core v2.1.1
14142026-07-22T15:08:40.551Z Compiling icu_collections v2.1.1
14152026-07-22T15:08:41.055Z Compiling digest v0.10.7
14162026-07-22T15:08:41.163Z Compiling icu_provider v2.1.1
14172026-07-22T15:08:41.263Z Compiling tracing-attributes v0.1.31
14182026-07-22T15:08:41.375Z Compiling bytes v1.11.1
14192026-07-22T15:08:41.389Z Compiling icu_normalizer v2.1.1
14202026-07-22T15:08:41.425Z Compiling icu_properties v2.1.2
14212026-07-22T15:08:41.530Z Compiling chrono v0.4.45
14222026-07-22T15:08:41.913Z Compiling tokio v1.52.1
14232026-07-22T15:08:41.971Z Compiling http v1.4.2
14242026-07-22T15:08:42.456Z Compiling idna_adapter v1.2.1
14252026-07-22T15:08:42.491Z Compiling aws-lc-rs v1.16.3
14262026-07-22T15:08:42.551Z Compiling flagset v0.4.7
14272026-07-22T15:08:42.590Z Compiling idna v1.1.0
14282026-07-22T15:08:42.684Z Compiling der v0.7.10
14292026-07-22T15:08:42.791Z Compiling http-body v1.0.1
14302026-07-22T15:08:42.875Z Compiling url v2.5.8
14312026-07-22T15:08:42.905Z Compiling tracing v0.1.44
14322026-07-22T15:08:42.948Z Compiling thiserror v2.0.18
14332026-07-22T15:08:43.120Z Compiling rustls-pki-types v1.14.0
14342026-07-22T15:08:43.171Z Compiling ppv-lite86 v0.2.21
14352026-07-22T15:08:43.229Z Compiling serde_derive_internals v0.29.1
14362026-07-22T15:08:43.309Z Compiling dyn-clone v1.0.20
14372026-07-22T15:08:43.500Z Compiling httparse v1.10.1
14382026-07-22T15:08:43.572Z Compiling rand_chacha v0.9.0
14392026-07-22T15:08:43.629Z Compiling tinyvec_macros v0.1.1
14402026-07-22T15:08:43.721Z Compiling cmov v0.5.4
14412026-07-22T15:08:43.915Z Compiling schemars v0.8.22
14422026-07-22T15:08:44.023Z Compiling openssl-probe v0.2.1
14432026-07-22T15:08:44.024Z Compiling ctutils v0.4.2
14442026-07-22T15:08:44.024Z Compiling rand v0.9.2
14452026-07-22T15:08:44.161Z Compiling tinyvec v1.10.0
14462026-07-22T15:08:44.161Z Compiling spki v0.7.3
14472026-07-22T15:08:44.229Z Compiling schemars_derive v0.8.22
14482026-07-22T15:08:44.229Z Compiling pest_generator v2.8.6
14492026-07-22T15:08:44.267Z Compiling aho-corasick v1.1.4
14502026-07-22T15:08:44.267Z Compiling atomic-waker v1.1.2
14512026-07-22T15:08:44.315Z Compiling tower-service v0.3.3
14522026-07-22T15:08:44.368Z Compiling tower-layer v0.3.3
14532026-07-22T15:08:44.423Z Compiling untrusted v0.7.1
14542026-07-22T15:08:44.532Z Compiling try-lock v0.2.5
14552026-07-22T15:08:44.642Z Compiling tempfile v3.25.0
14562026-07-22T15:08:44.724Z Compiling want v0.3.1
14572026-07-22T15:08:44.840Z Compiling hybrid-array v0.4.13
14582026-07-22T15:08:44.956Z Compiling pest_derive v2.8.6
14592026-07-22T15:08:45.041Z Compiling ipnet v2.11.0
14602026-07-22T15:08:45.144Z Compiling regex-automata v0.4.14
14612026-07-22T15:08:45.289Z Compiling scroll_derive v0.13.1
14622026-07-22T15:08:45.392Z Compiling darling_core v0.20.11
14632026-07-22T15:08:45.547Z Compiling rustls v0.23.41
14642026-07-22T15:08:45.720Z Compiling tokio-util v0.7.18
14652026-07-22T15:08:45.955Z Compiling openssl v0.10.79
14662026-07-22T15:08:46.140Z Compiling httpdate v1.0.3
14672026-07-22T15:08:46.235Z Compiling untrusted v0.9.0
14682026-07-22T15:08:46.302Z Compiling foreign-types-shared v0.1.1
14692026-07-22T15:08:46.344Z Compiling cpufeatures v0.2.17
14702026-07-22T15:08:46.441Z Compiling h2 v0.4.15
14712026-07-22T15:08:46.441Z Compiling foreign-types v0.3.2
14722026-07-22T15:08:46.518Z Compiling scroll v0.13.0
14732026-07-22T15:08:46.668Z Compiling unicode-normalization v0.1.25
14742026-07-22T15:08:46.741Z Compiling pkcs8 v0.10.2
14752026-07-22T15:08:46.995Z Compiling openssl-macros v0.1.1
14762026-07-22T15:08:47.124Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-22T15:08:47.178Z Compiling spin v0.9.8
14782026-07-22T15:08:47.364Z Compiling num-conv v0.2.0
14792026-07-22T15:08:47.435Z Compiling time-core v0.1.8
14802026-07-22T15:08:47.497Z Compiling powerfmt v0.2.0
14812026-07-22T15:08:47.547Z Compiling crc32fast v1.5.0
14822026-07-22T15:08:47.548Z Compiling native-tls v0.2.18
14832026-07-22T15:08:47.548Z Compiling time-macros v0.2.27
14842026-07-22T15:08:47.586Z Compiling darling_macro v0.20.11
14852026-07-22T15:08:47.660Z Compiling deranged v0.5.8
14862026-07-22T15:08:48.066Z Compiling darling v0.20.11
14872026-07-22T15:08:48.147Z Compiling goblin v0.10.5
14882026-07-22T15:08:48.595Z Compiling sha2 v0.10.9
14892026-07-22T15:08:48.608Z Compiling hmac v0.12.1
14902026-07-22T15:08:48.745Z Compiling sync_wrapper v1.0.2
14912026-07-22T15:08:48.855Z Compiling wait-timeout v0.2.1
14922026-07-22T15:08:49.050Z Compiling num_threads v0.1.7
14932026-07-22T15:08:49.122Z Compiling quick-error v1.2.3
14942026-07-22T15:08:49.152Z Compiling syn v1.0.109
14952026-07-22T15:08:49.241Z Compiling siphasher v1.0.2
14962026-07-22T15:08:49.423Z Compiling hyper v1.10.1
14972026-07-22T15:08:49.503Z Compiling crossbeam-utils v0.8.21
14982026-07-22T15:08:49.781Z Compiling usdt-impl v0.6.0
14992026-07-22T15:08:49.938Z Compiling bit-vec v0.8.0
15002026-07-22T15:08:49.994Z Compiling simd-adler32 v0.3.8
15012026-07-22T15:08:50.183Z Compiling bit-set v0.8.0
15022026-07-22T15:08:50.380Z Compiling rusty-fork v0.3.1
15032026-07-22T15:08:50.421Z Compiling time v0.3.47
15042026-07-22T15:08:50.539Z Compiling hyper-util v0.1.20
15052026-07-22T15:08:50.715Z Compiling tower v0.5.3
15062026-07-22T15:08:50.768Z Compiling derive_builder_core v0.20.2
15072026-07-22T15:08:50.958Z Compiling dof v0.4.0
15082026-07-22T15:08:51.345Z Compiling dtrace-parser v0.3.0
15092026-07-22T15:08:51.589Z Compiling http-body-util v0.1.3
15102026-07-22T15:08:51.826Z Compiling heapless v0.7.17
15112026-07-22T15:08:51.939Z Compiling thiserror-impl v1.0.69
15122026-07-22T15:08:52.047Z Compiling scroll_derive v0.12.1
15132026-07-22T15:08:52.069Z Compiling rand_xorshift v0.4.0
15142026-07-22T15:08:52.083Z Compiling slog v2.8.2
15152026-07-22T15:08:52.202Z Compiling darling_core v0.23.0
15162026-07-22T15:08:52.225Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-22T15:08:52.242Z Compiling thread-id v5.1.0
15182026-07-22T15:08:52.273Z Compiling cookie v0.18.1
15192026-07-22T15:08:52.320Z Compiling iri-string v0.7.10
15202026-07-22T15:08:52.466Z Compiling zstd-safe v7.2.4
15212026-07-22T15:08:52.506Z Compiling allocator-api2 v0.2.21
15222026-07-22T15:08:52.697Z Compiling paste v1.0.15
15232026-07-22T15:08:52.732Z Compiling ryu v1.0.23
15242026-07-22T15:08:52.829Z Compiling unicode-bidi v0.3.18
15252026-07-22T15:08:52.865Z Compiling unicode-properties v0.1.4
15262026-07-22T15:08:52.949Z Compiling signal-hook v0.3.18
15272026-07-22T15:08:53.071Z Compiling unarray v0.1.4
15282026-07-22T15:08:53.131Z Compiling adler2 v2.0.1
15292026-07-22T15:08:53.164Z Compiling anyhow v1.0.102
15302026-07-22T15:08:53.180Z Compiling thiserror v1.0.69
15312026-07-22T15:08:53.257Z Compiling miniz_oxide v0.8.9
15322026-07-22T15:08:53.278Z Compiling proptest v1.10.0
15332026-07-22T15:08:53.354Z Compiling stringprep v0.1.5
15342026-07-22T15:08:53.743Z Compiling tower-http v0.6.8
15352026-07-22T15:08:53.826Z Compiling serde_urlencoded v0.7.1
15362026-07-22T15:08:53.860Z Compiling scroll v0.12.0
15372026-07-22T15:08:54.166Z Compiling derive_builder_macro v0.20.2
15382026-07-22T15:08:54.348Z Compiling tokio-native-tls v0.3.1
15392026-07-22T15:08:54.522Z Compiling camino v1.2.2
15402026-07-22T15:08:54.637Z Compiling bstr v1.12.1
15412026-07-22T15:08:54.692Z Compiling darling_macro v0.23.0
15422026-07-22T15:08:54.706Z Compiling ipnetwork v0.21.1
15432026-07-22T15:08:54.890Z Compiling block-buffer v0.12.1
15442026-07-22T15:08:55.089Z Compiling crypto-common v0.2.2
15452026-07-22T15:08:55.089Z Compiling block-padding v0.4.2
15462026-07-22T15:08:55.124Z Compiling rustls-native-certs v0.8.3
15472026-07-22T15:08:55.185Z Compiling rand_chacha v0.3.1
15482026-07-22T15:08:55.256Z Compiling serde_spanned v0.6.9
15492026-07-22T15:08:55.269Z Compiling erased-serde v0.3.31
15502026-07-22T15:08:55.437Z Compiling toml_datetime v0.6.11
15512026-07-22T15:08:55.437Z Compiling hex v0.4.3
15522026-07-22T15:08:55.640Z Compiling serde_tokenstream v0.2.3
15532026-07-22T15:08:55.672Z Compiling signature v2.2.0
15542026-07-22T15:08:55.740Z Compiling md-5 v0.10.6
15552026-07-22T15:08:55.831Z Compiling curve25519-dalek v4.1.3
15562026-07-22T15:08:55.895Z Compiling zerocopy-derive v0.7.35
15572026-07-22T15:08:55.950Z Compiling pin-project-internal v1.1.11
15582026-07-22T15:08:55.958Z Compiling async-trait v0.1.89
15592026-07-22T15:08:56.176Z Compiling vergen-lib v9.1.0
15602026-07-22T15:08:56.380Z Compiling hash32 v0.2.1
15612026-07-22T15:08:56.569Z Compiling num-integer v0.1.46
15622026-07-22T15:08:56.762Z Compiling memoffset v0.9.1
15632026-07-22T15:08:56.782Z Compiling encoding_rs v0.8.35
15642026-07-22T15:08:56.885Z Compiling rustix v0.38.44
15652026-07-22T15:08:56.958Z Compiling ref-cast v1.0.25
15662026-07-22T15:08:57.049Z Compiling smoltcp v0.9.1
15672026-07-22T15:08:57.063Z Compiling mime v0.3.17
15682026-07-22T15:08:57.270Z Compiling fallible-iterator v0.2.0
15692026-07-22T15:08:57.310Z Compiling zlib-rs v0.6.2
15702026-07-22T15:08:57.310Z Compiling num-bigint-dig v0.8.6
15712026-07-22T15:08:57.310Z Compiling litrs v1.0.0
15722026-07-22T15:08:57.478Z Compiling psl-types v2.0.11
15732026-07-22T15:08:57.559Z Compiling cfg_aliases v0.2.1
15742026-07-22T15:08:57.630Z Compiling publicsuffix v2.3.0
15752026-07-22T15:08:57.641Z Compiling nix v0.31.2
15762026-07-22T15:08:57.770Z Compiling postgres-protocol v0.6.10
15772026-07-22T15:08:57.790Z Compiling document-features v0.2.12
15782026-07-22T15:08:57.905Z Compiling hubpack_derive v0.1.1
15792026-07-22T15:08:58.175Z Compiling pin-project v1.1.11
15802026-07-22T15:08:58.261Z Compiling num-iter v0.1.45
15812026-07-22T15:08:58.312Z Compiling zerocopy v0.7.35
15822026-07-22T15:08:58.437Z Compiling newtype-uuid v1.3.2
15832026-07-22T15:08:58.468Z Compiling rand v0.8.6
15842026-07-22T15:08:58.760Z Compiling inout v0.2.2
15852026-07-22T15:08:58.810Z Compiling darling v0.23.0
15862026-07-22T15:08:58.817Z Compiling oxnet v0.1.6
15872026-07-22T15:08:58.888Z Compiling derive_builder v0.20.2
15882026-07-22T15:08:58.931Z Compiling hyper-tls v0.6.0
15892026-07-22T15:08:59.153Z Compiling goblin v0.8.2
15902026-07-22T15:08:59.532Z Compiling phf_shared v0.13.1
15912026-07-22T15:08:59.581Z Compiling lazy_static v1.5.0
15922026-07-22T15:08:59.592Z Compiling regex v1.12.3
15932026-07-22T15:08:59.672Z Compiling anstyle-parse v0.2.7
15942026-07-22T15:08:59.721Z Compiling futures-executor v0.3.32
15952026-07-22T15:08:59.776Z Compiling terminal_size v0.4.3
15962026-07-22T15:08:59.852Z Compiling strum_macros v0.27.2
15972026-07-22T15:08:59.909Z Compiling daft-derive v0.1.7
15982026-07-22T15:08:59.971Z Compiling ref-cast-impl v1.0.25
15992026-07-22T15:09:00.010Z Compiling snafu-derive v0.8.9
16002026-07-22T15:09:00.508Z Compiling flate2 v1.1.9
16012026-07-22T15:09:00.522Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-22T15:09:00.615Z Compiling vergen v9.1.0
16032026-07-22T15:09:00.814Z Compiling cargo-platform v0.3.2
16042026-07-22T15:09:00.910Z Compiling ff v0.13.1
16052026-07-22T15:09:01.052Z Compiling fs-err v3.3.0
16062026-07-22T15:09:01.092Z Compiling ahash v0.8.12
16072026-07-22T15:09:01.167Z Compiling same-file v1.0.6
16082026-07-22T15:09:01.254Z Compiling managed v0.8.0
16092026-07-22T15:09:01.308Z Compiling foldhash v0.2.0
16102026-07-22T15:09:01.324Z Compiling object v0.37.3
16112026-07-22T15:09:01.468Z Compiling unicode-segmentation v1.12.0
16122026-07-22T15:09:01.520Z Compiling base16ct v0.2.0
16132026-07-22T15:09:01.597Z Compiling winnow v0.5.40
16142026-07-22T15:09:01.705Z Compiling libbz2-rs-sys v0.2.2
16152026-07-22T15:09:01.770Z Compiling bitflags v1.3.2
16162026-07-22T15:09:01.847Z Compiling foldhash v0.1.5
16172026-07-22T15:09:01.860Z Compiling bumpalo v3.20.2
16182026-07-22T15:09:01.867Z Compiling snafu v0.8.9
16192026-07-22T15:09:02.015Z Compiling hashbrown v0.15.5
16202026-07-22T15:09:02.121Z Compiling bzip2 v0.6.1
16212026-07-22T15:09:02.209Z Compiling zopfli v0.8.3
16222026-07-22T15:09:02.362Z Compiling strum v0.27.2
16232026-07-22T15:09:02.493Z Compiling sec1 v0.7.3
16242026-07-22T15:09:02.543Z Compiling clap_builder v4.6.0
16252026-07-22T15:09:02.603Z Compiling hashbrown v0.16.1
16262026-07-22T15:09:02.811Z Compiling dof v0.3.0
16272026-07-22T15:09:02.857Z Compiling toml_edit v0.19.15
16282026-07-22T15:09:03.008Z Compiling walkdir v2.5.0
16292026-07-22T15:09:03.216Z Compiling group v0.13.0
16302026-07-22T15:09:03.313Z Compiling cargo_metadata v0.23.1
16312026-07-22T15:09:03.464Z Compiling daft v0.1.7
16322026-07-22T15:09:03.624Z Compiling futures v0.3.32
16332026-07-22T15:09:03.707Z Compiling anstream v0.6.21
16342026-07-22T15:09:03.740Z Compiling phf v0.13.1
16352026-07-22T15:09:03.992Z Compiling signal-hook-mio v0.2.5
16362026-07-22T15:09:04.110Z Compiling cookie_store v0.22.1
16372026-07-22T15:09:04.386Z Compiling zstd v0.13.3
16382026-07-22T15:09:04.636Z Compiling reqwest v0.12.28
16392026-07-22T15:09:04.734Z Compiling bzip2 v0.4.4
16402026-07-22T15:09:04.758Z Compiling serde_with_macros v3.21.0
16412026-07-22T15:09:04.913Z Compiling cipher v0.5.2
16422026-07-22T15:09:05.199Z Compiling hubpack v0.1.2
16432026-07-22T15:09:05.500Z Compiling postgres-types v0.2.12
16442026-07-22T15:09:05.563Z Compiling usdt-macro v0.6.0
16452026-07-22T15:09:05.858Z Compiling usdt-attr-macro v0.6.0
16462026-07-22T15:09:06.043Z Compiling ed25519 v2.2.3
16472026-07-22T15:09:06.183Z Compiling globset v0.4.18
16482026-07-22T15:09:06.300Z Compiling dtrace-parser v0.2.0
16492026-07-22T15:09:06.539Z Compiling phf_shared v0.11.3
16502026-07-22T15:09:06.660Z Compiling hkdf v0.12.4
16512026-07-22T15:09:06.699Z Compiling olpc-cjson v0.1.4
16522026-07-22T15:09:06.826Z Compiling pkcs1 v0.7.5
16532026-07-22T15:09:06.841Z Compiling serde_plain v1.0.2
16542026-07-22T15:09:06.862Z Compiling serde-big-array v0.5.1
16552026-07-22T15:09:06.925Z Compiling crypto-bigint v0.5.5
16562026-07-22T15:09:07.003Z Compiling serde_repr v0.1.20
16572026-07-22T15:09:07.024Z Compiling enum-as-inner v0.6.1
16582026-07-22T15:09:07.027Z Compiling async-recursion v1.1.1
16592026-07-22T15:09:07.208Z Compiling strum_macros v0.26.4
16602026-07-22T15:09:07.532Z Compiling clap_derive v4.6.1
16612026-07-22T15:09:07.546Z Compiling pem v3.0.6
16622026-07-22T15:09:07.667Z Compiling float-cmp v0.10.0
16632026-07-22T15:09:07.816Z Compiling thread-id v4.2.2
16642026-07-22T15:09:07.873Z Compiling memmap2 v0.9.10
16652026-07-22T15:09:07.902Z Compiling env_filter v1.0.0
16662026-07-22T15:09:08.088Z Compiling predicates-core v1.0.10
16672026-07-22T15:09:08.199Z Compiling jiff v0.2.21
16682026-07-22T15:09:08.236Z Compiling normalize-line-endings v0.3.0
16692026-07-22T15:09:08.269Z Compiling const-oid v0.10.2
16702026-07-22T15:09:08.340Z Compiling keccak v0.1.6
16712026-07-22T15:09:08.528Z Compiling data-encoding v2.10.0
16722026-07-22T15:09:08.961Z Compiling difflib v0.4.0
16732026-07-22T15:09:09.010Z Compiling fixedbitset v0.4.2
16742026-07-22T15:09:09.115Z Compiling either v1.15.0
16752026-07-22T15:09:09.221Z Compiling new_debug_unreachable v1.0.6
16762026-07-22T15:09:09.235Z Compiling fixedbitset v0.5.7
16772026-07-22T15:09:09.290Z Compiling typed-path v0.9.3
16782026-07-22T15:09:09.307Z Compiling winnow v1.0.3
16792026-07-22T15:09:09.325Z Compiling whoami v2.1.0
16802026-07-22T15:09:09.429Z Compiling cpufeatures v0.3.0
16812026-07-22T15:09:09.508Z Compiling precomputed-hash v0.1.1
16822026-07-22T15:09:09.528Z Compiling static_assertions v1.1.0
16832026-07-22T15:09:09.535Z Compiling toml_edit v0.22.27
16842026-07-22T15:09:09.606Z Compiling toml_parser v1.1.2+spec-1.1.0
16852026-07-22T15:09:09.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-22T15:09:09.648Z Compiling string_cache v0.8.9
16872026-07-22T15:09:09.693Z Compiling tokio-postgres v0.7.16
16882026-07-22T15:09:09.869Z Compiling chacha20 v0.10.0
16892026-07-22T15:09:10.211Z Compiling petgraph v0.8.3
16902026-07-22T15:09:10.234Z Compiling clap v4.6.1
16912026-07-22T15:09:10.317Z Compiling itertools v0.13.0
16922026-07-22T15:09:10.482Z Compiling predicates v3.1.4
16932026-07-22T15:09:11.105Z Compiling zip v4.6.1
16942026-07-22T15:09:11.531Z Compiling petgraph v0.6.5
16952026-07-22T15:09:11.846Z Compiling strum v0.26.3
16962026-07-22T15:09:11.979Z Compiling hickory-proto v0.25.2
16972026-07-22T15:09:12.031Z Compiling sha3 v0.10.8
16982026-07-22T15:09:12.105Z Compiling digest v0.11.3
16992026-07-22T15:09:12.174Z Compiling env_logger v0.11.9
17002026-07-22T15:09:12.323Z Compiling usdt v0.6.0
17012026-07-22T15:09:12.326Z Compiling usdt-impl v0.5.0
17022026-07-22T15:09:12.326Z Compiling elliptic-curve v0.13.8
17032026-07-22T15:09:12.484Z Compiling rsa v0.9.10
17042026-07-22T15:09:12.528Z Compiling crossterm v0.28.1
17052026-07-22T15:09:12.600Z Compiling ed25519-dalek v2.2.0
17062026-07-22T15:09:12.742Z Compiling serde_with v3.21.0
17072026-07-22T15:09:13.002Z Compiling zip v0.6.6
17082026-07-22T15:09:13.608Z Compiling toml v0.7.8
17092026-07-22T15:09:13.655Z Compiling iddqd v0.4.2
17102026-07-22T15:09:14.461Z Compiling heck v0.4.1
17112026-07-22T15:09:14.541Z Compiling similar v2.7.0
17122026-07-22T15:09:14.600Z Compiling byte-wrapper v0.1.0
17132026-07-22T15:09:14.684Z Compiling crossbeam-epoch v0.9.18
17142026-07-22T15:09:14.922Z Compiling tokio-stream v0.1.18
17152026-07-22T15:09:14.926Z Compiling buf-list v1.1.2
17162026-07-22T15:09:15.012Z Compiling x509-cert v0.2.5
17172026-07-22T15:09:15.208Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-07-22T15:09:15.386Z Compiling openapiv3 v2.2.0
17192026-07-22T15:09:15.397Z Compiling peg-runtime v0.8.5
17202026-07-22T15:09:15.505Z Compiling lalrpop-util v0.19.12
17212026-07-22T15:09:15.671Z Compiling thread_local v1.1.9
17222026-07-22T15:09:15.712Z Compiling slog-async v2.8.0
17232026-07-22T15:09:15.767Z Compiling crossbeam-channel v0.5.15
17242026-07-22T15:09:15.921Z Compiling filetime v0.2.27
17252026-07-22T15:09:16.029Z Compiling is-terminal v0.4.17
17262026-07-22T15:09:16.100Z Compiling term v1.2.1
17272026-07-22T15:09:16.130Z Compiling take_mut v0.2.2
17282026-07-22T15:09:16.213Z Compiling xattr v1.6.1
17292026-07-22T15:09:16.385Z Compiling slog-term v2.9.2
17302026-07-22T15:09:16.618Z Compiling tar v0.4.46
17312026-07-22T15:09:16.636Z Compiling camino-tempfile v1.4.1
17322026-07-22T15:09:26.400Z Compiling rustls-webpki v0.103.13
17332026-07-22T15:09:29.098Z Compiling tokio-rustls v0.26.4
17342026-07-22T15:09:29.098Z Compiling rustls-platform-verifier v0.6.2
17352026-07-22T15:09:29.098Z Compiling tough v0.22.0
17362026-07-22T15:09:29.303Z Compiling hyper-rustls v0.27.7
17372026-07-22T15:09:29.495Z Compiling reqwest v0.13.2
17382026-07-22T15:09:31.777Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-07-22T15:09:31.948Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-07-22T15:09:34.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17412026-07-22T15:09:34.861Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17422026-07-22T15:09:34.911ZJul 22 15:09:33.930 INFO Starting download, target: Cockroach
17432026-07-22T15:09:34.911ZJul 22 15:09:33.931 INFO Starting download, target: Clickhouse
17442026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Starting download, target: Console
17452026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Starting download, target: MaghemiteMgd
17462026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Starting download, target: DendriteStub
17472026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Starting download, target: MaghemiteDdmd
17482026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Starting download, target: TransceiverControl
17492026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17502026-07-22T15:09:34.914ZJul 22 15:09:33.931 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-07-22T15:09:34.915ZJul 22 15:09:33.931 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17522026-07-22T15:09:34.915ZJul 22 15:09:33.931 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-07-22T15:09:34.915ZJul 22 15:09:33.931 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17542026-07-22T15:09:34.915ZJul 22 15:09:33.931 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-22T15:09:34.915ZJul 22 15:09:33.931 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-07-22T15:09:35.564ZJul 22 15:09:34.565 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-07-22T15:09:35.792ZJul 22 15:09:34.789 INFO Download complete, target: TransceiverControl
17582026-07-22T15:09:36.162ZJul 22 15:09:35.178 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17592026-07-22T15:09:36.728ZJul 22 15:09:35.738 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-07-22T15:09:36.855ZJul 22 15:09:35.876 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17612026-07-22T15:09:36.889ZJul 22 15:09:35.910 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-07-22T15:09:36.973ZJul 22 15:09:35.991 INFO Download complete, target: Console
17632026-07-22T15:09:37.200ZJul 22 15:09:36.221 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-22T15:09:37.290ZJul 22 15:09:36.310 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-22T15:09:37.290ZJul 22 15:09:36.310 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-22T15:09:38.092ZJul 22 15:09:37.113 INFO Download complete, target: MaghemiteDdmd
17672026-07-22T15:09:39.432ZJul 22 15:09:38.453 INFO Download complete, target: DendriteStub
17682026-07-22T15:09:39.593ZJul 22 15:09:38.614 INFO Download complete, target: MaghemiteMgd
17692026-07-22T15:09:41.922ZJul 22 15:09:40.944 INFO Checking that binary works, target: Cockroach
17702026-07-22T15:09:42.041ZJul 22 15:09:41.062 INFO Download complete, target: Cockroach
17712026-07-22T15:09:43.889ZJul 22 15:09:42.910 INFO Checking that binary works, target: Clickhouse
17722026-07-22T15:09:43.970ZJul 22 15:09:42.991 INFO Download complete, target: Clickhouse
17732026-07-22T15:09:43.987ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-07-22T15:09:43.991Z
17752026-07-22T15:09:43.991Zreal 2:02.741065463
17762026-07-22T15:09:43.991Zuser 6:31.452216500
17772026-07-22T15:09:43.991Zsys 1:21.106365650
17782026-07-22T15:09:43.991Ztrap 0.227034869
17792026-07-22T15:09:43.991Ztflt 0.636948022
17802026-07-22T15:09:43.991Zdflt 0.802370387
17812026-07-22T15:09:43.991Zkflt 0.032489431
17822026-07-22T15:09:43.991Zlock 21:51.220060106
17832026-07-22T15:09:43.991Zslp 19:56.283545540
17842026-07-22T15:09:43.991Zlat 42.441857610
17852026-07-22T15:09:43.992Zstop 1:53.232597532
17862026-07-22T15:09:43.992Z+ banner clippy
17872026-07-22T15:09:43.992Z
17882026-07-22T15:09:43.992Z #### # # ##### ##### # #
17892026-07-22T15:09:43.992Z # # # # # # # # # #
17902026-07-22T15:09:43.992Z # # # # # # # #
17912026-07-22T15:09:43.992Z # # # ##### ##### #
17922026-07-22T15:09:43.992Z # # # # # # #
17932026-07-22T15:09:43.992Z #### ###### # # # #
17942026-07-22T15:09:43.992Z
17952026-07-22T15:09:43.992Z+ export CARGO_INCREMENTAL=0
17962026-07-22T15:09:43.992Z+ CARGO_INCREMENTAL=0
17972026-07-22T15:09:43.992Z+ ptime -m cargo xtask clippy
17982026-07-22T15:09:44.442Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-07-22T15:09:44.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-07-22T15:09:46.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
18012026-07-22T15:09:46.522Z Running `target/debug/xtask clippy`
18022026-07-22T15:09:46.549Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-07-22T15:09:47.100Z Downloading crates ...
18042026-07-22T15:09:47.299Z Downloaded cast v0.3.0
18052026-07-22T15:09:47.303Z Downloaded async-object-pool v0.2.0
18062026-07-22T15:09:47.303Z Downloaded backtrace-ext v0.2.1
18072026-07-22T15:09:47.307Z Downloaded blake2b_simd v1.0.4
18082026-07-22T15:09:47.314Z Downloaded chumsky v0.9.3
18092026-07-22T15:09:47.324Z Downloaded assert_cmd v2.1.2
18102026-07-22T15:09:47.328Z Downloaded miette-derive v5.10.0
18112026-07-22T15:09:47.331Z Downloaded plotters-backend v0.3.7
18122026-07-22T15:09:47.331Z Downloaded nested v0.1.1
18132026-07-22T15:09:47.335Z Downloaded constant_time_eq v0.3.1
18142026-07-22T15:09:47.338Z Downloaded event-listener-strategy v0.5.4
18152026-07-22T15:09:47.338Z Downloaded target-triple v1.0.0
18162026-07-22T15:09:47.344Z Downloaded approx v0.5.1
18172026-07-22T15:09:47.347Z Downloaded serde_regex v1.1.0
18182026-07-22T15:09:47.347Z Downloaded hex-literal v0.4.1
18192026-07-22T15:09:47.350Z Downloaded rstest v0.25.0
18202026-07-22T15:09:47.353Z Downloaded supports-hyperlinks v2.1.0
18212026-07-22T15:09:47.356Z Downloaded plotters-svg v0.3.7
18222026-07-22T15:09:47.359Z Downloaded guppy-workspace-hack v0.1.0
18232026-07-22T15:09:47.359Z Downloaded terminal_size v0.1.17
18242026-07-22T15:09:47.363Z Downloaded pathdiff v0.2.3
18252026-07-22T15:09:47.363Z Downloaded parking v2.2.1
18262026-07-22T15:09:47.363Z Downloaded escape8259 v0.5.3
18272026-07-22T15:09:47.372Z Downloaded supports-color v2.1.0
18282026-07-22T15:09:47.375Z Downloaded linkme-impl v0.3.35
18292026-07-22T15:09:47.376Z Downloaded supports-unicode v2.1.0
18302026-07-22T15:09:47.376Z Downloaded assert-json-diff v2.0.2
18312026-07-22T15:09:47.380Z Downloaded partial-io v0.5.4
18322026-07-22T15:09:47.383Z Downloaded path-tree v0.8.3
18332026-07-22T15:09:47.383Z Downloaded futures-timer v3.0.3
18342026-07-22T15:09:47.383Z Downloaded relative-path v1.9.3
18352026-07-22T15:09:47.386Z Downloaded concurrent-queue v2.5.0
18362026-07-22T15:09:47.391Z Downloaded target-lexicon v0.13.3
18372026-07-22T15:09:47.395Z Downloaded async-lock v3.4.2
18382026-07-22T15:09:47.395Z Downloaded criterion-plot v0.6.0
18392026-07-22T15:09:47.398Z Downloaded oorandom v11.1.5
18402026-07-22T15:09:47.398Z Downloaded target-spec v3.5.7
18412026-07-22T15:09:47.401Z Downloaded anes v0.1.6
18422026-07-22T15:09:47.401Z Downloaded tinytemplate v1.2.1
18432026-07-22T15:09:47.404Z Downloaded libtest-mimic v0.8.1
18442026-07-22T15:09:47.407Z Downloaded rustc-demangle v0.1.27
18452026-07-22T15:09:47.409Z Downloaded termcolor v1.4.1
18462026-07-22T15:09:47.410Z Downloaded knuffel-derive v3.2.0
18472026-07-22T15:09:47.412Z Downloaded similar-asserts v1.7.0
18482026-07-22T15:09:47.412Z Downloaded stringmetrics v2.2.2
18492026-07-22T15:09:47.412Z Downloaded addr2line v0.25.1
18502026-07-22T15:09:47.418Z Downloaded owo-colors v3.5.0
18512026-07-22T15:09:47.421Z Downloaded httptest v0.16.4
18522026-07-22T15:09:47.421Z Downloaded cfg-expr v0.20.6
18532026-07-22T15:09:47.422Z Downloaded datatest-stable v0.3.3
18542026-07-22T15:09:47.425Z Downloaded linkme v0.3.35
18552026-07-22T15:09:47.428Z Downloaded rust-argon2 v2.1.0
18562026-07-22T15:09:47.428Z Downloaded trybuild v1.0.116
18572026-07-22T15:09:47.431Z Downloaded hickory-client v0.25.2
18582026-07-22T15:09:47.431Z Downloaded event-listener v5.4.1
18592026-07-22T15:09:47.434Z Downloaded backtrace v0.3.76
18602026-07-22T15:09:47.441Z Downloaded textwrap v0.15.2
18612026-07-22T15:09:47.447Z Downloaded rand_distr v0.5.1
18622026-07-22T15:09:47.453Z Downloaded rstest_macros v0.25.0
18632026-07-22T15:09:47.458Z Downloaded miette v5.10.0
18642026-07-22T15:09:47.462Z Downloaded knuffel v3.2.0
18652026-07-22T15:09:47.466Z Downloaded fancy-regex v0.14.0
18662026-07-22T15:09:47.475Z Downloaded criterion v0.7.0
18672026-07-22T15:09:47.479Z Downloaded plotters v0.3.7
18682026-07-22T15:09:47.483Z Downloaded hashbrown v0.14.5
18692026-07-22T15:09:47.486Z Downloaded guppy v0.17.25
18702026-07-22T15:09:47.496Z Downloaded gimli v0.32.3
18712026-07-22T15:09:47.598Z Downloaded httpmock v0.8.3
18722026-07-22T15:09:49.254Z Checking cfg-if v1.0.4
18732026-07-22T15:09:49.614Z Checking libc v0.2.185
18742026-07-22T15:09:49.618Z Checking serde_core v1.0.228
18752026-07-22T15:09:49.690Z Checking memchr v2.8.0
18762026-07-22T15:09:49.732Z Checking smallvec v1.15.1
18772026-07-22T15:09:49.765Z Checking zeroize v1.8.2
18782026-07-22T15:09:49.803Z Checking rand_core v0.10.0
18792026-07-22T15:09:49.843Z Checking itoa v1.0.17
18802026-07-22T15:09:49.846Z Checking subtle v2.6.1
18812026-07-22T15:09:49.933Z Checking log v0.4.29
18822026-07-22T15:09:49.971Z Checking libm v0.2.16
18832026-07-22T15:09:50.023Z Checking typenum v1.20.1
18842026-07-22T15:09:50.059Z Checking getrandom v0.4.1
18852026-07-22T15:09:50.059Z Checking errno v0.3.14
18862026-07-22T15:09:50.130Z Checking scopeguard v1.2.0
18872026-07-22T15:09:50.169Z Checking stable_deref_trait v1.2.1
18882026-07-22T15:09:50.209Z Checking zmij v1.0.21
18892026-07-22T15:09:50.249Z Checking zerofrom v0.1.6
18902026-07-22T15:09:50.291Z Checking lock_api v0.4.14
18912026-07-22T15:09:50.327Z Checking percent-encoding v2.3.2
18922026-07-22T15:09:50.364Z Checking writeable v0.6.2
18932026-07-22T15:09:50.401Z Checking yoke v0.8.1
18942026-07-22T15:09:50.437Z Checking litemap v0.8.1
18952026-07-22T15:09:50.493Z Checking icu_normalizer_data v2.1.1
18962026-07-22T15:09:50.531Z Checking icu_properties_data v2.1.2
18972026-07-22T15:09:50.567Z Checking form_urlencoded v1.2.2
18982026-07-22T15:09:50.604Z Checking zerovec v0.11.5
18992026-07-22T15:09:50.608Z Checking zerotrie v0.2.3
19002026-07-22T15:09:50.675Z Checking num-traits v0.2.19
19012026-07-22T15:09:50.675Z Checking utf8_iter v1.0.4
19022026-07-22T15:09:50.759Z Checking pin-project-lite v0.2.17
19032026-07-22T15:09:50.787Z Checking zerocopy v0.8.40
19042026-07-22T15:09:50.827Z Checking parking_lot_core v0.9.12
19052026-07-22T15:09:50.864Z Checking portable-atomic v1.13.1
19062026-07-22T15:09:50.905Z Checking critical-section v1.2.0
19072026-07-22T15:09:50.953Z Checking signal-hook-registry v1.4.8
19082026-07-22T15:09:51.035Z Checking mio v1.2.0
19092026-07-22T15:09:51.073Z Checking tinystr v0.8.2
19102026-07-22T15:09:51.078Z Checking potential_utf v0.1.4
19112026-07-22T15:09:51.138Z Checking serde v1.0.228
19122026-07-22T15:09:51.140Z Checking bitflags v2.11.0
19132026-07-22T15:09:51.206Z Checking serde_json v1.0.150
19142026-07-22T15:09:51.254Z Checking icu_collections v2.1.1
19152026-07-22T15:09:51.291Z Checking icu_locale_core v2.1.1
19162026-07-22T15:09:51.294Z Checking parking_lot v0.12.5
19172026-07-22T15:09:51.361Z Checking once_cell v1.21.3
19182026-07-22T15:09:51.411Z Checking iana-time-zone v0.1.65
19192026-07-22T15:09:51.535Z Checking socket2 v0.6.3
19202026-07-22T15:09:51.578Z Checking uuid v1.23.4
19212026-07-22T15:09:51.619Z Checking bytes v1.11.1
19222026-07-22T15:09:51.619Z Checking chrono v0.4.45
19232026-07-22T15:09:51.699Z Checking semver v1.0.28
19242026-07-22T15:09:51.804Z Checking thiserror v2.0.18
19252026-07-22T15:09:51.856Z Checking icu_provider v2.1.1
19262026-07-22T15:09:51.912Z Checking dyn-clone v1.0.20
19272026-07-22T15:09:51.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19282026-07-22T15:09:51.987Z Checking futures-core v0.3.32
19292026-07-22T15:09:51.990Z Checking getrandom v0.2.17
19302026-07-22T15:09:52.056Z Checking equivalent v1.0.2
19312026-07-22T15:09:52.092Z Checking tokio v1.52.1
19322026-07-22T15:09:52.129Z Checking icu_normalizer v2.1.1
19332026-07-22T15:09:52.168Z Checking icu_properties v2.1.2
19342026-07-22T15:09:52.171Z Checking rustix v1.1.3
19352026-07-22T15:09:52.237Z Checking rand_core v0.6.4
19362026-07-22T15:09:52.319Z Checking cmov v0.5.4
19372026-07-22T15:09:52.469Z Checking byteorder v1.5.0
19382026-07-22T15:09:52.486Z Checking futures-sink v0.3.32
19392026-07-22T15:09:52.522Z Checking generic-array v0.14.7
19402026-07-22T15:09:52.558Z Checking ctutils v0.4.2
19412026-07-22T15:09:52.610Z Checking futures-channel v0.3.32
19422026-07-22T15:09:52.672Z Checking slab v0.4.12
19432026-07-22T15:09:52.785Z Checking hybrid-array v0.4.13
19442026-07-22T15:09:52.826Z Checking futures-io v0.3.32
19452026-07-22T15:09:52.864Z Checking futures-task v0.3.32
19462026-07-22T15:09:52.967Z Checking getrandom v0.3.4
19472026-07-22T15:09:53.003Z Checking hashbrown v0.17.0
19482026-07-22T15:09:53.006Z Checking idna_adapter v1.2.1
19492026-07-22T15:09:53.075Z Checking futures-util v0.3.32
19502026-07-22T15:09:53.080Z Checking thiserror v1.0.69
19512026-07-22T15:09:53.142Z Checking base64ct v1.8.3
19522026-07-22T15:09:53.181Z Checking idna v1.1.0
19532026-07-22T15:09:53.228Z Checking const-oid v0.9.6
19542026-07-22T15:09:53.400Z Checking fnv v1.0.7
19552026-07-22T15:09:53.446Z Checking url v2.5.8
19562026-07-22T15:09:53.492Z Checking indexmap v2.14.0
19572026-07-22T15:09:53.529Z Checking crypto-common v0.1.7
19582026-07-22T15:09:53.533Z Checking ppv-lite86 v0.2.21
19592026-07-22T15:09:53.597Z Checking crypto-common v0.2.2
19602026-07-22T15:09:53.680Z Checking regex-syntax v0.8.10
19612026-07-22T15:09:53.871Z Checking block-buffer v0.12.1
19622026-07-22T15:09:53.906Z Checking schemars v0.8.22
19632026-07-22T15:09:53.942Z Checking block-buffer v0.10.4
19642026-07-22T15:09:54.066Z Checking utf8parse v0.2.2
19652026-07-22T15:09:54.103Z Checking base64 v0.22.1
19662026-07-22T15:09:54.140Z Checking digest v0.10.7
19672026-07-22T15:09:54.198Z Checking anstyle v1.0.14
19682026-07-22T15:09:54.235Z Checking http v1.4.2
19692026-07-22T15:09:54.367Z Checking tracing-core v0.1.36
19702026-07-22T15:09:54.373Z Checking is_terminal_polyfill v1.70.2
19712026-07-22T15:09:54.438Z Checking colorchoice v1.0.4
19722026-07-22T15:09:54.516Z Checking anstyle-query v1.1.5
19732026-07-22T15:09:54.567Z Checking anstyle-parse v1.0.0
19742026-07-22T15:09:54.604Z Checking rand_core v0.9.5
19752026-07-22T15:09:54.641Z Checking terminal_size v0.4.3
19762026-07-22T15:09:54.700Z Checking tracing v0.1.44
19772026-07-22T15:09:54.743Z Checking ipnet v2.11.0
19782026-07-22T15:09:54.781Z Checking const-oid v0.10.2
19792026-07-22T15:09:54.816Z Checking anstream v1.0.0
19802026-07-22T15:09:54.819Z Checking strsim v0.11.1
19812026-07-22T15:09:54.926Z Checking clap_lex v1.0.0
19822026-07-22T15:09:54.963Z Checking aho-corasick v1.1.4
19832026-07-22T15:09:55.000Z Checking rand_chacha v0.9.0
19842026-07-22T15:09:55.037Z Checking crossbeam-utils v0.8.21
19852026-07-22T15:09:55.041Z Checking unicode-ident v1.0.24
19862026-07-22T15:09:55.041Z Checking erased-serde v0.3.31
19872026-07-22T15:09:55.041Z Checking httparse v1.10.1
19882026-07-22T15:09:55.171Z Checking clap_builder v4.6.0
19892026-07-22T15:09:55.208Z Checking proc-macro2 v1.0.106
19902026-07-22T15:09:55.242Z Checking rand v0.9.2
19912026-07-22T15:09:55.280Z Checking tokio-util v0.7.18
19922026-07-22T15:09:55.361Z Checking powerfmt v0.2.0
19932026-07-22T15:09:55.398Z Checking cpufeatures v0.3.0
19942026-07-22T15:09:55.497Z Checking digest v0.11.3
19952026-07-22T15:09:55.534Z Checking slog v2.8.2
19962026-07-22T15:09:55.537Z Checking quote v1.0.45
19972026-07-22T15:09:55.537Z Checking deranged v0.5.8
19982026-07-22T15:09:55.641Z Checking regex-automata v0.4.14
19992026-07-22T15:09:55.732Z Checking fastrand v2.3.0
20002026-07-22T15:09:55.751Z Checking num-conv v0.2.0
20012026-07-22T15:09:55.794Z Checking allocator-api2 v0.2.21
20022026-07-22T15:09:55.832Z Checking num_threads v0.1.7
20032026-07-22T15:09:55.879Z Checking time-core v0.1.8
20042026-07-22T15:09:55.916Z Checking cpufeatures v0.2.17
20052026-07-22T15:09:55.921Z Checking syn v2.0.117
20062026-07-22T15:09:55.985Z Checking anyhow v1.0.102
20072026-07-22T15:09:56.021Z Checking http-body v1.0.1
20082026-07-22T15:09:56.058Z Checking atomic-waker v1.1.2
20092026-07-22T15:09:56.101Z Checking tempfile v3.25.0
20102026-07-22T15:09:56.175Z Checking aws-lc-sys v0.40.0
20112026-07-22T15:09:56.214Z Checking rustls-pki-types v1.14.0
20122026-07-22T15:09:56.219Z Checking try-lock v0.2.5
20132026-07-22T15:09:56.316Z Checking httpdate v1.0.3
20142026-07-22T15:09:56.374Z Checking untrusted v0.7.1
20152026-07-22T15:09:56.426Z Checking clap v4.6.1
20162026-07-22T15:09:56.485Z Checking want v0.3.1
20172026-07-22T15:09:56.522Z Checking h2 v0.4.15
20182026-07-22T15:09:56.525Z Checking time v0.3.47
20192026-07-22T15:09:56.592Z Checking ipnetwork v0.21.1
20202026-07-22T15:09:56.595Z Checking hex v0.4.3
20212026-07-22T15:09:56.661Z Checking ryu v1.0.23
20222026-07-22T15:09:56.695Z Checking aws-lc-rs v1.16.3
20232026-07-22T15:09:56.823Z Checking tower-layer v0.3.3
20242026-07-22T15:09:56.865Z Checking tower-service v0.3.3
20252026-07-22T15:09:56.895Z Checking pem-rfc7468 v0.7.0
20262026-07-22T15:09:56.975Z Checking spin v0.9.8
20272026-07-22T15:09:57.012Z Checking flagset v0.4.7
20282026-07-22T15:09:57.082Z Checking mime v0.3.17
20292026-07-22T15:09:57.162Z Checking der v0.7.10
20302026-07-22T15:09:57.199Z Checking untrusted v0.9.0
20312026-07-22T15:09:57.282Z Checking simd-adler32 v0.3.8
20322026-07-22T15:09:57.332Z Checking adler2 v2.0.1
20332026-07-22T15:09:57.457Z Checking http-body-util v0.1.3
20342026-07-22T15:09:57.493Z Checking block-padding v0.4.2
20352026-07-22T15:09:57.497Z Checking miniz_oxide v0.8.9
20362026-07-22T15:09:57.563Z Checking rustls-webpki v0.103.13
20372026-07-22T15:09:57.653Z Checking inout v0.2.2
20382026-07-22T15:09:57.691Z Checking camino v1.2.2
20392026-07-22T15:09:57.729Z Checking pretty-hex v0.4.1
20402026-07-22T15:09:57.826Z Checking openssl-probe v0.2.1
20412026-07-22T15:09:57.873Z Checking serde_urlencoded v0.7.1
20422026-07-22T15:09:57.911Z Checking rand_chacha v0.3.1
20432026-07-22T15:09:57.914Z Checking encoding_rs v0.8.35
20442026-07-22T15:09:57.984Z Checking plain v0.2.3
20452026-07-22T15:09:57.989Z Checking spki v0.7.3
20462026-07-22T15:09:57.993Z Checking rustls v0.23.41
20472026-07-22T15:09:58.145Z Checking cipher v0.5.2
20482026-07-22T15:09:58.146Z Checking rand v0.8.6
20492026-07-22T15:09:58.217Z Checking regex v1.12.3
20502026-07-22T15:09:58.220Z Checking oxnet v0.1.6
20512026-07-22T15:09:58.293Z Checking ucd-trie v0.1.7
20522026-07-22T15:09:58.409Z Checking crc32fast v1.5.0
20532026-07-22T15:09:58.455Z Checking pest v2.8.6
20542026-07-22T15:09:58.523Z Checking futures-executor v0.3.32
20552026-07-22T15:09:58.561Z Checking sync_wrapper v1.0.2
20562026-07-22T15:09:58.597Z Checking pkcs8 v0.10.2
20572026-07-22T15:09:58.691Z Checking tower v0.5.3
20582026-07-22T15:09:58.729Z Checking futures v0.3.32
20592026-07-22T15:09:58.732Z Checking iri-string v0.7.10
20602026-07-22T15:09:58.801Z Checking either v1.15.0
20612026-07-22T15:09:58.836Z Checking zlib-rs v0.6.2
20622026-07-22T15:09:58.891Z Checking sha2 v0.10.9
20632026-07-22T15:09:59.010Z Checking bit-vec v0.8.0
20642026-07-22T15:09:59.118Z Checking static_assertions v1.1.0
20652026-07-22T15:09:59.218Z Checking foldhash v0.2.0
20662026-07-22T15:09:59.221Z Checking lazy_static v1.5.0
20672026-07-22T15:09:59.289Z Checking bit-set v0.8.0
20682026-07-22T15:09:59.339Z Checking hyper v1.10.1
20692026-07-22T15:09:59.375Z Checking openapiv3 v2.2.0
20702026-07-22T15:09:59.412Z Checking hashbrown v0.16.1
20712026-07-22T15:09:59.467Z Checking wait-timeout v0.2.1
20722026-07-22T15:09:59.527Z Checking hubpack v0.1.2
20732026-07-22T15:09:59.617Z Checking strum v0.26.3
20742026-07-22T15:09:59.717Z Checking quick-error v1.2.3
20752026-07-22T15:09:59.755Z Checking rustls-native-certs v0.8.3
20762026-07-22T15:09:59.760Z Checking flate2 v1.1.9
20772026-07-22T15:09:59.825Z Checking tower-http v0.6.8
20782026-07-22T15:09:59.861Z Checking rusty-fork v0.3.1
20792026-07-22T15:09:59.912Z Checking rand_xorshift v0.4.0
20802026-07-22T15:09:59.949Z Checking signature v2.2.0
20812026-07-22T15:10:00.056Z Checking num-integer v0.1.46
20822026-07-22T15:10:00.059Z Checking psl-types v2.0.11
20832026-07-22T15:10:00.127Z Checking unarray v0.1.4
20842026-07-22T15:10:00.130Z Checking tinyvec_macros v0.1.1
20852026-07-22T15:10:00.130Z Checking cookie v0.18.1
20862026-07-22T15:10:00.232Z Checking publicsuffix v2.3.0
20872026-07-22T15:10:00.269Z Checking tinyvec v1.10.0
20882026-07-22T15:10:00.273Z Checking proptest v1.10.0
20892026-07-22T15:10:00.340Z Checking hyper-util v0.1.20
20902026-07-22T15:10:00.343Z Checking tokio-rustls v0.26.4
20912026-07-22T15:10:00.343Z Checking rustls-platform-verifier v0.6.2
20922026-07-22T15:10:00.442Z Checking anstyle-parse v0.2.7
20932026-07-22T15:10:00.448Z Checking cookie_store v0.22.1
20942026-07-22T15:10:00.568Z Checking ahash v0.8.12
20952026-07-22T15:10:00.606Z Checking toml_datetime v0.6.11
20962026-07-22T15:10:00.643Z Checking serde_spanned v0.6.9
20972026-07-22T15:10:00.646Z Checking scroll v0.13.0
20982026-07-22T15:10:00.711Z Checking anstream v0.6.21
20992026-07-22T15:10:00.781Z Checking memmap2 v0.9.10
21002026-07-22T15:10:00.818Z Checking data-encoding v2.10.0
21012026-07-22T15:10:00.822Z Checking dtrace-parser v0.3.0
21022026-07-22T15:10:00.886Z Checking x509-cert v0.2.5
21032026-07-22T15:10:00.923Z Checking goblin v0.10.5
21042026-07-22T15:10:00.958Z Checking bstr v1.12.1
21052026-07-22T15:10:00.994Z Checking hmac v0.12.1
21062026-07-22T15:10:01.074Z Checking thread-id v5.1.0
21072026-07-22T15:10:01.149Z Checking num-iter v0.1.45
21082026-07-22T15:10:01.154Z Checking crossbeam-epoch v0.9.18
21092026-07-22T15:10:01.219Z Checking memoffset v0.9.1
21102026-07-22T15:10:01.291Z Checking scroll v0.12.0
21112026-07-22T15:10:01.330Z Checking env_filter v1.0.0
21122026-07-22T15:10:01.367Z Checking num-bigint-dig v0.8.6
21132026-07-22T15:10:01.437Z Checking pkcs1 v0.7.5
21142026-07-22T15:10:01.501Z Checking env_logger v0.11.9
21152026-07-22T15:10:01.542Z Checking goblin v0.8.2
21162026-07-22T15:10:01.580Z Checking zerocopy v0.7.35
21172026-07-22T15:10:01.617Z Checking hyper-rustls v0.27.7
21182026-07-22T15:10:01.667Z Checking rustix v0.38.44
21192026-07-22T15:10:01.713Z Checking unicode-segmentation v1.12.0
21202026-07-22T15:10:01.846Z Checking reqwest v0.13.2
21212026-07-22T15:10:02.052Z Checking foreign-types-shared v0.1.1
21222026-07-22T15:10:02.089Z Checking dtrace-parser v0.2.0
21232026-07-22T15:10:02.092Z Checking newtype-uuid v1.3.2
21242026-07-22T15:10:02.165Z Checking foreign-types v0.3.2
21252026-07-22T15:10:02.202Z Checking rsa v0.9.10
21262026-07-22T15:10:02.262Z Checking ff v0.13.1
21272026-07-22T15:10:02.344Z Checking openssl-sys v0.9.115
21282026-07-22T15:10:02.347Z Checking daft v0.1.7
21292026-07-22T15:10:02.416Z Checking thread-id v4.2.2
21302026-07-22T15:10:02.484Z Checking same-file v1.0.6
21312026-07-22T15:10:02.524Z Checking winnow v0.5.40
21322026-07-22T15:10:02.610Z Checking base16ct v0.2.0
21332026-07-22T15:10:02.649Z Checking walkdir v2.5.0
21342026-07-22T15:10:02.691Z Checking group v0.13.0
21352026-07-22T15:10:02.730Z Checking nix v0.31.2
21362026-07-22T15:10:02.768Z Checking sec1 v0.7.3
21372026-07-22T15:10:02.834Z Checking openssl v0.10.79
21382026-07-22T15:10:02.847Z Checking hkdf v0.12.4
21392026-07-22T15:10:02.878Z Checking serde_with v3.21.0
21402026-07-22T15:10:02.996Z Checking crypto-bigint v0.5.5
21412026-07-22T15:10:03.032Z Checking bzip2-sys v0.1.13+1.0.8
21422026-07-22T15:10:03.145Z Checking keccak v0.1.6
21432026-07-22T15:10:03.212Z Checking dof v0.4.0
21442026-07-22T15:10:03.340Z Checking winnow v0.7.14
21452026-07-22T15:10:03.411Z Checking dof v0.3.0
21462026-07-22T15:10:03.680Z Checking toml_edit v0.19.15
21472026-07-22T15:10:03.717Z Checking usdt-impl v0.5.0
21482026-07-22T15:10:03.844Z Checking usdt-impl v0.6.0
21492026-07-22T15:10:03.909Z Checking foldhash v0.1.5
21502026-07-22T15:10:03.950Z Checking elliptic-curve v0.13.8
21512026-07-22T15:10:04.020Z Checking sha3 v0.10.8
21522026-07-22T15:10:04.083Z Checking hashbrown v0.15.5
21532026-07-22T15:10:04.161Z Checking usdt v0.6.0
21542026-07-22T15:10:04.261Z Checking bzip2 v0.4.4
21552026-07-22T15:10:04.298Z Checking unicode-normalization v0.1.25
21562026-07-22T15:10:04.357Z Checking itertools v0.13.0
21572026-07-22T15:10:04.397Z Checking bitflags v1.3.2
21582026-07-22T15:10:04.457Z Checking siphasher v1.0.2
21592026-07-22T15:10:04.497Z Checking winnow v1.0.3
21602026-07-22T15:10:04.533Z Checking zip v0.6.6
21612026-07-22T15:10:04.589Z Checking signal-hook v0.3.18
21622026-07-22T15:10:04.642Z Checking toml_write v0.1.2
21632026-07-22T15:10:04.722Z Checking managed v0.8.0
21642026-07-22T15:10:04.764Z Checking toml v0.7.8
21652026-07-22T15:10:04.807Z Checking globset v0.4.18
21662026-07-22T15:10:04.813Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-22T15:10:04.875Z Checking native-tls v0.2.18
21682026-07-22T15:10:04.878Z Checking toml_edit v0.22.27
21692026-07-22T15:10:04.947Z Checking chacha20 v0.10.0
21702026-07-22T15:10:04.950Z Checking curve25519-dalek v4.1.3
21712026-07-22T15:10:05.075Z Checking object v0.37.3
21722026-07-22T15:10:05.080Z Checking tokio-native-tls v0.3.1
21732026-07-22T15:10:05.146Z Checking signal-hook-mio v0.2.5
21742026-07-22T15:10:05.187Z Checking ed25519 v2.2.3
21752026-07-22T15:10:05.224Z Checking ref-cast v1.0.25
21762026-07-22T15:10:05.273Z Checking pin-project v1.1.11
21772026-07-22T15:10:05.313Z Checking hyper-tls v0.6.0
21782026-07-22T15:10:05.353Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-07-22T15:10:05.392Z Checking pem v3.0.6
21802026-07-22T15:10:05.395Z Checking bumpalo v3.20.2
21812026-07-22T15:10:05.395Z Checking fixedbitset v0.5.7
21822026-07-22T15:10:05.492Z Checking zstd-safe v7.2.4
21832026-07-22T15:10:05.529Z Checking reqwest v0.12.28
21842026-07-22T15:10:05.575Z Checking libbz2-rs-sys v0.2.2
21852026-07-22T15:10:05.653Z Checking zopfli v0.8.3
21862026-07-22T15:10:05.688Z Checking zstd v0.13.3
21872026-07-22T15:10:05.694Z Checking petgraph v0.8.3
21882026-07-22T15:10:05.754Z Checking ed25519-dalek v2.2.0
21892026-07-22T15:10:05.897Z Checking snafu v0.8.9
21902026-07-22T15:10:05.992Z Checking bzip2 v0.6.1
21912026-07-22T15:10:06.030Z Checking crossterm v0.28.1
21922026-07-22T15:10:06.033Z Checking olpc-cjson v0.1.4
21932026-07-22T15:10:06.033Z Checking similar v2.7.0
21942026-07-22T15:10:06.162Z Checking fs-err v3.3.0
21952026-07-22T15:10:06.200Z Checking hash32 v0.2.1
21962026-07-22T15:10:06.262Z Checking serde_plain v1.0.2
21972026-07-22T15:10:06.298Z Checking serde-big-array v0.5.1
21982026-07-22T15:10:06.382Z Checking predicates-core v1.0.10
21992026-07-22T15:10:06.434Z Checking typed-path v0.9.3
22002026-07-22T15:10:06.469Z Checking unicode-properties v0.1.4
22012026-07-22T15:10:06.472Z Checking unicode-bidi v0.3.18
22022026-07-22T15:10:06.538Z Checking jiff v0.2.21
22032026-07-22T15:10:06.542Z Checking heapless v0.7.17
22042026-07-22T15:10:06.716Z Checking hickory-proto v0.25.2
22052026-07-22T15:10:06.760Z Checking byte-wrapper v0.1.0
22062026-07-22T15:10:06.797Z Checking stringprep v0.1.5
22072026-07-22T15:10:06.976Z Checking md-5 v0.10.6
22082026-07-22T15:10:07.014Z Checking float-cmp v0.10.0
22092026-07-22T15:10:07.018Z Checking difflib v0.4.0
22102026-07-22T15:10:07.142Z Checking normalize-line-endings v0.3.0
22112026-07-22T15:10:07.201Z Checking fallible-iterator v0.2.0
22122026-07-22T15:10:07.239Z Checking smoltcp v0.9.1
22132026-07-22T15:10:07.242Z Checking tough v0.22.0
22142026-07-22T15:10:07.309Z Checking predicates v3.1.4
22152026-07-22T15:10:07.312Z Checking iddqd v0.4.2
22162026-07-22T15:10:07.378Z Checking phf_shared v0.11.3
22172026-07-22T15:10:07.495Z Checking postgres-protocol v0.6.10
22182026-07-22T15:10:07.553Z Checking phf_shared v0.13.1
22192026-07-22T15:10:07.629Z Checking tokio-stream v0.1.18
22202026-07-22T15:10:07.779Z Checking buf-list v1.1.2
22212026-07-22T15:10:07.835Z Checking strum v0.27.2
22222026-07-22T15:10:07.892Z Checking precomputed-hash v0.1.1
22232026-07-22T15:10:07.979Z Checking lalrpop-util v0.19.12
22242026-07-22T15:10:08.019Z Checking fixedbitset v0.4.2
22252026-07-22T15:10:08.022Z Checking new_debug_unreachable v1.0.6
22262026-07-22T15:10:08.088Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22272026-07-22T15:10:08.150Z Checking string_cache v0.8.9
22282026-07-22T15:10:08.186Z Checking postgres-types v0.2.12
22292026-07-22T15:10:08.224Z Checking petgraph v0.6.5
22302026-07-22T15:10:08.261Z Checking phf v0.13.1
22312026-07-22T15:10:08.346Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-22T15:10:08.443Z Checking whoami v2.1.0
22332026-07-22T15:10:08.527Z Checking peg-runtime v0.8.5
22342026-07-22T15:10:08.678Z Checking tokio-postgres v0.7.16
22352026-07-22T15:10:08.712Z Checking is-terminal v0.4.17
22362026-07-22T15:10:08.754Z Checking zip v4.6.1
22372026-07-22T15:10:08.757Z Checking crossbeam-channel v0.5.15
22382026-07-22T15:10:08.828Z Checking thread_local v1.1.9
22392026-07-22T15:10:09.039Z Compiling structmeta-derive v0.3.0
22402026-07-22T15:10:09.165Z Checking term v1.2.1
22412026-07-22T15:10:09.247Z Checking take_mut v0.2.2
22422026-07-22T15:10:09.359Z Compiling newtype-uuid-macros v0.1.0
22432026-07-22T15:10:09.393Z Checking slog-async v2.8.0
22442026-07-22T15:10:09.430Z Checking slog-term v2.9.2
22452026-07-22T15:10:09.525Z Compiling multer v3.1.0
22462026-07-22T15:10:09.563Z Compiling async-stream-impl v0.3.6
22472026-07-22T15:10:09.600Z Checking match_cfg v0.1.0
22482026-07-22T15:10:09.696Z Checking hostname v0.3.1
22492026-07-22T15:10:09.734Z Checking slog-json v2.6.1
22502026-07-22T15:10:09.823Z Compiling dropshot v0.17.1
22512026-07-22T15:10:09.860Z Compiling dropshot_endpoint v0.17.1
22522026-07-22T15:10:09.915Z Checking slog-bunyan v2.5.0
22532026-07-22T15:10:09.960Z Checking debug-ignore v1.0.5
22542026-07-22T15:10:10.091Z Checking sha1 v0.11.0
22552026-07-22T15:10:10.095Z Checking toml_datetime v1.1.1+spec-1.1.0
22562026-07-22T15:10:10.162Z Compiling structmeta v0.3.0
22572026-07-22T15:10:10.193Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-07-22T15:10:10.196Z Checking serde_path_to_error v0.1.20
22592026-07-22T15:10:10.199Z Checking serde_spanned v1.1.1
22602026-07-22T15:10:10.305Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-07-22T15:10:10.348Z Checking toml_writer v1.1.1+spec-1.1.0
22622026-07-22T15:10:10.422Z Checking compression-core v0.4.31
22632026-07-22T15:10:10.425Z Compiling derive-ex v0.1.8
22642026-07-22T15:10:10.504Z Checking progenitor-client v0.14.0
22652026-07-22T15:10:10.543Z Checking async-stream v0.3.6
22662026-07-22T15:10:10.578Z Checking toml v1.1.2+spec-1.1.0
22672026-07-22T15:10:10.582Z Checking compression-codecs v0.4.37
22682026-07-22T15:10:10.699Z Checking rustls-pemfile v2.2.0
22692026-07-22T15:10:10.734Z Checking waitgroup v0.1.2
22702026-07-22T15:10:10.770Z Checking hostname v0.4.2
22712026-07-22T15:10:10.773Z Checking async-compression v0.4.41
22722026-07-22T15:10:10.860Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-07-22T15:10:10.863Z Checking atomicwrites v0.4.4
22742026-07-22T15:10:10.930Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-22T15:10:10.933Z Checking itertools v0.14.0
22762026-07-22T15:10:11.002Z Compiling parse-display-derive v0.10.0
22772026-07-22T15:10:11.045Z Checking macaddr v1.0.1
22782026-07-22T15:10:11.082Z Checking regress v0.10.5
22792026-07-22T15:10:11.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-07-22T15:10:11.204Z Checking instant v0.1.13
22812026-07-22T15:10:11.250Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22822026-07-22T15:10:11.314Z Checking backoff v0.4.0
22832026-07-22T15:10:11.511Z Checking backon v1.6.0
22842026-07-22T15:10:11.549Z Checking humantime v2.3.0
22852026-07-22T15:10:11.583Z Checking unicode-width v0.2.0
22862026-07-22T15:10:11.699Z Checking progenitor-extras v0.2.0
22872026-07-22T15:10:11.752Z Compiling convert_case v0.4.0
22882026-07-22T15:10:11.853Z Checking half v2.7.1
22892026-07-22T15:10:11.944Z Checking heck v0.5.0
22902026-07-22T15:10:12.041Z Checking ciborium-io v0.2.2
22912026-07-22T15:10:12.096Z Checking secrecy v0.10.3
22922026-07-22T15:10:12.131Z Compiling test-strategy v0.4.5
22932026-07-22T15:10:12.217Z Compiling derive_more v0.99.20
22942026-07-22T15:10:12.230Z Checking ciborium-ll v0.2.2
22952026-07-22T15:10:12.230Z Checking indent_write v2.2.0
22962026-07-22T15:10:12.266Z Checking camino-tempfile v1.4.1
22972026-07-22T15:10:12.387Z Compiling regress v0.11.1
22982026-07-22T15:10:12.423Z Checking ciborium v0.2.2
22992026-07-22T15:10:12.459Z Compiling crucible-workspace-hack v0.1.0
23002026-07-22T15:10:12.525Z Checking inout v0.1.4
23012026-07-22T15:10:12.677Z Checking parse-display v0.10.0
23022026-07-22T15:10:12.746Z Checking cipher v0.4.4
23032026-07-22T15:10:12.861Z Checking universal-hash v0.5.1
23042026-07-22T15:10:12.898Z Compiling thiserror-impl-no-std v2.0.2
23052026-07-22T15:10:12.901Z Checking opaque-debug v0.3.1
23062026-07-22T15:10:12.967Z Checking chacha20 v0.9.1
23072026-07-22T15:10:13.050Z Checking poly1305 v0.8.0
23082026-07-22T15:10:13.185Z Checking blake2 v0.10.6
23092026-07-22T15:10:13.342Z Checking aead v0.5.2
23102026-07-22T15:10:13.449Z Checking password-hash v0.5.0
23112026-07-22T15:10:13.514Z Checking chacha20poly1305 v0.10.1
23122026-07-22T15:10:13.601Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23132026-07-22T15:10:13.637Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23142026-07-22T15:10:13.671Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-07-22T15:10:13.707Z Checking argon2 v0.5.3
23162026-07-22T15:10:14.027Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-07-22T15:10:14.027Z Compiling typify-impl v0.6.2
23182026-07-22T15:10:14.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23192026-07-22T15:10:14.133Z Checking thiserror-no-std v2.0.2
23202026-07-22T15:10:14.136Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-22T15:10:14.249Z Checking vsss-rs v3.3.4
23222026-07-22T15:10:14.419Z Compiling unsafe-libyaml v0.2.11
23232026-07-22T15:10:14.455Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-22T15:10:14.786Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23252026-07-22T15:10:15.196Z Compiling serde_yaml v0.9.34+deprecated
23262026-07-22T15:10:15.397Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-07-22T15:10:15.531Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-07-22T15:10:15.650Z Checking swrite v0.1.0
23292026-07-22T15:10:15.782Z Checking crossbeam-deque v0.8.6
23302026-07-22T15:10:15.786Z Compiling rayon-core v1.13.0
23312026-07-22T15:10:15.807Z Compiling toml_datetime v0.7.5+spec-1.1.0
23322026-07-22T15:10:15.920Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-22T15:10:16.099Z Compiling toml_edit v0.23.10+spec-1.0.0
23342026-07-22T15:10:16.136Z Compiling darling_core v0.21.3
23352026-07-22T15:10:16.392Z Compiling proc-macro-error v1.0.4
23362026-07-22T15:10:16.558Z Checking rayon v1.11.0
23372026-07-22T15:10:16.654Z Compiling proc-macro-crate v3.4.0
23382026-07-22T15:10:16.719Z Checking toml v0.8.23
23392026-07-22T15:10:17.072Z Checking tabwriter v1.4.1
23402026-07-22T15:10:17.131Z Checking glob v0.3.3
23412026-07-22T15:10:17.173Z Compiling heapless v0.8.0
23422026-07-22T15:10:17.219Z Compiling num_enum_derive v0.7.6
23432026-07-22T15:10:17.258Z Checking colored v3.1.1
23442026-07-22T15:10:17.344Z Checking hash32 v0.3.1
23452026-07-22T15:10:17.511Z Compiling smoltcp v0.11.0
23462026-07-22T15:10:17.517Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-07-22T15:10:17.814Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-07-22T15:10:17.884Z Checking cobs v0.3.0
23492026-07-22T15:10:17.927Z Compiling usdt-macro v0.5.0
23502026-07-22T15:10:18.006Z Compiling usdt-attr-macro v0.5.0
23512026-07-22T15:10:18.055Z Checking memmap v0.7.0
23522026-07-22T15:10:18.156Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23532026-07-22T15:10:18.271Z Checking num_enum v0.7.6
23542026-07-22T15:10:18.414Z Checking postcard v1.1.3
23552026-07-22T15:10:18.464Z Compiling typify-macro v0.6.2
23562026-07-22T15:10:18.508Z Checking rand v0.10.1
23572026-07-22T15:10:18.595Z Compiling darling_macro v0.21.3
23582026-07-22T15:10:18.681Z Compiling proc-macro-crate v1.3.1
23592026-07-22T15:10:18.727Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-22T15:10:18.807Z Checking usdt v0.5.0
23612026-07-22T15:10:18.954Z Checking sigpipe v0.1.3
23622026-07-22T15:10:18.999Z Compiling foreign-types-macros v0.2.3
23632026-07-22T15:10:19.082Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-22T15:10:19.117Z Checking foreign-types-shared v0.3.1
23652026-07-22T15:10:19.151Z Compiling num_enum_derive v0.5.11
23662026-07-22T15:10:19.185Z Compiling darling v0.21.3
23672026-07-22T15:10:19.299Z Compiling ingot-macros v0.1.1
23682026-07-22T15:10:19.410Z Checking cstr-argument v0.1.2
23692026-07-22T15:10:19.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-07-22T15:10:19.500Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23712026-07-22T15:10:19.558Z Compiling num-derive v0.4.2
23722026-07-22T15:10:19.657Z Checking foreign-types v0.5.0
23732026-07-22T15:10:19.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-22T15:10:19.949Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-22T15:10:19.987Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-22T15:10:20.061Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-22T15:10:20.095Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-22T15:10:20.222Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-22T15:10:20.259Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23802026-07-22T15:10:20.262Z Compiling typify v0.6.2
23812026-07-22T15:10:20.358Z Checking num_enum v0.5.11
23822026-07-22T15:10:20.430Z Compiling progenitor-impl v0.14.0
23832026-07-22T15:10:20.498Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23842026-07-22T15:10:20.532Z Compiling zone_cfg_derive v0.3.1
23852026-07-22T15:10:20.657Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-22T15:10:20.693Z Checking itertools v0.12.1
23872026-07-22T15:10:20.856Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-22T15:10:21.147Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-22T15:10:21.244Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23902026-07-22T15:10:21.328Z Checking smf v0.2.3
23912026-07-22T15:10:21.381Z Checking whoami v1.6.1
23922026-07-22T15:10:21.385Z Compiling derive-where v1.6.0
23932026-07-22T15:10:21.490Z Checking tokio-dtrace v0.1.1
23942026-07-22T15:10:21.580Z Checking console v0.15.11
23952026-07-22T15:10:21.583Z Checking newline-converter v0.3.0
23962026-07-22T15:10:21.700Z Checking oxide-tokio-rt v0.1.4
23972026-07-22T15:10:21.733Z Checking zone v0.3.1
23982026-07-22T15:10:21.766Z Checking bytecount v0.6.9
23992026-07-22T15:10:21.877Z Checking expectorate v1.2.0
24002026-07-22T15:10:21.913Z Checking unicode-width v0.1.14
24012026-07-22T15:10:21.917Z Checking num-rational v0.4.2
24022026-07-22T15:10:22.039Z Checking num-complex v0.4.6
24032026-07-22T15:10:22.104Z Checking ingot-types v0.1.2
24042026-07-22T15:10:22.140Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-22T15:10:22.188Z Checking float-ord v0.3.2
24062026-07-22T15:10:22.245Z Compiling cancel-safe-futures v0.1.5
24072026-07-22T15:10:22.322Z Checking linear-map v1.2.0
24082026-07-22T15:10:22.400Z Checking num v0.4.3
24092026-07-22T15:10:22.488Z Checking ingot v0.1.1
24102026-07-22T15:10:22.597Z Checking gethostname v0.5.0
24112026-07-22T15:10:22.602Z Compiling prettyplease v0.2.37
24122026-07-22T15:10:22.674Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-22T15:10:22.730Z Checking oxide-update-engine-types v0.1.2
24142026-07-22T15:10:22.877Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-22T15:10:22.984Z Compiling progenitor-macro v0.14.0
24162026-07-22T15:10:23.080Z Compiling owo-colors v4.3.0
24172026-07-22T15:10:23.130Z Checking resolv-conf v0.7.6
24182026-07-22T15:10:23.337Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-22T15:10:23.639Z Checking oxide-update-engine v0.1.2
24202026-07-22T15:10:23.911Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-22T15:10:24.101Z Checking smawk v0.3.2
24222026-07-22T15:10:24.104Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24232026-07-22T15:10:24.170Z Checking unicode-linebreak v0.1.5
24242026-07-22T15:10:24.208Z Checking papergrid v0.11.0
24252026-07-22T15:10:24.263Z Compiling tabled_derive v0.7.0
24262026-07-22T15:10:24.411Z Compiling convert_case v0.10.0
24272026-07-22T15:10:24.713Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24282026-07-22T15:10:24.751Z Compiling slog-dtrace v0.3.0
24292026-07-22T15:10:24.849Z Compiling derive_more-impl v2.1.1
24302026-07-22T15:10:25.059Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-07-22T15:10:25.170Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-07-22T15:10:25.275Z Checking tabled v0.15.0
24332026-07-22T15:10:25.298Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24342026-07-22T15:10:25.737Z Checking derive_more v2.1.1
24352026-07-22T15:10:25.890Z Checking crossterm v0.29.0
24362026-07-22T15:10:26.128Z Checking linked-hash-map v0.5.6
24372026-07-22T15:10:26.321Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24382026-07-22T15:10:26.357Z Checking lru-cache v0.1.2
24392026-07-22T15:10:26.592Z Checking hickory-proto v0.24.4
24402026-07-22T15:10:26.658Z Checking fd-lock v4.0.4
24412026-07-22T15:10:26.693Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24422026-07-22T15:10:27.288Z Checking vte v0.14.1
24432026-07-22T15:10:27.496Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24442026-07-22T15:10:27.663Z Checking display-error-chain v0.2.2
24452026-07-22T15:10:27.765Z Checking strip-ansi-escapes v0.2.1
24462026-07-22T15:10:27.842Z Checking progenitor v0.14.0
24472026-07-22T15:10:28.002Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24482026-07-22T15:10:28.071Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24492026-07-22T15:10:28.856Z Checking termtree v0.5.1
24502026-07-22T15:10:28.892Z Checking nu-ansi-term v0.50.3
24512026-07-22T15:10:29.062Z Checking hickory-resolver v0.24.4
24522026-07-22T15:10:29.099Z Checking textwrap v0.16.2
24532026-07-22T15:10:29.102Z Compiling minimal-lexical v0.2.1
24542026-07-22T15:10:29.165Z Checking reedline v0.40.0
24552026-07-22T15:10:29.378Z Compiling nom v7.1.3
24562026-07-22T15:10:29.530Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24572026-07-22T15:10:29.670Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-07-22T15:10:29.824Z Checking qorb v0.4.1
24592026-07-22T15:10:29.999Z Compiling unicode-xid v0.2.6
24602026-07-22T15:10:30.158Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-22T15:10:30.302Z Compiling ar_archive_writer v0.5.1
24622026-07-22T15:10:30.337Z Checking csv-core v0.1.13
24632026-07-22T15:10:30.539Z Checking csv v1.4.0
24642026-07-22T15:10:30.765Z Compiling stacker v0.1.23
24652026-07-22T15:10:30.892Z Checking highway v1.3.0
24662026-07-22T15:10:30.930Z Compiling cfg_aliases v0.1.1
24672026-07-22T15:10:31.033Z Compiling semver v0.1.20
24682026-07-22T15:10:31.035Z Compiling nix v0.28.0
24692026-07-22T15:10:31.148Z Compiling psm v0.1.30
24702026-07-22T15:10:31.153Z Checking nibble_vec v0.1.0
24712026-07-22T15:10:31.153Z Checking endian-type v0.1.2
24722026-07-22T15:10:31.395Z Compiling rustc_version v0.1.7
24732026-07-22T15:10:31.404Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24742026-07-22T15:10:31.405Z Checking radix_trie v0.2.1
24752026-07-22T15:10:31.499Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-07-22T15:10:31.535Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24772026-07-22T15:10:31.587Z Compiling newtype_derive v0.1.6
24782026-07-22T15:10:31.623Z Checking phf_shared v0.12.1
24792026-07-22T15:10:31.790Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-22T15:10:31.824Z Compiling chrono-tz v0.10.4
24812026-07-22T15:10:32.041Z Checking phf v0.12.1
24822026-07-22T15:10:32.142Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-07-22T15:10:32.184Z Compiling const_format_proc_macros v0.2.34
24842026-07-22T15:10:32.221Z Compiling peg-macros v0.8.5
24852026-07-22T15:10:32.254Z Checking recursive v0.1.1
24862026-07-22T15:10:32.257Z Checking nom v8.0.0
24872026-07-22T15:10:32.378Z Checking winnow v0.6.26
24882026-07-22T15:10:32.672Z Compiling sqlparser_derive v0.5.0
24892026-07-22T15:10:33.043Z Checking unicode_categories v0.1.1
24902026-07-22T15:10:33.226Z Checking home v0.5.12
24912026-07-22T15:10:33.306Z Checking const_format v0.2.35
24922026-07-22T15:10:33.361Z Checking rustyline v14.0.0
24932026-07-22T15:10:33.456Z Checking sqlparser v0.61.0
24942026-07-22T15:10:33.536Z Checking sqlformat v0.3.5
24952026-07-22T15:10:33.606Z Checking peg v0.8.5
24962026-07-22T15:10:33.806Z Checking bcs v0.1.6
24972026-07-22T15:10:33.983Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-22T15:10:34.080Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-22T15:10:34.115Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-22T15:10:34.118Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-22T15:10:34.255Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25022026-07-22T15:10:34.336Z Checking steno v0.4.1
25032026-07-22T15:10:34.367Z Checking sha1 v0.10.6
25042026-07-22T15:10:34.564Z Checking filetime v0.2.27
25052026-07-22T15:10:34.628Z Checking xattr v1.6.1
25062026-07-22T15:10:34.729Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25072026-07-22T15:10:34.935Z Checking tar v0.4.46
25082026-07-22T15:10:35.149Z Checking base64 v0.21.7
25092026-07-22T15:10:35.323Z Checking subprocess v0.2.15
25102026-07-22T15:10:35.360Z Checking headers-core v0.3.0
25112026-07-22T15:10:35.416Z Checking yasna v0.5.2
25122026-07-22T15:10:35.492Z Checking headers v0.4.1
25132026-07-22T15:10:35.636Z Checking port-file v0.1.0
25142026-07-22T15:10:35.824Z Checking rcgen v0.12.1
25152026-07-22T15:10:35.859Z Checking dropshot-api-manager-types v0.7.2
25162026-07-22T15:10:35.968Z Checking tagptr v0.2.0
25172026-07-22T15:10:36.055Z Checking utf-8 v0.7.6
25182026-07-22T15:10:36.136Z Checking moka v0.12.13
25192026-07-22T15:10:36.170Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-22T15:10:36.219Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-22T15:10:36.348Z Checking tungstenite v0.21.0
25222026-07-22T15:10:36.404Z Compiling radium v0.7.0
25232026-07-22T15:10:36.692Z Compiling libefi-sys v0.1.0
25242026-07-22T15:10:36.804Z Checking tokio-tungstenite v0.21.0
25252026-07-22T15:10:36.807Z Checking hickory-resolver v0.25.2
25262026-07-22T15:10:36.908Z Compiling maybe-uninit v2.0.0
25272026-07-22T15:10:37.130Z Checking tap v1.0.1
25282026-07-22T15:10:37.262Z Checking wyz v0.5.1
25292026-07-22T15:10:37.468Z Compiling zerocopy-derive v0.6.6
25302026-07-22T15:10:37.557Z Compiling bitfield-struct v0.6.2
25312026-07-22T15:10:37.593Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25322026-07-22T15:10:37.843Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25332026-07-22T15:10:38.032Z Checking crc-catalog v2.4.0
25342026-07-22T15:10:38.066Z Compiling packed_struct v0.10.1
25352026-07-22T15:10:38.101Z Checking funty v2.0.0
25362026-07-22T15:10:38.154Z Checking crc v3.4.0
25372026-07-22T15:10:38.194Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25382026-07-22T15:10:38.229Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25392026-07-22T15:10:38.324Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-07-22T15:10:38.357Z Checking zerocopy v0.6.6
25412026-07-22T15:10:38.459Z Checking bitvec v1.0.1
25422026-07-22T15:10:38.582Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25432026-07-22T15:10:38.637Z Compiling packed_struct_codegen v0.10.1
25442026-07-22T15:10:38.653Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-07-22T15:10:38.689Z Compiling bitfield-macros v0.19.4
25462026-07-22T15:10:38.726Z Compiling indexmap v1.9.3
25472026-07-22T15:10:38.958Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-22T15:10:39.079Z Checking nodrop v0.1.14
25492026-07-22T15:10:39.201Z Checking array-init v0.0.4
25502026-07-22T15:10:39.460Z Checking bitfield v0.19.4
25512026-07-22T15:10:39.527Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-22T15:10:39.758Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-22T15:10:39.761Z Checking smallvec v0.6.14
25542026-07-22T15:10:39.826Z Checking hashbrown v0.12.3
25552026-07-22T15:10:39.935Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-22T15:10:40.008Z Checking serde-hex v0.1.0
25572026-07-22T15:10:40.122Z Checking ron v0.8.1
25582026-07-22T15:10:40.332Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-22T15:10:40.641Z Checking hashbrown v0.13.2
25602026-07-22T15:10:40.676Z Checking crc-any v2.5.0
25612026-07-22T15:10:40.879Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-22T15:10:40.915Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-07-22T15:10:41.075Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642026-07-22T15:10:41.109Z Checking object v0.30.4
25652026-07-22T15:10:41.364Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-22T15:10:41.425Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25672026-07-22T15:10:41.506Z Checking path-slash v0.1.5
25682026-07-22T15:10:41.622Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-22T15:10:41.657Z Compiling xshell-macros v0.2.7
25702026-07-22T15:10:42.076Z Checking xshell v0.2.7
25712026-07-22T15:10:42.111Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722026-07-22T15:10:42.445Z Checking half v1.8.3
25732026-07-22T15:10:42.495Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25742026-07-22T15:10:42.582Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-07-22T15:10:42.666Z Checking serde_cbor v0.11.2
25762026-07-22T15:10:42.738Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-22T15:10:43.071Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-22T15:10:43.192Z Compiling proc-macro-error2 v2.0.1
25792026-07-22T15:10:43.227Z Compiling num-derive v0.3.3
25802026-07-22T15:10:43.285Z Checking maplit v1.0.2
25812026-07-22T15:10:43.320Z Checking papergrid v0.17.0
25822026-07-22T15:10:43.395Z Checking testing_table v0.3.0
25832026-07-22T15:10:43.520Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25842026-07-22T15:10:43.554Z Compiling tabled_derive v0.11.0
25852026-07-22T15:10:43.922Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25862026-07-22T15:10:43.955Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-07-22T15:10:44.130Z Compiling progenitor-impl v0.13.0
25882026-07-22T15:10:44.170Z Checking libscf-sys v1.1.0
25892026-07-22T15:10:44.329Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-22T15:10:44.472Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25912026-07-22T15:10:44.600Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25922026-07-22T15:10:44.779Z Checking tabled v0.20.0
25932026-07-22T15:10:44.891Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-22T15:10:45.021Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-22T15:10:45.262Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25962026-07-22T15:10:45.507Z Checking progenitor-client v0.13.0
25972026-07-22T15:10:45.775Z Checking crc8 v0.1.1
25982026-07-22T15:10:45.904Z Checking unicase v2.9.0
25992026-07-22T15:10:46.044Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-22T15:10:46.097Z Checking fxhash v0.2.1
26012026-07-22T15:10:46.246Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-22T15:10:46.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-22T15:10:46.716Z Compiling progenitor-macro v0.13.0
26042026-07-22T15:10:46.750Z Compiling vergen-lib v0.1.6
26052026-07-22T15:10:46.809Z Compiling diesel_derives v2.3.7
26062026-07-22T15:10:46.957Z Compiling dsl_auto_type v0.2.0
26072026-07-22T15:10:47.026Z Checking scheduled-thread-pool v0.2.7
26082026-07-22T15:10:47.096Z Compiling vergen-gitcl v1.0.8
26092026-07-22T15:10:47.099Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-22T15:10:47.196Z Checking r2d2 v0.8.10
26112026-07-22T15:10:47.228Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26122026-07-22T15:10:47.359Z Checking downcast-rs v2.0.2
26132026-07-22T15:10:47.400Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-07-22T15:10:47.484Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26152026-07-22T15:10:47.576Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26162026-07-22T15:10:47.754Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-22T15:10:47.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-22T15:10:47.915Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26192026-07-22T15:10:47.950Z Checking kstat-rs v0.2.4
26202026-07-22T15:10:47.953Z Checking arc-swap v1.8.2
26212026-07-22T15:10:48.016Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26222026-07-22T15:10:48.122Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-07-22T15:10:48.165Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-07-22T15:10:48.236Z Checking slog-scope v4.4.1
26252026-07-22T15:10:48.403Z Compiling dirs-sys-next v0.1.2
26262026-07-22T15:10:48.454Z Compiling parking_lot_core v0.8.6
26272026-07-22T15:10:48.710Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26282026-07-22T15:10:48.714Z Compiling crunchy v0.2.4
26292026-07-22T15:10:48.837Z Compiling dirs-next v2.0.0
26302026-07-22T15:10:48.880Z Checking slog-stdlog v4.1.1
26312026-07-22T15:10:48.999Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322026-07-22T15:10:49.054Z Compiling clang-sys v1.8.1
26332026-07-22T15:10:49.131Z Compiling git-stub v1.0.0
26342026-07-22T15:10:49.424Z Compiling tiny-keccak v2.0.2
26352026-07-22T15:10:49.523Z Compiling git-stub-vcs v0.1.0
26362026-07-22T15:10:49.601Z Checking slog-envlogger v2.2.0
26372026-07-22T15:10:49.694Z Compiling term v0.7.0
26382026-07-22T15:10:49.786Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-22T15:10:49.906Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-22T15:10:49.965Z Compiling bit-vec v0.6.3
26412026-07-22T15:10:50.102Z Compiling ascii-canvas v3.0.0
26422026-07-22T15:10:50.139Z Checking parking_lot v0.11.2
26432026-07-22T15:10:50.209Z Compiling bit-set v0.5.3
26442026-07-22T15:10:50.278Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26452026-07-22T15:10:50.312Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26462026-07-22T15:10:50.390Z Checking prefix-trie v0.7.0
26472026-07-22T15:10:50.393Z Compiling itertools v0.10.5
26482026-07-22T15:10:50.620Z Compiling ena v0.14.4
26492026-07-22T15:10:50.740Z Compiling libloading v0.8.9
26502026-07-22T15:10:50.774Z Compiling bindgen v0.71.1
26512026-07-22T15:10:50.807Z Compiling diff v0.1.13
26522026-07-22T15:10:50.870Z Compiling regex-syntax v0.6.29
26532026-07-22T15:10:51.155Z Checking hickory-server v0.25.2
26542026-07-22T15:10:51.293Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26552026-07-22T15:10:51.501Z Checking sled v0.34.7
26562026-07-22T15:10:51.548Z Checking progenitor v0.13.0
26572026-07-22T15:10:51.712Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26582026-07-22T15:10:51.886Z Compiling cexpr v0.6.0
26592026-07-22T15:10:52.392Z Compiling lalrpop v0.19.12
26602026-07-22T15:10:52.566Z Checking nanorand v0.7.0
26612026-07-22T15:10:52.729Z Compiling salty v0.3.0
26622026-07-22T15:10:52.800Z Compiling rustc-hash v2.1.1
26632026-07-22T15:10:52.871Z Checking diesel v2.3.7
26642026-07-22T15:10:52.907Z Checking flume v0.11.1
26652026-07-22T15:10:53.053Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-22T15:10:53.172Z Compiling libxml v0.3.3
26672026-07-22T15:10:53.267Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-07-22T15:10:53.632Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-07-22T15:10:54.048Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-07-22T15:10:54.271Z Compiling strum_macros v0.24.3
26712026-07-22T15:10:54.611Z Compiling fs-err v2.11.0
26722026-07-22T15:10:54.731Z Compiling indoc v1.0.9
26732026-07-22T15:10:55.230Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-22T15:10:55.454Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26752026-07-22T15:10:55.583Z Checking quick-xml v0.37.5
26762026-07-22T15:10:55.649Z Checking derive_builder v0.20.2
26772026-07-22T15:10:55.832Z Compiling oso-derive v0.27.3
26782026-07-22T15:10:55.836Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-22T15:10:56.323Z Compiling trait-variant v0.1.2
26802026-07-22T15:10:56.462Z Checking openssl-probe v0.1.6
26812026-07-22T15:10:56.855Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-07-22T15:10:56.889Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-22T15:10:57.385Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-22T15:10:57.698Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-22T15:10:58.071Z Checking rfc6979 v0.4.0
26862026-07-22T15:10:58.157Z Checking assert_matches v1.5.0
26872026-07-22T15:10:58.191Z Checking parse-size v1.1.0
26882026-07-22T15:10:58.223Z Checking ecdsa v0.16.9
26892026-07-22T15:10:58.259Z Checking primeorder v0.13.6
26902026-07-22T15:10:58.340Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26912026-07-22T15:10:58.530Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-22T15:10:58.609Z Checking p384 v0.13.1
26932026-07-22T15:10:58.768Z Checking predicates-tree v1.0.13
26942026-07-22T15:10:58.917Z Checking bb8 v0.8.6
26952026-07-22T15:10:59.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-07-22T15:10:59.337Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-07-22T15:10:59.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-22T15:10:59.403Z Checking http-range v0.1.5
26992026-07-22T15:10:59.465Z Compiling mime_guess v2.0.5
27002026-07-22T15:10:59.652Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-22T15:10:59.726Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-07-22T15:10:59.944Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-22T15:11:00.085Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27042026-07-22T15:11:00.085Z Checking atty v0.2.14
27052026-07-22T15:11:00.151Z Checking corncobs v0.1.4
27062026-07-22T15:11:00.184Z Checking nonempty v0.12.0
27072026-07-22T15:11:00.307Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-07-22T15:11:00.398Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-22T15:11:00.441Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-07-22T15:11:00.572Z Checking ignore v0.4.25
27112026-07-22T15:11:00.606Z Checking secrecy v0.8.0
27122026-07-22T15:11:00.758Z Checking hyper-staticfile v0.10.1
27132026-07-22T15:11:00.999Z Checking globwalk v0.9.1
27142026-07-22T15:11:01.042Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27152026-07-22T15:11:01.078Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27162026-07-22T15:11:01.210Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27172026-07-22T15:11:01.384Z Compiling illumos-nvpair-sys v0.2.0
27182026-07-22T15:11:01.419Z Checking camino-tempfile-ext v0.3.3
27192026-07-22T15:11:01.553Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-07-22T15:11:01.650Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-07-22T15:11:01.695Z Checking signal-hook-tokio v0.3.1
27222026-07-22T15:11:01.782Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-07-22T15:11:02.005Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-07-22T15:11:02.085Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-07-22T15:11:02.325Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-07-22T15:11:02.476Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-07-22T15:11:02.788Z Checking illumos-nvpair v0.3.0
27282026-07-22T15:11:02.846Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-07-22T15:11:02.882Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-07-22T15:11:02.918Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-07-22T15:11:02.975Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-07-22T15:11:03.208Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-07-22T15:11:03.264Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-07-22T15:11:03.300Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352026-07-22T15:11:03.582Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-07-22T15:11:03.955Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27372026-07-22T15:11:04.164Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27382026-07-22T15:11:04.784Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27392026-07-22T15:11:04.881Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27402026-07-22T15:11:05.190Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-22T15:11:05.464Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-22T15:11:05.902Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-22T15:11:05.905Z Checking tungstenite v0.23.0
27442026-07-22T15:11:06.188Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-07-22T15:11:06.224Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-22T15:11:06.259Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-07-22T15:11:06.391Z Checking tokio-tungstenite v0.23.1
27482026-07-22T15:11:06.623Z Checking rand_seeder v0.4.0
27492026-07-22T15:11:06.627Z Checking void v1.0.2
27502026-07-22T15:11:06.691Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27512026-07-22T15:11:06.825Z Checking diesel-dtrace v0.5.0
27522026-07-22T15:11:06.828Z Checking async-bb8-diesel v0.2.1
27532026-07-22T15:11:06.893Z Checking lzss v0.8.2
27542026-07-22T15:11:07.100Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27552026-07-22T15:11:07.134Z Checking nix v0.27.1
27562026-07-22T15:11:07.239Z Checking serde_bytes v0.11.19
27572026-07-22T15:11:07.316Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-07-22T15:11:07.396Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-07-22T15:11:07.458Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-07-22T15:11:07.671Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-22T15:11:08.097Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27622026-07-22T15:11:08.245Z Checking is_ci v1.2.0
27632026-07-22T15:11:08.377Z Checking yansi v1.0.1
27642026-07-22T15:11:08.446Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-07-22T15:11:08.575Z Checking cpubits v0.1.1
27662026-07-22T15:11:08.657Z Checking pretty_assertions v1.4.1
27672026-07-22T15:11:08.693Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27682026-07-22T15:11:08.818Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-07-22T15:11:08.973Z Checking pem-rfc7468 v1.0.0
27702026-07-22T15:11:09.072Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-07-22T15:11:09.182Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-07-22T15:11:09.449Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732026-07-22T15:11:09.694Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-22T15:11:09.938Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27752026-07-22T15:11:10.414Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-22T15:11:10.449Z Checking hmac v0.13.0
27772026-07-22T15:11:10.483Z Checking sha2 v0.11.0
27782026-07-22T15:11:10.646Z Checking universal-hash v0.6.1
27792026-07-22T15:11:10.803Z Compiling libz-sys v1.1.24
27802026-07-22T15:11:11.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-22T15:11:11.237Z Compiling instability v0.3.11
27822026-07-22T15:11:11.343Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-07-22T15:11:11.383Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-07-22T15:11:11.551Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-22T15:11:11.594Z Checking castaway v0.2.4
27862026-07-22T15:11:11.734Z Compiling indoc v2.0.7
27872026-07-22T15:11:11.833Z Checking compact_str v0.8.1
27882026-07-22T15:11:12.229Z Checking polyval v0.7.1
27892026-07-22T15:11:12.434Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-22T15:11:12.690Z Checking der v0.8.0
27912026-07-22T15:11:12.728Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-07-22T15:11:12.970Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-07-22T15:11:13.010Z Checking unicode-truncate v1.1.0
27942026-07-22T15:11:13.149Z Checking lru v0.12.5
27952026-07-22T15:11:13.188Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-22T15:11:13.223Z Checking cassowary v0.3.0
27972026-07-22T15:11:13.432Z Checking ghash v0.6.0
27982026-07-22T15:11:13.469Z Checking ratatui v0.29.0
27992026-07-22T15:11:13.588Z Checking pbkdf2 v0.13.0
28002026-07-22T15:11:13.678Z Checking aes v0.9.1
28012026-07-22T15:11:13.738Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-07-22T15:11:14.140Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-07-22T15:11:14.392Z Checking ctr v0.10.1
28042026-07-22T15:11:14.602Z Checking aead v0.6.1
28052026-07-22T15:11:14.776Z Checking cargo-platform v0.3.2
28062026-07-22T15:11:14.830Z Checking aes-gcm v0.11.0
28072026-07-22T15:11:14.978Z Checking spki v0.8.0
28082026-07-22T15:11:15.014Z Checking cargo_metadata v0.23.1
28092026-07-22T15:11:15.049Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-07-22T15:11:15.184Z Checking crypto-bigint v0.7.5
28112026-07-22T15:11:15.812Z Checking supports-color v3.0.2
28122026-07-22T15:11:15.979Z Checking console v0.16.2
28132026-07-22T15:11:16.320Z Checking cbc v0.2.1
28142026-07-22T15:11:16.421Z Checking salsa20 v0.11.0
28152026-07-22T15:11:16.487Z Compiling vergen-git2 v9.1.0
28162026-07-22T15:11:16.596Z Checking plotters-backend v0.3.7
28172026-07-22T15:11:16.720Z Checking unit-prefix v0.5.2
28182026-07-22T15:11:16.828Z Checking plotters-svg v0.3.7
28192026-07-22T15:11:16.882Z Checking indicatif v0.18.4
28202026-07-22T15:11:17.044Z Checking scrypt v0.12.0
28212026-07-22T15:11:17.247Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-07-22T15:11:17.297Z Checking libsw-core v0.3.2
28232026-07-22T15:11:17.409Z Checking cast v0.3.0
28242026-07-22T15:11:17.474Z Checking libsw v3.5.0
28252026-07-22T15:11:17.553Z Checking pkcs5 v0.8.1
28262026-07-22T15:11:17.587Z Checking criterion-plot v0.6.0
28272026-07-22T15:11:17.655Z Checking plotters v0.3.7
28282026-07-22T15:11:17.855Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-22T15:11:17.888Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302026-07-22T15:11:18.128Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-07-22T15:11:18.411Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28322026-07-22T15:11:18.420Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28332026-07-22T15:11:18.612Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-07-22T15:11:18.659Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28352026-07-22T15:11:18.847Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-22T15:11:18.850Z Checking colored v2.2.0
28372026-07-22T15:11:18.915Z Checking tinytemplate v1.2.1
28382026-07-22T15:11:19.113Z Checking oorandom v11.1.5
28392026-07-22T15:11:19.179Z Checking anes v0.1.6
28402026-07-22T15:11:19.258Z Checking shell-words v1.1.1
28412026-07-22T15:11:19.389Z Checking criterion v0.7.0
28422026-07-22T15:11:19.514Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28432026-07-22T15:11:19.763Z Checking pkcs8 v0.11.0
28442026-07-22T15:11:19.961Z Checking oxide-update-engine-display v0.1.2
28452026-07-22T15:11:20.296Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-22T15:11:20.607Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28472026-07-22T15:11:21.052Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-22T15:11:21.128Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-07-22T15:11:21.908Z Checking tokio-test v0.4.5
28502026-07-22T15:11:22.143Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-07-22T15:11:22.383Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-22T15:11:22.782Z Checking twox-hash v2.1.2
28532026-07-22T15:11:23.115Z Checking ff v0.14.0
28542026-07-22T15:11:23.287Z Checking arrayvec v0.7.6
28552026-07-22T15:11:23.511Z Checking constant_time_eq v0.4.2
28562026-07-22T15:11:23.685Z Checking arrayref v0.3.9
28572026-07-22T15:11:23.836Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-22T15:11:24.041Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-07-22T15:11:24.453Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-22T15:11:24.751Z Checking fatfs v0.3.6
28612026-07-22T15:11:25.087Z Checking signature v3.0.0
28622026-07-22T15:11:25.190Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-22T15:11:25.269Z Checking base16ct v1.0.0
28642026-07-22T15:11:25.430Z Compiling seq-macro v0.3.6
28652026-07-22T15:11:25.464Z Checking sec1 v0.8.1
28662026-07-22T15:11:25.698Z Checking group v0.14.0
28672026-07-22T15:11:25.868Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-07-22T15:11:25.903Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-07-22T15:11:25.965Z Checking hkdf v0.13.0
28702026-07-22T15:11:26.039Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-07-22T15:11:26.126Z Compiling petname v2.0.2
28722026-07-22T15:11:26.520Z Checking elliptic-curve v0.14.0-rc.33
28732026-07-22T15:11:26.812Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742026-07-22T15:11:27.026Z Checking concurrent-queue v2.5.0
28752026-07-22T15:11:27.244Z Checking rtoolbox v0.0.3
28762026-07-22T15:11:27.344Z Checking parking v2.2.1
28772026-07-22T15:11:27.400Z Checking rpassword v7.5.4
28782026-07-22T15:11:27.494Z Checking event-listener v5.4.1
28792026-07-22T15:11:27.741Z Checking tui-tree-widget v0.23.1
28802026-07-22T15:11:27.957Z Checking rfc6979 v0.5.0
28812026-07-22T15:11:27.994Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28822026-07-22T15:11:28.122Z Checking sapling-renderdag v0.1.0
28832026-07-22T15:11:28.184Z Compiling blake3 v1.8.5
28842026-07-22T15:11:28.416Z Checking sync-ptr v0.1.4
28852026-07-22T15:11:28.532Z Checking ecdsa v0.17.0-rc.18
28862026-07-22T15:11:28.928Z Checking event-listener-strategy v0.5.4
28872026-07-22T15:11:29.084Z Checking primeorder v0.14.0-rc.10
28882026-07-22T15:11:29.118Z Checking primefield v0.14.0
28892026-07-22T15:11:29.355Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28902026-07-22T15:11:29.407Z Compiling curve25519-dalek v5.0.0-rc.0
28912026-07-22T15:11:29.593Z Checking futures-timer v3.0.3
28922026-07-22T15:11:29.876Z Checking async-lock v3.4.2
28932026-07-22T15:11:30.224Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28942026-07-22T15:11:30.259Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-22T15:11:30.292Z Checking ssh-encoding v0.3.0-rc.9
28962026-07-22T15:11:30.538Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28972026-07-22T15:11:31.177Z Checking topological-sort v0.2.2
28982026-07-22T15:11:31.341Z Compiling strsim v0.10.0
28992026-07-22T15:11:31.579Z Compiling darling_core v0.13.4
29002026-07-22T15:11:31.695Z Checking omicron-zone-package v0.12.3
29012026-07-22T15:11:32.591Z Checking async-object-pool v0.2.0
29022026-07-22T15:11:32.859Z Compiling samael v0.0.19
29032026-07-22T15:11:32.980Z Checking ed25519 v3.0.0
29042026-07-22T15:11:33.206Z Checking crypto-primes v0.7.2
29052026-07-22T15:11:33.422Z Checking pkcs1 v0.8.0-rc.4
29062026-07-22T15:11:33.582Z Checking poly1305 v0.9.0
29072026-07-22T15:11:33.668Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29082026-07-22T15:11:33.875Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29092026-07-22T15:11:34.044Z Checking serde_regex v1.1.0
29102026-07-22T15:11:34.202Z Checking blowfish v0.10.0
29112026-07-22T15:11:34.234Z Checking blake2 v0.11.0-rc.6
29122026-07-22T15:11:34.378Z Checking assert-json-diff v2.0.2
29132026-07-22T15:11:34.518Z Checking path-tree v0.8.3
29142026-07-22T15:11:34.570Z Checking keccak v0.2.0
29152026-07-22T15:11:34.574Z Checking stringmetrics v2.2.2
29162026-07-22T15:11:34.734Z Checking fiat-crypto v0.3.0
29172026-07-22T15:11:34.767Z Checking gimli v0.32.3
29182026-07-22T15:11:34.799Z Compiling target-lexicon v0.13.3
29192026-07-22T15:11:35.385Z Checking httpmock v0.8.3
29202026-07-22T15:11:36.323Z Checking addr2line v0.25.1
29212026-07-22T15:11:36.617Z Checking sha3 v0.11.0
29222026-07-22T15:11:36.992Z Checking argon2 v0.6.0-rc.8
29232026-07-22T15:11:37.333Z Checking bcrypt-pbkdf v0.11.0
29242026-07-22T15:11:37.523Z Checking rsa v0.10.0-rc.18
29252026-07-22T15:11:37.587Z Checking ssh-cipher v0.3.0-rc.9
29262026-07-22T15:11:37.831Z Checking ed25519-dalek v3.0.0-rc.0
29272026-07-22T15:11:38.030Z Compiling darling_macro v0.13.4
29282026-07-22T15:11:38.098Z Checking p521 v0.14.0-rc.10
29292026-07-22T15:11:38.547Z Checking p256 v0.14.0-rc.10
29302026-07-22T15:11:39.325Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29312026-07-22T15:11:39.593Z Checking kem v0.3.0
29322026-07-22T15:11:39.740Z Checking module-lattice v0.2.3
29332026-07-22T15:11:39.812Z Checking p384 v0.14.0-rc.10
29342026-07-22T15:11:39.930Z Checking hex-literal v0.4.1
29352026-07-22T15:11:39.984Z Checking rustc-demangle v0.1.27
29362026-07-22T15:11:40.060Z Compiling guppy-workspace-hack v0.1.0
29372026-07-22T15:11:40.238Z Checking backtrace v0.3.76
29382026-07-22T15:11:40.330Z Checking ml-kem v0.3.2
29392026-07-22T15:11:40.405Z Compiling git2 v0.20.4
29402026-07-22T15:11:40.571Z Compiling darling v0.13.4
29412026-07-22T15:11:40.943Z Checking russh-cryptovec v0.61.0
29422026-07-22T15:11:41.109Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432026-07-22T15:11:41.145Z Checking internal-russh-num-bigint v0.5.0
29442026-07-22T15:11:41.148Z Checking num-bigint v0.4.6
29452026-07-22T15:11:41.352Z Checking russh-util v0.52.0
29462026-07-22T15:11:41.507Z Checking generic-array v1.4.3
29472026-07-22T15:11:41.819Z Checking ssh-key v0.7.0-rc.10
29482026-07-22T15:11:41.930Z Compiling enum_dispatch v0.3.13
29492026-07-22T15:11:42.128Z Compiling delegate v0.13.5
29502026-07-22T15:11:42.161Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29512026-07-22T15:11:42.723Z Checking hex-literal v1.1.0
29522026-07-22T15:11:42.854Z Compiling target-spec v3.5.7
29532026-07-22T15:11:42.919Z Checking md5 v0.8.0
29542026-07-22T15:11:43.111Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-22T15:11:43.147Z Checking russh v0.61.2
29562026-07-22T15:11:43.306Z Checking cfg-expr v0.20.6
29572026-07-22T15:11:43.357Z Compiling serde_with_macros v1.5.2
29582026-07-22T15:11:43.685Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29592026-07-22T15:11:43.724Z Checking backtrace-ext v0.2.1
29602026-07-22T15:11:43.869Z Checking supports-color v2.1.0
29612026-07-22T15:11:43.903Z Checking textwrap v0.15.2
29622026-07-22T15:11:44.069Z Checking supports-hyperlinks v2.1.0
29632026-07-22T15:11:44.188Z Checking supports-unicode v2.1.0
29642026-07-22T15:11:44.221Z Checking hashbrown v0.14.5
29652026-07-22T15:11:44.255Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29662026-07-22T15:11:44.337Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29672026-07-22T15:11:44.512Z Checking terminal_size v0.1.17
29682026-07-22T15:11:44.566Z Checking socket2 v0.5.10
29692026-07-22T15:11:44.608Z Compiling miette-derive v5.10.0
29702026-07-22T15:11:44.737Z Checking internet-checksum v0.2.1
29712026-07-22T15:11:44.892Z Checking owo-colors v3.5.0
29722026-07-22T15:11:45.433Z Checking chumsky v0.9.3
29732026-07-22T15:11:45.794Z Checking miette v5.10.0
29742026-07-22T15:11:46.175Z Compiling serde_with v1.14.0
29752026-07-22T15:11:46.514Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-07-22T15:11:46.548Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-07-22T15:11:46.738Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29782026-07-22T15:11:47.086Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29792026-07-22T15:11:47.313Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29802026-07-22T15:11:47.391Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29812026-07-22T15:11:47.396Z Compiling knuffel-derive v3.2.0
29822026-07-22T15:11:47.533Z Checking httptest v0.16.4
29832026-07-22T15:11:47.574Z Checking pathdiff v0.2.3
29842026-07-22T15:11:47.712Z Checking nested v0.1.1
29852026-07-22T15:11:47.882Z Checking guppy v0.17.25
29862026-07-22T15:11:47.933Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29872026-07-22T15:11:48.223Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29882026-07-22T15:11:48.497Z Checking similar-asserts v1.7.0
29892026-07-22T15:11:48.682Z Compiling target-triple v1.0.0
29902026-07-22T15:11:48.874Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29912026-07-22T15:11:48.908Z Checking knuffel v3.2.0
29922026-07-22T15:11:49.101Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29932026-07-22T15:11:49.279Z Compiling polar-core v0.27.3
29942026-07-22T15:11:49.590Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29952026-07-22T15:11:49.623Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29962026-07-22T15:11:49.669Z Checking hickory-client v0.25.2
29972026-07-22T15:11:49.973Z Compiling assert_cmd v2.1.2
29982026-07-22T15:11:50.205Z Checking escape8259 v0.5.3
29992026-07-22T15:11:50.390Z Checking libtest-mimic v0.8.1
30002026-07-22T15:11:50.649Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30012026-07-22T15:11:50.684Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30022026-07-22T15:11:50.717Z Checking blake2b_simd v1.0.4
30032026-07-22T15:11:50.779Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30042026-07-22T15:11:51.124Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-22T15:11:51.165Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30062026-07-22T15:11:51.344Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30072026-07-22T15:11:51.513Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30082026-07-22T15:11:51.578Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30092026-07-22T15:11:51.693Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30102026-07-22T15:11:51.816Z Checking fancy-regex v0.14.0
30112026-07-22T15:11:51.910Z Checking serde_tokenstream v0.2.3
30122026-07-22T15:11:52.136Z Checking approx v0.5.1
30132026-07-22T15:11:52.171Z Compiling rstest_macros v0.25.0
30142026-07-22T15:11:52.204Z Checking uzers v0.12.2
30152026-07-22T15:11:52.303Z Checking constant_time_eq v0.3.1
30162026-07-22T15:11:52.434Z Checking termcolor v1.4.1
30172026-07-22T15:11:52.469Z Compiling linkme-impl v0.3.35
30182026-07-22T15:11:52.611Z Checking rust-argon2 v2.1.0
30192026-07-22T15:11:52.677Z Checking trybuild v1.0.116
30202026-07-22T15:11:52.863Z Checking datatest-stable v0.3.3
30212026-07-22T15:11:53.206Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30222026-07-22T15:11:53.274Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30232026-07-22T15:11:53.503Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30242026-07-22T15:11:53.573Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30252026-07-22T15:11:53.613Z Checking support-bundle-viewer v0.1.2
30262026-07-22T15:11:53.890Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30272026-07-22T15:11:54.168Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30282026-07-22T15:11:54.203Z Checking oso v0.27.3
30292026-07-22T15:11:54.412Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30302026-07-22T15:11:54.450Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30312026-07-22T15:11:54.650Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30322026-07-22T15:11:54.693Z Checking drift v0.2.0
30332026-07-22T15:11:55.080Z Checking rand_distr v0.5.1
30342026-07-22T15:11:55.232Z Checking digest-io v0.1.0
30352026-07-22T15:11:55.295Z Checking multimap v0.10.1
30362026-07-22T15:11:55.329Z Compiling linkme v0.3.35
30372026-07-22T15:11:55.496Z Compiling relative-path v1.9.3
30382026-07-22T15:11:55.529Z Checking rawzip v0.4.4
30392026-07-22T15:11:55.683Z Checking dropshot-api-manager v0.7.2
30402026-07-22T15:11:55.995Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30412026-07-22T15:11:56.839Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-07-22T15:11:57.213Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-07-22T15:11:57.262Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-07-22T15:11:57.338Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-07-22T15:11:57.373Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-07-22T15:11:57.551Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-07-22T15:11:57.839Z Checking cargo_toml v0.21.0
30482026-07-22T15:11:57.885Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30492026-07-22T15:11:57.948Z Checking partial-io v0.5.4
30502026-07-22T15:11:58.197Z Checking termios v0.3.3
30512026-07-22T15:11:58.237Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30522026-07-22T15:11:58.389Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30532026-07-22T15:11:58.701Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-07-22T15:11:59.375Z Checking rstest v0.25.0
30552026-07-22T15:12:01.795Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-07-22T15:12:03.434Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30572026-07-22T15:12:07.430Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30582026-07-22T15:12:10.224Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30592026-07-22T15:12:10.490Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-07-22T15:12:13.129Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-07-22T15:12:16.714Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-07-22T15:12:20.672Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-07-22T15:12:26.382Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30642026-07-22T15:12:26.636Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30652026-07-22T15:12:26.672Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30662026-07-22T15:12:32.228Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-07-22T15:12:37.047Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-07-22T15:12:54.477Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30692026-07-22T15:13:50.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s
30702026-07-22T15:13:51.238Z
30712026-07-22T15:13:51.238Zreal 4:07.246256277
30722026-07-22T15:13:51.238Zuser 21:07.195484606
30732026-07-22T15:13:51.238Zsys 4:57.577593959
30742026-07-22T15:13:51.238Ztrap 0.508591252
30752026-07-22T15:13:51.238Ztflt 0.503219117
30762026-07-22T15:13:51.238Zdflt 0.602280132
30772026-07-22T15:13:51.238Zkflt 0.004622332
30782026-07-22T15:13:51.238Zlock 57:50.473604263
30792026-07-22T15:13:51.241Zslp 57:21.801707123
30802026-07-22T15:13:51.242Zlat 1:51.271286027
30812026-07-22T15:13:51.242Zstop 11:27.697704549
30822026-07-22T15:13:51.242Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30832026-07-22T15:13:51.242Z+ ptime -m cargo doc --workspace --no-deps
30842026-07-22T15:13:52.049Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30852026-07-22T15:13:52.049Z |
30862026-07-22T15:13:52.049Z = 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)`
30872026-07-22T15:13:52.049Z = 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>
30882026-07-22T15:13:53.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30892026-07-22T15:13:53.289Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30902026-07-22T15:13:53.333Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30912026-07-22T15:13:53.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30922026-07-22T15:13:53.425Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30932026-07-22T15:13:53.489Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30942026-07-22T15:13:53.592Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30952026-07-22T15:13:53.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-07-22T15:13:53.649Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-07-22T15:13:53.675Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-07-22T15:13:53.761Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-07-22T15:13:53.871Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-07-22T15:13:53.894Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-07-22T15:13:53.930Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-07-22T15:13:53.953Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31032026-07-22T15:13:53.978Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-22T15:13:54.003Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31052026-07-22T15:13:54.050Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31062026-07-22T15:13:54.071Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-07-22T15:13:54.095Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31082026-07-22T15:13:54.120Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31092026-07-22T15:13:54.379Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31102026-07-22T15:13:54.521Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31112026-07-22T15:13:54.546Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31122026-07-22T15:13:54.647Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31132026-07-22T15:13:54.683Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-07-22T15:13:54.811Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31152026-07-22T15:13:54.834Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31162026-07-22T15:13:54.972Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31172026-07-22T15:13:55.099Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31182026-07-22T15:13:55.122Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31192026-07-22T15:13:55.235Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31202026-07-22T15:13:55.341Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31212026-07-22T15:13:55.420Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31222026-07-22T15:13:55.446Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-07-22T15:13:55.632Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31242026-07-22T15:13:55.677Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31252026-07-22T15:13:55.700Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31262026-07-22T15:13:55.721Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31272026-07-22T15:13:55.959Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282026-07-22T15:13:56.020Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31292026-07-22T15:13:56.182Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31302026-07-22T15:13:56.236Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312026-07-22T15:13:56.281Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31322026-07-22T15:13:56.416Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31332026-07-22T15:13:56.444Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31342026-07-22T15:13:56.498Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31352026-07-22T15:13:56.561Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31362026-07-22T15:13:56.691Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31372026-07-22T15:13:56.770Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31382026-07-22T15:13:56.816Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31392026-07-22T15:13:56.846Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31402026-07-22T15:13:56.935Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31412026-07-22T15:13:56.991Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31422026-07-22T15:13:57.028Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31432026-07-22T15:13:57.062Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31442026-07-22T15:13:57.095Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31452026-07-22T15:13:57.144Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-07-22T15:13:57.201Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31472026-07-22T15:13:57.239Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-07-22T15:13:57.271Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31492026-07-22T15:13:57.633Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31502026-07-22T15:13:57.729Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31512026-07-22T15:13:57.947Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31522026-07-22T15:13:57.994Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31532026-07-22T15:13:58.361Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31542026-07-22T15:13:58.453Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31552026-07-22T15:13:58.658Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-07-22T15:13:58.710Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31572026-07-22T15:13:58.747Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31582026-07-22T15:13:58.809Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31592026-07-22T15:13:58.921Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31602026-07-22T15:13:58.945Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31612026-07-22T15:13:58.995Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31622026-07-22T15:13:59.173Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31632026-07-22T15:13:59.453Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31642026-07-22T15:14:00.027Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31652026-07-22T15:14:00.059Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31662026-07-22T15:14:00.138Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31672026-07-22T15:14:00.177Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31682026-07-22T15:14:00.396Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31692026-07-22T15:14:00.421Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31702026-07-22T15:14:00.466Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31712026-07-22T15:14:00.622Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31722026-07-22T15:14:00.660Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31732026-07-22T15:14:00.860Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31742026-07-22T15:14:00.884Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31752026-07-22T15:14:00.908Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31762026-07-22T15:14:01.044Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31772026-07-22T15:14:01.047Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31782026-07-22T15:14:01.123Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31792026-07-22T15:14:01.164Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31802026-07-22T15:14:01.186Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31812026-07-22T15:14:01.208Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31822026-07-22T15:14:01.343Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31832026-07-22T15:14:01.368Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31842026-07-22T15:14:01.390Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31852026-07-22T15:14:01.457Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31862026-07-22T15:14:01.479Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31872026-07-22T15:14:01.503Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31882026-07-22T15:14:01.569Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31892026-07-22T15:14:01.656Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31902026-07-22T15:14:01.707Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31912026-07-22T15:14:01.778Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31922026-07-22T15:14:01.807Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31932026-07-22T15:14:02.049Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31942026-07-22T15:14:02.093Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-07-22T15:14:02.136Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31962026-07-22T15:14:02.538Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31972026-07-22T15:14:02.784Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-07-22T15:14:02.809Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31992026-07-22T15:14:03.567Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32002026-07-22T15:14:03.760Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32012026-07-22T15:14:04.058Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32022026-07-22T15:14:04.351Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32032026-07-22T15:14:04.984Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32042026-07-22T15:14:05.785Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32052026-07-22T15:14:05.934Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32062026-07-22T15:14:06.397Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-07-22T15:14:06.442Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32082026-07-22T15:14:06.776Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32092026-07-22T15:14:06.986Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32102026-07-22T15:14:07.073Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32112026-07-22T15:14:07.125Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32122026-07-22T15:14:07.569Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32132026-07-22T15:14:07.758Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32142026-07-22T15:14:07.812Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32152026-07-22T15:14:07.928Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32162026-07-22T15:14:08.116Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32172026-07-22T15:14:08.140Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32182026-07-22T15:14:08.621Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32192026-07-22T15:14:08.741Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32202026-07-22T15:14:08.972Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32212026-07-22T15:14:09.108Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32222026-07-22T15:14:09.132Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32232026-07-22T15:14:09.323Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32242026-07-22T15:14:09.832Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32252026-07-22T15:14:09.903Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32262026-07-22T15:14:10.033Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32272026-07-22T15:14:10.602Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-22T15:14:10.730Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32292026-07-22T15:14:11.123Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32302026-07-22T15:14:12.151Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32312026-07-22T15:14:12.752Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32322026-07-22T15:14:12.775Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32332026-07-22T15:14:13.041Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342026-07-22T15:14:13.327Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32352026-07-22T15:14:13.507Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32362026-07-22T15:14:13.805Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32372026-07-22T15:14:14.703Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32382026-07-22T15:14:14.974Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32392026-07-22T15:14:15.395Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32402026-07-22T15:14:15.425Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32412026-07-22T15:14:16.339Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422026-07-22T15:14:17.094Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32432026-07-22T15:14:18.634Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32442026-07-22T15:14:20.244Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32452026-07-22T15:14:20.400Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32462026-07-22T15:14:21.327Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32472026-07-22T15:14:21.650Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32482026-07-22T15:14:22.494Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32492026-07-22T15:14:22.591Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32502026-07-22T15:14:22.899Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32512026-07-22T15:14:23.758Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-07-22T15:14:24.513Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532026-07-22T15:14:24.580Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32542026-07-22T15:14:24.605Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32552026-07-22T15:14:25.375Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32562026-07-22T15:14:25.883Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32572026-07-22T15:14:25.912Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32582026-07-22T15:14:26.027Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32592026-07-22T15:14:26.233Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32602026-07-22T15:14:26.258Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32612026-07-22T15:14:26.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32622026-07-22T15:14:26.749Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632026-07-22T15:14:26.943Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32642026-07-22T15:14:27.091Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32652026-07-22T15:14:27.342Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32662026-07-22T15:14:27.760Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32672026-07-22T15:14:28.063Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32682026-07-22T15:14:28.073Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32692026-07-22T15:14:28.423Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32702026-07-22T15:14:29.023Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32712026-07-22T15:14:29.708Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32722026-07-22T15:14:29.890Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32732026-07-22T15:14:30.405Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32742026-07-22T15:14:30.430Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32752026-07-22T15:14:32.449Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32762026-07-22T15:14:34.193Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32772026-07-22T15:14:34.822Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32782026-07-22T15:14:35.312Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32792026-07-22T15:14:36.876Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32802026-07-22T15:14:37.554Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32812026-07-22T15:14:39.072Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822026-07-22T15:14:39.925Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32832026-07-22T15:14:40.488Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32842026-07-22T15:14:42.171Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32852026-07-22T15:14:42.917Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32862026-07-22T15:14:44.452Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32872026-07-22T15:14:45.000Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32882026-07-22T15:14:45.236Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32892026-07-22T15:14:46.521Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32902026-07-22T15:14:48.565Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32912026-07-22T15:14:51.532Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32922026-07-22T15:14:52.191Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32932026-07-22T15:14:53.038Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32942026-07-22T15:14:54.266Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32952026-07-22T15:14:55.026Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32962026-07-22T15:14:55.783Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32972026-07-22T15:14:56.564Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32982026-07-22T15:14:57.439Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32992026-07-22T15:14:58.125Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33002026-07-22T15:14:59.960Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33012026-07-22T15:15:00.223Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33022026-07-22T15:15:01.071Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33032026-07-22T15:15:01.222Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33042026-07-22T15:15:02.001Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33052026-07-22T15:15:02.849Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33062026-07-22T15:15:04.457Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33072026-07-22T15:15:06.855Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33082026-07-22T15:15:08.346Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33092026-07-22T15:15:09.010Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33102026-07-22T15:15:10.084Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33112026-07-22T15:15:11.077Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33122026-07-22T15:15:11.994Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33132026-07-22T15:15:12.982Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-07-22T15:15:15.852Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33152026-07-22T15:15:16.182Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33162026-07-22T15:15:16.969Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33172026-07-22T15:15:18.453Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33182026-07-22T15:15:19.649Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192026-07-22T15:15:21.177Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-07-22T15:15:23.524Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33212026-07-22T15:15:24.084Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33222026-07-22T15:15:25.843Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33232026-07-22T15:15:27.492Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33242026-07-22T15:15:29.016Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33252026-07-22T15:15:30.689Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33262026-07-22T15:15:32.387Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33272026-07-22T15:15:33.948Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33282026-07-22T15:15:38.394Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33292026-07-22T15:15:38.830Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302026-07-22T15:15:40.340Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33312026-07-22T15:15:40.566Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33322026-07-22T15:15:42.285Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33332026-07-22T15:15:44.171Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33342026-07-22T15:15:45.696Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33352026-07-22T15:15:47.849Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33362026-07-22T15:15:49.624Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33372026-07-22T15:15:51.270Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33382026-07-22T15:15:53.323Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33392026-07-22T15:15:54.791Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33402026-07-22T15:15:56.613Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33412026-07-22T15:15:58.342Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33422026-07-22T15:16:00.043Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33432026-07-22T15:16:01.793Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33442026-07-22T15:16:05.343Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33452026-07-22T15:16:07.035Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-22T15:16:08.556Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-07-22T15:16:10.629Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33482026-07-22T15:16:12.223Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-07-22T15:16:14.003Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33502026-07-22T15:16:16.076Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33512026-07-22T15:16:18.115Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33522026-07-22T15:16:20.117Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33532026-07-22T15:16:21.911Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33542026-07-22T15:16:23.752Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33552026-07-22T15:16:26.590Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33562026-07-22T15:16:27.460Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33572026-07-22T15:16:30.767Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-07-22T15:16:32.846Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33592026-07-22T15:16:35.191Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33602026-07-22T15:16:37.793Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33612026-07-22T15:16:39.979Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33622026-07-22T15:16:42.303Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33632026-07-22T15:16:44.532Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33642026-07-22T15:16:47.262Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33652026-07-22T15:16:49.070Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33662026-07-22T15:16:51.645Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33672026-07-22T15:16:53.609Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33682026-07-22T15:16:55.861Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33692026-07-22T15:16:58.312Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33702026-07-22T15:17:00.568Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33712026-07-22T15:17:02.957Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33722026-07-22T15:17:05.293Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33732026-07-22T15:17:07.636Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-22T15:17:09.957Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-07-22T15:17:12.277Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33762026-07-22T15:17:14.603Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33772026-07-22T15:17:17.128Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33782026-07-22T15:17:19.367Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33792026-07-22T15:17:21.753Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33802026-07-22T15:17:24.125Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33812026-07-22T15:17:26.488Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33822026-07-22T15:17:28.917Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33832026-07-22T15:17:31.359Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33842026-07-22T15:17:33.648Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33852026-07-22T15:17:36.044Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33862026-07-22T15:17:38.442Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33872026-07-22T15:17:40.798Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33882026-07-22T15:17:43.230Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33892026-07-22T15:17:46.105Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33902026-07-22T15:17:48.355Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33912026-07-22T15:17:50.946Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33922026-07-22T15:17:53.288Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33932026-07-22T15:17:55.723Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33942026-07-22T15:17:58.323Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33952026-07-22T15:18:00.895Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33962026-07-22T15:18:03.403Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33972026-07-22T15:18:05.890Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33982026-07-22T15:18:08.391Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33992026-07-22T15:18:10.934Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34002026-07-22T15:18:13.343Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34012026-07-22T15:18:15.900Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34022026-07-22T15:18:18.625Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34032026-07-22T15:18:21.430Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34042026-07-22T15:18:23.726Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34052026-07-22T15:18:26.171Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34062026-07-22T15:18:32.550Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34072026-07-22T15:18:32.596Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34082026-07-22T15:18:33.941Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34092026-07-22T15:18:36.872Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34102026-07-22T15:18:39.300Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-07-22T15:18:47.332Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34122026-07-22T15:18:47.384Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34132026-07-22T15:18:50.667Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34142026-07-22T15:18:54.093Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34152026-07-22T15:18:57.553Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-07-22T15:19:01.010Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34172026-07-22T15:19:04.167Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34182026-07-22T15:19:08.901Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34192026-07-22T15:19:11.682Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34202026-07-22T15:19:15.375Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34212026-07-22T15:19:19.264Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34222026-07-22T15:19:22.836Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34232026-07-22T15:19:26.541Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34242026-07-22T15:19:30.133Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-07-22T15:19:33.852Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34262026-07-22T15:19:37.488Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34272026-07-22T15:19:41.156Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34282026-07-22T15:19:44.896Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34292026-07-22T15:19:48.507Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34302026-07-22T15:19:52.172Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312026-07-22T15:19:55.863Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34322026-07-22T15:19:59.610Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34332026-07-22T15:20:03.254Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34342026-07-22T15:20:06.926Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34352026-07-22T15:20:10.649Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34362026-07-22T15:20:14.336Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34372026-07-22T15:20:43.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
34382026-07-22T15:20:43.784Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34392026-07-22T15:20:43.886Z
34402026-07-22T15:20:43.886Zreal 6:52.564060595
34412026-07-22T15:20:43.886Zuser 18:19.475965531
34422026-07-22T15:20:43.886Zsys 3:57.315170509
34432026-07-22T15:20:43.886Ztrap 0.269303115
34442026-07-22T15:20:43.886Ztflt 0.016400519
34452026-07-22T15:20:43.886Zdflt 0.040890119
34462026-07-22T15:20:43.886Zkflt 0.000041910
34472026-07-22T15:20:43.886Zlock 6:22:56.201352136
34482026-07-22T15:20:43.887Zslp 2:18:45.219094923
34492026-07-22T15:20:43.890Zlat 35.781977513
34502026-07-22T15:20:43.890Zstop 1:41.653810325
34512026-07-22T15:20:43.890Zprocess exited: duration 782688 ms, exit code 0
 
34522026-07-22T15:20:43.900Zfound 0 output files