01KY0F0HXPQK1FGCHKNGJJ22A0: clippy (helios)

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

Buildomat Job: 01KY0F1CBQWA7B5PHF9E7V7E92

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T19:12:13.257Zjob assigned to worker 01KY0F1HFJEECCAKQN5AM73M26 [factory aws, i-0fd59582303a2ca4a] (queued for 47 s)
 
22026-07-20T19:12:19.213Zstarting task 0: "setup"
32026-07-20T19:12:19.231Z++ uname -s
42026-07-20T19:12:19.231Z+ kern=SunOS
52026-07-20T19:12:19.231Z+ build_user=build
62026-07-20T19:12:19.231Z+ build_uid=12345
72026-07-20T19:12:19.231Z+ work_dir=/work
82026-07-20T19:12:19.231Z+ input_dir=/input
92026-07-20T19:12:19.231Z+ [[ 0 == 12345 ]]
102026-07-20T19:12:19.232Z+ case "$kern" in
112026-07-20T19:12:19.232Z+ groupadd -g 12345 build
122026-07-20T19:12:19.232Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T19:12:21.221Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T19:12:21.277Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T19:12:21.280Z+ home_fs=zfs
162026-07-20T19:12:21.280Z+ [[ zfs == autofs ]]
172026-07-20T19:12:21.280Z+ mkdir -p /home/build
182026-07-20T19:12:21.280Z+ chown build:build /home/build /work
192026-07-20T19:12:23.287Z+ chmod 0700 /home/build /work
202026-07-20T19:12:23.297Zprocess exited: duration 4076 ms, exit code 0
 
212026-07-20T19:12:23.308Zstarting task 1: "rust-toolchain"
222026-07-20T19:12:23.315Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T19:12:23.315Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T19:12:23.315Z * rust toolchain channel = "1.96.1"
252026-07-20T19:12:23.315Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T19:12:23.315Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T19:12:23.315Z * rust toolchain profile = "default"
282026-07-20T19:12:23.315Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T19:12:23.315Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T19:12:23.432Zinfo: downloading installer
312026-07-20T19:12:24.786Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T19:12:24.786Zwarn: /home/build/.rustup/settings.toml
332026-07-20T19:12:24.787Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T19:12:24.787Zwarn: instead of the one inferred from the default host triple.
352026-07-20T19:12:24.833Zinfo: profile set to default
362026-07-20T19:12:24.834Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T19:12:24.834Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T19:12:24.954Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T19:12:24.988Zinfo: downloading 6 components
402026-07-20T19:12:40.654Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T19:12:40.654Z
422026-07-20T19:12:40.682Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T19:12:40.682Z
442026-07-20T19:12:40.682Z
452026-07-20T19:12:40.682ZRust is installed now. Great!
462026-07-20T19:12:40.682Z
472026-07-20T19:12:40.686ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T19:12:40.686Zenvironment variable. This has not been done automatically.
492026-07-20T19:12:40.686Z
502026-07-20T19:12:40.686ZTo configure your current shell, you need to source
512026-07-20T19:12:40.686Zthe corresponding env file under $HOME/.cargo.
522026-07-20T19:12:40.686Z
532026-07-20T19:12:40.686ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T19:12:40.686Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T19:12:40.686Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T19:12:40.686Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T19:12:40.686Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T19:12:40.686Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T19:12:40.686Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T19:12:40.687Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T19:12:40.687Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T19:12:40.766Z+ rustup --version
632026-07-20T19:12:40.778Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T19:12:40.781Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T19:12:40.797Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T19:12:40.800Z+ cargo --version
672026-07-20T19:12:40.814Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T19:12:40.818Z+ rustc --version
692026-07-20T19:12:40.837Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T19:12:40.840Zprocess exited: duration 17532 ms, exit code 0
 
712026-07-20T19:12:40.849Zstarting task 2: "authentication"
722026-07-20T19:12:40.866Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T19:12:40.875Zstarting task 3: "clone repository"
742026-07-20T19:12:40.880Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T19:12:40.884Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T19:12:40.916ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T19:12:53.313Z+ cd /work/oxidecomputer/omicron
782026-07-20T19:12:53.313Z+ git fetch origin dd92511ce63f878098e834564e729260d7eb8fd6
792026-07-20T19:12:53.618ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T19:12:53.618Z * branch dd92511ce63f878098e834564e729260d7eb8fd6 -> FETCH_HEAD
812026-07-20T19:12:53.632Z+ [[ -n john/sim-sa-cleanup-1 ]]
822026-07-20T19:12:53.638Z++ git branch --show-current
832026-07-20T19:12:53.638Z+ current=main
842026-07-20T19:12:53.638Z+ [[ main != john/sim-sa-cleanup-1 ]]
852026-07-20T19:12:53.638Z+ git branch -f john/sim-sa-cleanup-1 dd92511ce63f878098e834564e729260d7eb8fd6
862026-07-20T19:12:53.638Z+ git checkout -f john/sim-sa-cleanup-1
872026-07-20T19:12:53.880ZSwitched to branch 'john/sim-sa-cleanup-1'
882026-07-20T19:12:53.884Z+ git reset --hard dd92511ce63f878098e834564e729260d7eb8fd6
892026-07-20T19:12:53.896ZHEAD is now at dd92511ce sim-sled-agent: internally store a unified `OmicronSledConfig`
902026-07-20T19:12:53.899Zprocess exited: duration 13023 ms, exit code 0
 
912026-07-20T19:12:53.909Zstarting task 4: "build"
922026-07-20T19:12:53.912Z+ source ./env.sh
932026-07-20T19:12:53.912Z++ OLD_SHELL_OPTS=ehxB
942026-07-20T19:12:53.913Z++ set -o xtrace
952026-07-20T19:12:53.913Z++++ dirname ./env.sh
962026-07-20T19:12:53.919Z+++ readlink -f .
972026-07-20T19:12:53.922Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ 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-20T19:12:53.922Z++ case $OLD_SHELL_OPTS in
1092026-07-20T19:12:53.923Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-20T19:12:53.923Z+ source .github/buildomat/ci-env.sh
1112026-07-20T19:12:53.923Z++ export CARGO_TERM_COLOR=always
1122026-07-20T19:12:53.923Z++ CARGO_TERM_COLOR=always
1132026-07-20T19:12:53.923Z+++ uname -s
1142026-07-20T19:12:53.923Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-20T19:12:53.923Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-20T19:12:53.923Z+ cargo --version
1172026-07-20T19:12:53.931Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-20T19:12:53.935Z+ rustc --version
1192026-07-20T19:12:53.953Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-20T19:12:53.956Z+ banner prerequisites
1212026-07-20T19:12:53.956Z
1222026-07-20T19:12:53.956Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-20T19:12:53.956Z # # # # # # # # # # # # # # #
1242026-07-20T19:12:53.956Z # # # # ##### # # ##### # # # # # #### #
1252026-07-20T19:12:53.956Z ##### ##### # ##### # # # # # # # # #
1262026-07-20T19:12:53.956Z # # # # # # # # # # # # # # #
1272026-07-20T19:12:53.956Z # # # ###### # # ###### ### # #### # #### #
1282026-07-20T19:12:53.956Z
1292026-07-20T19:12:53.956Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-20T19:12:55.526Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-20T19:12:55.707Z Startup: Caching catalogs ... Done
1322026-07-20T19:12:56.577ZPlanning: Solver setup ... Done (0.803s)
1332026-07-20T19:12:56.615ZPlanning: Running solver ... Done (0.040s)
1342026-07-20T19:12:56.638ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-20T19:12:56.648ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-20T19:12:56.668ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-20T19:12:56.679ZPlanning: Package planning ... Done (0.013s)
1382026-07-20T19:12:56.682ZPlanning: Merging actions ... Done (0.002s)
1392026-07-20T19:12:56.886ZPlanning: Checking for conflicting actions ... Done (0.205s)
1402026-07-20T19:12:56.890ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-20T19:12:57.677ZPlanning: Evaluating mediators ... Done (0.790s)
1422026-07-20T19:12:57.680ZPlanning: Planning completed in 1.95 seconds
1432026-07-20T19:12:57.687Z Packages to install: 2
1442026-07-20T19:12:57.690Z Estimated space available: 156.08 GB
1452026-07-20T19:12:57.690ZEstimated space to be consumed: 45.23 MB
1462026-07-20T19:12:57.690Z Create boot environment: No
1472026-07-20T19:12:57.690ZCreate backup boot environment: No
1482026-07-20T19:12:57.690Z Rebuild boot archive: No
1492026-07-20T19:12:57.690Z
1502026-07-20T19:12:57.690ZChanged packages:
1512026-07-20T19:12:57.690Zhelios
1522026-07-20T19:12:57.690Z developer/build-essential
1532026-07-20T19:12:57.690Z None -> 11-3.0
1542026-07-20T19:12:57.690Z library/libxmlsec1
1552026-07-20T19:12:57.690Z None -> 1.2.35-3.0
1562026-07-20T19:12:57.710Z
1572026-07-20T19:12:57.714ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-20T19:12:57.777ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1592026-07-20T19:12:57.976Z Actions: 1/268 actions (Installing new actions)
1602026-07-20T19:12:58.013Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-20T19:12:58.033ZFinalize: Updating package state database ... Done (0.018s)
1622026-07-20T19:12:58.036ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-20T19:12:58.079ZFinalize: Updating image state ... Done (0.049s)
1642026-07-20T19:13:00.488ZFinalize: Creating fast lookup database ... Done (2.370s)
1652026-07-20T19:13:00.557ZFinalize: Reading search index ... Done (0.012s)
1662026-07-20T19:13:00.561ZFinalize: Updating search index ... Done (0.000s)
1672026-07-20T19:13:00.687ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-20T19:13:01.018ZPlanning: Evaluating mediator changes ... Done
1692026-07-20T19:13:01.123ZPlanning: Checking for conflicting actions ... Done
1702026-07-20T19:13:01.126ZPlanning: Consolidating action changes ... Done
1712026-07-20T19:13:01.281ZPlanning: Evaluating mediators ... Done
1722026-07-20T19:13:01.287ZPlanning: Planning completed in 0.26 seconds
1732026-07-20T19:13:01.303Z Mediators to change: 2
1742026-07-20T19:13:01.303Z Create boot environment: No
1752026-07-20T19:13:01.305ZCreate backup boot environment: No
1762026-07-20T19:13:01.350ZFinalize: Updating package state database ... Done
1772026-07-20T19:13:01.350ZFinalize: Updating package cache ... Done
1782026-07-20T19:13:01.415ZFinalize: Updating image state ... Done
1792026-07-20T19:13:03.392ZFinalize: Creating fast lookup database ... Done
1802026-07-20T19:13:03.406ZFinalize: Reading search index ... Done
1812026-07-20T19:13:03.406ZFinalize: Updating search index ... Done
1822026-07-20T19:13:03.502ZFinalize: Updating package cache ... Done
1832026-07-20T19:13:03.791ZPlanning: Evaluating mediator changes ... Done
1842026-07-20T19:13:03.894ZPlanning: Checking for conflicting actions ... Done
1852026-07-20T19:13:03.913ZPlanning: Consolidating action changes ... Done
1862026-07-20T19:13:04.054ZPlanning: Evaluating mediators ... Done
1872026-07-20T19:13:04.061ZPlanning: Planning completed in 0.26 seconds
1882026-07-20T19:13:04.070Z Mediators to change: 1
1892026-07-20T19:13:04.070Z Create boot environment: No
1902026-07-20T19:13:04.081ZCreate backup boot environment: No
1912026-07-20T19:13:04.122ZFinalize: Updating package state database ... Done
1922026-07-20T19:13:04.122ZFinalize: Updating package cache ... Done
1932026-07-20T19:13:04.143ZFinalize: Updating image state ... Done
1942026-07-20T19:13:06.068ZFinalize: Creating fast lookup database ... Done
1952026-07-20T19:13:06.152ZFinalize: Reading search index ... Done
1962026-07-20T19:13:06.176ZFinalize: Updating search index ... Done
1972026-07-20T19:13:06.213ZFinalize: Updating package cache ... Done
1982026-07-20T19:13:06.520ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-20T19:13:06.520Zapache system 2.4 system
2002026-07-20T19:13:06.520Zclang system 15 system
2012026-07-20T19:13:06.520Zcsh system system illumos
2022026-07-20T19:13:06.520Zctags system system illumos
2032026-07-20T19:13:06.520Zfile vendor vendor darwinsys
2042026-07-20T19:13:06.521Zfile system system illumos
2052026-07-20T19:13:06.521Zgcc vendor 14 vendor
2062026-07-20T19:13:06.521Zgcc system 13 system
2072026-07-20T19:13:06.521Zgcc system 10 system
2082026-07-20T19:13:06.521Zgo system 1.25 system
2092026-07-20T19:13:06.521Zllvm system 15 system
2102026-07-20T19:13:06.521Zmariadb system 11.4 system
2112026-07-20T19:13:06.521Zmta vendor vendor dma
2122026-07-20T19:13:06.521Zopenjdk system 17 system
2132026-07-20T19:13:06.521Zopenjdk system 11 system
2142026-07-20T19:13:06.521Zopenssl vendor 3 vendor
2152026-07-20T19:13:06.521Zperl system 5.40 system
2162026-07-20T19:13:06.521Zpostgresql system 18 system
2172026-07-20T19:13:06.522Zpostgresql system 17 system
2182026-07-20T19:13:06.522Zpython vendor 3 vendor
2192026-07-20T19:13:06.522Zpython system 2 system
2202026-07-20T19:13:06.522Zpython3 vendor 3.13 vendor
2212026-07-20T19:13:06.522Zruby system 3.4 system
2222026-07-20T19:13:06.522Zruby system 3.0 system
2232026-07-20T19:13:06.522Zwords vendor vendor american-english
2242026-07-20T19:13:06.522Zwords system system australian-english
2252026-07-20T19:13:06.522Zwords system system british-english
2262026-07-20T19:13:06.522Zwords system system canadian-english
2272026-07-20T19:13:06.522Zwords system system french
2282026-07-20T19:13:06.522Zwords system system italian
2292026-07-20T19:13:06.522Zwords system system ngerman
2302026-07-20T19:13:06.522Zwords system system ogerman
2312026-07-20T19:13:06.522Zwords system system spanish
2322026-07-20T19:13:06.778ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-20T19:13:06.778Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-20T19:13:07.130ZFMRI IFO
2352026-07-20T19:13:07.130Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-20T19:13:07.130Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-20T19:13:07.130Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-20T19:13:07.130Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-20T19:13:07.130Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-20T19:13:07.130Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-20T19:13:07.130Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-20T19:13:07.130Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-20T19:13:07.130Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-20T19:13:07.406Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-20T19:13:07.742Z Updating crates.io index
2462026-07-20T19:13:07.747Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-20T19:13:07.951Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-20T19:13:08.275Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-20T19:13:09.338Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-20T19:13:09.876Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-20T19:13:11.784Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-20T19:13:12.801Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-20T19:13:13.044Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-20T19:13:13.370Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-20T19:13:14.732Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-20T19:13:15.039Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-20T19:13:15.373Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-20T19:13:15.609Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-20T19:13:16.115Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-20T19:13:16.623Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-20T19:13:16.839Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-20T19:13:17.056Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-20T19:13:17.301Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-20T19:13:17.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-20T19:13:17.835Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-20T19:13:18.084Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-20T19:13:18.333Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-20T19:13:18.633Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-20T19:13:18.980Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-20T19:13:19.210Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-20T19:13:19.619Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-20T19:13:19.870Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-20T19:13:20.217Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-20T19:13:20.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-20T19:13:20.782Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-20T19:13:21.005Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-20T19:13:21.328Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-20T19:13:21.671Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-20T19:13:21.896Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-20T19:13:22.195Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-20T19:13:22.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-20T19:13:22.718Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-20T19:13:23.002Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-20T19:13:23.245Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-20T19:13:23.507Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-20T19:13:23.740Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-20T19:13:26.374Z Downloading crates ...
2882026-07-20T19:13:26.413Z Downloaded anstream v1.0.0
2892026-07-20T19:13:26.422Z Downloaded anstyle-query v1.1.5
2902026-07-20T19:13:26.425Z Downloaded cfg-if v1.0.4
2912026-07-20T19:13:26.425Z Downloaded cargo-platform v0.3.2
2922026-07-20T19:13:26.428Z Downloaded camino-tempfile v1.4.1
2932026-07-20T19:13:26.431Z Downloaded zmij v1.0.21
2942026-07-20T19:13:26.434Z Downloaded utf8parse v0.2.2
2952026-07-20T19:13:26.434Z Downloaded strsim v0.11.1
2962026-07-20T19:13:26.434Z Downloaded macaddr v1.0.1
2972026-07-20T19:13:26.443Z Downloaded zerocopy v0.7.35
2982026-07-20T19:13:26.452Z Downloaded is_terminal_polyfill v1.70.2
2992026-07-20T19:13:26.454Z Downloaded toml_write v0.1.2
3002026-07-20T19:13:26.454Z Downloaded anstyle v1.0.14
3012026-07-20T19:13:26.454Z Downloaded serde_tokenstream v0.2.3
3022026-07-20T19:13:26.457Z Downloaded heck v0.4.1
3032026-07-20T19:13:26.457Z Downloaded equivalent v1.0.2
3042026-07-20T19:13:26.457Z Downloaded bytecount v0.6.9
3052026-07-20T19:13:26.457Z Downloaded block-buffer v0.10.4
3062026-07-20T19:13:26.460Z Downloaded bitflags v2.11.0
3072026-07-20T19:13:26.466Z Downloaded fnv v1.0.7
3082026-07-20T19:13:26.471Z Downloaded errno v0.3.14
3092026-07-20T19:13:26.473Z Downloaded colorchoice v1.0.4
3102026-07-20T19:13:26.473Z Downloaded clap_derive v4.6.1
3112026-07-20T19:13:26.473Z Downloaded semver v1.0.28
3122026-07-20T19:13:26.476Z Downloaded cargo_metadata v0.23.1
3132026-07-20T19:13:26.476Z Downloaded anstyle-parse v1.0.0
3142026-07-20T19:13:26.478Z Downloaded pest_derive v2.8.6
3152026-07-20T19:13:26.482Z Downloaded generic-array v0.14.7
3162026-07-20T19:13:26.482Z Downloaded dtrace-parser v0.2.0
3172026-07-20T19:13:26.482Z Downloaded clap_lex v1.0.0
3182026-07-20T19:13:26.484Z Downloaded heck v0.5.0
3192026-07-20T19:13:26.487Z Downloaded itoa v1.0.17
3202026-07-20T19:13:26.490Z Downloaded fastrand v2.3.0
3212026-07-20T19:13:26.495Z Downloaded dof v0.3.0
3222026-07-20T19:13:26.498Z Downloaded cpufeatures v0.2.17
3232026-07-20T19:13:26.500Z Downloaded tabled_derive v0.7.0
3242026-07-20T19:13:26.500Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-20T19:13:26.500Z Downloaded thread-id v4.2.2
3262026-07-20T19:13:26.500Z Downloaded swrite v0.1.0
3272026-07-20T19:13:26.506Z Downloaded usdt v0.5.0
3282026-07-20T19:13:26.511Z Downloaded byteorder v1.5.0
3292026-07-20T19:13:26.514Z Downloaded unicode-ident v1.0.24
3302026-07-20T19:13:26.516Z Downloaded serde_derive v1.0.228
3312026-07-20T19:13:26.525Z Downloaded scroll_derive v0.12.1
3322026-07-20T19:13:26.527Z Downloaded unicode-linebreak v0.1.5
3332026-07-20T19:13:26.527Z Downloaded toml_datetime v0.6.11
3342026-07-20T19:13:26.531Z Downloaded usdt-attr-macro v0.5.0
3352026-07-20T19:13:26.534Z Downloaded pretty-hex v0.4.1
3362026-07-20T19:13:26.538Z Downloaded version_check v0.9.5
3372026-07-20T19:13:26.538Z Downloaded terminal_size v0.4.3
3382026-07-20T19:13:26.538Z Downloaded plain v0.2.3
3392026-07-20T19:13:26.540Z Downloaded serde_spanned v0.6.9
3402026-07-20T19:13:26.551Z Downloaded digest v0.10.7
3412026-07-20T19:13:26.554Z Downloaded crypto-common v0.1.7
3422026-07-20T19:13:26.554Z Downloaded thiserror v2.0.18
3432026-07-20T19:13:26.557Z Downloaded fs-err v3.3.0
3442026-07-20T19:13:26.560Z Downloaded proc-macro-error v1.0.4
3452026-07-20T19:13:26.560Z Downloaded sha2 v0.10.9
3462026-07-20T19:13:26.563Z Downloaded quote v1.0.45
3472026-07-20T19:13:26.563Z Downloaded clap v4.6.1
3482026-07-20T19:13:26.567Z Downloaded cargo_toml v0.21.0
3492026-07-20T19:13:26.569Z Downloaded autocfg v1.5.0
3502026-07-20T19:13:26.569Z Downloaded pest_meta v2.8.6
3512026-07-20T19:13:26.572Z Downloaded anyhow v1.0.102
3522026-07-20T19:13:26.589Z Downloaded usdt-macro v0.5.0
3532026-07-20T19:13:26.589Z Downloaded thiserror-impl v2.0.18
3542026-07-20T19:13:26.589Z Downloaded smawk v0.3.2
3552026-07-20T19:13:26.595Z Downloaded usdt-impl v0.5.0
3562026-07-20T19:13:26.595Z Downloaded memchr v2.8.0
3572026-07-20T19:13:26.595Z Downloaded thiserror-impl v1.0.69
3582026-07-20T19:13:26.595Z Downloaded thiserror v1.0.69
3592026-07-20T19:13:26.595Z Downloaded once_cell v1.21.3
3602026-07-20T19:13:26.595Z Downloaded memmap v0.7.0
3612026-07-20T19:13:26.595Z Downloaded camino v1.2.2
3622026-07-20T19:13:26.595Z Downloaded scroll v0.12.0
3632026-07-20T19:13:26.599Z Downloaded ucd-trie v0.1.7
3642026-07-20T19:13:26.604Z Downloaded zerocopy-derive v0.7.35
3652026-07-20T19:13:26.607Z Downloaded toml v0.8.23
3662026-07-20T19:13:26.613Z Downloaded log v0.4.29
3672026-07-20T19:13:26.618Z Downloaded getrandom v0.4.1
3682026-07-20T19:13:26.621Z Downloaded pest_generator v2.8.6
3692026-07-20T19:13:26.621Z Downloaded tempfile v3.25.0
3702026-07-20T19:13:26.621Z Downloaded proc-macro2 v1.0.106
3712026-07-20T19:13:26.624Z Downloaded papergrid v0.11.0
3722026-07-20T19:13:26.627Z Downloaded serde_core v1.0.228
3732026-07-20T19:13:26.630Z Downloaded textwrap v0.16.2
3742026-07-20T19:13:26.659Z Downloaded serde v1.0.228
3752026-07-20T19:13:26.663Z Downloaded toml_edit v0.22.27
3762026-07-20T19:13:26.668Z Downloaded clap_builder v4.6.0
3772026-07-20T19:13:26.672Z Downloaded typenum v1.20.1
3782026-07-20T19:13:26.676Z Downloaded indexmap v2.14.0
3792026-07-20T19:13:26.679Z Downloaded pest v2.8.6
3802026-07-20T19:13:26.683Z Downloaded hashbrown v0.17.0
3812026-07-20T19:13:26.714Z Downloaded serde_json v1.0.150
3822026-07-20T19:13:26.728Z Downloaded goblin v0.8.2
3832026-07-20T19:13:26.741Z Downloaded winnow v0.7.14
3842026-07-20T19:13:26.756Z Downloaded tabled v0.15.0
3852026-07-20T19:13:26.762Z Downloaded syn v1.0.109
3862026-07-20T19:13:26.774Z Downloaded unicode-width v0.2.0
3872026-07-20T19:13:26.799Z Downloaded syn v2.0.117
3882026-07-20T19:13:26.800Z Downloaded unicode-width v0.1.14
3892026-07-20T19:13:26.804Z Downloaded rustix v1.1.3
3902026-07-20T19:13:26.852Z Downloaded libc v0.2.185
3912026-07-20T19:13:26.876Z Compiling proc-macro2 v1.0.106
3922026-07-20T19:13:26.876Z Compiling unicode-ident v1.0.24
3932026-07-20T19:13:26.876Z Compiling quote v1.0.45
3942026-07-20T19:13:26.888Z Compiling serde_core v1.0.228
3952026-07-20T19:13:26.888Z Compiling libc v0.2.185
3962026-07-20T19:13:26.888Z Compiling version_check v0.9.5
3972026-07-20T19:13:26.888Z Compiling memchr v2.8.0
3982026-07-20T19:13:26.888Z Compiling serde v1.0.228
3992026-07-20T19:13:27.201Z Compiling zmij v1.0.21
4002026-07-20T19:13:27.450Z Compiling thiserror v1.0.69
4012026-07-20T19:13:27.487Z Compiling itoa v1.0.17
4022026-07-20T19:13:27.670Z Compiling ucd-trie v0.1.7
4032026-07-20T19:13:27.683Z Compiling byteorder v1.5.0
4042026-07-20T19:13:27.833Z Compiling pest v2.8.6
4052026-07-20T19:13:27.933Z Compiling rustix v1.1.3
4062026-07-20T19:13:27.987Z Compiling errno v0.3.14
4072026-07-20T19:13:27.987Z Compiling serde_json v1.0.150
4082026-07-20T19:13:28.168Z Compiling bitflags v2.11.0
4092026-07-20T19:13:28.292Z Compiling syn v2.0.117
4102026-07-20T19:13:28.375Z Compiling thread-id v4.2.2
4112026-07-20T19:13:28.407Z Compiling proc-macro-error-attr v1.0.4
4122026-07-20T19:13:28.471Z Compiling usdt-impl v0.5.0
4132026-07-20T19:13:28.600Z Compiling syn v1.0.109
4142026-07-20T19:13:28.618Z Compiling camino v1.2.2
4152026-07-20T19:13:28.845Z Compiling proc-macro-error v1.0.4
4162026-07-20T19:13:28.930Z Compiling pest_meta v2.8.6
4172026-07-20T19:13:29.049Z Compiling getrandom v0.4.1
4182026-07-20T19:13:29.064Z Compiling hashbrown v0.17.0
4192026-07-20T19:13:29.095Z Compiling log v0.4.29
4202026-07-20T19:13:29.401Z Compiling plain v0.2.3
4212026-07-20T19:13:29.422Z Compiling equivalent v1.0.2
4222026-07-20T19:13:29.516Z Compiling utf8parse v0.2.2
4232026-07-20T19:13:29.557Z Compiling indexmap v2.14.0
4242026-07-20T19:13:29.633Z Compiling anstyle-parse v1.0.0
4252026-07-20T19:13:29.654Z Compiling terminal_size v0.4.3
4262026-07-20T19:13:30.184Z Compiling winnow v0.7.14
4272026-07-20T19:13:30.307Z Compiling anstyle-query v1.1.5
4282026-07-20T19:13:30.326Z Compiling colorchoice v1.0.4
4292026-07-20T19:13:30.344Z Compiling thiserror v2.0.18
4302026-07-20T19:13:30.423Z Compiling pretty-hex v0.4.1
4312026-07-20T19:13:30.445Z Compiling is_terminal_polyfill v1.70.2
4322026-07-20T19:13:30.544Z Compiling pest_generator v2.8.6
4332026-07-20T19:13:30.547Z Compiling autocfg v1.5.0
4342026-07-20T19:13:30.578Z Compiling toml_write v0.1.2
4352026-07-20T19:13:30.624Z Compiling cfg-if v1.0.4
4362026-07-20T19:13:30.693Z Compiling anstyle v1.0.14
4372026-07-20T19:13:30.914Z Compiling anstream v1.0.0
4382026-07-20T19:13:30.992Z Compiling fs-err v3.3.0
4392026-07-20T19:13:31.067Z Compiling unicode-width v0.1.14
4402026-07-20T19:13:31.235Z Compiling anyhow v1.0.102
4412026-07-20T19:13:31.273Z Compiling strsim v0.11.1
4422026-07-20T19:13:31.290Z Compiling heck v0.4.1
4432026-07-20T19:13:31.294Z Compiling clap_lex v1.0.0
4442026-07-20T19:13:31.419Z Compiling fnv v1.0.7
4452026-07-20T19:13:31.537Z Compiling fastrand v2.3.0
4462026-07-20T19:13:31.559Z Compiling bytecount v0.6.9
4472026-07-20T19:13:31.583Z Compiling once_cell v1.21.3
4482026-07-20T19:13:31.593Z Compiling heck v0.5.0
4492026-07-20T19:13:31.699Z Compiling papergrid v0.11.0
4502026-07-20T19:13:31.762Z Compiling tempfile v3.25.0
4512026-07-20T19:13:31.799Z Compiling clap_builder v4.6.0
4522026-07-20T19:13:31.833Z Compiling cargo-platform v0.3.2
4532026-07-20T19:13:31.854Z Compiling semver v1.0.28
4542026-07-20T19:13:31.889Z Compiling tabled_derive v0.7.0
4552026-07-20T19:13:31.914Z Compiling memmap v0.7.0
4562026-07-20T19:13:32.107Z Compiling unicode-width v0.2.0
4572026-07-20T19:13:32.125Z Compiling unicode-linebreak v0.1.5
4582026-07-20T19:13:32.145Z Compiling smawk v0.3.2
4592026-07-20T19:13:32.175Z Compiling camino-tempfile v1.4.1
4602026-07-20T19:13:32.262Z Compiling serde_derive v1.0.228
4612026-07-20T19:13:32.291Z Compiling thiserror-impl v1.0.69
4622026-07-20T19:13:32.370Z Compiling zerocopy-derive v0.7.35
4632026-07-20T19:13:32.388Z Compiling pest_derive v2.8.6
4642026-07-20T19:13:32.409Z Compiling scroll_derive v0.12.1
4652026-07-20T19:13:32.826Z Compiling thiserror-impl v2.0.18
4662026-07-20T19:13:32.851Z Compiling clap_derive v4.6.1
4672026-07-20T19:13:33.103Z Compiling scroll v0.12.0
4682026-07-20T19:13:33.141Z Compiling tabled v0.15.0
4692026-07-20T19:13:33.269Z Compiling zerocopy v0.7.35
4702026-07-20T19:13:33.370Z Compiling goblin v0.8.2
4712026-07-20T19:13:33.688Z Compiling dtrace-parser v0.2.0
4722026-07-20T19:13:33.832Z Compiling textwrap v0.16.2
4732026-07-20T19:13:34.439Z Compiling swrite v0.1.0
4742026-07-20T19:13:34.649Z Compiling clap v4.6.1
4752026-07-20T19:13:35.503Z Compiling dof v0.3.0
4762026-07-20T19:13:35.503Z Compiling serde_tokenstream v0.2.3
4772026-07-20T19:13:35.545Z Compiling toml_datetime v0.6.11
4782026-07-20T19:13:35.546Z Compiling serde_spanned v0.6.9
4792026-07-20T19:13:35.546Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-20T19:13:35.629Z Compiling cargo_metadata v0.23.1
4812026-07-20T19:13:35.689Z Compiling macaddr v1.0.1
4822026-07-20T19:13:35.830Z Compiling toml_edit v0.22.27
4832026-07-20T19:13:36.303Z Compiling usdt-macro v0.5.0
4842026-07-20T19:13:36.323Z Compiling usdt-attr-macro v0.5.0
4852026-07-20T19:13:36.907Z Compiling usdt v0.5.0
4862026-07-20T19:13:37.153Z Compiling toml v0.8.23
4872026-07-20T19:13:37.488Z Compiling cargo_toml v0.21.0
4882026-07-20T19:13:38.745Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-20T19:13:40.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.47s
4902026-07-20T19:13:40.945Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-20T19:13:41.452Z Downloading crates ...
4922026-07-20T19:13:41.540Z Downloaded adler2 v2.0.1
4932026-07-20T19:13:41.548Z Downloaded bitfield-macros v0.19.4
4942026-07-20T19:13:41.551Z Downloaded bitfield v0.19.4
4952026-07-20T19:13:41.553Z Downloaded bit-set v0.5.3
4962026-07-20T19:13:41.557Z Downloaded anstream v0.6.21
4972026-07-20T19:13:41.559Z Downloaded async-stream-impl v0.3.6
4982026-07-20T19:13:41.564Z Downloaded async-stream v0.3.6
4992026-07-20T19:13:41.572Z Downloaded async-recursion v1.1.1
5002026-07-20T19:13:41.572Z Downloaded base16ct v1.0.0
5012026-07-20T19:13:41.576Z Downloaded arrayref v0.3.9
5022026-07-20T19:13:41.577Z Downloaded ascii-canvas v3.0.0
5032026-07-20T19:13:41.577Z Downloaded atomicwrites v0.4.4
5042026-07-20T19:13:41.577Z Downloaded array-init v0.0.4
5052026-07-20T19:13:41.577Z Downloaded assert_matches v1.5.0
5062026-07-20T19:13:41.577Z Downloaded crucible-workspace-hack v0.1.0
5072026-07-20T19:13:41.577Z Downloaded bcrypt-pbkdf v0.11.0
5082026-07-20T19:13:41.583Z Downloaded cookie_store v0.22.1
5092026-07-20T19:13:41.583Z Downloaded base16ct v0.2.0
5102026-07-20T19:13:41.583Z Downloaded arrayvec v0.7.6
5112026-07-20T19:13:41.587Z Downloaded crossbeam-deque v0.8.6
5122026-07-20T19:13:41.587Z Downloaded allocator-api2 v0.2.21
5132026-07-20T19:13:41.587Z Downloaded darling_core v0.13.4
5142026-07-20T19:13:41.592Z Downloaded darling_macro v0.13.4
5152026-07-20T19:13:41.592Z Downloaded data-encoding v2.10.0
5162026-07-20T19:13:41.595Z Downloaded bitfield-struct v0.6.2
5172026-07-20T19:13:41.595Z Downloaded atty v0.2.14
5182026-07-20T19:13:41.596Z Downloaded digest v0.11.3
5192026-07-20T19:13:41.601Z Downloaded backoff v0.4.0
5202026-07-20T19:13:41.601Z Downloaded bitflags v1.3.2
5212026-07-20T19:13:41.605Z Downloaded ahash v0.8.12
5222026-07-20T19:13:41.605Z Downloaded convert_case v0.4.0
5232026-07-20T19:13:41.605Z Downloaded crc8 v0.1.1
5242026-07-20T19:13:41.612Z Downloaded atomic-waker v1.1.2
5252026-07-20T19:13:41.612Z Downloaded async-trait v0.1.89
5262026-07-20T19:13:41.612Z Downloaded castaway v0.2.4
5272026-07-20T19:13:41.662Z Downloaded cstr-argument v0.1.2
5282026-07-20T19:13:41.662Z Downloaded crypto-common v0.2.2
5292026-07-20T19:13:41.662Z Downloaded bit-set v0.8.0
5302026-07-20T19:13:41.662Z Downloaded bcs v0.1.6
5312026-07-20T19:13:41.690Z Downloaded debug-ignore v1.0.5
5322026-07-20T19:13:41.690Z Downloaded corncobs v0.1.4
5332026-07-20T19:13:41.690Z Downloaded cpubits v0.1.1
5342026-07-20T19:13:41.690Z Downloaded darling_macro v0.20.11
5352026-07-20T19:13:41.691Z Downloaded bit-vec v0.6.3
5362026-07-20T19:13:41.691Z Downloaded anstyle-parse v0.2.7
5372026-07-20T19:13:41.691Z Downloaded compression-core v0.4.31
5382026-07-20T19:13:41.691Z Downloaded aead v0.6.1
5392026-07-20T19:13:41.691Z Downloaded darling v0.13.4
5402026-07-20T19:13:41.691Z Downloaded elliptic-curve v0.14.0-rc.33
5412026-07-20T19:13:41.691Z Downloaded ciborium-io v0.2.2
5422026-07-20T19:13:41.691Z Downloaded bb8 v0.8.6
5432026-07-20T19:13:41.691Z Downloaded aead v0.5.2
5442026-07-20T19:13:41.691Z Downloaded cfg_aliases v0.2.1
5452026-07-20T19:13:41.691Z Downloaded argon2 v0.6.0-rc.8
5462026-07-20T19:13:41.691Z Downloaded defmt v0.3.100
5472026-07-20T19:13:41.691Z Downloaded curve25519-dalek-derive v0.1.1
5482026-07-20T19:13:41.691Z Downloaded crc-catalog v2.4.0
5492026-07-20T19:13:41.691Z Downloaded backon v1.6.0
5502026-07-20T19:13:41.691Z Downloaded darling_macro v0.21.3
5512026-07-20T19:13:41.691Z Downloaded crc32fast v1.5.0
5522026-07-20T19:13:41.691Z Downloaded crossterm v0.28.1
5532026-07-20T19:13:41.691Z Downloaded darling v0.21.3
5542026-07-20T19:13:41.691Z Downloaded darling_core v0.20.11
5552026-07-20T19:13:41.691Z Downloaded block-padding v0.4.2
5562026-07-20T19:13:41.691Z Downloaded critical-section v1.2.0
5572026-07-20T19:13:41.691Z Downloaded cexpr v0.6.0
5582026-07-20T19:13:41.691Z Downloaded document-features v0.2.12
5592026-07-20T19:13:41.691Z Downloaded darling_macro v0.23.0
5602026-07-20T19:13:41.691Z Downloaded derive_builder_macro v0.20.2
5612026-07-20T19:13:41.691Z Downloaded argon2 v0.5.3
5622026-07-20T19:13:41.691Z Downloaded cfg_aliases v0.1.1
5632026-07-20T19:13:41.691Z Downloaded cobs v0.3.0
5642026-07-20T19:13:41.711Z Downloaded enum-as-inner v0.6.1
5652026-07-20T19:13:41.711Z Downloaded difflib v0.4.0
5662026-07-20T19:13:41.711Z Downloaded dirs-sys-next v0.1.2
5672026-07-20T19:13:41.711Z Downloaded defmt-parser v1.0.0
5682026-07-20T19:13:41.711Z Downloaded downcast-rs v2.0.2
5692026-07-20T19:13:41.711Z Downloaded endian-type v0.1.2
5702026-07-20T19:13:41.711Z Downloaded cpufeatures v0.3.0
5712026-07-20T19:13:41.711Z Downloaded crunchy v0.2.4
5722026-07-20T19:13:41.711Z Downloaded env_filter v1.0.0
5732026-07-20T19:13:41.711Z Downloaded block-buffer v0.12.1
5742026-07-20T19:13:41.711Z Downloaded dunce v1.0.5
5752026-07-20T19:13:41.711Z Downloaded digest-io v0.1.0
5762026-07-20T19:13:41.711Z Downloaded ciborium-ll v0.2.2
5772026-07-20T19:13:41.712Z Downloaded fd-lock v4.0.4
5782026-07-20T19:13:41.712Z Downloaded fixedbitset v0.4.2
5792026-07-20T19:13:41.712Z Downloaded dirs-next v2.0.0
5802026-07-20T19:13:41.712Z Downloaded byte-wrapper v0.1.0
5812026-07-20T19:13:41.712Z Downloaded ctutils v0.4.2
5822026-07-20T19:13:41.712Z Downloaded crc v3.4.0
5832026-07-20T19:13:41.713Z Downloaded csv-core v0.1.13
5842026-07-20T19:13:41.713Z Downloaded cmov v0.5.4
5852026-07-20T19:13:41.713Z Downloaded chacha20 v0.9.1
5862026-07-20T19:13:41.713Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-07-20T19:13:41.713Z Downloaded dsl_auto_type v0.2.0
5882026-07-20T19:13:41.713Z Downloaded cassowary v0.3.0
5892026-07-20T19:13:41.713Z Downloaded camino-tempfile-ext v0.3.3
5902026-07-20T19:13:41.722Z Downloaded dyn-clone v1.0.20
5912026-07-20T19:13:41.722Z Downloaded compression-codecs v0.4.37
5922026-07-20T19:13:41.722Z Downloaded bit-vec v0.8.0
5932026-07-20T19:13:41.722Z Downloaded blake2 v0.10.6
5942026-07-20T19:13:41.722Z Downloaded float-cmp v0.10.0
5952026-07-20T19:13:41.723Z Downloaded foreign-types-macros v0.2.3
5962026-07-20T19:13:41.723Z Downloaded foreign-types v0.5.0
5972026-07-20T19:13:41.723Z Downloaded foreign-types v0.3.2
5982026-07-20T19:13:41.723Z Downloaded float-ord v0.3.2
5992026-07-20T19:13:41.723Z Downloaded foreign-types-shared v0.1.1
6002026-07-20T19:13:41.723Z Downloaded cookie v0.18.1
6012026-07-20T19:13:41.723Z Downloaded daft-derive v0.1.7
6022026-07-20T19:13:41.723Z Downloaded darling v0.20.11
6032026-07-20T19:13:41.723Z Downloaded flagset v0.4.7
6042026-07-20T19:13:41.731Z Downloaded embedded-io v0.6.1
6052026-07-20T19:13:41.731Z Downloaded convert_case v0.10.0
6062026-07-20T19:13:41.731Z Downloaded defmt-macros v1.0.1
6072026-07-20T19:13:41.731Z Downloaded funty v2.0.0
6082026-07-20T19:13:41.731Z Downloaded darling v0.23.0
6092026-07-20T19:13:41.731Z Downloaded ghash v0.6.0
6102026-07-20T19:13:41.735Z Downloaded futures-task v0.3.32
6112026-07-20T19:13:41.736Z Downloaded base64ct v1.8.3
6122026-07-20T19:13:41.736Z Downloaded futures-sink v0.3.32
6132026-07-20T19:13:41.736Z Downloaded futures-macro v0.3.32
6142026-07-20T19:13:41.736Z Downloaded form_urlencoded v1.2.2
6152026-07-20T19:13:41.736Z Downloaded cmake v0.1.57
6162026-07-20T19:13:41.736Z Downloaded diesel-dtrace v0.5.0
6172026-07-20T19:13:41.742Z Downloaded dof v0.4.0
6182026-07-20T19:13:41.742Z Downloaded defmt v1.0.1
6192026-07-20T19:13:41.742Z Downloaded delegate v0.13.5
6202026-07-20T19:13:41.749Z Downloaded daft v0.1.7
6212026-07-20T19:13:41.749Z Downloaded constant_time_eq v0.4.2
6222026-07-20T19:13:41.749Z Downloaded ecdsa v0.16.9
6232026-07-20T19:13:41.749Z Downloaded derive_builder_core v0.20.2
6242026-07-20T19:13:41.760Z Downloaded deranged v0.5.8
6252026-07-20T19:13:41.760Z Downloaded env_logger v0.11.9
6262026-07-20T19:13:41.760Z Downloaded git-stub v1.0.0
6272026-07-20T19:13:41.760Z Downloaded enum_dispatch v0.3.13
6282026-07-20T19:13:41.768Z Downloaded cbc v0.2.1
6292026-07-20T19:13:41.769Z Downloaded async-bb8-diesel v0.2.1
6302026-07-20T19:13:41.769Z Downloaded filetime v0.2.27
6312026-07-20T19:13:41.769Z Downloaded ff v0.14.0
6322026-07-20T19:13:41.769Z Downloaded embedded-io v0.4.0
6332026-07-20T19:13:41.769Z Downloaded fallible-iterator v0.2.0
6342026-07-20T19:13:41.769Z Downloaded ed25519 v3.0.0
6352026-07-20T19:13:41.769Z Downloaded chacha20 v0.10.0
6362026-07-20T19:13:41.772Z Downloaded arc-swap v1.8.2
6372026-07-20T19:13:41.772Z Downloaded headers-core v0.3.0
6382026-07-20T19:13:41.772Z Downloaded hash32 v0.3.1
6392026-07-20T19:13:41.772Z Downloaded hash32 v0.2.1
6402026-07-20T19:13:41.772Z Downloaded home v0.5.12
6412026-07-20T19:13:41.772Z Downloaded hex-literal v1.1.0
6422026-07-20T19:13:41.772Z Downloaded base64 v0.21.7
6432026-07-20T19:13:41.778Z Downloaded foldhash v0.2.0
6442026-07-20T19:13:41.784Z Downloaded futures-executor v0.3.32
6452026-07-20T19:13:41.784Z Downloaded console v0.16.2
6462026-07-20T19:13:41.784Z Downloaded clang-sys v1.8.1
6472026-07-20T19:13:41.784Z Downloaded ff v0.13.1
6482026-07-20T19:13:41.789Z Downloaded either v1.15.0
6492026-07-20T19:13:41.789Z Downloaded hubpack_derive v0.1.1
6502026-07-20T19:13:41.789Z Downloaded http-range v0.1.5
6512026-07-20T19:13:41.789Z Downloaded http-body v1.0.1
6522026-07-20T19:13:41.789Z Downloaded hubpack v0.1.2
6532026-07-20T19:13:41.789Z Downloaded httpdate v1.0.3
6542026-07-20T19:13:41.797Z Downloaded hex v0.4.3
6552026-07-20T19:13:41.797Z Downloaded fixedbitset v0.5.7
6562026-07-20T19:13:41.797Z Downloaded dtrace-parser v0.3.0
6572026-07-20T19:13:41.797Z Downloaded hostname v0.4.2
6582026-07-20T19:13:41.803Z Downloaded hostname v0.3.1
6592026-07-20T19:13:41.803Z Downloaded console v0.15.11
6602026-07-20T19:13:41.803Z Downloaded colored v2.2.0
6612026-07-20T19:13:41.803Z Downloaded foldhash v0.1.5
6622026-07-20T19:13:41.803Z Downloaded displaydoc v0.2.5
6632026-07-20T19:13:41.812Z Downloaded gethostname v0.5.0
6642026-07-20T19:13:41.812Z Downloaded fs_extra v1.3.0
6652026-07-20T19:13:41.812Z Downloaded ena v0.14.4
6662026-07-20T19:13:41.812Z Downloaded git-stub-vcs v0.1.0
6672026-07-20T19:13:41.812Z Downloaded erased-serde v0.3.31
6682026-07-20T19:13:41.823Z Downloaded der_derive v0.7.3
6692026-07-20T19:13:41.823Z Downloaded hyper-tls v0.6.0
6702026-07-20T19:13:41.823Z Downloaded const_format_proc_macros v0.2.34
6712026-07-20T19:13:41.824Z Downloaded colored v3.1.1
6722026-07-20T19:13:41.824Z Downloaded const-oid v0.9.6
6732026-07-20T19:13:41.824Z Downloaded ciborium v0.2.2
6742026-07-20T19:13:41.827Z Downloaded ed25519 v2.2.3
6752026-07-20T19:13:41.827Z Downloaded crossbeam-epoch v0.9.18
6762026-07-20T19:13:41.828Z Downloaded indent_write v2.2.0
6772026-07-20T19:13:41.828Z Downloaded idna_adapter v1.2.1
6782026-07-20T19:13:41.828Z Downloaded ident_case v1.0.1
6792026-07-20T19:13:41.828Z Downloaded bzip2 v0.6.1
6802026-07-20T19:13:41.828Z Downloaded bzip2 v0.4.4
6812026-07-20T19:13:41.828Z Downloaded glob v0.3.3
6822026-07-20T19:13:41.828Z Downloaded blowfish v0.10.0
6832026-07-20T19:13:41.828Z Downloaded find-msvc-tools v0.1.9
6842026-07-20T19:13:41.842Z Downloaded cancel-safe-futures v0.1.5
6852026-07-20T19:13:41.842Z Downloaded derive-ex v0.1.8
6862026-07-20T19:13:41.842Z Downloaded cipher v0.4.4
6872026-07-20T19:13:41.847Z Downloaded group v0.14.0
6882026-07-20T19:13:41.847Z Downloaded group v0.13.0
6892026-07-20T19:13:41.847Z Downloaded keccak v0.1.6
6902026-07-20T19:13:41.847Z Downloaded diff v0.1.13
6912026-07-20T19:13:41.847Z Downloaded const-oid v0.10.2
6922026-07-20T19:13:41.848Z Downloaded is-terminal v0.4.17
6932026-07-20T19:13:41.848Z Downloaded internet-checksum v0.2.1
6942026-07-20T19:13:41.848Z Downloaded http-body-util v0.1.3
6952026-07-20T19:13:41.848Z Downloaded indoc v1.0.9
6962026-07-20T19:13:41.848Z Downloaded illumos-nvpair-sys v0.2.0
6972026-07-20T19:13:41.848Z Downloaded illumos-nvpair v0.3.0
6982026-07-20T19:13:41.848Z Downloaded hyper-staticfile v0.10.1
6992026-07-20T19:13:41.856Z Downloaded fs-err v2.11.0
7002026-07-20T19:13:41.856Z Downloaded kstat-rs v0.2.4
7012026-07-20T19:13:41.856Z Downloaded highway v1.3.0
7022026-07-20T19:13:41.856Z Downloaded crc-any v2.5.0
7032026-07-20T19:13:41.856Z Downloaded kem v0.3.0
7042026-07-20T19:13:41.868Z Downloaded derive_builder v0.20.2
7052026-07-20T19:13:41.868Z Downloaded des v0.9.0
7062026-07-20T19:13:41.868Z Downloaded foreign-types-shared v0.3.1
7072026-07-20T19:13:41.868Z Downloaded fxhash v0.2.1
7082026-07-20T19:13:41.868Z Downloaded futures-io v0.3.32
7092026-07-20T19:13:41.868Z Downloaded futures-core v0.3.32
7102026-07-20T19:13:41.880Z Downloaded dropshot-api-manager-types v0.7.2
7112026-07-20T19:13:41.880Z Downloaded fatfs v0.3.6
7122026-07-20T19:13:41.880Z Downloaded globwalk v0.9.1
7132026-07-20T19:13:41.880Z Downloaded display-error-chain v0.2.2
7142026-07-20T19:13:41.880Z Downloaded inout v0.2.2
7152026-07-20T19:13:41.880Z Downloaded ctr v0.10.1
7162026-07-20T19:13:41.880Z Downloaded instability v0.3.11
7172026-07-20T19:13:41.880Z Downloaded cipher v0.5.2
7182026-07-20T19:13:41.880Z Downloaded darling_core v0.21.3
7192026-07-20T19:13:41.884Z Downloaded base64 v0.22.1
7202026-07-20T19:13:41.884Z Downloaded futures-channel v0.3.32
7212026-07-20T19:13:41.884Z Downloaded blake2 v0.11.0-rc.6
7222026-07-20T19:13:41.884Z Downloaded humantime v2.3.0
7232026-07-20T19:13:41.884Z Downloaded buf-list v1.1.2
7242026-07-20T19:13:41.884Z Downloaded linked-hash-map v0.5.6
7252026-07-20T19:13:41.884Z Downloaded libscf-sys v1.1.0
7262026-07-20T19:13:41.884Z Downloaded bs58 v0.5.1
7272026-07-20T19:13:41.895Z Downloaded managed v0.8.0
7282026-07-20T19:13:41.895Z Downloaded md5 v0.8.0
7292026-07-20T19:13:41.895Z Downloaded inout v0.1.4
7302026-07-20T19:13:41.895Z Downloaded lzss v0.8.2
7312026-07-20T19:13:41.895Z Downloaded instant v0.1.13
7322026-07-20T19:13:41.902Z Downloaded lru-cache v0.1.2
7332026-07-20T19:13:41.902Z Downloaded memoffset v0.9.1
7342026-07-20T19:13:41.902Z Downloaded drift v0.2.0
7352026-07-20T19:13:41.902Z Downloaded mime v0.3.17
7362026-07-20T19:13:41.909Z Downloaded globset v0.4.18
7372026-07-20T19:13:41.909Z Downloaded md-5 v0.10.6
7382026-07-20T19:13:41.909Z Downloaded is_ci v1.2.0
7392026-07-20T19:13:41.909Z Downloaded lru-slab v0.1.2
7402026-07-20T19:13:41.919Z Downloaded indoc v2.0.7
7412026-07-20T19:13:41.919Z Downloaded lalrpop-util v0.19.12
7422026-07-20T19:13:41.919Z Downloaded darling_core v0.23.0
7432026-07-20T19:13:41.924Z Downloaded multimap v0.10.1
7442026-07-20T19:13:41.924Z Downloaded getrandom v0.3.4
7452026-07-20T19:13:41.925Z Downloaded getrandom v0.2.17
7462026-07-20T19:13:41.925Z Downloaded maybe-uninit v2.0.0
7472026-07-20T19:13:41.925Z Downloaded match_cfg v0.1.0
7482026-07-20T19:13:41.925Z Downloaded maplit v1.0.2
7492026-07-20T19:13:41.925Z Downloaded jobserver v0.1.34
7502026-07-20T19:13:41.925Z Downloaded newtype_derive v0.1.6
7512026-07-20T19:13:41.933Z Downloaded keccak v0.2.0
7522026-07-20T19:13:41.933Z Downloaded compact_str v0.8.1
7532026-07-20T19:13:41.933Z Downloaded crypto-bigint v0.5.5
7542026-07-20T19:13:41.942Z Downloaded chacha20poly1305 v0.10.1
7552026-07-20T19:13:41.943Z Downloaded ar_archive_writer v0.5.1
7562026-07-20T19:13:41.943Z Downloaded dropshot_endpoint v0.17.1
7572026-07-20T19:13:41.943Z Downloaded bytes v1.11.1
7582026-07-20T19:13:41.948Z Downloaded lazy_static v1.5.0
7592026-07-20T19:13:41.948Z Downloaded ingot v0.1.1
7602026-07-20T19:13:41.948Z Downloaded hmac v0.13.0
7612026-07-20T19:13:41.948Z Downloaded hmac v0.12.1
7622026-07-20T19:13:41.948Z Downloaded num-derive v0.3.3
7632026-07-20T19:13:41.948Z Downloaded nibble_vec v0.1.0
7642026-07-20T19:13:41.948Z Downloaded num-iter v0.1.45
7652026-07-20T19:13:41.948Z Downloaded newline-converter v0.3.0
7662026-07-20T19:13:41.959Z Downloaded generic-array v1.4.3
7672026-07-20T19:13:41.960Z Downloaded new_debug_unreachable v1.0.6
7682026-07-20T19:13:41.960Z Downloaded num-conv v0.2.0
7692026-07-20T19:13:41.960Z Downloaded newtype-uuid-macros v0.1.0
7702026-07-20T19:13:41.960Z Downloaded hybrid-array v0.4.13
7712026-07-20T19:13:41.968Z Downloaded ipnetwork v0.21.1
7722026-07-20T19:13:41.968Z Downloaded bumpalo v3.20.2
7732026-07-20T19:13:41.968Z Downloaded linear-map v1.2.0
7742026-07-20T19:13:41.968Z Downloaded httparse v1.10.1
7752026-07-20T19:13:41.968Z Downloaded lru v0.12.5
7762026-07-20T19:13:41.968Z Downloaded lock_api v0.4.14
7772026-07-20T19:13:41.968Z Downloaded num_enum_derive v0.5.11
7782026-07-20T19:13:41.968Z Downloaded hyper-rustls v0.27.7
7792026-07-20T19:13:41.969Z Downloaded elliptic-curve v0.13.8
7802026-07-20T19:13:41.974Z Downloaded half v1.8.3
7812026-07-20T19:13:41.975Z Downloaded ecdsa v0.17.0-rc.18
7822026-07-20T19:13:41.975Z Downloaded half v2.7.1
7832026-07-20T19:13:41.975Z Downloaded num v0.4.3
7842026-07-20T19:13:41.975Z Downloaded libefi-sys v0.1.0
7852026-07-20T19:13:41.975Z Downloaded ingot-types v0.1.2
7862026-07-20T19:13:41.983Z Downloaded derive-where v1.6.0
7872026-07-20T19:13:41.983Z Downloaded num-derive v0.4.2
7882026-07-20T19:13:41.983Z Downloaded normalize-line-endings v0.3.0
7892026-07-20T19:13:41.983Z Downloaded libsw-core v0.3.2
7902026-07-20T19:13:41.983Z Downloaded libsw v3.5.0
7912026-07-20T19:13:41.988Z Downloaded derive_more v0.99.20
7922026-07-20T19:13:41.988Z Downloaded olpc-cjson v0.1.4
7932026-07-20T19:13:41.988Z Downloaded futures v0.3.32
7942026-07-20T19:13:41.988Z Downloaded num_threads v0.1.7
7952026-07-20T19:13:41.990Z Downloaded native-tls v0.2.18
7962026-07-20T19:13:41.991Z Downloaded openssl-probe v0.1.6
7972026-07-20T19:13:41.991Z Downloaded mime_guess v2.0.5
7982026-07-20T19:13:41.991Z Downloaded impl-trait-for-tuples v0.2.3
7992026-07-20T19:13:41.994Z Downloaded const_format v0.2.35
8002026-07-20T19:13:41.998Z Downloaded oso-derive v0.27.3
8012026-07-20T19:13:41.998Z Downloaded multer v3.1.0
8022026-07-20T19:13:42.001Z Downloaded module-lattice v0.2.3
8032026-07-20T19:13:42.001Z Downloaded iana-time-zone v0.1.65
8042026-07-20T19:13:42.001Z Downloaded nanorand v0.7.0
8052026-07-20T19:13:42.007Z Downloaded opaque-debug v0.3.1
8062026-07-20T19:13:42.008Z Downloaded icu_properties v2.1.2
8072026-07-20T19:13:42.008Z Downloaded crossbeam-utils v0.8.21
8082026-07-20T19:13:42.012Z Downloaded openssl-macros v0.1.1
8092026-07-20T19:13:42.012Z Downloaded num-complex v0.4.6
8102026-07-20T19:13:42.022Z Downloaded password-hash v0.6.1
8112026-07-20T19:13:42.025Z Downloaded libloading v0.8.9
8122026-07-20T19:13:42.025Z Downloaded ed25519-dalek v2.2.0
8132026-07-20T19:13:42.033Z Downloaded dropshot-api-manager v0.7.2
8142026-07-20T19:13:42.037Z Downloaded path-slash v0.1.5
8152026-07-20T19:13:42.037Z Downloaded num_enum v0.7.6
8162026-07-20T19:13:42.038Z Downloaded percent-encoding v2.3.2
8172026-07-20T19:13:42.038Z Downloaded nu-ansi-term v0.50.3
8182026-07-20T19:13:42.043Z Downloaded phf_shared v0.13.1
8192026-07-20T19:13:42.043Z Downloaded nonempty v0.12.0
8202026-07-20T19:13:42.043Z Downloaded ipnet v2.11.0
8212026-07-20T19:13:42.043Z Downloaded parse-display v0.10.0
8222026-07-20T19:13:42.043Z Downloaded flate2 v1.1.9
8232026-07-20T19:13:42.049Z Downloaded peg-runtime v0.8.5
8242026-07-20T19:13:42.050Z Downloaded heapless v0.8.0
8252026-07-20T19:13:42.050Z Downloaded indexmap v1.9.3
8262026-07-20T19:13:42.054Z Downloaded num_enum_derive v0.7.6
8272026-07-20T19:13:42.054Z Downloaded num_enum v0.5.11
8282026-07-20T19:13:42.055Z Downloaded phf_shared v0.11.3
8292026-07-20T19:13:42.059Z Downloaded ignore v0.4.25
8302026-07-20T19:13:42.059Z Downloaded headers v0.4.1
8312026-07-20T19:13:42.064Z Downloaded phf_shared v0.12.1
8322026-07-20T19:13:42.064Z Downloaded heapless v0.7.17
8332026-07-20T19:13:42.064Z Downloaded num-rational v0.4.2
8342026-07-20T19:13:42.064Z Downloaded memmap2 v0.9.10
8352026-07-20T19:13:42.069Z Downloaded litemap v0.8.1
8362026-07-20T19:13:42.069Z Downloaded derive_more v2.1.1
8372026-07-20T19:13:42.073Z Downloaded oxnet v0.1.6
8382026-07-20T19:13:42.073Z Downloaded packed_struct v0.10.1
8392026-07-20T19:13:42.079Z Downloaded openssl-probe v0.2.1
8402026-07-20T19:13:42.079Z Downloaded icu_normalizer v2.1.1
8412026-07-20T19:13:42.082Z Downloaded icu_locale_core v2.1.1
8422026-07-20T19:13:42.082Z Downloaded expectorate v1.2.0
8432026-07-20T19:13:42.086Z Downloaded oxide-tokio-rt v0.1.4
8442026-07-20T19:13:42.086Z Downloaded cc v1.2.56
8452026-07-20T19:13:42.086Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-07-20T19:13:42.091Z Downloaded paste v1.0.15
8472026-07-20T19:13:42.091Z Downloaded owo-colors v4.3.0
8482026-07-20T19:13:42.091Z Downloaded icu_provider v2.1.1
8492026-07-20T19:13:42.095Z Downloaded password-hash v0.5.0
8502026-07-20T19:13:42.095Z Downloaded litrs v1.0.0
8512026-07-20T19:13:42.100Z Downloaded powerfmt v0.2.0
8522026-07-20T19:13:42.100Z Downloaded predicates-tree v1.0.13
8532026-07-20T19:13:42.100Z Downloaded precomputed-hash v0.1.1
8542026-07-20T19:13:42.100Z Downloaded phc v0.6.1
8552026-07-20T19:13:42.100Z Downloaded async-compression v0.4.41
8562026-07-20T19:13:42.107Z Downloaded parse-size v1.1.0
8572026-07-20T19:13:42.107Z Downloaded packed_struct_codegen v0.10.1
8582026-07-20T19:13:42.112Z Downloaded der v0.7.10
8592026-07-20T19:13:42.112Z Downloaded num-integer v0.1.46
8602026-07-20T19:13:42.112Z Downloaded aes v0.9.1
8612026-07-20T19:13:42.112Z Downloaded parse-display-derive v0.10.0
8622026-07-20T19:13:42.115Z Downloaded ml-kem v0.3.2
8632026-07-20T19:13:42.115Z Downloaded predicates-core v1.0.10
8642026-07-20T19:13:42.115Z Downloaded pbkdf2 v0.13.0
8652026-07-20T19:13:42.115Z Downloaded pkg-config v0.3.32
8662026-07-20T19:13:42.119Z Downloaded progenitor-macro v0.14.0
8672026-07-20T19:13:42.119Z Downloaded phf v0.13.1
8682026-07-20T19:13:42.119Z Downloaded libbz2-rs-sys v0.2.2
8692026-07-20T19:13:42.125Z Downloaded indicatif v0.18.4
8702026-07-20T19:13:42.125Z Downloaded newtype-uuid v1.3.2
8712026-07-20T19:13:42.125Z Downloaded ingot-macros v0.1.1
8722026-07-20T19:13:42.183Z Downloaded flume v0.11.1
8732026-07-20T19:13:42.183Z Downloaded proc-macro-crate v3.4.0
8742026-07-20T19:13:42.183Z Downloaded progenitor-client v0.14.0
8752026-07-20T19:13:42.183Z Downloaded polyval v0.7.1
8762026-07-20T19:13:42.204Z Downloaded phf v0.12.1
8772026-07-20T19:13:42.205Z Downloaded proc-macro-crate v1.3.1
8782026-07-20T19:13:42.205Z Downloaded postgres-protocol v0.6.10
8792026-07-20T19:13:42.205Z Downloaded pem v3.0.6
8802026-07-20T19:13:42.205Z Downloaded nodrop v0.1.14
8812026-07-20T19:13:42.205Z Downloaded psl-types v2.0.11
8822026-07-20T19:13:42.205Z Downloaded derive_more-impl v2.1.1
8832026-07-20T19:13:42.205Z Downloaded rand_chacha v0.3.1
8842026-07-20T19:13:42.205Z Downloaded hickory-resolver v0.25.2
8852026-07-20T19:13:42.205Z Downloaded icu_collections v2.1.1
8862026-07-20T19:13:42.205Z Downloaded pin-project-lite v0.2.17
8872026-07-20T19:13:42.205Z Downloaded pin-project-internal v1.1.11
8882026-07-20T19:13:42.205Z Downloaded progenitor-macro v0.13.0
8892026-07-20T19:13:42.205Z Downloaded primeorder v0.13.6
8902026-07-20T19:13:42.205Z Downloaded ppv-lite86 v0.2.21
8912026-07-20T19:13:42.205Z Downloaded radium v0.7.0
8922026-07-20T19:13:42.205Z Downloaded parking_lot_core v0.8.6
8932026-07-20T19:13:42.205Z Downloaded ed25519-dalek v3.0.0-rc.0
8942026-07-20T19:13:42.205Z Downloaded hickory-resolver v0.24.4
8952026-07-20T19:13:42.205Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-07-20T19:13:42.205Z Downloaded poly1305 v0.8.0
8972026-07-20T19:13:42.205Z Downloaded parking_lot v0.11.2
8982026-07-20T19:13:42.205Z Downloaded potential_utf v0.1.4
8992026-07-20T19:13:42.205Z Downloaded port-file v0.1.0
9002026-07-20T19:13:42.205Z Downloaded peg v0.8.5
9012026-07-20T19:13:42.205Z Downloaded proc-macro-error2 v2.0.1
9022026-07-20T19:13:42.205Z Downloaded progenitor v0.14.0
9032026-07-20T19:13:42.205Z Downloaded rand_xorshift v0.4.0
9042026-07-20T19:13:42.205Z Downloaded progenitor-extras v0.2.0
9052026-07-20T19:13:42.205Z Downloaded progenitor v0.13.0
9062026-07-20T19:13:42.205Z Downloaded parking_lot_core v0.9.12
9072026-07-20T19:13:42.205Z Downloaded pkcs1 v0.8.0-rc.4
9082026-07-20T19:13:42.205Z Downloaded pkcs1 v0.7.5
9092026-07-20T19:13:42.212Z Downloaded rfc6979 v0.4.0
9102026-07-20T19:13:42.212Z Downloaded icu_normalizer_data v2.1.1
9112026-07-20T19:13:42.212Z Downloaded parking_lot v0.12.5
9122026-07-20T19:13:42.212Z Downloaded predicates v3.1.4
9132026-07-20T19:13:42.212Z Downloaded pem-rfc7468 v1.0.0
9142026-07-20T19:13:42.212Z Downloaded der v0.8.0
9152026-07-20T19:13:42.212Z Downloaded peg-macros v0.8.5
9162026-07-20T19:13:42.212Z Downloaded jiff-static v0.2.21
9172026-07-20T19:13:42.212Z Downloaded postcard v1.1.3
9182026-07-20T19:13:42.212Z Downloaded recursive v0.1.1
9192026-07-20T19:13:42.212Z Downloaded psm v0.1.30
9202026-07-20T19:13:42.212Z Downloaded ref-cast-impl v1.0.25
9212026-07-20T19:13:42.212Z Downloaded ref-cast v1.0.25
9222026-07-20T19:13:42.221Z Downloaded r2d2 v0.8.10
9232026-07-20T19:13:42.221Z Downloaded russh-util v0.52.0
9242026-07-20T19:13:42.221Z Downloaded progenitor-client v0.13.0
9252026-07-20T19:13:42.221Z Downloaded primeorder v0.14.0-rc.10
9262026-07-20T19:13:42.221Z Downloaded num-traits v0.2.19
9272026-07-20T19:13:42.221Z Downloaded rand_core v0.6.4
9282026-07-20T19:13:42.226Z Downloaded crossbeam-channel v0.5.15
9292026-07-20T19:13:42.226Z Downloaded oso v0.27.3
9302026-07-20T19:13:42.226Z Downloaded pkcs8 v0.10.2
9312026-07-20T19:13:42.226Z Downloaded rfc6979 v0.5.0
9322026-07-20T19:13:42.226Z Downloaded papergrid v0.17.0
9332026-07-20T19:13:42.228Z Downloaded omicron-zone-package v0.12.3
9342026-07-20T19:13:42.228Z Downloaded poly1305 v0.9.0
9352026-07-20T19:13:42.234Z Downloaded rustc_version v0.1.7
9362026-07-20T19:13:42.234Z Downloaded quick-error v1.2.3
9372026-07-20T19:13:42.234Z Downloaded miniz_oxide v0.8.9
9382026-07-20T19:13:42.238Z Downloaded rustc_version v0.4.1
9392026-07-20T19:13:42.238Z Downloaded pem-rfc7468 v0.7.0
9402026-07-20T19:13:42.243Z Downloaded russh-cryptovec v0.61.0
9412026-07-20T19:13:42.243Z Downloaded rtoolbox v0.0.3
9422026-07-20T19:13:42.243Z Downloaded rustc-hash v2.1.1
9432026-07-20T19:13:42.248Z Downloaded rand_seeder v0.4.0
9442026-07-20T19:13:42.252Z Downloaded same-file v1.0.6
9452026-07-20T19:13:42.252Z Downloaded sapling-renderdag v0.1.0
9462026-07-20T19:13:42.257Z Downloaded hashbrown v0.12.3
9472026-07-20T19:13:42.261Z Downloaded primefield v0.14.0
9482026-07-20T19:13:42.265Z Downloaded scroll_derive v0.13.1
9492026-07-20T19:13:42.265Z Downloaded resolv-conf v0.7.6
9502026-07-20T19:13:42.272Z Downloaded openssl-sys v0.9.115
9512026-07-20T19:13:42.276Z Downloaded quinn-udp v0.5.14
9522026-07-20T19:13:42.276Z Downloaded postgres-types v0.2.12
9532026-07-20T19:13:42.276Z Downloaded scheduled-thread-pool v0.2.7
9542026-07-20T19:13:42.281Z Downloaded semver v0.1.20
9552026-07-20T19:13:42.281Z Downloaded pkcs5 v0.8.1
9562026-07-20T19:13:42.281Z Downloaded serde_plain v1.0.2
9572026-07-20T19:13:42.286Z Downloaded minimal-lexical v0.2.1
9582026-07-20T19:13:42.286Z Downloaded serde_spanned v1.1.1
9592026-07-20T19:13:42.286Z Downloaded pkcs8 v0.11.0
9602026-07-20T19:13:42.293Z Downloaded diesel_derives v2.3.7
9612026-07-20T19:13:42.293Z Downloaded secrecy v0.10.3
9622026-07-20T19:13:42.298Z Downloaded serde_repr v0.1.20
9632026-07-20T19:13:42.298Z Downloaded serde-big-array v0.5.1
9642026-07-20T19:13:42.298Z Downloaded seq-macro v0.3.6
9652026-07-20T19:13:42.298Z Downloaded p384 v0.14.0-rc.10
9662026-07-20T19:13:42.298Z Downloaded rpassword v7.5.4
9672026-07-20T19:13:42.301Z Downloaded rand_core v0.9.5
9682026-07-20T19:13:42.301Z Downloaded p256 v0.14.0-rc.10
9692026-07-20T19:13:42.301Z Downloaded rand_chacha v0.9.0
9702026-07-20T19:13:42.305Z Downloaded secrecy v0.8.0
9712026-07-20T19:13:42.305Z Downloaded scopeguard v1.2.0
9722026-07-20T19:13:42.305Z Downloaded pin-project v1.1.11
9732026-07-20T19:13:42.312Z Downloaded serde_urlencoded v0.7.1
9742026-07-20T19:13:42.316Z Downloaded aes-gcm v0.11.0
9752026-07-20T19:13:42.316Z Downloaded prefix-trie v0.7.0
9762026-07-20T19:13:42.320Z Downloaded serde_bytes v0.11.19
9772026-07-20T19:13:42.320Z Downloaded crossterm v0.29.0
9782026-07-20T19:13:42.323Z Downloaded signature v3.0.0
9792026-07-20T19:13:42.323Z Downloaded siphasher v1.0.2
9802026-07-20T19:13:42.323Z Downloaded signature v2.2.0
9812026-07-20T19:13:42.323Z Downloaded shell-words v1.1.1
9822026-07-20T19:13:42.327Z Downloaded rustls-native-certs v0.8.3
9832026-07-20T19:13:42.327Z Downloaded hyper-util v0.1.20
9842026-07-20T19:13:42.333Z Downloaded sha1 v0.10.6
9852026-07-20T19:13:42.334Z Downloaded rustversion v1.0.22
9862026-07-20T19:13:42.338Z Downloaded internal-russh-num-bigint v0.5.0
9872026-07-20T19:13:42.338Z Downloaded sha1 v0.11.0
9882026-07-20T19:13:42.338Z Downloaded hickory-server v0.25.2
9892026-07-20T19:13:42.347Z Downloaded slog-bunyan v2.5.0
9902026-07-20T19:13:42.347Z Downloaded sec1 v0.7.3
9912026-07-20T19:13:42.347Z Downloaded scrypt v0.12.0
9922026-07-20T19:13:42.352Z Downloaded http v1.4.2
9932026-07-20T19:13:42.352Z Downloaded rusty-fork v0.3.1
9942026-07-20T19:13:42.357Z Downloaded serde_path_to_error v0.1.20
9952026-07-20T19:13:42.357Z Downloaded signal-hook-mio v0.2.5
9962026-07-20T19:13:42.357Z Downloaded serde_derive_internals v0.29.1
9972026-07-20T19:13:42.357Z Downloaded sigpipe v0.1.3
9982026-07-20T19:13:42.361Z Downloaded schemars_derive v0.8.22
9992026-07-20T19:13:42.361Z Downloaded serde_with_macros v1.5.2
10002026-07-20T19:13:42.361Z Downloaded progenitor-impl v0.13.0
10012026-07-20T19:13:42.368Z Downloaded progenitor-impl v0.14.0
10022026-07-20T19:13:42.368Z Downloaded scroll v0.13.0
10032026-07-20T19:13:42.372Z Downloaded rcgen v0.12.1
10042026-07-20T19:13:42.377Z Downloaded itertools v0.10.5
10052026-07-20T19:13:42.382Z Downloaded rustls-pki-types v1.14.0
10062026-07-20T19:13:42.382Z Downloaded num-bigint v0.4.6
10072026-07-20T19:13:42.386Z Downloaded serde-hex v0.1.0
10082026-07-20T19:13:42.386Z Downloaded aho-corasick v1.1.4
10092026-07-20T19:13:42.390Z Downloaded slog-envlogger v2.2.0
10102026-07-20T19:13:42.390Z Downloaded shlex v1.3.0
10112026-07-20T19:13:42.395Z Downloaded pretty_assertions v1.4.1
10122026-07-20T19:13:42.399Z Downloaded strum v0.27.2
10132026-07-20T19:13:42.399Z Downloaded rustls-pemfile v2.2.0
10142026-07-20T19:13:42.399Z Downloaded rand_core v0.10.0
10152026-07-20T19:13:42.410Z Downloaded serdect v0.4.3
10162026-07-20T19:13:42.414Z Downloaded sqlparser_derive v0.5.0
10172026-07-20T19:13:42.414Z Downloaded hashbrown v0.13.2
10182026-07-20T19:13:42.414Z Downloaded slog-stdlog v4.1.1
10192026-07-20T19:13:42.426Z Downloaded slog-json v2.6.1
10202026-07-20T19:13:42.426Z Downloaded hashbrown v0.15.5
10212026-07-20T19:13:42.429Z Downloaded prettyplease v0.2.37
10222026-07-20T19:13:42.430Z Downloaded ron v0.8.1
10232026-07-20T19:13:42.430Z Downloaded stable_deref_trait v1.2.1
10242026-07-20T19:13:42.430Z Downloaded simd-adler32 v0.3.8
10252026-07-20T19:13:42.430Z Downloaded serde_cbor v0.11.2
10262026-07-20T19:13:42.430Z Downloaded supports-color v3.0.2
10272026-07-20T19:13:42.430Z Downloaded structmeta v0.3.0
10282026-07-20T19:13:42.434Z Downloaded strip-ansi-escapes v0.2.1
10292026-07-20T19:13:42.434Z Downloaded tagptr v0.2.0
10302026-07-20T19:13:42.434Z Downloaded tabwriter v1.4.1
10312026-07-20T19:13:42.434Z Downloaded sec1 v0.8.1
10322026-07-20T19:13:42.434Z Downloaded signal-hook-tokio v0.3.1
10332026-07-20T19:13:42.438Z Downloaded signal-hook-registry v1.4.8
10342026-07-20T19:13:42.439Z Downloaded strsim v0.10.0
10352026-07-20T19:13:42.439Z Downloaded slab v0.4.12
10362026-07-20T19:13:42.442Z Downloaded nom v7.1.3
10372026-07-20T19:13:42.446Z Downloaded sync_wrapper v1.0.2
10382026-07-20T19:13:42.446Z Downloaded crypto-primes v0.7.2
10392026-07-20T19:13:42.455Z Downloaded slog-dtrace v0.3.0
10402026-07-20T19:13:42.455Z Downloaded rayon-core v1.13.0
10412026-07-20T19:13:42.458Z Downloaded rustls-platform-verifier v0.6.2
10422026-07-20T19:13:42.458Z Downloaded slog-async v2.8.0
10432026-07-20T19:13:42.458Z Downloaded subtle v2.6.1
10442026-07-20T19:13:42.458Z Downloaded termtree v0.5.1
10452026-07-20T19:13:42.462Z Downloaded libxml v0.3.3
10462026-07-20T19:13:42.470Z Downloaded thiserror-impl-no-std v2.0.2
10472026-07-20T19:13:42.475Z Downloaded tap v1.0.1
10482026-07-20T19:13:42.475Z Downloaded take_mut v0.2.2
10492026-07-20T19:13:42.475Z Downloaded sync-ptr v0.1.4
10502026-07-20T19:13:42.475Z Downloaded strum v0.26.3
10512026-07-20T19:13:42.475Z Downloaded stacker v0.1.23
10522026-07-20T19:13:42.475Z Downloaded spki v0.8.0
10532026-07-20T19:13:42.475Z Downloaded snafu-derive v0.8.9
10542026-07-20T19:13:42.476Z Downloaded idna v1.1.0
10552026-07-20T19:13:42.480Z Downloaded mio v1.2.0
10562026-07-20T19:13:42.480Z Downloaded testing_table v0.3.0
10572026-07-20T19:13:42.487Z Downloaded ssh-encoding v0.3.0-rc.9
10582026-07-20T19:13:42.488Z Downloaded sha2 v0.11.0
10592026-07-20T19:13:42.494Z Downloaded schemars v0.8.22
10602026-07-20T19:13:42.495Z Downloaded time-core v0.1.8
10612026-07-20T19:13:42.499Z Downloaded strum_macros v0.26.4
10622026-07-20T19:13:42.499Z Downloaded static_assertions v1.1.0
10632026-07-20T19:13:42.499Z Downloaded thread-id v5.1.0
10642026-07-20T19:13:42.499Z Downloaded ssh-cipher v0.3.0-rc.9
10652026-07-20T19:13:42.499Z Downloaded sqlformat v0.3.5
10662026-07-20T19:13:42.499Z Downloaded publicsuffix v2.3.0
10672026-07-20T19:13:42.519Z Downloaded ryu v1.0.23
10682026-07-20T19:13:42.519Z Downloaded serde_with_macros v3.21.0
10692026-07-20T19:13:42.524Z Downloaded tinyvec_macros v0.1.1
10702026-07-20T19:13:42.524Z Downloaded support-bundle-viewer v0.1.2
10712026-07-20T19:13:42.524Z Downloaded strum_macros v0.27.2
10722026-07-20T19:13:42.524Z Downloaded strum_macros v0.24.3
10732026-07-20T19:13:42.524Z Downloaded synstructure v0.13.2
10742026-07-20T19:13:42.524Z Downloaded structmeta-derive v0.3.0
10752026-07-20T19:13:42.524Z Downloaded stringprep v0.1.5
10762026-07-20T19:13:42.524Z Downloaded tokio-test v0.4.5
10772026-07-20T19:13:42.524Z Downloaded futures-util v0.3.32
10782026-07-20T19:13:42.524Z Downloaded rand v0.8.6
10792026-07-20T19:13:42.524Z Downloaded quinn v0.11.9
10802026-07-20T19:13:42.528Z Downloaded termios v0.3.3
10812026-07-20T19:13:42.528Z Downloaded tabled_derive v0.11.0
10822026-07-20T19:13:42.528Z Downloaded smf v0.2.3
10832026-07-20T19:13:42.528Z Downloaded smallvec v1.15.1
10842026-07-20T19:13:42.528Z Downloaded p521 v0.14.0-rc.10
10852026-07-20T19:13:42.536Z Downloaded qorb v0.4.1
10862026-07-20T19:13:42.540Z Downloaded iri-string v0.7.10
10872026-07-20T19:13:42.541Z Downloaded spin v0.9.8
10882026-07-20T19:13:42.541Z Downloaded serde_yaml v0.9.34+deprecated
10892026-07-20T19:13:42.544Z Downloaded string_cache v0.8.9
10902026-07-20T19:13:42.544Z Downloaded salsa20 v0.11.0
10912026-07-20T19:13:42.544Z Downloaded try-lock v0.2.5
10922026-07-20T19:13:42.544Z Downloaded tower-service v0.3.3
10932026-07-20T19:13:42.547Z Downloaded spki v0.7.3
10942026-07-20T19:13:42.547Z Downloaded thiserror-no-std v2.0.2
10952026-07-20T19:13:42.551Z Downloaded h2 v0.4.15
10962026-07-20T19:13:42.557Z Downloaded similar v2.7.0
10972026-07-20T19:13:42.561Z Downloaded hashbrown v0.16.1
10982026-07-20T19:13:42.562Z Downloaded tls_codec v0.4.2
10992026-07-20T19:13:42.562Z Downloaded signal-hook v0.3.18
11002026-07-20T19:13:42.567Z Downloaded typify-macro v0.6.2
11012026-07-20T19:13:42.567Z Downloaded tower-layer v0.3.3
11022026-07-20T19:13:42.567Z Downloaded tiny-keccak v2.0.2
11032026-07-20T19:13:42.567Z Downloaded time-macros v0.2.27
11042026-07-20T19:13:42.572Z Downloaded itertools v0.12.1
11052026-07-20T19:13:42.574Z Downloaded trait-variant v0.1.2
11062026-07-20T19:13:42.574Z Downloaded tinystr v0.8.2
11072026-07-20T19:13:42.574Z Downloaded schemars v0.9.0
11082026-07-20T19:13:42.580Z Downloaded unarray v0.1.4
11092026-07-20T19:13:42.583Z Downloaded tokio-native-tls v0.3.1
11102026-07-20T19:13:42.583Z Downloaded untrusted v0.9.0
11112026-07-20T19:13:42.583Z Downloaded tokio-macros v2.7.0
11122026-07-20T19:13:42.586Z Downloaded slog v2.8.2
11132026-07-20T19:13:42.586Z Downloaded socket2 v0.6.3
11142026-07-20T19:13:42.589Z Downloaded num-bigint-dig v0.8.6
11152026-07-20T19:13:42.592Z Downloaded rand v0.9.2
11162026-07-20T19:13:42.592Z Downloaded untrusted v0.7.1
11172026-07-20T19:13:42.595Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11182026-07-20T19:13:42.595Z Downloaded utf8_iter v1.0.4
11192026-07-20T19:13:42.595Z Downloaded universal-hash v0.6.1
11202026-07-20T19:13:42.599Z Downloaded unit-prefix v0.5.2
11212026-07-20T19:13:42.599Z Downloaded unicode-xid v0.2.6
11222026-07-20T19:13:42.599Z Downloaded term v1.2.1
11232026-07-20T19:13:42.601Z Downloaded universal-hash v0.5.1
11242026-07-20T19:13:42.601Z Downloaded samael v0.0.19
11252026-07-20T19:13:42.604Z Downloaded itertools v0.14.0
11262026-07-20T19:13:42.607Z Downloaded toml_writer v1.1.1+spec-1.1.0
11272026-07-20T19:13:42.610Z Downloaded want v0.3.1
11282026-07-20T19:13:42.610Z Downloaded term v0.7.0
11292026-07-20T19:13:42.613Z Downloaded tokio-tungstenite v0.21.0
11302026-07-20T19:13:42.613Z Downloaded rustls-webpki v0.103.13
11312026-07-20T19:13:42.616Z Downloaded tokio-tungstenite v0.23.1
11322026-07-20T19:13:42.619Z Downloaded usdt-macro v0.6.0
11332026-07-20T19:13:42.619Z Downloaded usdt-attr-macro v0.6.0
11342026-07-20T19:13:42.619Z Downloaded usdt v0.6.0
11352026-07-20T19:13:42.619Z Downloaded itertools v0.13.0
11362026-07-20T19:13:42.624Z Downloaded tls_codec_derive v0.4.2
11372026-07-20T19:13:42.628Z Downloaded hkdf v0.13.0
11382026-07-20T19:13:42.628Z Downloaded hkdf v0.12.4
11392026-07-20T19:13:42.633Z Downloaded schemars v1.2.1
11402026-07-20T19:13:42.636Z Downloaded topological-sort v0.2.2
11412026-07-20T19:13:42.636Z Downloaded subprocess v0.2.15
11422026-07-20T19:13:42.639Z Downloaded unicase v2.9.0
11432026-07-20T19:13:42.639Z Downloaded icu_properties_data v2.1.2
11442026-07-20T19:13:42.645Z Downloaded yoke-derive v0.8.1
11452026-07-20T19:13:42.649Z Downloaded rsa v0.9.10
11462026-07-20T19:13:42.649Z Downloaded bitvec v1.0.1
11472026-07-20T19:13:42.656Z Downloaded zerofrom v0.1.6
11482026-07-20T19:13:42.659Z Downloaded tokio-stream v0.1.18
11492026-07-20T19:13:42.664Z Downloaded waitgroup v0.1.2
11502026-07-20T19:13:42.664Z Downloaded wait-timeout v0.2.1
11512026-07-20T19:13:42.664Z Downloaded void v1.0.2
11522026-07-20T19:13:42.665Z Downloaded snafu v0.8.9
11532026-07-20T19:13:42.668Z Downloaded test-strategy v0.4.5
11542026-07-20T19:13:42.668Z Downloaded toml_parser v1.1.2+spec-1.1.0
11552026-07-20T19:13:42.673Z Downloaded zeroize_derive v1.4.3
11562026-07-20T19:13:42.673Z Downloaded tui-tree-widget v0.23.1
11572026-07-20T19:13:42.673Z Downloaded rand v0.10.1
11582026-07-20T19:13:42.679Z Downloaded xshell-macros v0.2.7
11592026-07-20T19:13:42.679Z Downloaded xattr v1.6.1
11602026-07-20T19:13:42.680Z Downloaded unicode-truncate v1.1.0
11612026-07-20T19:13:42.680Z Downloaded utf-8 v0.7.6
11622026-07-20T19:13:42.680Z Downloaded blake3 v1.8.5
11632026-07-20T19:13:42.690Z Downloaded tokio-dtrace v0.1.1
11642026-07-20T19:13:42.690Z Downloaded tinyvec v1.10.0
11652026-07-20T19:13:42.696Z Downloaded iddqd v0.4.2
11662026-07-20T19:13:42.696Z Downloaded zerofrom-derive v0.1.6
11672026-07-20T19:13:42.696Z Downloaded wyz v0.5.1
11682026-07-20T19:13:42.696Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11692026-07-20T19:13:42.696Z Downloaded socket2 v0.5.10
11702026-07-20T19:13:42.696Z Downloaded nom v8.0.0
11712026-07-20T19:13:42.746Z Downloaded thread_local v1.1.9
11722026-07-20T19:13:42.746Z Downloaded hyper v1.10.1
11732026-07-20T19:13:42.746Z Downloaded yoke v0.8.1
11742026-07-20T19:13:42.746Z Downloaded aws-lc-rs v1.16.3
11752026-07-20T19:13:42.746Z Downloaded tracing-attributes v0.1.31
11762026-07-20T19:13:42.746Z Downloaded unicode-properties v0.1.4
11772026-07-20T19:13:42.746Z Downloaded vergen-git2 v9.1.0
11782026-07-20T19:13:42.746Z Downloaded vergen-gitcl v1.0.8
11792026-07-20T19:13:42.746Z Downloaded uzers v0.12.2
11802026-07-20T19:13:42.746Z Downloaded tar v0.4.46
11812026-07-20T19:13:42.746Z Downloaded zone v0.3.1
11822026-07-20T19:13:42.746Z Downloaded tokio-rustls v0.26.4
11832026-07-20T19:13:42.746Z Downloaded smallvec v0.6.14
11842026-07-20T19:13:42.746Z Downloaded slog-term v2.9.2
11852026-07-20T19:13:42.746Z Downloaded slog-scope v4.4.1
11862026-07-20T19:13:42.746Z Downloaded walkdir v2.5.0
11872026-07-20T19:13:42.747Z Downloaded zeroize v1.8.2
11882026-07-20T19:13:42.747Z Downloaded zone_cfg_derive v0.3.1
11892026-07-20T19:13:42.747Z Downloaded whoami v1.6.1
11902026-07-20T19:13:42.747Z Downloaded vergen-lib v0.1.6
11912026-07-20T19:13:42.747Z Downloaded vsss-rs v3.3.4
11922026-07-20T19:13:42.747Z Downloaded vergen-lib v9.1.0
11932026-07-20T19:13:42.747Z Downloaded zstd v0.13.3
11942026-07-20T19:13:42.747Z Downloaded whoami v2.1.0
11952026-07-20T19:13:42.747Z Downloaded twox-hash v2.1.2
11962026-07-20T19:13:42.747Z Downloaded typify v0.6.2
11972026-07-20T19:13:42.764Z Downloaded writeable v0.6.2
11982026-07-20T19:13:42.764Z Downloaded rsa v0.10.0-rc.18
11992026-07-20T19:13:42.764Z Downloaded unicode-bidi v0.3.18
12002026-07-20T19:13:42.764Z Downloaded serde_with v1.14.0
12012026-07-20T19:13:42.773Z Downloaded chrono v0.4.45
12022026-07-20T19:13:42.773Z Downloaded toml v0.7.8
12032026-07-20T19:13:42.773Z Downloaded uuid v1.23.4
12042026-07-20T19:13:42.773Z Downloaded libm v0.2.16
12052026-07-20T19:13:42.773Z Downloaded usdt-impl v0.6.0
12062026-07-20T19:13:42.781Z Downloaded rustyline v14.0.0
12072026-07-20T19:13:42.781Z Downloaded toml v1.1.2+spec-1.1.0
12082026-07-20T19:13:42.781Z Downloaded bindgen v0.71.1
12092026-07-20T19:13:42.788Z Downloaded vergen v9.1.0
12102026-07-20T19:13:42.788Z Downloaded zerovec-derive v0.11.2
12112026-07-20T19:13:42.791Z Downloaded tracing-core v0.1.36
12122026-07-20T19:13:42.795Z Downloaded zerocopy v0.6.6
12132026-07-20T19:13:42.799Z Downloaded zstd-safe v7.2.4
12142026-07-20T19:13:42.804Z Downloaded tungstenite v0.23.0
12152026-07-20T19:13:42.807Z Downloaded tungstenite v0.21.0
12162026-07-20T19:13:42.813Z Downloaded regex v1.12.3
12172026-07-20T19:13:42.815Z Downloaded yasna v0.5.2
12182026-07-20T19:13:42.815Z Downloaded xshell v0.2.7
12192026-07-20T19:13:42.815Z Downloaded unsafe-libyaml v0.2.11
12202026-07-20T19:13:42.823Z Downloaded reqwest v0.13.2
12212026-07-20T19:13:42.829Z Downloaded reqwest v0.12.28
12222026-07-20T19:13:42.840Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-07-20T19:13:42.850Z Downloaded steno v0.4.1
12242026-07-20T19:13:42.850Z Downloaded reedline v0.40.0
12252026-07-20T19:13:42.851Z Downloaded yansi v1.0.1
12262026-07-20T19:13:42.851Z Downloaded portable-atomic v1.13.1
12272026-07-20T19:13:42.863Z Downloaded rawzip v0.4.4
12282026-07-20T19:13:42.863Z Downloaded vte v0.14.1
12292026-07-20T19:13:42.863Z Downloaded p384 v0.13.1
12302026-07-20T19:13:42.863Z Downloaded lalrpop v0.19.12
12312026-07-20T19:13:42.870Z Downloaded git2 v0.20.4
12322026-07-20T19:13:42.870Z Downloaded zopfli v0.8.3
12332026-07-20T19:13:42.877Z Downloaded zerocopy-derive v0.8.40
12342026-07-20T19:13:42.882Z Downloaded ssh-key v0.7.0-rc.10
12352026-07-20T19:13:42.887Z Downloaded moka v0.12.13
12362026-07-20T19:13:42.892Z Downloaded x509-cert v0.2.5
12372026-07-20T19:13:42.896Z Downloaded tower v0.5.3
12382026-07-20T19:13:42.905Z Downloaded unicode-segmentation v1.12.0
12392026-07-20T19:13:42.908Z Downloaded unicode_categories v0.1.1
12402026-07-20T19:13:42.912Z Downloaded toml_edit v0.19.15
12412026-07-20T19:13:42.921Z Downloaded url v2.5.8
12422026-07-20T19:13:42.925Z Downloaded crypto-bigint v0.7.5
12432026-07-20T19:13:42.929Z Downloaded zerotrie v0.2.3
12442026-07-20T19:13:42.933Z Downloaded proptest v1.10.0
12452026-07-20T19:13:42.938Z Downloaded goblin v0.10.5
12462026-07-20T19:13:42.943Z Downloaded tokio-postgres v0.7.16
12472026-07-20T19:13:42.946Z Downloaded zip v4.6.1
12482026-07-20T19:13:42.946Z Downloaded petname v2.0.2
12492026-07-20T19:13:42.949Z Downloaded unicode-normalization v0.1.25
12502026-07-20T19:13:42.952Z Downloaded quick-xml v0.37.5
12512026-07-20T19:13:42.959Z Downloaded salty v0.3.0
12522026-07-20T19:13:42.967Z Downloaded zip v0.6.6
12532026-07-20T19:13:42.971Z Downloaded nix v0.27.1
12542026-07-20T19:13:42.974Z Downloaded serde_with v3.21.0
12552026-07-20T19:13:42.981Z Downloaded typed-path v0.9.3
12562026-07-20T19:13:42.985Z Downloaded curve25519-dalek v4.1.3
12572026-07-20T19:13:42.989Z Downloaded rayon v1.11.0
12582026-07-20T19:13:43.021Z Downloaded openssl v0.10.79
12592026-07-20T19:13:43.026Z Downloaded tower-http v0.6.8
12602026-07-20T19:13:43.031Z Downloaded bstr v1.12.1
12612026-07-20T19:13:43.045Z Downloaded tokio-util v0.7.18
12622026-07-20T19:13:43.049Z Downloaded object v0.30.4
12632026-07-20T19:13:43.054Z Downloaded tough v0.22.0
12642026-07-20T19:13:43.062Z Downloaded zerovec v0.11.5
12652026-07-20T19:13:43.065Z Downloaded tabled v0.20.0
12662026-07-20T19:13:43.071Z Downloaded russh v0.61.2
12672026-07-20T19:13:43.081Z Downloaded radix_trie v0.2.1
12682026-07-20T19:13:43.085Z Downloaded quinn-proto v0.11.13
12692026-07-20T19:13:43.089Z Downloaded smoltcp v0.9.1
12702026-07-20T19:13:43.099Z Downloaded winnow v0.5.40
12712026-07-20T19:13:43.107Z Downloaded curve25519-dalek v5.0.0-rc.0
12722026-07-20T19:13:43.119Z Downloaded object v0.37.3
12732026-07-20T19:13:43.126Z Downloaded polar-core v0.27.3
12742026-07-20T19:13:43.135Z Downloaded nix v0.28.0
12752026-07-20T19:13:43.138Z Downloaded smoltcp v0.11.0
12762026-07-20T19:13:43.149Z Downloaded regress v0.10.5
12772026-07-20T19:13:43.157Z Downloaded winnow v1.0.3
12782026-07-20T19:13:43.161Z Downloaded zerocopy v0.8.40
12792026-07-20T19:13:43.170Z Downloaded regress v0.11.1
12802026-07-20T19:13:43.173Z Downloaded winnow v0.6.26
12812026-07-20T19:13:43.178Z Downloaded time v0.3.47
12822026-07-20T19:13:43.189Z Downloaded regex-syntax v0.8.10
12832026-07-20T19:13:43.194Z Downloaded dropshot v0.17.1
12842026-07-20T19:13:43.206Z Downloaded rustls v0.23.41
12852026-07-20T19:13:43.212Z Downloaded zlib-rs v0.6.2
12862026-07-20T19:13:43.217Z Downloaded vcpkg v0.2.15
12872026-07-20T19:13:43.240Z Downloaded openapiv3 v2.2.0
12882026-07-20T19:13:43.247Z Downloaded hickory-proto v0.25.2
12892026-07-20T19:13:43.256Z Downloaded diesel v2.3.7
12902026-07-20T19:13:43.270Z Downloaded hickory-proto v0.24.4
12912026-07-20T19:13:43.277Z Downloaded nix v0.31.2
12922026-07-20T19:13:43.287Z Downloaded regex-syntax v0.6.29
12932026-07-20T19:13:43.289Z Downloaded sqlparser v0.61.0
12942026-07-20T19:13:43.296Z Downloaded rustix v0.38.44
12952026-07-20T19:13:43.319Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-07-20T19:13:43.326Z Downloaded typify-impl v0.6.2
12972026-07-20T19:13:43.336Z Downloaded tracing v0.1.44
12982026-07-20T19:13:43.349Z Downloaded fiat-crypto v0.3.0
12992026-07-20T19:13:43.358Z Downloaded sled v0.34.7
13002026-07-20T19:13:43.364Z Downloaded sha3 v0.11.0
13012026-07-20T19:13:43.367Z Downloaded ratatui v0.29.0
13022026-07-20T19:13:43.379Z Downloaded zerocopy-derive v0.6.6
13032026-07-20T19:13:43.389Z Downloaded regex-automata v0.4.14
13042026-07-20T19:13:43.404Z Downloaded jiff v0.2.21
13052026-07-20T19:13:43.424Z Downloaded petgraph v0.6.5
13062026-07-20T19:13:43.436Z Downloaded chrono-tz v0.10.4
13072026-07-20T19:13:43.448Z Downloaded csv v1.4.0
13082026-07-20T19:13:43.460Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-07-20T19:13:43.471Z Downloaded tokio v1.52.1
13102026-07-20T19:13:43.494Z Downloaded petgraph v0.8.3
13112026-07-20T19:13:43.514Z Downloaded libz-sys v1.1.24
13122026-07-20T19:13:43.540Z Downloaded sha3 v0.10.8
13132026-07-20T19:13:43.628Z Downloaded encoding_rs v0.8.35
13142026-07-20T19:13:43.669Z Downloaded ring v0.17.14
13152026-07-20T19:13:43.707Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-07-20T19:13:44.186Z Downloaded aws-lc-sys v0.40.0
13172026-07-20T19:13:44.435Z Compiling libc v0.2.185
13182026-07-20T19:13:44.435Z Compiling serde_core v1.0.228
13192026-07-20T19:13:44.435Z Compiling serde v1.0.228
13202026-07-20T19:13:44.438Z Compiling log v0.4.29
13212026-07-20T19:13:44.438Z Compiling smallvec v1.15.1
13222026-07-20T19:13:44.438Z Compiling find-msvc-tools v0.1.9
13232026-07-20T19:13:44.438Z Compiling shlex v1.3.0
13242026-07-20T19:13:44.568Z Compiling syn v2.0.117
13252026-07-20T19:13:44.770Z Compiling subtle v2.6.1
13262026-07-20T19:13:44.786Z Compiling stable_deref_trait v1.2.1
13272026-07-20T19:13:44.796Z Compiling scopeguard v1.2.0
13282026-07-20T19:13:44.854Z Compiling typenum v1.20.1
13292026-07-20T19:13:44.879Z Compiling lock_api v0.4.14
13302026-07-20T19:13:44.904Z Compiling serde_json v1.0.150
13312026-07-20T19:13:44.916Z Compiling portable-atomic v1.13.1
13322026-07-20T19:13:44.943Z Compiling zerocopy v0.8.40
13332026-07-20T19:13:45.115Z Compiling parking_lot_core v0.9.12
13342026-07-20T19:13:45.127Z Compiling pin-project-lite v0.2.17
13352026-07-20T19:13:45.220Z Compiling getrandom v0.4.1
13362026-07-20T19:13:45.403Z Compiling jobserver v0.1.34
13372026-07-20T19:13:45.416Z Compiling errno v0.3.14
13382026-07-20T19:13:45.460Z Compiling getrandom v0.2.17
13392026-07-20T19:13:45.561Z Compiling pkg-config v0.3.32
13402026-07-20T19:13:45.574Z Compiling libm v0.2.16
13412026-07-20T19:13:45.649Z Compiling cc v1.2.56
13422026-07-20T19:13:45.687Z Compiling critical-section v1.2.0
13432026-07-20T19:13:45.762Z Compiling rand_core v0.6.4
13442026-07-20T19:13:45.811Z Compiling signal-hook-registry v1.4.8
13452026-07-20T19:13:45.900Z Compiling once_cell v1.21.3
13462026-07-20T19:13:46.033Z Compiling num-traits v0.2.19
13472026-07-20T19:13:46.079Z Compiling rand_core v0.10.0
13482026-07-20T19:13:46.102Z Compiling futures-core v0.3.32
13492026-07-20T19:13:46.117Z Compiling parking_lot v0.12.5
13502026-07-20T19:13:46.381Z Compiling mio v1.2.0
13512026-07-20T19:13:46.479Z Compiling generic-array v0.14.7
13522026-07-20T19:13:46.570Z Compiling litemap v0.8.1
13532026-07-20T19:13:46.612Z Compiling writeable v0.6.2
13542026-07-20T19:13:46.694Z Compiling percent-encoding v2.3.2
13552026-07-20T19:13:46.817Z Compiling bitflags v2.11.0
13562026-07-20T19:13:46.858Z Compiling const-oid v0.9.6
13572026-07-20T19:13:46.878Z Compiling semver v1.0.28
13582026-07-20T19:13:46.939Z Compiling icu_normalizer_data v2.1.1
13592026-07-20T19:13:47.058Z Compiling icu_properties_data v2.1.2
13602026-07-20T19:13:47.240Z Compiling socket2 v0.6.3
13612026-07-20T19:13:47.408Z Compiling futures-sink v0.3.32
13622026-07-20T19:13:47.454Z Compiling synstructure v0.13.2
13632026-07-20T19:13:47.514Z Compiling futures-channel v0.3.32
13642026-07-20T19:13:47.527Z Compiling futures-task v0.3.32
13652026-07-20T19:13:47.629Z Compiling futures-io v0.3.32
13662026-07-20T19:13:47.644Z Compiling slab v0.4.12
13672026-07-20T19:13:47.702Z Compiling utf8_iter v1.0.4
13682026-07-20T19:13:47.763Z Compiling indexmap v2.14.0
13692026-07-20T19:13:47.790Z Compiling form_urlencoded v1.2.2
13702026-07-20T19:13:47.805Z Compiling getrandom v0.3.4
13712026-07-20T19:13:47.826Z Compiling rustversion v1.0.22
13722026-07-20T19:13:47.852Z Compiling cmake v0.1.57
13732026-07-20T19:13:47.949Z Compiling dunce v1.0.5
13742026-07-20T19:13:47.968Z Compiling fs_extra v1.3.0
13752026-07-20T19:13:48.049Z Compiling rustix v1.1.3
13762026-07-20T19:13:48.089Z Compiling ident_case v1.0.1
13772026-07-20T19:13:48.215Z Compiling iana-time-zone v0.1.65
13782026-07-20T19:13:48.281Z Compiling regex-syntax v0.8.10
13792026-07-20T19:13:48.281Z Compiling aws-lc-sys v0.40.0
13802026-07-20T19:13:48.414Z Compiling uuid v1.23.4
13812026-07-20T19:13:48.447Z Compiling base64 v0.22.1
13822026-07-20T19:13:48.750Z Compiling rand_core v0.9.5
13832026-07-20T19:13:48.773Z Compiling base64ct v1.8.3
13842026-07-20T19:13:48.838Z Compiling vcpkg v0.2.15
13852026-07-20T19:13:49.041Z Compiling pem-rfc7468 v0.7.0
13862026-07-20T19:13:49.069Z Compiling rustc_version v0.4.1
13872026-07-20T19:13:49.156Z Compiling tracing-core v0.1.36
13882026-07-20T19:13:49.189Z Compiling serde_derive v1.0.228
13892026-07-20T19:13:49.425Z Compiling zeroize_derive v1.4.3
13902026-07-20T19:13:49.459Z Compiling zerofrom-derive v0.1.6
13912026-07-20T19:13:49.683Z Compiling yoke-derive v0.8.1
13922026-07-20T19:13:49.759Z Compiling zerovec-derive v0.11.2
13932026-07-20T19:13:49.845Z Compiling displaydoc v0.2.5
13942026-07-20T19:13:50.110Z Compiling zeroize v1.8.2
13952026-07-20T19:13:50.324Z Compiling zerocopy-derive v0.8.40
13962026-07-20T19:13:50.676Z Compiling tokio-macros v2.7.0
13972026-07-20T19:13:50.880Z Compiling futures-macro v0.3.32
13982026-07-20T19:13:50.894Z Compiling zerofrom v0.1.6
13992026-07-20T19:13:50.927Z Compiling openssl-sys v0.9.115
14002026-07-20T19:13:51.021Z Compiling yoke v0.8.1
14012026-07-20T19:13:51.247Z Compiling zerovec v0.11.5
14022026-07-20T19:13:51.262Z Compiling zerotrie v0.2.3
14032026-07-20T19:13:51.480Z Compiling crypto-common v0.1.7
14042026-07-20T19:13:51.538Z Compiling block-buffer v0.10.4
14052026-07-20T19:13:51.569Z Compiling thiserror-impl v2.0.18
14062026-07-20T19:13:51.632Z Compiling tracing-attributes v0.1.31
14072026-07-20T19:13:51.712Z Compiling tinystr v0.8.2
14082026-07-20T19:13:51.771Z Compiling potential_utf v0.1.4
14092026-07-20T19:13:51.775Z Compiling futures-util v0.3.32
14102026-07-20T19:13:51.912Z Compiling icu_locale_core v2.1.1
14112026-07-20T19:13:51.936Z Compiling icu_collections v2.1.1
14122026-07-20T19:13:52.426Z Compiling digest v0.10.7
14132026-07-20T19:13:52.686Z Compiling icu_provider v2.1.1
14142026-07-20T19:13:52.791Z Compiling bytes v1.11.1
14152026-07-20T19:13:52.794Z Compiling chrono v0.4.45
14162026-07-20T19:13:52.928Z Compiling icu_properties v2.1.2
14172026-07-20T19:13:52.984Z Compiling icu_normalizer v2.1.1
14182026-07-20T19:13:52.987Z Compiling der_derive v0.7.3
14192026-07-20T19:13:53.413Z Compiling tokio v1.52.1
14202026-07-20T19:13:53.521Z Compiling http v1.4.2
14212026-07-20T19:13:53.953Z Compiling idna_adapter v1.2.1
14222026-07-20T19:13:54.007Z Compiling flagset v0.4.7
14232026-07-20T19:13:54.086Z Compiling idna v1.1.0
14242026-07-20T19:13:54.107Z Compiling aws-lc-rs v1.16.3
14252026-07-20T19:13:54.137Z Compiling der v0.7.10
14262026-07-20T19:13:54.197Z Compiling http-body v1.0.1
14272026-07-20T19:13:54.348Z Compiling tracing v0.1.44
14282026-07-20T19:13:54.402Z Compiling url v2.5.8
14292026-07-20T19:13:54.462Z Compiling thiserror v2.0.18
14302026-07-20T19:13:54.616Z Compiling rustls-pki-types v1.14.0
14312026-07-20T19:13:54.632Z Compiling serde_derive_internals v0.29.1
14322026-07-20T19:13:54.731Z Compiling ppv-lite86 v0.2.21
14332026-07-20T19:13:54.874Z Compiling dyn-clone v1.0.20
14342026-07-20T19:13:55.012Z Compiling rand_chacha v0.9.0
14352026-07-20T19:13:55.042Z Compiling httparse v1.10.1
14362026-07-20T19:13:55.056Z Compiling cmov v0.5.4
14372026-07-20T19:13:55.194Z Compiling schemars v0.8.22
14382026-07-20T19:13:55.258Z Compiling tinyvec_macros v0.1.1
14392026-07-20T19:13:55.324Z Compiling openssl-probe v0.2.1
14402026-07-20T19:13:55.338Z Compiling tinyvec v1.10.0
14412026-07-20T19:13:55.423Z Compiling ctutils v0.4.2
14422026-07-20T19:13:55.438Z Compiling rand v0.9.2
14432026-07-20T19:13:55.498Z Compiling spki v0.7.3
14442026-07-20T19:13:55.503Z Compiling schemars_derive v0.8.22
14452026-07-20T19:13:55.655Z Compiling pest_generator v2.8.6
14462026-07-20T19:13:55.679Z Compiling aho-corasick v1.1.4
14472026-07-20T19:13:55.682Z Compiling atomic-waker v1.1.2
14482026-07-20T19:13:55.705Z Compiling untrusted v0.7.1
14492026-07-20T19:13:55.799Z Compiling tower-layer v0.3.3
14502026-07-20T19:13:55.821Z Compiling tower-service v0.3.3
14512026-07-20T19:13:55.915Z Compiling try-lock v0.2.5
14522026-07-20T19:13:55.952Z Compiling tempfile v3.25.0
14532026-07-20T19:13:56.021Z Compiling want v0.3.1
14542026-07-20T19:13:56.234Z Compiling hybrid-array v0.4.13
14552026-07-20T19:13:56.343Z Compiling ipnet v2.11.0
14562026-07-20T19:13:56.394Z Compiling pest_derive v2.8.6
14572026-07-20T19:13:56.540Z Compiling regex-automata v0.4.14
14582026-07-20T19:13:56.839Z Compiling scroll_derive v0.13.1
14592026-07-20T19:13:56.842Z Compiling darling_core v0.20.11
14602026-07-20T19:13:57.020Z Compiling cpufeatures v0.2.17
14612026-07-20T19:13:57.096Z Compiling openssl v0.10.79
14622026-07-20T19:13:57.342Z Compiling tokio-util v0.7.18
14632026-07-20T19:13:57.405Z Compiling foreign-types-shared v0.1.1
14642026-07-20T19:13:57.494Z Compiling untrusted v0.9.0
14652026-07-20T19:13:57.617Z Compiling httpdate v1.0.3
14662026-07-20T19:13:57.659Z Compiling rustls v0.23.41
14672026-07-20T19:13:57.874Z Compiling scroll v0.13.0
14682026-07-20T19:13:57.890Z Compiling foreign-types v0.3.2
14692026-07-20T19:13:57.943Z Compiling pkcs8 v0.10.2
14702026-07-20T19:13:58.065Z Compiling h2 v0.4.15
14712026-07-20T19:13:58.103Z Compiling unicode-normalization v0.1.25
14722026-07-20T19:13:58.359Z Compiling openssl-macros v0.1.1
14732026-07-20T19:13:58.561Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-07-20T19:13:58.595Z Compiling spin v0.9.8
14752026-07-20T19:13:58.764Z Compiling powerfmt v0.2.0
14762026-07-20T19:13:58.806Z Compiling time-core v0.1.8
14772026-07-20T19:13:58.952Z Compiling crc32fast v1.5.0
14782026-07-20T19:13:58.965Z Compiling num-conv v0.2.0
14792026-07-20T19:13:58.970Z Compiling native-tls v0.2.18
14802026-07-20T19:13:59.099Z Compiling time-macros v0.2.27
14812026-07-20T19:13:59.102Z Compiling darling_macro v0.20.11
14822026-07-20T19:13:59.196Z Compiling deranged v0.5.8
14832026-07-20T19:13:59.596Z Compiling darling v0.20.11
14842026-07-20T19:13:59.697Z Compiling goblin v0.10.5
14852026-07-20T19:14:00.165Z Compiling sha2 v0.10.9
14862026-07-20T19:14:00.165Z Compiling hmac v0.12.1
14872026-07-20T19:14:00.322Z Compiling sync_wrapper v1.0.2
14882026-07-20T19:14:00.429Z Compiling wait-timeout v0.2.1
14892026-07-20T19:14:00.613Z Compiling usdt-impl v0.6.0
14902026-07-20T19:14:00.690Z Compiling quick-error v1.2.3
14912026-07-20T19:14:00.796Z Compiling simd-adler32 v0.3.8
14922026-07-20T19:14:00.826Z Compiling crossbeam-utils v0.8.21
14932026-07-20T19:14:01.032Z Compiling syn v1.0.109
14942026-07-20T19:14:01.128Z Compiling hyper v1.10.1
14952026-07-20T19:14:01.365Z Compiling num_threads v0.1.7
14962026-07-20T19:14:01.467Z Compiling siphasher v1.0.2
14972026-07-20T19:14:01.578Z Compiling bit-vec v0.8.0
14982026-07-20T19:14:01.817Z Compiling bit-set v0.8.0
14992026-07-20T19:14:01.969Z Compiling time v0.3.47
15002026-07-20T19:14:02.069Z Compiling rusty-fork v0.3.1
15012026-07-20T19:14:02.213Z Compiling tower v0.5.3
15022026-07-20T19:14:02.263Z Compiling derive_builder_core v0.20.2
15032026-07-20T19:14:02.388Z Compiling hyper-util v0.1.20
15042026-07-20T19:14:02.698Z Compiling dof v0.4.0
15052026-07-20T19:14:03.000Z Compiling dtrace-parser v0.3.0
15062026-07-20T19:14:03.138Z Compiling http-body-util v0.1.3
15072026-07-20T19:14:03.380Z Compiling heapless v0.7.17
15082026-07-20T19:14:03.560Z Compiling scroll_derive v0.12.1
15092026-07-20T19:14:03.633Z Compiling thiserror-impl v1.0.69
15102026-07-20T19:14:03.721Z Compiling rand_xorshift v0.4.0
15112026-07-20T19:14:03.856Z Compiling slog v2.8.2
15122026-07-20T19:14:03.882Z Compiling darling_core v0.23.0
15132026-07-20T19:14:03.954Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-07-20T19:14:04.053Z Compiling thread-id v5.1.0
15152026-07-20T19:14:04.135Z Compiling cookie v0.18.1
15162026-07-20T19:14:04.149Z Compiling anyhow v1.0.102
15172026-07-20T19:14:04.232Z Compiling unicode-bidi v0.3.18
15182026-07-20T19:14:04.245Z Compiling signal-hook v0.3.18
15192026-07-20T19:14:04.329Z Compiling adler2 v2.0.1
15202026-07-20T19:14:04.429Z Compiling ryu v1.0.23
15212026-07-20T19:14:04.458Z Compiling iri-string v0.7.10
15222026-07-20T19:14:04.473Z Compiling allocator-api2 v0.2.21
15232026-07-20T19:14:04.605Z Compiling paste v1.0.15
15242026-07-20T19:14:04.763Z Compiling zstd-safe v7.2.4
15252026-07-20T19:14:04.788Z Compiling unicode-properties v0.1.4
15262026-07-20T19:14:04.885Z Compiling unarray v0.1.4
15272026-07-20T19:14:04.906Z Compiling thiserror v1.0.69
15282026-07-20T19:14:04.973Z Compiling proptest v1.10.0
15292026-07-20T19:14:04.991Z Compiling stringprep v0.1.5
15302026-07-20T19:14:05.017Z Compiling serde_urlencoded v0.7.1
15312026-07-20T19:14:05.250Z Compiling miniz_oxide v0.8.9
15322026-07-20T19:14:05.430Z Compiling scroll v0.12.0
15332026-07-20T19:14:05.690Z Compiling tower-http v0.6.8
15342026-07-20T19:14:05.970Z Compiling derive_builder_macro v0.20.2
15352026-07-20T19:14:05.999Z Compiling camino v1.2.2
15362026-07-20T19:14:06.352Z Compiling darling_macro v0.23.0
15372026-07-20T19:14:06.406Z Compiling tokio-native-tls v0.3.1
15382026-07-20T19:14:06.451Z Compiling bstr v1.12.1
15392026-07-20T19:14:06.476Z Compiling ipnetwork v0.21.1
15402026-07-20T19:14:06.575Z Compiling block-buffer v0.12.1
15412026-07-20T19:14:06.606Z Compiling crypto-common v0.2.2
15422026-07-20T19:14:06.771Z Compiling block-padding v0.4.2
15432026-07-20T19:14:06.845Z Compiling rustls-native-certs v0.8.3
15442026-07-20T19:14:06.867Z Compiling rand_chacha v0.3.1
15452026-07-20T19:14:06.935Z Compiling toml_datetime v0.6.11
15462026-07-20T19:14:07.097Z Compiling serde_spanned v0.6.9
15472026-07-20T19:14:07.134Z Compiling hex v0.4.3
15482026-07-20T19:14:07.199Z Compiling serde_tokenstream v0.2.3
15492026-07-20T19:14:07.241Z Compiling erased-serde v0.3.31
15502026-07-20T19:14:07.407Z Compiling signature v2.2.0
15512026-07-20T19:14:07.520Z Compiling md-5 v0.10.6
15522026-07-20T19:14:07.589Z Compiling curve25519-dalek v4.1.3
15532026-07-20T19:14:07.667Z Compiling async-trait v0.1.89
15542026-07-20T19:14:07.683Z Compiling zerocopy-derive v0.7.35
15552026-07-20T19:14:07.730Z Compiling pin-project-internal v1.1.11
15562026-07-20T19:14:07.932Z Compiling vergen-lib v9.1.0
15572026-07-20T19:14:08.128Z Compiling hash32 v0.2.1
15582026-07-20T19:14:08.321Z Compiling num-integer v0.1.46
15592026-07-20T19:14:08.335Z Compiling memoffset v0.9.1
15602026-07-20T19:14:08.537Z Compiling encoding_rs v0.8.35
15612026-07-20T19:14:08.553Z Compiling mime v0.3.17
15622026-07-20T19:14:08.642Z Compiling rustix v0.38.44
15632026-07-20T19:14:08.686Z Compiling num-bigint-dig v0.8.6
15642026-07-20T19:14:08.809Z Compiling smoltcp v0.9.1
15652026-07-20T19:14:08.845Z Compiling ref-cast v1.0.25
15662026-07-20T19:14:08.880Z Compiling psl-types v2.0.11
15672026-07-20T19:14:09.000Z Compiling fallible-iterator v0.2.0
15682026-07-20T19:14:09.014Z Compiling cfg_aliases v0.2.1
15692026-07-20T19:14:09.088Z Compiling litrs v1.0.0
15702026-07-20T19:14:09.154Z Compiling zlib-rs v0.6.2
15712026-07-20T19:14:09.232Z Compiling nix v0.31.2
15722026-07-20T19:14:09.317Z Compiling postgres-protocol v0.6.10
15732026-07-20T19:14:09.598Z Compiling document-features v0.2.12
15742026-07-20T19:14:09.729Z Compiling publicsuffix v2.3.0
15752026-07-20T19:14:09.880Z Compiling pin-project v1.1.11
15762026-07-20T19:14:09.897Z Compiling zerocopy v0.7.35
15772026-07-20T19:14:09.977Z Compiling hubpack_derive v0.1.1
15782026-07-20T19:14:10.038Z Compiling num-iter v0.1.45
15792026-07-20T19:14:10.246Z Compiling newtype-uuid v1.3.2
15802026-07-20T19:14:10.434Z Compiling rand v0.8.6
15812026-07-20T19:14:10.449Z Compiling inout v0.2.2
15822026-07-20T19:14:10.555Z Compiling darling v0.23.0
15832026-07-20T19:14:10.572Z Compiling oxnet v0.1.6
15842026-07-20T19:14:10.585Z Compiling hyper-tls v0.6.0
15852026-07-20T19:14:10.618Z Compiling derive_builder v0.20.2
15862026-07-20T19:14:10.741Z Compiling goblin v0.8.2
15872026-07-20T19:14:11.341Z Compiling phf_shared v0.13.1
15882026-07-20T19:14:11.363Z Compiling regex v1.12.3
15892026-07-20T19:14:11.395Z Compiling lazy_static v1.5.0
15902026-07-20T19:14:11.491Z Compiling anstyle-parse v0.2.7
15912026-07-20T19:14:11.613Z Compiling futures-executor v0.3.32
15922026-07-20T19:14:11.674Z Compiling terminal_size v0.4.3
15932026-07-20T19:14:11.789Z Compiling ref-cast-impl v1.0.25
15942026-07-20T19:14:11.804Z Compiling snafu-derive v0.8.9
15952026-07-20T19:14:11.818Z Compiling strum_macros v0.27.2
15962026-07-20T19:14:11.834Z Compiling curve25519-dalek-derive v0.1.1
15972026-07-20T19:14:12.346Z Compiling flate2 v1.1.9
15982026-07-20T19:14:12.501Z Compiling daft-derive v0.1.7
15992026-07-20T19:14:12.517Z Compiling vergen v9.1.0
16002026-07-20T19:14:12.710Z Compiling cargo-platform v0.3.2
16012026-07-20T19:14:12.758Z Compiling ff v0.13.1
16022026-07-20T19:14:12.957Z Compiling fs-err v3.3.0
16032026-07-20T19:14:12.986Z Compiling ahash v0.8.12
16042026-07-20T19:14:13.099Z Compiling managed v0.8.0
16052026-07-20T19:14:13.201Z Compiling bitflags v1.3.2
16062026-07-20T19:14:13.228Z Compiling object v0.37.3
16072026-07-20T19:14:13.288Z Compiling winnow v0.5.40
16082026-07-20T19:14:13.323Z Compiling same-file v1.0.6
16092026-07-20T19:14:13.489Z Compiling libbz2-rs-sys v0.2.2
16102026-07-20T19:14:13.547Z Compiling base16ct v0.2.0
16112026-07-20T19:14:13.695Z Compiling unicode-segmentation v1.12.0
16122026-07-20T19:14:13.738Z Compiling foldhash v0.1.5
16132026-07-20T19:14:13.821Z Compiling bumpalo v3.20.2
16142026-07-20T19:14:13.921Z Compiling foldhash v0.2.0
16152026-07-20T19:14:14.070Z Compiling hashbrown v0.16.1
16162026-07-20T19:14:14.093Z Compiling zopfli v0.8.3
16172026-07-20T19:14:14.132Z Compiling bzip2 v0.6.1
16182026-07-20T19:14:14.222Z Compiling hashbrown v0.15.5
16192026-07-20T19:14:14.300Z Compiling strum v0.27.2
16202026-07-20T19:14:14.315Z Compiling snafu v0.8.9
16212026-07-20T19:14:14.396Z Compiling sec1 v0.7.3
16222026-07-20T19:14:14.636Z Compiling toml_edit v0.19.15
16232026-07-20T19:14:14.666Z Compiling walkdir v2.5.0
16242026-07-20T19:14:14.706Z Compiling daft v0.1.7
16252026-07-20T19:14:14.737Z Compiling clap_builder v4.6.0
16262026-07-20T19:14:14.865Z Compiling dof v0.3.0
16272026-07-20T19:14:14.964Z Compiling cargo_metadata v0.23.1
16282026-07-20T19:14:15.029Z Compiling group v0.13.0
16292026-07-20T19:14:15.558Z Compiling futures v0.3.32
16302026-07-20T19:14:15.572Z Compiling anstream v0.6.21
16312026-07-20T19:14:15.637Z Compiling phf v0.13.1
16322026-07-20T19:14:15.955Z Compiling signal-hook-mio v0.2.5
16332026-07-20T19:14:16.092Z Compiling cookie_store v0.22.1
16342026-07-20T19:14:16.258Z Compiling zstd v0.13.3
16352026-07-20T19:14:16.344Z Compiling reqwest v0.12.28
16362026-07-20T19:14:16.519Z Compiling bzip2 v0.4.4
16372026-07-20T19:14:16.756Z Compiling serde_with_macros v3.21.0
16382026-07-20T19:14:16.777Z Compiling cipher v0.5.2
16392026-07-20T19:14:17.066Z Compiling hubpack v0.1.2
16402026-07-20T19:14:17.373Z Compiling postgres-types v0.2.12
16412026-07-20T19:14:17.802Z Compiling usdt-macro v0.6.0
16422026-07-20T19:14:17.874Z Compiling usdt-attr-macro v0.6.0
16432026-07-20T19:14:17.927Z Compiling ed25519 v2.2.3
16442026-07-20T19:14:18.226Z Compiling globset v0.4.18
16452026-07-20T19:14:18.414Z Compiling dtrace-parser v0.2.0
16462026-07-20T19:14:18.559Z Compiling phf_shared v0.11.3
16472026-07-20T19:14:18.702Z Compiling hkdf v0.12.4
16482026-07-20T19:14:18.744Z Compiling olpc-cjson v0.1.4
16492026-07-20T19:14:18.824Z Compiling pkcs1 v0.7.5
16502026-07-20T19:14:18.843Z Compiling serde_plain v1.0.2
16512026-07-20T19:14:18.896Z Compiling serde-big-array v0.5.1
16522026-07-20T19:14:18.910Z Compiling crypto-bigint v0.5.5
16532026-07-20T19:14:19.030Z Compiling serde_repr v0.1.20
16542026-07-20T19:14:19.044Z Compiling async-recursion v1.1.1
16552026-07-20T19:14:19.154Z Compiling enum-as-inner v0.6.1
16562026-07-20T19:14:19.204Z Compiling strum_macros v0.26.4
16572026-07-20T19:14:19.584Z Compiling clap_derive v4.6.1
16582026-07-20T19:14:19.722Z Compiling pem v3.0.6
16592026-07-20T19:14:19.731Z Compiling float-cmp v0.10.0
16602026-07-20T19:14:19.849Z Compiling memmap2 v0.9.10
16612026-07-20T19:14:19.998Z Compiling thread-id v4.2.2
16622026-07-20T19:14:20.065Z Compiling env_filter v1.0.0
16632026-07-20T19:14:20.080Z Compiling new_debug_unreachable v1.0.6
16642026-07-20T19:14:20.096Z Compiling data-encoding v2.10.0
16652026-07-20T19:14:20.150Z Compiling keccak v0.1.6
16662026-07-20T19:14:20.372Z Compiling fixedbitset v0.5.7
16672026-07-20T19:14:20.671Z Compiling static_assertions v1.1.0
16682026-07-20T19:14:20.745Z Compiling difflib v0.4.0
16692026-07-20T19:14:20.791Z Compiling normalize-line-endings v0.3.0
16702026-07-20T19:14:20.887Z Compiling whoami v2.1.0
16712026-07-20T19:14:20.895Z Compiling cpufeatures v0.3.0
16722026-07-20T19:14:20.956Z Compiling const-oid v0.10.2
16732026-07-20T19:14:20.973Z Compiling fixedbitset v0.4.2
16742026-07-20T19:14:20.999Z Compiling predicates-core v1.0.10
16752026-07-20T19:14:21.159Z Compiling winnow v1.0.3
16762026-07-20T19:14:21.223Z Compiling either v1.15.0
16772026-07-20T19:14:21.236Z Compiling jiff v0.2.21
16782026-07-20T19:14:21.292Z Compiling precomputed-hash v0.1.1
16792026-07-20T19:14:21.324Z Compiling typed-path v0.9.3
16802026-07-20T19:14:21.383Z Compiling string_cache v0.8.9
16812026-07-20T19:14:21.389Z Compiling clap v4.6.1
16822026-07-20T19:14:21.429Z Compiling itertools v0.13.0
16832026-07-20T19:14:21.482Z Compiling predicates v3.1.4
16842026-07-20T19:14:21.490Z Compiling petgraph v0.6.5
16852026-07-20T19:14:21.558Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-20T19:14:21.609Z Compiling digest v0.11.3
16872026-07-20T19:14:21.830Z Compiling tokio-postgres v0.7.16
16882026-07-20T19:14:22.133Z Compiling strum v0.26.3
16892026-07-20T19:14:22.197Z Compiling chacha20 v0.10.0
16902026-07-20T19:14:22.261Z Compiling toml_edit v0.22.27
16912026-07-20T19:14:22.568Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-20T19:14:22.587Z Compiling petgraph v0.8.3
16932026-07-20T19:14:22.724Z Compiling hickory-proto v0.25.2
16942026-07-20T19:14:23.012Z Compiling sha3 v0.10.8
16952026-07-20T19:14:23.473Z Compiling env_logger v0.11.9
16962026-07-20T19:14:23.842Z Compiling zip v4.6.1
16972026-07-20T19:14:24.063Z Compiling usdt-impl v0.5.0
16982026-07-20T19:14:24.559Z Compiling usdt v0.6.0
16992026-07-20T19:14:24.636Z Compiling elliptic-curve v0.13.8
17002026-07-20T19:14:24.789Z Compiling rsa v0.9.10
17012026-07-20T19:14:24.822Z Compiling crossterm v0.28.1
17022026-07-20T19:14:25.032Z Compiling ed25519-dalek v2.2.0
17032026-07-20T19:14:25.041Z Compiling serde_with v3.21.0
17042026-07-20T19:14:25.429Z Compiling zip v0.6.6
17052026-07-20T19:14:26.005Z Compiling toml v0.7.8
17062026-07-20T19:14:26.035Z Compiling iddqd v0.4.2
17072026-07-20T19:14:26.826Z Compiling similar v2.7.0
17082026-07-20T19:14:26.890Z Compiling heck v0.4.1
17092026-07-20T19:14:27.115Z Compiling byte-wrapper v0.1.0
17102026-07-20T19:14:27.140Z Compiling crossbeam-epoch v0.9.18
17112026-07-20T19:14:27.381Z Compiling tokio-stream v0.1.18
17122026-07-20T19:14:27.441Z Compiling buf-list v1.1.2
17132026-07-20T19:14:27.450Z Compiling x509-cert v0.2.5
17142026-07-20T19:14:27.470Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-07-20T19:14:27.719Z Compiling openapiv3 v2.2.0
17162026-07-20T19:14:27.733Z Compiling lalrpop-util v0.19.12
17172026-07-20T19:14:27.769Z Compiling peg-runtime v0.8.5
17182026-07-20T19:14:27.827Z Compiling thread_local v1.1.9
17192026-07-20T19:14:27.897Z Compiling slog-async v2.8.0
17202026-07-20T19:14:28.050Z Compiling crossbeam-channel v0.5.15
17212026-07-20T19:14:28.076Z Compiling is-terminal v0.4.17
17222026-07-20T19:14:28.129Z Compiling filetime v0.2.27
17232026-07-20T19:14:28.171Z Compiling term v1.2.1
17242026-07-20T19:14:28.231Z Compiling xattr v1.6.1
17252026-07-20T19:14:28.295Z Compiling take_mut v0.2.2
17262026-07-20T19:14:28.414Z Compiling tar v0.4.46
17272026-07-20T19:14:28.502Z Compiling slog-term v2.9.2
17282026-07-20T19:14:28.759Z Compiling camino-tempfile v1.4.1
17292026-07-20T19:14:39.052Z Compiling rustls-webpki v0.103.13
17302026-07-20T19:14:41.774Z Compiling tokio-rustls v0.26.4
17312026-07-20T19:14:41.774Z Compiling rustls-platform-verifier v0.6.2
17322026-07-20T19:14:41.778Z Compiling tough v0.22.0
17332026-07-20T19:14:41.989Z Compiling hyper-rustls v0.27.7
17342026-07-20T19:14:42.187Z Compiling reqwest v0.13.2
17352026-07-20T19:14:44.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362026-07-20T19:14:44.680Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17372026-07-20T19:14:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17382026-07-20T19:14:47.659Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17392026-07-20T19:14:47.713ZJul 20 19:14:46.160 INFO Starting download, target: Cockroach
17402026-07-20T19:14:47.713ZJul 20 19:14:46.161 INFO Starting download, target: Console
17412026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Starting download, target: MaghemiteMgd
17422026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Starting download, target: DendriteStub
17432026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Starting download, target: Clickhouse
17442026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Starting download, target: MaghemiteDdmd
17452026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Starting download, target: TransceiverControl
17462026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17472026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17482026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17492026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-07-20T19:14:47.717ZJul 20 19:14:46.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-07-20T19:14:47.718ZJul 20 19:14:46.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17532026-07-20T19:14:48.085ZJul 20 19:14:46.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17542026-07-20T19:14:48.291ZJul 20 19:14:46.719 INFO Download complete, target: TransceiverControl
17552026-07-20T19:14:48.695ZJul 20 19:14:47.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-20T19:14:49.450ZJul 20 19:14:47.883 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-07-20T19:14:49.465ZJul 20 19:14:47.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17582026-07-20T19:14:49.512ZJul 20 19:14:47.952 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17592026-07-20T19:14:49.633ZJul 20 19:14:48.068 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-07-20T19:14:49.830ZJul 20 19:14:48.265 INFO Download complete, target: Console
17612026-07-20T19:14:50.026ZJul 20 19:14:48.473 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17622026-07-20T19:14:50.026ZJul 20 19:14:48.473 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17632026-07-20T19:14:51.113ZJul 20 19:14:49.549 INFO Download complete, target: DendriteStub
17642026-07-20T19:14:51.478ZJul 20 19:14:49.926 INFO Download complete, target: MaghemiteDdmd
17652026-07-20T19:14:52.257ZJul 20 19:14:50.702 INFO Download complete, target: MaghemiteMgd
17662026-07-20T19:14:54.651ZJul 20 19:14:53.100 INFO Checking that binary works, target: Cockroach
17672026-07-20T19:14:54.766ZJul 20 19:14:53.213 INFO Download complete, target: Cockroach
17682026-07-20T19:14:56.247ZJul 20 19:14:54.694 INFO Checking that binary works, target: Clickhouse
17692026-07-20T19:14:56.391ZJul 20 19:14:54.839 INFO Download complete, target: Clickhouse
17702026-07-20T19:14:56.407ZAll builder prerequisites installed successfully, and PATH looks valid
17712026-07-20T19:14:56.410Z
17722026-07-20T19:14:56.410Zreal 2:02.449880703
17732026-07-20T19:14:56.410Zuser 6:40.832321276
17742026-07-20T19:14:56.410Zsys 1:21.867025374
17752026-07-20T19:14:56.410Ztrap 0.248643691
17762026-07-20T19:14:56.410Ztflt 0.458567405
17772026-07-20T19:14:56.410Zdflt 0.906891938
17782026-07-20T19:14:56.410Zkflt 0.024475466
17792026-07-20T19:14:56.410Zlock 22:36.622550567
17802026-07-20T19:14:56.410Zslp 20:25.291242518
17812026-07-20T19:14:56.410Zlat 43.261369372
17822026-07-20T19:14:56.410Zstop 1:52.967698683
17832026-07-20T19:14:56.410Z+ banner clippy
17842026-07-20T19:14:56.410Z
17852026-07-20T19:14:56.410Z #### # # ##### ##### # #
17862026-07-20T19:14:56.410Z # # # # # # # # # #
17872026-07-20T19:14:56.410Z # # # # # # # #
17882026-07-20T19:14:56.411Z # # # ##### ##### #
17892026-07-20T19:14:56.411Z # # # # # # #
17902026-07-20T19:14:56.411Z #### ###### # # # #
17912026-07-20T19:14:56.411Z
17922026-07-20T19:14:56.411Z+ export CARGO_INCREMENTAL=0
17932026-07-20T19:14:56.411Z+ CARGO_INCREMENTAL=0
17942026-07-20T19:14:56.411Z+ ptime -m cargo xtask clippy
17952026-07-20T19:14:56.872Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17962026-07-20T19:14:57.156Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17972026-07-20T19:14:58.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17982026-07-20T19:14:58.992Z Running `target/debug/xtask clippy`
17992026-07-20T19:14:59.011Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18002026-07-20T19:14:59.629Z Downloading crates ...
18012026-07-20T19:14:59.785Z Downloaded async-lock v3.4.2
18022026-07-20T19:14:59.788Z Downloaded relative-path v1.9.3
18032026-07-20T19:14:59.791Z Downloaded backtrace v0.3.76
18042026-07-20T19:14:59.794Z Downloaded terminal_size v0.1.17
18052026-07-20T19:14:59.797Z Downloaded cast v0.3.0
18062026-07-20T19:14:59.801Z Downloaded event-listener-strategy v0.5.4
18072026-07-20T19:14:59.804Z Downloaded miette-derive v5.10.0
18082026-07-20T19:14:59.804Z Downloaded assert-json-diff v2.0.2
18092026-07-20T19:14:59.807Z Downloaded pathdiff v0.2.3
18102026-07-20T19:14:59.807Z Downloaded hex-literal v0.4.1
18112026-07-20T19:14:59.810Z Downloaded escape8259 v0.5.3
18122026-07-20T19:14:59.810Z Downloaded plotters-backend v0.3.7
18132026-07-20T19:14:59.813Z Downloaded guppy-workspace-hack v0.1.0
18142026-07-20T19:14:59.813Z Downloaded constant_time_eq v0.3.1
18152026-07-20T19:14:59.817Z Downloaded async-object-pool v0.2.0
18162026-07-20T19:14:59.817Z Downloaded backtrace-ext v0.2.1
18172026-07-20T19:14:59.821Z Downloaded similar-asserts v1.7.0
18182026-07-20T19:14:59.823Z Downloaded plotters-svg v0.3.7
18192026-07-20T19:14:59.824Z Downloaded parking v2.2.1
18202026-07-20T19:14:59.829Z Downloaded supports-unicode v2.1.0
18212026-07-20T19:14:59.833Z Downloaded libtest-mimic v0.8.1
18222026-07-20T19:14:59.833Z Downloaded concurrent-queue v2.5.0
18232026-07-20T19:14:59.836Z Downloaded rust-argon2 v2.1.0
18242026-07-20T19:14:59.839Z Downloaded supports-color v2.1.0
18252026-07-20T19:14:59.839Z Downloaded nested v0.1.1
18262026-07-20T19:14:59.846Z Downloaded target-triple v1.0.0
18272026-07-20T19:14:59.850Z Downloaded serde_regex v1.1.0
18282026-07-20T19:14:59.850Z Downloaded approx v0.5.1
18292026-07-20T19:14:59.850Z Downloaded supports-hyperlinks v2.1.0
18302026-07-20T19:14:59.862Z Downloaded linkme-impl v0.3.35
18312026-07-20T19:14:59.881Z Downloaded oorandom v11.1.5
18322026-07-20T19:14:59.881Z Downloaded assert_cmd v2.1.2
18332026-07-20T19:14:59.881Z Downloaded criterion-plot v0.6.0
18342026-07-20T19:14:59.881Z Downloaded target-spec v3.5.7
18352026-07-20T19:14:59.881Z Downloaded anes v0.1.6
18362026-07-20T19:14:59.881Z Downloaded futures-timer v3.0.3
18372026-07-20T19:14:59.888Z Downloaded target-lexicon v0.13.3
18382026-07-20T19:14:59.888Z Downloaded partial-io v0.5.4
18392026-07-20T19:14:59.888Z Downloaded tinytemplate v1.2.1
18402026-07-20T19:14:59.888Z Downloaded stringmetrics v2.2.2
18412026-07-20T19:14:59.888Z Downloaded addr2line v0.25.1
18422026-07-20T19:14:59.888Z Downloaded termcolor v1.4.1
18432026-07-20T19:14:59.888Z Downloaded rustc-demangle v0.1.27
18442026-07-20T19:14:59.888Z Downloaded knuffel-derive v3.2.0
18452026-07-20T19:14:59.888Z Downloaded path-tree v0.8.3
18462026-07-20T19:14:59.888Z Downloaded owo-colors v3.5.0
18472026-07-20T19:14:59.892Z Downloaded blake2b_simd v1.0.4
18482026-07-20T19:14:59.895Z Downloaded datatest-stable v0.3.3
18492026-07-20T19:14:59.895Z Downloaded linkme v0.3.35
18502026-07-20T19:14:59.899Z Downloaded cfg-expr v0.20.6
18512026-07-20T19:14:59.903Z Downloaded trybuild v1.0.116
18522026-07-20T19:14:59.907Z Downloaded httptest v0.16.4
18532026-07-20T19:14:59.913Z Downloaded event-listener v5.4.1
18542026-07-20T19:14:59.918Z Downloaded hickory-client v0.25.2
18552026-07-20T19:14:59.918Z Downloaded rstest v0.25.0
18562026-07-20T19:14:59.921Z Downloaded textwrap v0.15.2
18572026-07-20T19:14:59.923Z Downloaded rand_distr v0.5.1
18582026-07-20T19:14:59.928Z Downloaded rstest_macros v0.25.0
18592026-07-20T19:14:59.930Z Downloaded fancy-regex v0.14.0
18602026-07-20T19:14:59.930Z Downloaded knuffel v3.2.0
18612026-07-20T19:14:59.930Z Downloaded chumsky v0.9.3
18622026-07-20T19:14:59.933Z Downloaded miette v5.10.0
18632026-07-20T19:14:59.951Z Downloaded hashbrown v0.14.5
18642026-07-20T19:14:59.954Z Downloaded guppy v0.17.25
18652026-07-20T19:14:59.957Z Downloaded criterion v0.7.0
18662026-07-20T19:14:59.966Z Downloaded plotters v0.3.7
18672026-07-20T19:14:59.978Z Downloaded gimli v0.32.3
18682026-07-20T19:15:00.093Z Downloaded httpmock v0.8.3
18692026-07-20T19:15:01.854Z Checking cfg-if v1.0.4
18702026-07-20T19:15:02.170Z Checking libc v0.2.185
18712026-07-20T19:15:02.174Z Checking serde_core v1.0.228
18722026-07-20T19:15:02.237Z Checking memchr v2.8.0
18732026-07-20T19:15:02.277Z Checking zeroize v1.8.2
18742026-07-20T19:15:02.314Z Checking smallvec v1.15.1
18752026-07-20T19:15:02.351Z Checking rand_core v0.10.0
18762026-07-20T19:15:02.397Z Checking subtle v2.6.1
18772026-07-20T19:15:02.401Z Checking itoa v1.0.17
18782026-07-20T19:15:02.471Z Checking log v0.4.29
18792026-07-20T19:15:02.523Z Checking libm v0.2.16
18802026-07-20T19:15:02.571Z Checking typenum v1.20.1
18812026-07-20T19:15:02.612Z Checking getrandom v0.4.1
18822026-07-20T19:15:02.612Z Checking errno v0.3.14
18832026-07-20T19:15:02.687Z Checking scopeguard v1.2.0
18842026-07-20T19:15:02.731Z Checking stable_deref_trait v1.2.1
18852026-07-20T19:15:02.734Z Checking zmij v1.0.21
18862026-07-20T19:15:02.804Z Checking zerofrom v0.1.6
18872026-07-20T19:15:02.845Z Checking lock_api v0.4.14
18882026-07-20T19:15:02.888Z Checking percent-encoding v2.3.2
18892026-07-20T19:15:02.924Z Checking litemap v0.8.1
18902026-07-20T19:15:02.961Z Checking yoke v0.8.1
18912026-07-20T19:15:02.997Z Checking writeable v0.6.2
18922026-07-20T19:15:03.056Z Checking icu_normalizer_data v2.1.1
18932026-07-20T19:15:03.092Z Checking icu_properties_data v2.1.2
18942026-07-20T19:15:03.177Z Checking form_urlencoded v1.2.2
18952026-07-20T19:15:03.182Z Checking zerovec v0.11.5
18962026-07-20T19:15:03.205Z Checking zerotrie v0.2.3
18972026-07-20T19:15:03.240Z Checking utf8_iter v1.0.4
18982026-07-20T19:15:03.278Z Checking num-traits v0.2.19
18992026-07-20T19:15:03.315Z Checking pin-project-lite v0.2.17
19002026-07-20T19:15:03.357Z Checking zerocopy v0.8.40
19012026-07-20T19:15:03.399Z Checking parking_lot_core v0.9.12
19022026-07-20T19:15:03.444Z Checking portable-atomic v1.13.1
19032026-07-20T19:15:03.485Z Checking critical-section v1.2.0
19042026-07-20T19:15:03.528Z Checking signal-hook-registry v1.4.8
19052026-07-20T19:15:03.611Z Checking parking_lot v0.12.5
19062026-07-20T19:15:03.651Z Checking tinystr v0.8.2
19072026-07-20T19:15:03.651Z Checking potential_utf v0.1.4
19082026-07-20T19:15:03.720Z Checking serde v1.0.228
19092026-07-20T19:15:03.723Z Checking bitflags v2.11.0
19102026-07-20T19:15:03.803Z Checking serde_json v1.0.150
19112026-07-20T19:15:03.840Z Checking icu_collections v2.1.1
19122026-07-20T19:15:03.880Z Checking icu_locale_core v2.1.1
19132026-07-20T19:15:03.880Z Checking once_cell v1.21.3
19142026-07-20T19:15:03.953Z Checking mio v1.2.0
19152026-07-20T19:15:04.007Z Checking iana-time-zone v0.1.65
19162026-07-20T19:15:04.124Z Checking socket2 v0.6.3
19172026-07-20T19:15:04.169Z Checking uuid v1.23.4
19182026-07-20T19:15:04.223Z Checking bytes v1.11.1
19192026-07-20T19:15:04.223Z Checking chrono v0.4.45
19202026-07-20T19:15:04.289Z Checking thiserror v2.0.18
19212026-07-20T19:15:04.451Z Checking semver v1.0.28
19222026-07-20T19:15:04.465Z Checking icu_provider v2.1.1
19232026-07-20T19:15:04.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242026-07-20T19:15:04.488Z Checking futures-core v0.3.32
19252026-07-20T19:15:04.562Z Checking dyn-clone v1.0.20
19262026-07-20T19:15:04.638Z Checking getrandom v0.2.17
19272026-07-20T19:15:04.642Z Checking equivalent v1.0.2
19282026-07-20T19:15:04.709Z Checking tokio v1.52.1
19292026-07-20T19:15:04.712Z Checking icu_properties v2.1.2
19302026-07-20T19:15:04.712Z Checking icu_normalizer v2.1.1
19312026-07-20T19:15:04.815Z Checking rustix v1.1.3
19322026-07-20T19:15:04.818Z Checking rand_core v0.6.4
19332026-07-20T19:15:04.935Z Checking cmov v0.5.4
19342026-07-20T19:15:05.026Z Checking byteorder v1.5.0
19352026-07-20T19:15:05.071Z Checking futures-sink v0.3.32
19362026-07-20T19:15:05.074Z Checking generic-array v0.14.7
19372026-07-20T19:15:05.149Z Checking ctutils v0.4.2
19382026-07-20T19:15:05.201Z Checking futures-channel v0.3.32
19392026-07-20T19:15:05.255Z Checking futures-task v0.3.32
19402026-07-20T19:15:05.386Z Checking hybrid-array v0.4.13
19412026-07-20T19:15:05.433Z Checking slab v0.4.12
19422026-07-20T19:15:05.437Z Checking futures-io v0.3.32
19432026-07-20T19:15:05.580Z Checking thiserror v1.0.69
19442026-07-20T19:15:05.617Z Checking getrandom v0.3.4
19452026-07-20T19:15:05.655Z Checking futures-util v0.3.32
19462026-07-20T19:15:05.659Z Checking idna_adapter v1.2.1
19472026-07-20T19:15:05.736Z Checking hashbrown v0.17.0
19482026-07-20T19:15:05.741Z Checking const-oid v0.9.6
19492026-07-20T19:15:05.799Z Checking base64ct v1.8.3
19502026-07-20T19:15:05.843Z Checking idna v1.1.0
19512026-07-20T19:15:06.055Z Checking crypto-common v0.1.7
19522026-07-20T19:15:06.117Z Checking url v2.5.8
19532026-07-20T19:15:06.160Z Checking ppv-lite86 v0.2.21
19542026-07-20T19:15:06.201Z Checking crypto-common v0.2.2
19552026-07-20T19:15:06.224Z Checking fnv v1.0.7
19562026-07-20T19:15:06.259Z Checking indexmap v2.14.0
19572026-07-20T19:15:06.346Z Checking regex-syntax v0.8.10
19582026-07-20T19:15:06.461Z Checking block-buffer v0.12.1
19592026-07-20T19:15:06.499Z Checking block-buffer v0.10.4
19602026-07-20T19:15:06.559Z Checking schemars v0.8.22
19612026-07-20T19:15:06.650Z Checking utf8parse v0.2.2
19622026-07-20T19:15:06.738Z Checking digest v0.10.7
19632026-07-20T19:15:06.799Z Checking base64 v0.22.1
19642026-07-20T19:15:06.852Z Checking anstyle v1.0.14
19652026-07-20T19:15:06.862Z Checking http v1.4.2
19662026-07-20T19:15:06.907Z Checking tracing-core v0.1.36
19672026-07-20T19:15:07.033Z Checking is_terminal_polyfill v1.70.2
19682026-07-20T19:15:07.160Z Checking colorchoice v1.0.4
19692026-07-20T19:15:07.267Z Checking anstyle-query v1.1.5
19702026-07-20T19:15:07.302Z Checking anstyle-parse v1.0.0
19712026-07-20T19:15:07.302Z Checking terminal_size v0.4.3
19722026-07-20T19:15:07.302Z Checking tracing v0.1.44
19732026-07-20T19:15:07.302Z Checking ipnet v2.11.0
19742026-07-20T19:15:07.377Z Checking const-oid v0.10.2
19752026-07-20T19:15:07.392Z Checking anstream v1.0.0
19762026-07-20T19:15:07.463Z Checking clap_lex v1.0.0
19772026-07-20T19:15:07.497Z Checking strsim v0.11.1
19782026-07-20T19:15:07.557Z Checking aho-corasick v1.1.4
19792026-07-20T19:15:07.595Z Checking rand_core v0.9.5
19802026-07-20T19:15:07.627Z Checking crossbeam-utils v0.8.21
19812026-07-20T19:15:07.644Z Checking unicode-ident v1.0.24
19822026-07-20T19:15:07.644Z Checking httparse v1.10.1
19832026-07-20T19:15:07.700Z Checking clap_builder v4.6.0
19842026-07-20T19:15:07.735Z Checking powerfmt v0.2.0
19852026-07-20T19:15:07.819Z Checking cpufeatures v0.3.0
19862026-07-20T19:15:07.844Z Checking proc-macro2 v1.0.106
19872026-07-20T19:15:07.911Z Checking digest v0.11.3
19882026-07-20T19:15:07.946Z Checking num_threads v0.1.7
19892026-07-20T19:15:07.952Z Checking deranged v0.5.8
19902026-07-20T19:15:08.018Z Checking cpufeatures v0.2.17
19912026-07-20T19:15:08.037Z Checking tokio-util v0.7.18
19922026-07-20T19:15:08.087Z Checking num-conv v0.2.0
19932026-07-20T19:15:08.126Z Checking time-core v0.1.8
19942026-07-20T19:15:08.134Z Checking rand_chacha v0.9.0
19952026-07-20T19:15:08.281Z Checking quote v1.0.45
19962026-07-20T19:15:08.304Z Checking erased-serde v0.3.31
19972026-07-20T19:15:08.304Z Checking regex-automata v0.4.14
19982026-07-20T19:15:08.329Z Checking http-body v1.0.1
19992026-07-20T19:15:08.385Z Checking rand v0.9.2
20002026-07-20T19:15:08.423Z Checking syn v2.0.117
20012026-07-20T19:15:08.485Z Checking atomic-waker v1.1.2
20022026-07-20T19:15:08.611Z Checking aws-lc-sys v0.40.0
20032026-07-20T19:15:08.651Z Checking slog v2.8.2
20042026-07-20T19:15:08.685Z Checking rustls-pki-types v1.14.0
20052026-07-20T19:15:08.875Z Checking httpdate v1.0.3
20062026-07-20T19:15:08.928Z Checking time v0.3.47
20072026-07-20T19:15:08.982Z Checking try-lock v0.2.5
20082026-07-20T19:15:09.004Z Checking allocator-api2 v0.2.21
20092026-07-20T19:15:09.004Z Checking clap v4.6.1
20102026-07-20T19:15:09.075Z Checking fastrand v2.3.0
20112026-07-20T19:15:09.111Z Checking untrusted v0.7.1
20122026-07-20T19:15:09.149Z Checking want v0.3.1
20132026-07-20T19:15:09.153Z Checking h2 v0.4.15
20142026-07-20T19:15:09.249Z Checking aws-lc-rs v1.16.3
20152026-07-20T19:15:09.286Z Checking ipnetwork v0.21.1
20162026-07-20T19:15:09.328Z Checking hex v0.4.3
20172026-07-20T19:15:09.335Z Checking anyhow v1.0.102
20182026-07-20T19:15:09.535Z Checking tower-service v0.3.3
20192026-07-20T19:15:09.575Z Checking ryu v1.0.23
20202026-07-20T19:15:09.614Z Checking tower-layer v0.3.3
20212026-07-20T19:15:09.651Z Checking pem-rfc7468 v0.7.0
20222026-07-20T19:15:09.736Z Checking spin v0.9.8
20232026-07-20T19:15:09.837Z Checking flagset v0.4.7
20242026-07-20T19:15:09.861Z Checking tempfile v3.25.0
20252026-07-20T19:15:09.942Z Checking der v0.7.10
20262026-07-20T19:15:09.945Z Checking mime v0.3.17
20272026-07-20T19:15:10.066Z Checking untrusted v0.9.0
20282026-07-20T19:15:10.069Z Checking simd-adler32 v0.3.8
20292026-07-20T19:15:10.140Z Checking adler2 v2.0.1
20302026-07-20T19:15:10.144Z Checking http-body-util v0.1.3
20312026-07-20T19:15:10.180Z Checking block-padding v0.4.2
20322026-07-20T19:15:10.243Z Checking rustls-webpki v0.103.13
20332026-07-20T19:15:10.281Z Checking camino v1.2.2
20342026-07-20T19:15:10.319Z Checking miniz_oxide v0.8.9
20352026-07-20T19:15:10.367Z Checking inout v0.2.2
20362026-07-20T19:15:10.431Z Checking openssl-probe v0.2.1
20372026-07-20T19:15:10.548Z Checking pretty-hex v0.4.1
20382026-07-20T19:15:10.593Z Checking serde_urlencoded v0.7.1
20392026-07-20T19:15:10.636Z Checking rand_chacha v0.3.1
20402026-07-20T19:15:10.703Z Checking encoding_rs v0.8.35
20412026-07-20T19:15:10.706Z Checking rustls v0.23.41
20422026-07-20T19:15:10.776Z Checking plain v0.2.3
20432026-07-20T19:15:10.779Z Checking spki v0.7.3
20442026-07-20T19:15:10.809Z Checking cipher v0.5.2
20452026-07-20T19:15:10.879Z Checking regex v1.12.3
20462026-07-20T19:15:10.883Z Checking rand v0.8.6
20472026-07-20T19:15:10.949Z Checking oxnet v0.1.6
20482026-07-20T19:15:11.035Z Checking ucd-trie v0.1.7
20492026-07-20T19:15:11.078Z Checking crc32fast v1.5.0
20502026-07-20T19:15:11.207Z Checking pest v2.8.6
20512026-07-20T19:15:11.212Z Checking sync_wrapper v1.0.2
20522026-07-20T19:15:11.319Z Checking pkcs8 v0.10.2
20532026-07-20T19:15:11.326Z Checking futures-executor v0.3.32
20542026-07-20T19:15:11.366Z Checking tower v0.5.3
20552026-07-20T19:15:11.456Z Checking either v1.15.0
20562026-07-20T19:15:11.496Z Checking iri-string v0.7.10
20572026-07-20T19:15:11.499Z Checking futures v0.3.32
20582026-07-20T19:15:11.635Z Checking zlib-rs v0.6.2
20592026-07-20T19:15:11.684Z Checking sha2 v0.10.9
20602026-07-20T19:15:11.688Z Checking static_assertions v1.1.0
20612026-07-20T19:15:11.785Z Checking foldhash v0.2.0
20622026-07-20T19:15:11.824Z Checking lazy_static v1.5.0
20632026-07-20T19:15:11.941Z Checking openapiv3 v2.2.0
20642026-07-20T19:15:11.980Z Checking hashbrown v0.16.1
20652026-07-20T19:15:11.984Z Checking hubpack v0.1.2
20662026-07-20T19:15:12.068Z Checking hyper v1.10.1
20672026-07-20T19:15:12.205Z Checking strum v0.26.3
20682026-07-20T19:15:12.298Z Checking rustls-native-certs v0.8.3
20692026-07-20T19:15:12.348Z Checking signature v2.2.0
20702026-07-20T19:15:12.460Z Checking num-integer v0.1.46
20712026-07-20T19:15:12.502Z Checking psl-types v2.0.11
20722026-07-20T19:15:12.539Z Checking tinyvec_macros v0.1.1
20732026-07-20T19:15:12.578Z Checking flate2 v1.1.9
20742026-07-20T19:15:12.581Z Checking tower-http v0.6.8
20752026-07-20T19:15:12.649Z Checking bit-vec v0.8.0
20762026-07-20T19:15:12.653Z Checking tinyvec v1.10.0
20772026-07-20T19:15:12.718Z Checking publicsuffix v2.3.0
20782026-07-20T19:15:12.871Z Checking bit-set v0.8.0
20792026-07-20T19:15:12.911Z Checking cookie v0.18.1
20802026-07-20T19:15:12.914Z Checking wait-timeout v0.2.1
20812026-07-20T19:15:12.944Z Checking anstyle-parse v0.2.7
20822026-07-20T19:15:13.016Z Checking ahash v0.8.12
20832026-07-20T19:15:13.057Z Checking serde_spanned v0.6.9
20842026-07-20T19:15:13.091Z Checking hyper-util v0.1.20
20852026-07-20T19:15:13.091Z Checking tokio-rustls v0.26.4
20862026-07-20T19:15:13.095Z Checking rustls-platform-verifier v0.6.2
20872026-07-20T19:15:13.197Z Checking cookie_store v0.22.1
20882026-07-20T19:15:13.200Z Checking toml_datetime v0.6.11
20892026-07-20T19:15:13.267Z Checking scroll v0.13.0
20902026-07-20T19:15:13.271Z Checking quick-error v1.2.3
20912026-07-20T19:15:13.300Z Checking anstream v0.6.21
20922026-07-20T19:15:13.370Z Checking rand_xorshift v0.4.0
20932026-07-20T19:15:13.373Z Checking memmap2 v0.9.10
20942026-07-20T19:15:13.444Z Checking rusty-fork v0.3.1
20952026-07-20T19:15:13.447Z Checking data-encoding v2.10.0
20962026-07-20T19:15:13.517Z Checking goblin v0.10.5
20972026-07-20T19:15:13.558Z Checking unarray v0.1.4
20982026-07-20T19:15:13.563Z Checking dtrace-parser v0.3.0
20992026-07-20T19:15:13.563Z Checking x509-cert v0.2.5
21002026-07-20T19:15:13.563Z Checking bstr v1.12.1
21012026-07-20T19:15:13.693Z Checking hmac v0.12.1
21022026-07-20T19:15:13.697Z Checking proptest v1.10.0
21032026-07-20T19:15:13.764Z Checking thread-id v5.1.0
21042026-07-20T19:15:13.852Z Checking num-iter v0.1.45
21052026-07-20T19:15:13.891Z Checking crossbeam-epoch v0.9.18
21062026-07-20T19:15:13.894Z Checking memoffset v0.9.1
21072026-07-20T19:15:13.992Z Checking scroll v0.12.0
21082026-07-20T19:15:14.030Z Checking env_filter v1.0.0
21092026-07-20T19:15:14.033Z Checking num-bigint-dig v0.8.6
21102026-07-20T19:15:14.140Z Checking pkcs1 v0.7.5
21112026-07-20T19:15:14.233Z Checking env_logger v0.11.9
21122026-07-20T19:15:14.275Z Checking goblin v0.8.2
21132026-07-20T19:15:14.343Z Checking zerocopy v0.7.35
21142026-07-20T19:15:14.382Z Checking rustix v0.38.44
21152026-07-20T19:15:14.386Z Checking hyper-rustls v0.27.7
21162026-07-20T19:15:14.453Z Checking foreign-types-shared v0.1.1
21172026-07-20T19:15:14.564Z Checking unicode-segmentation v1.12.0
21182026-07-20T19:15:14.617Z Checking reqwest v0.13.2
21192026-07-20T19:15:14.856Z Checking foreign-types v0.3.2
21202026-07-20T19:15:14.898Z Checking rsa v0.9.10
21212026-07-20T19:15:14.932Z Checking dtrace-parser v0.2.0
21222026-07-20T19:15:14.972Z Checking ff v0.13.1
21232026-07-20T19:15:15.128Z Checking openssl-sys v0.9.115
21242026-07-20T19:15:15.192Z Checking thread-id v4.2.2
21252026-07-20T19:15:15.237Z Checking winnow v0.5.40
21262026-07-20T19:15:15.300Z Checking same-file v1.0.6
21272026-07-20T19:15:15.397Z Checking base16ct v0.2.0
21282026-07-20T19:15:15.458Z Checking walkdir v2.5.0
21292026-07-20T19:15:15.520Z Checking group v0.13.0
21302026-07-20T19:15:15.560Z Checking sec1 v0.7.3
21312026-07-20T19:15:15.564Z Checking newtype-uuid v1.3.2
21322026-07-20T19:15:15.564Z Checking openssl v0.10.79
21332026-07-20T19:15:15.667Z Checking nix v0.31.2
21342026-07-20T19:15:15.703Z Checking hkdf v0.12.4
21352026-07-20T19:15:15.796Z Checking serde_with v3.21.0
21362026-07-20T19:15:15.856Z Checking daft v0.1.7
21372026-07-20T19:15:15.936Z Checking crypto-bigint v0.5.5
21382026-07-20T19:15:15.963Z Checking dof v0.4.0
21392026-07-20T19:15:16.124Z Checking bzip2-sys v0.1.13+1.0.8
21402026-07-20T19:15:16.228Z Checking dof v0.3.0
21412026-07-20T19:15:16.295Z Checking keccak v0.1.6
21422026-07-20T19:15:16.445Z Checking toml_edit v0.19.15
21432026-07-20T19:15:16.486Z Checking winnow v0.7.14
21442026-07-20T19:15:16.551Z Checking usdt-impl v0.5.0
21452026-07-20T19:15:16.587Z Checking usdt-impl v0.6.0
21462026-07-20T19:15:16.858Z Checking elliptic-curve v0.13.8
21472026-07-20T19:15:16.909Z Checking sha3 v0.10.8
21482026-07-20T19:15:16.925Z Checking bzip2 v0.4.4
21492026-07-20T19:15:16.926Z Checking usdt v0.6.0
21502026-07-20T19:15:17.106Z Checking unicode-normalization v0.1.25
21512026-07-20T19:15:17.131Z Checking itertools v0.13.0
21522026-07-20T19:15:17.209Z Checking bitflags v1.3.2
21532026-07-20T19:15:17.253Z Checking winnow v1.0.3
21542026-07-20T19:15:17.297Z Checking siphasher v1.0.2
21552026-07-20T19:15:17.338Z Checking zip v0.6.6
21562026-07-20T19:15:17.486Z Checking signal-hook v0.3.18
21572026-07-20T19:15:17.523Z Checking toml v0.7.8
21582026-07-20T19:15:17.554Z Checking toml_write v0.1.2
21592026-07-20T19:15:17.565Z Checking toml_parser v1.1.2+spec-1.1.0
21602026-07-20T19:15:17.650Z Checking native-tls v0.2.18
21612026-07-20T19:15:17.782Z Checking managed v0.8.0
21622026-07-20T19:15:17.810Z Checking globset v0.4.18
21632026-07-20T19:15:17.810Z Checking chacha20 v0.10.0
21642026-07-20T19:15:17.832Z Checking toml_edit v0.22.27
21652026-07-20T19:15:17.844Z Checking curve25519-dalek v4.1.3
21662026-07-20T19:15:17.888Z Checking tokio-native-tls v0.3.1
21672026-07-20T19:15:17.921Z Checking object v0.37.3
21682026-07-20T19:15:17.954Z Checking foldhash v0.1.5
21692026-07-20T19:15:18.008Z Checking signal-hook-mio v0.2.5
21702026-07-20T19:15:18.042Z Checking ed25519 v2.2.3
21712026-07-20T19:15:18.086Z Checking hyper-tls v0.6.0
21722026-07-20T19:15:18.125Z Checking hashbrown v0.15.5
21732026-07-20T19:15:18.157Z Checking ref-cast v1.0.25
21742026-07-20T19:15:18.223Z Checking pin-project v1.1.11
21752026-07-20T19:15:18.265Z Checking zstd-sys v2.0.16+zstd.1.5.7
21762026-07-20T19:15:18.305Z Checking pem v3.0.6
21772026-07-20T19:15:18.315Z Checking reqwest v0.12.28
21782026-07-20T19:15:18.368Z Checking bumpalo v3.20.2
21792026-07-20T19:15:18.407Z Checking zstd-safe v7.2.4
21802026-07-20T19:15:18.478Z Checking libbz2-rs-sys v0.2.2
21812026-07-20T19:15:18.590Z Checking zopfli v0.8.3
21822026-07-20T19:15:18.629Z Checking zstd v0.13.3
21832026-07-20T19:15:18.633Z Checking snafu v0.8.9
21842026-07-20T19:15:18.700Z Checking ed25519-dalek v2.2.0
21852026-07-20T19:15:18.847Z Checking crossterm v0.28.1
21862026-07-20T19:15:18.893Z Checking bzip2 v0.6.1
21872026-07-20T19:15:18.934Z Checking olpc-cjson v0.1.4
21882026-07-20T19:15:18.938Z Checking similar v2.7.0
21892026-07-20T19:15:19.004Z Checking fs-err v3.3.0
21902026-07-20T19:15:19.010Z Checking hash32 v0.2.1
21912026-07-20T19:15:19.080Z Checking serde_plain v1.0.2
21922026-07-20T19:15:19.119Z Checking serde-big-array v0.5.1
21932026-07-20T19:15:19.123Z Checking predicates-core v1.0.10
21942026-07-20T19:15:19.221Z Checking unicode-bidi v0.3.18
21952026-07-20T19:15:19.261Z Checking typed-path v0.9.3
21962026-07-20T19:15:19.297Z Checking unicode-properties v0.1.4
21972026-07-20T19:15:19.336Z Checking jiff v0.2.21
21982026-07-20T19:15:19.341Z Checking heapless v0.7.17
21992026-07-20T19:15:19.465Z Checking hickory-proto v0.25.2
22002026-07-20T19:15:19.510Z Checking byte-wrapper v0.1.0
22012026-07-20T19:15:19.548Z Checking stringprep v0.1.5
22022026-07-20T19:15:19.584Z Checking md-5 v0.10.6
22032026-07-20T19:15:19.728Z Checking float-cmp v0.10.0
22042026-07-20T19:15:19.769Z Checking difflib v0.4.0
22052026-07-20T19:15:19.773Z Checking normalize-line-endings v0.3.0
22062026-07-20T19:15:19.838Z Checking fallible-iterator v0.2.0
22072026-07-20T19:15:19.885Z Checking smoltcp v0.9.1
22082026-07-20T19:15:19.921Z Checking iddqd v0.4.2
22092026-07-20T19:15:19.977Z Checking predicates v3.1.4
22102026-07-20T19:15:20.062Z Checking tough v0.22.0
22112026-07-20T19:15:20.144Z Checking postgres-protocol v0.6.10
22122026-07-20T19:15:20.259Z Checking phf_shared v0.11.3
22132026-07-20T19:15:20.302Z Checking phf_shared v0.13.1
22142026-07-20T19:15:20.449Z Checking tokio-stream v0.1.18
22152026-07-20T19:15:20.500Z Checking buf-list v1.1.2
22162026-07-20T19:15:20.540Z Checking strum v0.27.2
22172026-07-20T19:15:20.544Z Checking lalrpop-util v0.19.12
22182026-07-20T19:15:20.713Z Checking new_debug_unreachable v1.0.6
22192026-07-20T19:15:20.754Z Checking fixedbitset v0.4.2
22202026-07-20T19:15:20.757Z Checking fixedbitset v0.5.7
22212026-07-20T19:15:20.834Z Checking precomputed-hash v0.1.1
22222026-07-20T19:15:20.874Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-07-20T19:15:20.878Z Checking phf v0.13.1
22242026-07-20T19:15:20.947Z Checking petgraph v0.6.5
22252026-07-20T19:15:20.982Z Checking string_cache v0.8.9
22262026-07-20T19:15:21.019Z Checking petgraph v0.8.3
22272026-07-20T19:15:21.087Z Checking postgres-types v0.2.12
22282026-07-20T19:15:21.183Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22292026-07-20T19:15:21.427Z Checking peg-runtime v0.8.5
22302026-07-20T19:15:21.478Z Checking whoami v2.1.0
22312026-07-20T19:15:21.640Z Checking zip v4.6.1
22322026-07-20T19:15:21.702Z Checking tokio-postgres v0.7.16
22332026-07-20T19:15:21.743Z Checking is-terminal v0.4.17
22342026-07-20T19:15:21.866Z Checking crossbeam-channel v0.5.15
22352026-07-20T19:15:22.150Z Checking thread_local v1.1.9
22362026-07-20T19:15:22.239Z Compiling structmeta-derive v0.3.0
22372026-07-20T19:15:22.278Z Checking term v1.2.1
22382026-07-20T19:15:22.282Z Checking take_mut v0.2.2
22392026-07-20T19:15:22.313Z Compiling newtype-uuid-macros v0.1.0
22402026-07-20T19:15:22.384Z Compiling multer v3.1.0
22412026-07-20T19:15:22.446Z Checking slog-async v2.8.0
22422026-07-20T19:15:22.529Z Checking slog-term v2.9.2
22432026-07-20T19:15:22.650Z Compiling async-stream-impl v0.3.6
22442026-07-20T19:15:22.654Z Checking match_cfg v0.1.0
22452026-07-20T19:15:22.731Z Checking slog-json v2.6.1
22462026-07-20T19:15:22.784Z Checking hostname v0.3.1
22472026-07-20T19:15:22.821Z Compiling dropshot v0.17.1
22482026-07-20T19:15:22.911Z Compiling dropshot_endpoint v0.17.1
22492026-07-20T19:15:22.948Z Checking slog-bunyan v2.5.0
22502026-07-20T19:15:23.047Z Checking debug-ignore v1.0.5
22512026-07-20T19:15:23.122Z Checking sha1 v0.11.0
22522026-07-20T19:15:23.156Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-07-20T19:15:23.191Z Checking serde_spanned v1.1.1
22542026-07-20T19:15:23.194Z Checking toml_datetime v1.1.1+spec-1.1.0
22552026-07-20T19:15:23.302Z Checking serde_path_to_error v0.1.20
22562026-07-20T19:15:23.338Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-07-20T19:15:23.378Z Compiling structmeta v0.3.0
22582026-07-20T19:15:23.380Z Checking toml_writer v1.1.1+spec-1.1.0
22592026-07-20T19:15:23.453Z Checking compression-core v0.4.31
22602026-07-20T19:15:23.546Z Checking progenitor-client v0.14.0
22612026-07-20T19:15:23.590Z Checking async-stream v0.3.6
22622026-07-20T19:15:23.629Z Compiling derive-ex v0.1.8
22632026-07-20T19:15:23.663Z Checking compression-codecs v0.4.37
22642026-07-20T19:15:23.666Z Checking toml v1.1.2+spec-1.1.0
22652026-07-20T19:15:23.768Z Checking rustls-pemfile v2.2.0
22662026-07-20T19:15:23.774Z Checking waitgroup v0.1.2
22672026-07-20T19:15:23.800Z Checking hostname v0.4.2
22682026-07-20T19:15:23.885Z Checking async-compression v0.4.41
22692026-07-20T19:15:23.937Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-07-20T19:15:23.991Z Checking atomicwrites v0.4.4
22712026-07-20T19:15:24.009Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22722026-07-20T19:15:24.009Z Checking itertools v0.14.0
22732026-07-20T19:15:24.072Z Compiling parse-display-derive v0.10.0
22742026-07-20T19:15:24.137Z Checking macaddr v1.0.1
22752026-07-20T19:15:24.165Z Checking regress v0.10.5
22762026-07-20T19:15:24.204Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22772026-07-20T19:15:24.354Z Checking instant v0.1.13
22782026-07-20T19:15:24.360Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22792026-07-20T19:15:24.455Z Checking backoff v0.4.0
22802026-07-20T19:15:24.657Z Checking backon v1.6.0
22812026-07-20T19:15:24.682Z Checking humantime v2.3.0
22822026-07-20T19:15:24.688Z Checking unicode-width v0.2.0
22832026-07-20T19:15:24.845Z Checking progenitor-extras v0.2.0
22842026-07-20T19:15:24.895Z Compiling convert_case v0.4.0
22852026-07-20T19:15:25.002Z Checking half v2.7.1
22862026-07-20T19:15:25.092Z Checking heck v0.5.0
22872026-07-20T19:15:25.138Z Checking ciborium-io v0.2.2
22882026-07-20T19:15:25.253Z Checking secrecy v0.10.3
22892026-07-20T19:15:25.289Z Checking camino-tempfile v1.4.1
22902026-07-20T19:15:25.324Z Compiling derive_more v0.99.20
22912026-07-20T19:15:25.329Z Checking ciborium-ll v0.2.2
22922026-07-20T19:15:25.391Z Compiling test-strategy v0.4.5
22932026-07-20T19:15:25.396Z Checking indent_write v2.2.0
22942026-07-20T19:15:25.487Z Compiling regress v0.11.1
22952026-07-20T19:15:25.597Z Compiling crucible-workspace-hack v0.1.0
22962026-07-20T19:15:25.630Z Checking ciborium v0.2.2
22972026-07-20T19:15:25.734Z Checking inout v0.1.4
22982026-07-20T19:15:25.858Z Checking cipher v0.4.4
22992026-07-20T19:15:25.867Z Checking parse-display v0.10.0
23002026-07-20T19:15:26.027Z Checking universal-hash v0.5.1
23012026-07-20T19:15:26.071Z Compiling thiserror-impl-no-std v2.0.2
23022026-07-20T19:15:26.110Z Checking opaque-debug v0.3.1
23032026-07-20T19:15:26.113Z Checking chacha20 v0.9.1
23042026-07-20T19:15:26.219Z Checking poly1305 v0.8.0
23052026-07-20T19:15:26.369Z Checking blake2 v0.10.6
23062026-07-20T19:15:26.523Z Checking aead v0.5.2
23072026-07-20T19:15:26.654Z Checking password-hash v0.5.0
23082026-07-20T19:15:26.702Z Checking chacha20poly1305 v0.10.1
23092026-07-20T19:15:26.861Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23102026-07-20T19:15:26.899Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-07-20T19:15:26.936Z Checking argon2 v0.5.3
23122026-07-20T19:15:26.994Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23132026-07-20T19:15:27.225Z Compiling typify-impl v0.6.2
23142026-07-20T19:15:27.303Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-07-20T19:15:27.306Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-20T19:15:27.376Z Checking thiserror-no-std v2.0.2
23172026-07-20T19:15:27.412Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182026-07-20T19:15:27.489Z Checking vsss-rs v3.3.4
23192026-07-20T19:15:27.600Z Compiling unsafe-libyaml v0.2.11
23202026-07-20T19:15:27.643Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-20T19:15:27.990Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23222026-07-20T19:15:28.373Z Compiling serde_yaml v0.9.34+deprecated
23232026-07-20T19:15:28.642Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-20T19:15:28.753Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23252026-07-20T19:15:28.834Z Checking swrite v0.1.0
23262026-07-20T19:15:28.935Z Checking crossbeam-deque v0.8.6
23272026-07-20T19:15:28.972Z Compiling rayon-core v1.13.0
23282026-07-20T19:15:29.008Z Compiling toml_datetime v0.7.5+spec-1.1.0
23292026-07-20T19:15:29.142Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-07-20T19:15:29.303Z Compiling toml_edit v0.23.10+spec-1.0.0
23312026-07-20T19:15:29.306Z Compiling darling_core v0.21.3
23322026-07-20T19:15:29.631Z Compiling proc-macro-error v1.0.4
23332026-07-20T19:15:29.850Z Checking rayon v1.11.0
23342026-07-20T19:15:29.888Z Compiling proc-macro-crate v3.4.0
23352026-07-20T19:15:29.968Z Checking toml v0.8.23
23362026-07-20T19:15:30.332Z Checking tabwriter v1.4.1
23372026-07-20T19:15:30.391Z Checking glob v0.3.3
23382026-07-20T19:15:30.466Z Compiling num_enum_derive v0.7.6
23392026-07-20T19:15:30.524Z Checking colored v3.1.1
23402026-07-20T19:15:30.560Z Compiling heapless v0.8.0
23412026-07-20T19:15:30.651Z Checking hash32 v0.3.1
23422026-07-20T19:15:30.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23432026-07-20T19:15:30.820Z Compiling smoltcp v0.11.0
23442026-07-20T19:15:31.031Z Checking unicode-width v0.1.14
23452026-07-20T19:15:31.297Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-20T19:15:31.332Z Checking cobs v0.3.0
23472026-07-20T19:15:31.365Z Compiling usdt-attr-macro v0.5.0
23482026-07-20T19:15:31.410Z Compiling usdt-macro v0.5.0
23492026-07-20T19:15:31.507Z Checking memmap v0.7.0
23502026-07-20T19:15:31.544Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23512026-07-20T19:15:31.602Z Checking num_enum v0.7.6
23522026-07-20T19:15:31.747Z Checking postcard v1.1.3
23532026-07-20T19:15:31.818Z Compiling typify-macro v0.6.2
23542026-07-20T19:15:31.865Z Checking rand v0.10.1
23552026-07-20T19:15:31.927Z Compiling darling_macro v0.21.3
23562026-07-20T19:15:32.063Z Compiling proc-macro-crate v1.3.1
23572026-07-20T19:15:32.192Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-20T19:15:32.196Z Checking usdt v0.5.0
23592026-07-20T19:15:32.377Z Checking sigpipe v0.1.3
23602026-07-20T19:15:32.420Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-20T19:15:32.456Z Compiling foreign-types-macros v0.2.3
23622026-07-20T19:15:32.494Z Checking foreign-types-shared v0.3.1
23632026-07-20T19:15:32.498Z Compiling darling v0.21.3
23642026-07-20T19:15:32.559Z Compiling num_enum_derive v0.5.11
23652026-07-20T19:15:32.647Z Compiling ingot-macros v0.1.1
23662026-07-20T19:15:32.780Z Checking cstr-argument v0.1.2
23672026-07-20T19:15:32.879Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-07-20T19:15:32.882Z Compiling num-derive v0.4.2
23692026-07-20T19:15:32.949Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23702026-07-20T19:15:33.088Z Checking foreign-types v0.5.0
23712026-07-20T19:15:33.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23722026-07-20T19:15:33.352Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23732026-07-20T19:15:33.464Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742026-07-20T19:15:33.502Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23752026-07-20T19:15:33.536Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-07-20T19:15:33.611Z Compiling typify v0.6.2
23772026-07-20T19:15:33.687Z Checking num_enum v0.5.11
23782026-07-20T19:15:33.742Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-20T19:15:33.768Z Compiling progenitor-impl v0.14.0
23802026-07-20T19:15:33.792Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23812026-07-20T19:15:33.834Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23822026-07-20T19:15:33.901Z Compiling zone_cfg_derive v0.3.1
23832026-07-20T19:15:34.038Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23842026-07-20T19:15:34.221Z Checking itertools v0.12.1
23852026-07-20T19:15:34.263Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23862026-07-20T19:15:34.525Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23872026-07-20T19:15:34.714Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23882026-07-20T19:15:34.767Z Checking smf v0.2.3
23892026-07-20T19:15:34.815Z Checking whoami v1.6.1
23902026-07-20T19:15:34.851Z Checking tokio-dtrace v0.1.1
23912026-07-20T19:15:34.952Z Compiling derive-where v1.6.0
23922026-07-20T19:15:35.014Z Checking console v0.15.11
23932026-07-20T19:15:35.046Z Checking newline-converter v0.3.0
23942026-07-20T19:15:35.085Z Checking oxide-tokio-rt v0.1.4
23952026-07-20T19:15:35.185Z Checking bytecount v0.6.9
23962026-07-20T19:15:35.232Z Checking zone v0.3.1
23972026-07-20T19:15:35.278Z Compiling owo-colors v4.3.0
23982026-07-20T19:15:35.316Z Compiling cancel-safe-futures v0.1.5
23992026-07-20T19:15:35.319Z Checking expectorate v1.2.0
24002026-07-20T19:15:35.569Z Checking ingot-types v0.1.2
24012026-07-20T19:15:35.606Z Checking libsw-core v0.3.2
24022026-07-20T19:15:35.733Z Checking num-rational v0.4.2
24032026-07-20T19:15:35.797Z Checking libsw v3.5.0
24042026-07-20T19:15:35.970Z Checking num-complex v0.4.6
24052026-07-20T19:15:36.010Z Checking ingot v0.1.1
24062026-07-20T19:15:36.027Z Checking linear-map v1.2.0
24072026-07-20T19:15:36.123Z Checking float-ord v0.3.2
24082026-07-20T19:15:36.236Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-07-20T19:15:36.253Z Checking gethostname v0.5.0
24102026-07-20T19:15:36.343Z Checking num v0.4.3
24112026-07-20T19:15:36.381Z Compiling prettyplease v0.2.37
24122026-07-20T19:15:36.412Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-20T19:15:36.442Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-07-20T19:15:36.442Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-20T19:15:36.511Z Compiling progenitor-macro v0.14.0
24162026-07-20T19:15:36.820Z Checking resolv-conf v0.7.6
24172026-07-20T19:15:36.878Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-07-20T19:15:37.041Z Checking smawk v0.3.2
24192026-07-20T19:15:37.201Z Checking unicode-linebreak v0.1.5
24202026-07-20T19:15:37.491Z Checking papergrid v0.11.0
24212026-07-20T19:15:37.733Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24222026-07-20T19:15:38.008Z Compiling tabled_derive v0.7.0
24232026-07-20T19:15:38.065Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24242026-07-20T19:15:38.103Z Compiling convert_case v0.10.0
24252026-07-20T19:15:38.273Z Compiling slog-dtrace v0.3.0
24262026-07-20T19:15:38.315Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24272026-07-20T19:15:38.440Z Compiling derive_more-impl v2.1.1
24282026-07-20T19:15:38.636Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24292026-07-20T19:15:38.695Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-07-20T19:15:38.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24312026-07-20T19:15:39.009Z Checking tabled v0.15.0
24322026-07-20T19:15:39.291Z Checking derive_more v2.1.1
24332026-07-20T19:15:39.401Z Checking crossterm v0.29.0
24342026-07-20T19:15:39.691Z Checking linked-hash-map v0.5.6
24352026-07-20T19:15:39.914Z Checking lru-cache v0.1.2
24362026-07-20T19:15:39.979Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24372026-07-20T19:15:40.221Z Checking hickory-proto v0.24.4
24382026-07-20T19:15:40.339Z Checking fd-lock v4.0.4
24392026-07-20T19:15:40.376Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24402026-07-20T19:15:41.001Z Checking vte v0.14.1
24412026-07-20T19:15:41.267Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24422026-07-20T19:15:41.336Z Checking display-error-chain v0.2.2
24432026-07-20T19:15:41.439Z Checking strip-ansi-escapes v0.2.1
24442026-07-20T19:15:41.476Z Checking progenitor v0.14.0
24452026-07-20T19:15:41.671Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24462026-07-20T19:15:41.860Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24472026-07-20T19:15:42.516Z Checking termtree v0.5.1
24482026-07-20T19:15:42.600Z Checking nu-ansi-term v0.50.3
24492026-07-20T19:15:42.722Z Checking hickory-resolver v0.24.4
24502026-07-20T19:15:42.795Z Checking textwrap v0.16.2
24512026-07-20T19:15:42.844Z Checking reedline v0.40.0
24522026-07-20T19:15:43.038Z Compiling minimal-lexical v0.2.1
24532026-07-20T19:15:43.074Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24542026-07-20T19:15:43.320Z Compiling nom v7.1.3
24552026-07-20T19:15:43.500Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-07-20T19:15:43.503Z Checking qorb v0.4.1
24572026-07-20T19:15:43.573Z Compiling unicode-xid v0.2.6
24582026-07-20T19:15:43.730Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-07-20T19:15:44.067Z Compiling ar_archive_writer v0.5.1
24602026-07-20T19:15:44.105Z Checking csv-core v0.1.13
24612026-07-20T19:15:44.313Z Checking csv v1.4.0
24622026-07-20T19:15:44.351Z Compiling stacker v0.1.23
24632026-07-20T19:15:44.702Z Checking highway v1.3.0
24642026-07-20T19:15:44.707Z Compiling cfg_aliases v0.1.1
24652026-07-20T19:15:44.773Z Compiling semver v0.1.20
24662026-07-20T19:15:44.842Z Compiling nix v0.28.0
24672026-07-20T19:15:44.885Z Checking nibble_vec v0.1.0
24682026-07-20T19:15:44.945Z Compiling psm v0.1.30
24692026-07-20T19:15:44.991Z Compiling rustc_version v0.1.7
24702026-07-20T19:15:45.041Z Checking endian-type v0.1.2
24712026-07-20T19:15:45.095Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24722026-07-20T19:15:45.200Z Checking radix_trie v0.2.1
24732026-07-20T19:15:45.275Z Compiling newtype_derive v0.1.6
24742026-07-20T19:15:45.316Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-07-20T19:15:45.354Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24762026-07-20T19:15:45.436Z Checking phf_shared v0.12.1
24772026-07-20T19:15:45.534Z Compiling recursive-proc-macro-impl v0.1.1
24782026-07-20T19:15:45.621Z Compiling chrono-tz v0.10.4
24792026-07-20T19:15:45.889Z Checking phf v0.12.1
24802026-07-20T19:15:45.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24812026-07-20T19:15:46.029Z Compiling const_format_proc_macros v0.2.34
24822026-07-20T19:15:46.032Z Checking recursive v0.1.1
24832026-07-20T19:15:46.032Z Compiling peg-macros v0.8.5
24842026-07-20T19:15:46.132Z Checking nom v8.0.0
24852026-07-20T19:15:46.189Z Checking winnow v0.6.26
24862026-07-20T19:15:46.549Z Compiling sqlparser_derive v0.5.0
24872026-07-20T19:15:46.910Z Checking unicode_categories v0.1.1
24882026-07-20T19:15:47.092Z Checking home v0.5.12
24892026-07-20T19:15:47.106Z Checking const_format v0.2.35
24902026-07-20T19:15:47.213Z Checking rustyline v14.0.0
24912026-07-20T19:15:47.348Z Checking sqlparser v0.61.0
24922026-07-20T19:15:47.418Z Checking sqlformat v0.3.5
24932026-07-20T19:15:47.526Z Checking peg v0.8.5
24942026-07-20T19:15:47.732Z Checking bcs v0.1.6
24952026-07-20T19:15:47.873Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24962026-07-20T19:15:47.921Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24972026-07-20T19:15:47.971Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
24982026-07-20T19:15:48.007Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24992026-07-20T19:15:48.127Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25002026-07-20T19:15:48.167Z Checking steno v0.4.1
25012026-07-20T19:15:48.272Z Checking sha1 v0.10.6
25022026-07-20T19:15:48.467Z Checking filetime v0.2.27
25032026-07-20T19:15:48.503Z Checking xattr v1.6.1
25042026-07-20T19:15:48.634Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25052026-07-20T19:15:48.668Z Checking tar v0.4.46
25062026-07-20T19:15:49.013Z Checking subprocess v0.2.15
25072026-07-20T19:15:49.098Z Checking base64 v0.21.7
25082026-07-20T19:15:49.240Z Checking headers-core v0.3.0
25092026-07-20T19:15:49.324Z Checking yasna v0.5.2
25102026-07-20T19:15:49.371Z Checking port-file v0.1.0
25112026-07-20T19:15:49.406Z Checking headers v0.4.1
25122026-07-20T19:15:49.583Z Checking dropshot-api-manager-types v0.7.2
25132026-07-20T19:15:49.741Z Checking rcgen v0.12.1
25142026-07-20T19:15:49.780Z Checking tagptr v0.2.0
25152026-07-20T19:15:49.890Z Checking utf-8 v0.7.6
25162026-07-20T19:15:49.951Z Checking moka v0.12.13
25172026-07-20T19:15:50.062Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25182026-07-20T19:15:50.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25192026-07-20T19:15:50.233Z Checking tungstenite v0.21.0
25202026-07-20T19:15:50.487Z Compiling radium v0.7.0
25212026-07-20T19:15:50.615Z Compiling maybe-uninit v2.0.0
25222026-07-20T19:15:50.652Z Checking hickory-resolver v0.25.2
25232026-07-20T19:15:50.728Z Checking tokio-tungstenite v0.21.0
25242026-07-20T19:15:50.840Z Compiling libefi-sys v0.1.0
25252026-07-20T19:15:51.042Z Checking tap v1.0.1
25262026-07-20T19:15:51.184Z Checking wyz v0.5.1
25272026-07-20T19:15:51.388Z Compiling zerocopy-derive v0.6.6
25282026-07-20T19:15:51.424Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25292026-07-20T19:15:51.486Z Compiling bitfield-struct v0.6.2
25302026-07-20T19:15:51.919Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25312026-07-20T19:15:51.982Z Compiling packed_struct v0.10.1
25322026-07-20T19:15:52.021Z Checking crc-catalog v2.4.0
25332026-07-20T19:15:52.142Z Checking funty v2.0.0
25342026-07-20T19:15:52.176Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-07-20T19:15:52.247Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25362026-07-20T19:15:52.275Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25372026-07-20T19:15:52.349Z Checking zerocopy v0.6.6
25382026-07-20T19:15:52.391Z Checking crc v3.4.0
25392026-07-20T19:15:52.500Z Checking bitvec v1.0.1
25402026-07-20T19:15:52.538Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25412026-07-20T19:15:52.595Z Compiling packed_struct_codegen v0.10.1
25422026-07-20T19:15:52.666Z Compiling bitfield-macros v0.19.4
25432026-07-20T19:15:52.696Z Compiling indexmap v1.9.3
25442026-07-20T19:15:52.773Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-07-20T19:15:52.988Z Checking nodrop v0.1.14
25462026-07-20T19:15:53.059Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472026-07-20T19:15:53.156Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-20T19:15:53.419Z Checking array-init v0.0.4
25492026-07-20T19:15:53.431Z Checking bitfield v0.19.4
25502026-07-20T19:15:53.746Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25512026-07-20T19:15:53.779Z Checking smallvec v0.6.14
25522026-07-20T19:15:53.812Z Checking hashbrown v0.12.3
25532026-07-20T19:15:53.926Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25542026-07-20T19:15:54.003Z Checking serde-hex v0.1.0
25552026-07-20T19:15:54.115Z Checking ron v0.8.1
25562026-07-20T19:15:54.294Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25572026-07-20T19:15:54.609Z Checking hashbrown v0.13.2
25582026-07-20T19:15:54.667Z Checking crc-any v2.5.0
25592026-07-20T19:15:54.875Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-07-20T19:15:54.934Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25612026-07-20T19:15:55.061Z Checking object v0.30.4
25622026-07-20T19:15:55.096Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25632026-07-20T19:15:55.487Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25642026-07-20T19:15:55.563Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-20T19:15:55.599Z Checking path-slash v0.1.5
25662026-07-20T19:15:55.735Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25672026-07-20T19:15:55.828Z Compiling xshell-macros v0.2.7
25682026-07-20T19:15:56.219Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25692026-07-20T19:15:56.264Z Checking xshell v0.2.7
25702026-07-20T19:15:56.588Z Checking half v1.8.3
25712026-07-20T19:15:56.627Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25722026-07-20T19:15:56.662Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25732026-07-20T19:15:56.812Z Checking serde_cbor v0.11.2
25742026-07-20T19:15:56.910Z Compiling proc-macro-error-attr2 v2.0.0
25752026-07-20T19:15:57.248Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25762026-07-20T19:15:57.288Z Compiling num-derive v0.3.3
25772026-07-20T19:15:57.398Z Compiling proc-macro-error2 v2.0.1
25782026-07-20T19:15:57.443Z Checking maplit v1.0.2
25792026-07-20T19:15:57.489Z Checking papergrid v0.17.0
25802026-07-20T19:15:57.556Z Checking testing_table v0.3.0
25812026-07-20T19:15:57.689Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-07-20T19:15:57.742Z Compiling tabled_derive v0.11.0
25832026-07-20T19:15:58.100Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25842026-07-20T19:15:58.177Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-07-20T19:15:58.275Z Checking libscf-sys v1.1.0
25862026-07-20T19:15:58.317Z Compiling progenitor-impl v0.13.0
25872026-07-20T19:15:58.407Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25882026-07-20T19:15:58.616Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25892026-07-20T19:15:58.653Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-20T19:15:58.956Z Checking tabled v0.20.0
25912026-07-20T19:15:58.991Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25922026-07-20T19:15:59.195Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25932026-07-20T19:15:59.417Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25942026-07-20T19:15:59.611Z Checking progenitor-client v0.13.0
25952026-07-20T19:15:59.892Z Checking crc8 v0.1.1
25962026-07-20T19:16:00.022Z Checking unicase v2.9.0
25972026-07-20T19:16:00.216Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25982026-07-20T19:16:00.250Z Checking fxhash v0.2.1
25992026-07-20T19:16:00.396Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26002026-07-20T19:16:00.547Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26012026-07-20T19:16:00.952Z Compiling progenitor-macro v0.13.0
26022026-07-20T19:16:01.009Z Compiling vergen-lib v0.1.6
26032026-07-20T19:16:01.046Z Compiling diesel_derives v2.3.7
26042026-07-20T19:16:01.121Z Compiling dsl_auto_type v0.2.0
26052026-07-20T19:16:01.173Z Checking scheduled-thread-pool v0.2.7
26062026-07-20T19:16:01.323Z Compiling vergen-gitcl v1.0.8
26072026-07-20T19:16:01.326Z Compiling diesel_table_macro_syntax v0.3.0
26082026-07-20T19:16:01.427Z Checking r2d2 v0.8.10
26092026-07-20T19:16:01.460Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26102026-07-20T19:16:01.600Z Checking downcast-rs v2.0.2
26112026-07-20T19:16:01.638Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26122026-07-20T19:16:01.749Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26132026-07-20T19:16:01.825Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26142026-07-20T19:16:02.001Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26152026-07-20T19:16:02.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26162026-07-20T19:16:02.158Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-07-20T19:16:02.194Z Checking kstat-rs v0.2.4
26182026-07-20T19:16:02.227Z Checking arc-swap v1.8.2
26192026-07-20T19:16:02.261Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26202026-07-20T19:16:02.384Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26212026-07-20T19:16:02.419Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26222026-07-20T19:16:02.483Z Checking slog-scope v4.4.1
26232026-07-20T19:16:02.658Z Compiling dirs-sys-next v0.1.2
26242026-07-20T19:16:02.720Z Compiling parking_lot_core v0.8.6
26252026-07-20T19:16:02.983Z Compiling crunchy v0.2.4
26262026-07-20T19:16:03.018Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26272026-07-20T19:16:03.102Z Compiling dirs-next v2.0.0
26282026-07-20T19:16:03.149Z Checking slog-stdlog v4.1.1
26292026-07-20T19:16:03.254Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26302026-07-20T19:16:03.328Z Compiling clang-sys v1.8.1
26312026-07-20T19:16:03.370Z Compiling git-stub v1.0.0
26322026-07-20T19:16:03.661Z Compiling tiny-keccak v2.0.2
26332026-07-20T19:16:03.822Z Compiling git-stub-vcs v0.1.0
26342026-07-20T19:16:03.885Z Checking slog-envlogger v2.2.0
26352026-07-20T19:16:03.955Z Compiling term v0.7.0
26362026-07-20T19:16:04.070Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372026-07-20T19:16:04.166Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26382026-07-20T19:16:04.225Z Compiling bit-vec v0.6.3
26392026-07-20T19:16:04.390Z Compiling ascii-canvas v3.0.0
26402026-07-20T19:16:04.428Z Compiling bit-set v0.5.3
26412026-07-20T19:16:04.473Z Checking parking_lot v0.11.2
26422026-07-20T19:16:04.537Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26432026-07-20T19:16:04.573Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26442026-07-20T19:16:04.663Z Checking prefix-trie v0.7.0
26452026-07-20T19:16:04.698Z Compiling itertools v0.10.5
26462026-07-20T19:16:04.886Z Compiling ena v0.14.4
26472026-07-20T19:16:05.015Z Compiling libloading v0.8.9
26482026-07-20T19:16:05.018Z Compiling bindgen v0.71.1
26492026-07-20T19:16:05.086Z Compiling regex-syntax v0.6.29
26502026-07-20T19:16:05.121Z Compiling diff v0.1.13
26512026-07-20T19:16:05.529Z Checking hickory-server v0.25.2
26522026-07-20T19:16:05.579Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26532026-07-20T19:16:05.837Z Checking sled v0.34.7
26542026-07-20T19:16:06.056Z Checking progenitor v0.13.0
26552026-07-20T19:16:06.206Z Compiling cexpr v0.6.0
26562026-07-20T19:16:06.242Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26572026-07-20T19:16:06.834Z Compiling lalrpop v0.19.12
26582026-07-20T19:16:06.909Z Checking nanorand v0.7.0
26592026-07-20T19:16:07.103Z Compiling salty v0.3.0
26602026-07-20T19:16:07.137Z Compiling rustc-hash v2.1.1
26612026-07-20T19:16:07.171Z Checking diesel v2.3.7
26622026-07-20T19:16:07.239Z Checking flume v0.11.1
26632026-07-20T19:16:07.433Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-07-20T19:16:07.512Z Compiling libxml v0.3.3
26652026-07-20T19:16:07.810Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-07-20T19:16:08.012Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26672026-07-20T19:16:08.434Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26682026-07-20T19:16:08.626Z Compiling strum_macros v0.24.3
26692026-07-20T19:16:08.992Z Compiling fs-err v2.11.0
26702026-07-20T19:16:09.119Z Compiling indoc v1.0.9
26712026-07-20T19:16:09.626Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26722026-07-20T19:16:09.871Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-07-20T19:16:09.997Z Checking quick-xml v0.37.5
26742026-07-20T19:16:10.054Z Checking derive_builder v0.20.2
26752026-07-20T19:16:10.203Z Compiling oso-derive v0.27.3
26762026-07-20T19:16:10.254Z Compiling trait-variant v0.1.2
26772026-07-20T19:16:10.757Z Compiling impl-trait-for-tuples v0.2.3
26782026-07-20T19:16:10.848Z Checking openssl-probe v0.1.6
26792026-07-20T19:16:10.957Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26802026-07-20T19:16:11.249Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26812026-07-20T19:16:11.804Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-20T19:16:12.357Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26832026-07-20T19:16:12.613Z Checking rfc6979 v0.4.0
26842026-07-20T19:16:12.742Z Checking parse-size v1.1.0
26852026-07-20T19:16:12.777Z Checking assert_matches v1.5.0
26862026-07-20T19:16:12.858Z Checking ecdsa v0.16.9
26872026-07-20T19:16:12.893Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26882026-07-20T19:16:12.897Z Checking primeorder v0.13.6
26892026-07-20T19:16:13.201Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-07-20T19:16:13.235Z Checking p384 v0.13.1
26912026-07-20T19:16:13.443Z Checking predicates-tree v1.0.13
26922026-07-20T19:16:13.594Z Checking bb8 v0.8.6
26932026-07-20T19:16:13.762Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-07-20T19:16:13.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26952026-07-20T19:16:13.943Z Compiling mime_guess v2.0.5
26962026-07-20T19:16:13.987Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-07-20T19:16:14.081Z Checking http-range v0.1.5
26982026-07-20T19:16:14.308Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-07-20T19:16:14.376Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-07-20T19:16:14.426Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-20T19:16:14.590Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27022026-07-20T19:16:14.657Z Checking atty v0.2.14
27032026-07-20T19:16:14.710Z Checking nonempty v0.12.0
27042026-07-20T19:16:14.745Z Checking corncobs v0.1.4
27052026-07-20T19:16:14.781Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-07-20T19:16:14.920Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-07-20T19:16:14.924Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27082026-07-20T19:16:15.145Z Checking ignore v0.4.25
27092026-07-20T19:16:15.208Z Checking secrecy v0.8.0
27102026-07-20T19:16:15.253Z Checking hyper-staticfile v0.10.1
27112026-07-20T19:16:15.586Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27122026-07-20T19:16:15.623Z Checking globwalk v0.9.1
27132026-07-20T19:16:15.626Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27142026-07-20T19:16:15.842Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27152026-07-20T19:16:15.986Z Compiling illumos-nvpair-sys v0.2.0
27162026-07-20T19:16:16.016Z Checking camino-tempfile-ext v0.3.3
27172026-07-20T19:16:16.118Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27182026-07-20T19:16:16.310Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27192026-07-20T19:16:16.318Z Checking signal-hook-tokio v0.3.1
27202026-07-20T19:16:16.442Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27212026-07-20T19:16:16.631Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27222026-07-20T19:16:16.734Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27232026-07-20T19:16:16.923Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27242026-07-20T19:16:17.128Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27252026-07-20T19:16:17.444Z Checking illumos-nvpair v0.3.0
27262026-07-20T19:16:17.479Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27272026-07-20T19:16:17.515Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27282026-07-20T19:16:17.634Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27292026-07-20T19:16:17.698Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-07-20T19:16:17.857Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-07-20T19:16:17.894Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-07-20T19:16:17.929Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-07-20T19:16:17.964Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-07-20T19:16:18.380Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27352026-07-20T19:16:18.582Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27362026-07-20T19:16:19.651Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27372026-07-20T19:16:19.689Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27382026-07-20T19:16:19.894Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-07-20T19:16:20.379Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27402026-07-20T19:16:20.622Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27412026-07-20T19:16:20.658Z Checking tungstenite v0.23.0
27422026-07-20T19:16:20.830Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27432026-07-20T19:16:20.913Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-20T19:16:21.068Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27452026-07-20T19:16:21.186Z Checking tokio-tungstenite v0.23.1
27462026-07-20T19:16:21.323Z Checking rand_seeder v0.4.0
27472026-07-20T19:16:21.421Z Checking void v1.0.2
27482026-07-20T19:16:21.457Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492026-07-20T19:16:21.496Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27502026-07-20T19:16:21.565Z Checking diesel-dtrace v0.5.0
27512026-07-20T19:16:21.644Z Checking async-bb8-diesel v0.2.1
27522026-07-20T19:16:21.730Z Checking lzss v0.8.2
27532026-07-20T19:16:21.834Z Checking nix v0.27.1
27542026-07-20T19:16:21.945Z Checking serde_bytes v0.11.19
27552026-07-20T19:16:22.037Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27562026-07-20T19:16:22.082Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-07-20T19:16:22.151Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27582026-07-20T19:16:22.390Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27592026-07-20T19:16:22.792Z Checking is_ci v1.2.0
27602026-07-20T19:16:22.911Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27612026-07-20T19:16:23.163Z Checking yansi v1.0.1
27622026-07-20T19:16:23.174Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27632026-07-20T19:16:23.206Z Checking cpubits v0.1.1
27642026-07-20T19:16:23.311Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27652026-07-20T19:16:23.388Z Checking pretty_assertions v1.4.1
27662026-07-20T19:16:23.584Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27672026-07-20T19:16:23.628Z Checking pem-rfc7468 v1.0.0
27682026-07-20T19:16:23.808Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-07-20T19:16:23.839Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27702026-07-20T19:16:24.103Z Compiling indoc v2.0.7
27712026-07-20T19:16:24.649Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27722026-07-20T19:16:24.735Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27732026-07-20T19:16:24.869Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-20T19:16:25.186Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-07-20T19:16:25.223Z Checking sha2 v0.11.0
27762026-07-20T19:16:25.620Z Checking hmac v0.13.0
27772026-07-20T19:16:25.818Z Checking universal-hash v0.6.1
27782026-07-20T19:16:25.983Z Compiling libz-sys v1.1.24
27792026-07-20T19:16:26.016Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-07-20T19:16:26.050Z Compiling instability v0.3.11
27812026-07-20T19:16:26.178Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-07-20T19:16:26.332Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-20T19:16:26.443Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-07-20T19:16:26.496Z Checking castaway v0.2.4
27852026-07-20T19:16:26.641Z Checking compact_str v0.8.1
27862026-07-20T19:16:27.052Z Checking polyval v0.7.1
27872026-07-20T19:16:27.282Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27882026-07-20T19:16:27.476Z Checking der v0.8.0
27892026-07-20T19:16:27.529Z Checking supports-color v3.0.2
27902026-07-20T19:16:27.602Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-07-20T19:16:27.692Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-20T19:16:27.841Z Checking unicode-truncate v1.1.0
27932026-07-20T19:16:27.939Z Checking console v0.16.2
27942026-07-20T19:16:28.025Z Checking lru v0.12.5
27952026-07-20T19:16:28.092Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-20T19:16:28.210Z Checking unit-prefix v0.5.2
27972026-07-20T19:16:28.284Z Checking cassowary v0.3.0
27982026-07-20T19:16:28.399Z Checking indicatif v0.18.4
27992026-07-20T19:16:28.448Z Checking ghash v0.6.0
28002026-07-20T19:16:28.550Z Checking ratatui v0.29.0
28012026-07-20T19:16:28.734Z Checking pbkdf2 v0.13.0
28022026-07-20T19:16:28.819Z Checking aes v0.9.1
28032026-07-20T19:16:28.878Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-07-20T19:16:29.263Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28052026-07-20T19:16:29.510Z Checking ctr v0.10.1
28062026-07-20T19:16:29.721Z Checking aead v0.6.1
28072026-07-20T19:16:29.882Z Checking cargo-platform v0.3.2
28082026-07-20T19:16:29.919Z Checking aes-gcm v0.11.0
28092026-07-20T19:16:30.092Z Checking cargo_metadata v0.23.1
28102026-07-20T19:16:30.126Z Checking spki v0.8.0
28112026-07-20T19:16:30.220Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-07-20T19:16:30.328Z Checking crypto-bigint v0.7.5
28132026-07-20T19:16:30.903Z Checking salsa20 v0.11.0
28142026-07-20T19:16:31.082Z Checking cbc v0.2.1
28152026-07-20T19:16:31.260Z Compiling vergen-git2 v9.1.0
28162026-07-20T19:16:31.494Z Checking plotters-backend v0.3.7
28172026-07-20T19:16:31.640Z Checking scrypt v0.12.0
28182026-07-20T19:16:31.722Z Checking plotters-svg v0.3.7
28192026-07-20T19:16:31.837Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-07-20T19:16:31.892Z Checking cast v0.3.0
28212026-07-20T19:16:32.091Z Checking criterion-plot v0.6.0
28222026-07-20T19:16:32.155Z Checking plotters v0.3.7
28232026-07-20T19:16:32.349Z Checking pkcs5 v0.8.1
28242026-07-20T19:16:32.644Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28252026-07-20T19:16:32.679Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-07-20T19:16:32.916Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28272026-07-20T19:16:32.952Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28282026-07-20T19:16:33.160Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-07-20T19:16:33.194Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-07-20T19:16:33.397Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28312026-07-20T19:16:33.433Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-07-20T19:16:33.646Z Checking colored v2.2.0
28332026-07-20T19:16:33.671Z Checking tinytemplate v1.2.1
28342026-07-20T19:16:33.865Z Checking oorandom v11.1.5
28352026-07-20T19:16:33.911Z Checking anes v0.1.6
28362026-07-20T19:16:34.005Z Checking shell-words v1.1.1
28372026-07-20T19:16:34.090Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28382026-07-20T19:16:34.125Z Checking criterion v0.7.0
28392026-07-20T19:16:34.437Z Checking pkcs8 v0.11.0
28402026-07-20T19:16:34.666Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28412026-07-20T19:16:35.351Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28422026-07-20T19:16:35.461Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28432026-07-20T19:16:35.904Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28442026-07-20T19:16:36.247Z Checking tokio-test v0.4.5
28452026-07-20T19:16:36.485Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-07-20T19:16:36.725Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28472026-07-20T19:16:37.128Z Checking twox-hash v2.1.2
28482026-07-20T19:16:37.460Z Checking ff v0.14.0
28492026-07-20T19:16:37.630Z Checking constant_time_eq v0.4.2
28502026-07-20T19:16:37.799Z Checking arrayvec v0.7.6
28512026-07-20T19:16:38.019Z Checking arrayref v0.3.9
28522026-07-20T19:16:38.172Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-07-20T19:16:38.384Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28542026-07-20T19:16:39.091Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28552026-07-20T19:16:39.331Z Checking fatfs v0.3.6
28562026-07-20T19:16:39.813Z Checking signature v3.0.0
28572026-07-20T19:16:39.995Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-07-20T19:16:40.090Z Checking base16ct v1.0.0
28592026-07-20T19:16:40.249Z Compiling seq-macro v0.3.6
28602026-07-20T19:16:40.422Z Checking sec1 v0.8.1
28612026-07-20T19:16:40.580Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28622026-07-20T19:16:40.659Z Checking group v0.14.0
28632026-07-20T19:16:40.754Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28642026-07-20T19:16:40.824Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28652026-07-20T19:16:40.840Z Checking hkdf v0.13.0
28662026-07-20T19:16:41.001Z Compiling petname v2.0.2
28672026-07-20T19:16:41.342Z Checking elliptic-curve v0.14.0-rc.33
28682026-07-20T19:16:41.692Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28692026-07-20T19:16:41.842Z Checking concurrent-queue v2.5.0
28702026-07-20T19:16:42.058Z Checking rtoolbox v0.0.3
28712026-07-20T19:16:42.094Z Checking parking v2.2.1
28722026-07-20T19:16:42.224Z Checking rpassword v7.5.4
28732026-07-20T19:16:42.254Z Checking event-listener v5.4.1
28742026-07-20T19:16:42.499Z Checking tui-tree-widget v0.23.1
28752026-07-20T19:16:42.712Z Checking rfc6979 v0.5.0
28762026-07-20T19:16:42.821Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28772026-07-20T19:16:42.878Z Checking sapling-renderdag v0.1.0
28782026-07-20T19:16:43.012Z Compiling blake3 v1.8.5
28792026-07-20T19:16:43.169Z Checking sync-ptr v0.1.4
28802026-07-20T19:16:43.297Z Checking ecdsa v0.17.0-rc.18
28812026-07-20T19:16:43.692Z Checking event-listener-strategy v0.5.4
28822026-07-20T19:16:43.850Z Checking primeorder v0.14.0-rc.10
28832026-07-20T19:16:43.932Z Checking primefield v0.14.0
28842026-07-20T19:16:44.164Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28852026-07-20T19:16:44.167Z Compiling curve25519-dalek v5.0.0-rc.0
28862026-07-20T19:16:44.405Z Checking futures-timer v3.0.3
28872026-07-20T19:16:44.704Z Checking async-lock v3.4.2
28882026-07-20T19:16:44.996Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28892026-07-20T19:16:45.117Z Checking ssh-encoding v0.3.0-rc.9
28902026-07-20T19:16:45.179Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-20T19:16:45.373Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28922026-07-20T19:16:46.011Z Compiling strsim v0.10.0
28932026-07-20T19:16:46.367Z Checking topological-sort v0.2.2
28942026-07-20T19:16:46.464Z Compiling darling_core v0.13.4
28952026-07-20T19:16:46.527Z Checking omicron-zone-package v0.12.3
28962026-07-20T19:16:47.444Z Checking async-object-pool v0.2.0
28972026-07-20T19:16:48.012Z Checking ed25519 v3.0.0
28982026-07-20T19:16:48.187Z Compiling samael v0.0.19
28992026-07-20T19:16:48.237Z Checking crypto-primes v0.7.2
29002026-07-20T19:16:48.345Z Checking pkcs1 v0.8.0-rc.4
29012026-07-20T19:16:48.444Z Checking poly1305 v0.9.0
29022026-07-20T19:16:48.581Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29032026-07-20T19:16:48.738Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29042026-07-20T19:16:48.978Z Checking serde_regex v1.1.0
29052026-07-20T19:16:49.163Z Checking blowfish v0.10.0
29062026-07-20T19:16:49.230Z Checking blake2 v0.11.0-rc.6
29072026-07-20T19:16:49.342Z Checking assert-json-diff v2.0.2
29082026-07-20T19:16:49.403Z Checking path-tree v0.8.3
29092026-07-20T19:16:49.513Z Checking keccak v0.2.0
29102026-07-20T19:16:49.548Z Compiling target-lexicon v0.13.3
29112026-07-20T19:16:49.612Z Checking stringmetrics v2.2.2
29122026-07-20T19:16:49.697Z Checking gimli v0.32.3
29132026-07-20T19:16:49.785Z Checking fiat-crypto v0.3.0
29142026-07-20T19:16:50.128Z Checking httpmock v0.8.3
29152026-07-20T19:16:51.317Z Checking addr2line v0.25.1
29162026-07-20T19:16:51.616Z Checking sha3 v0.11.0
29172026-07-20T19:16:51.986Z Checking argon2 v0.6.0-rc.8
29182026-07-20T19:16:52.329Z Checking bcrypt-pbkdf v0.11.0
29192026-07-20T19:16:52.413Z Checking rsa v0.10.0-rc.18
29202026-07-20T19:16:52.515Z Checking ssh-cipher v0.3.0-rc.9
29212026-07-20T19:16:52.757Z Checking ed25519-dalek v3.0.0-rc.0
29222026-07-20T19:16:52.936Z Compiling darling_macro v0.13.4
29232026-07-20T19:16:53.334Z Checking p521 v0.14.0-rc.10
29242026-07-20T19:16:53.455Z Checking p256 v0.14.0-rc.10
29252026-07-20T19:16:54.240Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29262026-07-20T19:16:54.514Z Checking kem v0.3.0
29272026-07-20T19:16:54.662Z Checking module-lattice v0.2.3
29282026-07-20T19:16:54.878Z Checking rustc-demangle v0.1.27
29292026-07-20T19:16:54.914Z Compiling guppy-workspace-hack v0.1.0
29302026-07-20T19:16:55.009Z Checking p384 v0.14.0-rc.10
29312026-07-20T19:16:55.132Z Checking hex-literal v0.4.1
29322026-07-20T19:16:55.214Z Checking backtrace v0.3.76
29332026-07-20T19:16:55.261Z Checking ml-kem v0.3.2
29342026-07-20T19:16:55.552Z Compiling darling v0.13.4
29352026-07-20T19:16:55.936Z Compiling git2 v0.20.4
29362026-07-20T19:16:55.968Z Checking russh-cryptovec v0.61.0
29372026-07-20T19:16:56.084Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29382026-07-20T19:16:56.155Z Checking internal-russh-num-bigint v0.5.0
29392026-07-20T19:16:56.325Z Checking num-bigint v0.4.6
29402026-07-20T19:16:56.390Z Checking russh-util v0.52.0
29412026-07-20T19:16:56.546Z Checking generic-array v1.4.3
29422026-07-20T19:16:56.972Z Compiling enum_dispatch v0.3.13
29432026-07-20T19:16:57.076Z Checking ssh-key v0.7.0-rc.10
29442026-07-20T19:16:57.200Z Compiling delegate v0.13.5
29452026-07-20T19:16:57.290Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29462026-07-20T19:16:57.758Z Compiling target-spec v3.5.7
29472026-07-20T19:16:57.992Z Checking hex-literal v1.1.0
29482026-07-20T19:16:58.025Z Checking md5 v0.8.0
29492026-07-20T19:16:58.169Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-07-20T19:16:58.240Z Checking russh v0.61.2
29512026-07-20T19:16:58.384Z Checking cfg-expr v0.20.6
29522026-07-20T19:16:58.749Z Compiling serde_with_macros v1.5.2
29532026-07-20T19:16:58.816Z Checking backtrace-ext v0.2.1
29542026-07-20T19:16:58.952Z Checking supports-color v2.1.0
29552026-07-20T19:16:58.987Z Checking textwrap v0.15.2
29562026-07-20T19:16:59.118Z Checking supports-hyperlinks v2.1.0
29572026-07-20T19:16:59.229Z Checking supports-unicode v2.1.0
29582026-07-20T19:16:59.266Z Checking hashbrown v0.14.5
29592026-07-20T19:16:59.361Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29602026-07-20T19:16:59.374Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29612026-07-20T19:16:59.590Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29622026-07-20T19:16:59.647Z Checking terminal_size v0.1.17
29632026-07-20T19:16:59.776Z Checking socket2 v0.5.10
29642026-07-20T19:16:59.809Z Compiling miette-derive v5.10.0
29652026-07-20T19:17:00.066Z Checking internet-checksum v0.2.1
29662026-07-20T19:17:00.201Z Checking owo-colors v3.5.0
29672026-07-20T19:17:00.827Z Checking chumsky v0.9.3
29682026-07-20T19:17:01.033Z Checking miette v5.10.0
29692026-07-20T19:17:01.287Z Compiling serde_with v1.14.0
29702026-07-20T19:17:01.813Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29712026-07-20T19:17:01.924Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29722026-07-20T19:17:01.958Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-07-20T19:17:02.303Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29742026-07-20T19:17:02.464Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29752026-07-20T19:17:02.519Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29762026-07-20T19:17:02.725Z Compiling knuffel-derive v3.2.0
29772026-07-20T19:17:02.729Z Checking httptest v0.16.4
29782026-07-20T19:17:02.816Z Checking pathdiff v0.2.3
29792026-07-20T19:17:02.958Z Checking nested v0.1.1
29802026-07-20T19:17:03.126Z Checking guppy v0.17.25
29812026-07-20T19:17:03.130Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29822026-07-20T19:17:03.379Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29832026-07-20T19:17:03.656Z Checking similar-asserts v1.7.0
29842026-07-20T19:17:03.853Z Compiling target-triple v1.0.0
29852026-07-20T19:17:04.143Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29862026-07-20T19:17:04.246Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29872026-07-20T19:17:04.302Z Checking knuffel v3.2.0
29882026-07-20T19:17:04.830Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29892026-07-20T19:17:04.886Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29902026-07-20T19:17:04.939Z Compiling polar-core v0.27.3
29912026-07-20T19:17:04.974Z Checking hickory-client v0.25.2
29922026-07-20T19:17:05.283Z Compiling assert_cmd v2.1.2
29932026-07-20T19:17:05.459Z Checking escape8259 v0.5.3
29942026-07-20T19:17:05.644Z Checking libtest-mimic v0.8.1
29952026-07-20T19:17:06.029Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29962026-07-20T19:17:06.089Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29972026-07-20T19:17:06.159Z Checking blake2b_simd v1.0.4
29982026-07-20T19:17:06.213Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29992026-07-20T19:17:06.569Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30002026-07-20T19:17:06.613Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30012026-07-20T19:17:06.775Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30022026-07-20T19:17:06.980Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30032026-07-20T19:17:07.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30042026-07-20T19:17:07.160Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30052026-07-20T19:17:07.260Z Checking fancy-regex v0.14.0
30062026-07-20T19:17:07.391Z Checking serde_tokenstream v0.2.3
30072026-07-20T19:17:07.616Z Checking approx v0.5.1
30082026-07-20T19:17:07.653Z Compiling rstest_macros v0.25.0
30092026-07-20T19:17:07.656Z Checking uzers v0.12.2
30102026-07-20T19:17:07.779Z Compiling linkme-impl v0.3.35
30112026-07-20T19:17:07.900Z Checking constant_time_eq v0.3.1
30122026-07-20T19:17:08.007Z Checking termcolor v1.4.1
30132026-07-20T19:17:08.046Z Checking rust-argon2 v2.1.0
30142026-07-20T19:17:08.256Z Checking trybuild v1.0.116
30152026-07-20T19:17:08.290Z Checking datatest-stable v0.3.3
30162026-07-20T19:17:08.635Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30172026-07-20T19:17:08.717Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30182026-07-20T19:17:08.936Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30192026-07-20T19:17:09.069Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30202026-07-20T19:17:09.129Z Checking support-bundle-viewer v0.1.2
30212026-07-20T19:17:09.414Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30222026-07-20T19:17:09.661Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30232026-07-20T19:17:09.907Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30242026-07-20T19:17:09.943Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30252026-07-20T19:17:10.003Z Checking oso v0.27.3
30262026-07-20T19:17:10.150Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30272026-07-20T19:17:10.191Z Checking drift v0.2.0
30282026-07-20T19:17:10.608Z Checking rand_distr v0.5.1
30292026-07-20T19:17:10.848Z Checking digest-io v0.1.0
30302026-07-20T19:17:10.944Z Checking multimap v0.10.1
30312026-07-20T19:17:11.009Z Compiling linkme v0.3.35
30322026-07-20T19:17:11.067Z Checking rawzip v0.4.4
30332026-07-20T19:17:11.114Z Compiling relative-path v1.9.3
30342026-07-20T19:17:11.363Z Checking dropshot-api-manager v0.7.2
30352026-07-20T19:17:11.554Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30362026-07-20T19:17:12.455Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30372026-07-20T19:17:12.827Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30382026-07-20T19:17:12.863Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30392026-07-20T19:17:12.867Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30402026-07-20T19:17:13.037Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30412026-07-20T19:17:13.106Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30422026-07-20T19:17:13.453Z Checking cargo_toml v0.21.0
30432026-07-20T19:17:13.549Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30442026-07-20T19:17:13.583Z Checking partial-io v0.5.4
30452026-07-20T19:17:13.806Z Checking termios v0.3.3
30462026-07-20T19:17:13.846Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30472026-07-20T19:17:14.028Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30482026-07-20T19:17:14.335Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30492026-07-20T19:17:15.059Z Checking rstest v0.25.0
30502026-07-20T19:17:17.501Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30512026-07-20T19:17:18.876Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30522026-07-20T19:17:23.810Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30532026-07-20T19:17:26.367Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30542026-07-20T19:17:26.504Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30552026-07-20T19:17:29.500Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30562026-07-20T19:17:33.062Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30572026-07-20T19:17:39.351Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30582026-07-20T19:17:42.141Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30592026-07-20T19:17:42.607Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30602026-07-20T19:17:43.309Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30612026-07-20T19:17:49.468Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30622026-07-20T19:17:54.236Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30632026-07-20T19:18:11.014Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30642026-07-20T19:19:08.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
30652026-07-20T19:19:09.384Z
30662026-07-20T19:19:09.384Zreal 4:12.971594080
30672026-07-20T19:19:09.384Zuser 21:40.720976944
30682026-07-20T19:19:09.384Zsys 5:02.134552540
30692026-07-20T19:19:09.384Ztrap 0.536762950
30702026-07-20T19:19:09.385Ztflt 0.447968065
30712026-07-20T19:19:09.385Zdflt 0.558478169
30722026-07-20T19:19:09.385Zkflt 0.004186801
30732026-07-20T19:19:09.385Zlock 59:24.900919991
30742026-07-20T19:19:09.385Zslp 58:57.826727225
30752026-07-20T19:19:09.385Zlat 1:50.593226767
30762026-07-20T19:19:09.385Zstop 11:30.016993490
30772026-07-20T19:19:09.389Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30782026-07-20T19:19:09.389Z+ ptime -m cargo doc --workspace --no-deps
30792026-07-20T19:19:10.209Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30802026-07-20T19:19:10.209Z |
30812026-07-20T19:19:10.209Z = 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)`
30822026-07-20T19:19:10.209Z = 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>
30832026-07-20T19:19:11.236Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30842026-07-20T19:19:11.476Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-07-20T19:19:11.521Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30862026-07-20T19:19:11.584Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30872026-07-20T19:19:11.616Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30882026-07-20T19:19:11.689Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30892026-07-20T19:19:11.776Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30902026-07-20T19:19:11.801Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30912026-07-20T19:19:11.830Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30922026-07-20T19:19:11.858Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30932026-07-20T19:19:11.960Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-07-20T19:19:12.060Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30952026-07-20T19:19:12.162Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30962026-07-20T19:19:12.171Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30972026-07-20T19:19:12.171Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30982026-07-20T19:19:12.184Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-20T19:19:12.204Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31002026-07-20T19:19:12.235Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31012026-07-20T19:19:12.240Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31022026-07-20T19:19:12.275Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31032026-07-20T19:19:12.319Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31042026-07-20T19:19:12.589Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31052026-07-20T19:19:12.906Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31062026-07-20T19:19:12.930Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31072026-07-20T19:19:13.022Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31082026-07-20T19:19:13.057Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31092026-07-20T19:19:13.080Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31102026-07-20T19:19:13.286Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31112026-07-20T19:19:13.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31122026-07-20T19:19:13.470Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31132026-07-20T19:19:13.584Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31142026-07-20T19:19:13.617Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31152026-07-20T19:19:13.652Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31162026-07-20T19:19:13.684Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31172026-07-20T19:19:13.812Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31182026-07-20T19:19:13.862Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31192026-07-20T19:19:13.897Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31202026-07-20T19:19:14.241Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31212026-07-20T19:19:14.251Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31222026-07-20T19:19:14.251Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31232026-07-20T19:19:14.471Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31242026-07-20T19:19:14.532Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31252026-07-20T19:19:14.703Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31262026-07-20T19:19:14.802Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31272026-07-20T19:19:14.826Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31282026-07-20T19:19:14.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31292026-07-20T19:19:14.980Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31302026-07-20T19:19:15.055Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31312026-07-20T19:19:15.128Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31322026-07-20T19:19:15.155Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31332026-07-20T19:19:15.225Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31342026-07-20T19:19:15.306Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31352026-07-20T19:19:15.371Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31362026-07-20T19:19:15.420Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31372026-07-20T19:19:15.448Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31382026-07-20T19:19:15.473Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31392026-07-20T19:19:15.512Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31402026-07-20T19:19:15.582Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31412026-07-20T19:19:15.634Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31422026-07-20T19:19:15.667Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31432026-07-20T19:19:15.992Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31442026-07-20T19:19:16.026Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31452026-07-20T19:19:16.188Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31462026-07-20T19:19:16.358Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31472026-07-20T19:19:16.605Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31482026-07-20T19:19:16.791Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31492026-07-20T19:19:17.053Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31502026-07-20T19:19:17.077Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31512026-07-20T19:19:17.102Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31522026-07-20T19:19:17.106Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31532026-07-20T19:19:17.348Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31542026-07-20T19:19:17.373Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31552026-07-20T19:19:17.377Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31562026-07-20T19:19:17.423Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31572026-07-20T19:19:17.923Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31582026-07-20T19:19:18.396Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31592026-07-20T19:19:18.479Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31602026-07-20T19:19:18.539Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31612026-07-20T19:19:18.627Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31622026-07-20T19:19:18.810Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31632026-07-20T19:19:18.889Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31642026-07-20T19:19:18.907Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31652026-07-20T19:19:19.106Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31662026-07-20T19:19:19.111Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31672026-07-20T19:19:19.155Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31682026-07-20T19:19:19.186Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31692026-07-20T19:19:19.480Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31702026-07-20T19:19:19.506Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31712026-07-20T19:19:19.506Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31722026-07-20T19:19:19.550Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31732026-07-20T19:19:19.573Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31742026-07-20T19:19:19.753Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31752026-07-20T19:19:19.773Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31762026-07-20T19:19:19.795Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31772026-07-20T19:19:19.819Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31782026-07-20T19:19:19.889Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31792026-07-20T19:19:19.986Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31802026-07-20T19:19:20.012Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31812026-07-20T19:19:20.074Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31822026-07-20T19:19:20.097Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31832026-07-20T19:19:20.119Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31842026-07-20T19:19:20.199Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31852026-07-20T19:19:20.245Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31862026-07-20T19:19:20.338Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31872026-07-20T19:19:20.405Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31882026-07-20T19:19:20.430Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31892026-07-20T19:19:20.666Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31902026-07-20T19:19:20.709Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31912026-07-20T19:19:20.752Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31922026-07-20T19:19:21.157Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-07-20T19:19:21.405Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31942026-07-20T19:19:21.429Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31952026-07-20T19:19:22.193Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31962026-07-20T19:19:22.384Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31972026-07-20T19:19:22.572Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31982026-07-20T19:19:22.927Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-07-20T19:19:22.954Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32002026-07-20T19:19:23.673Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32012026-07-20T19:19:24.345Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32022026-07-20T19:19:24.528Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32032026-07-20T19:19:24.657Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32042026-07-20T19:19:25.228Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32052026-07-20T19:19:25.307Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32062026-07-20T19:19:25.518Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32072026-07-20T19:19:25.541Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32082026-07-20T19:19:25.620Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32092026-07-20T19:19:25.834Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32102026-07-20T19:19:26.117Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32112026-07-20T19:19:26.146Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32122026-07-20T19:19:26.528Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32132026-07-20T19:19:26.574Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32142026-07-20T19:19:27.066Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32152026-07-20T19:19:27.305Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32162026-07-20T19:19:27.466Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32172026-07-20T19:19:27.757Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32182026-07-20T19:19:27.796Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32192026-07-20T19:19:27.909Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32202026-07-20T19:19:28.029Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32212026-07-20T19:19:28.518Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32222026-07-20T19:19:28.774Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32232026-07-20T19:19:29.320Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32242026-07-20T19:19:29.525Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32252026-07-20T19:19:29.925Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32262026-07-20T19:19:30.282Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32272026-07-20T19:19:30.896Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-20T19:19:31.505Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32292026-07-20T19:19:31.538Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32302026-07-20T19:19:32.097Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32312026-07-20T19:19:32.505Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32322026-07-20T19:19:32.589Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32332026-07-20T19:19:32.931Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32342026-07-20T19:19:33.762Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-07-20T19:19:33.924Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32362026-07-20T19:19:34.786Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32372026-07-20T19:19:35.197Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32382026-07-20T19:19:36.022Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32392026-07-20T19:19:38.571Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32402026-07-20T19:19:38.900Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32412026-07-20T19:19:38.990Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32422026-07-20T19:19:39.079Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32432026-07-20T19:19:39.880Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32442026-07-20T19:19:40.239Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32452026-07-20T19:19:41.159Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-07-20T19:19:41.768Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-07-20T19:19:41.987Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-07-20T19:19:42.893Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32492026-07-20T19:19:43.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32502026-07-20T19:19:43.576Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32512026-07-20T19:19:43.670Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32522026-07-20T19:19:44.064Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32532026-07-20T19:19:44.220Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32542026-07-20T19:19:44.247Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32552026-07-20T19:19:44.343Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32562026-07-20T19:19:44.496Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32572026-07-20T19:19:44.736Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32582026-07-20T19:19:44.805Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32592026-07-20T19:19:45.194Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32602026-07-20T19:19:45.430Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32612026-07-20T19:19:45.818Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-20T19:19:45.905Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32632026-07-20T19:19:46.191Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32642026-07-20T19:19:46.381Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652026-07-20T19:19:46.469Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32662026-07-20T19:19:47.031Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32672026-07-20T19:19:47.991Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32682026-07-20T19:19:48.623Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32692026-07-20T19:19:49.396Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32702026-07-20T19:19:50.406Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32712026-07-20T19:19:50.965Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32722026-07-20T19:19:52.467Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32732026-07-20T19:19:53.747Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32742026-07-20T19:19:55.367Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32752026-07-20T19:19:55.775Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32762026-07-20T19:19:56.322Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32772026-07-20T19:19:57.361Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32782026-07-20T19:19:59.733Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32792026-07-20T19:20:00.587Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32802026-07-20T19:20:05.018Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32812026-07-20T19:20:05.073Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32822026-07-20T19:20:05.073Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32832026-07-20T19:20:05.073Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32842026-07-20T19:20:05.096Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32852026-07-20T19:20:06.964Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32862026-07-20T19:20:07.685Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32872026-07-20T19:20:08.405Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32882026-07-20T19:20:11.306Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32892026-07-20T19:20:12.201Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32902026-07-20T19:20:12.903Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32912026-07-20T19:20:14.215Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32922026-07-20T19:20:14.978Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32932026-07-20T19:20:15.720Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32942026-07-20T19:20:16.455Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32952026-07-20T19:20:17.208Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32962026-07-20T19:20:18.915Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32972026-07-20T19:20:19.249Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32982026-07-20T19:20:20.256Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32992026-07-20T19:20:20.360Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33002026-07-20T19:20:21.247Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33012026-07-20T19:20:22.062Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33022026-07-20T19:20:24.342Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33032026-07-20T19:20:26.031Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33042026-07-20T19:20:26.933Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33052026-07-20T19:20:28.218Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33062026-07-20T19:20:29.267Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33072026-07-20T19:20:30.080Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33082026-07-20T19:20:31.745Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-07-20T19:20:32.518Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33102026-07-20T19:20:35.308Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33112026-07-20T19:20:35.725Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33122026-07-20T19:20:36.664Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33132026-07-20T19:20:38.061Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33142026-07-20T19:20:39.217Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33152026-07-20T19:20:40.566Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33162026-07-20T19:20:43.192Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33172026-07-20T19:20:43.735Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33182026-07-20T19:20:45.492Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33192026-07-20T19:20:47.050Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33202026-07-20T19:20:48.686Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33212026-07-20T19:20:51.987Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33222026-07-20T19:20:53.516Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33232026-07-20T19:20:58.104Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33242026-07-20T19:20:58.629Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33252026-07-20T19:21:00.160Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33262026-07-20T19:21:00.309Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33272026-07-20T19:21:01.909Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33282026-07-20T19:21:03.898Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33292026-07-20T19:21:05.952Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33302026-07-20T19:21:07.816Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33312026-07-20T19:21:09.607Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33322026-07-20T19:21:11.361Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33332026-07-20T19:21:13.069Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33342026-07-20T19:21:15.221Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33352026-07-20T19:21:16.722Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33362026-07-20T19:21:18.543Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33372026-07-20T19:21:20.375Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33382026-07-20T19:21:22.166Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33392026-07-20T19:21:23.919Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33402026-07-20T19:21:27.533Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-07-20T19:21:29.281Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33422026-07-20T19:21:30.944Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33432026-07-20T19:21:32.915Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33442026-07-20T19:21:34.795Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-07-20T19:21:36.776Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33462026-07-20T19:21:38.938Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33472026-07-20T19:21:40.782Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33482026-07-20T19:21:42.937Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33492026-07-20T19:21:44.797Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33502026-07-20T19:21:48.223Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33512026-07-20T19:21:49.107Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33522026-07-20T19:21:51.496Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33532026-07-20T19:21:53.811Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33542026-07-20T19:21:56.488Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33552026-07-20T19:21:58.553Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33562026-07-20T19:22:01.196Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33572026-07-20T19:22:03.447Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33582026-07-20T19:22:05.808Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33592026-07-20T19:22:08.392Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33602026-07-20T19:22:10.349Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33612026-07-20T19:22:13.186Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33622026-07-20T19:22:14.997Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33632026-07-20T19:22:17.341Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33642026-07-20T19:22:19.748Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33652026-07-20T19:22:22.066Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33662026-07-20T19:22:24.481Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33672026-07-20T19:22:26.777Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33682026-07-20T19:22:29.264Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33692026-07-20T19:22:31.633Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33702026-07-20T19:22:34.074Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33712026-07-20T19:22:36.431Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33722026-07-20T19:22:38.794Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33732026-07-20T19:22:41.229Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33742026-07-20T19:22:43.623Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33752026-07-20T19:22:46.073Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33762026-07-20T19:22:48.451Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33772026-07-20T19:22:50.867Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33782026-07-20T19:22:53.318Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33792026-07-20T19:22:55.699Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33802026-07-20T19:22:58.116Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33812026-07-20T19:23:00.480Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-07-20T19:23:02.962Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33832026-07-20T19:23:05.360Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33842026-07-20T19:23:07.892Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33852026-07-20T19:23:10.256Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33862026-07-20T19:23:12.638Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33872026-07-20T19:23:15.214Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33882026-07-20T19:23:17.620Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33892026-07-20T19:23:20.115Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33902026-07-20T19:23:22.559Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33912026-07-20T19:23:24.948Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33922026-07-20T19:23:27.631Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33932026-07-20T19:23:29.980Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33942026-07-20T19:23:32.350Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33952026-07-20T19:23:35.402Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33962026-07-20T19:23:37.528Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33972026-07-20T19:23:40.141Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33982026-07-20T19:23:42.793Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33992026-07-20T19:23:45.486Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34002026-07-20T19:23:48.144Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34012026-07-20T19:23:50.758Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-07-20T19:23:53.296Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34032026-07-20T19:23:55.924Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34042026-07-20T19:23:58.508Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34052026-07-20T19:24:01.167Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34062026-07-20T19:24:04.116Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34072026-07-20T19:24:06.628Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34082026-07-20T19:24:14.621Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34092026-07-20T19:24:14.724Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34102026-07-20T19:24:18.060Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34112026-07-20T19:24:21.350Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34122026-07-20T19:24:24.903Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34132026-07-20T19:24:28.125Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34142026-07-20T19:24:31.466Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34152026-07-20T19:24:36.218Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34162026-07-20T19:24:39.033Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34172026-07-20T19:24:42.725Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34182026-07-20T19:24:46.438Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34192026-07-20T19:24:50.212Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34202026-07-20T19:24:53.968Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34212026-07-20T19:24:57.737Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34222026-07-20T19:25:01.419Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34232026-07-20T19:25:05.158Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34242026-07-20T19:25:08.853Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-07-20T19:25:12.557Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34262026-07-20T19:25:16.366Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34272026-07-20T19:25:20.019Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34282026-07-20T19:25:23.752Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34292026-07-20T19:25:27.384Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34302026-07-20T19:25:31.099Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-07-20T19:25:34.733Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34322026-07-20T19:25:38.554Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34332026-07-20T19:25:42.360Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34342026-07-20T19:26:11.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
34352026-07-20T19:26:12.560Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34362026-07-20T19:26:12.598Z
34372026-07-20T19:26:12.598Zreal 7:02.763053503
34382026-07-20T19:26:12.598Zuser 18:45.028825518
34392026-07-20T19:26:12.598Zsys 4:01.959705157
34402026-07-20T19:26:12.598Ztrap 0.270747191
34412026-07-20T19:26:12.598Ztflt 0.029435427
34422026-07-20T19:26:12.598Zdflt 0.089043510
34432026-07-20T19:26:12.598Zkflt 0.000015130
34442026-07-20T19:26:12.598Zlock 6:32:56.829400259
34452026-07-20T19:26:12.598Zslp 2:22:19.390125249
34462026-07-20T19:26:12.598Zlat 35.094378625
34472026-07-20T19:26:12.598Zstop 1:39.443055498
34482026-07-20T19:26:12.598Zprocess exited: duration 798319 ms, exit code 0
 
34492026-07-20T19:26:12.632Zfound 0 output files