01KY40NECAG75EV5B8VK9CWDYS: clippy (helios)

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

Buildomat Job: 01KY40PG7GEGM6MC37RB504HY8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T04:18:37.611Zjob assigned to worker 01KY40PRF5NFZ6V7VVHYDFY24M [factory aws, i-0378dfd37d9d64be6] (queued for 50 s)
 
22026-07-22T04:18:44.577Zstarting task 0: "setup"
32026-07-22T04:18:44.580Z++ uname -s
42026-07-22T04:18:44.584Z+ kern=SunOS
52026-07-22T04:18:44.584Z+ build_user=build
62026-07-22T04:18:44.584Z+ build_uid=12345
72026-07-22T04:18:44.584Z+ work_dir=/work
82026-07-22T04:18:44.584Z+ input_dir=/input
92026-07-22T04:18:44.584Z+ [[ 0 == 12345 ]]
102026-07-22T04:18:44.584Z+ case "$kern" in
112026-07-22T04:18:44.584Z+ groupadd -g 12345 build
122026-07-22T04:18:44.584Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T04:18:46.589Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T04:18:46.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T04:18:46.690Z+ home_fs=zfs
162026-07-22T04:18:46.690Z+ [[ zfs == autofs ]]
172026-07-22T04:18:46.691Z+ mkdir -p /home/build
182026-07-22T04:18:46.691Z+ chown build:build /home/build /work
192026-07-22T04:18:48.693Z+ chmod 0700 /home/build /work
202026-07-22T04:18:48.698Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-22T04:18:48.707Zstarting task 1: "rust-toolchain"
222026-07-22T04:18:48.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T04:18:48.712Z * rust toolchain channel = "1.96.1"
242026-07-22T04:18:48.712Z * rust toolchain profile = "default"
252026-07-22T04:18:48.713Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-22T04:18:48.713Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T04:18:48.713Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T04:18:48.718Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T04:18:48.718Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T04:18:48.828Zinfo: downloading installer
312026-07-22T04:18:50.417Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T04:18:50.417Zwarn: /home/build/.rustup/settings.toml
332026-07-22T04:18:50.417Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T04:18:50.417Zwarn: instead of the one inferred from the default host triple.
352026-07-22T04:18:50.429Zinfo: profile set to default
362026-07-22T04:18:50.430Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T04:18:50.433Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T04:18:50.565Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T04:18:50.568Zinfo: downloading 6 components
402026-07-22T04:19:04.604Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T04:19:04.605Z
422026-07-22T04:19:04.629Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T04:19:04.629Z
442026-07-22T04:19:04.629Z
452026-07-22T04:19:04.629ZRust is installed now. Great!
462026-07-22T04:19:04.629Z
472026-07-22T04:19:04.629ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T04:19:04.629Zenvironment variable. This has not been done automatically.
492026-07-22T04:19:04.629Z
502026-07-22T04:19:04.629ZTo configure your current shell, you need to source
512026-07-22T04:19:04.629Zthe corresponding env file under $HOME/.cargo.
522026-07-22T04:19:04.629Z
532026-07-22T04:19:04.629ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T04:19:04.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T04:19:04.637Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T04:19:04.638Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T04:19:04.638Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T04:19:04.638Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T04:19:04.638Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T04:19:04.638Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T04:19:04.638Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T04:19:04.717Z+ rustup --version
632026-07-22T04:19:04.745Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T04:19:04.763Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T04:19:04.763Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T04:19:04.763Z+ cargo --version
672026-07-22T04:19:04.776Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T04:19:04.776Z+ rustc --version
692026-07-22T04:19:04.785Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T04:19:04.791Zprocess exited: duration 16078 ms, exit code 0
 
712026-07-22T04:19:04.799Zstarting task 2: "authentication"
722026-07-22T04:19:04.814ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-22T04:19:20.904Zprocess exited: duration 16101 ms, exit code 0
 
742026-07-22T04:19:20.915Zstarting task 3: "clone repository"
752026-07-22T04:19:20.919Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-22T04:19:20.919Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-22T04:19:20.955ZCloning into '/work/oxidecomputer/omicron'...
782026-07-22T04:19:30.585Z+ cd /work/oxidecomputer/omicron
792026-07-22T04:19:30.585Z+ git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587
802026-07-22T04:19:30.866ZFrom https://github.com/oxidecomputer/omicron
812026-07-22T04:19:30.866Z * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD
822026-07-22T04:19:30.876Z+ [[ -n renovate/bhyve_api-digest ]]
832026-07-22T04:19:30.880Z++ git branch --show-current
842026-07-22T04:19:30.880Z+ current=main
852026-07-22T04:19:30.880Z+ [[ main != renovate/bhyve_api-digest ]]
862026-07-22T04:19:30.880Z+ git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587
872026-07-22T04:19:30.884Z+ git checkout -f renovate/bhyve_api-digest
882026-07-22T04:19:31.123ZSwitched to branch 'renovate/bhyve_api-digest'
892026-07-22T04:19:31.126Z+ git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587
902026-07-22T04:19:31.139ZHEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2
912026-07-22T04:19:31.144Zprocess exited: duration 10228 ms, exit code 0
 
922026-07-22T04:19:31.154Zstarting task 4: "build"
932026-07-22T04:19:31.159Z+ source ./env.sh
942026-07-22T04:19:31.159Z++ OLD_SHELL_OPTS=ehxB
952026-07-22T04:19:31.159Z++ set -o xtrace
962026-07-22T04:19:31.159Z++++ dirname ./env.sh
972026-07-22T04:19:31.163Z+++ readlink -f .
982026-07-22T04:19:31.163Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-07-22T04:19:31.163Z++ export 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-22T04:19:31.163Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-22T04:19:31.163Z++ 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
1022026-07-22T04:19:31.163Z++ 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
1032026-07-22T04:19:31.164Z++ 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
1042026-07-22T04:19:31.164Z++ 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
1052026-07-22T04:19:31.164Z++ 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
1062026-07-22T04:19:31.164Z++ 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
1072026-07-22T04:19:31.164Z++ 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
1082026-07-22T04:19:31.164Z++ 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
1092026-07-22T04:19:31.164Z++ case $OLD_SHELL_OPTS in
1102026-07-22T04:19:31.164Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-07-22T04:19:31.165Z+ source .github/buildomat/ci-env.sh
1122026-07-22T04:19:31.165Z++ export CARGO_TERM_COLOR=always
1132026-07-22T04:19:31.165Z++ CARGO_TERM_COLOR=always
1142026-07-22T04:19:31.165Z+++ uname -s
1152026-07-22T04:19:31.165Z++ [[ SunOS == \S\u\n\O\S ]]
1162026-07-22T04:19:31.165Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1172026-07-22T04:19:31.170Z+ cargo --version
1182026-07-22T04:19:31.173Zcargo 1.96.1 (356927216 2026-06-26)
1192026-07-22T04:19:31.176Z+ rustc --version
1202026-07-22T04:19:31.197Zrustc 1.96.1 (31fca3adb 2026-06-26)
1212026-07-22T04:19:31.202Z+ banner prerequisites
1222026-07-22T04:19:31.202Z
1232026-07-22T04:19:31.202Z ##### ##### ###### ##### ###### #### # # # #### #
1242026-07-22T04:19:31.202Z # # # # # # # # # # # # # # #
1252026-07-22T04:19:31.202Z # # # # ##### # # ##### # # # # # #### #
1262026-07-22T04:19:31.202Z ##### ##### # ##### # # # # # # # # #
1272026-07-22T04:19:31.202Z # # # # # # # # # # # # # # #
1282026-07-22T04:19:31.202Z # # # ###### # # ###### ### # #### # #### #
1292026-07-22T04:19:31.202Z
1302026-07-22T04:19:31.202Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1312026-07-22T04:19:32.809Z Startup: Refreshing catalog 'helios' ... Done
1322026-07-22T04:19:32.995Z Startup: Caching catalogs ... Done
1332026-07-22T04:19:33.917ZPlanning: Solver setup ... Done (0.856s)
1342026-07-22T04:19:33.956ZPlanning: Running solver ... Done (0.039s)
1352026-07-22T04:19:33.980ZPlanning: Finding local manifests ... Done (0.003s)
1362026-07-22T04:19:33.991ZPlanning: Fetching manifests: 0/2 0% complete
1372026-07-22T04:19:34.012ZPlanning: Fetching manifests: 2/2 100% complete
1382026-07-22T04:19:34.027ZPlanning: Package planning ... Done (0.013s)
1392026-07-22T04:19:34.032ZPlanning: Merging actions ... Done (0.001s)
1402026-07-22T04:19:34.231ZPlanning: Checking for conflicting actions ... Done (0.203s)
1412026-07-22T04:19:34.234ZPlanning: Consolidating action changes ... Done (0.001s)
1422026-07-22T04:19:35.023ZPlanning: Evaluating mediators ... Done (0.783s)
1432026-07-22T04:19:35.027ZPlanning: Planning completed in 2.00 seconds
1442026-07-22T04:19:35.027Z Packages to install: 2
1452026-07-22T04:19:35.027Z Estimated space available: 156.06 GB
1462026-07-22T04:19:35.027ZEstimated space to be consumed: 46.64 MB
1472026-07-22T04:19:35.027Z Create boot environment: No
1482026-07-22T04:19:35.027ZCreate backup boot environment: No
1492026-07-22T04:19:35.027Z Rebuild boot archive: No
1502026-07-22T04:19:35.027Z
1512026-07-22T04:19:35.027ZChanged packages:
1522026-07-22T04:19:35.027Zhelios
1532026-07-22T04:19:35.027Z developer/build-essential
1542026-07-22T04:19:35.027Z None -> 11-3.0
1552026-07-22T04:19:35.027Z library/libxmlsec1
1562026-07-22T04:19:35.027Z None -> 1.2.35-3.0
1572026-07-22T04:19:35.049Z
1582026-07-22T04:19:35.049ZDownload: 0/214 items 0.0/1.3MB 0% complete
1592026-07-22T04:19:35.125ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1602026-07-22T04:19:35.193Z Actions: 1/268 actions (Installing new actions)
1612026-07-22T04:19:35.230Z Actions: Completed 268 actions in 0.04 seconds.
1622026-07-22T04:19:35.250ZFinalize: Updating package state database ... Done (0.018s)
1632026-07-22T04:19:35.250ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-22T04:19:35.296ZFinalize: Updating image state ... Done (0.047s)
1652026-07-22T04:19:37.698ZFinalize: Creating fast lookup database ... Done (2.365s)
1662026-07-22T04:19:37.761ZFinalize: Reading search index ... Done (0.012s)
1672026-07-22T04:19:37.765ZFinalize: Updating search index ... Done (0.000s)
1682026-07-22T04:19:37.873ZFinalize: Updating package cache ... Done (0.000s)
1692026-07-22T04:19:38.201ZPlanning: Evaluating mediator changes ... Done
1702026-07-22T04:19:38.309ZPlanning: Checking for conflicting actions ... Done
1712026-07-22T04:19:38.314ZPlanning: Consolidating action changes ... Done
1722026-07-22T04:19:38.461ZPlanning: Evaluating mediators ... Done
1732026-07-22T04:19:38.464ZPlanning: Planning completed in 0.26 seconds
1742026-07-22T04:19:38.484Z Mediators to change: 2
1752026-07-22T04:19:38.484Z Create boot environment: No
1762026-07-22T04:19:38.487ZCreate backup boot environment: No
1772026-07-22T04:19:38.529ZFinalize: Updating package state database ... Done
1782026-07-22T04:19:38.529ZFinalize: Updating package cache ... Done
1792026-07-22T04:19:38.555ZFinalize: Updating image state ... Done
1802026-07-22T04:19:40.497ZFinalize: Creating fast lookup database ... Done
1812026-07-22T04:19:40.575ZFinalize: Reading search index ... Done
1822026-07-22T04:19:40.592ZFinalize: Updating search index ... Done
1832026-07-22T04:19:40.644ZFinalize: Updating package cache ... Done
1842026-07-22T04:19:40.915ZPlanning: Evaluating mediator changes ... Done
1852026-07-22T04:19:41.021ZPlanning: Checking for conflicting actions ... Done
1862026-07-22T04:19:41.024ZPlanning: Consolidating action changes ... Done
1872026-07-22T04:19:41.176ZPlanning: Evaluating mediators ... Done
1882026-07-22T04:19:41.179ZPlanning: Planning completed in 0.26 seconds
1892026-07-22T04:19:41.200Z Mediators to change: 1
1902026-07-22T04:19:41.200Z Create boot environment: No
1912026-07-22T04:19:41.206ZCreate backup boot environment: No
1922026-07-22T04:19:41.237ZFinalize: Updating package state database ... Done
1932026-07-22T04:19:41.237ZFinalize: Updating package cache ... Done
1942026-07-22T04:19:41.262ZFinalize: Updating image state ... Done
1952026-07-22T04:19:43.199ZFinalize: Creating fast lookup database ... Done
1962026-07-22T04:19:43.260ZFinalize: Reading search index ... Done
1972026-07-22T04:19:43.264ZFinalize: Updating search index ... Done
1982026-07-22T04:19:43.313ZFinalize: Updating package cache ... Done
1992026-07-22T04:19:43.622ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002026-07-22T04:19:43.622Zapache system 2.4 system
2012026-07-22T04:19:43.622Zclang system 15 system
2022026-07-22T04:19:43.622Zcsh system system illumos
2032026-07-22T04:19:43.622Zctags system system illumos
2042026-07-22T04:19:43.622Zfile vendor vendor darwinsys
2052026-07-22T04:19:43.623Zfile system system illumos
2062026-07-22T04:19:43.623Zgcc vendor 14 vendor
2072026-07-22T04:19:43.623Zgcc system 13 system
2082026-07-22T04:19:43.623Zgcc system 10 system
2092026-07-22T04:19:43.623Zgo system 1.25 system
2102026-07-22T04:19:43.623Zllvm system 15 system
2112026-07-22T04:19:43.623Zmariadb system 11.4 system
2122026-07-22T04:19:43.623Zmta vendor vendor dma
2132026-07-22T04:19:43.623Zopenjdk system 17 system
2142026-07-22T04:19:43.623Zopenjdk system 11 system
2152026-07-22T04:19:43.623Zopenssl vendor 3 vendor
2162026-07-22T04:19:43.625Zperl system 5.40 system
2172026-07-22T04:19:43.625Zpostgresql system 18 system
2182026-07-22T04:19:43.625Zpostgresql system 17 system
2192026-07-22T04:19:43.625Zpython vendor 3 vendor
2202026-07-22T04:19:43.625Zpython system 2 system
2212026-07-22T04:19:43.625Zpython3 vendor 3.13 vendor
2222026-07-22T04:19:43.625Zruby system 3.4 system
2232026-07-22T04:19:43.625Zruby system 3.0 system
2242026-07-22T04:19:43.625Zwords vendor vendor american-english
2252026-07-22T04:19:43.625Zwords system system australian-english
2262026-07-22T04:19:43.625Zwords system system british-english
2272026-07-22T04:19:43.625Zwords system system canadian-english
2282026-07-22T04:19:43.625Zwords system system french
2292026-07-22T04:19:43.625Zwords system system italian
2302026-07-22T04:19:43.625Zwords system system ngerman
2312026-07-22T04:19:43.626Zwords system system ogerman
2322026-07-22T04:19:43.626Zwords system system spanish
2332026-07-22T04:19:43.874ZPUBLISHER TYPE STATUS P LOCATION
2342026-07-22T04:19:43.874Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2352026-07-22T04:19:44.233ZFMRI IFO
2362026-07-22T04:19:44.233Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2372026-07-22T04:19:44.233Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2382026-07-22T04:19:44.233Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2392026-07-22T04:19:44.233Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2402026-07-22T04:19:44.233Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2412026-07-22T04:19:44.233Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2422026-07-22T04:19:44.233Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2432026-07-22T04:19:44.233Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2442026-07-22T04:19:44.233Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2452026-07-22T04:19:44.529Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462026-07-22T04:19:44.792Z Updating crates.io index
2472026-07-22T04:19:44.799Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482026-07-22T04:19:45.024Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T04:19:45.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-07-22T04:19:46.229Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-07-22T04:19:46.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-22T04:19:47.173Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-22T04:19:48.691Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-22T04:19:49.446Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-22T04:19:49.680Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-22T04:19:50.002Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-22T04:19:51.044Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-22T04:19:51.287Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-22T04:19:51.613Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-22T04:19:51.842Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-22T04:19:52.218Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-22T04:19:52.678Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-22T04:19:52.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-22T04:19:53.203Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-22T04:19:53.454Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-22T04:19:53.728Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-22T04:19:53.961Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-22T04:19:54.264Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-22T04:19:54.588Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-22T04:19:55.066Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-22T04:19:55.535Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-22T04:19:56.001Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-22T04:19:56.643Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-22T04:19:57.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-22T04:19:57.771Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-22T04:19:58.475Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-22T04:19:58.845Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-22T04:19:59.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-22T04:19:59.982Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-22T04:20:00.658Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-22T04:20:01.151Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-22T04:20:01.782Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-22T04:20:02.286Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-22T04:20:02.970Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-22T04:20:03.552Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-22T04:20:04.107Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-22T04:20:04.773Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-22T04:20:05.278Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-22T04:20:08.250Z Downloading crates ...
2902026-07-22T04:20:08.302Z Downloaded colorchoice v1.0.4
2912026-07-22T04:20:08.308Z Downloaded anstream v1.0.0
2922026-07-22T04:20:08.312Z Downloaded itoa v1.0.17
2932026-07-22T04:20:08.312Z Downloaded crypto-common v0.1.7
2942026-07-22T04:20:08.317Z Downloaded fastrand v2.3.0
2952026-07-22T04:20:08.318Z Downloaded zmij v1.0.21
2962026-07-22T04:20:08.318Z Downloaded heck v0.5.0
2972026-07-22T04:20:08.318Z Downloaded unicode-linebreak v0.1.5
2982026-07-22T04:20:08.318Z Downloaded serde_spanned v0.6.9
2992026-07-22T04:20:08.322Z Downloaded zerocopy-derive v0.7.35
3002026-07-22T04:20:08.330Z Downloaded usdt v0.5.0
3012026-07-22T04:20:08.330Z Downloaded terminal_size v0.4.3
3022026-07-22T04:20:08.330Z Downloaded smawk v0.3.2
3032026-07-22T04:20:08.330Z Downloaded bytecount v0.6.9
3042026-07-22T04:20:08.334Z Downloaded cargo_metadata v0.23.1
3052026-07-22T04:20:08.334Z Downloaded camino-tempfile v1.4.1
3062026-07-22T04:20:08.334Z Downloaded byteorder v1.5.0
3072026-07-22T04:20:08.334Z Downloaded zerocopy v0.7.35
3082026-07-22T04:20:08.341Z Downloaded swrite v0.1.0
3092026-07-22T04:20:08.341Z Downloaded anstyle-query v1.1.5
3102026-07-22T04:20:08.347Z Downloaded memmap v0.7.0
3112026-07-22T04:20:08.347Z Downloaded macaddr v1.0.1
3122026-07-22T04:20:08.347Z Downloaded thread-id v4.2.2
3132026-07-22T04:20:08.347Z Downloaded dof v0.3.0
3142026-07-22T04:20:08.348Z Downloaded block-buffer v0.10.4
3152026-07-22T04:20:08.348Z Downloaded cargo_toml v0.21.0
3162026-07-22T04:20:08.348Z Downloaded dtrace-parser v0.2.0
3172026-07-22T04:20:08.348Z Downloaded cargo-platform v0.3.2
3182026-07-22T04:20:08.353Z Downloaded proc-macro-error v1.0.4
3192026-07-22T04:20:08.353Z Downloaded thiserror v2.0.18
3202026-07-22T04:20:08.359Z Downloaded pest_derive v2.8.6
3212026-07-22T04:20:08.359Z Downloaded is_terminal_polyfill v1.70.2
3222026-07-22T04:20:08.359Z Downloaded once_cell v1.21.3
3232026-07-22T04:20:08.368Z Downloaded toml_write v0.1.2
3242026-07-22T04:20:08.368Z Downloaded cfg-if v1.0.4
3252026-07-22T04:20:08.372Z Downloaded usdt-attr-macro v0.5.0
3262026-07-22T04:20:08.372Z Downloaded cpufeatures v0.2.17
3272026-07-22T04:20:08.372Z Downloaded tabled_derive v0.7.0
3282026-07-22T04:20:08.372Z Downloaded fnv v1.0.7
3292026-07-22T04:20:08.372Z Downloaded errno v0.3.14
3302026-07-22T04:20:08.372Z Downloaded pretty-hex v0.4.1
3312026-07-22T04:20:08.378Z Downloaded proc-macro-error-attr v1.0.4
3322026-07-22T04:20:08.378Z Downloaded toml_datetime v0.6.11
3332026-07-22T04:20:08.378Z Downloaded generic-array v0.14.7
3342026-07-22T04:20:08.382Z Downloaded scroll_derive v0.12.1
3352026-07-22T04:20:08.385Z Downloaded clap_lex v1.0.0
3362026-07-22T04:20:08.385Z Downloaded version_check v0.9.5
3372026-07-22T04:20:08.390Z Downloaded anstyle v1.0.14
3382026-07-22T04:20:08.394Z Downloaded strsim v0.11.1
3392026-07-22T04:20:08.398Z Downloaded utf8parse v0.2.2
3402026-07-22T04:20:08.411Z Downloaded heck v0.4.1
3412026-07-22T04:20:08.414Z Downloaded usdt-macro v0.5.0
3422026-07-22T04:20:08.414Z Downloaded plain v0.2.3
3432026-07-22T04:20:08.414Z Downloaded equivalent v1.0.2
3442026-07-22T04:20:08.419Z Downloaded autocfg v1.5.0
3452026-07-22T04:20:08.423Z Downloaded anstyle-parse v1.0.0
3462026-07-22T04:20:08.434Z Downloaded digest v0.10.7
3472026-07-22T04:20:08.438Z Downloaded quote v1.0.45
3482026-07-22T04:20:08.438Z Downloaded bitflags v2.11.0
3492026-07-22T04:20:08.438Z Downloaded fs-err v3.3.0
3502026-07-22T04:20:08.439Z Downloaded camino v1.2.2
3512026-07-22T04:20:08.445Z Downloaded thiserror-impl v2.0.18
3522026-07-22T04:20:08.451Z Downloaded thiserror-impl v1.0.69
3532026-07-22T04:20:08.451Z Downloaded sha2 v0.10.9
3542026-07-22T04:20:08.451Z Downloaded scroll v0.12.0
3552026-07-22T04:20:08.451Z Downloaded serde_tokenstream v0.2.3
3562026-07-22T04:20:08.458Z Downloaded thiserror v1.0.69
3572026-07-22T04:20:08.458Z Downloaded pest_generator v2.8.6
3582026-07-22T04:20:08.459Z Downloaded clap_derive v4.6.1
3592026-07-22T04:20:08.464Z Downloaded usdt-impl v0.5.0
3602026-07-22T04:20:08.464Z Downloaded clap v4.6.1
3612026-07-22T04:20:08.469Z Downloaded pest_meta v2.8.6
3622026-07-22T04:20:08.474Z Downloaded log v0.4.29
3632026-07-22T04:20:08.474Z Downloaded toml_edit v0.22.27
3642026-07-22T04:20:08.478Z Downloaded tempfile v3.25.0
3652026-07-22T04:20:08.478Z Downloaded getrandom v0.4.1
3662026-07-22T04:20:08.478Z Downloaded toml v0.8.23
3672026-07-22T04:20:08.484Z Downloaded semver v1.0.28
3682026-07-22T04:20:08.494Z Downloaded papergrid v0.11.0
3692026-07-22T04:20:08.494Z Downloaded anyhow v1.0.102
3702026-07-22T04:20:08.501Z Downloaded serde_core v1.0.228
3712026-07-22T04:20:08.501Z Downloaded ucd-trie v0.1.7
3722026-07-22T04:20:08.508Z Downloaded proc-macro2 v1.0.106
3732026-07-22T04:20:08.515Z Downloaded unicode-ident v1.0.24
3742026-07-22T04:20:08.521Z Downloaded textwrap v0.16.2
3752026-07-22T04:20:08.524Z Downloaded serde_derive v1.0.228
3762026-07-22T04:20:08.528Z Downloaded serde v1.0.228
3772026-07-22T04:20:08.538Z Downloaded memchr v2.8.0
3782026-07-22T04:20:08.541Z Downloaded typenum v1.20.1
3792026-07-22T04:20:08.544Z Downloaded indexmap v2.14.0
3802026-07-22T04:20:08.556Z Downloaded pest v2.8.6
3812026-07-22T04:20:08.591Z Downloaded clap_builder v4.6.0
3822026-07-22T04:20:08.591Z Downloaded hashbrown v0.17.0
3832026-07-22T04:20:08.596Z Downloaded serde_json v1.0.150
3842026-07-22T04:20:08.596Z Downloaded winnow v0.7.14
3852026-07-22T04:20:08.607Z Downloaded goblin v0.8.2
3862026-07-22T04:20:08.613Z Downloaded tabled v0.15.0
3872026-07-22T04:20:08.622Z Downloaded syn v1.0.109
3882026-07-22T04:20:08.627Z Downloaded unicode-width v0.2.0
3892026-07-22T04:20:08.636Z Downloaded unicode-width v0.1.14
3902026-07-22T04:20:08.640Z Downloaded syn v2.0.117
3912026-07-22T04:20:08.655Z Downloaded rustix v1.1.3
3922026-07-22T04:20:08.682Z Downloaded libc v0.2.185
3932026-07-22T04:20:08.748Z Compiling proc-macro2 v1.0.106
3942026-07-22T04:20:08.748Z Compiling unicode-ident v1.0.24
3952026-07-22T04:20:08.748Z Compiling quote v1.0.45
3962026-07-22T04:20:08.756Z Compiling serde_core v1.0.228
3972026-07-22T04:20:08.757Z Compiling libc v0.2.185
3982026-07-22T04:20:08.757Z Compiling version_check v0.9.5
3992026-07-22T04:20:08.757Z Compiling memchr v2.8.0
4002026-07-22T04:20:08.757Z Compiling serde v1.0.228
4012026-07-22T04:20:09.065Z Compiling zmij v1.0.21
4022026-07-22T04:20:09.354Z Compiling itoa v1.0.17
4032026-07-22T04:20:09.390Z Compiling thiserror v1.0.69
4042026-07-22T04:20:09.533Z Compiling ucd-trie v0.1.7
4052026-07-22T04:20:09.607Z Compiling byteorder v1.5.0
4062026-07-22T04:20:09.686Z Compiling pest v2.8.6
4072026-07-22T04:20:09.792Z Compiling rustix v1.1.3
4082026-07-22T04:20:09.829Z Compiling errno v0.3.14
4092026-07-22T04:20:09.880Z Compiling serde_json v1.0.150
4102026-07-22T04:20:10.089Z Compiling bitflags v2.11.0
4112026-07-22T04:20:10.235Z Compiling syn v2.0.117
4122026-07-22T04:20:10.253Z Compiling thread-id v4.2.2
4132026-07-22T04:20:10.307Z Compiling usdt-impl v0.5.0
4142026-07-22T04:20:10.331Z Compiling proc-macro-error-attr v1.0.4
4152026-07-22T04:20:10.390Z Compiling camino v1.2.2
4162026-07-22T04:20:10.542Z Compiling syn v1.0.109
4172026-07-22T04:20:10.704Z Compiling pest_meta v2.8.6
4182026-07-22T04:20:10.782Z Compiling proc-macro-error v1.0.4
4192026-07-22T04:20:10.908Z Compiling log v0.4.29
4202026-07-22T04:20:10.923Z Compiling equivalent v1.0.2
4212026-07-22T04:20:10.984Z Compiling utf8parse v0.2.2
4222026-07-22T04:20:11.028Z Compiling getrandom v0.4.1
4232026-07-22T04:20:11.095Z Compiling hashbrown v0.17.0
4242026-07-22T04:20:11.238Z Compiling plain v0.2.3
4252026-07-22T04:20:11.350Z Compiling terminal_size v0.4.3
4262026-07-22T04:20:11.497Z Compiling anstyle-parse v1.0.0
4272026-07-22T04:20:11.633Z Compiling indexmap v2.14.0
4282026-07-22T04:20:12.084Z Compiling autocfg v1.5.0
4292026-07-22T04:20:12.107Z Compiling anstyle-query v1.1.5
4302026-07-22T04:20:12.125Z Compiling is_terminal_polyfill v1.70.2
4312026-07-22T04:20:12.223Z Compiling thiserror v2.0.18
4322026-07-22T04:20:12.228Z Compiling cfg-if v1.0.4
4332026-07-22T04:20:12.253Z Compiling anstyle v1.0.14
4342026-07-22T04:20:12.296Z Compiling pretty-hex v0.4.1
4352026-07-22T04:20:12.314Z Compiling toml_write v0.1.2
4362026-07-22T04:20:12.398Z Compiling winnow v0.7.14
4372026-07-22T04:20:12.436Z Compiling pest_generator v2.8.6
4382026-07-22T04:20:12.480Z Compiling colorchoice v1.0.4
4392026-07-22T04:20:12.508Z Compiling fs-err v3.3.0
4402026-07-22T04:20:12.594Z Compiling anstream v1.0.0
4412026-07-22T04:20:12.716Z Compiling fastrand v2.3.0
4422026-07-22T04:20:12.800Z Compiling clap_lex v1.0.0
4432026-07-22T04:20:12.908Z Compiling heck v0.5.0
4442026-07-22T04:20:12.975Z Compiling heck v0.4.1
4452026-07-22T04:20:13.040Z Compiling anyhow v1.0.102
4462026-07-22T04:20:13.081Z Compiling unicode-width v0.1.14
4472026-07-22T04:20:13.132Z Compiling bytecount v0.6.9
4482026-07-22T04:20:13.154Z Compiling fnv v1.0.7
4492026-07-22T04:20:13.210Z Compiling strsim v0.11.1
4502026-07-22T04:20:13.250Z Compiling once_cell v1.21.3
4512026-07-22T04:20:13.467Z Compiling clap_builder v4.6.0
4522026-07-22T04:20:13.508Z Compiling papergrid v0.11.0
4532026-07-22T04:20:13.525Z Compiling tempfile v3.25.0
4542026-07-22T04:20:13.685Z Compiling cargo-platform v0.3.2
4552026-07-22T04:20:13.731Z Compiling semver v1.0.28
4562026-07-22T04:20:13.743Z Compiling tabled_derive v0.7.0
4572026-07-22T04:20:14.012Z Compiling memmap v0.7.0
4582026-07-22T04:20:14.136Z Compiling unicode-linebreak v0.1.5
4592026-07-22T04:20:14.136Z Compiling unicode-width v0.2.0
4602026-07-22T04:20:14.136Z Compiling smawk v0.3.2
4612026-07-22T04:20:14.136Z Compiling camino-tempfile v1.4.1
4622026-07-22T04:20:14.157Z Compiling serde_derive v1.0.228
4632026-07-22T04:20:14.169Z Compiling thiserror-impl v1.0.69
4642026-07-22T04:20:14.224Z Compiling zerocopy-derive v0.7.35
4652026-07-22T04:20:14.348Z Compiling pest_derive v2.8.6
4662026-07-22T04:20:14.579Z Compiling scroll_derive v0.12.1
4672026-07-22T04:20:14.830Z Compiling thiserror-impl v2.0.18
4682026-07-22T04:20:14.968Z Compiling clap_derive v4.6.1
4692026-07-22T04:20:15.014Z Compiling tabled v0.15.0
4702026-07-22T04:20:15.217Z Compiling zerocopy v0.7.35
4712026-07-22T04:20:15.226Z Compiling scroll v0.12.0
4722026-07-22T04:20:15.458Z Compiling goblin v0.8.2
4732026-07-22T04:20:15.740Z Compiling dtrace-parser v0.2.0
4742026-07-22T04:20:15.747Z Compiling textwrap v0.16.2
4752026-07-22T04:20:16.166Z Compiling swrite v0.1.0
4762026-07-22T04:20:16.693Z Compiling clap v4.6.1
4772026-07-22T04:20:17.248Z Compiling dof v0.3.0
4782026-07-22T04:20:17.248Z Compiling serde_tokenstream v0.2.3
4792026-07-22T04:20:17.298Z Compiling toml_datetime v0.6.11
4802026-07-22T04:20:17.351Z Compiling serde_spanned v0.6.9
4812026-07-22T04:20:17.351Z Compiling macaddr v1.0.1
4822026-07-22T04:20:17.351Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-22T04:20:17.351Z Compiling cargo_metadata v0.23.1
4842026-07-22T04:20:17.519Z Compiling toml_edit v0.22.27
4852026-07-22T04:20:18.075Z Compiling usdt-attr-macro v0.5.0
4862026-07-22T04:20:18.076Z Compiling usdt-macro v0.5.0
4872026-07-22T04:20:18.692Z Compiling usdt v0.5.0
4882026-07-22T04:20:18.856Z Compiling toml v0.8.23
4892026-07-22T04:20:19.787Z Compiling cargo_toml v0.21.0
4902026-07-22T04:20:20.432Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-22T04:20:22.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s
4922026-07-22T04:20:22.606Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-22T04:20:23.117Z Downloading crates ...
4942026-07-22T04:20:23.223Z Downloaded base16ct v0.2.0
4952026-07-22T04:20:23.242Z Downloaded atomicwrites v0.4.4
4962026-07-22T04:20:23.242Z Downloaded arrayref v0.3.9
4972026-07-22T04:20:23.242Z Downloaded async-stream-impl v0.3.6
4982026-07-22T04:20:23.242Z Downloaded bitfield-macros v0.19.4
4992026-07-22T04:20:23.242Z Downloaded bcrypt-pbkdf v0.11.0
5002026-07-22T04:20:23.242Z Downloaded ciborium-io v0.2.2
5012026-07-22T04:20:23.242Z Downloaded cfg_aliases v0.1.1
5022026-07-22T04:20:23.274Z Downloaded compression-core v0.4.31
5032026-07-22T04:20:23.274Z Downloaded adler2 v2.0.1
5042026-07-22T04:20:23.274Z Downloaded bit-vec v0.6.3
5052026-07-22T04:20:23.274Z Downloaded argon2 v0.5.3
5062026-07-22T04:20:23.274Z Downloaded darling_macro v0.13.4
5072026-07-22T04:20:23.274Z Downloaded curve25519-dalek-derive v0.1.1
5082026-07-22T04:20:23.274Z Downloaded convert_case v0.4.0
5092026-07-22T04:20:23.276Z Downloaded crossbeam-deque v0.8.6
5102026-07-22T04:20:23.276Z Downloaded const_format_proc_macros v0.2.34
5112026-07-22T04:20:23.276Z Downloaded daft-derive v0.1.7
5122026-07-22T04:20:23.276Z Downloaded darling v0.21.3
5132026-07-22T04:20:23.276Z Downloaded cbc v0.2.1
5142026-07-22T04:20:23.276Z Downloaded byte-wrapper v0.1.0
5152026-07-22T04:20:23.276Z Downloaded ed25519 v3.0.0
5162026-07-22T04:20:23.286Z Downloaded either v1.15.0
5172026-07-22T04:20:23.286Z Downloaded dropshot_endpoint v0.17.1
5182026-07-22T04:20:23.286Z Downloaded derive_more v0.99.20
5192026-07-22T04:20:23.286Z Downloaded darling v0.13.4
5202026-07-22T04:20:23.286Z Downloaded debug-ignore v1.0.5
5212026-07-22T04:20:23.286Z Downloaded defmt v0.3.100
5222026-07-22T04:20:23.286Z Downloaded data-encoding v2.10.0
5232026-07-22T04:20:23.286Z Downloaded corncobs v0.1.4
5242026-07-22T04:20:23.286Z Downloaded darling v0.23.0
5252026-07-22T04:20:23.286Z Downloaded daft v0.1.7
5262026-07-22T04:20:23.286Z Downloaded cpufeatures v0.3.0
5272026-07-22T04:20:23.287Z Downloaded ctr v0.10.1
5282026-07-22T04:20:23.287Z Downloaded colored v3.1.1
5292026-07-22T04:20:23.287Z Downloaded darling_core v0.23.0
5302026-07-22T04:20:23.302Z Downloaded base64 v0.22.1
5312026-07-22T04:20:23.302Z Downloaded darling_core v0.13.4
5322026-07-22T04:20:23.302Z Downloaded crossbeam-epoch v0.9.18
5332026-07-22T04:20:23.302Z Downloaded crucible-workspace-hack v0.1.0
5342026-07-22T04:20:23.302Z Downloaded crc v3.4.0
5352026-07-22T04:20:23.302Z Downloaded async-recursion v1.1.1
5362026-07-22T04:20:23.316Z Downloaded csv-core v0.1.13
5372026-07-22T04:20:23.316Z Downloaded aead v0.5.2
5382026-07-22T04:20:23.316Z Downloaded crypto-common v0.2.2
5392026-07-22T04:20:23.316Z Downloaded bit-set v0.5.3
5402026-07-22T04:20:23.316Z Downloaded cstr-argument v0.1.2
5412026-07-22T04:20:23.316Z Downloaded crypto-bigint v0.5.5
5422026-07-22T04:20:23.316Z Downloaded crc8 v0.1.1
5432026-07-22T04:20:23.316Z Downloaded convert_case v0.10.0
5442026-07-22T04:20:23.316Z Downloaded ciborium-ll v0.2.2
5452026-07-22T04:20:23.316Z Downloaded crossbeam-utils v0.8.21
5462026-07-22T04:20:23.325Z Downloaded darling_macro v0.21.3
5472026-07-22T04:20:23.325Z Downloaded bit-set v0.8.0
5482026-07-22T04:20:23.325Z Downloaded array-init v0.0.4
5492026-07-22T04:20:23.325Z Downloaded crc-catalog v2.4.0
5502026-07-22T04:20:23.325Z Downloaded atomic-waker v1.1.2
5512026-07-22T04:20:23.325Z Downloaded ascii-canvas v3.0.0
5522026-07-22T04:20:23.325Z Downloaded dirs-next v2.0.0
5532026-07-22T04:20:23.325Z Downloaded cfg_aliases v0.2.1
5542026-07-22T04:20:23.325Z Downloaded cpubits v0.1.1
5552026-07-22T04:20:23.326Z Downloaded cancel-safe-futures v0.1.5
5562026-07-22T04:20:23.326Z Downloaded bb8 v0.8.6
5572026-07-22T04:20:23.326Z Downloaded defmt-parser v1.0.0
5582026-07-22T04:20:23.358Z Downloaded darling_macro v0.23.0
5592026-07-22T04:20:23.358Z Downloaded bzip2 v0.6.1
5602026-07-22T04:20:23.359Z Downloaded darling_macro v0.20.11
5612026-07-22T04:20:23.359Z Downloaded derive_builder v0.20.2
5622026-07-22T04:20:23.360Z Downloaded cookie v0.18.1
5632026-07-22T04:20:23.360Z Downloaded crossbeam-channel v0.5.15
5642026-07-22T04:20:23.383Z Downloaded cobs v0.3.0
5652026-07-22T04:20:23.383Z Downloaded digest-io v0.1.0
5662026-07-22T04:20:23.383Z Downloaded assert_matches v1.5.0
5672026-07-22T04:20:23.383Z Downloaded cmov v0.5.4
5682026-07-22T04:20:23.384Z Downloaded dsl_auto_type v0.2.0
5692026-07-22T04:20:23.384Z Downloaded castaway v0.2.4
5702026-07-22T04:20:23.384Z Downloaded embedded-io v0.6.1
5712026-07-22T04:20:23.384Z Downloaded anstyle-parse v0.2.7
5722026-07-22T04:20:23.384Z Downloaded blowfish v0.10.0
5732026-07-22T04:20:23.384Z Downloaded endian-type v0.1.2
5742026-07-22T04:20:23.384Z Downloaded dunce v1.0.5
5752026-07-22T04:20:23.384Z Downloaded bitfield-struct v0.6.2
5762026-07-22T04:20:23.384Z Downloaded enum-as-inner v0.6.1
5772026-07-22T04:20:23.384Z Downloaded base16ct v1.0.0
5782026-07-22T04:20:23.384Z Downloaded display-error-chain v0.2.2
5792026-07-22T04:20:23.384Z Downloaded document-features v0.2.12
5802026-07-22T04:20:23.384Z Downloaded dropshot-api-manager-types v0.7.2
5812026-07-22T04:20:23.384Z Downloaded difflib v0.4.0
5822026-07-22T04:20:23.384Z Downloaded bitfield v0.19.4
5832026-07-22T04:20:23.384Z Downloaded async-stream v0.3.6
5842026-07-22T04:20:23.384Z Downloaded dof v0.4.0
5852026-07-22T04:20:23.384Z Downloaded ctutils v0.4.2
5862026-07-22T04:20:23.384Z Downloaded bit-vec v0.8.0
5872026-07-22T04:20:23.384Z Downloaded crunchy v0.2.4
5882026-07-22T04:20:23.384Z Downloaded dirs-sys-next v0.1.2
5892026-07-22T04:20:23.384Z Downloaded digest v0.11.3
5902026-07-22T04:20:23.384Z Downloaded critical-section v1.2.0
5912026-07-22T04:20:23.384Z Downloaded foldhash v0.1.5
5922026-07-22T04:20:23.385Z Downloaded derive-ex v0.1.8
5932026-07-22T04:20:23.385Z Downloaded block-padding v0.4.2
5942026-07-22T04:20:23.385Z Downloaded block-buffer v0.12.1
5952026-07-22T04:20:23.400Z Downloaded fd-lock v4.0.4
5962026-07-22T04:20:23.400Z Downloaded downcast-rs v2.0.2
5972026-07-22T04:20:23.401Z Downloaded float-cmp v0.10.0
5982026-07-22T04:20:23.401Z Downloaded embedded-io v0.4.0
5992026-07-22T04:20:23.401Z Downloaded env_filter v1.0.0
6002026-07-22T04:20:23.402Z Downloaded derive_builder_macro v0.20.2
6012026-07-22T04:20:23.402Z Downloaded dtrace-parser v0.3.0
6022026-07-22T04:20:23.402Z Downloaded atty v0.2.14
6032026-07-22T04:20:23.402Z Downloaded flagset v0.4.7
6042026-07-22T04:20:23.403Z Downloaded futures-task v0.3.32
6052026-07-22T04:20:23.403Z Downloaded futures-macro v0.3.32
6062026-07-22T04:20:23.403Z Downloaded float-ord v0.3.2
6072026-07-22T04:20:23.403Z Downloaded foreign-types-shared v0.1.1
6082026-07-22T04:20:23.403Z Downloaded foreign-types v0.5.0
6092026-07-22T04:20:23.403Z Downloaded dyn-clone v1.0.20
6102026-07-22T04:20:23.403Z Downloaded foreign-types v0.3.2
6112026-07-22T04:20:23.403Z Downloaded fixedbitset v0.4.2
6122026-07-22T04:20:23.403Z Downloaded foreign-types-shared v0.3.1
6132026-07-22T04:20:23.403Z Downloaded funty v2.0.0
6142026-07-22T04:20:23.403Z Downloaded form_urlencoded v1.2.2
6152026-07-22T04:20:23.404Z Downloaded env_logger v0.11.9
6162026-07-22T04:20:23.421Z Downloaded futures-io v0.3.32
6172026-07-22T04:20:23.421Z Downloaded ghash v0.6.0
6182026-07-22T04:20:23.422Z Downloaded gethostname v0.5.0
6192026-07-22T04:20:23.422Z Downloaded fxhash v0.2.1
6202026-07-22T04:20:23.422Z Downloaded futures-sink v0.3.32
6212026-07-22T04:20:23.422Z Downloaded fallible-iterator v0.2.0
6222026-07-22T04:20:23.422Z Downloaded cmake v0.1.57
6232026-07-22T04:20:23.422Z Downloaded base64ct v1.8.3
6242026-07-22T04:20:23.422Z Downloaded chacha20 v0.9.1
6252026-07-22T04:20:23.422Z Downloaded futures-core v0.3.32
6262026-07-22T04:20:23.422Z Downloaded bs58 v0.5.1
6272026-07-22T04:20:23.422Z Downloaded async-trait v0.1.89
6282026-07-22T04:20:23.422Z Downloaded enum_dispatch v0.3.13
6292026-07-22T04:20:23.422Z Downloaded der_derive v0.7.3
6302026-07-22T04:20:23.422Z Downloaded aead v0.6.1
6312026-07-22T04:20:23.427Z Downloaded delegate v0.13.5
6322026-07-22T04:20:23.427Z Downloaded defmt-macros v1.0.1
6332026-07-22T04:20:23.427Z Downloaded deranged v0.5.8
6342026-07-22T04:20:23.427Z Downloaded ena v0.14.4
6352026-07-22T04:20:23.428Z Downloaded constant_time_eq v0.4.2
6362026-07-22T04:20:23.428Z Downloaded compression-codecs v0.4.37
6372026-07-22T04:20:23.428Z Downloaded backon v1.6.0
6382026-07-22T04:20:23.428Z Downloaded hash32 v0.3.1
6392026-07-22T04:20:23.428Z Downloaded hash32 v0.2.1
6402026-07-22T04:20:23.428Z Downloaded globwalk v0.9.1
6412026-07-22T04:20:23.428Z Downloaded anstream v0.6.21
6422026-07-22T04:20:23.428Z Downloaded defmt v1.0.1
6432026-07-22T04:20:23.442Z Downloaded headers-core v0.3.0
6442026-07-22T04:20:23.442Z Downloaded cexpr v0.6.0
6452026-07-22T04:20:23.442Z Downloaded camino-tempfile-ext v0.3.3
6462026-07-22T04:20:23.442Z Downloaded hex-literal v1.1.0
6472026-07-22T04:20:23.442Z Downloaded hex v0.4.3
6482026-07-22T04:20:23.442Z Downloaded foreign-types-macros v0.2.3
6492026-07-22T04:20:23.458Z Downloaded fixedbitset v0.5.7
6502026-07-22T04:20:23.458Z Downloaded hostname v0.4.2
6512026-07-22T04:20:23.459Z Downloaded hostname v0.3.1
6522026-07-22T04:20:23.459Z Downloaded darling v0.20.11
6532026-07-22T04:20:23.459Z Downloaded blake2 v0.10.6
6542026-07-22T04:20:23.459Z Downloaded ff v0.14.0
6552026-07-22T04:20:23.459Z Downloaded derive_builder_core v0.20.2
6562026-07-22T04:20:23.459Z Downloaded http-range v0.1.5
6572026-07-22T04:20:23.459Z Downloaded home v0.5.12
6582026-07-22T04:20:23.459Z Downloaded cipher v0.4.4
6592026-07-22T04:20:23.468Z Downloaded filetime v0.2.27
6602026-07-22T04:20:23.468Z Downloaded fs-err v2.11.0
6612026-07-22T04:20:23.468Z Downloaded fs_extra v1.3.0
6622026-07-22T04:20:23.468Z Downloaded find-msvc-tools v0.1.9
6632026-07-22T04:20:23.468Z Downloaded futures-executor v0.3.32
6642026-07-22T04:20:23.468Z Downloaded hubpack_derive v0.1.1
6652026-07-22T04:20:23.468Z Downloaded http-body v1.0.1
6662026-07-22T04:20:23.471Z Downloaded git-stub v1.0.0
6672026-07-22T04:20:23.471Z Downloaded console v0.15.11
6682026-07-22T04:20:23.471Z Downloaded arrayvec v0.7.6
6692026-07-22T04:20:23.471Z Downloaded hubpack v0.1.2
6702026-07-22T04:20:23.471Z Downloaded cookie_store v0.22.1
6712026-07-22T04:20:23.471Z Downloaded async-bb8-diesel v0.2.1
6722026-07-22T04:20:23.491Z Downloaded git-stub-vcs v0.1.0
6732026-07-22T04:20:23.491Z Downloaded erased-serde v0.3.31
6742026-07-22T04:20:23.491Z Downloaded httpdate v1.0.3
6752026-07-22T04:20:23.491Z Downloaded ed25519 v2.2.3
6762026-07-22T04:20:23.491Z Downloaded console v0.16.2
6772026-07-22T04:20:23.491Z Downloaded colored v2.2.0
6782026-07-22T04:20:23.492Z Downloaded globset v0.4.18
6792026-07-22T04:20:23.492Z Downloaded des v0.9.0
6802026-07-22T04:20:23.507Z Downloaded ident_case v1.0.1
6812026-07-22T04:20:23.507Z Downloaded group v0.14.0
6822026-07-22T04:20:23.507Z Downloaded group v0.13.0
6832026-07-22T04:20:23.508Z Downloaded glob v0.3.3
6842026-07-22T04:20:23.508Z Downloaded bzip2 v0.4.4
6852026-07-22T04:20:23.508Z Downloaded crc-any v2.5.0
6862026-07-22T04:20:23.508Z Downloaded illumos-nvpair-sys v0.2.0
6872026-07-22T04:20:23.508Z Downloaded aes v0.9.1
6882026-07-22T04:20:23.508Z Downloaded ff v0.13.1
6892026-07-22T04:20:23.508Z Downloaded displaydoc v0.2.5
6902026-07-22T04:20:23.508Z Downloaded diesel-dtrace v0.5.0
6912026-07-22T04:20:23.508Z Downloaded bcs v0.1.6
6922026-07-22T04:20:23.508Z Downloaded backoff v0.4.0
6932026-07-22T04:20:23.508Z Downloaded cipher v0.5.2
6942026-07-22T04:20:23.508Z Downloaded bitflags v1.3.2
6952026-07-22T04:20:23.509Z Downloaded diesel_table_macro_syntax v0.3.0
6962026-07-22T04:20:23.509Z Downloaded inout v0.2.2
6972026-07-22T04:20:23.509Z Downloaded indent_write v2.2.0
6982026-07-22T04:20:23.509Z Downloaded illumos-nvpair v0.3.0
6992026-07-22T04:20:23.509Z Downloaded instant v0.1.13
7002026-07-22T04:20:23.510Z Downloaded instability v0.3.11
7012026-07-22T04:20:23.510Z Downloaded keccak v0.1.6
7022026-07-22T04:20:23.524Z Downloaded inout v0.1.4
7032026-07-22T04:20:23.524Z Downloaded highway v1.3.0
7042026-07-22T04:20:23.524Z Downloaded ecdsa v0.17.0-rc.18
7052026-07-22T04:20:23.524Z Downloaded diff v0.1.13
7062026-07-22T04:20:23.524Z Downloaded idna_adapter v1.2.1
7072026-07-22T04:20:23.524Z Downloaded foldhash v0.2.0
7082026-07-22T04:20:23.536Z Downloaded hyper-tls v0.6.0
7092026-07-22T04:20:23.536Z Downloaded http-body-util v0.1.3
7102026-07-22T04:20:23.536Z Downloaded lazy_static v1.5.0
7112026-07-22T04:20:23.536Z Downloaded chacha20 v0.10.0
7122026-07-22T04:20:23.536Z Downloaded clang-sys v1.8.1
7132026-07-22T04:20:23.536Z Downloaded ciborium v0.2.2
7142026-07-22T04:20:23.536Z Downloaded cassowary v0.3.0
7152026-07-22T04:20:23.550Z Downloaded drift v0.2.0
7162026-07-22T04:20:23.588Z Downloaded is_ci v1.2.0
7172026-07-22T04:20:23.588Z Downloaded internet-checksum v0.2.1
7182026-07-22T04:20:23.588Z Downloaded hyper-staticfile v0.10.1
7192026-07-22T04:20:23.589Z Downloaded elliptic-curve v0.13.8
7202026-07-22T04:20:23.589Z Downloaded kem v0.3.0
7212026-07-22T04:20:23.589Z Downloaded is-terminal v0.4.17
7222026-07-22T04:20:23.589Z Downloaded half v1.8.3
7232026-07-22T04:20:23.589Z Downloaded crc32fast v1.5.0
7242026-07-22T04:20:23.589Z Downloaded linked-hash-map v0.5.6
7252026-07-22T04:20:23.589Z Downloaded getrandom v0.2.17
7262026-07-22T04:20:23.589Z Downloaded match_cfg v0.1.0
7272026-07-22T04:20:23.606Z Downloaded maplit v1.0.2
7282026-07-22T04:20:23.606Z Downloaded const-oid v0.10.2
7292026-07-22T04:20:23.606Z Downloaded managed v0.8.0
7302026-07-22T04:20:23.606Z Downloaded lzss v0.8.2
7312026-07-22T04:20:23.606Z Downloaded md-5 v0.10.6
7322026-07-22T04:20:23.606Z Downloaded ahash v0.8.12
7332026-07-22T04:20:23.606Z Downloaded blake2 v0.11.0-rc.6
7342026-07-22T04:20:23.606Z Downloaded impl-trait-for-tuples v0.2.3
7352026-07-22T04:20:23.606Z Downloaded lalrpop-util v0.19.12
7362026-07-22T04:20:23.606Z Downloaded ingot-types v0.1.2
7372026-07-22T04:20:23.607Z Downloaded kstat-rs v0.2.4
7382026-07-22T04:20:23.607Z Downloaded buf-list v1.1.2
7392026-07-22T04:20:23.607Z Downloaded maybe-uninit v2.0.0
7402026-07-22T04:20:23.607Z Downloaded argon2 v0.6.0-rc.8
7412026-07-22T04:20:23.607Z Downloaded allocator-api2 v0.2.21
7422026-07-22T04:20:23.607Z Downloaded multimap v0.10.1
7432026-07-22T04:20:23.607Z Downloaded libscf-sys v1.1.0
7442026-07-22T04:20:23.607Z Downloaded newtype-uuid-macros v0.1.0
7452026-07-22T04:20:23.607Z Downloaded newline-converter v0.3.0
7462026-07-22T04:20:23.607Z Downloaded nibble_vec v0.1.0
7472026-07-22T04:20:23.607Z Downloaded hmac v0.12.1
7482026-07-22T04:20:23.607Z Downloaded ecdsa v0.16.9
7492026-07-22T04:20:23.608Z Downloaded derive-where v1.6.0
7502026-07-22T04:20:23.608Z Downloaded fatfs v0.3.6
7512026-07-22T04:20:23.608Z Downloaded indoc v2.0.7
7522026-07-22T04:20:23.608Z Downloaded lru-cache v0.1.2
7532026-07-22T04:20:23.608Z Downloaded lru v0.12.5
7542026-07-22T04:20:23.632Z Downloaded hybrid-array v0.4.13
7552026-07-22T04:20:23.632Z Downloaded httparse v1.10.1
7562026-07-22T04:20:23.632Z Downloaded const-oid v0.9.6
7572026-07-22T04:20:23.632Z Downloaded nodrop v0.1.14
7582026-07-22T04:20:23.632Z Downloaded newtype_derive v0.1.6
7592026-07-22T04:20:23.632Z Downloaded libefi-sys v0.1.0
7602026-07-22T04:20:23.634Z Downloaded getrandom v0.3.4
7612026-07-22T04:20:23.634Z Downloaded darling_core v0.20.11
7622026-07-22T04:20:23.635Z Downloaded hmac v0.13.0
7632026-07-22T04:20:23.635Z Downloaded ingot v0.1.1
7642026-07-22T04:20:23.635Z Downloaded elliptic-curve v0.14.0-rc.33
7652026-07-22T04:20:23.635Z Downloaded ipnetwork v0.21.1
7662026-07-22T04:20:23.660Z Downloaded num v0.4.3
7672026-07-22T04:20:23.661Z Downloaded lru-slab v0.1.2
7682026-07-22T04:20:23.661Z Downloaded num-conv v0.2.0
7692026-07-22T04:20:23.661Z Downloaded normalize-line-endings v0.3.0
7702026-07-22T04:20:23.661Z Downloaded num-derive v0.4.2
7712026-07-22T04:20:23.661Z Downloaded nonempty v0.12.0
7722026-07-22T04:20:23.661Z Downloaded md5 v0.8.0
7732026-07-22T04:20:23.661Z Downloaded ipnet v2.11.0
7742026-07-22T04:20:23.661Z Downloaded darling_core v0.21.3
7752026-07-22T04:20:23.661Z Downloaded libsw-core v0.3.2
7762026-07-22T04:20:23.661Z Downloaded keccak v0.2.0
7772026-07-22T04:20:23.662Z Downloaded jobserver v0.1.34
7782026-07-22T04:20:23.662Z Downloaded compact_str v0.8.1
7792026-07-22T04:20:23.662Z Downloaded memoffset v0.9.1
7802026-07-22T04:20:23.662Z Downloaded humantime v2.3.0
7812026-07-22T04:20:23.662Z Downloaded num-iter v0.1.45
7822026-07-22T04:20:23.663Z Downloaded chacha20poly1305 v0.10.1
7832026-07-22T04:20:23.664Z Downloaded generic-array v1.4.3
7842026-07-22T04:20:23.664Z Downloaded futures-channel v0.3.32
7852026-07-22T04:20:23.664Z Downloaded hyper-rustls v0.27.7
7862026-07-22T04:20:23.664Z Downloaded indoc v1.0.9
7872026-07-22T04:20:23.664Z Downloaded ingot-macros v0.1.1
7882026-07-22T04:20:23.685Z Downloaded mime_guess v2.0.5
7892026-07-22T04:20:23.685Z Downloaded new_debug_unreachable v1.0.6
7902026-07-22T04:20:23.685Z Downloaded libloading v0.8.9
7912026-07-22T04:20:23.685Z Downloaded multer v3.1.0
7922026-07-22T04:20:23.685Z Downloaded futures v0.3.32
7932026-07-22T04:20:23.685Z Downloaded num_enum_derive v0.5.11
7942026-07-22T04:20:23.685Z Downloaded iana-time-zone v0.1.65
7952026-07-22T04:20:23.685Z Downloaded flume v0.11.1
7962026-07-22T04:20:23.686Z Downloaded module-lattice v0.2.3
7972026-07-22T04:20:23.686Z Downloaded openssl-probe v0.1.6
7982026-07-22T04:20:23.686Z Downloaded num_threads v0.1.7
7992026-07-22T04:20:23.686Z Downloaded openssl-probe v0.2.1
8002026-07-22T04:20:23.686Z Downloaded olpc-cjson v0.1.4
8012026-07-22T04:20:23.686Z Downloaded opaque-debug v0.3.1
8022026-07-22T04:20:23.686Z Downloaded mime v0.3.17
8032026-07-22T04:20:23.686Z Downloaded half v2.7.1
8042026-07-22T04:20:23.686Z Downloaded openssl-macros v0.1.1
8052026-07-22T04:20:23.686Z Downloaded num-derive v0.3.3
8062026-07-22T04:20:23.711Z Downloaded linear-map v1.2.0
8072026-07-22T04:20:23.712Z Downloaded packed_struct_codegen v0.10.1
8082026-07-22T04:20:23.712Z Downloaded oso-derive v0.27.3
8092026-07-22T04:20:23.712Z Downloaded libsw v3.5.0
8102026-07-22T04:20:23.712Z Downloaded ed25519-dalek v2.2.0
8112026-07-22T04:20:23.712Z Downloaded derive_more v2.1.1
8122026-07-22T04:20:23.727Z Downloaded nu-ansi-term v0.50.3
8132026-07-22T04:20:23.727Z Downloaded newtype-uuid v1.3.2
8142026-07-22T04:20:23.727Z Downloaded num-complex v0.4.6
8152026-07-22T04:20:23.727Z Downloaded parse-size v1.1.0
8162026-07-22T04:20:23.727Z Downloaded parse-display v0.10.0
8172026-07-22T04:20:23.727Z Downloaded litrs v1.0.0
8182026-07-22T04:20:23.727Z Downloaded percent-encoding v2.3.2
8192026-07-22T04:20:23.727Z Downloaded password-hash v0.6.1
8202026-07-22T04:20:23.729Z Downloaded path-slash v0.1.5
8212026-07-22T04:20:23.729Z Downloaded num-integer v0.1.46
8222026-07-22T04:20:23.729Z Downloaded indexmap v1.9.3
8232026-07-22T04:20:23.729Z Downloaded headers v0.4.1
8242026-07-22T04:20:23.729Z Downloaded const_format v0.2.35
8252026-07-22T04:20:23.729Z Downloaded phf_shared v0.13.1
8262026-07-22T04:20:23.729Z Downloaded phf_shared v0.12.1
8272026-07-22T04:20:23.729Z Downloaded peg-runtime v0.8.5
8282026-07-22T04:20:23.751Z Downloaded num-rational v0.4.2
8292026-07-22T04:20:23.751Z Downloaded litemap v0.8.1
8302026-07-22T04:20:23.751Z Downloaded ignore v0.4.25
8312026-07-22T04:20:23.751Z Downloaded num_enum v0.5.11
8322026-07-22T04:20:23.751Z Downloaded num_enum_derive v0.7.6
8332026-07-22T04:20:23.751Z Downloaded libbz2-rs-sys v0.2.2
8342026-07-22T04:20:23.752Z Downloaded oxide-update-engine-display v0.1.2
8352026-07-22T04:20:23.752Z Downloaded num_enum v0.7.6
8362026-07-22T04:20:23.752Z Downloaded nanorand v0.7.0
8372026-07-22T04:20:23.752Z Downloaded icu_provider v2.1.1
8382026-07-22T04:20:23.753Z Downloaded flate2 v1.1.9
8392026-07-22T04:20:23.753Z Downloaded phf_shared v0.11.3
8402026-07-22T04:20:23.753Z Downloaded icu_properties v2.1.2
8412026-07-22T04:20:23.781Z Downloaded ar_archive_writer v0.5.1
8422026-07-22T04:20:23.781Z Downloaded heapless v0.8.0
8432026-07-22T04:20:23.781Z Downloaded owo-colors v4.3.0
8442026-07-22T04:20:23.781Z Downloaded icu_locale_core v2.1.1
8452026-07-22T04:20:23.781Z Downloaded parking_lot_core v0.8.6
8462026-07-22T04:20:23.781Z Downloaded icu_normalizer_data v2.1.1
8472026-07-22T04:20:23.781Z Downloaded potential_utf v0.1.4
8482026-07-22T04:20:23.783Z Downloaded predicates-core v1.0.10
8492026-07-22T04:20:23.783Z Downloaded native-tls v0.2.18
8502026-07-22T04:20:23.783Z Downloaded memmap2 v0.9.10
8512026-07-22T04:20:23.783Z Downloaded precomputed-hash v0.1.1
8522026-07-22T04:20:23.783Z Downloaded powerfmt v0.2.0
8532026-07-22T04:20:23.783Z Downloaded password-hash v0.5.0
8542026-07-22T04:20:23.796Z Downloaded base64 v0.21.7
8552026-07-22T04:20:23.796Z Downloaded parse-display-derive v0.10.0
8562026-07-22T04:20:23.796Z Downloaded cc v1.2.56
8572026-07-22T04:20:23.796Z Downloaded lock_api v0.4.14
8582026-07-22T04:20:23.796Z Downloaded proc-macro-crate v1.3.1
8592026-07-22T04:20:23.796Z Downloaded async-compression v0.4.41
8602026-07-22T04:20:23.796Z Downloaded proc-macro-error-attr2 v2.0.0
8612026-07-22T04:20:23.797Z Downloaded arc-swap v1.8.2
8622026-07-22T04:20:23.797Z Downloaded proc-macro-crate v3.4.0
8632026-07-22T04:20:23.797Z Downloaded pem-rfc7468 v1.0.0
8642026-07-22T04:20:23.797Z Downloaded progenitor-macro v0.13.0
8652026-07-22T04:20:23.797Z Downloaded progenitor-client v0.14.0
8662026-07-22T04:20:23.797Z Downloaded ml-kem v0.3.2
8672026-07-22T04:20:23.797Z Downloaded phf v0.12.1
8682026-07-22T04:20:23.797Z Downloaded peg v0.8.5
8692026-07-22T04:20:23.797Z Downloaded phf v0.13.1
8702026-07-22T04:20:23.797Z Downloaded phc v0.6.1
8712026-07-22T04:20:23.797Z Downloaded icu_normalizer v2.1.1
8722026-07-22T04:20:23.828Z Downloaded pbkdf2 v0.13.0
8732026-07-22T04:20:23.828Z Downloaded peg-macros v0.8.5
8742026-07-22T04:20:23.828Z Downloaded pin-project-lite v0.2.17
8752026-07-22T04:20:23.828Z Downloaded port-file v0.1.0
8762026-07-22T04:20:23.828Z Downloaded pkg-config v0.3.32
8772026-07-22T04:20:23.828Z Downloaded radium v0.7.0
8782026-07-22T04:20:23.828Z Downloaded quick-error v1.2.3
8792026-07-22T04:20:23.828Z Downloaded polyval v0.7.1
8802026-07-22T04:20:23.828Z Downloaded rand_chacha v0.3.1
8812026-07-22T04:20:23.829Z Downloaded progenitor-macro v0.14.0
8822026-07-22T04:20:23.829Z Downloaded psl-types v2.0.11
8832026-07-22T04:20:23.829Z Downloaded pkcs8 v0.10.2
8842026-07-22T04:20:23.830Z Downloaded pin-project-internal v1.1.11
8852026-07-22T04:20:23.830Z Downloaded postgres-protocol v0.6.10
8862026-07-22T04:20:23.830Z Downloaded expectorate v1.2.0
8872026-07-22T04:20:23.830Z Downloaded der v0.7.10
8882026-07-22T04:20:23.859Z Downloaded poly1305 v0.8.0
8892026-07-22T04:20:23.860Z Downloaded parking_lot v0.11.2
8902026-07-22T04:20:23.865Z Downloaded oxide-update-engine v0.1.2
8912026-07-22T04:20:23.865Z Downloaded diesel_derives v2.3.7
8922026-07-22T04:20:23.866Z Downloaded predicates-tree v1.0.13
8932026-07-22T04:20:23.866Z Downloaded predicates v3.1.4
8942026-07-22T04:20:23.866Z Downloaded ppv-lite86 v0.2.21
8952026-07-22T04:20:23.866Z Downloaded rand_xorshift v0.4.0
8962026-07-22T04:20:23.866Z Downloaded parking_lot_core v0.9.12
8972026-07-22T04:20:23.866Z Downloaded hickory-resolver v0.25.2
8982026-07-22T04:20:23.866Z Downloaded crossterm v0.28.1
8992026-07-22T04:20:23.866Z Downloaded primeorder v0.13.6
9002026-07-22T04:20:23.866Z Downloaded primefield v0.14.0
9012026-07-22T04:20:23.866Z Downloaded progenitor v0.13.0
9022026-07-22T04:20:23.866Z Downloaded pem-rfc7468 v0.7.0
9032026-07-22T04:20:23.891Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-07-22T04:20:23.891Z Downloaded progenitor v0.14.0
9052026-07-22T04:20:23.891Z Downloaded primeorder v0.14.0-rc.10
9062026-07-22T04:20:23.891Z Downloaded paste v1.0.15
9072026-07-22T04:20:23.891Z Downloaded rtoolbox v0.0.3
9082026-07-22T04:20:23.891Z Downloaded recursive v0.1.1
9092026-07-22T04:20:23.891Z Downloaded ref-cast v1.0.25
9102026-07-22T04:20:23.892Z Downloaded progenitor-extras v0.2.0
9112026-07-22T04:20:23.892Z Downloaded progenitor-client v0.13.0
9122026-07-22T04:20:23.892Z Downloaded num-traits v0.2.19
9132026-07-22T04:20:23.893Z Downloaded icu_collections v2.1.1
9142026-07-22T04:20:23.893Z Downloaded pkcs8 v0.11.0
9152026-07-22T04:20:23.893Z Downloaded russh-cryptovec v0.61.0
9162026-07-22T04:20:23.893Z Downloaded pkcs1 v0.7.5
9172026-07-22T04:20:23.893Z Downloaded rfc6979 v0.5.0
9182026-07-22T04:20:23.893Z Downloaded psm v0.1.30
9192026-07-22T04:20:23.893Z Downloaded rustc-hash v2.1.1
9202026-07-22T04:20:23.893Z Downloaded russh-util v0.52.0
9212026-07-22T04:20:23.893Z Downloaded rustc_version v0.1.7
9222026-07-22T04:20:23.893Z Downloaded rfc6979 v0.4.0
9232026-07-22T04:20:23.894Z Downloaded oso v0.27.3
9242026-07-22T04:20:23.921Z Downloaded omicron-zone-package v0.12.3
9252026-07-22T04:20:23.921Z Downloaded r2d2 v0.8.10
9262026-07-22T04:20:23.921Z Downloaded oxide-update-engine-types v0.1.2
9272026-07-22T04:20:23.921Z Downloaded miniz_oxide v0.8.9
9282026-07-22T04:20:23.921Z Downloaded jiff-static v0.2.21
9292026-07-22T04:20:23.921Z Downloaded derive_more-impl v2.1.1
9302026-07-22T04:20:23.921Z Downloaded postcard v1.1.3
9312026-07-22T04:20:23.921Z Downloaded indicatif v0.18.4
9322026-07-22T04:20:23.921Z Downloaded pem v3.0.6
9332026-07-22T04:20:23.921Z Downloaded bumpalo v3.20.2
9342026-07-22T04:20:23.921Z Downloaded rand_chacha v0.9.0
9352026-07-22T04:20:23.921Z Downloaded parking_lot v0.12.5
9362026-07-22T04:20:23.921Z Downloaded rand_core v0.10.0
9372026-07-22T04:20:23.921Z Downloaded http v1.4.2
9382026-07-22T04:20:23.921Z Downloaded der v0.8.0
9392026-07-22T04:20:23.921Z Downloaded same-file v1.0.6
9402026-07-22T04:20:23.921Z Downloaded rand_seeder v0.4.0
9412026-07-22T04:20:23.930Z Downloaded rand_core v0.9.5
9422026-07-22T04:20:23.930Z Downloaded rand_core v0.6.4
9432026-07-22T04:20:23.930Z Downloaded papergrid v0.17.0
9442026-07-22T04:20:23.930Z Downloaded scopeguard v1.2.0
9452026-07-22T04:20:23.930Z Downloaded scheduled-thread-pool v0.2.7
9462026-07-22T04:20:23.930Z Downloaded sapling-renderdag v0.1.0
9472026-07-22T04:20:23.930Z Downloaded pin-project v1.1.11
9482026-07-22T04:20:23.930Z Downloaded semver v0.1.20
9492026-07-22T04:20:23.930Z Downloaded secrecy v0.8.0
9502026-07-22T04:20:23.930Z Downloaded serde_bytes v0.11.19
9512026-07-22T04:20:23.930Z Downloaded ref-cast-impl v1.0.25
9522026-07-22T04:20:23.930Z Downloaded openssl-sys v0.9.115
9532026-07-22T04:20:23.930Z Downloaded scroll_derive v0.13.1
9542026-07-22T04:20:23.943Z Downloaded hashbrown v0.12.3
9552026-07-22T04:20:23.943Z Downloaded serde_urlencoded v0.7.1
9562026-07-22T04:20:23.943Z Downloaded serde_spanned v1.1.1
9572026-07-22T04:20:23.943Z Downloaded serde_repr v0.1.20
9582026-07-22T04:20:23.943Z Downloaded serde_plain v1.0.2
9592026-07-22T04:20:23.943Z Downloaded serde-big-array v0.5.1
9602026-07-22T04:20:23.954Z Downloaded sha1 v0.11.0
9612026-07-22T04:20:23.954Z Downloaded sha1 v0.10.6
9622026-07-22T04:20:23.954Z Downloaded quinn-udp v0.5.14
9632026-07-22T04:20:23.954Z Downloaded seq-macro v0.3.6
9642026-07-22T04:20:23.956Z Downloaded rustc_version v0.4.1
9652026-07-22T04:20:23.956Z Downloaded resolv-conf v0.7.6
9662026-07-22T04:20:23.956Z Downloaded hickory-resolver v0.24.4
9672026-07-22T04:20:23.957Z Downloaded pkcs5 v0.8.1
9682026-07-22T04:20:23.969Z Downloaded poly1305 v0.9.0
9692026-07-22T04:20:23.969Z Downloaded prefix-trie v0.7.0
9702026-07-22T04:20:23.969Z Downloaded p384 v0.14.0-rc.10
9712026-07-22T04:20:23.969Z Downloaded shell-words v1.1.1
9722026-07-22T04:20:23.969Z Downloaded proc-macro-error2 v2.0.1
9732026-07-22T04:20:23.969Z Downloaded minimal-lexical v0.2.1
9742026-07-22T04:20:23.970Z Downloaded hashbrown v0.13.2
9752026-07-22T04:20:23.984Z Downloaded signature v2.2.0
9762026-07-22T04:20:23.984Z Downloaded siphasher v1.0.2
9772026-07-22T04:20:23.985Z Downloaded sigpipe v0.1.3
9782026-07-22T04:20:23.985Z Downloaded signal-hook-tokio v0.3.1
9792026-07-22T04:20:23.985Z Downloaded packed_struct v0.10.1
9802026-07-22T04:20:23.985Z Downloaded oxnet v0.1.6
9812026-07-22T04:20:23.985Z Downloaded oxide-tokio-rt v0.1.4
9822026-07-22T04:20:23.985Z Downloaded schemars_derive v0.8.22
9832026-07-22T04:20:23.985Z Downloaded aes-gcm v0.11.0
9842026-07-22T04:20:23.985Z Downloaded hyper-util v0.1.20
9852026-07-22T04:20:23.998Z Downloaded slog-envlogger v2.2.0
9862026-07-22T04:20:23.998Z Downloaded signal-hook-mio v0.2.5
9872026-07-22T04:20:23.998Z Downloaded slog-bunyan v2.5.0
9882026-07-22T04:20:23.998Z Downloaded secrecy v0.10.3
9892026-07-22T04:20:23.998Z Downloaded sec1 v0.8.1
9902026-07-22T04:20:23.998Z Downloaded ed25519-dalek v3.0.0-rc.0
9912026-07-22T04:20:23.998Z Downloaded rustls-native-certs v0.8.3
9922026-07-22T04:20:23.998Z Downloaded postgres-types v0.2.12
9932026-07-22T04:20:23.998Z Downloaded heapless v0.7.17
9942026-07-22T04:20:23.998Z Downloaded rusty-fork v0.3.1
9952026-07-22T04:20:23.998Z Downloaded aho-corasick v1.1.4
9962026-07-22T04:20:24.008Z Downloaded rustversion v1.0.22
9972026-07-22T04:20:24.008Z Downloaded bytes v1.11.1
9982026-07-22T04:20:24.008Z Downloaded crossterm v0.29.0
9992026-07-22T04:20:24.008Z Downloaded rustls-pemfile v2.2.0
10002026-07-22T04:20:24.022Z Downloaded progenitor-impl v0.13.0
10012026-07-22T04:20:24.022Z Downloaded p256 v0.14.0-rc.10
10022026-07-22T04:20:24.022Z Downloaded hickory-server v0.25.2
10032026-07-22T04:20:24.022Z Downloaded scroll v0.13.0
10042026-07-22T04:20:24.022Z Downloaded internal-russh-num-bigint v0.5.0
10052026-07-22T04:20:24.033Z Downloaded serdect v0.4.3
10062026-07-22T04:20:24.033Z Downloaded serde-hex v0.1.0
10072026-07-22T04:20:24.033Z Downloaded mio v1.2.0
10082026-07-22T04:20:24.033Z Downloaded dropshot-api-manager v0.7.2
10092026-07-22T04:20:24.033Z Downloaded scrypt v0.12.0
10102026-07-22T04:20:24.033Z Downloaded stable_deref_trait v1.2.1
10112026-07-22T04:20:24.033Z Downloaded simd-adler32 v0.3.8
10122026-07-22T04:20:24.044Z Downloaded strip-ansi-escapes v0.2.1
10132026-07-22T04:20:24.044Z Downloaded slab v0.4.12
10142026-07-22T04:20:24.044Z Downloaded slog-async v2.8.0
10152026-07-22T04:20:24.044Z Downloaded progenitor-impl v0.14.0
10162026-07-22T04:20:24.044Z Downloaded salsa20 v0.11.0
10172026-07-22T04:20:24.044Z Downloaded pretty_assertions v1.4.1
10182026-07-22T04:20:24.073Z Downloaded pkcs1 v0.8.0-rc.4
10192026-07-22T04:20:24.073Z Downloaded itertools v0.10.5
10202026-07-22T04:20:24.074Z Downloaded supports-color v3.0.2
10212026-07-22T04:20:24.074Z Downloaded slog-dtrace v0.3.0
10222026-07-22T04:20:24.074Z Downloaded serde_derive_internals v0.29.1
10232026-07-22T04:20:24.074Z Downloaded subtle v2.6.1
10242026-07-22T04:20:24.074Z Downloaded sqlparser_derive v0.5.0
10252026-07-22T04:20:24.074Z Downloaded bindgen v0.71.1
10262026-07-22T04:20:24.085Z Downloaded slog-scope v4.4.1
10272026-07-22T04:20:24.085Z Downloaded bitvec v1.0.1
10282026-07-22T04:20:24.085Z Downloaded tabwriter v1.4.1
10292026-07-22T04:20:24.085Z Downloaded sync_wrapper v1.0.2
10302026-07-22T04:20:24.085Z Downloaded sync-ptr v0.1.4
10312026-07-22T04:20:24.085Z Downloaded shlex v1.3.0
10322026-07-22T04:20:24.085Z Downloaded strum v0.26.3
10332026-07-22T04:20:24.085Z Downloaded structmeta-derive v0.3.0
10342026-07-22T04:20:24.085Z Downloaded structmeta v0.3.0
10352026-07-22T04:20:24.086Z Downloaded hashbrown v0.15.5
10362026-07-22T04:20:24.086Z Downloaded rustls-platform-verifier v0.6.2
10372026-07-22T04:20:24.133Z Downloaded tap v1.0.1
10382026-07-22T04:20:24.133Z Downloaded tagptr v0.2.0
10392026-07-22T04:20:24.133Z Downloaded tabled_derive v0.11.0
10402026-07-22T04:20:24.133Z Downloaded spki v0.8.0
10412026-07-22T04:20:24.133Z Downloaded spki v0.7.3
10422026-07-22T04:20:24.133Z Downloaded signature v3.0.0
10432026-07-22T04:20:24.133Z Downloaded rcgen v0.12.1
10442026-07-22T04:20:24.134Z Downloaded rayon-core v1.13.0
10452026-07-22T04:20:24.134Z Downloaded ssh-cipher v0.3.0-rc.9
10462026-07-22T04:20:24.134Z Downloaded signal-hook-registry v1.4.8
10472026-07-22T04:20:24.134Z Downloaded string_cache v0.8.9
10482026-07-22T04:20:24.134Z Downloaded slog-json v2.6.1
10492026-07-22T04:20:24.135Z Downloaded sec1 v0.7.3
10502026-07-22T04:20:24.135Z Downloaded slog-stdlog v4.1.1
10512026-07-22T04:20:24.135Z Downloaded strsim v0.10.0
10522026-07-22T04:20:24.135Z Downloaded snafu-derive v0.8.9
10532026-07-22T04:20:24.135Z Downloaded strum_macros v0.26.4
10542026-07-22T04:20:24.135Z Downloaded strum_macros v0.24.3
10552026-07-22T04:20:24.135Z Downloaded thiserror-impl-no-std v2.0.2
10562026-07-22T04:20:24.135Z Downloaded strum v0.27.2
10572026-07-22T04:20:24.135Z Downloaded stringprep v0.1.5
10582026-07-22T04:20:24.135Z Downloaded static_assertions v1.1.0
10592026-07-22T04:20:24.135Z Downloaded smf v0.2.3
10602026-07-22T04:20:24.135Z Downloaded smallvec v0.6.14
10612026-07-22T04:20:24.135Z Downloaded slog-term v2.9.2
10622026-07-22T04:20:24.135Z Downloaded sha2 v0.11.0
10632026-07-22T04:20:24.135Z Downloaded serde_with_macros v1.5.2
10642026-07-22T04:20:24.136Z Downloaded smallvec v1.15.1
10652026-07-22T04:20:24.136Z Downloaded serde_path_to_error v0.1.20
10662026-07-22T04:20:24.136Z Downloaded support-bundle-viewer v0.1.2
10672026-07-22T04:20:24.136Z Downloaded strum_macros v0.27.2
10682026-07-22T04:20:24.136Z Downloaded rustls-pki-types v1.14.0
10692026-07-22T04:20:24.136Z Downloaded serde_cbor v0.11.2
10702026-07-22T04:20:24.137Z Downloaded rpassword v7.5.4
10712026-07-22T04:20:24.137Z Downloaded tokio-macros v2.7.0
10722026-07-22T04:20:24.154Z Downloaded ron v0.8.1
10732026-07-22T04:20:24.154Z Downloaded tokio-test v0.4.5
10742026-07-22T04:20:24.154Z Downloaded sqlformat v0.3.5
10752026-07-22T04:20:24.155Z Downloaded testing_table v0.3.0
10762026-07-22T04:20:24.155Z Downloaded p521 v0.14.0-rc.10
10772026-07-22T04:20:24.155Z Downloaded termtree v0.5.1
10782026-07-22T04:20:24.155Z Downloaded iri-string v0.7.10
10792026-07-22T04:20:24.156Z Downloaded take_mut v0.2.2
10802026-07-22T04:20:24.156Z Downloaded thread-id v5.1.0
10812026-07-22T04:20:24.156Z Downloaded stacker v0.1.23
10822026-07-22T04:20:24.178Z Downloaded time-core v0.1.8
10832026-07-22T04:20:24.178Z Downloaded num-bigint v0.4.6
10842026-07-22T04:20:24.178Z Downloaded tinyvec_macros v0.1.1
10852026-07-22T04:20:24.179Z Downloaded nom v7.1.3
10862026-07-22T04:20:24.179Z Downloaded signal-hook v0.3.18
10872026-07-22T04:20:24.179Z Downloaded prettyplease v0.2.37
10882026-07-22T04:20:24.179Z Downloaded slog v2.8.2
10892026-07-22T04:20:24.179Z Downloaded schemars v0.8.22
10902026-07-22T04:20:24.198Z Downloaded thiserror-no-std v2.0.2
10912026-07-22T04:20:24.198Z Downloaded tower-layer v0.3.3
10922026-07-22T04:20:24.198Z Downloaded hashbrown v0.16.1
10932026-07-22T04:20:24.198Z Downloaded ryu v1.0.23
10942026-07-22T04:20:24.198Z Downloaded topological-sort v0.2.2
10952026-07-22T04:20:24.199Z Downloaded trait-variant v0.1.2
10962026-07-22T04:20:24.199Z Downloaded termios v0.3.3
10972026-07-22T04:20:24.199Z Downloaded tiny-keccak v2.0.2
10982026-07-22T04:20:24.199Z Downloaded time-macros v0.2.27
10992026-07-22T04:20:24.199Z Downloaded tinystr v0.8.2
11002026-07-22T04:20:24.206Z Downloaded tower-service v0.3.3
11012026-07-22T04:20:24.206Z Downloaded hyper v1.10.1
11022026-07-22T04:20:24.206Z Downloaded unarray v0.1.4
11032026-07-22T04:20:24.206Z Downloaded quinn v0.11.9
11042026-07-22T04:20:24.206Z Downloaded unicode-xid v0.2.6
11052026-07-22T04:20:24.206Z Downloaded unicode-truncate v1.1.0
11062026-07-22T04:20:24.206Z Downloaded rand v0.8.6
11072026-07-22T04:20:24.206Z Downloaded untrusted v0.9.0
11082026-07-22T04:20:24.206Z Downloaded untrusted v0.7.1
11092026-07-22T04:20:24.206Z Downloaded qorb v0.4.1
11102026-07-22T04:20:24.223Z Downloaded synstructure v0.13.2
11112026-07-22T04:20:24.223Z Downloaded try-lock v0.2.5
11122026-07-22T04:20:24.223Z Downloaded socket2 v0.5.10
11132026-07-22T04:20:24.223Z Downloaded hkdf v0.13.0
11142026-07-22T04:20:24.223Z Downloaded universal-hash v0.5.1
11152026-07-22T04:20:24.223Z Downloaded itertools v0.13.0
11162026-07-22T04:20:24.232Z Downloaded tokio-tungstenite v0.21.0
11172026-07-22T04:20:24.232Z Downloaded term v0.7.0
11182026-07-22T04:20:24.232Z Downloaded usdt v0.6.0
11192026-07-22T04:20:24.232Z Downloaded serde_yaml v0.9.34+deprecated
11202026-07-22T04:20:24.232Z Downloaded unit-prefix v0.5.2
11212026-07-22T04:20:24.232Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-07-22T04:20:24.232Z Downloaded universal-hash v0.6.1
11232026-07-22T04:20:24.232Z Downloaded utf-8 v0.7.6
11242026-07-22T04:20:24.232Z Downloaded aws-lc-rs v1.16.3
11252026-07-22T04:20:24.238Z Downloaded utf8_iter v1.0.4
11262026-07-22T04:20:24.238Z Downloaded tls_codec_derive v0.4.2
11272026-07-22T04:20:24.238Z Downloaded schemars v0.9.0
11282026-07-22T04:20:24.247Z Downloaded toml_writer v1.1.1+spec-1.1.0
11292026-07-22T04:20:24.247Z Downloaded want v0.3.1
11302026-07-22T04:20:24.247Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11312026-07-22T04:20:24.255Z Downloaded tokio-dtrace v0.1.1
11322026-07-22T04:20:24.255Z Downloaded similar v2.7.0
11332026-07-22T04:20:24.255Z Downloaded h2 v0.4.15
11342026-07-22T04:20:24.257Z Downloaded libm v0.2.16
11352026-07-22T04:20:24.261Z Downloaded waitgroup v0.1.2
11362026-07-22T04:20:24.261Z Downloaded wait-timeout v0.2.1
11372026-07-22T04:20:24.261Z Downloaded void v1.0.2
11382026-07-22T04:20:24.261Z Downloaded schemars v1.2.1
11392026-07-22T04:20:24.267Z Downloaded typify-macro v0.6.2
11402026-07-22T04:20:24.271Z Downloaded tokio-native-tls v0.3.1
11412026-07-22T04:20:24.272Z Downloaded tokio-rustls v0.26.4
11422026-07-22T04:20:24.272Z Downloaded term v1.2.1
11432026-07-22T04:20:24.279Z Downloaded spin v0.9.8
11442026-07-22T04:20:24.279Z Downloaded socket2 v0.6.3
11452026-07-22T04:20:24.279Z Downloaded num-bigint-dig v0.8.6
11462026-07-22T04:20:24.292Z Downloaded usdt-attr-macro v0.6.0
11472026-07-22T04:20:24.292Z Downloaded rand v0.9.2
11482026-07-22T04:20:24.292Z Downloaded blake3 v1.8.5
11492026-07-22T04:20:24.308Z Downloaded xshell-macros v0.2.7
11502026-07-22T04:20:24.308Z Downloaded usdt-macro v0.6.0
11512026-07-22T04:20:24.308Z Downloaded usdt-impl v0.6.0
11522026-07-22T04:20:24.308Z Downloaded unicase v2.9.0
11532026-07-22T04:20:24.308Z Downloaded tui-tree-widget v0.23.1
11542026-07-22T04:20:24.308Z Downloaded serde_with_macros v3.21.0
11552026-07-22T04:20:24.308Z Downloaded xattr v1.6.1
11562026-07-22T04:20:24.309Z Downloaded uzers v0.12.2
11572026-07-22T04:20:24.309Z Downloaded rsa v0.9.10
11582026-07-22T04:20:24.309Z Downloaded tracing-attributes v0.1.31
11592026-07-22T04:20:24.309Z Downloaded toml_parser v1.1.2+spec-1.1.0
11602026-07-22T04:20:24.326Z Downloaded vergen-gitcl v1.0.8
11612026-07-22T04:20:24.326Z Downloaded vergen-lib v9.1.0
11622026-07-22T04:20:24.326Z Downloaded zeroize_derive v1.4.3
11632026-07-22T04:20:24.327Z Downloaded nom v8.0.0
11642026-07-22T04:20:24.327Z Downloaded tls_codec v0.4.2
11652026-07-22T04:20:24.327Z Downloaded samael v0.0.19
11662026-07-22T04:20:24.327Z Downloaded zone_cfg_derive v0.3.1
11672026-07-22T04:20:24.327Z Downloaded zerofrom-derive v0.1.6
11682026-07-22T04:20:24.327Z Downloaded zerofrom v0.1.6
11692026-07-22T04:20:24.327Z Downloaded yoke-derive v0.8.1
11702026-07-22T04:20:24.327Z Downloaded subprocess v0.2.15
11712026-07-22T04:20:24.327Z Downloaded iddqd v0.4.2
11722026-07-22T04:20:24.340Z Downloaded itertools v0.14.0
11732026-07-22T04:20:24.340Z Downloaded tokio-stream v0.1.18
11742026-07-22T04:20:24.340Z Downloaded vergen-git2 v9.1.0
11752026-07-22T04:20:24.341Z Downloaded unicode-properties v0.1.4
11762026-07-22T04:20:24.341Z Downloaded vsss-rs v3.3.4
11772026-07-22T04:20:24.341Z Downloaded tinyvec v1.10.0
11782026-07-22T04:20:24.341Z Downloaded zone v0.3.1
11792026-07-22T04:20:24.360Z Downloaded crypto-primes v0.7.2
11802026-07-22T04:20:24.360Z Downloaded test-strategy v0.4.5
11812026-07-22T04:20:24.360Z Downloaded tokio-tungstenite v0.23.1
11822026-07-22T04:20:24.361Z Downloaded thread_local v1.1.9
11832026-07-22T04:20:24.361Z Downloaded ssh-encoding v0.3.0-rc.9
11842026-07-22T04:20:24.361Z Downloaded hkdf v0.12.4
11852026-07-22T04:20:24.361Z Downloaded futures-util v0.3.32
11862026-07-22T04:20:24.361Z Downloaded wyz v0.5.1
11872026-07-22T04:20:24.381Z Downloaded libxml v0.3.3
11882026-07-22T04:20:24.381Z Downloaded whoami v1.6.1
11892026-07-22T04:20:24.381Z Downloaded twox-hash v2.1.2
11902026-07-22T04:20:24.381Z Downloaded yoke v0.8.1
11912026-07-22T04:20:24.381Z Downloaded steno v0.4.1
11922026-07-22T04:20:24.381Z Downloaded rand v0.10.1
11932026-07-22T04:20:24.381Z Downloaded writeable v0.6.2
11942026-07-22T04:20:24.381Z Downloaded itertools v0.12.1
11952026-07-22T04:20:24.381Z Downloaded rustls-webpki v0.103.13
11962026-07-22T04:20:24.405Z Downloaded idna v1.1.0
11972026-07-22T04:20:24.405Z Downloaded publicsuffix v2.3.0
11982026-07-22T04:20:24.405Z Downloaded zeroize v1.8.2
11992026-07-22T04:20:24.405Z Downloaded icu_properties_data v2.1.2
12002026-07-22T04:20:24.406Z Downloaded xshell v0.2.7
12012026-07-22T04:20:24.406Z Downloaded typify v0.6.2
12022026-07-22T04:20:24.406Z Downloaded whoami v2.1.0
12032026-07-22T04:20:24.428Z Downloaded vergen v9.1.0
12042026-07-22T04:20:24.428Z Downloaded walkdir v2.5.0
12052026-07-22T04:20:24.428Z Downloaded zstd-safe v7.2.4
12062026-07-22T04:20:24.428Z Downloaded snafu v0.8.9
12072026-07-22T04:20:24.428Z Downloaded serde_with v1.14.0
12082026-07-22T04:20:24.428Z Downloaded zstd v0.13.3
12092026-07-22T04:20:24.428Z Downloaded toml v1.1.2+spec-1.1.0
12102026-07-22T04:20:24.428Z Downloaded tungstenite v0.23.0
12112026-07-22T04:20:24.428Z Downloaded yasna v0.5.2
12122026-07-22T04:20:24.428Z Downloaded tungstenite v0.21.0
12132026-07-22T04:20:24.449Z Downloaded tracing-core v0.1.36
12142026-07-22T04:20:24.449Z Downloaded zerocopy v0.6.6
12152026-07-22T04:20:24.449Z Downloaded vergen-lib v0.1.6
12162026-07-22T04:20:24.449Z Downloaded zerovec-derive v0.11.2
12172026-07-22T04:20:24.449Z Downloaded toml v0.7.8
12182026-07-22T04:20:24.469Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-07-22T04:20:24.469Z Downloaded uuid v1.23.4
12202026-07-22T04:20:24.469Z Downloaded vte v0.14.1
12212026-07-22T04:20:24.469Z Downloaded tar v0.4.46
12222026-07-22T04:20:24.469Z Downloaded chrono v0.4.45
12232026-07-22T04:20:24.479Z Downloaded reedline v0.40.0
12242026-07-22T04:20:24.479Z Downloaded unicode-bidi v0.3.18
12252026-07-22T04:20:24.479Z Downloaded rsa v0.10.0-rc.18
12262026-07-22T04:20:24.479Z Downloaded zopfli v0.8.3
12272026-07-22T04:20:24.488Z Downloaded rustyline v14.0.0
12282026-07-22T04:20:24.488Z Downloaded tokio-postgres v0.7.16
12292026-07-22T04:20:24.494Z Downloaded unsafe-libyaml v0.2.11
12302026-07-22T04:20:24.494Z Downloaded unicode_categories v0.1.1
12312026-07-22T04:20:24.494Z Downloaded url v2.5.8
12322026-07-22T04:20:24.501Z Downloaded yansi v1.0.1
12332026-07-22T04:20:24.510Z Downloaded tower v0.5.3
12342026-07-22T04:20:24.510Z Downloaded zerotrie v0.2.3
12352026-07-22T04:20:24.519Z Downloaded zip v0.6.6
12362026-07-22T04:20:24.519Z Downloaded p384 v0.13.1
12372026-07-22T04:20:24.519Z Downloaded lalrpop v0.19.12
12382026-07-22T04:20:24.530Z Downloaded unicode-segmentation v1.12.0
12392026-07-22T04:20:24.530Z Downloaded regex v1.12.3
12402026-07-22T04:20:24.530Z Downloaded git2 v0.20.4
12412026-07-22T04:20:24.544Z Downloaded toml_edit v0.19.15
12422026-07-22T04:20:24.556Z Downloaded typed-path v0.9.3
12432026-07-22T04:20:24.556Z Downloaded goblin v0.10.5
12442026-07-22T04:20:24.556Z Downloaded reqwest v0.13.2
12452026-07-22T04:20:24.565Z Downloaded reqwest v0.12.28
12462026-07-22T04:20:24.566Z Downloaded x509-cert v0.2.5
12472026-07-22T04:20:24.566Z Downloaded proptest v1.10.0
12482026-07-22T04:20:24.576Z Downloaded rawzip v0.4.4
12492026-07-22T04:20:24.576Z Downloaded zerocopy-derive v0.8.40
12502026-07-22T04:20:24.576Z Downloaded moka v0.12.13
12512026-07-22T04:20:24.583Z Downloaded crypto-bigint v0.7.5
12522026-07-22T04:20:24.595Z Downloaded unicode-normalization v0.1.25
12532026-07-22T04:20:24.596Z Downloaded tokio-util v0.7.18
12542026-07-22T04:20:24.596Z Downloaded tower-http v0.6.8
12552026-07-22T04:20:24.604Z Downloaded zerovec v0.11.5
12562026-07-22T04:20:24.604Z Downloaded rayon v1.11.0
12572026-07-22T04:20:24.611Z Downloaded portable-atomic v1.13.1
12582026-07-22T04:20:24.611Z Downloaded salty v0.3.0
12592026-07-22T04:20:24.617Z Downloaded curve25519-dalek v4.1.3
12602026-07-22T04:20:24.623Z Downloaded tough v0.22.0
12612026-07-22T04:20:24.628Z Downloaded object v0.30.4
12622026-07-22T04:20:24.628Z Downloaded russh v0.61.2
12632026-07-22T04:20:24.633Z Downloaded ssh-key v0.7.0-rc.10
12642026-07-22T04:20:24.639Z Downloaded quick-xml v0.37.5
12652026-07-22T04:20:24.645Z Downloaded zip v4.6.1
12662026-07-22T04:20:24.654Z Downloaded bstr v1.12.1
12672026-07-22T04:20:24.658Z Downloaded petname v2.0.2
12682026-07-22T04:20:24.665Z Downloaded polar-core v0.27.3
12692026-07-22T04:20:24.675Z Downloaded winnow v0.6.26
12702026-07-22T04:20:24.682Z Downloaded nix v0.27.1
12712026-07-22T04:20:24.698Z Downloaded tabled v0.20.0
12722026-07-22T04:20:24.708Z Downloaded smoltcp v0.9.1
12732026-07-22T04:20:24.719Z Downloaded winnow v1.0.3
12742026-07-22T04:20:24.734Z Downloaded time v0.3.47
12752026-07-22T04:20:24.745Z Downloaded serde_with v3.21.0
12762026-07-22T04:20:24.745Z Downloaded zlib-rs v0.6.2
12772026-07-22T04:20:24.746Z Downloaded radix_trie v0.2.1
12782026-07-22T04:20:24.746Z Downloaded quinn-proto v0.11.13
12792026-07-22T04:20:24.760Z Downloaded winnow v0.5.40
12802026-07-22T04:20:24.760Z Downloaded hickory-proto v0.24.4
12812026-07-22T04:20:24.767Z Downloaded openssl v0.10.79
12822026-07-22T04:20:24.767Z Downloaded curve25519-dalek v5.0.0-rc.0
12832026-07-22T04:20:24.780Z Downloaded openapiv3 v2.2.0
12842026-07-22T04:20:24.807Z Downloaded rustix v0.38.44
12852026-07-22T04:20:24.825Z Downloaded nix v0.28.0
12862026-07-22T04:20:24.825Z Downloaded nix v0.31.2
12872026-07-22T04:20:24.832Z Downloaded dropshot v0.17.1
12882026-07-22T04:20:24.845Z Downloaded regex-syntax v0.6.29
12892026-07-22T04:20:24.860Z Downloaded vcpkg v0.2.15
12902026-07-22T04:20:24.916Z Downloaded object v0.37.3
12912026-07-22T04:20:24.931Z Downloaded smoltcp v0.11.0
12922026-07-22T04:20:24.931Z Downloaded diesel v2.3.7
12932026-07-22T04:20:24.931Z Downloaded zerocopy v0.8.40
12942026-07-22T04:20:24.931Z Downloaded sled v0.34.7
12952026-07-22T04:20:24.931Z Downloaded regex-syntax v0.8.10
12962026-07-22T04:20:24.931Z Downloaded ratatui v0.29.0
12972026-07-22T04:20:24.945Z Downloaded tracing v0.1.44
12982026-07-22T04:20:24.951Z Downloaded typify-impl v0.6.2
12992026-07-22T04:20:24.951Z Downloaded rustls v0.23.41
13002026-07-22T04:20:24.961Z Downloaded zerocopy-derive v0.6.6
13012026-07-22T04:20:24.966Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-07-22T04:20:24.972Z Downloaded regress v0.11.1
13032026-07-22T04:20:24.980Z Downloaded chrono-tz v0.10.4
13042026-07-22T04:20:24.995Z Downloaded regress v0.10.5
13052026-07-22T04:20:25.002Z Downloaded sqlparser v0.61.0
13062026-07-22T04:20:25.002Z Downloaded fiat-crypto v0.3.0
13072026-07-22T04:20:25.013Z Downloaded hickory-proto v0.25.2
13082026-07-22T04:20:25.022Z Downloaded sha3 v0.11.0
13092026-07-22T04:20:25.028Z Downloaded libz-sys v1.1.24
13102026-07-22T04:20:25.062Z Downloaded tokio v1.52.1
13112026-07-22T04:20:25.086Z Downloaded regex-automata v0.4.14
13122026-07-22T04:20:25.092Z Downloaded petgraph v0.6.5
13132026-07-22T04:20:25.114Z Downloaded jiff v0.2.21
13142026-07-22T04:20:25.137Z Downloaded csv v1.4.0
13152026-07-22T04:20:25.155Z Downloaded petgraph v0.8.3
13162026-07-22T04:20:25.163Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13172026-07-22T04:20:25.163Z Downloaded sha3 v0.10.8
13182026-07-22T04:20:25.163Z Downloaded encoding_rs v0.8.35
13192026-07-22T04:20:25.210Z Downloaded ring v0.17.14
13202026-07-22T04:20:25.258Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-22T04:20:25.702Z Downloaded aws-lc-sys v0.40.0
13222026-07-22T04:20:25.941Z Compiling libc v0.2.185
13232026-07-22T04:20:25.941Z Compiling serde_core v1.0.228
13242026-07-22T04:20:25.941Z Compiling serde v1.0.228
13252026-07-22T04:20:25.945Z Compiling log v0.4.29
13262026-07-22T04:20:25.945Z Compiling smallvec v1.15.1
13272026-07-22T04:20:25.945Z Compiling shlex v1.3.0
13282026-07-22T04:20:25.945Z Compiling find-msvc-tools v0.1.9
13292026-07-22T04:20:26.080Z Compiling syn v2.0.117
13302026-07-22T04:20:26.303Z Compiling subtle v2.6.1
13312026-07-22T04:20:26.431Z Compiling stable_deref_trait v1.2.1
13322026-07-22T04:20:26.524Z Compiling scopeguard v1.2.0
13332026-07-22T04:20:26.524Z Compiling typenum v1.20.1
13342026-07-22T04:20:26.524Z Compiling serde_json v1.0.150
13352026-07-22T04:20:26.525Z Compiling lock_api v0.4.14
13362026-07-22T04:20:26.526Z Compiling zerocopy v0.8.40
13372026-07-22T04:20:26.526Z Compiling portable-atomic v1.13.1
13382026-07-22T04:20:26.627Z Compiling pin-project-lite v0.2.17
13392026-07-22T04:20:26.648Z Compiling parking_lot_core v0.9.12
13402026-07-22T04:20:26.721Z Compiling getrandom v0.4.1
13412026-07-22T04:20:26.873Z Compiling pkg-config v0.3.32
13422026-07-22T04:20:26.914Z Compiling jobserver v0.1.34
13432026-07-22T04:20:26.947Z Compiling errno v0.3.14
13442026-07-22T04:20:27.039Z Compiling getrandom v0.2.17
13452026-07-22T04:20:27.074Z Compiling libm v0.2.16
13462026-07-22T04:20:27.141Z Compiling cc v1.2.56
13472026-07-22T04:20:27.265Z Compiling critical-section v1.2.0
13482026-07-22T04:20:27.278Z Compiling rand_core v0.6.4
13492026-07-22T04:20:27.392Z Compiling signal-hook-registry v1.4.8
13502026-07-22T04:20:27.445Z Compiling once_cell v1.21.3
13512026-07-22T04:20:27.743Z Compiling num-traits v0.2.19
13522026-07-22T04:20:27.751Z Compiling rand_core v0.10.0
13532026-07-22T04:20:27.751Z Compiling futures-core v0.3.32
13542026-07-22T04:20:27.751Z Compiling parking_lot v0.12.5
13552026-07-22T04:20:27.865Z Compiling mio v1.2.0
13562026-07-22T04:20:28.008Z Compiling generic-array v0.14.7
13572026-07-22T04:20:28.038Z Compiling const-oid v0.9.6
13582026-07-22T04:20:28.103Z Compiling writeable v0.6.2
13592026-07-22T04:20:28.213Z Compiling percent-encoding v2.3.2
13602026-07-22T04:20:28.334Z Compiling bitflags v2.11.0
13612026-07-22T04:20:28.385Z Compiling litemap v0.8.1
13622026-07-22T04:20:28.415Z Compiling semver v1.0.28
13632026-07-22T04:20:28.583Z Compiling icu_properties_data v2.1.2
13642026-07-22T04:20:28.783Z Compiling icu_normalizer_data v2.1.1
13652026-07-22T04:20:28.806Z Compiling socket2 v0.6.3
13662026-07-22T04:20:28.854Z Compiling futures-sink v0.3.32
13672026-07-22T04:20:28.996Z Compiling synstructure v0.13.2
13682026-07-22T04:20:29.018Z Compiling futures-channel v0.3.32
13692026-07-22T04:20:29.019Z Compiling futures-io v0.3.32
13702026-07-22T04:20:29.133Z Compiling futures-task v0.3.32
13712026-07-22T04:20:29.229Z Compiling slab v0.4.12
13722026-07-22T04:20:29.283Z Compiling utf8_iter v1.0.4
13732026-07-22T04:20:29.283Z Compiling indexmap v2.14.0
13742026-07-22T04:20:29.304Z Compiling form_urlencoded v1.2.2
13752026-07-22T04:20:29.304Z Compiling getrandom v0.3.4
13762026-07-22T04:20:29.345Z Compiling rustversion v1.0.22
13772026-07-22T04:20:29.374Z Compiling cmake v0.1.57
13782026-07-22T04:20:29.447Z Compiling rustix v1.1.3
13792026-07-22T04:20:29.491Z Compiling dunce v1.0.5
13802026-07-22T04:20:29.563Z Compiling ident_case v1.0.1
13812026-07-22T04:20:29.591Z Compiling fs_extra v1.3.0
13822026-07-22T04:20:29.695Z Compiling iana-time-zone v0.1.65
13832026-07-22T04:20:29.781Z Compiling regex-syntax v0.8.10
13842026-07-22T04:20:29.858Z Compiling aws-lc-sys v0.40.0
13852026-07-22T04:20:29.893Z Compiling uuid v1.23.4
13862026-07-22T04:20:29.894Z Compiling base64ct v1.8.3
13872026-07-22T04:20:30.190Z Compiling rand_core v0.9.5
13882026-07-22T04:20:30.222Z Compiling vcpkg v0.2.15
13892026-07-22T04:20:30.386Z Compiling base64 v0.22.1
13902026-07-22T04:20:30.522Z Compiling pem-rfc7468 v0.7.0
13912026-07-22T04:20:30.689Z Compiling rustc_version v0.4.1
13922026-07-22T04:20:30.692Z Compiling serde_derive v1.0.228
13932026-07-22T04:20:30.717Z Compiling zeroize_derive v1.4.3
13942026-07-22T04:20:30.807Z Compiling zerofrom-derive v0.1.6
13952026-07-22T04:20:30.992Z Compiling yoke-derive v0.8.1
13962026-07-22T04:20:31.021Z Compiling zerovec-derive v0.11.2
13972026-07-22T04:20:31.217Z Compiling displaydoc v0.2.5
13982026-07-22T04:20:31.405Z Compiling zeroize v1.8.2
13992026-07-22T04:20:31.604Z Compiling zerocopy-derive v0.8.40
14002026-07-22T04:20:32.182Z Compiling tokio-macros v2.7.0
14012026-07-22T04:20:32.208Z Compiling futures-macro v0.3.32
14022026-07-22T04:20:32.253Z Compiling openssl-sys v0.9.115
14032026-07-22T04:20:32.317Z Compiling zerofrom v0.1.6
14042026-07-22T04:20:32.403Z Compiling yoke v0.8.1
14052026-07-22T04:20:32.576Z Compiling zerovec v0.11.5
14062026-07-22T04:20:32.608Z Compiling zerotrie v0.2.3
14072026-07-22T04:20:32.778Z Compiling block-buffer v0.10.4
14082026-07-22T04:20:32.910Z Compiling crypto-common v0.1.7
14092026-07-22T04:20:32.922Z Compiling thiserror-impl v2.0.18
14102026-07-22T04:20:32.948Z Compiling tracing-attributes v0.1.31
14112026-07-22T04:20:33.047Z Compiling tinystr v0.8.2
14122026-07-22T04:20:33.064Z Compiling potential_utf v0.1.4
14132026-07-22T04:20:33.082Z Compiling futures-util v0.3.32
14142026-07-22T04:20:33.212Z Compiling icu_locale_core v2.1.1
14152026-07-22T04:20:33.257Z Compiling icu_collections v2.1.1
14162026-07-22T04:20:33.723Z Compiling digest v0.10.7
14172026-07-22T04:20:33.978Z Compiling icu_provider v2.1.1
14182026-07-22T04:20:34.111Z Compiling der_derive v0.7.3
14192026-07-22T04:20:34.272Z Compiling bytes v1.11.1
14202026-07-22T04:20:34.284Z Compiling icu_normalizer v2.1.1
14212026-07-22T04:20:34.284Z Compiling icu_properties v2.1.2
14222026-07-22T04:20:34.284Z Compiling chrono v0.4.45
14232026-07-22T04:20:34.811Z Compiling tokio v1.52.1
14242026-07-22T04:20:34.875Z Compiling http v1.4.2
14252026-07-22T04:20:35.060Z Compiling tracing-core v0.1.36
14262026-07-22T04:20:35.373Z Compiling idna_adapter v1.2.1
14272026-07-22T04:20:35.386Z Compiling aws-lc-rs v1.16.3
14282026-07-22T04:20:35.512Z Compiling idna v1.1.0
14292026-07-22T04:20:35.615Z Compiling flagset v0.4.7
14302026-07-22T04:20:35.678Z Compiling http-body v1.0.1
14312026-07-22T04:20:35.688Z Compiling tracing v0.1.44
14322026-07-22T04:20:35.738Z Compiling der v0.7.10
14332026-07-22T04:20:35.800Z Compiling url v2.5.8
14342026-07-22T04:20:35.834Z Compiling thiserror v2.0.18
14352026-07-22T04:20:35.976Z Compiling rustls-pki-types v1.14.0
14362026-07-22T04:20:36.037Z Compiling ppv-lite86 v0.2.21
14372026-07-22T04:20:36.161Z Compiling serde_derive_internals v0.29.1
14382026-07-22T04:20:36.175Z Compiling schemars v0.8.22
14392026-07-22T04:20:36.391Z Compiling rand_chacha v0.9.0
14402026-07-22T04:20:36.516Z Compiling dyn-clone v1.0.20
14412026-07-22T04:20:36.516Z Compiling cmov v0.5.4
14422026-07-22T04:20:36.536Z Compiling httparse v1.10.1
14432026-07-22T04:20:36.615Z Compiling openssl-probe v0.2.1
14442026-07-22T04:20:36.622Z Compiling tinyvec_macros v0.1.1
14452026-07-22T04:20:36.690Z Compiling tinyvec v1.10.0
14462026-07-22T04:20:36.758Z Compiling ctutils v0.4.2
14472026-07-22T04:20:36.917Z Compiling rand v0.9.2
14482026-07-22T04:20:36.923Z Compiling spki v0.7.3
14492026-07-22T04:20:37.021Z Compiling pest_generator v2.8.6
14502026-07-22T04:20:37.070Z Compiling schemars_derive v0.8.22
14512026-07-22T04:20:37.070Z Compiling aho-corasick v1.1.4
14522026-07-22T04:20:37.070Z Compiling atomic-waker v1.1.2
14532026-07-22T04:20:37.121Z Compiling try-lock v0.2.5
14542026-07-22T04:20:37.142Z Compiling tower-layer v0.3.3
14552026-07-22T04:20:37.217Z Compiling untrusted v0.7.1
14562026-07-22T04:20:37.324Z Compiling tower-service v0.3.3
14572026-07-22T04:20:37.344Z Compiling tempfile v3.25.0
14582026-07-22T04:20:37.399Z Compiling want v0.3.1
14592026-07-22T04:20:37.584Z Compiling hybrid-array v0.4.13
14602026-07-22T04:20:37.710Z Compiling pest_derive v2.8.6
14612026-07-22T04:20:37.772Z Compiling ipnet v2.11.0
14622026-07-22T04:20:38.022Z Compiling regex-automata v0.4.14
14632026-07-22T04:20:38.117Z Compiling scroll_derive v0.13.1
14642026-07-22T04:20:38.274Z Compiling darling_core v0.20.11
14652026-07-22T04:20:38.382Z Compiling cpufeatures v0.2.17
14662026-07-22T04:20:38.460Z Compiling untrusted v0.9.0
14672026-07-22T04:20:38.597Z Compiling tokio-util v0.7.18
14682026-07-22T04:20:38.740Z Compiling openssl v0.10.79
14692026-07-22T04:20:38.920Z Compiling rustls v0.23.41
14702026-07-22T04:20:38.983Z Compiling foreign-types-shared v0.1.1
14712026-07-22T04:20:39.070Z Compiling httpdate v1.0.3
14722026-07-22T04:20:39.108Z Compiling foreign-types v0.3.2
14732026-07-22T04:20:39.204Z Compiling scroll v0.13.0
14742026-07-22T04:20:39.296Z Compiling h2 v0.4.15
14752026-07-22T04:20:39.466Z Compiling pkcs8 v0.10.2
14762026-07-22T04:20:39.564Z Compiling unicode-normalization v0.1.25
14772026-07-22T04:20:39.723Z Compiling openssl-macros v0.1.1
14782026-07-22T04:20:40.006Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-22T04:20:40.022Z Compiling spin v0.9.8
14802026-07-22T04:20:40.139Z Compiling crc32fast v1.5.0
14812026-07-22T04:20:40.232Z Compiling num-conv v0.2.0
14822026-07-22T04:20:40.354Z Compiling time-core v0.1.8
14832026-07-22T04:20:40.399Z Compiling powerfmt v0.2.0
14842026-07-22T04:20:40.399Z Compiling native-tls v0.2.18
14852026-07-22T04:20:40.480Z Compiling darling_macro v0.20.11
14862026-07-22T04:20:40.495Z Compiling time-macros v0.2.27
14872026-07-22T04:20:40.555Z Compiling deranged v0.5.8
14882026-07-22T04:20:40.959Z Compiling darling v0.20.11
14892026-07-22T04:20:41.049Z Compiling goblin v0.10.5
14902026-07-22T04:20:41.515Z Compiling sha2 v0.10.9
14912026-07-22T04:20:41.554Z Compiling hmac v0.12.1
14922026-07-22T04:20:41.707Z Compiling sync_wrapper v1.0.2
14932026-07-22T04:20:41.822Z Compiling wait-timeout v0.2.1
14942026-07-22T04:20:42.034Z Compiling quick-error v1.2.3
14952026-07-22T04:20:42.083Z Compiling siphasher v1.0.2
14962026-07-22T04:20:42.142Z Compiling syn v1.0.109
14972026-07-22T04:20:42.267Z Compiling num_threads v0.1.7
14982026-07-22T04:20:42.372Z Compiling hyper v1.10.1
14992026-07-22T04:20:42.458Z Compiling crossbeam-utils v0.8.21
15002026-07-22T04:20:42.787Z Compiling simd-adler32 v0.3.8
15012026-07-22T04:20:42.941Z Compiling bit-vec v0.8.0
15022026-07-22T04:20:43.033Z Compiling usdt-impl v0.6.0
15032026-07-22T04:20:43.165Z Compiling bit-set v0.8.0
15042026-07-22T04:20:43.379Z Compiling time v0.3.47
15052026-07-22T04:20:43.399Z Compiling rusty-fork v0.3.1
15062026-07-22T04:20:43.586Z Compiling hyper-util v0.1.20
15072026-07-22T04:20:43.602Z Compiling tower v0.5.3
15082026-07-22T04:20:43.725Z Compiling derive_builder_core v0.20.2
15092026-07-22T04:20:44.008Z Compiling dof v0.4.0
15102026-07-22T04:20:44.277Z Compiling dtrace-parser v0.3.0
15112026-07-22T04:20:44.598Z Compiling http-body-util v0.1.3
15122026-07-22T04:20:44.839Z Compiling heapless v0.7.17
15132026-07-22T04:20:44.945Z Compiling scroll_derive v0.12.1
15142026-07-22T04:20:45.000Z Compiling thiserror-impl v1.0.69
15152026-07-22T04:20:45.093Z Compiling slog v2.8.2
15162026-07-22T04:20:45.159Z Compiling rand_xorshift v0.4.0
15172026-07-22T04:20:45.266Z Compiling darling_core v0.23.0
15182026-07-22T04:20:45.285Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-22T04:20:45.314Z Compiling thread-id v5.1.0
15202026-07-22T04:20:45.332Z Compiling cookie v0.18.1
15212026-07-22T04:20:45.396Z Compiling anyhow v1.0.102
15222026-07-22T04:20:45.527Z Compiling adler2 v2.0.1
15232026-07-22T04:20:45.586Z Compiling allocator-api2 v0.2.21
15242026-07-22T04:20:45.596Z Compiling unicode-properties v0.1.4
15252026-07-22T04:20:45.656Z Compiling unarray v0.1.4
15262026-07-22T04:20:45.713Z Compiling paste v1.0.15
15272026-07-22T04:20:45.762Z Compiling ryu v1.0.23
15282026-07-22T04:20:45.798Z Compiling zstd-safe v7.2.4
15292026-07-22T04:20:45.894Z Compiling unicode-bidi v0.3.18
15302026-07-22T04:20:45.937Z Compiling iri-string v0.7.10
15312026-07-22T04:20:45.986Z Compiling signal-hook v0.3.18
15322026-07-22T04:20:46.048Z Compiling serde_urlencoded v0.7.1
15332026-07-22T04:20:46.193Z Compiling proptest v1.10.0
15342026-07-22T04:20:46.253Z Compiling thiserror v1.0.69
15352026-07-22T04:20:46.295Z Compiling stringprep v0.1.5
15362026-07-22T04:20:46.427Z Compiling miniz_oxide v0.8.9
15372026-07-22T04:20:46.557Z Compiling scroll v0.12.0
15382026-07-22T04:20:47.074Z Compiling tower-http v0.6.8
15392026-07-22T04:20:47.226Z Compiling derive_builder_macro v0.20.2
15402026-07-22T04:20:47.427Z Compiling tokio-native-tls v0.3.1
15412026-07-22T04:20:47.441Z Compiling camino v1.2.2
15422026-07-22T04:20:47.592Z Compiling bstr v1.12.1
15432026-07-22T04:20:47.688Z Compiling ipnetwork v0.21.1
15442026-07-22T04:20:47.768Z Compiling darling_macro v0.23.0
15452026-07-22T04:20:47.828Z Compiling crypto-common v0.2.2
15462026-07-22T04:20:48.007Z Compiling block-buffer v0.12.1
15472026-07-22T04:20:48.141Z Compiling block-padding v0.4.2
15482026-07-22T04:20:48.205Z Compiling rustls-native-certs v0.8.3
15492026-07-22T04:20:48.242Z Compiling rand_chacha v0.3.1
15502026-07-22T04:20:48.262Z Compiling erased-serde v0.3.31
15512026-07-22T04:20:48.308Z Compiling hex v0.4.3
15522026-07-22T04:20:48.492Z Compiling serde_tokenstream v0.2.3
15532026-07-22T04:20:48.571Z Compiling toml_datetime v0.6.11
15542026-07-22T04:20:48.742Z Compiling serde_spanned v0.6.9
15552026-07-22T04:20:48.805Z Compiling md-5 v0.10.6
15562026-07-22T04:20:48.834Z Compiling signature v2.2.0
15572026-07-22T04:20:48.893Z Compiling curve25519-dalek v4.1.3
15582026-07-22T04:20:48.995Z Compiling zerocopy-derive v0.7.35
15592026-07-22T04:20:49.027Z Compiling async-trait v0.1.89
15602026-07-22T04:20:49.039Z Compiling pin-project-internal v1.1.11
15612026-07-22T04:20:49.241Z Compiling vergen-lib v9.1.0
15622026-07-22T04:20:49.443Z Compiling hash32 v0.2.1
15632026-07-22T04:20:49.549Z Compiling num-integer v0.1.46
15642026-07-22T04:20:49.634Z Compiling memoffset v0.9.1
15652026-07-22T04:20:49.839Z Compiling encoding_rs v0.8.35
15662026-07-22T04:20:49.854Z Compiling fallible-iterator v0.2.0
15672026-07-22T04:20:49.868Z Compiling smoltcp v0.9.1
15682026-07-22T04:20:50.023Z Compiling zlib-rs v0.6.2
15692026-07-22T04:20:50.130Z Compiling litrs v1.0.0
15702026-07-22T04:20:50.161Z Compiling num-bigint-dig v0.8.6
15712026-07-22T04:20:50.214Z Compiling psl-types v2.0.11
15722026-07-22T04:20:50.337Z Compiling cfg_aliases v0.2.1
15732026-07-22T04:20:50.365Z Compiling rustix v0.38.44
15742026-07-22T04:20:50.412Z Compiling mime v0.3.17
15752026-07-22T04:20:50.631Z Compiling ref-cast v1.0.25
15762026-07-22T04:20:50.671Z Compiling document-features v0.2.12
15772026-07-22T04:20:50.809Z Compiling nix v0.31.2
15782026-07-22T04:20:51.014Z Compiling publicsuffix v2.3.0
15792026-07-22T04:20:51.185Z Compiling pin-project v1.1.11
15802026-07-22T04:20:51.221Z Compiling postgres-protocol v0.6.10
15812026-07-22T04:20:51.267Z Compiling zerocopy v0.7.35
15822026-07-22T04:20:51.312Z Compiling hubpack_derive v0.1.1
15832026-07-22T04:20:51.327Z Compiling num-iter v0.1.45
15842026-07-22T04:20:51.756Z Compiling newtype-uuid v1.3.2
15852026-07-22T04:20:51.756Z Compiling rand v0.8.6
15862026-07-22T04:20:51.800Z Compiling inout v0.2.2
15872026-07-22T04:20:51.866Z Compiling darling v0.23.0
15882026-07-22T04:20:51.921Z Compiling oxnet v0.1.6
15892026-07-22T04:20:51.941Z Compiling derive_builder v0.20.2
15902026-07-22T04:20:51.995Z Compiling hyper-tls v0.6.0
15912026-07-22T04:20:52.209Z Compiling goblin v0.8.2
15922026-07-22T04:20:52.628Z Compiling phf_shared v0.13.1
15932026-07-22T04:20:52.645Z Compiling regex v1.12.3
15942026-07-22T04:20:52.694Z Compiling lazy_static v1.5.0
15952026-07-22T04:20:52.846Z Compiling anstyle-parse v0.2.7
15962026-07-22T04:20:52.907Z Compiling futures-executor v0.3.32
15972026-07-22T04:20:53.034Z Compiling flate2 v1.1.9
15982026-07-22T04:20:53.105Z Compiling terminal_size v0.4.3
15992026-07-22T04:20:53.129Z Compiling curve25519-dalek-derive v0.1.1
16002026-07-22T04:20:53.170Z Compiling snafu-derive v0.8.9
16012026-07-22T04:20:53.246Z Compiling daft-derive v0.1.7
16022026-07-22T04:20:53.407Z Compiling ref-cast-impl v1.0.25
16032026-07-22T04:20:53.453Z Compiling strum_macros v0.27.2
16042026-07-22T04:20:53.789Z Compiling vergen v9.1.0
16052026-07-22T04:20:53.975Z Compiling cargo-platform v0.3.2
16062026-07-22T04:20:53.990Z Compiling ff v0.13.1
16072026-07-22T04:20:54.004Z Compiling fs-err v3.3.0
16082026-07-22T04:20:54.126Z Compiling ahash v0.8.12
16092026-07-22T04:20:54.206Z Compiling managed v0.8.0
16102026-07-22T04:20:54.245Z Compiling foldhash v0.1.5
16112026-07-22T04:20:54.351Z Compiling foldhash v0.2.0
16122026-07-22T04:20:54.429Z Compiling unicode-segmentation v1.12.0
16132026-07-22T04:20:54.448Z Compiling bitflags v1.3.2
16142026-07-22T04:20:54.558Z Compiling same-file v1.0.6
16152026-07-22T04:20:54.728Z Compiling bumpalo v3.20.2
16162026-07-22T04:20:54.879Z Compiling base16ct v0.2.0
16172026-07-22T04:20:55.009Z Compiling object v0.37.3
16182026-07-22T04:20:55.009Z Compiling libbz2-rs-sys v0.2.2
16192026-07-22T04:20:55.009Z Compiling winnow v0.5.40
16202026-07-22T04:20:55.163Z Compiling snafu v0.8.9
16212026-07-22T04:20:55.268Z Compiling clap_builder v4.6.0
16222026-07-22T04:20:55.498Z Compiling strum v0.27.2
16232026-07-22T04:20:55.645Z Compiling bzip2 v0.6.1
16242026-07-22T04:20:55.646Z Compiling sec1 v0.7.3
16252026-07-22T04:20:55.646Z Compiling zopfli v0.8.3
16262026-07-22T04:20:55.778Z Compiling walkdir v2.5.0
16272026-07-22T04:20:55.852Z Compiling hashbrown v0.16.1
16282026-07-22T04:20:55.969Z Compiling dof v0.3.0
16292026-07-22T04:20:56.197Z Compiling toml_edit v0.19.15
16302026-07-22T04:20:56.264Z Compiling hashbrown v0.15.5
16312026-07-22T04:20:56.439Z Compiling cargo_metadata v0.23.1
16322026-07-22T04:20:56.544Z Compiling group v0.13.0
16332026-07-22T04:20:56.683Z Compiling daft v0.1.7
16342026-07-22T04:20:56.824Z Compiling futures v0.3.32
16352026-07-22T04:20:56.906Z Compiling anstream v0.6.21
16362026-07-22T04:20:56.965Z Compiling phf v0.13.1
16372026-07-22T04:20:57.115Z Compiling signal-hook-mio v0.2.5
16382026-07-22T04:20:57.235Z Compiling cookie_store v0.22.1
16392026-07-22T04:20:57.556Z Compiling zstd v0.13.3
16402026-07-22T04:20:57.835Z Compiling reqwest v0.12.28
16412026-07-22T04:20:57.863Z Compiling bzip2 v0.4.4
16422026-07-22T04:20:57.891Z Compiling serde_with_macros v3.21.0
16432026-07-22T04:20:58.075Z Compiling cipher v0.5.2
16442026-07-22T04:20:58.079Z Compiling hubpack v0.1.2
16452026-07-22T04:20:58.309Z Compiling postgres-types v0.2.12
16462026-07-22T04:20:58.868Z Compiling ed25519 v2.2.3
16472026-07-22T04:20:58.886Z Compiling usdt-macro v0.6.0
16482026-07-22T04:20:59.046Z Compiling usdt-attr-macro v0.6.0
16492026-07-22T04:20:59.872Z Compiling globset v0.4.18
16502026-07-22T04:20:59.872Z Compiling dtrace-parser v0.2.0
16512026-07-22T04:20:59.872Z Compiling phf_shared v0.11.3
16522026-07-22T04:20:59.953Z Compiling hkdf v0.12.4
16532026-07-22T04:20:59.953Z Compiling olpc-cjson v0.1.4
16542026-07-22T04:20:59.960Z Compiling pkcs1 v0.7.5
16552026-07-22T04:20:59.986Z Compiling serde-big-array v0.5.1
16562026-07-22T04:21:00.015Z Compiling serde_plain v1.0.2
16572026-07-22T04:21:00.137Z Compiling crypto-bigint v0.5.5
16582026-07-22T04:21:00.241Z Compiling enum-as-inner v0.6.1
16592026-07-22T04:21:00.275Z Compiling async-recursion v1.1.1
16602026-07-22T04:21:00.392Z Compiling strum_macros v0.26.4
16612026-07-22T04:21:00.419Z Compiling serde_repr v0.1.20
16622026-07-22T04:21:00.738Z Compiling clap_derive v4.6.1
16632026-07-22T04:21:00.936Z Compiling pem v3.0.6
16642026-07-22T04:21:00.951Z Compiling float-cmp v0.10.0
16652026-07-22T04:21:01.111Z Compiling memmap2 v0.9.10
16662026-07-22T04:21:01.240Z Compiling thread-id v4.2.2
16672026-07-22T04:21:01.290Z Compiling env_filter v1.0.0
16682026-07-22T04:21:01.324Z Compiling whoami v2.1.0
16692026-07-22T04:21:01.523Z Compiling predicates-core v1.0.10
16702026-07-22T04:21:01.593Z Compiling fixedbitset v0.4.2
16712026-07-22T04:21:01.699Z Compiling jiff v0.2.21
16722026-07-22T04:21:01.716Z Compiling winnow v1.0.3
16732026-07-22T04:21:01.803Z Compiling static_assertions v1.1.0
16742026-07-22T04:21:01.883Z Compiling either v1.15.0
16752026-07-22T04:21:02.065Z Compiling normalize-line-endings v0.3.0
16762026-07-22T04:21:02.081Z Compiling fixedbitset v0.5.7
16772026-07-22T04:21:02.092Z Compiling precomputed-hash v0.1.1
16782026-07-22T04:21:02.160Z Compiling data-encoding v2.10.0
16792026-07-22T04:21:02.176Z Compiling const-oid v0.10.2
16802026-07-22T04:21:02.212Z Compiling typed-path v0.9.3
16812026-07-22T04:21:02.377Z Compiling keccak v0.1.6
16822026-07-22T04:21:02.380Z Compiling cpufeatures v0.3.0
16832026-07-22T04:21:02.466Z Compiling difflib v0.4.0
16842026-07-22T04:21:02.469Z Compiling new_debug_unreachable v1.0.6
16852026-07-22T04:21:02.553Z Compiling string_cache v0.8.9
16862026-07-22T04:21:02.656Z Compiling sha3 v0.10.8
16872026-07-22T04:21:02.836Z Compiling predicates v3.1.4
16882026-07-22T04:21:02.900Z Compiling clap v4.6.1
16892026-07-22T04:21:02.988Z Compiling toml_edit v0.22.27
16902026-07-22T04:21:03.035Z Compiling chacha20 v0.10.0
16912026-07-22T04:21:03.118Z Compiling hickory-proto v0.25.2
16922026-07-22T04:21:03.142Z Compiling digest v0.11.3
16932026-07-22T04:21:03.371Z Compiling petgraph v0.8.3
16942026-07-22T04:21:03.404Z Compiling strum v0.26.3
16952026-07-22T04:21:03.489Z Compiling itertools v0.13.0
16962026-07-22T04:21:03.506Z Compiling toml_parser v1.1.2+spec-1.1.0
16972026-07-22T04:21:03.531Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-07-22T04:21:04.148Z Compiling petgraph v0.6.5
16992026-07-22T04:21:04.736Z Compiling zip v4.6.1
17002026-07-22T04:21:05.317Z Compiling tokio-postgres v0.7.16
17012026-07-22T04:21:05.645Z Compiling env_logger v0.11.9
17022026-07-22T04:21:05.711Z Compiling usdt-impl v0.5.0
17032026-07-22T04:21:05.794Z Compiling usdt v0.6.0
17042026-07-22T04:21:05.905Z Compiling elliptic-curve v0.13.8
17052026-07-22T04:21:05.975Z Compiling rsa v0.9.10
17062026-07-22T04:21:05.996Z Compiling crossterm v0.28.1
17072026-07-22T04:21:06.258Z Compiling serde_with v3.21.0
17082026-07-22T04:21:06.288Z Compiling ed25519-dalek v2.2.0
17092026-07-22T04:21:06.921Z Compiling zip v0.6.6
17102026-07-22T04:21:07.270Z Compiling toml v0.7.8
17112026-07-22T04:21:07.523Z Compiling iddqd v0.4.2
17122026-07-22T04:21:08.067Z Compiling similar v2.7.0
17132026-07-22T04:21:08.075Z Compiling heck v0.4.1
17142026-07-22T04:21:08.134Z Compiling byte-wrapper v0.1.0
17152026-07-22T04:21:08.191Z Compiling crossbeam-epoch v0.9.18
17162026-07-22T04:21:08.321Z Compiling tokio-stream v0.1.18
17172026-07-22T04:21:08.475Z Compiling buf-list v1.1.2
17182026-07-22T04:21:08.518Z Compiling x509-cert v0.2.5
17192026-07-22T04:21:08.753Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-22T04:21:08.771Z Compiling openapiv3 v2.2.0
17212026-07-22T04:21:08.850Z Compiling peg-runtime v0.8.5
17222026-07-22T04:21:08.929Z Compiling lalrpop-util v0.19.12
17232026-07-22T04:21:09.037Z Compiling thread_local v1.1.9
17242026-07-22T04:21:09.116Z Compiling slog-async v2.8.0
17252026-07-22T04:21:09.132Z Compiling crossbeam-channel v0.5.15
17262026-07-22T04:21:09.244Z Compiling is-terminal v0.4.17
17272026-07-22T04:21:09.278Z Compiling filetime v0.2.27
17282026-07-22T04:21:09.345Z Compiling take_mut v0.2.2
17292026-07-22T04:21:09.445Z Compiling term v1.2.1
17302026-07-22T04:21:09.463Z Compiling xattr v1.6.1
17312026-07-22T04:21:09.569Z Compiling tar v0.4.46
17322026-07-22T04:21:09.624Z Compiling camino-tempfile v1.4.1
17332026-07-22T04:21:09.851Z Compiling slog-term v2.9.2
17342026-07-22T04:21:19.990Z Compiling rustls-webpki v0.103.13
17352026-07-22T04:21:22.368Z Compiling tokio-rustls v0.26.4
17362026-07-22T04:21:22.368Z Compiling rustls-platform-verifier v0.6.2
17372026-07-22T04:21:22.373Z Compiling tough v0.22.0
17382026-07-22T04:21:22.585Z Compiling hyper-rustls v0.27.7
17392026-07-22T04:21:22.799Z Compiling reqwest v0.13.2
17402026-07-22T04:21:25.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-22T04:21:25.256Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-22T04:21:28.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17432026-07-22T04:21:28.198Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: MaghemiteMgd
17452026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: Console
17462026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: MaghemiteDdmd
17472026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: Cockroach
17482026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: Clickhouse
17492026-07-22T04:21:28.251ZJul 22 04:21:27.348 INFO Starting download, target: DendriteStub
17502026-07-22T04:21:28.254ZJul 22 04:21:27.348 INFO Starting download, target: TransceiverControl
17512026-07-22T04:21:28.254ZJul 22 04:21:27.348 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-07-22T04:21:28.255ZJul 22 04:21:27.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-07-22T04:21:28.789ZJul 22 04:21:27.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-22T04:21:29.003ZJul 22 04:21:28.079 INFO Download complete, target: TransceiverControl
17602026-07-22T04:21:29.728ZJul 22 04:21:28.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-22T04:21:29.981ZJul 22 04:21:29.075 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17622026-07-22T04:21:30.010ZJul 22 04:21:29.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-07-22T04:21:30.170ZJul 22 04:21:29.266 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-22T04:21:30.515ZJul 22 04:21:29.612 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-22T04:21:30.515ZJul 22 04:21:29.612 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-22T04:21:32.093ZJul 22 04:21:31.187 INFO Download complete, target: MaghemiteDdmd
17672026-07-22T04:21:32.235ZJul 22 04:21:31.328 INFO Download complete, target: DendriteStub
17682026-07-22T04:21:32.615ZJul 22 04:21:31.708 INFO Download complete, target: MaghemiteMgd
17692026-07-22T04:21:33.153ZJul 22 04:21:32.247 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-07-22T04:21:33.401ZJul 22 04:21:32.495 INFO Download complete, target: Console
17712026-07-22T04:21:35.212ZJul 22 04:21:34.309 INFO Checking that binary works, target: Cockroach
17722026-07-22T04:21:35.327ZJul 22 04:21:34.423 INFO Download complete, target: Cockroach
17732026-07-22T04:21:36.913ZJul 22 04:21:36.009 INFO Checking that binary works, target: Clickhouse
17742026-07-22T04:21:37.036ZJul 22 04:21:36.132 INFO Download complete, target: Clickhouse
17752026-07-22T04:21:37.051ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-22T04:21:37.054Z
17772026-07-22T04:21:37.054Zreal 2:05.848878984
17782026-07-22T04:21:37.054Zuser 6:36.786769985
17792026-07-22T04:21:37.054Zsys 1:21.635086856
17802026-07-22T04:21:37.054Ztrap 0.229591550
17812026-07-22T04:21:37.054Ztflt 0.530766382
17822026-07-22T04:21:37.055Zdflt 0.828967757
17832026-07-22T04:21:37.055Zkflt 0.026628226
17842026-07-22T04:21:37.055Zlock 22:07.675070416
17852026-07-22T04:21:37.055Zslp 20:06.203137694
17862026-07-22T04:21:37.055Zlat 46.555437707
17872026-07-22T04:21:37.055Zstop 2:00.647769379
17882026-07-22T04:21:37.055Z+ banner clippy
17892026-07-22T04:21:37.055Z
17902026-07-22T04:21:37.055Z #### # # ##### ##### # #
17912026-07-22T04:21:37.055Z # # # # # # # # # #
17922026-07-22T04:21:37.055Z # # # # # # # #
17932026-07-22T04:21:37.055Z # # # ##### ##### #
17942026-07-22T04:21:37.055Z # # # # # # #
17952026-07-22T04:21:37.055Z #### ###### # # # #
17962026-07-22T04:21:37.055Z
17972026-07-22T04:21:37.055Z+ export CARGO_INCREMENTAL=0
17982026-07-22T04:21:37.055Z+ CARGO_INCREMENTAL=0
17992026-07-22T04:21:37.055Z+ ptime -m cargo xtask clippy
18002026-07-22T04:21:37.513Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-22T04:21:37.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-22T04:21:39.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
18032026-07-22T04:21:39.625Z Running `target/debug/xtask clippy`
18042026-07-22T04:21:39.652Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18052026-07-22T04:21:40.218Z Downloading crates ...
18062026-07-22T04:21:40.421Z Downloaded async-object-pool v0.2.0
18072026-07-22T04:21:40.424Z Downloaded miette-derive v5.10.0
18082026-07-22T04:21:40.428Z Downloaded linkme v0.3.35
18092026-07-22T04:21:40.436Z Downloaded target-triple v1.0.0
18102026-07-22T04:21:40.455Z Downloaded datatest-stable v0.3.3
18112026-07-22T04:21:40.459Z Downloaded gimli v0.32.3
18122026-07-22T04:21:40.490Z Downloaded parking v2.2.1
18132026-07-22T04:21:40.494Z Downloaded guppy-workspace-hack v0.1.0
18142026-07-22T04:21:40.494Z Downloaded assert-json-diff v2.0.2
18152026-07-22T04:21:40.497Z Downloaded plotters-backend v0.3.7
18162026-07-22T04:21:40.497Z Downloaded event-listener-strategy v0.5.4
18172026-07-22T04:21:40.501Z Downloaded hex-literal v0.4.1
18182026-07-22T04:21:40.505Z Downloaded plotters-svg v0.3.7
18192026-07-22T04:21:40.506Z Downloaded backtrace-ext v0.2.1
18202026-07-22T04:21:40.506Z Downloaded approx v0.5.1
18212026-07-22T04:21:40.509Z Downloaded linkme-impl v0.3.35
18222026-07-22T04:21:40.509Z Downloaded supports-hyperlinks v2.1.0
18232026-07-22T04:21:40.509Z Downloaded serde_regex v1.1.0
18242026-07-22T04:21:40.513Z Downloaded supports-unicode v2.1.0
18252026-07-22T04:21:40.513Z Downloaded constant_time_eq v0.3.1
18262026-07-22T04:21:40.513Z Downloaded cast v0.3.0
18272026-07-22T04:21:40.516Z Downloaded supports-color v2.1.0
18282026-07-22T04:21:40.519Z Downloaded nested v0.1.1
18292026-07-22T04:21:40.525Z Downloaded pathdiff v0.2.3
18302026-07-22T04:21:40.528Z Downloaded escape8259 v0.5.3
18312026-07-22T04:21:40.533Z Downloaded oorandom v11.1.5
18322026-07-22T04:21:40.537Z Downloaded target-lexicon v0.13.3
18332026-07-22T04:21:40.537Z Downloaded path-tree v0.8.3
18342026-07-22T04:21:40.540Z Downloaded knuffel-derive v3.2.0
18352026-07-22T04:21:40.543Z Downloaded terminal_size v0.1.17
18362026-07-22T04:21:40.543Z Downloaded tinytemplate v1.2.1
18372026-07-22T04:21:40.543Z Downloaded concurrent-queue v2.5.0
18382026-07-22T04:21:40.546Z Downloaded rustc-demangle v0.1.27
18392026-07-22T04:21:40.551Z Downloaded relative-path v1.9.3
18402026-07-22T04:21:40.555Z Downloaded criterion-plot v0.6.0
18412026-07-22T04:21:40.555Z Downloaded libtest-mimic v0.8.1
18422026-07-22T04:21:40.555Z Downloaded owo-colors v3.5.0
18432026-07-22T04:21:40.558Z Downloaded stringmetrics v2.2.2
18442026-07-22T04:21:40.558Z Downloaded httptest v0.16.4
18452026-07-22T04:21:40.558Z Downloaded similar-asserts v1.7.0
18462026-07-22T04:21:40.562Z Downloaded termcolor v1.4.1
18472026-07-22T04:21:40.562Z Downloaded rust-argon2 v2.1.0
18482026-07-22T04:21:40.562Z Downloaded partial-io v0.5.4
18492026-07-22T04:21:40.562Z Downloaded assert_cmd v2.1.2
18502026-07-22T04:21:40.570Z Downloaded hickory-client v0.25.2
18512026-07-22T04:21:40.570Z Downloaded async-lock v3.4.2
18522026-07-22T04:21:40.570Z Downloaded target-spec v3.5.7
18532026-07-22T04:21:40.580Z Downloaded addr2line v0.25.1
18542026-07-22T04:21:40.580Z Downloaded anes v0.1.6
18552026-07-22T04:21:40.580Z Downloaded trybuild v1.0.116
18562026-07-22T04:21:40.580Z Downloaded futures-timer v3.0.3
18572026-07-22T04:21:40.585Z Downloaded textwrap v0.15.2
18582026-07-22T04:21:40.585Z Downloaded event-listener v5.4.1
18592026-07-22T04:21:40.585Z Downloaded blake2b_simd v1.0.4
18602026-07-22T04:21:40.591Z Downloaded rstest v0.25.0
18612026-07-22T04:21:40.595Z Downloaded rstest_macros v0.25.0
18622026-07-22T04:21:40.599Z Downloaded chumsky v0.9.3
18632026-07-22T04:21:40.599Z Downloaded knuffel v3.2.0
18642026-07-22T04:21:40.602Z Downloaded cfg-expr v0.20.6
18652026-07-22T04:21:40.605Z Downloaded fancy-regex v0.14.0
18662026-07-22T04:21:40.610Z Downloaded miette v5.10.0
18672026-07-22T04:21:40.613Z Downloaded backtrace v0.3.76
18682026-07-22T04:21:40.617Z Downloaded rand_distr v0.5.1
18692026-07-22T04:21:40.626Z Downloaded guppy v0.17.25
18702026-07-22T04:21:40.630Z Downloaded criterion v0.7.0
18712026-07-22T04:21:40.637Z Downloaded plotters v0.3.7
18722026-07-22T04:21:40.637Z Downloaded hashbrown v0.14.5
18732026-07-22T04:21:40.702Z Downloaded httpmock v0.8.3
18742026-07-22T04:21:42.379Z Checking cfg-if v1.0.4
18752026-07-22T04:21:42.738Z Checking libc v0.2.185
18762026-07-22T04:21:42.744Z Checking serde_core v1.0.228
18772026-07-22T04:21:42.797Z Checking memchr v2.8.0
18782026-07-22T04:21:42.832Z Checking smallvec v1.15.1
18792026-07-22T04:21:42.859Z Checking zeroize v1.8.2
18802026-07-22T04:21:42.892Z Checking rand_core v0.10.0
18812026-07-22T04:21:42.924Z Checking itoa v1.0.17
18822026-07-22T04:21:42.954Z Checking subtle v2.6.1
18832026-07-22T04:21:43.035Z Checking log v0.4.29
18842026-07-22T04:21:43.064Z Checking libm v0.2.16
18852026-07-22T04:21:43.104Z Checking typenum v1.20.1
18862026-07-22T04:21:43.142Z Checking getrandom v0.4.1
18872026-07-22T04:21:43.142Z Checking errno v0.3.14
18882026-07-22T04:21:43.200Z Checking scopeguard v1.2.0
18892026-07-22T04:21:43.235Z Checking stable_deref_trait v1.2.1
18902026-07-22T04:21:43.266Z Checking zmij v1.0.21
18912026-07-22T04:21:43.301Z Checking zerofrom v0.1.6
18922026-07-22T04:21:43.333Z Checking lock_api v0.4.14
18932026-07-22T04:21:43.365Z Checking percent-encoding v2.3.2
18942026-07-22T04:21:43.396Z Checking litemap v0.8.1
18952026-07-22T04:21:43.434Z Checking yoke v0.8.1
18962026-07-22T04:21:43.492Z Checking writeable v0.6.2
18972026-07-22T04:21:43.527Z Checking icu_properties_data v2.1.2
18982026-07-22T04:21:43.557Z Checking icu_normalizer_data v2.1.1
18992026-07-22T04:21:43.588Z Checking form_urlencoded v1.2.2
19002026-07-22T04:21:43.619Z Checking zerovec v0.11.5
19012026-07-22T04:21:43.657Z Checking zerotrie v0.2.3
19022026-07-22T04:21:43.690Z Checking utf8_iter v1.0.4
19032026-07-22T04:21:43.725Z Checking pin-project-lite v0.2.17
19042026-07-22T04:21:43.758Z Checking num-traits v0.2.19
19052026-07-22T04:21:43.792Z Checking zerocopy v0.8.40
19062026-07-22T04:21:43.838Z Checking parking_lot_core v0.9.12
19072026-07-22T04:21:43.868Z Checking portable-atomic v1.13.1
19082026-07-22T04:21:43.903Z Checking critical-section v1.2.0
19092026-07-22T04:21:43.944Z Checking signal-hook-registry v1.4.8
19102026-07-22T04:21:44.024Z Checking mio v1.2.0
19112026-07-22T04:21:44.058Z Checking parking_lot v0.12.5
19122026-07-22T04:21:44.086Z Checking tinystr v0.8.2
19132026-07-22T04:21:44.128Z Checking potential_utf v0.1.4
19142026-07-22T04:21:44.260Z Checking serde v1.0.228
19152026-07-22T04:21:44.261Z Checking bitflags v2.11.0
19162026-07-22T04:21:44.322Z Checking serde_json v1.0.150
19172026-07-22T04:21:44.325Z Checking icu_locale_core v2.1.1
19182026-07-22T04:21:44.348Z Checking icu_collections v2.1.1
19192026-07-22T04:21:44.351Z Checking once_cell v1.21.3
19202026-07-22T04:21:44.442Z Checking iana-time-zone v0.1.65
19212026-07-22T04:21:44.479Z Checking socket2 v0.6.3
19222026-07-22T04:21:44.573Z Checking uuid v1.23.4
19232026-07-22T04:21:44.616Z Checking semver v1.0.28
19242026-07-22T04:21:44.681Z Checking bytes v1.11.1
19252026-07-22T04:21:44.713Z Checking chrono v0.4.45
19262026-07-22T04:21:44.749Z Checking thiserror v2.0.18
19272026-07-22T04:21:44.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19282026-07-22T04:21:44.895Z Checking dyn-clone v1.0.20
19292026-07-22T04:21:44.928Z Checking futures-core v0.3.32
19302026-07-22T04:21:44.932Z Checking icu_provider v2.1.1
19312026-07-22T04:21:44.993Z Checking getrandom v0.2.17
19322026-07-22T04:21:45.024Z Checking equivalent v1.0.2
19332026-07-22T04:21:45.073Z Checking rustix v1.1.3
19342026-07-22T04:21:45.138Z Checking cmov v0.5.4
19352026-07-22T04:21:45.143Z Checking tokio v1.52.1
19362026-07-22T04:21:45.197Z Checking rand_core v0.6.4
19372026-07-22T04:21:45.224Z Checking icu_properties v2.1.2
19382026-07-22T04:21:45.227Z Checking icu_normalizer v2.1.1
19392026-07-22T04:21:45.344Z Checking ctutils v0.4.2
19402026-07-22T04:21:45.404Z Checking byteorder v1.5.0
19412026-07-22T04:21:45.551Z Checking futures-sink v0.3.32
19422026-07-22T04:21:45.582Z Checking hybrid-array v0.4.13
19432026-07-22T04:21:45.615Z Checking generic-array v0.14.7
19442026-07-22T04:21:45.642Z Checking slab v0.4.12
19452026-07-22T04:21:45.688Z Checking futures-channel v0.3.32
19462026-07-22T04:21:45.820Z Checking futures-io v0.3.32
19472026-07-22T04:21:45.894Z Checking futures-task v0.3.32
19482026-07-22T04:21:45.925Z Checking getrandom v0.3.4
19492026-07-22T04:21:45.957Z Checking hashbrown v0.17.0
19502026-07-22T04:21:46.054Z Checking futures-util v0.3.32
19512026-07-22T04:21:46.087Z Checking thiserror v1.0.69
19522026-07-22T04:21:46.091Z Checking idna_adapter v1.2.1
19532026-07-22T04:21:46.091Z Checking const-oid v0.9.6
19542026-07-22T04:21:46.203Z Checking base64ct v1.8.3
19552026-07-22T04:21:46.254Z Checking idna v1.1.0
19562026-07-22T04:21:46.342Z Checking crypto-common v0.2.2
19572026-07-22T04:21:46.444Z Checking indexmap v2.14.0
19582026-07-22T04:21:46.475Z Checking fnv v1.0.7
19592026-07-22T04:21:46.517Z Checking url v2.5.8
19602026-07-22T04:21:46.548Z Checking ppv-lite86 v0.2.21
19612026-07-22T04:21:46.588Z Checking crypto-common v0.1.7
19622026-07-22T04:21:46.733Z Checking regex-syntax v0.8.10
19632026-07-22T04:21:46.835Z Checking block-buffer v0.12.1
19642026-07-22T04:21:46.868Z Checking block-buffer v0.10.4
19652026-07-22T04:21:46.954Z Checking utf8parse v0.2.2
19662026-07-22T04:21:46.991Z Checking schemars v0.8.22
19672026-07-22T04:21:47.022Z Checking base64 v0.22.1
19682026-07-22T04:21:47.054Z Checking digest v0.10.7
19692026-07-22T04:21:47.058Z Checking anstyle v1.0.14
19702026-07-22T04:21:47.112Z Checking http v1.4.2
19712026-07-22T04:21:47.274Z Checking tracing-core v0.1.36
19722026-07-22T04:21:47.306Z Checking is_terminal_polyfill v1.70.2
19732026-07-22T04:21:47.309Z Checking colorchoice v1.0.4
19742026-07-22T04:21:47.440Z Checking anstyle-query v1.1.5
19752026-07-22T04:21:47.465Z Checking anstyle-parse v1.0.0
19762026-07-22T04:21:47.534Z Checking rand_core v0.9.5
19772026-07-22T04:21:47.607Z Checking tracing v0.1.44
19782026-07-22T04:21:47.638Z Checking terminal_size v0.4.3
19792026-07-22T04:21:47.667Z Checking ipnet v2.11.0
19802026-07-22T04:21:47.700Z Checking const-oid v0.10.2
19812026-07-22T04:21:47.731Z Checking anstream v1.0.0
19822026-07-22T04:21:47.769Z Checking clap_lex v1.0.0
19832026-07-22T04:21:47.827Z Checking strsim v0.11.1
19842026-07-22T04:21:47.879Z Checking aho-corasick v1.1.4
19852026-07-22T04:21:47.940Z Checking rand_chacha v0.9.0
19862026-07-22T04:21:47.942Z Checking crossbeam-utils v0.8.21
19872026-07-22T04:21:47.999Z Checking unicode-ident v1.0.24
19882026-07-22T04:21:48.031Z Checking clap_builder v4.6.0
19892026-07-22T04:21:48.034Z Checking erased-serde v0.3.31
19902026-07-22T04:21:48.095Z Checking httparse v1.10.1
19912026-07-22T04:21:48.128Z Checking proc-macro2 v1.0.106
19922026-07-22T04:21:48.159Z Checking rand v0.9.2
19932026-07-22T04:21:48.321Z Checking cpufeatures v0.3.0
19942026-07-22T04:21:48.352Z Checking powerfmt v0.2.0
19952026-07-22T04:21:48.385Z Checking tokio-util v0.7.18
19962026-07-22T04:21:48.417Z Checking digest v0.11.3
19972026-07-22T04:21:48.459Z Checking slog v2.8.2
19982026-07-22T04:21:48.463Z Checking quote v1.0.45
19992026-07-22T04:21:48.519Z Checking deranged v0.5.8
20002026-07-22T04:21:48.578Z Checking regex-automata v0.4.14
20012026-07-22T04:21:48.614Z Checking num-conv v0.2.0
20022026-07-22T04:21:48.647Z Checking cpufeatures v0.2.17
20032026-07-22T04:21:48.681Z Checking time-core v0.1.8
20042026-07-22T04:21:48.737Z Checking fastrand v2.3.0
20052026-07-22T04:21:48.770Z Checking allocator-api2 v0.2.21
20062026-07-22T04:21:48.776Z Checking num_threads v0.1.7
20072026-07-22T04:21:48.835Z Checking syn v2.0.117
20082026-07-22T04:21:48.909Z Checking anyhow v1.0.102
20092026-07-22T04:21:48.942Z Checking http-body v1.0.1
20102026-07-22T04:21:49.008Z Checking atomic-waker v1.1.2
20112026-07-22T04:21:49.077Z Checking tempfile v3.25.0
20122026-07-22T04:21:49.113Z Checking aws-lc-sys v0.40.0
20132026-07-22T04:21:49.139Z Checking rustls-pki-types v1.14.0
20142026-07-22T04:21:49.144Z Checking httpdate v1.0.3
20152026-07-22T04:21:49.272Z Checking clap v4.6.1
20162026-07-22T04:21:49.303Z Checking untrusted v0.7.1
20172026-07-22T04:21:49.341Z Checking try-lock v0.2.5
20182026-07-22T04:21:49.371Z Checking h2 v0.4.15
20192026-07-22T04:21:49.435Z Checking ipnetwork v0.21.1
20202026-07-22T04:21:49.465Z Checking want v0.3.1
20212026-07-22T04:21:49.468Z Checking time v0.3.47
20222026-07-22T04:21:49.468Z Checking hex v0.4.3
20232026-07-22T04:21:49.611Z Checking tower-layer v0.3.3
20242026-07-22T04:21:49.640Z Checking aws-lc-rs v1.16.3
20252026-07-22T04:21:49.671Z Checking tower-service v0.3.3
20262026-07-22T04:21:49.739Z Checking ryu v1.0.23
20272026-07-22T04:21:49.782Z Checking pem-rfc7468 v0.7.0
20282026-07-22T04:21:49.789Z Checking spin v0.9.8
20292026-07-22T04:21:49.894Z Checking flagset v0.4.7
20302026-07-22T04:21:49.966Z Checking simd-adler32 v0.3.8
20312026-07-22T04:21:50.011Z Checking untrusted v0.9.0
20322026-07-22T04:21:50.042Z Checking der v0.7.10
20332026-07-22T04:21:50.140Z Checking mime v0.3.17
20342026-07-22T04:21:50.175Z Checking adler2 v2.0.1
20352026-07-22T04:21:50.304Z Checking miniz_oxide v0.8.9
20362026-07-22T04:21:50.349Z Checking http-body-util v0.1.3
20372026-07-22T04:21:50.425Z Checking block-padding v0.4.2
20382026-07-22T04:21:50.508Z Checking rustls-webpki v0.103.13
20392026-07-22T04:21:50.569Z Checking inout v0.2.2
20402026-07-22T04:21:50.595Z Checking camino v1.2.2
20412026-07-22T04:21:50.669Z Checking openssl-probe v0.2.1
20422026-07-22T04:21:50.700Z Checking pretty-hex v0.4.1
20432026-07-22T04:21:50.735Z Checking serde_urlencoded v0.7.1
20442026-07-22T04:21:50.792Z Checking rand_chacha v0.3.1
20452026-07-22T04:21:50.821Z Checking encoding_rs v0.8.35
20462026-07-22T04:21:50.852Z Checking plain v0.2.3
20472026-07-22T04:21:50.878Z Checking spki v0.7.3
20482026-07-22T04:21:50.929Z Checking rustls v0.23.41
20492026-07-22T04:21:50.960Z Checking cipher v0.5.2
20502026-07-22T04:21:50.988Z Checking regex v1.12.3
20512026-07-22T04:21:51.019Z Checking rand v0.8.6
20522026-07-22T04:21:51.063Z Checking oxnet v0.1.6
20532026-07-22T04:21:51.116Z Checking ucd-trie v0.1.7
20542026-07-22T04:21:51.219Z Checking crc32fast v1.5.0
20552026-07-22T04:21:51.268Z Checking pest v2.8.6
20562026-07-22T04:21:51.301Z Checking futures-executor v0.3.32
20572026-07-22T04:21:51.401Z Checking sync_wrapper v1.0.2
20582026-07-22T04:21:51.407Z Checking pkcs8 v0.10.2
20592026-07-22T04:21:51.526Z Checking tower v0.5.3
20602026-07-22T04:21:51.558Z Checking futures v0.3.32
20612026-07-22T04:21:51.975Z Checking either v1.15.0
20622026-07-22T04:21:51.979Z Checking iri-string v0.7.10
20632026-07-22T04:21:51.979Z Checking zlib-rs v0.6.2
20642026-07-22T04:21:51.979Z Checking sha2 v0.10.9
20652026-07-22T04:21:51.979Z Checking static_assertions v1.1.0
20662026-07-22T04:21:51.979Z Checking bit-vec v0.8.0
20672026-07-22T04:21:51.979Z Checking foldhash v0.2.0
20682026-07-22T04:21:52.077Z Checking lazy_static v1.5.0
20692026-07-22T04:21:52.130Z Checking hashbrown v0.16.1
20702026-07-22T04:21:52.143Z Checking bit-set v0.8.0
20712026-07-22T04:21:52.191Z Checking openapiv3 v2.2.0
20722026-07-22T04:21:52.228Z Checking hyper v1.10.1
20732026-07-22T04:21:52.329Z Checking wait-timeout v0.2.1
20742026-07-22T04:21:52.359Z Checking hubpack v0.1.2
20752026-07-22T04:21:52.450Z Checking strum v0.26.3
20762026-07-22T04:21:52.533Z Checking quick-error v1.2.3
20772026-07-22T04:21:52.589Z Checking rustls-native-certs v0.8.3
20782026-07-22T04:21:52.618Z Checking flate2 v1.1.9
20792026-07-22T04:21:52.651Z Checking rusty-fork v0.3.1
20802026-07-22T04:21:52.682Z Checking tower-http v0.6.8
20812026-07-22T04:21:52.690Z Checking rand_xorshift v0.4.0
20822026-07-22T04:21:52.742Z Checking signature v2.2.0
20832026-07-22T04:21:52.827Z Checking num-integer v0.1.46
20842026-07-22T04:21:52.859Z Checking tinyvec_macros v0.1.1
20852026-07-22T04:21:52.892Z Checking psl-types v2.0.11
20862026-07-22T04:21:52.922Z Checking unarray v0.1.4
20872026-07-22T04:21:52.954Z Checking tinyvec v1.10.0
20882026-07-22T04:21:53.013Z Checking cookie v0.18.1
20892026-07-22T04:21:53.038Z Checking publicsuffix v2.3.0
20902026-07-22T04:21:53.070Z Checking proptest v1.10.0
20912026-07-22T04:21:53.074Z Checking anstyle-parse v0.2.7
20922026-07-22T04:21:53.187Z Checking hyper-util v0.1.20
20932026-07-22T04:21:53.219Z Checking ahash v0.8.12
20942026-07-22T04:21:53.249Z Checking tokio-rustls v0.26.4
20952026-07-22T04:21:53.282Z Checking rustls-platform-verifier v0.6.2
20962026-07-22T04:21:53.285Z Checking cookie_store v0.22.1
20972026-07-22T04:21:53.285Z Checking serde_spanned v0.6.9
20982026-07-22T04:21:53.428Z Checking toml_datetime v0.6.11
20992026-07-22T04:21:53.460Z Checking scroll v0.13.0
21002026-07-22T04:21:53.490Z Checking anstream v0.6.21
21012026-07-22T04:21:53.522Z Checking memmap2 v0.9.10
21022026-07-22T04:21:53.526Z Checking data-encoding v2.10.0
21032026-07-22T04:21:53.644Z Checking dtrace-parser v0.3.0
21042026-07-22T04:21:53.664Z Checking x509-cert v0.2.5
21052026-07-22T04:21:53.703Z Checking bstr v1.12.1
21062026-07-22T04:21:53.706Z Checking goblin v0.10.5
21072026-07-22T04:21:53.706Z Checking hmac v0.12.1
21082026-07-22T04:21:53.834Z Checking thread-id v5.1.0
21092026-07-22T04:21:53.885Z Checking num-iter v0.1.45
21102026-07-22T04:21:53.915Z Checking crossbeam-epoch v0.9.18
21112026-07-22T04:21:53.946Z Checking memoffset v0.9.1
21122026-07-22T04:21:54.015Z Checking scroll v0.12.0
21132026-07-22T04:21:54.054Z Checking env_filter v1.0.0
21142026-07-22T04:21:54.116Z Checking num-bigint-dig v0.8.6
21152026-07-22T04:21:54.158Z Checking pkcs1 v0.7.5
21162026-07-22T04:21:54.213Z Checking env_logger v0.11.9
21172026-07-22T04:21:54.265Z Checking goblin v0.8.2
21182026-07-22T04:21:54.335Z Checking zerocopy v0.7.35
21192026-07-22T04:21:54.383Z Checking rustix v0.38.44
21202026-07-22T04:21:54.422Z Checking unicode-segmentation v1.12.0
21212026-07-22T04:21:54.455Z Checking hyper-rustls v0.27.7
21222026-07-22T04:21:54.682Z Checking reqwest v0.13.2
21232026-07-22T04:21:54.752Z Checking foreign-types-shared v0.1.1
21242026-07-22T04:21:54.840Z Checking dtrace-parser v0.2.0
21252026-07-22T04:21:54.872Z Checking foreign-types v0.3.2
21262026-07-22T04:21:54.901Z Checking newtype-uuid v1.3.2
21272026-07-22T04:21:54.934Z Checking rsa v0.9.10
21282026-07-22T04:21:54.963Z Checking ff v0.13.1
21292026-07-22T04:21:55.098Z Checking openssl-sys v0.9.115
21302026-07-22T04:21:55.132Z Checking thread-id v4.2.2
21312026-07-22T04:21:55.138Z Checking daft v0.1.7
21322026-07-22T04:21:55.190Z Checking winnow v0.5.40
21332026-07-22T04:21:55.232Z Checking base16ct v0.2.0
21342026-07-22T04:21:55.390Z Checking same-file v1.0.6
21352026-07-22T04:21:55.419Z Checking sec1 v0.7.3
21362026-07-22T04:21:55.451Z Checking group v0.13.0
21372026-07-22T04:21:55.487Z Checking openssl v0.10.79
21382026-07-22T04:21:55.526Z Checking walkdir v2.5.0
21392026-07-22T04:21:55.574Z Checking nix v0.31.2
21402026-07-22T04:21:55.616Z Checking hkdf v0.12.4
21412026-07-22T04:21:55.647Z Checking serde_with v3.21.0
21422026-07-22T04:21:55.709Z Checking crypto-bigint v0.5.5
21432026-07-22T04:21:55.770Z Checking bzip2-sys v0.1.13+1.0.8
21442026-07-22T04:21:55.878Z Checking foldhash v0.1.5
21452026-07-22T04:21:56.036Z Checking winnow v0.7.14
21462026-07-22T04:21:56.069Z Checking dof v0.4.0
21472026-07-22T04:21:56.174Z Checking dof v0.3.0
21482026-07-22T04:21:56.361Z Checking toml_edit v0.19.15
21492026-07-22T04:21:56.479Z Checking usdt-impl v0.5.0
21502026-07-22T04:21:56.623Z Checking keccak v0.1.6
21512026-07-22T04:21:56.722Z Checking usdt-impl v0.6.0
21522026-07-22T04:21:56.788Z Checking elliptic-curve v0.13.8
21532026-07-22T04:21:56.818Z Checking sha3 v0.10.8
21542026-07-22T04:21:56.822Z Checking hashbrown v0.15.5
21552026-07-22T04:21:57.024Z Checking usdt v0.6.0
21562026-07-22T04:21:57.062Z Checking bzip2 v0.4.4
21572026-07-22T04:21:57.128Z Checking unicode-normalization v0.1.25
21582026-07-22T04:21:57.162Z Checking itertools v0.13.0
21592026-07-22T04:21:57.210Z Checking winnow v1.0.3
21602026-07-22T04:21:57.252Z Checking siphasher v1.0.2
21612026-07-22T04:21:57.255Z Checking bitflags v1.3.2
21622026-07-22T04:21:57.353Z Checking zip v0.6.6
21632026-07-22T04:21:57.446Z Checking signal-hook v0.3.18
21642026-07-22T04:21:57.461Z Checking toml v0.7.8
21652026-07-22T04:21:57.472Z Checking toml_write v0.1.2
21662026-07-22T04:21:57.509Z Checking native-tls v0.2.18
21672026-07-22T04:21:57.580Z Checking toml_parser v1.1.2+spec-1.1.0
21682026-07-22T04:21:57.618Z Checking managed v0.8.0
21692026-07-22T04:21:57.618Z Checking globset v0.4.18
21702026-07-22T04:21:57.686Z Checking toml_edit v0.22.27
21712026-07-22T04:21:57.734Z Checking chacha20 v0.10.0
21722026-07-22T04:21:57.794Z Checking tokio-native-tls v0.3.1
21732026-07-22T04:21:57.820Z Checking curve25519-dalek v4.1.3
21742026-07-22T04:21:57.820Z Checking object v0.37.3
21752026-07-22T04:21:57.870Z Checking signal-hook-mio v0.2.5
21762026-07-22T04:21:57.910Z Checking ed25519 v2.2.3
21772026-07-22T04:21:57.956Z Checking hyper-tls v0.6.0
21782026-07-22T04:21:57.971Z Checking ref-cast v1.0.25
21792026-07-22T04:21:58.017Z Checking pin-project v1.1.11
21802026-07-22T04:21:58.090Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-07-22T04:21:58.138Z Checking pem v3.0.6
21822026-07-22T04:21:58.164Z Checking reqwest v0.12.28
21832026-07-22T04:21:58.164Z Checking libbz2-rs-sys v0.2.2
21842026-07-22T04:21:58.231Z Checking bumpalo v3.20.2
21852026-07-22T04:21:58.240Z Checking zstd-safe v7.2.4
21862026-07-22T04:21:58.299Z Checking fixedbitset v0.5.7
21872026-07-22T04:21:58.439Z Checking zstd v0.13.3
21882026-07-22T04:21:58.492Z Checking zopfli v0.8.3
21892026-07-22T04:21:58.538Z Checking petgraph v0.8.3
21902026-07-22T04:21:58.598Z Checking ed25519-dalek v2.2.0
21912026-07-22T04:21:58.626Z Checking bzip2 v0.6.1
21922026-07-22T04:21:58.659Z Checking snafu v0.8.9
21932026-07-22T04:21:58.770Z Checking crossterm v0.28.1
21942026-07-22T04:21:58.810Z Checking olpc-cjson v0.1.4
21952026-07-22T04:21:58.833Z Checking similar v2.7.0
21962026-07-22T04:21:58.866Z Checking fs-err v3.3.0
21972026-07-22T04:21:58.961Z Checking hash32 v0.2.1
21982026-07-22T04:21:58.981Z Checking serde-big-array v0.5.1
21992026-07-22T04:21:58.981Z Checking serde_plain v1.0.2
22002026-07-22T04:21:59.107Z Checking unicode-properties v0.1.4
22012026-07-22T04:21:59.124Z Checking typed-path v0.9.3
22022026-07-22T04:21:59.157Z Checking unicode-bidi v0.3.18
22032026-07-22T04:21:59.187Z Checking jiff v0.2.21
22042026-07-22T04:21:59.227Z Checking predicates-core v1.0.10
22052026-07-22T04:21:59.315Z Checking heapless v0.7.17
22062026-07-22T04:21:59.372Z Checking hickory-proto v0.25.2
22072026-07-22T04:21:59.465Z Checking stringprep v0.1.5
22082026-07-22T04:21:59.510Z Checking byte-wrapper v0.1.0
22092026-07-22T04:21:59.648Z Checking md-5 v0.10.6
22102026-07-22T04:21:59.722Z Checking float-cmp v0.10.0
22112026-07-22T04:21:59.725Z Checking difflib v0.4.0
22122026-07-22T04:21:59.869Z Checking normalize-line-endings v0.3.0
22132026-07-22T04:21:59.882Z Checking fallible-iterator v0.2.0
22142026-07-22T04:21:59.905Z Checking tough v0.22.0
22152026-07-22T04:21:59.937Z Checking smoltcp v0.9.1
22162026-07-22T04:21:59.968Z Checking predicates v3.1.4
22172026-07-22T04:22:00.092Z Checking iddqd v0.4.2
22182026-07-22T04:22:00.127Z Checking phf_shared v0.11.3
22192026-07-22T04:22:00.171Z Checking postgres-protocol v0.6.10
22202026-07-22T04:22:00.288Z Checking phf_shared v0.13.1
22212026-07-22T04:22:00.291Z Checking tokio-stream v0.1.18
22222026-07-22T04:22:00.510Z Checking buf-list v1.1.2
22232026-07-22T04:22:00.513Z Checking strum v0.27.2
22242026-07-22T04:22:00.571Z Checking fixedbitset v0.4.2
22252026-07-22T04:22:00.673Z Checking new_debug_unreachable v1.0.6
22262026-07-22T04:22:00.747Z Checking precomputed-hash v0.1.1
22272026-07-22T04:22:00.758Z Checking lalrpop-util v0.19.12
22282026-07-22T04:22:00.781Z Checking petgraph v0.6.5
22292026-07-22T04:22:00.784Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22302026-07-22T04:22:00.850Z Checking string_cache v0.8.9
22312026-07-22T04:22:00.944Z Checking phf v0.13.1
22322026-07-22T04:22:01.028Z Checking postgres-types v0.2.12
22332026-07-22T04:22:01.072Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22342026-07-22T04:22:01.110Z Checking peg-runtime v0.8.5
22352026-07-22T04:22:01.275Z Checking whoami v2.1.0
22362026-07-22T04:22:01.367Z Checking is-terminal v0.4.17
22372026-07-22T04:22:01.455Z Checking zip v4.6.1
22382026-07-22T04:22:01.509Z Checking crossbeam-channel v0.5.15
22392026-07-22T04:22:01.542Z Checking thread_local v1.1.9
22402026-07-22T04:22:01.543Z Checking tokio-postgres v0.7.16
22412026-07-22T04:22:01.708Z Compiling structmeta-derive v0.3.0
22422026-07-22T04:22:01.833Z Checking take_mut v0.2.2
22432026-07-22T04:22:01.936Z Checking term v1.2.1
22442026-07-22T04:22:01.981Z Checking slog-async v2.8.0
22452026-07-22T04:22:02.031Z Compiling newtype-uuid-macros v0.1.0
22462026-07-22T04:22:02.077Z Compiling multer v3.1.0
22472026-07-22T04:22:02.173Z Compiling async-stream-impl v0.3.6
22482026-07-22T04:22:02.217Z Checking slog-term v2.9.2
22492026-07-22T04:22:02.247Z Checking match_cfg v0.1.0
22502026-07-22T04:22:02.325Z Checking hostname v0.3.1
22512026-07-22T04:22:02.385Z Checking slog-json v2.6.1
22522026-07-22T04:22:02.452Z Compiling dropshot v0.17.1
22532026-07-22T04:22:02.493Z Compiling dropshot_endpoint v0.17.1
22542026-07-22T04:22:02.603Z Checking slog-bunyan v2.5.0
22552026-07-22T04:22:02.706Z Checking debug-ignore v1.0.5
22562026-07-22T04:22:02.746Z Checking sha1 v0.11.0
22572026-07-22T04:22:02.785Z Checking serde_spanned v1.1.1
22582026-07-22T04:22:02.817Z Compiling structmeta v0.3.0
22592026-07-22T04:22:02.825Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-07-22T04:22:02.883Z Checking serde_path_to_error v0.1.20
22612026-07-22T04:22:02.888Z Checking toml_datetime v1.1.1+spec-1.1.0
22622026-07-22T04:22:02.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-22T04:22:02.968Z Checking compression-core v0.4.31
22642026-07-22T04:22:03.049Z Compiling derive-ex v0.1.8
22652026-07-22T04:22:03.118Z Checking toml_writer v1.1.1+spec-1.1.0
22662026-07-22T04:22:03.152Z Checking compression-codecs v0.4.37
22672026-07-22T04:22:03.206Z Checking progenitor-client v0.14.0
22682026-07-22T04:22:03.279Z Checking async-stream v0.3.6
22692026-07-22T04:22:03.317Z Checking toml v1.1.2+spec-1.1.0
22702026-07-22T04:22:03.378Z Checking rustls-pemfile v2.2.0
22712026-07-22T04:22:03.388Z Checking async-compression v0.4.41
22722026-07-22T04:22:03.432Z Checking waitgroup v0.1.2
22732026-07-22T04:22:03.464Z Checking hostname v0.4.2
22742026-07-22T04:22:03.538Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-07-22T04:22:03.567Z Checking atomicwrites v0.4.4
22762026-07-22T04:22:03.597Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-07-22T04:22:03.600Z Checking itertools v0.14.0
22782026-07-22T04:22:03.668Z Compiling parse-display-derive v0.10.0
22792026-07-22T04:22:03.671Z Checking macaddr v1.0.1
22802026-07-22T04:22:03.730Z Checking regress v0.10.5
22812026-07-22T04:22:03.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-07-22T04:22:03.916Z Checking instant v0.1.13
22832026-07-22T04:22:03.932Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-07-22T04:22:04.051Z Checking backoff v0.4.0
22852026-07-22T04:22:04.203Z Checking backon v1.6.0
22862026-07-22T04:22:04.249Z Checking humantime v2.3.0
22872026-07-22T04:22:04.268Z Checking unicode-width v0.2.0
22882026-07-22T04:22:04.390Z Checking progenitor-extras v0.2.0
22892026-07-22T04:22:04.477Z Compiling convert_case v0.4.0
22902026-07-22T04:22:04.543Z Checking half v2.7.1
22912026-07-22T04:22:04.648Z Checking heck v0.5.0
22922026-07-22T04:22:04.729Z Checking ciborium-io v0.2.2
22932026-07-22T04:22:04.813Z Compiling test-strategy v0.4.5
22942026-07-22T04:22:04.894Z Checking secrecy v0.10.3
22952026-07-22T04:22:04.894Z Checking indent_write v2.2.0
22962026-07-22T04:22:04.926Z Checking ciborium-ll v0.2.2
22972026-07-22T04:22:04.927Z Compiling derive_more v0.99.20
22982026-07-22T04:22:04.960Z Checking camino-tempfile v1.4.1
22992026-07-22T04:22:04.991Z Compiling regress v0.11.1
23002026-07-22T04:22:05.074Z Checking ciborium v0.2.2
23012026-07-22T04:22:05.133Z Compiling crucible-workspace-hack v0.1.0
23022026-07-22T04:22:05.187Z Checking inout v0.1.4
23032026-07-22T04:22:05.400Z Checking cipher v0.4.4
23042026-07-22T04:22:05.440Z Checking parse-display v0.10.0
23052026-07-22T04:22:05.500Z Checking universal-hash v0.5.1
23062026-07-22T04:22:05.608Z Compiling thiserror-impl-no-std v2.0.2
23072026-07-22T04:22:05.631Z Checking opaque-debug v0.3.1
23082026-07-22T04:22:05.631Z Checking chacha20 v0.9.1
23092026-07-22T04:22:05.656Z Checking poly1305 v0.8.0
23102026-07-22T04:22:05.846Z Checking blake2 v0.10.6
23112026-07-22T04:22:05.946Z Checking aead v0.5.2
23122026-07-22T04:22:06.067Z Checking password-hash v0.5.0
23132026-07-22T04:22:06.123Z Checking chacha20poly1305 v0.10.1
23142026-07-22T04:22:06.306Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23152026-07-22T04:22:06.582Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23162026-07-22T04:22:06.582Z Checking argon2 v0.5.3
23172026-07-22T04:22:06.582Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23182026-07-22T04:22:06.694Z Compiling typify-impl v0.6.2
23192026-07-22T04:22:06.694Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23202026-07-22T04:22:06.713Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23212026-07-22T04:22:06.762Z Checking thiserror-no-std v2.0.2
23222026-07-22T04:22:06.825Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23232026-07-22T04:22:06.862Z Checking vsss-rs v3.3.4
23242026-07-22T04:22:07.076Z Compiling unsafe-libyaml v0.2.11
23252026-07-22T04:22:07.103Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23262026-07-22T04:22:07.516Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23272026-07-22T04:22:07.825Z Compiling serde_yaml v0.9.34+deprecated
23282026-07-22T04:22:08.082Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23292026-07-22T04:22:08.238Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23302026-07-22T04:22:08.298Z Checking swrite v0.1.0
23312026-07-22T04:22:08.356Z Checking crossbeam-deque v0.8.6
23322026-07-22T04:22:08.395Z Compiling rayon-core v1.13.0
23332026-07-22T04:22:08.467Z Compiling toml_datetime v0.7.5+spec-1.1.0
23342026-07-22T04:22:08.581Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23352026-07-22T04:22:08.705Z Compiling toml_edit v0.23.10+spec-1.0.0
23362026-07-22T04:22:08.737Z Compiling darling_core v0.21.3
23372026-07-22T04:22:09.023Z Compiling proc-macro-error v1.0.4
23382026-07-22T04:22:09.237Z Checking rayon v1.11.0
23392026-07-22T04:22:09.291Z Compiling proc-macro-crate v3.4.0
23402026-07-22T04:22:09.326Z Checking toml v0.8.23
23412026-07-22T04:22:09.673Z Checking tabwriter v1.4.1
23422026-07-22T04:22:09.769Z Checking glob v0.3.3
23432026-07-22T04:22:09.802Z Compiling heapless v0.8.0
23442026-07-22T04:22:09.840Z Checking colored v3.1.1
23452026-07-22T04:22:09.872Z Compiling num_enum_derive v0.7.6
23462026-07-22T04:22:09.973Z Checking hash32 v0.3.1
23472026-07-22T04:22:10.066Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23482026-07-22T04:22:10.123Z Compiling smoltcp v0.11.0
23492026-07-22T04:22:10.384Z Checking cobs v0.3.0
23502026-07-22T04:22:10.417Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23512026-07-22T04:22:10.545Z Compiling usdt-attr-macro v0.5.0
23522026-07-22T04:22:10.576Z Compiling usdt-macro v0.5.0
23532026-07-22T04:22:10.713Z Checking memmap v0.7.0
23542026-07-22T04:22:10.750Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23552026-07-22T04:22:10.935Z Checking num_enum v0.7.6
23562026-07-22T04:22:11.022Z Checking postcard v1.1.3
23572026-07-22T04:22:11.075Z Checking rand v0.10.1
23582026-07-22T04:22:11.160Z Compiling typify-macro v0.6.2
23592026-07-22T04:22:11.227Z Compiling darling_macro v0.21.3
23602026-07-22T04:22:11.330Z Compiling proc-macro-crate v1.3.1
23612026-07-22T04:22:11.334Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23622026-07-22T04:22:11.388Z Checking usdt v0.5.0
23632026-07-22T04:22:11.576Z Checking sigpipe v0.1.3
23642026-07-22T04:22:11.610Z Compiling foreign-types-macros v0.2.3
23652026-07-22T04:22:11.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-22T04:22:11.686Z Checking foreign-types-shared v0.3.1
23672026-07-22T04:22:11.747Z Compiling darling v0.21.3
23682026-07-22T04:22:11.778Z Compiling num_enum_derive v0.5.11
23692026-07-22T04:22:11.858Z Compiling ingot-macros v0.1.1
23702026-07-22T04:22:12.074Z Checking cstr-argument v0.1.2
23712026-07-22T04:22:12.098Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23722026-07-22T04:22:12.100Z Compiling num-derive v0.4.2
23732026-07-22T04:22:12.157Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23742026-07-22T04:22:12.268Z Checking foreign-types v0.5.0
23752026-07-22T04:22:12.371Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23762026-07-22T04:22:12.561Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23772026-07-22T04:22:12.638Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23782026-07-22T04:22:12.641Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23792026-07-22T04:22:12.697Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-22T04:22:12.842Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-07-22T04:22:12.873Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23822026-07-22T04:22:12.902Z Checking num_enum v0.5.11
23832026-07-22T04:22:12.960Z Compiling typify v0.6.2
23842026-07-22T04:22:13.034Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23852026-07-22T04:22:13.089Z Compiling progenitor-impl v0.14.0
23862026-07-22T04:22:13.120Z Compiling zone_cfg_derive v0.3.1
23872026-07-22T04:22:13.227Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
23882026-07-22T04:22:13.266Z Checking itertools v0.12.1
23892026-07-22T04:22:13.417Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23902026-07-22T04:22:13.688Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
23912026-07-22T04:22:13.796Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23922026-07-22T04:22:13.866Z Checking smf v0.2.3
23932026-07-22T04:22:13.941Z Checking whoami v1.6.1
23942026-07-22T04:22:14.037Z Compiling derive-where v1.6.0
23952026-07-22T04:22:14.082Z Checking tokio-dtrace v0.1.1
23962026-07-22T04:22:14.120Z Checking console v0.15.11
23972026-07-22T04:22:14.150Z Checking newline-converter v0.3.0
23982026-07-22T04:22:14.280Z Checking bytecount v0.6.9
23992026-07-22T04:22:14.311Z Checking oxide-tokio-rt v0.1.4
24002026-07-22T04:22:14.314Z Checking zone v0.3.1
24012026-07-22T04:22:14.407Z Checking unicode-width v0.1.14
24022026-07-22T04:22:14.412Z Checking expectorate v1.2.0
24032026-07-22T04:22:14.529Z Checking num-rational v0.4.2
24042026-07-22T04:22:14.588Z Checking num-complex v0.4.6
24052026-07-22T04:22:14.682Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-07-22T04:22:14.712Z Checking float-ord v0.3.2
24072026-07-22T04:22:14.747Z Checking ingot-types v0.1.2
24082026-07-22T04:22:14.826Z Compiling cancel-safe-futures v0.1.5
24092026-07-22T04:22:14.856Z Checking linear-map v1.2.0
24102026-07-22T04:22:14.947Z Checking num v0.4.3
24112026-07-22T04:22:15.045Z Checking gethostname v0.5.0
24122026-07-22T04:22:15.075Z Compiling prettyplease v0.2.37
24132026-07-22T04:22:15.134Z Checking ingot v0.1.1
24142026-07-22T04:22:15.164Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-07-22T04:22:15.372Z Checking oxide-update-engine-types v0.1.2
24162026-07-22T04:22:15.414Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-07-22T04:22:15.598Z Compiling owo-colors v4.3.0
24182026-07-22T04:22:15.655Z Checking resolv-conf v0.7.6
24192026-07-22T04:22:15.698Z Compiling progenitor-macro v0.14.0
24202026-07-22T04:22:15.853Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-07-22T04:22:16.290Z Checking oxide-update-engine v0.1.2
24222026-07-22T04:22:16.495Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24232026-07-22T04:22:16.596Z Checking smawk v0.3.2
24242026-07-22T04:22:16.702Z Checking unicode-linebreak v0.1.5
24252026-07-22T04:22:16.735Z Checking papergrid v0.11.0
24262026-07-22T04:22:16.764Z Compiling tabled_derive v0.7.0
24272026-07-22T04:22:16.793Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24282026-07-22T04:22:16.940Z Compiling convert_case v0.10.0
24292026-07-22T04:22:17.279Z Compiling slog-dtrace v0.3.0
24302026-07-22T04:22:17.282Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24312026-07-22T04:22:17.422Z Compiling derive_more-impl v2.1.1
24322026-07-22T04:22:17.620Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24332026-07-22T04:22:17.695Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24342026-07-22T04:22:17.798Z Checking tabled v0.15.0
24352026-07-22T04:22:17.992Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24362026-07-22T04:22:18.293Z Checking derive_more v2.1.1
24372026-07-22T04:22:18.557Z Checking crossterm v0.29.0
24382026-07-22T04:22:18.618Z Checking linked-hash-map v0.5.6
24392026-07-22T04:22:18.888Z Checking lru-cache v0.1.2
24402026-07-22T04:22:19.100Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24412026-07-22T04:22:19.239Z Checking hickory-proto v0.24.4
24422026-07-22T04:22:19.326Z Checking fd-lock v4.0.4
24432026-07-22T04:22:19.417Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24442026-07-22T04:22:19.906Z Checking vte v0.14.1
24452026-07-22T04:22:20.225Z Checking display-error-chain v0.2.2
24462026-07-22T04:22:20.314Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24472026-07-22T04:22:20.374Z Checking strip-ansi-escapes v0.2.1
24482026-07-22T04:22:20.618Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24492026-07-22T04:22:20.730Z Checking progenitor v0.14.0
24502026-07-22T04:22:20.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-07-22T04:22:21.363Z Checking nu-ansi-term v0.50.3
24522026-07-22T04:22:21.535Z Checking termtree v0.5.1
24532026-07-22T04:22:21.630Z Checking reedline v0.40.0
24542026-07-22T04:22:21.693Z Checking hickory-resolver v0.24.4
24552026-07-22T04:22:21.693Z Checking textwrap v0.16.2
24562026-07-22T04:22:21.908Z Compiling minimal-lexical v0.2.1
24572026-07-22T04:22:21.987Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24582026-07-22T04:22:22.217Z Compiling nom v7.1.3
24592026-07-22T04:22:22.376Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602026-07-22T04:22:22.453Z Checking qorb v0.4.1
24612026-07-22T04:22:22.553Z Compiling unicode-xid v0.2.6
24622026-07-22T04:22:22.643Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-07-22T04:22:22.957Z Compiling ar_archive_writer v0.5.1
24642026-07-22T04:22:23.224Z Checking csv-core v0.1.13
24652026-07-22T04:22:23.271Z Compiling stacker v0.1.23
24662026-07-22T04:22:23.489Z Checking csv v1.4.0
24672026-07-22T04:22:23.537Z Checking highway v1.3.0
24682026-07-22T04:22:23.752Z Compiling cfg_aliases v0.1.1
24692026-07-22T04:22:23.765Z Compiling semver v0.1.20
24702026-07-22T04:22:23.765Z Compiling nix v0.28.0
24712026-07-22T04:22:23.840Z Compiling psm v0.1.30
24722026-07-22T04:22:23.848Z Compiling rustc_version v0.1.7
24732026-07-22T04:22:23.884Z Checking nibble_vec v0.1.0
24742026-07-22T04:22:23.940Z Checking endian-type v0.1.2
24752026-07-22T04:22:24.054Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24762026-07-22T04:22:24.140Z Checking radix_trie v0.2.1
24772026-07-22T04:22:24.162Z Compiling newtype_derive v0.1.6
24782026-07-22T04:22:24.162Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24792026-07-22T04:22:24.174Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-07-22T04:22:24.339Z Checking phf_shared v0.12.1
24812026-07-22T04:22:24.350Z Compiling recursive-proc-macro-impl v0.1.1
24822026-07-22T04:22:24.496Z Compiling chrono-tz v0.10.4
24832026-07-22T04:22:24.570Z Checking phf v0.12.1
24842026-07-22T04:22:24.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-07-22T04:22:24.778Z Compiling const_format_proc_macros v0.2.34
24862026-07-22T04:22:24.778Z Checking recursive v0.1.1
24872026-07-22T04:22:24.831Z Compiling peg-macros v0.8.5
24882026-07-22T04:22:24.920Z Checking nom v8.0.0
24892026-07-22T04:22:24.996Z Checking winnow v0.6.26
24902026-07-22T04:22:25.312Z Compiling sqlparser_derive v0.5.0
24912026-07-22T04:22:25.707Z Checking unicode_categories v0.1.1
24922026-07-22T04:22:25.846Z Checking home v0.5.12
24932026-07-22T04:22:25.882Z Checking const_format v0.2.35
24942026-07-22T04:22:25.978Z Checking rustyline v14.0.0
24952026-07-22T04:22:26.101Z Checking sqlparser v0.61.0
24962026-07-22T04:22:26.168Z Checking sqlformat v0.3.5
24972026-07-22T04:22:26.244Z Checking peg v0.8.5
24982026-07-22T04:22:26.448Z Checking bcs v0.1.6
24992026-07-22T04:22:26.630Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25002026-07-22T04:22:26.687Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-07-22T04:22:26.718Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25022026-07-22T04:22:26.726Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-07-22T04:22:26.879Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25042026-07-22T04:22:26.946Z Checking steno v0.4.1
25052026-07-22T04:22:27.023Z Checking sha1 v0.10.6
25062026-07-22T04:22:27.217Z Checking filetime v0.2.27
25072026-07-22T04:22:27.247Z Checking xattr v1.6.1
25082026-07-22T04:22:27.378Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-07-22T04:22:27.408Z Checking tar v0.4.46
25102026-07-22T04:22:27.733Z Checking base64 v0.21.7
25112026-07-22T04:22:27.823Z Checking subprocess v0.2.15
25122026-07-22T04:22:27.993Z Checking headers-core v0.3.0
25132026-07-22T04:22:28.022Z Checking yasna v0.5.2
25142026-07-22T04:22:28.125Z Checking headers v0.4.1
25152026-07-22T04:22:28.157Z Checking port-file v0.1.0
25162026-07-22T04:22:28.358Z Checking dropshot-api-manager-types v0.7.2
25172026-07-22T04:22:28.427Z Checking rcgen v0.12.1
25182026-07-22T04:22:28.550Z Checking tagptr v0.2.0
25192026-07-22T04:22:28.608Z Checking utf-8 v0.7.6
25202026-07-22T04:22:28.719Z Checking moka v0.12.13
25212026-07-22T04:22:28.772Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-07-22T04:22:28.797Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-07-22T04:22:28.943Z Checking tungstenite v0.21.0
25242026-07-22T04:22:29.184Z Compiling radium v0.7.0
25252026-07-22T04:22:29.273Z Compiling maybe-uninit v2.0.0
25262026-07-22T04:22:29.377Z Checking tokio-tungstenite v0.21.0
25272026-07-22T04:22:29.380Z Checking hickory-resolver v0.25.2
25282026-07-22T04:22:29.523Z Checking tap v1.0.1
25292026-07-22T04:22:29.652Z Compiling libefi-sys v0.1.0
25302026-07-22T04:22:29.681Z Checking wyz v0.5.1
25312026-07-22T04:22:30.011Z Compiling bitfield-struct v0.6.2
25322026-07-22T04:22:30.142Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25332026-07-22T04:22:30.182Z Compiling zerocopy-derive v0.6.6
25342026-07-22T04:22:30.628Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25352026-07-22T04:22:30.659Z Compiling packed_struct v0.10.1
25362026-07-22T04:22:30.689Z Checking funty v2.0.0
25372026-07-22T04:22:30.692Z Checking crc-catalog v2.4.0
25382026-07-22T04:22:30.833Z Checking crc v3.4.0
25392026-07-22T04:22:30.904Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-07-22T04:22:30.986Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25412026-07-22T04:22:31.016Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25422026-07-22T04:22:31.046Z Checking bitvec v1.0.1
25432026-07-22T04:22:31.103Z Checking zerocopy v0.6.6
25442026-07-22T04:22:31.162Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25452026-07-22T04:22:31.191Z Compiling packed_struct_codegen v0.10.1
25462026-07-22T04:22:31.332Z Compiling bitfield-macros v0.19.4
25472026-07-22T04:22:31.412Z Compiling indexmap v1.9.3
25482026-07-22T04:22:31.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-22T04:22:31.656Z Checking nodrop v0.1.14
25502026-07-22T04:22:31.761Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-22T04:22:31.864Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-22T04:22:32.093Z Checking bitfield v0.19.4
25532026-07-22T04:22:32.153Z Checking array-init v0.0.4
25542026-07-22T04:22:32.342Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-22T04:22:32.387Z Checking smallvec v0.6.14
25562026-07-22T04:22:32.480Z Checking hashbrown v0.12.3
25572026-07-22T04:22:32.513Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-07-22T04:22:32.606Z Checking serde-hex v0.1.0
25592026-07-22T04:22:32.695Z Checking ron v0.8.1
25602026-07-22T04:22:32.949Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25612026-07-22T04:22:33.233Z Checking hashbrown v0.13.2
25622026-07-22T04:22:33.263Z Checking crc-any v2.5.0
25632026-07-22T04:22:33.465Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25642026-07-22T04:22:33.530Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-07-22T04:22:33.656Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25662026-07-22T04:22:33.692Z Checking object v0.30.4
25672026-07-22T04:22:34.115Z Checking path-slash v0.1.5
25682026-07-22T04:22:34.190Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-07-22T04:22:34.243Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-22T04:22:34.273Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25712026-07-22T04:22:34.444Z Compiling xshell-macros v0.2.7
25722026-07-22T04:22:34.697Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25732026-07-22T04:22:34.866Z Checking xshell v0.2.7
25742026-07-22T04:22:35.102Z Checking half v1.8.3
25752026-07-22T04:22:35.105Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25762026-07-22T04:22:35.234Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25772026-07-22T04:22:35.324Z Checking serde_cbor v0.11.2
25782026-07-22T04:22:35.470Z Compiling proc-macro-error-attr2 v2.0.0
25792026-07-22T04:22:35.728Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25802026-07-22T04:22:35.799Z Compiling num-derive v0.3.3
25812026-07-22T04:22:35.906Z Compiling proc-macro-error2 v2.0.1
25822026-07-22T04:22:35.938Z Checking maplit v1.0.2
25832026-07-22T04:22:35.941Z Checking papergrid v0.17.0
25842026-07-22T04:22:36.044Z Checking testing_table v0.3.0
25852026-07-22T04:22:36.164Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-07-22T04:22:36.238Z Compiling tabled_derive v0.11.0
25872026-07-22T04:22:36.561Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25882026-07-22T04:22:36.626Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-07-22T04:22:36.726Z Checking libscf-sys v1.1.0
25902026-07-22T04:22:36.794Z Compiling progenitor-impl v0.13.0
25912026-07-22T04:22:36.880Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-07-22T04:22:37.110Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25932026-07-22T04:22:37.140Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25942026-07-22T04:22:37.448Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25952026-07-22T04:22:37.479Z Checking tabled v0.20.0
25962026-07-22T04:22:37.672Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25972026-07-22T04:22:37.903Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25982026-07-22T04:22:38.079Z Checking progenitor-client v0.13.0
25992026-07-22T04:22:38.351Z Checking crc8 v0.1.1
26002026-07-22T04:22:38.474Z Checking unicase v2.9.0
26012026-07-22T04:22:38.658Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26022026-07-22T04:22:38.760Z Checking fxhash v0.2.1
26032026-07-22T04:22:38.907Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26042026-07-22T04:22:38.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26052026-07-22T04:22:39.393Z Compiling vergen-lib v0.1.6
26062026-07-22T04:22:39.424Z Compiling diesel_derives v2.3.7
26072026-07-22T04:22:39.460Z Compiling progenitor-macro v0.13.0
26082026-07-22T04:22:39.548Z Compiling dsl_auto_type v0.2.0
26092026-07-22T04:22:39.617Z Checking scheduled-thread-pool v0.2.7
26102026-07-22T04:22:39.703Z Compiling vergen-gitcl v1.0.8
26112026-07-22T04:22:39.742Z Compiling diesel_table_macro_syntax v0.3.0
26122026-07-22T04:22:39.813Z Checking r2d2 v0.8.10
26132026-07-22T04:22:39.903Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26142026-07-22T04:22:39.968Z Checking downcast-rs v2.0.2
26152026-07-22T04:22:40.007Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26162026-07-22T04:22:40.036Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26172026-07-22T04:22:40.265Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26182026-07-22T04:22:40.335Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26192026-07-22T04:22:40.516Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26202026-07-22T04:22:40.546Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26212026-07-22T04:22:40.574Z Checking kstat-rs v0.2.4
26222026-07-22T04:22:40.642Z Checking arc-swap v1.8.2
26232026-07-22T04:22:40.672Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26242026-07-22T04:22:40.784Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26252026-07-22T04:22:40.813Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-07-22T04:22:40.892Z Checking slog-scope v4.4.1
26272026-07-22T04:22:41.054Z Compiling dirs-sys-next v0.1.2
26282026-07-22T04:22:41.098Z Compiling crunchy v0.2.4
26292026-07-22T04:22:41.352Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-07-22T04:22:41.380Z Compiling parking_lot_core v0.8.6
26312026-07-22T04:22:41.450Z Compiling dirs-next v2.0.0
26322026-07-22T04:22:41.527Z Checking slog-stdlog v4.1.1
26332026-07-22T04:22:41.599Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26342026-07-22T04:22:41.702Z Compiling clang-sys v1.8.1
26352026-07-22T04:22:41.741Z Compiling git-stub v1.0.0
26362026-07-22T04:22:42.077Z Compiling tiny-keccak v2.0.2
26372026-07-22T04:22:42.171Z Compiling git-stub-vcs v0.1.0
26382026-07-22T04:22:42.232Z Checking slog-envlogger v2.2.0
26392026-07-22T04:22:42.348Z Compiling term v0.7.0
26402026-07-22T04:22:42.438Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26412026-07-22T04:22:42.514Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26422026-07-22T04:22:42.557Z Compiling bit-vec v0.6.3
26432026-07-22T04:22:42.751Z Compiling bit-set v0.5.3
26442026-07-22T04:22:42.783Z Compiling ascii-canvas v3.0.0
26452026-07-22T04:22:42.810Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26462026-07-22T04:22:42.915Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26472026-07-22T04:22:42.944Z Checking parking_lot v0.11.2
26482026-07-22T04:22:43.049Z Checking prefix-trie v0.7.0
26492026-07-22T04:22:43.191Z Compiling itertools v0.10.5
26502026-07-22T04:22:43.226Z Compiling ena v0.14.4
26512026-07-22T04:22:43.273Z Compiling libloading v0.8.9
26522026-07-22T04:22:43.381Z Compiling diff v0.1.13
26532026-07-22T04:22:43.411Z Compiling bindgen v0.71.1
26542026-07-22T04:22:43.461Z Compiling regex-syntax v0.6.29
26552026-07-22T04:22:43.664Z Checking hickory-server v0.25.2
26562026-07-22T04:22:43.965Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26572026-07-22T04:22:44.278Z Checking sled v0.34.7
26582026-07-22T04:22:44.343Z Checking progenitor v0.13.0
26592026-07-22T04:22:44.510Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26602026-07-22T04:22:44.563Z Compiling cexpr v0.6.0
26612026-07-22T04:22:44.927Z Compiling lalrpop v0.19.12
26622026-07-22T04:22:45.257Z Checking nanorand v0.7.0
26632026-07-22T04:22:45.446Z Checking diesel v2.3.7
26642026-07-22T04:22:45.482Z Compiling rustc-hash v2.1.1
26652026-07-22T04:22:45.514Z Compiling salty v0.3.0
26662026-07-22T04:22:45.538Z Checking flume v0.11.1
26672026-07-22T04:22:45.815Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-07-22T04:22:45.850Z Compiling libxml v0.3.3
26692026-07-22T04:22:46.188Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-07-22T04:22:46.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26712026-07-22T04:22:46.783Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26722026-07-22T04:22:46.905Z Compiling strum_macros v0.24.3
26732026-07-22T04:22:47.183Z Compiling fs-err v2.11.0
26742026-07-22T04:22:47.416Z Compiling indoc v1.0.9
26752026-07-22T04:22:47.899Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-07-22T04:22:48.132Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26772026-07-22T04:22:48.243Z Checking quick-xml v0.37.5
26782026-07-22T04:22:48.309Z Checking derive_builder v0.20.2
26792026-07-22T04:22:48.446Z Compiling oso-derive v0.27.3
26802026-07-22T04:22:48.487Z Compiling impl-trait-for-tuples v0.2.3
26812026-07-22T04:22:48.970Z Compiling trait-variant v0.1.2
26822026-07-22T04:22:49.123Z Checking openssl-probe v0.1.6
26832026-07-22T04:22:49.501Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-07-22T04:22:49.539Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26852026-07-22T04:22:50.027Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-07-22T04:22:50.353Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26872026-07-22T04:22:50.723Z Checking rfc6979 v0.4.0
26882026-07-22T04:22:50.801Z Checking assert_matches v1.5.0
26892026-07-22T04:22:50.873Z Checking parse-size v1.1.0
26902026-07-22T04:22:50.901Z Checking ecdsa v0.16.9
26912026-07-22T04:22:51.016Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26922026-07-22T04:22:51.065Z Checking primeorder v0.13.6
26932026-07-22T04:22:51.260Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-07-22T04:22:51.336Z Checking p384 v0.13.1
26952026-07-22T04:22:51.492Z Checking predicates-tree v1.0.13
26962026-07-22T04:22:51.635Z Checking bb8 v0.8.6
26972026-07-22T04:22:51.882Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26982026-07-22T04:22:51.964Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26992026-07-22T04:22:52.035Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-07-22T04:22:52.066Z Compiling mime_guess v2.0.5
27012026-07-22T04:22:52.158Z Checking http-range v0.1.5
27022026-07-22T04:22:52.338Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-22T04:22:52.479Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27042026-07-22T04:22:52.571Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-07-22T04:22:52.707Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27062026-07-22T04:22:52.764Z Checking atty v0.2.14
27072026-07-22T04:22:52.794Z Checking corncobs v0.1.4
27082026-07-22T04:22:52.828Z Checking nonempty v0.12.0
27092026-07-22T04:22:52.877Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-07-22T04:22:52.947Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-07-22T04:22:53.046Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27122026-07-22T04:22:53.233Z Checking ignore v0.4.25
27132026-07-22T04:22:53.259Z Checking secrecy v0.8.0
27142026-07-22T04:22:53.361Z Checking hyper-staticfile v0.10.1
27152026-07-22T04:22:53.644Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27162026-07-22T04:22:53.675Z Checking globwalk v0.9.1
27172026-07-22T04:22:53.703Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-07-22T04:22:53.885Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27192026-07-22T04:22:54.005Z Compiling illumos-nvpair-sys v0.2.0
27202026-07-22T04:22:54.035Z Checking camino-tempfile-ext v0.3.3
27212026-07-22T04:22:54.148Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-07-22T04:22:54.260Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27232026-07-22T04:22:54.299Z Checking signal-hook-tokio v0.3.1
27242026-07-22T04:22:54.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-07-22T04:22:54.633Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27262026-07-22T04:22:54.728Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27272026-07-22T04:22:54.933Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-07-22T04:22:55.123Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-07-22T04:22:55.423Z Checking illumos-nvpair v0.3.0
27302026-07-22T04:22:55.454Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27312026-07-22T04:22:55.521Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-07-22T04:22:55.610Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332026-07-22T04:22:55.875Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27342026-07-22T04:22:55.875Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27352026-07-22T04:22:55.934Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27362026-07-22T04:22:55.966Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27372026-07-22T04:22:55.969Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-07-22T04:22:56.066Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392026-07-22T04:22:56.647Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27402026-07-22T04:22:57.818Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-07-22T04:22:57.958Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-22T04:22:57.992Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27432026-07-22T04:22:58.091Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27442026-07-22T04:22:58.188Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452026-07-22T04:22:58.373Z Checking tungstenite v0.23.0
27462026-07-22T04:22:58.470Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-07-22T04:22:58.796Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-22T04:22:58.828Z Checking tokio-tungstenite v0.23.1
27492026-07-22T04:22:59.119Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-07-22T04:22:59.218Z Checking rand_seeder v0.4.0
27512026-07-22T04:22:59.382Z Checking void v1.0.2
27522026-07-22T04:22:59.414Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532026-07-22T04:22:59.483Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27542026-07-22T04:22:59.516Z Checking lzss v0.8.2
27552026-07-22T04:22:59.598Z Checking nix v0.27.1
27562026-07-22T04:22:59.635Z Checking serde_bytes v0.11.19
27572026-07-22T04:22:59.712Z Checking diesel-dtrace v0.5.0
27582026-07-22T04:22:59.742Z Checking async-bb8-diesel v0.2.1
27592026-07-22T04:22:59.879Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-07-22T04:22:59.983Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27612026-07-22T04:23:00.122Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-07-22T04:23:00.153Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-07-22T04:23:00.685Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27642026-07-22T04:23:00.880Z Checking is_ci v1.2.0
27652026-07-22T04:23:01.005Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-07-22T04:23:01.034Z Checking yansi v1.0.1
27672026-07-22T04:23:01.139Z Checking cpubits v0.1.1
27682026-07-22T04:23:01.246Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-07-22T04:23:01.316Z Checking pretty_assertions v1.4.1
27702026-07-22T04:23:01.473Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712026-07-22T04:23:01.548Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-07-22T04:23:01.598Z Checking pem-rfc7468 v1.0.0
27732026-07-22T04:23:01.800Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-07-22T04:23:02.076Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27752026-07-22T04:23:02.325Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27762026-07-22T04:23:03.029Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-07-22T04:23:03.070Z Checking hmac v0.13.0
27782026-07-22T04:23:04.175Z Checking sha2 v0.11.0
27792026-07-22T04:23:04.183Z Checking universal-hash v0.6.1
27802026-07-22T04:23:04.183Z Compiling libz-sys v1.1.24
27812026-07-22T04:23:04.183Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27822026-07-22T04:23:04.183Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-22T04:23:04.183Z Compiling instability v0.3.11
27842026-07-22T04:23:04.184Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27852026-07-22T04:23:04.184Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-07-22T04:23:04.216Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27872026-07-22T04:23:04.245Z Checking castaway v0.2.4
27882026-07-22T04:23:04.384Z Compiling indoc v2.0.7
27892026-07-22T04:23:04.496Z Checking compact_str v0.8.1
27902026-07-22T04:23:04.906Z Checking polyval v0.7.1
27912026-07-22T04:23:05.135Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27922026-07-22T04:23:05.308Z Checking der v0.8.0
27932026-07-22T04:23:05.387Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27942026-07-22T04:23:05.627Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952026-07-22T04:23:05.657Z Checking unicode-truncate v1.1.0
27962026-07-22T04:23:05.693Z Checking lru v0.12.5
27972026-07-22T04:23:05.828Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-07-22T04:23:05.862Z Checking cassowary v0.3.0
27992026-07-22T04:23:05.976Z Checking ghash v0.6.0
28002026-07-22T04:23:06.100Z Checking ratatui v0.29.0
28012026-07-22T04:23:06.159Z Checking pbkdf2 v0.13.0
28022026-07-22T04:23:06.265Z Checking aes v0.9.1
28032026-07-22T04:23:06.325Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-07-22T04:23:06.723Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28052026-07-22T04:23:07.003Z Checking ctr v0.10.1
28062026-07-22T04:23:07.218Z Checking aead v0.6.1
28072026-07-22T04:23:07.387Z Checking cargo-platform v0.3.2
28082026-07-22T04:23:07.478Z Checking aes-gcm v0.11.0
28092026-07-22T04:23:07.571Z Checking spki v0.8.0
28102026-07-22T04:23:07.601Z Checking cargo_metadata v0.23.1
28112026-07-22T04:23:07.664Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-07-22T04:23:07.770Z Checking crypto-bigint v0.7.5
28132026-07-22T04:23:08.382Z Checking supports-color v3.0.2
28142026-07-22T04:23:08.542Z Checking console v0.16.2
28152026-07-22T04:23:08.880Z Checking cbc v0.2.1
28162026-07-22T04:23:09.047Z Checking salsa20 v0.11.0
28172026-07-22T04:23:09.090Z Compiling vergen-git2 v9.1.0
28182026-07-22T04:23:09.217Z Checking unit-prefix v0.5.2
28192026-07-22T04:23:09.321Z Checking plotters-backend v0.3.7
28202026-07-22T04:23:09.374Z Checking indicatif v0.18.4
28212026-07-22T04:23:09.556Z Checking plotters-svg v0.3.7
28222026-07-22T04:23:09.765Z Checking scrypt v0.12.0
28232026-07-22T04:23:09.794Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-07-22T04:23:09.958Z Checking libsw-core v0.3.2
28252026-07-22T04:23:10.036Z Checking cast v0.3.0
28262026-07-22T04:23:10.110Z Checking pkcs5 v0.8.1
28272026-07-22T04:23:10.138Z Checking libsw v3.5.0
28282026-07-22T04:23:10.212Z Checking criterion-plot v0.6.0
28292026-07-22T04:23:10.320Z Checking plotters v0.3.7
28302026-07-22T04:23:10.430Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28312026-07-22T04:23:10.487Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28322026-07-22T04:23:10.725Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-07-22T04:23:10.968Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28342026-07-22T04:23:11.087Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28352026-07-22T04:23:11.205Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-07-22T04:23:11.323Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-07-22T04:23:11.432Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-22T04:23:11.462Z Checking colored v2.2.0
28392026-07-22T04:23:11.558Z Checking tinytemplate v1.2.1
28402026-07-22T04:23:11.688Z Checking anes v0.1.6
28412026-07-22T04:23:11.805Z Checking oorandom v11.1.5
28422026-07-22T04:23:11.895Z Checking shell-words v1.1.1
28432026-07-22T04:23:11.949Z Checking criterion v0.7.0
28442026-07-22T04:23:12.132Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28452026-07-22T04:23:12.333Z Checking pkcs8 v0.11.0
28462026-07-22T04:23:12.559Z Checking oxide-update-engine-display v0.1.2
28472026-07-22T04:23:12.887Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-22T04:23:13.187Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28492026-07-22T04:23:13.714Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28502026-07-22T04:23:14.511Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28512026-07-22T04:23:15.284Z Checking tokio-test v0.4.5
28522026-07-22T04:23:15.517Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-07-22T04:23:15.754Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28542026-07-22T04:23:16.200Z Checking twox-hash v2.1.2
28552026-07-22T04:23:16.319Z Checking ff v0.14.0
28562026-07-22T04:23:16.560Z Checking constant_time_eq v0.4.2
28572026-07-22T04:23:16.585Z Checking arrayref v0.3.9
28582026-07-22T04:23:16.631Z Checking arrayvec v0.7.6
28592026-07-22T04:23:16.708Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28602026-07-22T04:23:16.846Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28612026-07-22T04:23:16.892Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28622026-07-22T04:23:17.539Z Checking fatfs v0.3.6
28632026-07-22T04:23:17.946Z Checking signature v3.0.0
28642026-07-22T04:23:18.042Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-07-22T04:23:18.081Z Compiling seq-macro v0.3.6
28662026-07-22T04:23:18.558Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28672026-07-22T04:23:18.618Z Checking base16ct v1.0.0
28682026-07-22T04:23:18.738Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-07-22T04:23:18.773Z Checking sec1 v0.8.1
28702026-07-22T04:23:18.998Z Checking group v0.14.0
28712026-07-22T04:23:19.028Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722026-07-22T04:23:19.181Z Checking hkdf v0.13.0
28732026-07-22T04:23:19.339Z Compiling petname v2.0.2
28742026-07-22T04:23:19.370Z Checking elliptic-curve v0.14.0-rc.33
28752026-07-22T04:23:19.862Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28762026-07-22T04:23:20.047Z Checking concurrent-queue v2.5.0
28772026-07-22T04:23:20.083Z Checking rtoolbox v0.0.3
28782026-07-22T04:23:20.232Z Checking parking v2.2.1
28792026-07-22T04:23:20.263Z Checking rpassword v7.5.4
28802026-07-22T04:23:20.379Z Checking event-listener v5.4.1
28812026-07-22T04:23:20.624Z Checking tui-tree-widget v0.23.1
28822026-07-22T04:23:20.838Z Checking rfc6979 v0.5.0
28832026-07-22T04:23:20.870Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28842026-07-22T04:23:21.002Z Checking sapling-renderdag v0.1.0
28852026-07-22T04:23:21.056Z Compiling blake3 v1.8.5
28862026-07-22T04:23:21.281Z Checking sync-ptr v0.1.4
28872026-07-22T04:23:21.417Z Checking ecdsa v0.17.0-rc.18
28882026-07-22T04:23:21.808Z Checking event-listener-strategy v0.5.4
28892026-07-22T04:23:21.967Z Checking primeorder v0.14.0-rc.10
28902026-07-22T04:23:21.990Z Checking primefield v0.14.0
28912026-07-22T04:23:22.230Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28922026-07-22T04:23:23.506Z Compiling curve25519-dalek v5.0.0-rc.0
28932026-07-22T04:23:23.550Z Checking futures-timer v3.0.3
28942026-07-22T04:23:23.550Z Checking async-lock v3.4.2
28952026-07-22T04:23:23.551Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28962026-07-22T04:23:23.551Z Checking ssh-encoding v0.3.0-rc.9
28972026-07-22T04:23:23.551Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28982026-07-22T04:23:23.551Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-07-22T04:23:24.112Z Checking topological-sort v0.2.2
29002026-07-22T04:23:24.289Z Compiling strsim v0.10.0
29012026-07-22T04:23:24.488Z Compiling darling_core v0.13.4
29022026-07-22T04:23:24.634Z Checking omicron-zone-package v0.12.3
29032026-07-22T04:23:25.555Z Checking async-object-pool v0.2.0
29042026-07-22T04:23:26.178Z Compiling samael v0.0.19
29052026-07-22T04:23:26.247Z Checking ed25519 v3.0.0
29062026-07-22T04:23:26.363Z Checking crypto-primes v0.7.2
29072026-07-22T04:23:26.465Z Checking pkcs1 v0.8.0-rc.4
29082026-07-22T04:23:26.552Z Checking poly1305 v0.9.0
29092026-07-22T04:23:26.700Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29102026-07-22T04:23:26.847Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29112026-07-22T04:23:27.120Z Checking serde_regex v1.1.0
29122026-07-22T04:23:27.314Z Checking blowfish v0.10.0
29132026-07-22T04:23:27.355Z Checking blake2 v0.11.0-rc.6
29142026-07-22T04:23:27.476Z Checking assert-json-diff v2.0.2
29152026-07-22T04:23:27.530Z Checking path-tree v0.8.3
29162026-07-22T04:23:27.634Z Checking keccak v0.2.0
29172026-07-22T04:23:27.667Z Compiling target-lexicon v0.13.3
29182026-07-22T04:23:27.737Z Checking gimli v0.32.3
29192026-07-22T04:23:27.820Z Checking fiat-crypto v0.3.0
29202026-07-22T04:23:28.183Z Checking stringmetrics v2.2.2
29212026-07-22T04:23:28.346Z Checking httpmock v0.8.3
29222026-07-22T04:23:29.298Z Checking addr2line v0.25.1
29232026-07-22T04:23:29.668Z Checking sha3 v0.11.0
29242026-07-22T04:23:31.167Z Checking argon2 v0.6.0-rc.8
29252026-07-22T04:23:31.210Z Checking bcrypt-pbkdf v0.11.0
29262026-07-22T04:23:31.210Z Checking rsa v0.10.0-rc.18
29272026-07-22T04:23:31.210Z Checking ssh-cipher v0.3.0-rc.9
29282026-07-22T04:23:31.210Z Checking ed25519-dalek v3.0.0-rc.0
29292026-07-22T04:23:31.210Z Compiling darling_macro v0.13.4
29302026-07-22T04:23:31.307Z Checking p521 v0.14.0-rc.10
29312026-07-22T04:23:31.616Z Checking p256 v0.14.0-rc.10
29322026-07-22T04:23:32.418Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29332026-07-22T04:23:32.683Z Checking kem v0.3.0
29342026-07-22T04:23:32.828Z Checking module-lattice v0.2.3
29352026-07-22T04:23:33.018Z Checking p384 v0.14.0-rc.10
29362026-07-22T04:23:33.044Z Checking rustc-demangle v0.1.27
29372026-07-22T04:23:33.077Z Checking hex-literal v0.4.1
29382026-07-22T04:23:33.210Z Compiling guppy-workspace-hack v0.1.0
29392026-07-22T04:23:33.319Z Checking backtrace v0.3.76
29402026-07-22T04:23:33.456Z Compiling git2 v0.20.4
29412026-07-22T04:23:33.531Z Checking ml-kem v0.3.2
29422026-07-22T04:23:33.640Z Compiling darling v0.13.4
29432026-07-22T04:23:34.006Z Checking russh-cryptovec v0.61.0
29442026-07-22T04:23:34.192Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29452026-07-22T04:23:34.307Z Checking internal-russh-num-bigint v0.5.0
29462026-07-22T04:23:34.381Z Checking num-bigint v0.4.6
29472026-07-22T04:23:34.431Z Checking russh-util v0.52.0
29482026-07-22T04:23:34.576Z Checking generic-array v1.4.3
29492026-07-22T04:23:34.994Z Compiling enum_dispatch v0.3.13
29502026-07-22T04:23:35.053Z Checking ssh-key v0.7.0-rc.10
29512026-07-22T04:23:35.315Z Compiling delegate v0.13.5
29522026-07-22T04:23:35.345Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29532026-07-22T04:23:35.955Z Compiling target-spec v3.5.7
29542026-07-22T04:23:35.986Z Checking hex-literal v1.1.0
29552026-07-22T04:23:36.108Z Checking md5 v0.8.0
29562026-07-22T04:23:36.313Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29572026-07-22T04:23:36.323Z Checking russh v0.61.2
29582026-07-22T04:23:36.456Z Checking cfg-expr v0.20.6
29592026-07-22T04:23:36.495Z Compiling serde_with_macros v1.5.2
29602026-07-22T04:23:36.740Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29612026-07-22T04:23:36.866Z Checking backtrace-ext v0.2.1
29622026-07-22T04:23:37.082Z Checking supports-color v2.1.0
29632026-07-22T04:23:37.112Z Checking textwrap v0.15.2
29642026-07-22T04:23:37.222Z Checking supports-unicode v2.1.0
29652026-07-22T04:23:37.343Z Checking supports-hyperlinks v2.1.0
29662026-07-22T04:23:37.369Z Checking hashbrown v0.14.5
29672026-07-22T04:23:37.401Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29682026-07-22T04:23:37.486Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29692026-07-22T04:23:37.614Z Checking socket2 v0.5.10
29702026-07-22T04:23:37.738Z Checking terminal_size v0.1.17
29712026-07-22T04:23:37.847Z Compiling miette-derive v5.10.0
29722026-07-22T04:23:37.891Z Checking owo-colors v3.5.0
29732026-07-22T04:23:37.933Z Checking internet-checksum v0.2.1
29742026-07-22T04:23:38.457Z Checking chumsky v0.9.3
29752026-07-22T04:23:40.578Z Checking miette v5.10.0
29762026-07-22T04:23:40.658Z Compiling serde_with v1.14.0
29772026-07-22T04:23:40.659Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29782026-07-22T04:23:40.659Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29792026-07-22T04:23:40.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29802026-07-22T04:23:40.659Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29812026-07-22T04:23:40.659Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29822026-07-22T04:23:40.659Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29832026-07-22T04:23:40.659Z Compiling knuffel-derive v3.2.0
29842026-07-22T04:23:40.710Z Checking httptest v0.16.4
29852026-07-22T04:23:40.738Z Checking pathdiff v0.2.3
29862026-07-22T04:23:40.846Z Checking nested v0.1.1
29872026-07-22T04:23:41.015Z Checking guppy v0.17.25
29882026-07-22T04:23:41.052Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29892026-07-22T04:23:41.394Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29902026-07-22T04:23:41.657Z Checking similar-asserts v1.7.0
29912026-07-22T04:23:41.863Z Compiling target-triple v1.0.0
29922026-07-22T04:23:41.995Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29932026-07-22T04:23:42.116Z Checking knuffel v3.2.0
29942026-07-22T04:23:42.226Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29952026-07-22T04:23:42.821Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29962026-07-22T04:23:42.835Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29972026-07-22T04:23:42.843Z Checking hickory-client v0.25.2
29982026-07-22T04:23:42.886Z Compiling polar-core v0.27.3
29992026-07-22T04:23:43.148Z Compiling assert_cmd v2.1.2
30002026-07-22T04:23:43.512Z Checking escape8259 v0.5.3
30012026-07-22T04:23:43.681Z Checking libtest-mimic v0.8.1
30022026-07-22T04:23:43.828Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30032026-07-22T04:23:43.902Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30042026-07-22T04:23:43.953Z Checking blake2b_simd v1.0.4
30052026-07-22T04:23:44.171Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30062026-07-22T04:23:44.368Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30072026-07-22T04:23:44.564Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30082026-07-22T04:23:44.602Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30092026-07-22T04:23:44.758Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30102026-07-22T04:23:44.819Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30112026-07-22T04:23:45.003Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30122026-07-22T04:23:45.089Z Checking fancy-regex v0.14.0
30132026-07-22T04:23:45.217Z Checking serde_tokenstream v0.2.3
30142026-07-22T04:23:45.429Z Checking approx v0.5.1
30152026-07-22T04:23:45.456Z Compiling rstest_macros v0.25.0
30162026-07-22T04:23:45.485Z Checking uzers v0.12.2
30172026-07-22T04:23:45.587Z Compiling linkme-impl v0.3.35
30182026-07-22T04:23:45.724Z Checking constant_time_eq v0.3.1
30192026-07-22T04:23:45.780Z Checking termcolor v1.4.1
30202026-07-22T04:23:45.846Z Checking rust-argon2 v2.1.0
30212026-07-22T04:23:46.017Z Checking trybuild v1.0.116
30222026-07-22T04:23:46.093Z Checking datatest-stable v0.3.3
30232026-07-22T04:23:46.334Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30242026-07-22T04:23:46.493Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30252026-07-22T04:23:46.633Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30262026-07-22T04:23:46.844Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30272026-07-22T04:23:46.866Z Checking support-bundle-viewer v0.1.2
30282026-07-22T04:23:47.174Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30292026-07-22T04:23:47.410Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30302026-07-22T04:23:47.650Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30312026-07-22T04:23:47.736Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30322026-07-22T04:23:47.846Z Checking oso v0.27.3
30332026-07-22T04:23:47.885Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30342026-07-22T04:23:47.978Z Checking drift v0.2.0
30352026-07-22T04:23:48.353Z Checking rand_distr v0.5.1
30362026-07-22T04:23:48.545Z Checking digest-io v0.1.0
30372026-07-22T04:23:48.698Z Checking multimap v0.10.1
30382026-07-22T04:23:48.748Z Compiling linkme v0.3.35
30392026-07-22T04:23:48.817Z Checking rawzip v0.4.4
30402026-07-22T04:23:48.889Z Compiling relative-path v1.9.3
30412026-07-22T04:23:49.101Z Checking dropshot-api-manager v0.7.2
30422026-07-22T04:23:49.247Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30432026-07-22T04:23:50.121Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30442026-07-22T04:23:51.384Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30452026-07-22T04:23:51.429Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30462026-07-22T04:23:51.430Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30472026-07-22T04:23:51.430Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30482026-07-22T04:23:51.430Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30492026-07-22T04:23:51.430Z Checking cargo_toml v0.21.0
30502026-07-22T04:23:51.430Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30512026-07-22T04:23:51.430Z Checking partial-io v0.5.4
30522026-07-22T04:23:51.515Z Checking termios v0.3.3
30532026-07-22T04:23:51.536Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30542026-07-22T04:23:51.693Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30552026-07-22T04:23:52.062Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30562026-07-22T04:23:52.787Z Checking rstest v0.25.0
30572026-07-22T04:23:55.346Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30582026-07-22T04:23:56.468Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30592026-07-22T04:24:01.397Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30602026-07-22T04:24:03.779Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30612026-07-22T04:24:03.801Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30622026-07-22T04:24:06.814Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30632026-07-22T04:24:10.693Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30642026-07-22T04:24:14.926Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30652026-07-22T04:24:18.794Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30662026-07-22T04:24:21.169Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672026-07-22T04:24:21.205Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30682026-07-22T04:24:25.713Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30692026-07-22T04:24:31.627Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30702026-07-22T04:24:48.037Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30712026-07-22T04:25:46.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30722026-07-22T04:25:47.536Z
30732026-07-22T04:25:47.536Zreal 4:10.477488524
30742026-07-22T04:25:47.536Zuser 21:29.176353752
30752026-07-22T04:25:47.536Zsys 4:49.474175784
30762026-07-22T04:25:47.536Ztrap 0.537498103
30772026-07-22T04:25:47.536Ztflt 0.440716678
30782026-07-22T04:25:47.536Zdflt 0.509349701
30792026-07-22T04:25:47.536Zkflt 0.005277912
30802026-07-22T04:25:47.536Zlock 59:00.970020847
30812026-07-22T04:25:47.536Zslp 59:04.716239333
30822026-07-22T04:25:47.536Zlat 2:00.982454155
30832026-07-22T04:25:47.540Zstop 10:08.483474457
30842026-07-22T04:25:47.540Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30852026-07-22T04:25:47.540Z+ ptime -m cargo doc --workspace --no-deps
30862026-07-22T04:25:48.366Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30872026-07-22T04:25:48.366Z |
30882026-07-22T04:25:48.366Z = 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)`
30892026-07-22T04:25:48.366Z = 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>
30902026-07-22T04:25:49.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30912026-07-22T04:25:49.627Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30922026-07-22T04:25:49.673Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30932026-07-22T04:25:49.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30942026-07-22T04:25:49.771Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30952026-07-22T04:25:49.838Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30962026-07-22T04:25:49.949Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30972026-07-22T04:25:49.981Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30982026-07-22T04:25:50.011Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-07-22T04:25:50.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31002026-07-22T04:25:50.236Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31012026-07-22T04:25:50.263Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-07-22T04:25:50.286Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-07-22T04:25:50.308Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31042026-07-22T04:25:50.311Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31052026-07-22T04:25:50.353Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31062026-07-22T04:25:50.398Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31072026-07-22T04:25:50.401Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-07-22T04:25:50.473Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31092026-07-22T04:25:50.476Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31102026-07-22T04:25:50.529Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-07-22T04:25:50.739Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31122026-07-22T04:25:50.885Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31132026-07-22T04:25:50.923Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31142026-07-22T04:25:51.026Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31152026-07-22T04:25:51.164Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-07-22T04:25:51.192Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31172026-07-22T04:25:51.273Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31182026-07-22T04:25:51.350Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31192026-07-22T04:25:51.507Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31202026-07-22T04:25:51.555Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31212026-07-22T04:25:51.700Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31222026-07-22T04:25:51.798Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31232026-07-22T04:25:51.832Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31242026-07-22T04:25:51.887Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31252026-07-22T04:25:52.021Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31262026-07-22T04:25:52.050Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31272026-07-22T04:25:52.132Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31282026-07-22T04:25:52.156Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31292026-07-22T04:25:52.399Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31302026-07-22T04:25:52.460Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31312026-07-22T04:25:52.625Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31322026-07-22T04:25:52.632Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31332026-07-22T04:25:52.725Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31342026-07-22T04:25:52.797Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31352026-07-22T04:25:52.873Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31362026-07-22T04:25:52.914Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31372026-07-22T04:25:53.007Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31382026-07-22T04:25:53.060Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31392026-07-22T04:25:53.121Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31402026-07-22T04:25:53.174Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31412026-07-22T04:25:53.297Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31422026-07-22T04:25:53.325Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31432026-07-22T04:25:53.350Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31442026-07-22T04:25:53.386Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31452026-07-22T04:25:53.507Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31462026-07-22T04:25:53.533Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31472026-07-22T04:25:53.558Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31482026-07-22T04:25:53.580Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31492026-07-22T04:25:53.603Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31502026-07-22T04:25:53.719Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31512026-07-22T04:25:54.148Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31522026-07-22T04:25:54.175Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31532026-07-22T04:25:54.490Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31542026-07-22T04:25:54.584Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31552026-07-22T04:25:54.793Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31562026-07-22T04:25:55.087Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31572026-07-22T04:25:55.138Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31582026-07-22T04:25:55.179Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31592026-07-22T04:25:55.291Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31602026-07-22T04:25:55.358Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31612026-07-22T04:25:55.384Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31622026-07-22T04:25:55.451Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31632026-07-22T04:25:55.555Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31642026-07-22T04:25:55.642Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31652026-07-22T04:25:56.310Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31662026-07-22T04:25:56.452Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31672026-07-22T04:25:56.482Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31682026-07-22T04:25:56.664Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31692026-07-22T04:25:56.797Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31702026-07-22T04:25:57.008Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31712026-07-22T04:25:57.034Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31722026-07-22T04:25:57.042Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31732026-07-22T04:25:57.084Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31742026-07-22T04:25:57.159Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31752026-07-22T04:25:57.434Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31762026-07-22T04:25:57.460Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31772026-07-22T04:25:57.484Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31782026-07-22T04:25:57.518Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31792026-07-22T04:25:57.611Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31802026-07-22T04:25:57.679Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31812026-07-22T04:25:57.727Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31822026-07-22T04:25:57.771Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31832026-07-22T04:25:57.796Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31842026-07-22T04:25:57.799Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31852026-07-22T04:25:57.925Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31862026-07-22T04:25:57.966Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31872026-07-22T04:25:58.037Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31882026-07-22T04:25:58.061Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31892026-07-22T04:25:58.084Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31902026-07-22T04:25:58.136Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31912026-07-22T04:25:58.206Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31922026-07-22T04:25:58.298Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31932026-07-22T04:25:58.352Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31942026-07-22T04:25:58.355Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31952026-07-22T04:25:58.659Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962026-07-22T04:25:58.663Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31972026-07-22T04:25:58.682Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31982026-07-22T04:25:59.161Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31992026-07-22T04:25:59.384Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32002026-07-22T04:25:59.644Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32012026-07-22T04:26:00.429Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32022026-07-22T04:26:00.453Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32032026-07-22T04:26:00.619Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32042026-07-22T04:26:01.013Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32052026-07-22T04:26:01.471Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-07-22T04:26:02.514Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32072026-07-22T04:26:02.817Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32082026-07-22T04:26:03.139Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32092026-07-22T04:26:03.164Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32102026-07-22T04:26:03.666Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32112026-07-22T04:26:03.707Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32122026-07-22T04:26:03.805Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32132026-07-22T04:26:03.936Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32142026-07-22T04:26:03.961Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32152026-07-22T04:26:04.205Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32162026-07-22T04:26:04.500Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32172026-07-22T04:26:04.526Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32182026-07-22T04:26:04.667Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32192026-07-22T04:26:04.942Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32202026-07-22T04:26:05.204Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32212026-07-22T04:26:05.395Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32222026-07-22T04:26:05.777Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32232026-07-22T04:26:05.897Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32242026-07-22T04:26:06.162Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32252026-07-22T04:26:06.189Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32262026-07-22T04:26:06.193Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32272026-07-22T04:26:06.625Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32282026-07-22T04:26:07.109Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32292026-07-22T04:26:07.430Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32302026-07-22T04:26:07.838Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32312026-07-22T04:26:08.244Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32322026-07-22T04:26:08.962Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32332026-07-22T04:26:09.585Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32342026-07-22T04:26:09.637Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32352026-07-22T04:26:09.976Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32362026-07-22T04:26:10.189Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32372026-07-22T04:26:10.291Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32382026-07-22T04:26:10.679Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32392026-07-22T04:26:11.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32402026-07-22T04:26:11.849Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-07-22T04:26:12.377Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422026-07-22T04:26:13.203Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32432026-07-22T04:26:13.409Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32442026-07-22T04:26:13.433Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32452026-07-22T04:26:13.870Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32462026-07-22T04:26:17.941Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32472026-07-22T04:26:17.964Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32482026-07-22T04:26:18.077Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32492026-07-22T04:26:18.950Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32502026-07-22T04:26:19.050Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32512026-07-22T04:26:19.590Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32522026-07-22T04:26:21.031Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32532026-07-22T04:26:21.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32542026-07-22T04:26:21.679Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32552026-07-22T04:26:21.852Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32562026-07-22T04:26:22.593Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32572026-07-22T04:26:22.671Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32582026-07-22T04:26:22.805Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32592026-07-22T04:26:23.168Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32602026-07-22T04:26:23.240Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32612026-07-22T04:26:23.321Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32622026-07-22T04:26:23.495Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32632026-07-22T04:26:23.836Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32642026-07-22T04:26:23.867Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32652026-07-22T04:26:24.026Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32662026-07-22T04:26:24.157Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32672026-07-22T04:26:24.567Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32682026-07-22T04:26:24.965Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32692026-07-22T04:26:25.296Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32702026-07-22T04:26:25.387Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32712026-07-22T04:26:26.314Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32722026-07-22T04:26:26.341Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32732026-07-22T04:26:27.043Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32742026-07-22T04:26:27.457Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32752026-07-22T04:26:27.728Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32762026-07-22T04:26:29.254Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32772026-07-22T04:26:31.347Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32782026-07-22T04:26:32.172Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32792026-07-22T04:26:32.673Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32802026-07-22T04:26:33.130Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32812026-07-22T04:26:35.642Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822026-07-22T04:26:36.218Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32832026-07-22T04:26:37.469Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32842026-07-22T04:26:38.012Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32852026-07-22T04:26:38.907Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32862026-07-22T04:26:40.967Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32872026-07-22T04:26:41.876Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32882026-07-22T04:26:42.286Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32892026-07-22T04:26:42.566Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32902026-07-22T04:26:43.181Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32912026-07-22T04:26:45.519Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32922026-07-22T04:26:49.125Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32932026-07-22T04:26:49.747Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32942026-07-22T04:26:50.462Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32952026-07-22T04:26:51.423Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32962026-07-22T04:26:52.178Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32972026-07-22T04:26:52.946Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32982026-07-22T04:26:53.720Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32992026-07-22T04:26:55.029Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33002026-07-22T04:26:57.325Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33012026-07-22T04:26:57.555Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33022026-07-22T04:26:58.179Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33032026-07-22T04:26:58.248Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33042026-07-22T04:26:59.013Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33052026-07-22T04:27:00.100Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33062026-07-22T04:27:00.857Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33072026-07-22T04:27:04.288Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33082026-07-22T04:27:05.176Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33092026-07-22T04:27:06.448Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33102026-07-22T04:27:07.214Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33112026-07-22T04:27:08.097Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-22T04:27:09.161Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-07-22T04:27:10.693Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33142026-07-22T04:27:11.562Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33152026-07-22T04:27:12.670Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33162026-07-22T04:27:13.575Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33172026-07-22T04:27:14.782Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33182026-07-22T04:27:17.402Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33192026-07-22T04:27:17.924Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33202026-07-22T04:27:18.950Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33212026-07-22T04:27:21.402Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33222026-07-22T04:27:22.043Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33232026-07-22T04:27:23.636Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33242026-07-22T04:27:25.101Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33252026-07-22T04:27:26.834Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33262026-07-22T04:27:28.565Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33272026-07-22T04:27:30.159Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33282026-07-22T04:27:31.742Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33292026-07-22T04:27:33.399Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33302026-07-22T04:27:37.616Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33312026-07-22T04:27:38.331Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33322026-07-22T04:27:39.316Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33332026-07-22T04:27:40.088Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33342026-07-22T04:27:41.749Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33352026-07-22T04:27:43.562Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33362026-07-22T04:27:45.549Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33372026-07-22T04:27:47.400Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33382026-07-22T04:27:49.172Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33392026-07-22T04:27:50.894Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33402026-07-22T04:27:52.968Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33412026-07-22T04:27:54.429Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33422026-07-22T04:27:56.251Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33432026-07-22T04:27:57.979Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33442026-07-22T04:27:59.731Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33452026-07-22T04:28:01.529Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33462026-07-22T04:28:05.093Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33472026-07-22T04:28:06.520Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-07-22T04:28:08.666Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33492026-07-22T04:28:10.196Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-07-22T04:28:11.815Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33512026-07-22T04:28:14.103Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33522026-07-22T04:28:15.899Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-07-22T04:28:18.000Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33542026-07-22T04:28:19.586Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33552026-07-22T04:28:21.921Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33562026-07-22T04:28:25.118Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33572026-07-22T04:28:26.703Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33582026-07-22T04:28:27.687Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33592026-07-22T04:28:30.897Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33602026-07-22T04:28:33.061Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33612026-07-22T04:28:35.440Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33622026-07-22T04:28:38.062Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33632026-07-22T04:28:40.269Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33642026-07-22T04:28:42.604Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33652026-07-22T04:28:44.862Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33662026-07-22T04:28:47.464Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33672026-07-22T04:28:49.871Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33682026-07-22T04:28:51.692Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33692026-07-22T04:28:53.998Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33702026-07-22T04:28:56.364Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33712026-07-22T04:28:58.725Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33722026-07-22T04:29:01.025Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33732026-07-22T04:29:03.317Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33742026-07-22T04:29:05.768Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-07-22T04:29:08.075Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33762026-07-22T04:29:10.513Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-07-22T04:29:12.804Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33782026-07-22T04:29:15.161Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33792026-07-22T04:29:17.595Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33802026-07-22T04:29:19.980Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33812026-07-22T04:29:22.389Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33822026-07-22T04:29:24.754Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33832026-07-22T04:29:27.152Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33842026-07-22T04:29:29.543Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33852026-07-22T04:29:31.932Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33862026-07-22T04:29:34.410Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33872026-07-22T04:29:36.725Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33882026-07-22T04:29:39.119Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33892026-07-22T04:29:41.684Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33902026-07-22T04:29:43.924Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33912026-07-22T04:29:46.887Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33922026-07-22T04:29:49.113Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33932026-07-22T04:29:51.543Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33942026-07-22T04:29:54.027Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33952026-07-22T04:29:56.608Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33962026-07-22T04:29:59.176Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33972026-07-22T04:30:01.708Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33982026-07-22T04:30:04.149Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33992026-07-22T04:30:06.736Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34002026-07-22T04:30:09.351Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-07-22T04:30:11.877Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34022026-07-22T04:30:14.322Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34032026-07-22T04:30:17.099Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34042026-07-22T04:30:19.667Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34052026-07-22T04:30:22.263Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34062026-07-22T04:30:24.763Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34072026-07-22T04:30:27.435Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34082026-07-22T04:30:29.970Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34092026-07-22T04:30:32.629Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34102026-07-22T04:30:35.580Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34112026-07-22T04:30:38.016Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34122026-07-22T04:30:46.027Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-07-22T04:30:46.104Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34142026-07-22T04:30:49.539Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34152026-07-22T04:30:52.849Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34162026-07-22T04:30:56.272Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34172026-07-22T04:30:59.804Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182026-07-22T04:31:03.119Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34192026-07-22T04:31:06.545Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34202026-07-22T04:31:09.890Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-22T04:31:13.291Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-22T04:31:16.615Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-07-22T04:31:21.305Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34242026-07-22T04:31:24.221Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34252026-07-22T04:31:27.936Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34262026-07-22T04:31:31.617Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34272026-07-22T04:31:35.314Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34282026-07-22T04:31:39.178Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34292026-07-22T04:31:42.929Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34302026-07-22T04:31:46.486Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34312026-07-22T04:31:50.179Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34322026-07-22T04:31:53.920Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34332026-07-22T04:31:57.648Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-07-22T04:32:01.367Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34352026-07-22T04:32:05.035Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34362026-07-22T04:32:08.982Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34372026-07-22T04:32:12.595Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34382026-07-22T04:32:16.231Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34392026-07-22T04:32:45.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
34402026-07-22T04:32:46.098Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34412026-07-22T04:32:46.205Z
34422026-07-22T04:32:46.205Zreal 6:58.579369806
34432026-07-22T04:32:46.205Zuser 18:41.149517269
34442026-07-22T04:32:46.205Zsys 3:57.385777800
34452026-07-22T04:32:46.205Ztrap 0.270162266
34462026-07-22T04:32:46.206Ztflt 0.008554481
34472026-07-22T04:32:46.206Zdflt 0.065636686
34482026-07-22T04:32:46.206Zkflt 0.000012820
34492026-07-22T04:32:46.206Zlock 6:28:30.150346122
34502026-07-22T04:32:46.206Zslp 2:20:45.390695339
34512026-07-22T04:32:46.206Zlat 30.868666105
34522026-07-22T04:32:46.206Zstop 1:41.224937899
34532026-07-22T04:32:46.209Zprocess exited: duration 795049 ms, exit code 0
 
34542026-07-22T04:32:46.217Zfound 0 output files