01M023CX9XPM6PDBZRE2954ABK: clippy (helios)

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

Buildomat Job: 01M023D9E67HBYFJQZ0CRWY8GZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T06:59:06.011Zjob assigned to worker 01M023DJQ9224XXEGABENSWAKV [factory aws, i-01c00a5aedfebd279] (queued for 1 m 0 s)
 
22026-08-15T06:59:12.417Zstarting task 0: "setup"
32026-08-15T06:59:12.422Z++ uname -s
42026-08-15T06:59:12.425Z+ kern=SunOS
52026-08-15T06:59:12.425Z+ build_user=build
62026-08-15T06:59:12.425Z+ build_uid=12345
72026-08-15T06:59:12.425Z+ work_dir=/work
82026-08-15T06:59:12.425Z+ input_dir=/input
92026-08-15T06:59:12.426Z+ [[ 0 == 12345 ]]
102026-08-15T06:59:12.426Z+ case "$kern" in
112026-08-15T06:59:12.426Z+ groupadd -g 12345 build
122026-08-15T06:59:12.429Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T06:59:14.431Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T06:59:14.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T06:59:14.560Z+ home_fs=zfs
162026-08-15T06:59:14.561Z+ [[ zfs == autofs ]]
172026-08-15T06:59:14.561Z+ mkdir -p /home/build
182026-08-15T06:59:14.561Z+ chown build:build /home/build /work
192026-08-15T06:59:16.543Z+ chmod 0700 /home/build /work
202026-08-15T06:59:16.546Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-15T06:59:16.553Zstarting task 1: "rust-toolchain"
222026-08-15T06:59:16.557Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T06:59:16.557Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-15T06:59:16.557Z * rust toolchain channel = "1.97.1"
252026-08-15T06:59:16.557Z * rust toolchain profile = "default"
262026-08-15T06:59:16.557Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-15T06:59:16.557Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-15T06:59:16.562Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T06:59:16.562Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T06:59:16.661Zinfo: downloading installer
312026-08-15T06:59:18.038Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T06:59:18.038Zwarn: /home/build/.rustup/settings.toml
332026-08-15T06:59:18.040Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T06:59:18.040Zwarn: instead of the one inferred from the default host triple.
352026-08-15T06:59:18.051Zinfo: profile set to default
362026-08-15T06:59:18.051Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T06:59:18.055Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T06:59:18.213Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T06:59:18.218Zinfo: downloading 6 components
402026-08-15T06:59:34.904Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T06:59:34.904Z
422026-08-15T06:59:34.932Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T06:59:34.932Z
442026-08-15T06:59:34.932Z
452026-08-15T06:59:34.932ZRust is installed now. Great!
462026-08-15T06:59:34.932Z
472026-08-15T06:59:34.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T06:59:34.932Zenvironment variable. This has not been done automatically.
492026-08-15T06:59:34.932Z
502026-08-15T06:59:34.932ZTo configure your current shell, you need to source
512026-08-15T06:59:34.932Zthe corresponding env file under $HOME/.cargo.
522026-08-15T06:59:34.932Z
532026-08-15T06:59:34.932ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T06:59:34.936Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T06:59:34.936Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T06:59:34.936Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T06:59:34.936Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T06:59:34.936Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T06:59:34.936Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T06:59:34.936Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T06:59:34.936Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T06:59:35.028Z+ rustup --version
632026-08-15T06:59:35.036Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T06:59:35.039Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T06:59:35.056Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T06:59:35.059Z+ cargo --version
672026-08-15T06:59:35.073Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T06:59:35.076Z+ rustc --version
692026-08-15T06:59:35.094Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T06:59:35.097Zprocess exited: duration 18543 ms, exit code 0
 
712026-08-15T06:59:35.103Zstarting task 2: "authentication"
722026-08-15T06:59:35.120Zprocess exited: duration 17 ms, exit code 0
 
732026-08-15T06:59:35.131Zstarting task 3: "clone repository"
742026-08-15T06:59:35.134Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T06:59:35.134Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T06:59:35.165ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T06:59:53.499Z+ cd /work/oxidecomputer/omicron
782026-08-15T06:59:53.500Z+ git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
792026-08-15T06:59:53.863ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T06:59:53.863Z * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD
812026-08-15T06:59:53.874Z+ [[ -n sush-integration ]]
822026-08-15T06:59:53.876Z++ git branch --show-current
832026-08-15T06:59:53.876Z+ current=main
842026-08-15T06:59:53.877Z+ [[ main != sush-integration ]]
852026-08-15T06:59:53.877Z+ git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
862026-08-15T06:59:53.880Z+ git checkout -f sush-integration
872026-08-15T06:59:54.130ZSwitched to branch 'sush-integration'
882026-08-15T06:59:54.134Z+ git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
892026-08-15T06:59:54.151ZHEAD is now at c47b10a3e Faster, steadier sush routing
902026-08-15T06:59:54.154Zprocess exited: duration 19022 ms, exit code 0
 
912026-08-15T06:59:54.160Zstarting task 4: "build"
922026-08-15T06:59:54.163Z+ source ./env.sh
932026-08-15T06:59:54.164Z++ OLD_SHELL_OPTS=ehxB
942026-08-15T06:59:54.167Z++ set -o xtrace
952026-08-15T06:59:54.167Z++++ dirname ./env.sh
962026-08-15T06:59:54.170Z+++ readlink -f .
972026-08-15T06:59:54.170Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-15T06:59:54.170Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-15T06:59:54.170Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-15T06:59:54.170Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-15T06:59:54.171Z++ 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-08-15T06:59:54.171Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-15T06:59:54.171Z++ 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-08-15T06:59:54.171Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-15T06:59:54.171Z++ 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-08-15T06:59:54.171Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-15T06:59:54.171Z++ 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-08-15T06:59:54.171Z++ case $OLD_SHELL_OPTS in
1092026-08-15T06:59:54.172Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-15T06:59:54.172Z+ source .github/buildomat/ci-env.sh
1112026-08-15T06:59:54.172Z++ export CARGO_TERM_COLOR=always
1122026-08-15T06:59:54.172Z++ CARGO_TERM_COLOR=always
1132026-08-15T06:59:54.176Z+++ uname -s
1142026-08-15T06:59:54.176Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-15T06:59:54.177Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-15T06:59:54.177Z+ cargo --version
1172026-08-15T06:59:54.182Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-15T06:59:54.185Z+ rustc --version
1192026-08-15T06:59:54.203Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-15T06:59:54.207Z+ banner prerequisites
1212026-08-15T06:59:54.210Z
1222026-08-15T06:59:54.210Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-15T06:59:54.210Z # # # # # # # # # # # # # # #
1242026-08-15T06:59:54.210Z # # # # ##### # # ##### # # # # # #### #
1252026-08-15T06:59:54.210Z ##### ##### # ##### # # # # # # # # #
1262026-08-15T06:59:54.210Z # # # # # # # # # # # # # # #
1272026-08-15T06:59:54.210Z # # # ###### # # ###### ### # #### # #### #
1282026-08-15T06:59:54.210Z
1292026-08-15T06:59:54.210Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-15T06:59:56.101Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-15T06:59:56.451Z Startup: Caching catalogs ... Done
1322026-08-15T06:59:58.141ZPlanning: Solver setup ... Done (1.591s)
1332026-08-15T06:59:58.194ZPlanning: Running solver ... Done (0.053s)
1342026-08-15T06:59:58.230ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-15T06:59:58.242ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-15T06:59:58.259ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-15T06:59:58.272ZPlanning: Package planning ... Done (0.013s)
1382026-08-15T06:59:58.275ZPlanning: Merging actions ... Done (0.001s)
1392026-08-15T06:59:58.433ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-15T06:59:58.436ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-15T06:59:59.231ZPlanning: Evaluating mediators ... Done (0.798s)
1422026-08-15T06:59:59.234ZPlanning: Planning completed in 2.75 seconds
1432026-08-15T06:59:59.239Z Packages to install: 2
1442026-08-15T06:59:59.242Z Estimated space available: 156.01 GB
1452026-08-15T06:59:59.244ZEstimated space to be consumed: 67.96 MB
1462026-08-15T06:59:59.244Z Create boot environment: No
1472026-08-15T06:59:59.244ZCreate backup boot environment: No
1482026-08-15T06:59:59.244Z Rebuild boot archive: No
1492026-08-15T06:59:59.244Z
1502026-08-15T06:59:59.244ZChanged packages:
1512026-08-15T06:59:59.244Zhelios
1522026-08-15T06:59:59.244Z developer/build-essential
1532026-08-15T06:59:59.244Z None -> 11-3.0
1542026-08-15T06:59:59.244Z library/libxmlsec1
1552026-08-15T06:59:59.244Z None -> 1.2.35-3.0
1562026-08-15T06:59:59.264Z
1572026-08-15T06:59:59.264ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-15T06:59:59.340ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1592026-08-15T06:59:59.425Z Actions: 1/268 actions (Installing new actions)
1602026-08-15T06:59:59.463Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-15T06:59:59.493ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-15T06:59:59.496ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-15T06:59:59.572ZFinalize: Updating image state ... Done (0.079s)
1642026-08-15T07:00:02.014ZFinalize: Creating fast lookup database ... Done (2.397s)
1652026-08-15T07:00:02.082ZFinalize: Reading search index ... Done (0.012s)
1662026-08-15T07:00:02.085ZFinalize: Updating search index ... Done (0.000s)
1672026-08-15T07:00:02.191ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-15T07:00:02.548ZPlanning: Evaluating mediator changes ... Done
1692026-08-15T07:00:02.653ZPlanning: Checking for conflicting actions ... Done
1702026-08-15T07:00:02.656ZPlanning: Consolidating action changes ... Done
1712026-08-15T07:00:02.809ZPlanning: Evaluating mediators ... Done
1722026-08-15T07:00:02.812ZPlanning: Planning completed in 0.26 seconds
1732026-08-15T07:00:02.831Z Mediators to change: 2
1742026-08-15T07:00:02.831Z Create boot environment: No
1752026-08-15T07:00:02.831ZCreate backup boot environment: No
1762026-08-15T07:00:02.903ZFinalize: Updating package state database ... Done
1772026-08-15T07:00:02.907ZFinalize: Updating package cache ... Done
1782026-08-15T07:00:02.945ZFinalize: Updating image state ... Done
1792026-08-15T07:00:04.894ZFinalize: Creating fast lookup database ... Done
1802026-08-15T07:00:04.958ZFinalize: Reading search index ... Done
1812026-08-15T07:00:04.961ZFinalize: Updating search index ... Done
1822026-08-15T07:00:05.054ZFinalize: Updating package cache ... Done
1832026-08-15T07:00:05.339ZPlanning: Evaluating mediator changes ... Done
1842026-08-15T07:00:05.445ZPlanning: Checking for conflicting actions ... Done
1852026-08-15T07:00:05.448ZPlanning: Consolidating action changes ... Done
1862026-08-15T07:00:05.602ZPlanning: Evaluating mediators ... Done
1872026-08-15T07:00:05.605ZPlanning: Planning completed in 0.26 seconds
1882026-08-15T07:00:05.625Z Mediators to change: 1
1892026-08-15T07:00:05.625Z Create boot environment: No
1902026-08-15T07:00:05.625ZCreate backup boot environment: No
1912026-08-15T07:00:05.747ZFinalize: Updating package state database ... Done
1922026-08-15T07:00:05.747ZFinalize: Updating package cache ... Done
1932026-08-15T07:00:05.791ZFinalize: Updating image state ... Done
1942026-08-15T07:00:07.720ZFinalize: Creating fast lookup database ... Done
1952026-08-15T07:00:07.779ZFinalize: Reading search index ... Done
1962026-08-15T07:00:07.784ZFinalize: Updating search index ... Done
1972026-08-15T07:00:07.862ZFinalize: Updating package cache ... Done
1982026-08-15T07:00:08.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-15T07:00:08.176Zapache system 2.4 system
2002026-08-15T07:00:08.176Zclang system 15 system
2012026-08-15T07:00:08.176Zcsh system system illumos
2022026-08-15T07:00:08.177Zctags system system illumos
2032026-08-15T07:00:08.177Zfile vendor vendor darwinsys
2042026-08-15T07:00:08.177Zfile system system illumos
2052026-08-15T07:00:08.177Zgcc vendor 14 vendor
2062026-08-15T07:00:08.177Zgcc system 13 system
2072026-08-15T07:00:08.177Zgcc system 10 system
2082026-08-15T07:00:08.177Zgo system 1.25 system
2092026-08-15T07:00:08.177Zllvm system 15 system
2102026-08-15T07:00:08.177Zmariadb system 11.4 system
2112026-08-15T07:00:08.177Zmta vendor vendor dma
2122026-08-15T07:00:08.177Zopenjdk system 17 system
2132026-08-15T07:00:08.177Zopenjdk system 11 system
2142026-08-15T07:00:08.177Zopenssl vendor 3 vendor
2152026-08-15T07:00:08.177Zperl system 5.40 system
2162026-08-15T07:00:08.177Zpostgresql system 18 system
2172026-08-15T07:00:08.177Zpostgresql system 17 system
2182026-08-15T07:00:08.177Zpython vendor 3 vendor
2192026-08-15T07:00:08.177Zpython system 2 system
2202026-08-15T07:00:08.177Zpython3 vendor 3.13 vendor
2212026-08-15T07:00:08.177Zruby system 3.4 system
2222026-08-15T07:00:08.177Zruby system 3.0 system
2232026-08-15T07:00:08.177Zwords vendor vendor american-english
2242026-08-15T07:00:08.177Zwords system system australian-english
2252026-08-15T07:00:08.177Zwords system system british-english
2262026-08-15T07:00:08.177Zwords system system canadian-english
2272026-08-15T07:00:08.177Zwords system system french
2282026-08-15T07:00:08.177Zwords system system italian
2292026-08-15T07:00:08.177Zwords system system ngerman
2302026-08-15T07:00:08.178Zwords system system ogerman
2312026-08-15T07:00:08.178Zwords system system spanish
2322026-08-15T07:00:08.431ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-15T07:00:08.432Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-15T07:00:08.871ZFMRI IFO
2352026-08-15T07:00:08.871Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-15T07:00:08.872Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-15T07:00:08.872Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-15T07:00:08.872Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-15T07:00:08.872Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-15T07:00:08.872Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-15T07:00:08.872Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-15T07:00:08.872Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-15T07:00:08.872Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-15T07:00:09.193Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-15T07:00:09.505Z Updating crates.io index
2462026-08-15T07:00:09.508Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-15T07:00:09.780Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-15T07:00:10.191Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-15T07:00:11.147Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-15T07:00:11.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-15T07:00:13.652Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-15T07:00:14.555Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-15T07:00:14.823Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-15T07:00:15.183Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-15T07:00:16.775Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-15T07:00:17.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-15T07:00:17.659Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-15T07:00:17.947Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-15T07:00:18.227Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-15T07:00:18.494Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-15T07:00:18.775Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-15T07:00:19.027Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-15T07:00:19.342Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-15T07:00:19.789Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-15T07:00:20.247Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-15T07:00:20.629Z Updating git repository `https://github.com/oxidecomputer/sush`
2672026-08-15T07:00:21.075Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-15T07:00:21.574Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-15T07:00:21.884Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-15T07:00:22.403Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-15T07:00:22.748Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-15T07:00:23.026Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-15T07:00:23.455Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-15T07:00:23.727Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-15T07:00:24.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-15T07:00:24.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-15T07:00:24.734Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-15T07:00:25.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-08-15T07:00:25.560Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-15T07:00:25.952Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-15T07:00:26.539Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-15T07:00:27.103Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-15T07:00:27.381Z Updating git repository `https://github.com/oxidecomputer/rumors`
2842026-08-15T07:00:30.812Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-15T07:00:31.156Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-15T07:00:31.458Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-15T07:00:31.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-15T07:00:32.127Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-08-15T07:00:32.397Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-08-15T07:00:32.700Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-08-15T07:00:32.956Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-08-15T07:00:35.795Z Downloading crates ...
2932026-08-15T07:00:35.840Z Downloaded anstream v1.0.0
2942026-08-15T07:00:35.851Z Downloaded block-buffer v0.10.4
2952026-08-15T07:00:35.861Z Downloaded dof v0.3.0
2962026-08-15T07:00:35.864Z Downloaded anstyle-query v1.1.5
2972026-08-15T07:00:35.864Z Downloaded fnv v1.0.7
2982026-08-15T07:00:35.864Z Downloaded dtrace-parser v0.2.0
2992026-08-15T07:00:35.864Z Downloaded zmij v1.0.21
3002026-08-15T07:00:35.870Z Downloaded errno v0.3.14
3012026-08-15T07:00:35.873Z Downloaded is_terminal_polyfill v1.70.2
3022026-08-15T07:00:35.879Z Downloaded zerocopy v0.7.35
3032026-08-15T07:00:35.889Z Downloaded heck v0.5.0
3042026-08-15T07:00:35.891Z Downloaded cfg-if v1.0.4
3052026-08-15T07:00:35.891Z Downloaded clap_lex v1.0.0
3062026-08-15T07:00:35.892Z Downloaded anstyle v1.0.14
3072026-08-15T07:00:35.893Z Downloaded cargo_metadata v0.23.1
3082026-08-15T07:00:35.896Z Downloaded strsim v0.11.1
3092026-08-15T07:00:35.896Z Downloaded generic-array v0.14.7
3102026-08-15T07:00:35.896Z Downloaded proc-macro-error-attr v1.0.4
3112026-08-15T07:00:35.900Z Downloaded fastrand v2.3.0
3122026-08-15T07:00:35.900Z Downloaded memmap v0.7.0
3132026-08-15T07:00:35.900Z Downloaded crypto-common v0.1.7
3142026-08-15T07:00:35.900Z Downloaded equivalent v1.0.2
3152026-08-15T07:00:35.902Z Downloaded cargo-platform v0.3.2
3162026-08-15T07:00:35.905Z Downloaded smawk v0.3.2
3172026-08-15T07:00:35.912Z Downloaded colorchoice v1.0.4
3182026-08-15T07:00:35.915Z Downloaded terminal_size v0.4.3
3192026-08-15T07:00:35.918Z Downloaded usdt-macro v0.5.0
3202026-08-15T07:00:35.921Z Downloaded usdt-attr-macro v0.5.0
3212026-08-15T07:00:35.921Z Downloaded heck v0.4.1
3222026-08-15T07:00:35.923Z Downloaded pretty-hex v0.4.1
3232026-08-15T07:00:35.923Z Downloaded tabled_derive v0.7.0
3242026-08-15T07:00:35.923Z Downloaded serde_spanned v0.6.9
3252026-08-15T07:00:35.929Z Downloaded itoa v1.0.17
3262026-08-15T07:00:35.939Z Downloaded thread-id v4.2.2
3272026-08-15T07:00:35.942Z Downloaded anstyle-parse v1.0.0
3282026-08-15T07:00:35.942Z Downloaded digest v0.10.7
3292026-08-15T07:00:35.945Z Downloaded autocfg v1.5.0
3302026-08-15T07:00:35.945Z Downloaded bytecount v0.6.9
3312026-08-15T07:00:35.946Z Downloaded macaddr v1.0.1
3322026-08-15T07:00:35.956Z Downloaded swrite v0.1.0
3332026-08-15T07:00:35.968Z Downloaded plain v0.2.3
3342026-08-15T07:00:35.973Z Downloaded utf8parse v0.2.2
3352026-08-15T07:00:35.973Z Downloaded scroll_derive v0.12.1
3362026-08-15T07:00:35.973Z Downloaded usdt v0.5.0
3372026-08-15T07:00:35.977Z Downloaded toml_write v0.1.2
3382026-08-15T07:00:35.981Z Downloaded camino v1.2.5
3392026-08-15T07:00:35.984Z Downloaded clap_derive v4.6.1
3402026-08-15T07:00:35.984Z Downloaded camino-tempfile v1.4.1
3412026-08-15T07:00:35.987Z Downloaded unicode-linebreak v0.1.5
3422026-08-15T07:00:35.987Z Downloaded version_check v0.9.5
3432026-08-15T07:00:35.990Z Downloaded cpufeatures v0.2.17
3442026-08-15T07:00:35.996Z Downloaded quote v1.0.45
3452026-08-15T07:00:35.999Z Downloaded serde_tokenstream v0.2.3
3462026-08-15T07:00:35.999Z Downloaded thiserror-impl v2.0.18
3472026-08-15T07:00:36.002Z Downloaded toml_datetime v0.6.11
3482026-08-15T07:00:36.006Z Downloaded proc-macro-error v1.0.4
3492026-08-15T07:00:36.018Z Downloaded byteorder v1.5.0
3502026-08-15T07:00:36.031Z Downloaded scroll v0.12.0
3512026-08-15T07:00:36.039Z Downloaded thiserror v2.0.18
3522026-08-15T07:00:36.043Z Downloaded usdt-impl v0.5.0
3532026-08-15T07:00:36.046Z Downloaded bitflags v2.11.0
3542026-08-15T07:00:36.046Z Downloaded fs-err v3.3.0
3552026-08-15T07:00:36.049Z Downloaded once_cell v1.21.3
3562026-08-15T07:00:36.049Z Downloaded pest_generator v2.8.6
3572026-08-15T07:00:36.049Z Downloaded thiserror-impl v1.0.69
3582026-08-15T07:00:36.049Z Downloaded cargo_toml v0.21.0
3592026-08-15T07:00:36.052Z Downloaded sha2 v0.10.9
3602026-08-15T07:00:36.052Z Downloaded toml v0.8.23
3612026-08-15T07:00:36.055Z Downloaded ucd-trie v0.1.7
3622026-08-15T07:00:36.055Z Downloaded semver v1.0.28
3632026-08-15T07:00:36.058Z Downloaded anyhow v1.0.104
3642026-08-15T07:00:36.074Z Downloaded tempfile v3.27.0
3652026-08-15T07:00:36.077Z Downloaded zerocopy-derive v0.7.35
3662026-08-15T07:00:36.080Z Downloaded thiserror v1.0.69
3672026-08-15T07:00:36.083Z Downloaded hashbrown v0.17.0
3682026-08-15T07:00:36.086Z Downloaded getrandom v0.3.4
3692026-08-15T07:00:36.089Z Downloaded pest_derive v2.8.6
3702026-08-15T07:00:36.089Z Downloaded proc-macro2 v1.0.106
3712026-08-15T07:00:36.092Z Downloaded textwrap v0.16.2
3722026-08-15T07:00:36.095Z Downloaded papergrid v0.11.0
3732026-08-15T07:00:36.102Z Downloaded log v0.4.33
3742026-08-15T07:00:36.105Z Downloaded serde_derive v1.0.228
3752026-08-15T07:00:36.108Z Downloaded unicode-ident v1.0.24
3762026-08-15T07:00:36.122Z Downloaded clap v4.6.1
3772026-08-15T07:00:36.127Z Downloaded pest_meta v2.8.6
3782026-08-15T07:00:36.131Z Downloaded serde_core v1.0.228
3792026-08-15T07:00:36.135Z Downloaded memchr v2.8.0
3802026-08-15T07:00:36.138Z Downloaded serde v1.0.228
3812026-08-15T07:00:36.152Z Downloaded indexmap v2.14.0
3822026-08-15T07:00:36.167Z Downloaded toml_edit v0.22.27
3832026-08-15T07:00:36.170Z Downloaded typenum v1.20.1
3842026-08-15T07:00:36.178Z Downloaded pest v2.8.6
3852026-08-15T07:00:36.212Z Downloaded serde_json v1.0.151
3862026-08-15T07:00:36.216Z Downloaded clap_builder v4.6.0
3872026-08-15T07:00:36.228Z Downloaded winnow v0.7.14
3882026-08-15T07:00:36.235Z Downloaded goblin v0.8.2
3892026-08-15T07:00:36.250Z Downloaded tabled v0.15.0
3902026-08-15T07:00:36.272Z Downloaded syn v1.0.109
3912026-08-15T07:00:36.282Z Downloaded unicode-width v0.1.14
3922026-08-15T07:00:36.285Z Downloaded syn v2.0.117
3932026-08-15T07:00:36.291Z Downloaded unicode-width v0.2.0
3942026-08-15T07:00:36.305Z Downloaded rustix v1.1.4
3952026-08-15T07:00:36.339Z Downloaded libc v0.2.185
3962026-08-15T07:00:36.402Z Compiling proc-macro2 v1.0.106
3972026-08-15T07:00:36.402Z Compiling unicode-ident v1.0.24
3982026-08-15T07:00:36.402Z Compiling quote v1.0.45
3992026-08-15T07:00:36.405Z Compiling serde_core v1.0.228
4002026-08-15T07:00:36.405Z Compiling libc v0.2.185
4012026-08-15T07:00:36.405Z Compiling version_check v0.9.5
4022026-08-15T07:00:36.405Z Compiling memchr v2.8.0
4032026-08-15T07:00:36.405Z Compiling serde v1.0.228
4042026-08-15T07:00:36.725Z Compiling zmij v1.0.21
4052026-08-15T07:00:37.009Z Compiling thiserror v1.0.69
4062026-08-15T07:00:37.013Z Compiling ucd-trie v0.1.7
4072026-08-15T07:00:37.184Z Compiling itoa v1.0.17
4082026-08-15T07:00:37.291Z Compiling pest v2.8.6
4092026-08-15T07:00:37.335Z Compiling rustix v1.1.4
4102026-08-15T07:00:37.359Z Compiling byteorder v1.5.0
4112026-08-15T07:00:37.489Z Compiling errno v0.3.14
4122026-08-15T07:00:37.581Z Compiling bitflags v2.11.0
4132026-08-15T07:00:37.712Z Compiling serde_json v1.0.151
4142026-08-15T07:00:37.874Z Compiling syn v2.0.117
4152026-08-15T07:00:37.937Z Compiling thread-id v4.2.2
4162026-08-15T07:00:37.949Z Compiling proc-macro-error-attr v1.0.4
4172026-08-15T07:00:38.006Z Compiling usdt-impl v0.5.0
4182026-08-15T07:00:38.021Z Compiling syn v1.0.109
4192026-08-15T07:00:38.157Z Compiling camino v1.2.5
4202026-08-15T07:00:38.361Z Compiling pest_meta v2.8.6
4212026-08-15T07:00:38.389Z Compiling proc-macro-error v1.0.4
4222026-08-15T07:00:38.480Z Compiling log v0.4.33
4232026-08-15T07:00:38.556Z Compiling utf8parse v0.2.2
4242026-08-15T07:00:38.569Z Compiling plain v0.2.3
4252026-08-15T07:00:38.666Z Compiling hashbrown v0.17.0
4262026-08-15T07:00:38.670Z Compiling equivalent v1.0.2
4272026-08-15T07:00:38.694Z Compiling getrandom v0.3.4
4282026-08-15T07:00:38.768Z Compiling terminal_size v0.4.3
4292026-08-15T07:00:39.017Z Compiling anstyle-parse v1.0.0
4302026-08-15T07:00:39.212Z Compiling indexmap v2.14.0
4312026-08-15T07:00:39.581Z Compiling anstyle v1.0.14
4322026-08-15T07:00:39.724Z Compiling pretty-hex v0.4.1
4332026-08-15T07:00:39.803Z Compiling cfg-if v1.0.4
4342026-08-15T07:00:39.816Z Compiling is_terminal_polyfill v1.70.2
4352026-08-15T07:00:39.860Z Compiling colorchoice v1.0.4
4362026-08-15T07:00:39.875Z Compiling toml_write v0.1.2
4372026-08-15T07:00:39.907Z Compiling thiserror v2.0.18
4382026-08-15T07:00:39.925Z Compiling anstyle-query v1.1.5
4392026-08-15T07:00:39.972Z Compiling autocfg v1.5.0
4402026-08-15T07:00:39.989Z Compiling winnow v0.7.14
4412026-08-15T07:00:40.031Z Compiling anstream v1.0.0
4422026-08-15T07:00:40.202Z Compiling pest_generator v2.8.6
4432026-08-15T07:00:40.341Z Compiling bytecount v0.6.9
4442026-08-15T07:00:40.357Z Compiling once_cell v1.21.3
4452026-08-15T07:00:40.407Z Compiling fs-err v3.3.0
4462026-08-15T07:00:40.477Z Compiling fastrand v2.3.0
4472026-08-15T07:00:40.564Z Compiling strsim v0.11.1
4482026-08-15T07:00:40.591Z Compiling heck v0.4.1
4492026-08-15T07:00:40.723Z Compiling anyhow v1.0.104
4502026-08-15T07:00:40.757Z Compiling fnv v1.0.7
4512026-08-15T07:00:40.810Z Compiling unicode-width v0.1.14
4522026-08-15T07:00:40.860Z Compiling clap_lex v1.0.0
4532026-08-15T07:00:40.898Z Compiling heck v0.5.0
4542026-08-15T07:00:40.912Z Compiling tempfile v3.27.0
4552026-08-15T07:00:41.076Z Compiling papergrid v0.11.0
4562026-08-15T07:00:41.090Z Compiling clap_builder v4.6.0
4572026-08-15T07:00:41.217Z Compiling cargo-platform v0.3.2
4582026-08-15T07:00:41.233Z Compiling semver v1.0.28
4592026-08-15T07:00:41.275Z Compiling memmap v0.7.0
4602026-08-15T07:00:41.327Z Compiling tabled_derive v0.7.0
4612026-08-15T07:00:41.455Z Compiling smawk v0.3.2
4622026-08-15T07:00:41.467Z Compiling unicode-width v0.2.0
4632026-08-15T07:00:41.480Z Compiling unicode-linebreak v0.1.5
4642026-08-15T07:00:41.710Z Compiling textwrap v0.16.2
4652026-08-15T07:00:41.736Z Compiling camino-tempfile v1.4.1
4662026-08-15T07:00:41.804Z Compiling serde_derive v1.0.228
4672026-08-15T07:00:41.863Z Compiling thiserror-impl v1.0.69
4682026-08-15T07:00:41.878Z Compiling zerocopy-derive v0.7.35
4692026-08-15T07:00:41.961Z Compiling pest_derive v2.8.6
4702026-08-15T07:00:42.157Z Compiling scroll_derive v0.12.1
4712026-08-15T07:00:42.217Z Compiling thiserror-impl v2.0.18
4722026-08-15T07:00:42.400Z Compiling clap_derive v4.6.1
4732026-08-15T07:00:42.480Z Compiling tabled v0.15.0
4742026-08-15T07:00:42.733Z Compiling zerocopy v0.7.35
4752026-08-15T07:00:42.812Z Compiling scroll v0.12.0
4762026-08-15T07:00:43.121Z Compiling goblin v0.8.2
4772026-08-15T07:00:43.252Z Compiling dtrace-parser v0.2.0
4782026-08-15T07:00:43.340Z Compiling swrite v0.1.0
4792026-08-15T07:00:44.084Z Compiling clap v4.6.1
4802026-08-15T07:00:44.734Z Compiling serde_spanned v0.6.9
4812026-08-15T07:00:44.734Z Compiling toml_datetime v0.6.11
4822026-08-15T07:00:44.734Z Compiling cargo_metadata v0.23.1
4832026-08-15T07:00:44.737Z Compiling macaddr v1.0.1
4842026-08-15T07:00:44.737Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-15T07:00:44.810Z Compiling dof v0.3.0
4862026-08-15T07:00:44.826Z Compiling serde_tokenstream v0.2.3
4872026-08-15T07:00:44.931Z Compiling toml_edit v0.22.27
4882026-08-15T07:00:45.525Z Compiling usdt-attr-macro v0.5.0
4892026-08-15T07:00:45.540Z Compiling usdt-macro v0.5.0
4902026-08-15T07:00:46.143Z Compiling usdt v0.5.0
4912026-08-15T07:00:46.262Z Compiling toml v0.8.23
4922026-08-15T07:00:46.586Z Compiling cargo_toml v0.21.0
4932026-08-15T07:00:47.831Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942026-08-15T07:00:49.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.85s
4952026-08-15T07:00:50.086Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4962026-08-15T07:00:50.608Z Downloading crates ...
4972026-08-15T07:00:50.652Z Downloaded bb8 v0.8.6
4982026-08-15T07:00:50.660Z Downloaded async-recursion v1.1.1
4992026-08-15T07:00:50.666Z Downloaded anstyle-parse v0.2.7
5002026-08-15T07:00:50.669Z Downloaded bcrypt-pbkdf v0.11.0
5012026-08-15T07:00:50.672Z Downloaded adler2 v2.0.1
5022026-08-15T07:00:50.675Z Downloaded async-trait v0.1.89
5032026-08-15T07:00:50.679Z Downloaded base16ct v1.0.0
5042026-08-15T07:00:50.682Z Downloaded funty v2.0.0
5052026-08-15T07:00:50.685Z Downloaded float-cmp v0.10.0
5062026-08-15T07:00:50.689Z Downloaded enum-as-inner v0.6.1
5072026-08-15T07:00:50.689Z Downloaded atomic-waker v1.1.2
5082026-08-15T07:00:50.689Z Downloaded base16ct v0.2.0
5092026-08-15T07:00:50.689Z Downloaded bit-set v0.8.0
5102026-08-15T07:00:50.693Z Downloaded ascii-canvas v3.0.0
5112026-08-15T07:00:50.693Z Downloaded async-stream v0.3.6
5122026-08-15T07:00:50.693Z Downloaded bitfield-macros v0.19.4
5132026-08-15T07:00:50.693Z Downloaded endian-type v0.1.2
5142026-08-15T07:00:50.693Z Downloaded filetime v0.2.27
5152026-08-15T07:00:50.694Z Downloaded foldhash v0.1.5
5162026-08-15T07:00:50.696Z Downloaded foreign-types-shared v0.3.1
5172026-08-15T07:00:50.697Z Downloaded elliptic-curve v0.13.8
5182026-08-15T07:00:50.697Z Downloaded ena v0.14.4
5192026-08-15T07:00:50.697Z Downloaded atty v0.2.14
5202026-08-15T07:00:50.697Z Downloaded backtrace-ext v0.2.1
5212026-08-15T07:00:50.699Z Downloaded addr2line v0.25.1
5222026-08-15T07:00:50.699Z Downloaded arc-swap v1.8.2
5232026-08-15T07:00:50.702Z Downloaded compression-codecs v0.4.37
5242026-08-15T07:00:50.702Z Downloaded anstream v0.6.21
5252026-08-15T07:00:50.706Z Downloaded arrayref v0.3.9
5262026-08-15T07:00:50.707Z Downloaded fxhash v0.2.1
5272026-08-15T07:00:50.707Z Downloaded atomicwrites v0.4.4
5282026-08-15T07:00:50.707Z Downloaded embedded-io v0.6.1
5292026-08-15T07:00:50.710Z Downloaded fallible-iterator v0.2.0
5302026-08-15T07:00:50.710Z Downloaded futures-sink v0.3.32
5312026-08-15T07:00:50.710Z Downloaded http-body-util v0.1.3
5322026-08-15T07:00:50.710Z Downloaded aead v0.5.2
5332026-08-15T07:00:50.710Z Downloaded assert_matches v1.5.0
5342026-08-15T07:00:50.710Z Downloaded float-ord v0.3.2
5352026-08-15T07:00:50.710Z Downloaded foreign-types v0.5.0
5362026-08-15T07:00:50.712Z Downloaded foreign-types-macros v0.2.3
5372026-08-15T07:00:50.713Z Downloaded bitfield-struct v0.6.2
5382026-08-15T07:00:50.713Z Downloaded embedded-io v0.4.0
5392026-08-15T07:00:50.713Z Downloaded fd-lock v4.0.4
5402026-08-15T07:00:50.715Z Downloaded foreign-types-shared v0.1.1
5412026-08-15T07:00:50.716Z Downloaded form_urlencoded v1.2.2
5422026-08-15T07:00:50.716Z Downloaded array-init v0.0.4
5432026-08-15T07:00:50.716Z Downloaded bit-set v0.5.3
5442026-08-15T07:00:50.719Z Downloaded bcs v0.1.6
5452026-08-15T07:00:50.719Z Downloaded cassowary v0.3.0
5462026-08-15T07:00:50.722Z Downloaded aead v0.6.1
5472026-08-15T07:00:50.722Z Downloaded async-stream-impl v0.3.6
5482026-08-15T07:00:50.722Z Downloaded backoff v0.4.0
5492026-08-15T07:00:50.722Z Downloaded bit-vec v0.6.3
5502026-08-15T07:00:50.726Z Downloaded bitfield v0.19.4
5512026-08-15T07:00:50.726Z Downloaded ed25519 v2.2.3
5522026-08-15T07:00:50.726Z Downloaded castaway v0.2.4
5532026-08-15T07:00:50.726Z Downloaded ff v0.13.1
5542026-08-15T07:00:50.726Z Downloaded env_filter v2.0.0
5552026-08-15T07:00:50.729Z Downloaded fixedbitset v0.4.2
5562026-08-15T07:00:50.729Z Downloaded cobs v0.3.0
5572026-08-15T07:00:50.732Z Downloaded foreign-types v0.3.2
5582026-08-15T07:00:50.732Z Downloaded futures-io v0.3.32
5592026-08-15T07:00:50.732Z Downloaded headers-core v0.3.0
5602026-08-15T07:00:50.732Z Downloaded futures-macro v0.3.32
5612026-08-15T07:00:50.736Z Downloaded hash32 v0.3.1
5622026-08-15T07:00:50.738Z Downloaded futures-task v0.3.32
5632026-08-15T07:00:50.742Z Downloaded flagset v0.4.7
5642026-08-15T07:00:50.742Z Downloaded http-range v0.1.5
5652026-08-15T07:00:50.742Z Downloaded git-stub v1.0.0
5662026-08-15T07:00:50.745Z Downloaded either v1.15.0
5672026-08-15T07:00:50.745Z Downloaded enum_dispatch v0.3.13
5682026-08-15T07:00:50.747Z Downloaded env_logger v0.11.11
5692026-08-15T07:00:50.747Z Downloaded fixedbitset v0.5.7
5702026-08-15T07:00:50.750Z Downloaded erased-serde v0.3.31
5712026-08-15T07:00:50.750Z Downloaded arrayvec v0.7.6
5722026-08-15T07:00:50.755Z Downloaded hex-literal v1.1.0
5732026-08-15T07:00:50.758Z Downloaded block-padding v0.4.2
5742026-08-15T07:00:50.761Z Downloaded ciborium-ll v0.2.2
5752026-08-15T07:00:50.764Z Downloaded http-range-header v0.4.2
5762026-08-15T07:00:50.764Z Downloaded block-buffer v0.12.1
5772026-08-15T07:00:50.764Z Downloaded ciborium-io v0.2.2
5782026-08-15T07:00:50.764Z Downloaded compression-core v0.4.31
5792026-08-15T07:00:50.764Z Downloaded hostname v0.3.1
5802026-08-15T07:00:50.767Z Downloaded hash32 v0.2.1
5812026-08-15T07:00:50.767Z Downloaded hex v0.4.3
5822026-08-15T07:00:50.767Z Downloaded cfg_aliases v0.2.1
5832026-08-15T07:00:50.767Z Downloaded globwalk v0.9.1
5842026-08-15T07:00:50.767Z Downloaded http-body v1.0.1
5852026-08-15T07:00:50.770Z Downloaded cfg_aliases v0.1.1
5862026-08-15T07:00:50.776Z Downloaded argon2 v0.5.3
5872026-08-15T07:00:50.781Z Downloaded nodrop v0.1.14
5882026-08-15T07:00:50.783Z Downloaded normalize-line-endings v0.3.0
5892026-08-15T07:00:50.784Z Downloaded nibble_vec v0.1.0
5902026-08-15T07:00:50.784Z Downloaded gethostname v0.5.0
5912026-08-15T07:00:50.787Z Downloaded num_enum_derive v0.5.11
5922026-08-15T07:00:50.787Z Downloaded opaque-debug v0.3.1
5932026-08-15T07:00:50.787Z Downloaded openssl-probe v0.2.1
5942026-08-15T07:00:50.790Z Downloaded base64ct v1.8.3
5952026-08-15T07:00:50.795Z Downloaded ghash v0.6.0
5962026-08-15T07:00:50.795Z Downloaded home v0.5.12
5972026-08-15T07:00:50.795Z Downloaded futures-core v0.3.32
5982026-08-15T07:00:50.799Z Downloaded bitflags v1.3.2
5992026-08-15T07:00:50.799Z Downloaded camino-tempfile-ext v0.3.3
6002026-08-15T07:00:50.799Z Downloaded cbc v0.2.1
6012026-08-15T07:00:50.799Z Downloaded cexpr v0.6.0
6022026-08-15T07:00:50.799Z Downloaded ff v0.14.0
6032026-08-15T07:00:50.799Z Downloaded futures-executor v0.3.32
6042026-08-15T07:00:50.802Z Downloaded hostname v0.4.2
6052026-08-15T07:00:50.802Z Downloaded byte-wrapper v0.1.0
6062026-08-15T07:00:50.802Z Downloaded chacha20 v0.9.1
6072026-08-15T07:00:50.805Z Downloaded packed_struct_codegen v0.10.1
6082026-08-15T07:00:50.805Z Downloaded cmov v0.5.4
6092026-08-15T07:00:50.808Z Downloaded foldhash v0.2.0
6102026-08-15T07:00:50.808Z Downloaded fs-err v2.11.0
6112026-08-15T07:00:50.808Z Downloaded futures-channel v0.3.32
6122026-08-15T07:00:50.810Z Downloaded peg-runtime v0.8.5
6132026-08-15T07:00:50.815Z Downloaded precomputed-hash v0.1.1
6142026-08-15T07:00:50.818Z Downloaded proc-macro-crate v1.3.1
6152026-08-15T07:00:50.818Z Downloaded find-msvc-tools v0.1.9
6162026-08-15T07:00:50.818Z Downloaded rtoolbox v0.0.3
6172026-08-15T07:00:50.818Z Downloaded rustc_version v0.1.7
6182026-08-15T07:00:50.818Z Downloaded rustc_version v0.4.1
6192026-08-15T07:00:50.821Z Downloaded fatfs v0.3.6
6202026-08-15T07:00:50.821Z Downloaded getrandom v0.4.3
6212026-08-15T07:00:50.823Z Downloaded rustc-hash v2.1.1
6222026-08-15T07:00:50.825Z Downloaded async-bb8-diesel v0.2.1
6232026-08-15T07:00:50.828Z Downloaded secrecy v0.10.3
6242026-08-15T07:00:50.828Z Downloaded bit-vec v0.8.0
6252026-08-15T07:00:50.831Z Downloaded serde_urlencoded v0.7.1
6262026-08-15T07:00:50.831Z Downloaded ahash v0.8.12
6272026-08-15T07:00:50.831Z Downloaded backon v1.6.0
6282026-08-15T07:00:50.834Z Downloaded sha1 v0.11.0
6292026-08-15T07:00:50.834Z Downloaded signature v3.0.0
6302026-08-15T07:00:50.839Z Downloaded cipher v0.4.4
6312026-08-15T07:00:50.842Z Downloaded newline-converter v0.3.0
6322026-08-15T07:00:50.842Z Downloaded bs58 v0.5.1
6332026-08-15T07:00:50.845Z Downloaded buf-list v1.1.2
6342026-08-15T07:00:50.845Z Downloaded cmake v0.1.57
6352026-08-15T07:00:50.845Z Downloaded globset v0.4.18
6362026-08-15T07:00:50.848Z Downloaded highway v1.3.0
6372026-08-15T07:00:50.851Z Downloaded argon2 v0.6.0-rc.8
6382026-08-15T07:00:50.853Z Downloaded base64 v0.22.1
6392026-08-15T07:00:50.856Z Downloaded git-stub-vcs v0.1.0
6402026-08-15T07:00:50.856Z Downloaded group v0.13.0
6412026-08-15T07:00:50.856Z Downloaded group v0.14.0
6422026-08-15T07:00:50.859Z Downloaded num-rational v0.4.2
6432026-08-15T07:00:50.859Z Downloaded siphasher v1.0.2
6442026-08-15T07:00:50.859Z Downloaded multimap v0.10.1
6452026-08-15T07:00:50.859Z Downloaded owo-colors v4.3.0
6462026-08-15T07:00:50.864Z Downloaded oxide-tokio-rt v0.1.4
6472026-08-15T07:00:50.864Z Downloaded strip-ansi-escapes v0.2.1
6482026-08-15T07:00:50.865Z Downloaded strum v0.26.3
6492026-08-15T07:00:50.865Z Downloaded supports-hyperlinks v3.2.0
6502026-08-15T07:00:50.865Z Downloaded supports-color v3.0.2
6512026-08-15T07:00:50.865Z Downloaded tagptr v0.2.0
6522026-08-15T07:00:50.868Z Downloaded glob v0.3.3
6532026-08-15T07:00:50.868Z Downloaded borsh-derive v1.8.0
6542026-08-15T07:00:50.871Z Downloaded bzip2 v0.4.4
6552026-08-15T07:00:50.871Z Downloaded blake2 v0.11.0-rc.6
6562026-08-15T07:00:50.873Z Downloaded bzip2 v0.6.1
6572026-08-15T07:00:50.873Z Downloaded port-file v0.1.0
6582026-08-15T07:00:50.873Z Downloaded bytesize v2.7.0
6592026-08-15T07:00:50.876Z Downloaded cipher v0.5.2
6602026-08-15T07:00:50.876Z Downloaded chacha20 v0.10.0
6612026-08-15T07:00:50.876Z Downloaded packed_struct v0.10.1
6622026-08-15T07:00:50.879Z Downloaded oxide-update-engine v0.1.2
6632026-08-15T07:00:50.879Z Downloaded phf_shared v0.13.1
6642026-08-15T07:00:50.879Z Downloaded termtree v0.5.1
6652026-08-15T07:00:50.879Z Downloaded tinyvec_macros v0.1.1
6662026-08-15T07:00:50.879Z Downloaded hmac v0.12.1
6672026-08-15T07:00:50.882Z Downloaded polyval v0.7.1
6682026-08-15T07:00:50.885Z Downloaded futures v0.3.32
6692026-08-15T07:00:50.889Z Downloaded primeorder v0.13.6
6702026-08-15T07:00:50.890Z Downloaded proc-macro-crate v3.4.0
6712026-08-15T07:00:50.890Z Downloaded rpassword v7.5.4
6722026-08-15T07:00:50.894Z Downloaded rustls-native-certs v0.8.3
6732026-08-15T07:00:50.894Z Downloaded scopeguard v1.2.0
6742026-08-15T07:00:50.894Z Downloaded primeorder v0.14.0
6752026-08-15T07:00:50.894Z Downloaded r2d2 v0.8.10
6762026-08-15T07:00:50.900Z Downloaded tower-service v0.3.3
6772026-08-15T07:00:50.903Z Downloaded unit-prefix v0.5.2
6782026-08-15T07:00:50.907Z Downloaded cancel-safe-futures v0.1.5
6792026-08-15T07:00:50.912Z Downloaded ciborium v0.2.2
6802026-08-15T07:00:50.912Z Downloaded blowfish v0.10.0
6812026-08-15T07:00:50.916Z Downloaded slog-dtrace v0.3.0
6822026-08-15T07:00:50.916Z Downloaded utf8_iter v1.0.4
6832026-08-15T07:00:50.918Z Downloaded blake2 v0.10.6
6842026-08-15T07:00:50.918Z Downloaded colored v2.2.0
6852026-08-15T07:00:50.921Z Downloaded colored v3.1.1
6862026-08-15T07:00:50.921Z Downloaded console v0.15.11
6872026-08-15T07:00:50.921Z Downloaded serde_path_to_error v0.1.20
6882026-08-15T07:00:50.921Z Downloaded usdt-attr-macro v0.6.0
6892026-08-15T07:00:50.922Z Downloaded xattr v1.6.1
6902026-08-15T07:00:50.922Z Downloaded zerofrom v0.1.6
6912026-08-15T07:00:50.925Z Downloaded cpufeatures v0.3.0
6922026-08-15T07:00:50.925Z Downloaded half v1.8.3
6932026-08-15T07:00:50.928Z Downloaded signal-hook-mio v0.2.5
6942026-08-15T07:00:50.928Z Downloaded num-integer v0.1.46
6952026-08-15T07:00:50.928Z Downloaded slab v0.4.12
6962026-08-15T07:00:50.931Z Downloaded smallvec v0.6.14
6972026-08-15T07:00:50.931Z Downloaded time-macros v0.2.27
6982026-08-15T07:00:50.934Z Downloaded phc v0.6.1
6992026-08-15T07:00:50.937Z Downloaded crc v3.4.0
7002026-08-15T07:00:50.939Z Downloaded debug-ignore v1.0.5
7012026-08-15T07:00:50.939Z Downloaded crypto-common v0.2.2
7022026-08-15T07:00:50.940Z Downloaded static_assertions v1.1.0
7032026-08-15T07:00:50.942Z Downloaded fs_extra v1.3.0
7042026-08-15T07:00:50.945Z Downloaded tokio-tungstenite v0.23.1
7052026-08-15T07:00:50.945Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7062026-08-15T07:00:50.948Z Downloaded clang-sys v1.8.1
7072026-08-15T07:00:50.948Z Downloaded elliptic-curve v0.14.1
7082026-08-15T07:00:50.951Z Downloaded parking_lot v0.11.2
7092026-08-15T07:00:50.955Z Downloaded peg-macros v0.8.5
7102026-08-15T07:00:50.958Z Downloaded tls_codec v0.4.2
7112026-08-15T07:00:50.958Z Downloaded rand_core v0.10.0
7122026-08-15T07:00:50.961Z Downloaded strum_macros v0.27.2
7132026-08-15T07:00:50.962Z Downloaded darling_macro v0.23.0
7142026-08-15T07:00:50.962Z Downloaded difflib v0.4.0
7152026-08-15T07:00:50.965Z Downloaded illumos-nvpair v0.3.0
7162026-08-15T07:00:50.965Z Downloaded inout v0.2.2
7172026-08-15T07:00:50.965Z Downloaded instability v0.3.11
7182026-08-15T07:00:50.965Z Downloaded instant v0.1.13
7192026-08-15T07:00:50.965Z Downloaded dropshot-api-manager-types v0.7.2
7202026-08-15T07:00:50.968Z Downloaded allocator-api2 v0.2.21
7212026-08-15T07:00:50.971Z Downloaded unicase v2.9.0
7222026-08-15T07:00:51.004Z Downloaded flume v0.11.1
7232026-08-15T07:00:51.005Z Downloaded quinn-udp v0.5.14
7242026-08-15T07:00:51.005Z Downloaded serde-hex v0.1.0
7252026-08-15T07:00:51.005Z Downloaded linked-hash-map v0.5.6
7262026-08-15T07:00:51.005Z Downloaded md-5 v0.10.6
7272026-08-15T07:00:51.005Z Downloaded base64 v0.21.7
7282026-08-15T07:00:51.005Z Downloaded vergen-gitcl v1.0.8
7292026-08-15T07:00:51.005Z Downloaded vergen-lib v0.1.6
7302026-08-15T07:00:51.005Z Downloaded vergen-lib v9.1.0
7312026-08-15T07:00:51.005Z Downloaded vergen-git2 v9.1.0
7322026-08-15T07:00:51.005Z Downloaded new_debug_unreachable v1.0.6
7332026-08-15T07:00:51.005Z Downloaded kstat-rs v0.2.5
7342026-08-15T07:00:51.005Z Downloaded num-derive v0.4.2
7352026-08-15T07:00:51.006Z Downloaded httparse v1.10.1
7362026-08-15T07:00:51.006Z Downloaded libscf-sys v1.2.0
7372026-08-15T07:00:51.007Z Downloaded managed v0.8.0
7382026-08-15T07:00:51.007Z Downloaded num v0.4.3
7392026-08-15T07:00:51.010Z Downloaded crossbeam-deque v0.8.6
7402026-08-15T07:00:51.010Z Downloaded getrandom v0.2.17
7412026-08-15T07:00:51.010Z Downloaded smallvec v1.15.1
7422026-08-15T07:00:51.010Z Downloaded defmt-macros v1.0.1
7432026-08-15T07:00:51.013Z Downloaded phf_shared v0.11.3
7442026-08-15T07:00:51.016Z Downloaded digest v0.11.3
7452026-08-15T07:00:51.019Z Downloaded spin v0.9.8
7462026-08-15T07:00:51.019Z Downloaded const_format_proc_macros v0.2.34
7472026-08-15T07:00:51.022Z Downloaded chacha20poly1305 v0.10.1
7482026-08-15T07:00:51.022Z Downloaded compact_str v0.8.1
7492026-08-15T07:00:51.025Z Downloaded pin-project v1.1.11
7502026-08-15T07:00:51.030Z Downloaded prefix-trie v0.7.0
7512026-08-15T07:00:51.033Z Downloaded generic-array v1.4.3
7522026-08-15T07:00:51.033Z Downloaded papergrid v0.18.0
7532026-08-15T07:00:51.036Z Downloaded dof v0.4.0
7542026-08-15T07:00:51.036Z Downloaded ecdsa v0.16.9
7552026-08-15T07:00:51.036Z Downloaded flate2 v1.1.9
7562026-08-15T07:00:51.039Z Downloaded psl-types v2.0.11
7572026-08-15T07:00:51.040Z Downloaded rfc6979 v0.4.0
7582026-08-15T07:00:51.044Z Downloaded rand_chacha v0.3.1
7592026-08-15T07:00:51.045Z Downloaded rand_pcg v0.10.2
7602026-08-15T07:00:51.045Z Downloaded ref-cast-impl v1.0.25
7612026-08-15T07:00:51.047Z Downloaded backtrace v0.3.76
7622026-08-15T07:00:51.047Z Downloaded humantime v2.3.0
7632026-08-15T07:00:51.047Z Downloaded ref-cast v1.0.25
7642026-08-15T07:00:51.050Z Downloaded ar_archive_writer v0.5.1
7652026-08-15T07:00:51.050Z Downloaded chumsky v0.9.3
7662026-08-15T07:00:51.053Z Downloaded bytes v1.11.1
7672026-08-15T07:00:51.057Z Downloaded ingot v0.2.1
7682026-08-15T07:00:51.062Z Downloaded seq-macro v0.3.6
7692026-08-15T07:00:51.062Z Downloaded vergen v9.1.0
7702026-08-15T07:00:51.062Z Downloaded linear-map v1.2.0
7712026-08-15T07:00:51.065Z Downloaded keccak v0.2.0
7722026-08-15T07:00:51.066Z Downloaded native-tls v0.2.18
7732026-08-15T07:00:51.066Z Downloaded serde-big-array v0.5.1
7742026-08-15T07:00:51.071Z Downloaded hmac v0.13.0
7752026-08-15T07:00:51.074Z Downloaded headers v0.4.1
7762026-08-15T07:00:51.078Z Downloaded heapless v0.8.0
7772026-08-15T07:00:51.078Z Downloaded crossbeam-epoch v0.9.18
7782026-08-15T07:00:51.083Z Downloaded heapless v0.7.17
7792026-08-15T07:00:51.086Z Downloaded tokio-rustls v0.26.4
7802026-08-15T07:00:51.086Z Downloaded daft-derive v0.1.7
7812026-08-15T07:00:51.086Z Downloaded socket2 v0.6.3
7822026-08-15T07:00:51.089Z Downloaded console v0.16.2
7832026-08-15T07:00:51.089Z Downloaded cookie v0.18.1
7842026-08-15T07:00:51.089Z Downloaded num-primitive v0.2.1
7852026-08-15T07:00:51.092Z Downloaded pem v3.0.6
7862026-08-15T07:00:51.092Z Downloaded pem-rfc7468 v0.7.0
7872026-08-15T07:00:51.092Z Downloaded strsim v0.10.0
7882026-08-15T07:00:51.092Z Downloaded testing_table v0.3.0
7892026-08-15T07:00:51.095Z Downloaded thread-id v5.1.0
7902026-08-15T07:00:51.095Z Downloaded sigpipe v0.1.3
7912026-08-15T07:00:51.095Z Downloaded tap v1.0.1
7922026-08-15T07:00:51.095Z Downloaded paste v1.0.15
7932026-08-15T07:00:51.095Z Downloaded half v2.7.1
7942026-08-15T07:00:51.101Z Downloaded progenitor-impl v0.14.0
7952026-08-15T07:00:51.101Z Downloaded parse-display-derive v0.10.0
7962026-08-15T07:00:51.104Z Downloaded trait-variant v0.1.2
7972026-08-15T07:00:51.104Z Downloaded tokio-macros v2.7.0
7982026-08-15T07:00:51.108Z Downloaded der_derive v0.7.3
7992026-08-15T07:00:51.108Z Downloaded pkg-config v0.3.32
8002026-08-15T07:00:51.108Z Downloaded test-strategy v0.4.5
8012026-08-15T07:00:51.110Z Downloaded derive_builder v0.20.2
8022026-08-15T07:00:51.111Z Downloaded progenitor-client v0.13.0
8032026-08-15T07:00:51.111Z Downloaded psm v0.1.30
8042026-08-15T07:00:51.113Z Downloaded rand_seeder v0.4.0
8052026-08-15T07:00:51.113Z Downloaded russh-cryptovec v0.62.0
8062026-08-15T07:00:51.113Z Downloaded hybrid-array v0.4.13
8072026-08-15T07:00:51.116Z Downloaded untrusted v0.9.0
8082026-08-15T07:00:51.116Z Downloaded usdt-macro v0.6.0
8092026-08-15T07:00:51.116Z Downloaded wait-timeout v0.2.1
8102026-08-15T07:00:51.116Z Downloaded hashbrown v0.13.2
8112026-08-15T07:00:51.119Z Downloaded rayon-core v1.13.0
8122026-08-15T07:00:51.122Z Downloaded scuffle v0.1.0
8132026-08-15T07:00:51.122Z Downloaded tungstenite v0.23.0
8142026-08-15T07:00:51.125Z Downloaded async-compression v0.4.41
8152026-08-15T07:00:51.128Z Downloaded unicode-bidi v0.3.18
8162026-08-15T07:00:51.130Z Downloaded unsafe-libyaml v0.2.11
8172026-08-15T07:00:51.131Z Downloaded zerocopy v0.6.6
8182026-08-15T07:00:51.133Z Downloaded rusty-fork v0.3.1
8192026-08-15T07:00:51.134Z Downloaded serdect v0.4.3
8202026-08-15T07:00:51.134Z Downloaded schemars_derive v0.8.22
8212026-08-15T07:00:51.135Z Downloaded darling_macro v0.13.4
8222026-08-15T07:00:51.138Z Downloaded darling_macro v0.20.11
8232026-08-15T07:00:51.141Z Downloaded scroll v0.13.0
8242026-08-15T07:00:51.141Z Downloaded signal-hook-registry v1.4.8
8252026-08-15T07:00:51.141Z Downloaded slog-async v2.8.0
8262026-08-15T07:00:51.141Z Downloaded stacker v0.1.23
8272026-08-15T07:00:51.144Z Downloaded strum_macros v0.24.3
8282026-08-15T07:00:51.155Z Downloaded slog-scope v4.4.1
8292026-08-15T07:00:51.158Z Downloaded snafu-derive v0.8.9
8302026-08-15T07:00:51.161Z Downloaded tiny-keccak v2.0.2
8312026-08-15T07:00:51.161Z Downloaded synstructure v0.13.2
8322026-08-15T07:00:51.161Z Downloaded derive_builder_macro v0.20.2
8332026-08-15T07:00:51.161Z Downloaded hickory-resolver v0.25.2
8342026-08-15T07:00:51.164Z Downloaded display-error-chain v0.2.2
8352026-08-15T07:00:51.166Z Downloaded hyper-tls v0.6.0
8362026-08-15T07:00:51.167Z Downloaded tokio-dtrace v0.1.1
8372026-08-15T07:00:51.167Z Downloaded tokio-native-tls v0.3.1
8382026-08-15T07:00:51.170Z Downloaded darling v0.23.0
8392026-08-15T07:00:51.173Z Downloaded hickory-resolver v0.24.4
8402026-08-15T07:00:51.173Z Downloaded pkcs8 v0.10.2
8412026-08-15T07:00:51.177Z Downloaded pkcs8 v0.11.0
8422026-08-15T07:00:51.177Z Downloaded tar v0.4.46
8432026-08-15T07:00:51.177Z Downloaded uzers v0.12.2
8442026-08-15T07:00:51.181Z Downloaded inout v0.1.4
8452026-08-15T07:00:51.181Z Downloaded qorb v0.4.1
8462026-08-15T07:00:51.184Z Downloaded lru-slab v0.1.2
8472026-08-15T07:00:51.184Z Downloaded toml v1.1.2+spec-1.1.0
8482026-08-15T07:00:51.184Z Downloaded pkcs1 v0.7.5
8492026-08-15T07:00:51.184Z Downloaded pkcs1 v0.8.0-rc.4
8502026-08-15T07:00:51.187Z Downloaded progenitor v0.14.0
8512026-08-15T07:00:51.187Z Downloaded dsl_auto_type v0.2.0
8522026-08-15T07:00:51.190Z Downloaded hickory-server v0.25.2
8532026-08-15T07:00:51.193Z Downloaded keccak v0.1.6
8542026-08-15T07:00:51.193Z Downloaded kem v0.3.0
8552026-08-15T07:00:51.193Z Downloaded is_ci v1.2.0
8562026-08-15T07:00:51.193Z Downloaded md5 v0.8.0
8572026-08-15T07:00:51.196Z Downloaded whoami v1.6.1
8582026-08-15T07:00:51.196Z Downloaded yoke v0.8.1
8592026-08-15T07:00:51.199Z Downloaded rustls-pki-types v1.14.0
8602026-08-15T07:00:51.199Z Downloaded cc v1.2.56
8612026-08-15T07:00:51.202Z Downloaded borsh v1.8.0
8622026-08-15T07:00:51.205Z Downloaded indexmap v1.9.3
8632026-08-15T07:00:51.208Z Downloaded corncobs v0.1.4
8642026-08-15T07:00:51.210Z Downloaded parse-display v0.10.0
8652026-08-15T07:00:51.210Z Downloaded xshell v0.2.7
8662026-08-15T07:00:51.210Z Downloaded zerovec-derive v0.11.2
8672026-08-15T07:00:51.210Z Downloaded maybe-uninit v2.0.0
8682026-08-15T07:00:51.213Z Downloaded memoffset v0.9.1
8692026-08-15T07:00:51.213Z Downloaded path-slash v0.1.5
8702026-08-15T07:00:51.214Z Downloaded percent-encoding v2.3.2
8712026-08-15T07:00:51.214Z Downloaded expectorate v1.2.0
8722026-08-15T07:00:51.217Z Downloaded num-traits v0.2.19
8732026-08-15T07:00:51.219Z Downloaded zerotrie v0.2.3
8742026-08-15T07:00:51.222Z Downloaded zopfli v0.8.3
8752026-08-15T07:00:51.225Z Downloaded pwd v1.4.0
8762026-08-15T07:00:51.225Z Downloaded rand_xorshift v0.4.0
8772026-08-15T07:00:51.229Z Downloaded darling_core v0.23.0
8782026-08-15T07:00:51.232Z Downloaded sapling-renderdag v0.1.0
8792026-08-15T07:00:51.232Z Downloaded derive_builder_core v0.20.2
8802026-08-15T07:00:51.236Z Downloaded support-bundle-viewer v0.1.2
8812026-08-15T07:00:51.236Z Downloaded rfc6979 v0.6.0
8822026-08-15T07:00:51.239Z Downloaded signal-hook-tokio v0.3.1
8832026-08-15T07:00:51.242Z Downloaded bumpalo v3.20.2
8842026-08-15T07:00:51.244Z Downloaded ingot-types v0.2.0
8852026-08-15T07:00:51.247Z Downloaded nonempty v0.12.0
8862026-08-15T07:00:51.248Z Downloaded num_enum_derive v0.7.6
8872026-08-15T07:00:51.248Z Downloaded pkcs5 v0.8.1
8882026-08-15T07:00:51.251Z Downloaded unicode-properties v0.1.4
8892026-08-15T07:00:51.251Z Downloaded nu-ansi-term v0.50.3
8902026-08-15T07:00:51.251Z Downloaded slog-bunyan v2.5.0
8912026-08-15T07:00:51.254Z Downloaded ssh-cipher v0.2.0
8922026-08-15T07:00:51.254Z Downloaded icu_normalizer v2.1.1
8932026-08-15T07:00:51.257Z Downloaded sync_wrapper v1.0.2
8942026-08-15T07:00:51.257Z Downloaded ron v0.8.1
8952026-08-15T07:00:51.260Z Downloaded aes v0.9.1
8962026-08-15T07:00:51.260Z Downloaded num_enum v0.7.6
8972026-08-15T07:00:51.264Z Downloaded openssl-probe v0.1.6
8982026-08-15T07:00:51.267Z Downloaded thiserror-impl-no-std v2.0.2
8992026-08-15T07:00:51.267Z Downloaded time-core v0.1.8
9002026-08-15T07:00:51.271Z Downloaded try-lock v0.2.5
9012026-08-15T07:00:51.271Z Downloaded crc32fast v1.5.0
9022026-08-15T07:00:51.271Z Downloaded aes-gcm v0.11.0
9032026-08-15T07:00:51.274Z Downloaded miniz_oxide v0.8.9
9042026-08-15T07:00:51.274Z Downloaded crossbeam-utils v0.8.21
9052026-08-15T07:00:51.278Z Downloaded sync-ptr v0.1.4
9062026-08-15T07:00:51.278Z Downloaded oxnet v0.1.6
9072026-08-15T07:00:51.278Z Downloaded const-oid v0.9.6
9082026-08-15T07:00:51.283Z Downloaded postgres-protocol v0.6.10
9092026-08-15T07:00:51.283Z Downloaded pem-rfc7468 v1.0.0
9102026-08-15T07:00:51.285Z Downloaded hashbrown v0.12.3
9112026-08-15T07:00:51.285Z Downloaded http v1.4.2
9122026-08-15T07:00:51.288Z Downloaded zone v0.3.1
9132026-08-15T07:00:51.288Z Downloaded yoke-derive v0.8.1
9142026-08-15T07:00:51.288Z Downloaded p384 v0.14.0
9152026-08-15T07:00:51.292Z Downloaded crucible-workspace-hack v0.1.0
9162026-08-15T07:00:51.292Z Downloaded ssh-key v0.6.7
9172026-08-15T07:00:51.295Z Downloaded unicode-truncate v1.1.0
9182026-08-15T07:00:51.295Z Downloaded openssl-sys v0.9.117
9192026-08-15T07:00:51.298Z Downloaded oso v0.27.3
9202026-08-15T07:00:51.302Z Downloaded shlex v1.3.0
9212026-08-15T07:00:51.305Z Downloaded rustls-pemfile v2.2.0
9222026-08-15T07:00:51.305Z Downloaded ed25519 v3.0.0
9232026-08-15T07:00:51.308Z Downloaded waitgroup v0.1.2
9242026-08-15T07:00:51.308Z Downloaded usdt v0.6.0
9252026-08-15T07:00:51.311Z Downloaded hubpack_derive v0.1.1
9262026-08-15T07:00:51.311Z Downloaded derive_more v2.1.1
9272026-08-15T07:00:51.318Z Downloaded tracing-core v0.1.36
9282026-08-15T07:00:51.321Z Downloaded sec1 v0.8.1
9292026-08-15T07:00:51.324Z Downloaded serde_spanned v1.1.1
9302026-08-15T07:00:51.324Z Downloaded serde_with_macros v1.5.2
9312026-08-15T07:00:51.324Z Downloaded slog-stdlog v4.1.1
9322026-08-15T07:00:51.324Z Downloaded spki v0.8.0
9332026-08-15T07:00:51.328Z Downloaded ident_case v1.0.1
9342026-08-15T07:00:51.328Z Downloaded lalrpop-util v0.19.12
9352026-08-15T07:00:51.328Z Downloaded dyn-clone v1.0.20
9362026-08-15T07:00:51.328Z Downloaded typed-path v0.9.3
9372026-08-15T07:00:51.331Z Downloaded lazy_static v1.5.0
9382026-08-15T07:00:51.335Z Downloaded stringprep v0.1.5
9392026-08-15T07:00:51.338Z Downloaded serde_with v1.14.0
9402026-08-15T07:00:51.340Z Downloaded icu_locale_core v2.1.1
9412026-08-15T07:00:51.343Z Downloaded x509-cert v0.2.5
9422026-08-15T07:00:51.346Z Downloaded minimal-lexical v0.2.1
9432026-08-15T07:00:51.349Z Downloaded wyz v0.5.1
9442026-08-15T07:00:51.349Z Downloaded strum_macros v0.26.4
9452026-08-15T07:00:51.352Z Downloaded postgres-types v0.2.12
9462026-08-15T07:00:51.352Z Downloaded lru-cache v0.1.2
9472026-08-15T07:00:51.352Z Downloaded darling v0.20.11
9482026-08-15T07:00:51.356Z Downloaded parse-size v1.1.0
9492026-08-15T07:00:51.359Z Downloaded progenitor-client v0.14.0
9502026-08-15T07:00:51.362Z Downloaded recursive v0.1.1
9512026-08-15T07:00:51.362Z Downloaded snafu v0.8.9
9522026-08-15T07:00:51.366Z Downloaded convert_case v0.10.0
9532026-08-15T07:00:51.366Z Downloaded dashu-base v0.5.1
9542026-08-15T07:00:51.369Z Downloaded phf_shared v0.12.1
9552026-08-15T07:00:51.371Z Downloaded powerfmt v0.2.0
9562026-08-15T07:00:51.371Z Downloaded num-bigint-dig v0.8.6
9572026-08-15T07:00:51.374Z Downloaded drift v0.2.0
9582026-08-15T07:00:51.377Z Downloaded serde_cbor v0.11.2
9592026-08-15T07:00:51.380Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-08-15T07:00:51.380Z Downloaded scheduled-thread-pool v0.2.7
9612026-08-15T07:00:51.380Z Downloaded toml_edit v0.23.10+spec-1.0.0
9622026-08-15T07:00:51.384Z Downloaded defmt v1.0.1
9632026-08-15T07:00:51.384Z Downloaded predicates-core v1.0.10
9642026-08-15T07:00:51.384Z Downloaded russh-util v0.52.0
9652026-08-15T07:00:51.384Z Downloaded serde_bytes v0.11.19
9662026-08-15T07:00:51.387Z Downloaded displaydoc v0.2.5
9672026-08-15T07:00:51.390Z Downloaded memmap2 v0.9.10
9682026-08-15T07:00:51.390Z Downloaded ecdsa v0.17.0
9692026-08-15T07:00:51.393Z Downloaded stable_deref_trait v1.2.1
9702026-08-15T07:00:51.395Z Downloaded structmeta-derive v0.3.0
9712026-08-15T07:00:51.395Z Downloaded icu_properties v2.1.2
9722026-08-15T07:00:51.398Z Downloaded ignore v0.4.25
9732026-08-15T07:00:51.401Z Downloaded indoc v2.0.7
9742026-08-15T07:00:51.404Z Downloaded ipnet v2.12.1
9752026-08-15T07:00:51.404Z Downloaded ssh-cipher v0.3.0
9762026-08-15T07:00:51.404Z Downloaded slog-envlogger v2.2.0
9772026-08-15T07:00:51.404Z Downloaded zip v0.6.6
9782026-08-15T07:00:51.407Z Downloaded supports-unicode v3.0.0
9792026-08-15T07:00:51.407Z Downloaded nanorand v0.7.0
9802026-08-15T07:00:51.411Z Downloaded typify-macro v0.6.2
9812026-08-15T07:00:51.414Z Downloaded samael v0.0.19
9822026-08-15T07:00:51.420Z Downloaded darling_core v0.21.3
9832026-08-15T07:00:51.424Z Downloaded derive_more v0.99.20
9842026-08-15T07:00:51.426Z Downloaded tokio-stream v0.1.18
9852026-08-15T07:00:51.429Z Downloaded tui-tree-widget v0.23.1
9862026-08-15T07:00:51.429Z Downloaded void v1.0.2
9872026-08-15T07:00:51.429Z Downloaded p256 v0.13.2
9882026-08-15T07:00:51.432Z Downloaded ctutils v0.4.2
9892026-08-15T07:00:51.432Z Downloaded progenitor v0.13.0
9902026-08-15T07:00:51.432Z Downloaded rand_chacha v0.9.0
9912026-08-15T07:00:51.435Z Downloaded hashbrown v0.14.5
9922026-08-15T07:00:51.438Z Downloaded cookie_store v0.22.1
9932026-08-15T07:00:51.441Z Downloaded num_enum v0.5.11
9942026-08-15T07:00:51.444Z Downloaded peg v0.8.5
9952026-08-15T07:00:51.444Z Downloaded rustversion v1.0.22
9962026-08-15T07:00:51.447Z Downloaded defmt v0.3.100
9972026-08-15T07:00:51.447Z Downloaded zone_cfg_derive v0.3.1
9982026-08-15T07:00:51.447Z Downloaded dirs-sys-next v0.1.2
9992026-08-15T07:00:51.447Z Downloaded idna_adapter v1.2.1
10002026-08-15T07:00:51.447Z Downloaded httpdate v1.0.3
10012026-08-15T07:00:51.450Z Downloaded hyper-rustls v0.27.7
10022026-08-15T07:00:51.454Z Downloaded rustls-platform-verifier v0.6.2
10032026-08-15T07:00:51.457Z Downloaded hashbrown v0.16.1
10042026-08-15T07:00:51.460Z Downloaded radium v0.7.0
10052026-08-15T07:00:51.460Z Downloaded ed25519-dalek v3.0.0
10062026-08-15T07:00:51.463Z Downloaded scrypt v0.12.0
10072026-08-15T07:00:51.463Z Downloaded simd-adler32 v0.3.8
10082026-08-15T07:00:51.463Z Downloaded take_mut v0.2.2
10092026-08-15T07:00:51.463Z Downloaded thread_local v1.1.9
10102026-08-15T07:00:51.466Z Downloaded darling v0.21.3
10112026-08-15T07:00:51.466Z Downloaded maplit v1.0.2
10122026-08-15T07:00:51.466Z Downloaded mime v0.3.17
10132026-08-15T07:00:51.469Z Downloaded diff v0.1.13
10142026-08-15T07:00:51.469Z Downloaded hashbrown v0.15.5
10152026-08-15T07:00:51.472Z Downloaded serde_derive_internals v0.29.1
10162026-08-15T07:00:51.472Z Downloaded spki v0.7.3
10172026-08-15T07:00:51.474Z Downloaded icu_normalizer_data v2.1.1
10182026-08-15T07:00:51.474Z Downloaded indicatif v0.18.4
10192026-08-15T07:00:51.477Z Downloaded tls_codec_derive v0.4.2
10202026-08-15T07:00:51.477Z Downloaded ipnetwork v0.21.1
10212026-08-15T07:00:51.481Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10222026-08-15T07:00:51.482Z Downloaded litrs v1.0.0
10232026-08-15T07:00:51.482Z Downloaded openssl-macros v0.1.1
10242026-08-15T07:00:51.482Z Downloaded oso-derive v0.27.3
10252026-08-15T07:00:51.482Z Downloaded want v0.3.1
10262026-08-15T07:00:51.484Z Downloaded miette-derive v7.6.0
10272026-08-15T07:00:51.484Z Downloaded potential_utf v0.1.4
10282026-08-15T07:00:51.487Z Downloaded miette v7.6.0
10292026-08-15T07:00:51.490Z Downloaded nom v7.1.3
10302026-08-15T07:00:51.493Z Downloaded curve25519-dalek-derive v0.1.1
10312026-08-15T07:00:51.496Z Downloaded writeable v0.6.2
10322026-08-15T07:00:51.501Z Downloaded signature v2.2.0
10332026-08-15T07:00:51.504Z Downloaded poly1305 v0.9.0
10342026-08-15T07:00:51.509Z Downloaded tungstenite v0.21.0
10352026-08-15T07:00:51.512Z Downloaded derive-ex v0.1.8
10362026-08-15T07:00:51.517Z Downloaded serde_repr v0.1.20
10372026-08-15T07:00:51.521Z Downloaded strum v0.27.2
10382026-08-15T07:00:51.521Z Downloaded zstd v0.13.3
10392026-08-15T07:00:51.521Z Downloaded dropshot_endpoint v0.17.1
10402026-08-15T07:00:51.524Z Downloaded sqlparser_derive v0.5.0
10412026-08-15T07:00:51.524Z Downloaded tokio-test v0.4.5
10422026-08-15T07:00:51.524Z Downloaded aho-corasick v1.1.4
10432026-08-15T07:00:51.527Z Downloaded reqwest v0.13.2
10442026-08-15T07:00:51.530Z Downloaded prettyplease v0.2.37
10452026-08-15T07:00:51.533Z Downloaded tower-layer v0.3.3
10462026-08-15T07:00:51.533Z Downloaded libloading v0.8.9
10472026-08-15T07:00:51.533Z Downloaded match_cfg v0.1.0
10482026-08-15T07:00:51.533Z Downloaded progenitor-impl v0.13.0
10492026-08-15T07:00:51.536Z Downloaded lock_api v0.4.14
10502026-08-15T07:00:51.536Z Downloaded unarray v0.1.4
10512026-08-15T07:00:51.536Z Downloaded const-oid v0.10.2
10522026-08-15T07:00:51.539Z Downloaded internet-checksum v0.2.1
10532026-08-15T07:00:51.539Z Downloaded tower v0.5.3
10542026-08-15T07:00:51.542Z Downloaded wnaf v0.14.0
10552026-08-15T07:00:51.546Z Downloaded tracing-attributes v0.1.31
10562026-08-15T07:00:51.546Z Downloaded crc8 v0.1.1
10572026-08-15T07:00:51.546Z Downloaded cstr-argument v0.1.2
10582026-08-15T07:00:51.549Z Downloaded universal-hash v0.6.1
10592026-08-15T07:00:51.549Z Downloaded untrusted v0.7.1
10602026-08-15T07:00:51.552Z Downloaded convert_case v0.4.0
10612026-08-15T07:00:51.554Z Downloaded diesel_table_macro_syntax v0.3.0
10622026-08-15T07:00:51.554Z Downloaded digest-io v0.1.0
10632026-08-15T07:00:51.557Z Downloaded h2 v0.4.15
10642026-08-15T07:00:51.560Z Downloaded publicsuffix v2.3.0
10652026-08-15T07:00:51.569Z Downloaded pin-project-lite v0.2.17
10662026-08-15T07:00:51.572Z Downloaded serde_plain v1.0.2
10672026-08-15T07:00:51.575Z Downloaded ppv-lite86 v0.2.21
10682026-08-15T07:00:51.575Z Downloaded proc-macro-error-attr2 v2.0.0
10692026-08-15T07:00:51.579Z Downloaded num_threads v0.1.7
10702026-08-15T07:00:51.579Z Downloaded progenitor-macro v0.14.0
10712026-08-15T07:00:51.582Z Downloaded shell-words v1.1.1
10722026-08-15T07:00:51.582Z Downloaded futures-util v0.3.32
10732026-08-15T07:00:51.588Z Downloaded hkdf v0.12.4
10742026-08-15T07:00:51.591Z Downloaded hkdf v0.13.0
10752026-08-15T07:00:51.591Z Downloaded omicron-zone-package v0.12.3
10762026-08-15T07:00:51.593Z Downloaded iana-time-zone v0.1.65
10772026-08-15T07:00:51.594Z Downloaded zerovec v0.11.5
10782026-08-15T07:00:51.596Z Downloaded structmeta v0.3.0
10792026-08-15T07:00:51.600Z Downloaded thiserror-no-std v2.0.2
10802026-08-15T07:00:51.600Z Downloaded slog-json v2.6.1
10812026-08-15T07:00:51.600Z Downloaded sqlformat v0.3.5
10822026-08-15T07:00:51.603Z Downloaded tabwriter v1.4.1
10832026-08-15T07:00:51.603Z Downloaded reqwest v0.12.28
10842026-08-15T07:00:51.606Z Downloaded tough v0.22.0
10852026-08-15T07:00:51.609Z Downloaded schemars v1.2.1
10862026-08-15T07:00:51.623Z Downloaded utf-8 v0.7.6
10872026-08-15T07:00:51.627Z Downloaded xshell-macros v0.2.7
10882026-08-15T07:00:51.627Z Downloaded unicode-segmentation v1.12.0
10892026-08-15T07:00:51.627Z Downloaded crc-catalog v2.4.0
10902026-08-15T07:00:51.627Z Downloaded pretty_assertions v1.4.1
10912026-08-15T07:00:51.628Z Downloaded num-modular v0.6.4
10922026-08-15T07:00:51.628Z Downloaded itertools v0.13.0
10932026-08-15T07:00:51.628Z Downloaded dropshot-api-manager v0.7.2
10942026-08-15T07:00:51.633Z Downloaded toml v0.7.8
10952026-08-15T07:00:51.633Z Downloaded parking_lot_core v0.9.12
10962026-08-15T07:00:51.633Z Downloaded whoami v2.1.0
10972026-08-15T07:00:51.633Z Downloaded deranged v0.5.8
10982026-08-15T07:00:51.637Z Downloaded impl-trait-for-tuples v0.2.3
10992026-08-15T07:00:51.637Z Downloaded dirs-next v2.0.0
11002026-08-15T07:00:51.637Z Downloaded dunce v1.0.5
11012026-08-15T07:00:51.637Z Downloaded dtrace-parser v0.3.0
11022026-08-15T07:00:51.637Z Downloaded indent_write v2.2.0
11032026-08-15T07:00:51.637Z Downloaded newtype_derive v0.1.6
11042026-08-15T07:00:51.641Z Downloaded olpc-cjson v0.1.4
11052026-08-15T07:00:51.641Z Downloaded sha1 v0.10.6
11062026-08-15T07:00:51.641Z Downloaded predicates v3.1.4
11072026-08-15T07:00:51.642Z Downloaded rawzip v0.4.4
11082026-08-15T07:00:51.645Z Downloaded rayon v1.11.0
11092026-08-15T07:00:51.649Z Downloaded rustc-demangle v0.1.27
11102026-08-15T07:00:51.652Z Downloaded salsa20 v0.11.0
11112026-08-15T07:00:51.652Z Downloaded mime_guess v2.0.5
11122026-08-15T07:00:51.652Z Downloaded multer v3.1.0
11132026-08-15T07:00:51.655Z Downloaded oxide-update-engine-display v0.1.2
11142026-08-15T07:00:51.660Z Downloaded cpubits v0.1.1
11152026-08-15T07:00:51.665Z Downloaded der v0.7.10
11162026-08-15T07:00:51.668Z Downloaded tinystr v0.8.2
11172026-08-15T07:00:51.672Z Downloaded string_cache v0.8.9
11182026-08-15T07:00:51.672Z Downloaded toml_parser v1.1.2+spec-1.1.0
11192026-08-15T07:00:51.672Z Downloaded tokio-postgres v0.7.16
11202026-08-15T07:00:51.675Z Downloaded subtle v2.6.1
11212026-08-15T07:00:51.675Z Downloaded crunchy v0.2.4
11222026-08-15T07:00:51.675Z Downloaded slog-term v2.9.2
11232026-08-15T07:00:51.682Z Downloaded darling_macro v0.21.3
11242026-08-15T07:00:51.684Z Downloaded universal-hash v0.5.1
11252026-08-15T07:00:51.693Z Downloaded itertools v0.14.0
11262026-08-15T07:00:51.695Z Downloaded hyper v1.10.1
11272026-08-15T07:00:51.698Z Downloaded walkdir v2.5.0
11282026-08-15T07:00:51.698Z Downloaded csv-core v0.1.13
11292026-08-15T07:00:51.701Z Downloaded socket2 v0.5.10
11302026-08-15T07:00:51.704Z Downloaded delegate v0.13.5
11312026-08-15T07:00:51.704Z Downloaded knus-derive v3.4.0
11322026-08-15T07:00:51.704Z Downloaded libefi-sys v0.1.0
11332026-08-15T07:00:51.707Z Downloaded newtype-uuid-macros v0.1.0
11342026-08-15T07:00:51.707Z Downloaded resolv-conf v0.7.6
11352026-08-15T07:00:51.707Z Downloaded module-lattice v0.2.3
11362026-08-15T07:00:51.710Z Downloaded pin-project-internal v1.1.11
11372026-08-15T07:00:51.710Z Downloaded litemap v0.8.1
11382026-08-15T07:00:51.713Z Downloaded unicode-xid v0.2.6
11392026-08-15T07:00:51.713Z Downloaded document-features v0.2.12
11402026-08-15T07:00:51.716Z Downloaded libm v0.2.16
11412026-08-15T07:00:51.724Z Downloaded crossterm v0.28.1
11422026-08-15T07:00:51.727Z Downloaded phf v0.13.1
11432026-08-15T07:00:51.730Z Downloaded ssh-encoding v0.2.0
11442026-08-15T07:00:51.732Z Downloaded is-terminal v0.4.17
11452026-08-15T07:00:51.732Z Downloaded progenitor-extras v0.2.0
11462026-08-15T07:00:51.735Z Downloaded serde_with_macros v3.21.0
11472026-08-15T07:00:51.735Z Downloaded rlimit v0.10.2
11482026-08-15T07:00:51.739Z Downloaded der v0.8.0
11492026-08-15T07:00:51.743Z Downloaded darling_core v0.20.11
11502026-08-15T07:00:51.747Z Downloaded scroll_derive v0.13.1
11512026-08-15T07:00:51.750Z Downloaded topological-sort v0.2.2
11522026-08-15T07:00:51.753Z Downloaded tokio-tungstenite v0.28.0
11532026-08-15T07:00:51.758Z Downloaded hubpack v0.1.2
11542026-08-15T07:00:51.761Z Downloaded num-iter v0.1.45
11552026-08-15T07:00:51.764Z Downloaded data-encoding v2.10.0
11562026-08-15T07:00:51.767Z Downloaded jobserver v0.1.34
11572026-08-15T07:00:51.767Z Downloaded lru v0.18.2
11582026-08-15T07:00:51.767Z Downloaded newtype-uuid v1.3.2
11592026-08-15T07:00:51.767Z Downloaded aws-lc-rs v1.16.3
11602026-08-15T07:00:51.771Z Downloaded indoc v1.0.9
11612026-08-15T07:00:51.774Z Downloaded knus v3.4.0
11622026-08-15T07:00:51.780Z Downloaded proc-macro-error2 v2.0.1
11632026-08-15T07:00:51.783Z Downloaded termios v0.3.3
11642026-08-15T07:00:51.783Z Downloaded downcast-rs v2.0.2
11652026-08-15T07:00:51.783Z Downloaded semver v0.1.20
11662026-08-15T07:00:51.786Z Downloaded zeroize_derive v1.5.0
11672026-08-15T07:00:51.786Z Downloaded sponge-cursor v0.1.0
11682026-08-15T07:00:51.789Z Downloaded zstd-safe v7.2.4
11692026-08-15T07:00:51.793Z Downloaded url v2.5.8
11702026-08-15T07:00:51.801Z Downloaded schemars v0.9.0
11712026-08-15T07:00:51.807Z Downloaded ryu v1.0.23
11722026-08-15T07:00:51.810Z Downloaded ctr v0.10.1
11732026-08-15T07:00:51.810Z Downloaded libsw-core v0.3.2
11742026-08-15T07:00:51.813Z Downloaded poly1305 v0.8.0
11752026-08-15T07:00:51.813Z Downloaded oxide-update-engine-types v0.1.2
11762026-08-15T07:00:51.816Z Downloaded num-conv v0.2.0
11772026-08-15T07:00:51.816Z Downloaded blake3 v1.8.5
11782026-08-15T07:00:51.819Z Downloaded parking_lot_core v0.8.6
11792026-08-15T07:00:51.822Z Downloaded zeroize v1.9.0
11802026-08-15T07:00:51.822Z Downloaded phf v0.12.1
11812026-08-15T07:00:51.823Z Downloaded predicates-tree v1.0.13
11822026-08-15T07:00:51.825Z Downloaded zerofrom-derive v0.1.6
11832026-08-15T07:00:51.825Z Downloaded derive_more-impl v2.1.1
11842026-08-15T07:00:51.828Z Downloaded quick-error v1.2.3
11852026-08-15T07:00:51.831Z Downloaded lru v0.12.5
11862026-08-15T07:00:51.834Z Downloaded critical-section v1.2.0
11872026-08-15T07:00:51.834Z Downloaded primefield v0.14.0
11882026-08-15T07:00:51.838Z Downloaded jiff-static v0.2.34
11892026-08-15T07:00:51.841Z Downloaded bitvec v1.0.1
11902026-08-15T07:00:51.848Z Downloaded ingot-macros v0.2.0
11912026-08-15T07:00:51.852Z Downloaded illumos-nvpair-sys v0.2.0
11922026-08-15T07:00:51.852Z Downloaded progenitor-macro v0.13.0
11932026-08-15T07:00:51.852Z Downloaded password-hash v0.6.1
11942026-08-15T07:00:51.852Z Downloaded num-complex v0.4.6
11952026-08-15T07:00:51.855Z Downloaded darling_core v0.13.4
11962026-08-15T07:00:51.855Z Downloaded libxml v0.3.3
11972026-08-15T07:00:51.857Z Downloaded libbz2-rs-sys v0.2.2
11982026-08-15T07:00:51.860Z Downloaded yasna v0.5.2
11992026-08-15T07:00:51.860Z Downloaded toml_writer v1.1.1+spec-1.1.0
12002026-08-15T07:00:51.860Z Downloaded darling v0.13.4
12012026-08-15T07:00:51.863Z Downloaded sha2 v0.11.0
12022026-08-15T07:00:51.867Z Downloaded secrecy v0.8.0
12032026-08-15T07:00:51.871Z Downloaded quinn v0.11.11
12042026-08-15T07:00:51.874Z Downloaded pbkdf2 v0.13.0
12052026-08-15T07:00:51.875Z Downloaded ssh-encoding v0.3.0
12062026-08-15T07:00:51.878Z Downloaded p521 v0.14.0
12072026-08-15T07:00:51.878Z Downloaded mio v1.2.0
12082026-08-15T07:00:51.881Z Downloaded rand_core v0.6.4
12092026-08-15T07:00:51.883Z Downloaded defmt-parser v1.0.0
12102026-08-15T07:00:51.883Z Downloaded lzss v0.8.2
12112026-08-15T07:00:51.886Z Downloaded postcard v1.1.3
12122026-08-15T07:00:51.890Z Downloaded sec1 v0.7.3
12132026-08-15T07:00:51.893Z Downloaded twox-hash v2.1.2
12142026-08-15T07:00:51.896Z Downloaded vsss-rs v3.3.4
12152026-08-15T07:00:51.898Z Downloaded daft v0.1.7
12162026-08-15T07:00:51.898Z Downloaded git2 v0.20.4
12172026-08-15T07:00:51.902Z Downloaded tokio-tungstenite v0.21.0
12182026-08-15T07:00:51.905Z Downloaded smf v0.2.3
12192026-08-15T07:00:51.905Z Downloaded tungstenite v0.28.0
12202026-08-15T07:00:51.908Z Downloaded p384 v0.13.1
12212026-08-15T07:00:51.910Z Downloaded slog v2.8.2
12222026-08-15T07:00:51.910Z Downloaded same-file v1.0.6
12232026-08-15T07:00:51.910Z Downloaded hyper-staticfile v0.10.1
12242026-08-15T07:00:51.914Z Downloaded parking_lot v0.12.5
12252026-08-15T07:00:51.916Z Downloaded unicode_categories v0.1.1
12262026-08-15T07:00:51.916Z Downloaded constant_time_eq v0.4.2
12272026-08-15T07:00:51.917Z Downloaded const_format v0.2.35
12282026-08-15T07:00:51.920Z Downloaded crypto-bigint v0.5.5
12292026-08-15T07:00:51.924Z Downloaded usdt-impl v0.6.0
12302026-08-15T07:00:51.924Z Downloaded ed25519-dalek v2.2.0
12312026-08-15T07:00:51.927Z Downloaded diesel-dtrace v0.5.0
12322026-08-15T07:00:51.930Z Downloaded serde_yaml v0.9.34+deprecated
12332026-08-15T07:00:51.930Z Downloaded signal-hook v0.3.18
12342026-08-15T07:00:51.933Z Downloaded similar v2.7.0
12352026-08-15T07:00:51.936Z Downloaded rand_core v0.9.5
12362026-08-15T07:00:51.936Z Downloaded password-hash v0.5.0
12372026-08-15T07:00:51.941Z Downloaded salty v0.3.0
12382026-08-15T07:00:51.944Z Downloaded rand v0.8.6
12392026-08-15T07:00:51.947Z Downloaded zerocopy-derive v0.8.56
12402026-08-15T07:00:51.975Z Downloaded libsw v3.5.0
12412026-08-15T07:00:51.977Z Downloaded ml-kem v0.3.2
12422026-08-15T07:00:51.977Z Downloaded crossterm v0.29.0
12432026-08-15T07:00:51.977Z Downloaded subprocess v0.2.15
12442026-08-15T07:00:51.977Z Downloaded term v0.7.0
12452026-08-15T07:00:51.977Z Downloaded schemars v0.8.22
12462026-08-15T07:00:51.977Z Downloaded tokio-util v0.7.18
12472026-08-15T07:00:51.977Z Downloaded diesel_derives v2.3.7
12482026-08-15T07:00:51.977Z Downloaded petname v2.0.2
12492026-08-15T07:00:51.981Z Downloaded vte v0.14.1
12502026-08-15T07:00:51.981Z Downloaded derive-where v1.6.0
12512026-08-15T07:00:51.981Z Downloaded yansi v1.0.1
12522026-08-15T07:00:51.981Z Downloaded bindgen v0.71.1
12532026-08-15T07:00:51.984Z Downloaded winnow v1.0.3
12542026-08-15T07:00:51.989Z Downloaded num-bigint v0.4.6
12552026-08-15T07:00:51.992Z Downloaded typify v0.6.2
12562026-08-15T07:00:51.995Z Downloaded term v1.2.1
12572026-08-15T07:00:51.998Z Downloaded internal-russh-num-bigint v0.5.0
12582026-08-15T07:00:52.001Z Downloaded p256 v0.14.0
12592026-08-15T07:00:52.001Z Downloaded rsa v0.9.10
12602026-08-15T07:00:52.004Z Downloaded winnow v0.5.40
12612026-08-15T07:00:52.007Z Downloaded rand v0.10.1
12622026-08-15T07:00:52.010Z Downloaded object v0.30.4
12632026-08-15T07:00:52.015Z Downloaded zip v4.6.1
12642026-08-15T07:00:52.018Z Downloaded icu_provider v2.1.1
12652026-08-15T07:00:52.021Z Downloaded des v0.9.0
12662026-08-15T07:00:52.021Z Downloaded reedline v0.40.0
12672026-08-15T07:00:52.024Z Downloaded tinyvec v1.12.0
12682026-08-15T07:00:52.024Z Downloaded icu_collections v2.1.1
12692026-08-15T07:00:52.027Z Downloaded rustls-webpki v0.103.13
12702026-08-15T07:00:52.031Z Downloaded lalrpop v0.19.12
12712026-08-15T07:00:52.036Z Downloaded rand v0.9.2
12722026-08-15T07:00:52.039Z Downloaded crc-any v2.5.0
12732026-08-15T07:00:52.042Z Downloaded quinn-proto v0.11.16
12742026-08-15T07:00:52.045Z Downloaded regex v1.12.3
12752026-08-15T07:00:52.047Z Downloaded uuid v1.23.4
12762026-08-15T07:00:52.050Z Downloaded rustyline v14.0.0
12772026-08-15T07:00:52.053Z Downloaded chrono v0.4.45
12782026-08-15T07:00:52.057Z Downloaded toml_edit v0.19.15
12792026-08-15T07:00:52.066Z Downloaded itertools v0.10.5
12802026-08-15T07:00:52.069Z Downloaded crossbeam-channel v0.5.15
12812026-08-15T07:00:52.072Z Downloaded iri-string v0.7.10
12822026-08-15T07:00:52.075Z Downloaded rcgen v0.12.1
12832026-08-15T07:00:52.078Z Downloaded idna v1.1.0
12842026-08-15T07:00:52.081Z Downloaded polar-core v0.27.3
12852026-08-15T07:00:52.083Z Downloaded itertools v0.15.0
12862026-08-15T07:00:52.087Z Downloaded serde_with v3.21.0
12872026-08-15T07:00:52.094Z Downloaded jiff-core v0.1.0
12882026-08-15T07:00:52.097Z Downloaded p521 v0.13.3
12892026-08-15T07:00:52.099Z Downloaded goblin v0.10.5
12902026-08-15T07:00:52.103Z Downloaded iddqd v0.4.2
12912026-08-15T07:00:52.107Z Downloaded hyper-util v0.1.20
12922026-08-15T07:00:52.111Z Downloaded radix_trie v0.2.1
12932026-08-15T07:00:52.114Z Downloaded smoltcp v0.9.1
12942026-08-15T07:00:52.120Z Downloaded nom v8.0.0
12952026-08-15T07:00:52.123Z Downloaded steno v0.4.1
12962026-08-15T07:00:52.126Z Downloaded gimli v0.32.3
12972026-08-15T07:00:52.129Z Downloaded crypto-primes v0.7.2
12982026-08-15T07:00:52.132Z Downloaded proptest v1.11.0
12992026-08-15T07:00:52.137Z Downloaded sha3 v0.12.0
13002026-08-15T07:00:52.141Z Downloaded tower-http v0.6.8
13012026-08-15T07:00:52.144Z Downloaded rsa v0.10.0-rc.18
13022026-08-15T07:00:52.158Z Downloaded unicode-normalization v0.1.25
13032026-08-15T07:00:52.165Z Downloaded crypto-bigint v0.7.5
13042026-08-15T07:00:52.172Z Downloaded winnow v0.6.26
13052026-08-15T07:00:52.184Z Downloaded nix v0.27.1
13062026-08-15T07:00:52.190Z Downloaded bstr v1.12.1
13072026-08-15T07:00:52.195Z Downloaded icu_properties_data v2.1.2
13082026-08-15T07:00:52.200Z Downloaded vcpkg v0.2.15
13092026-08-15T07:00:52.222Z Downloaded ssh-key v0.7.0-rc.11
13102026-08-15T07:00:52.227Z Downloaded smoltcp v0.11.0
13112026-08-15T07:00:52.233Z Downloaded dashu-int v0.5.1
13122026-08-15T07:00:52.239Z Downloaded curve25519-dalek v4.1.3
13132026-08-15T07:00:52.243Z Downloaded rustix v0.38.44
13142026-08-15T07:00:52.256Z Downloaded zerocopy v0.8.56
13152026-08-15T07:00:52.267Z Downloaded zlib-rs v0.6.2
13162026-08-15T07:00:52.270Z Downloaded itertools v0.12.1
13172026-08-15T07:00:52.274Z Downloaded curve25519-dalek v5.0.0
13182026-08-15T07:00:52.278Z Downloaded rustls v0.23.41
13192026-08-15T07:00:52.284Z Downloaded russh v0.62.4
13202026-08-15T07:00:52.289Z Downloaded nix v0.28.0
13212026-08-15T07:00:52.295Z Downloaded openapiv3 v2.2.0
13222026-08-15T07:00:52.301Z Downloaded quick-xml v0.37.5
13232026-08-15T07:00:52.305Z Downloaded tabled v0.21.0
13242026-08-15T07:00:52.313Z Downloaded portable-atomic v1.13.1
13252026-08-15T07:00:52.317Z Downloaded moka v0.12.13
13262026-08-15T07:00:52.322Z Downloaded regex-syntax v0.6.29
13272026-08-15T07:00:52.326Z Downloaded nix v0.31.2
13282026-08-15T07:00:52.332Z Downloaded hickory-proto v0.24.4
13292026-08-15T07:00:52.340Z Downloaded diesel v2.3.7
13302026-08-15T07:00:52.351Z Downloaded hickory-proto v0.25.2
13312026-08-15T07:00:52.359Z Downloaded dropshot v0.17.1
13322026-08-15T07:00:52.371Z Downloaded time v0.3.47
13332026-08-15T07:00:52.387Z Downloaded bzip2-sys v0.1.13+1.0.8
13342026-08-15T07:00:52.393Z Downloaded openssl v0.10.80
13352026-08-15T07:00:52.399Z Downloaded sqlparser v0.61.0
13362026-08-15T07:00:52.404Z Downloaded sled v0.34.7
13372026-08-15T07:00:52.432Z Downloaded chrono-tz v0.10.4
13382026-08-15T07:00:52.442Z Downloaded regress v0.10.5
13392026-08-15T07:00:52.447Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-08-15T07:00:52.457Z Downloaded typify-impl v0.6.2
13412026-08-15T07:00:52.465Z Downloaded tracing v0.1.44
13422026-08-15T07:00:52.478Z Downloaded regex-syntax v0.8.10
13432026-08-15T07:00:52.482Z Downloaded object v0.37.3
13442026-08-15T07:00:52.488Z Downloaded regress v0.11.1
13452026-08-15T07:00:52.494Z Downloaded petgraph v0.8.3
13462026-08-15T07:00:52.506Z Downloaded sha3 v0.11.0
13472026-08-15T07:00:52.509Z Downloaded ratatui v0.29.0
13482026-08-15T07:00:52.518Z Downloaded zerocopy-derive v0.6.6
13492026-08-15T07:00:52.554Z Downloaded ring v0.17.14
13502026-08-15T07:00:52.633Z Downloaded jiff v0.2.34
13512026-08-15T07:00:52.644Z Downloaded petgraph v0.6.5
13522026-08-15T07:00:52.653Z Downloaded regex-automata v0.4.14
13532026-08-15T07:00:52.692Z Downloaded sha3 v0.10.8
13542026-08-15T07:00:52.702Z Downloaded csv v1.4.0
13552026-08-15T07:00:52.714Z Downloaded libz-sys v1.1.24
13562026-08-15T07:00:52.727Z Downloaded tokio v1.52.1
13572026-08-15T07:00:52.790Z Downloaded encoding_rs v0.8.35
13582026-08-15T07:00:52.881Z Downloaded libgit2-sys v0.18.3+1.9.2
13592026-08-15T07:00:53.073Z Downloaded aws-lc-sys v0.40.0
13602026-08-15T07:00:53.204Z Downloaded dsi-bitstream v0.10.1
13612026-08-15T07:00:53.400Z Compiling libc v0.2.185
13622026-08-15T07:00:53.400Z Compiling serde_core v1.0.228
13632026-08-15T07:00:53.403Z Compiling serde v1.0.228
13642026-08-15T07:00:53.403Z Compiling portable-atomic v1.13.1
13652026-08-15T07:00:53.403Z Compiling smallvec v1.15.1
13662026-08-15T07:00:53.544Z Compiling log v0.4.33
13672026-08-15T07:00:53.556Z Compiling critical-section v1.2.0
13682026-08-15T07:00:53.565Z Compiling syn v2.0.117
13692026-08-15T07:00:53.679Z Compiling subtle v2.6.1
13702026-08-15T07:00:53.797Z Compiling allocator-api2 v0.2.21
13712026-08-15T07:00:53.811Z Compiling zerocopy v0.8.56
13722026-08-15T07:00:53.858Z Compiling typenum v1.20.1
13732026-08-15T07:00:53.890Z Compiling foldhash v0.2.0
13742026-08-15T07:00:54.108Z Compiling scopeguard v1.2.0
13752026-08-15T07:00:54.137Z Compiling shlex v1.3.0
13762026-08-15T07:00:54.218Z Compiling lock_api v0.4.14
13772026-08-15T07:00:54.243Z Compiling find-msvc-tools v0.1.9
13782026-08-15T07:00:54.333Z Compiling hashbrown v0.17.0
13792026-08-15T07:00:54.448Z Compiling errno v0.3.14
13802026-08-15T07:00:54.463Z Compiling getrandom v0.2.17
13812026-08-15T07:00:54.517Z Compiling jobserver v0.1.34
13822026-08-15T07:00:54.597Z Compiling once_cell v1.21.3
13832026-08-15T07:00:54.640Z Compiling rand_core v0.6.4
13842026-08-15T07:00:54.667Z Compiling stable_deref_trait v1.2.1
13852026-08-15T07:00:54.696Z Compiling generic-array v0.14.7
13862026-08-15T07:00:54.746Z Compiling cc v1.2.56
13872026-08-15T07:00:54.810Z Compiling serde_json v1.0.151
13882026-08-15T07:00:54.902Z Compiling const-oid v0.9.6
13892026-08-15T07:00:54.919Z Compiling libm v0.2.16
13902026-08-15T07:00:54.933Z Compiling num-traits v0.2.19
13912026-08-15T07:00:54.947Z Compiling getrandom v0.3.4
13922026-08-15T07:00:55.021Z Compiling percent-encoding v2.3.2
13932026-08-15T07:00:55.222Z Compiling parking_lot_core v0.9.12
13942026-08-15T07:00:55.301Z Compiling litemap v0.8.1
13952026-08-15T07:00:55.457Z Compiling writeable v0.6.2
13962026-08-15T07:00:55.497Z Compiling pin-project-lite v0.2.17
13972026-08-15T07:00:55.636Z Compiling bitflags v2.11.0
13982026-08-15T07:00:55.651Z Compiling indexmap v2.14.0
13992026-08-15T07:00:55.788Z Compiling semver v1.0.28
14002026-08-15T07:00:55.865Z Compiling icu_properties_data v2.1.2
14012026-08-15T07:00:55.895Z Compiling icu_normalizer_data v2.1.1
14022026-08-15T07:00:56.133Z Compiling signal-hook-registry v1.4.8
14032026-08-15T07:00:56.310Z Compiling rustix v1.1.4
14042026-08-15T07:00:56.355Z Compiling parking_lot v0.12.5
14052026-08-15T07:00:56.412Z Compiling mio v1.2.0
14062026-08-15T07:00:56.473Z Compiling synstructure v0.13.2
14072026-08-15T07:00:56.505Z Compiling futures-core v0.3.32
14082026-08-15T07:00:56.673Z Compiling pkg-config v0.3.32
14092026-08-15T07:00:56.691Z Compiling socket2 v0.6.3
14102026-08-15T07:00:56.729Z Compiling utf8_iter v1.0.4
14112026-08-15T07:00:56.806Z Compiling base64ct v1.8.3
14122026-08-15T07:00:56.876Z Compiling form_urlencoded v1.2.2
14132026-08-15T07:00:56.880Z Compiling cfg_aliases v0.2.1
14142026-08-15T07:00:56.962Z Compiling flagset v0.4.7
14152026-08-15T07:00:57.049Z Compiling pem-rfc7468 v0.7.0
14162026-08-15T07:00:57.070Z Compiling getrandom v0.4.3
14172026-08-15T07:00:57.087Z Compiling rand_core v0.10.0
14182026-08-15T07:00:57.091Z Compiling winnow v1.0.3
14192026-08-15T07:00:57.091Z Compiling toml_datetime v0.7.5+spec-1.1.0
14202026-08-15T07:00:57.215Z Compiling futures-sink v0.3.32
14212026-08-15T07:00:57.251Z Compiling slab v0.4.12
14222026-08-15T07:00:57.318Z Compiling futures-channel v0.3.32
14232026-08-15T07:00:57.340Z Compiling futures-task v0.3.32
14242026-08-15T07:00:57.346Z Compiling futures-io v0.3.32
14252026-08-15T07:00:57.424Z Compiling rustversion v1.0.22
14262026-08-15T07:00:57.494Z Compiling borsh v1.8.0
14272026-08-15T07:00:57.507Z Compiling iana-time-zone v0.1.65
14282026-08-15T07:00:57.534Z Compiling base64 v0.22.1
14292026-08-15T07:00:57.643Z Compiling ident_case v1.0.1
14302026-08-15T07:00:57.700Z Compiling cpufeatures v0.2.17
14312026-08-15T07:00:57.767Z Compiling simd-adler32 v0.3.8
14322026-08-15T07:00:57.782Z Compiling rustc_version v0.4.1
14332026-08-15T07:00:57.798Z Compiling adler2 v2.0.1
14342026-08-15T07:00:57.898Z Compiling syn v1.0.109
14352026-08-15T07:00:57.977Z Compiling serde_derive_internals v0.29.1
14362026-08-15T07:00:58.066Z Compiling toml_parser v1.1.2+spec-1.1.0
14372026-08-15T07:00:58.148Z Compiling terminal_size v0.4.3
14382026-08-15T07:00:58.163Z Compiling serde_derive v1.0.228
14392026-08-15T07:00:58.192Z Compiling zeroize_derive v1.5.0
14402026-08-15T07:00:58.216Z Compiling zerocopy-derive v0.8.56
14412026-08-15T07:00:58.285Z Compiling zerofrom-derive v0.1.6
14422026-08-15T07:00:58.302Z Compiling yoke-derive v0.8.1
14432026-08-15T07:00:58.463Z Compiling zerovec-derive v0.11.2
14442026-08-15T07:00:58.694Z Compiling displaydoc v0.2.5
14452026-08-15T07:00:58.841Z Compiling zeroize v1.9.0
14462026-08-15T07:00:58.881Z Compiling thiserror-impl v2.0.18
14472026-08-15T07:00:59.446Z Compiling tokio-macros v2.7.0
14482026-08-15T07:00:59.469Z Compiling der_derive v0.7.3
14492026-08-15T07:00:59.578Z Compiling crypto-common v0.1.7
14502026-08-15T07:00:59.627Z Compiling block-buffer v0.10.4
14512026-08-15T07:00:59.690Z Compiling zerofrom v0.1.6
14522026-08-15T07:00:59.729Z Compiling toml_edit v0.23.10+spec-1.0.0
14532026-08-15T07:00:59.816Z Compiling yoke v0.8.1
14542026-08-15T07:00:59.830Z Compiling digest v0.10.7
14552026-08-15T07:00:59.998Z Compiling zerovec v0.11.5
14562026-08-15T07:01:00.078Z Compiling zerotrie v0.2.3
14572026-08-15T07:01:00.175Z Compiling futures-macro v0.3.32
14582026-08-15T07:01:00.236Z Compiling thiserror v2.0.18
14592026-08-15T07:01:00.343Z Compiling proc-macro-crate v3.4.0
14602026-08-15T07:01:00.378Z Compiling thiserror-impl v1.0.69
14612026-08-15T07:01:00.440Z Compiling tinystr v0.8.2
14622026-08-15T07:01:00.501Z Compiling potential_utf v0.1.4
14632026-08-15T07:01:00.638Z Compiling icu_locale_core v2.1.1
14642026-08-15T07:01:00.663Z Compiling icu_collections v2.1.1
14652026-08-15T07:01:00.762Z Compiling der v0.7.10
14662026-08-15T07:01:00.872Z Compiling borsh-derive v1.8.0
14672026-08-15T07:01:00.975Z Compiling futures-util v0.3.32
14682026-08-15T07:01:01.133Z Compiling sha2 v0.10.9
14692026-08-15T07:01:01.496Z Compiling icu_provider v2.1.1
14702026-08-15T07:01:01.627Z Compiling bytes v1.11.1
14712026-08-15T07:01:01.643Z Compiling spki v0.7.3
14722026-08-15T07:01:01.795Z Compiling icu_properties v2.1.2
14732026-08-15T07:01:01.841Z Compiling icu_normalizer v2.1.1
14742026-08-15T07:01:01.938Z Compiling pkcs8 v0.10.2
14752026-08-15T07:01:02.182Z Compiling tokio v1.52.1
14762026-08-15T07:01:02.232Z Compiling chrono v0.4.45
14772026-08-15T07:01:02.354Z Compiling thiserror v1.0.69
14782026-08-15T07:01:02.449Z Compiling ipnet v2.12.1
14792026-08-15T07:01:02.463Z Compiling hmac v0.12.1
14802026-08-15T07:01:02.610Z Compiling ppv-lite86 v0.2.21
14812026-08-15T07:01:02.625Z Compiling uuid v1.23.4
14822026-08-15T07:01:02.726Z Compiling idna_adapter v1.2.1
14832026-08-15T07:01:02.940Z Compiling idna v1.1.0
14842026-08-15T07:01:02.954Z Compiling miniz_oxide v0.8.9
14852026-08-15T07:01:02.958Z Compiling cmake v0.1.57
14862026-08-15T07:01:03.012Z Compiling rand_chacha v0.3.1
14872026-08-15T07:01:03.274Z Compiling url v2.5.8
14882026-08-15T07:01:03.350Z Compiling spin v0.9.8
14892026-08-15T07:01:03.405Z Compiling ahash v0.8.12
14902026-08-15T07:01:03.561Z Compiling schemars v0.8.22
14912026-08-15T07:01:03.581Z Compiling fs_extra v1.3.0
14922026-08-15T07:01:03.599Z Compiling dunce v1.0.5
14932026-08-15T07:01:03.614Z Compiling dyn-clone v1.0.20
14942026-08-15T07:01:03.696Z Compiling rand v0.8.6
14952026-08-15T07:01:03.758Z Compiling hex v0.4.3
14962026-08-15T07:01:03.791Z Compiling signature v2.2.0
14972026-08-15T07:01:03.810Z Compiling schemars_derive v0.8.22
14982026-08-15T07:01:03.845Z Compiling aws-lc-sys v0.40.0
14992026-08-15T07:01:03.974Z Compiling tracing-attributes v0.1.31
15002026-08-15T07:01:04.033Z Compiling rand_core v0.9.5
15012026-08-15T07:01:04.083Z Compiling tracing-core v0.1.36
15022026-08-15T07:01:04.312Z Compiling regex-syntax v0.8.10
15032026-08-15T07:01:04.516Z Compiling clap_builder v4.6.0
15042026-08-15T07:01:04.634Z Compiling pest_generator v2.8.6
15052026-08-15T07:01:05.278Z Compiling tracing v0.1.44
15062026-08-15T07:01:05.536Z Compiling clap_derive v4.6.1
15072026-08-15T07:01:05.539Z Compiling tinyvec_macros v0.1.1
15082026-08-15T07:01:05.623Z Compiling tinyvec v1.12.0
15092026-08-15T07:01:05.974Z Compiling tokio-util v0.7.18
15102026-08-15T07:01:06.329Z Compiling pest_derive v2.8.6
15112026-08-15T07:01:06.600Z Compiling rand_chacha v0.9.0
15122026-08-15T07:01:06.763Z Compiling http v1.4.2
15132026-08-15T07:01:07.004Z Compiling num-integer v0.1.46
15142026-08-15T07:01:07.262Z Compiling clap v4.6.1
15152026-08-15T07:01:07.302Z Compiling object v0.37.3
15162026-08-15T07:01:07.326Z Compiling aws-lc-rs v1.16.3
15172026-08-15T07:01:07.345Z Compiling anyhow v1.0.104
15182026-08-15T07:01:07.477Z Compiling vcpkg v0.2.15
15192026-08-15T07:01:07.547Z Compiling num-bigint-dig v0.8.6
15202026-08-15T07:01:07.608Z Compiling tempfile v3.27.0
15212026-08-15T07:01:07.612Z Compiling num-iter v0.1.45
15222026-08-15T07:01:07.672Z Compiling rand v0.9.2
15232026-08-15T07:01:07.749Z Compiling lazy_static v1.5.0
15242026-08-15T07:01:07.765Z Compiling rustls-pki-types v1.14.0
15252026-08-15T07:01:07.875Z Compiling ff v0.13.1
15262026-08-15T07:01:07.889Z Compiling gimli v0.32.3
15272026-08-15T07:01:07.940Z Compiling base16ct v0.2.0
15282026-08-15T07:01:08.014Z Compiling group v0.13.0
15292026-08-15T07:01:08.116Z Compiling sec1 v0.7.3
15302026-08-15T07:01:08.190Z Compiling openssl-sys v0.9.117
15312026-08-15T07:01:08.381Z Compiling http-body v1.0.1
15322026-08-15T07:01:08.396Z Compiling hkdf v0.12.4
15332026-08-15T07:01:08.549Z Compiling pkcs1 v0.7.5
15342026-08-15T07:01:08.574Z Compiling x509-cert v0.2.5
15352026-08-15T07:01:08.577Z Compiling crypto-bigint v0.5.5
15362026-08-15T07:01:08.914Z Compiling rustc-demangle v0.1.27
15372026-08-15T07:01:08.936Z Compiling openssl-probe v0.2.1
15382026-08-15T07:01:09.117Z Compiling crc32fast v1.5.0
15392026-08-15T07:01:09.309Z Compiling owo-colors v4.3.0
15402026-08-15T07:01:09.388Z Compiling cmov v0.5.4
15412026-08-15T07:01:09.604Z Compiling addr2line v0.25.1
15422026-08-15T07:01:09.619Z Compiling untrusted v0.7.1
15432026-08-15T07:01:09.741Z Compiling httparse v1.10.1
15442026-08-15T07:01:09.865Z Compiling ctutils v0.4.2
15452026-08-15T07:01:09.936Z Compiling elliptic-curve v0.13.8
15462026-08-15T07:01:10.119Z Compiling rsa v0.9.10
15472026-08-15T07:01:10.134Z Compiling camino v1.2.5
15482026-08-15T07:01:10.147Z Compiling scroll_derive v0.12.1
15492026-08-15T07:01:10.330Z Compiling async-trait v0.1.89
15502026-08-15T07:01:11.502Z Compiling curve25519-dalek v4.1.3
15512026-08-15T07:01:11.505Z Compiling darling_core v0.23.0
15522026-08-15T07:01:11.506Z Compiling backtrace v0.3.76
15532026-08-15T07:01:11.506Z Compiling proc-macro-error-attr2 v2.0.0
15542026-08-15T07:01:11.506Z Compiling aho-corasick v1.1.4
15552026-08-15T07:01:11.506Z Compiling is_ci v1.2.0
15562026-08-15T07:01:11.506Z Compiling radium v0.7.0
15572026-08-15T07:01:11.506Z Compiling rustls v0.23.41
15582026-08-15T07:01:11.511Z Compiling tower-layer v0.3.3
15592026-08-15T07:01:11.576Z Compiling untrusted v0.9.0
15602026-08-15T07:01:11.675Z Compiling tower-service v0.3.3
15612026-08-15T07:01:11.698Z Compiling atomic-waker v1.1.2
15622026-08-15T07:01:11.770Z Compiling try-lock v0.2.5
15632026-08-15T07:01:11.823Z Compiling textwrap v0.16.2
15642026-08-15T07:01:11.881Z Compiling want v0.3.1
15652026-08-15T07:01:11.934Z Compiling regex-automata v0.4.14
15662026-08-15T07:01:12.045Z Compiling h2 v0.4.15
15672026-08-15T07:01:12.282Z Compiling supports-color v3.0.2
15682026-08-15T07:01:12.447Z Compiling proc-macro-error2 v2.0.1
15692026-08-15T07:01:12.687Z Compiling backtrace-ext v0.2.1
15702026-08-15T07:01:12.863Z Compiling scroll v0.12.0
15712026-08-15T07:01:13.114Z Compiling hybrid-array v0.4.13
15722026-08-15T07:01:13.152Z Compiling darling_macro v0.23.0
15732026-08-15T07:01:13.352Z Compiling hashbrown v0.14.5
15742026-08-15T07:01:13.432Z Compiling rfc6979 v0.4.0
15752026-08-15T07:01:13.560Z Compiling serde_spanned v0.6.9
15762026-08-15T07:01:13.635Z Compiling serde_tokenstream v0.2.3
15772026-08-15T07:01:13.700Z Compiling toml_datetime v0.6.11
15782026-08-15T07:01:13.829Z Compiling slog v2.8.2
15792026-08-15T07:01:13.878Z Compiling miette-derive v7.6.0
15802026-08-15T07:01:13.901Z Compiling zerocopy-derive v0.7.35
15812026-08-15T07:01:13.941Z Compiling scroll_derive v0.13.1
15822026-08-15T07:01:13.957Z Compiling curve25519-dalek-derive v0.1.1
15832026-08-15T07:01:14.007Z Compiling darling_core v0.20.11
15842026-08-15T07:01:14.571Z Compiling keccak v0.1.6
15852026-08-15T07:01:14.716Z Compiling supports-hyperlinks v3.2.0
15862026-08-15T07:01:14.746Z Compiling powerfmt v0.2.0
15872026-08-15T07:01:14.862Z Compiling time-core v0.1.8
15882026-08-15T07:01:14.947Z Compiling num-conv v0.2.0
15892026-08-15T07:01:14.993Z Compiling httpdate v1.0.3
15902026-08-15T07:01:15.008Z Compiling tap v1.0.1
15912026-08-15T07:01:15.076Z Compiling foreign-types-shared v0.1.1
15922026-08-15T07:01:15.113Z Compiling maybe-uninit v2.0.0
15932026-08-15T07:01:15.163Z Compiling supports-unicode v3.0.0
15942026-08-15T07:01:15.211Z Compiling openssl v0.10.80
15952026-08-15T07:01:15.297Z Compiling miette v7.6.0
15962026-08-15T07:01:15.311Z Compiling foreign-types v0.3.2
15972026-08-15T07:01:15.386Z Compiling hyper v1.10.1
15982026-08-15T07:01:15.416Z Compiling wyz v0.5.1
15992026-08-15T07:01:15.454Z Compiling time-macros v0.2.27
16002026-08-15T07:01:15.601Z Compiling deranged v0.5.8
16012026-08-15T07:01:16.013Z Compiling zerocopy v0.7.35
16022026-08-15T07:01:16.112Z Compiling scroll v0.13.0
16032026-08-15T07:01:16.226Z Compiling darling_macro v0.20.11
16042026-08-15T07:01:16.372Z Compiling sha3 v0.10.8
16052026-08-15T07:01:16.503Z Compiling chumsky v0.9.3
16062026-08-15T07:01:16.551Z Compiling darling v0.23.0
16072026-08-15T07:01:16.567Z Compiling ecdsa v0.16.9
16082026-08-15T07:01:16.637Z Compiling goblin v0.8.2
16092026-08-15T07:01:16.700Z Compiling knus-derive v3.4.0
16102026-08-15T07:01:16.948Z Compiling primeorder v0.13.6
16112026-08-15T07:01:17.016Z Compiling hubpack_derive v0.1.1
16122026-08-15T07:01:17.195Z Compiling unicode-normalization v0.1.25
16132026-08-15T07:01:17.365Z Compiling ed25519 v2.2.3
16142026-08-15T07:01:17.466Z Compiling half v2.7.1
16152026-08-15T07:01:17.647Z Compiling erased-serde v0.3.31
16162026-08-15T07:01:17.681Z Compiling openssl-macros v0.1.1
16172026-08-15T07:01:17.755Z Compiling bzip2-sys v0.1.13+1.0.8
16182026-08-15T07:01:18.090Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16192026-08-15T07:01:18.130Z Compiling socket2 v0.5.10
16202026-08-15T07:01:18.134Z Compiling wait-timeout v0.2.1
16212026-08-15T07:01:18.161Z Compiling env_filter v2.0.0
16222026-08-15T07:01:18.302Z Compiling funty v2.0.0
16232026-08-15T07:01:18.408Z Compiling quick-error v1.2.3
16242026-08-15T07:01:18.455Z Compiling num_threads v0.1.7
16252026-08-15T07:01:18.478Z Compiling bit-vec v0.8.0
16262026-08-15T07:01:18.512Z Compiling packed_struct v0.10.1
16272026-08-15T07:01:18.531Z Compiling ciborium-io v0.2.2
16282026-08-15T07:01:18.549Z Compiling native-tls v0.2.18
16292026-08-15T07:01:18.625Z Compiling crossbeam-utils v0.8.21
16302026-08-15T07:01:18.709Z Compiling bit-set v0.8.0
16312026-08-15T07:01:18.781Z Compiling bitvec v1.0.1
16322026-08-15T07:01:18.796Z Compiling ciborium-ll v0.2.2
16332026-08-15T07:01:18.900Z Compiling time v0.3.47
16342026-08-15T07:01:18.907Z Compiling rusty-fork v0.3.1
16352026-08-15T07:01:18.930Z Compiling dof v0.3.0
16362026-08-15T07:01:19.198Z Compiling hyper-util v0.1.20
16372026-08-15T07:01:19.439Z Compiling env_logger v0.11.11
16382026-08-15T07:01:19.629Z Compiling knus v3.4.0
16392026-08-15T07:01:20.445Z Compiling ed25519-dalek v2.2.0
16402026-08-15T07:01:20.476Z Compiling hubpack v0.1.2
16412026-08-15T07:01:20.687Z Compiling p384 v0.13.1
16422026-08-15T07:01:20.779Z Compiling darling v0.20.11
16432026-08-15T07:01:20.857Z Compiling serde_with_macros v3.21.0
16442026-08-15T07:01:20.877Z Compiling goblin v0.10.5
16452026-08-15T07:01:20.938Z Compiling packed_struct_codegen v0.10.1
16462026-08-15T07:01:20.967Z Compiling dtrace-parser v0.2.0
16472026-08-15T07:01:21.206Z Compiling rand_xorshift v0.4.0
16482026-08-15T07:01:21.376Z Compiling sha1 v0.10.6
16492026-08-15T07:01:21.587Z Compiling strum_macros v0.26.4
16502026-08-15T07:01:21.687Z Compiling zerocopy-derive v0.6.6
16512026-08-15T07:01:21.942Z Compiling bitfield-macros v0.19.4
16522026-08-15T07:01:21.980Z Compiling sync_wrapper v1.0.2
16532026-08-15T07:01:22.088Z Compiling thread-id v4.2.2
16542026-08-15T07:01:22.175Z Compiling indexmap v1.9.3
16552026-08-15T07:01:22.359Z Compiling paste v1.0.15
16562026-08-15T07:01:22.507Z Compiling crc-catalog v2.4.0
16572026-08-15T07:01:22.604Z Compiling siphasher v1.0.2
16582026-08-15T07:01:22.626Z Compiling unarray v0.1.4
16592026-08-15T07:01:22.640Z Compiling zlib-rs v0.6.2
16602026-08-15T07:01:22.717Z Compiling nodrop v0.1.14
16612026-08-15T07:01:22.736Z Compiling salty v0.3.0
16622026-08-15T07:01:22.763Z Compiling usdt-impl v0.6.0
16632026-08-15T07:01:22.786Z Compiling unicode-segmentation v1.12.0
16642026-08-15T07:01:23.013Z Compiling array-init v0.0.4
16652026-08-15T07:01:23.045Z Compiling proptest v1.11.0
16662026-08-15T07:01:23.189Z Compiling bitfield v0.19.4
16672026-08-15T07:01:23.314Z Compiling strum v0.26.3
16682026-08-15T07:01:23.392Z Compiling crc v3.4.0
16692026-08-15T07:01:23.439Z Compiling zerocopy v0.6.6
16702026-08-15T07:01:23.506Z Compiling usdt-impl v0.5.0
16712026-08-15T07:01:23.582Z Compiling tower v0.5.3
16722026-08-15T07:01:23.756Z Compiling dof v0.4.0
16732026-08-15T07:01:24.070Z Compiling serde_with v3.21.0
16742026-08-15T07:01:25.093Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16752026-08-15T07:01:25.199Z Compiling smallvec v0.6.14
16762026-08-15T07:01:25.396Z Compiling derive_builder_core v0.20.2
16772026-08-15T07:01:25.408Z Compiling ciborium v0.2.2
16782026-08-15T07:01:25.507Z Compiling flate2 v1.1.9
16792026-08-15T07:01:25.849Z Compiling http-body-util v0.1.3
16802026-08-15T07:01:25.907Z Compiling dtrace-parser v0.3.0
16812026-08-15T07:01:25.966Z Compiling ipnetwork v0.21.1
16822026-08-15T07:01:26.084Z Compiling enum-as-inner v0.6.1
16832026-08-15T07:01:26.225Z Compiling structmeta-derive v0.3.0
16842026-08-15T07:01:26.322Z Compiling heapless v0.7.17
16852026-08-15T07:01:26.349Z Compiling thread-id v5.1.0
16862026-08-15T07:01:26.435Z Compiling cookie v0.18.1
16872026-08-15T07:01:26.528Z Compiling unicode-properties v0.1.4
16882026-08-15T07:01:26.575Z Compiling zstd-safe v7.2.4
16892026-08-15T07:01:26.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16902026-08-15T07:01:26.630Z Compiling base64 v0.21.7
16912026-08-15T07:01:26.734Z Compiling static_assertions v1.1.0
16922026-08-15T07:01:26.767Z Compiling ryu v1.0.23
16932026-08-15T07:01:26.791Z Compiling hashbrown v0.12.3
16942026-08-15T07:01:26.807Z Compiling iri-string v0.7.10
16952026-08-15T07:01:26.939Z Compiling signal-hook v0.3.18
16962026-08-15T07:01:26.954Z Compiling winnow v0.5.40
16972026-08-15T07:01:27.107Z Compiling data-encoding v2.10.0
16982026-08-15T07:01:27.264Z Compiling unicode-bidi v0.3.18
16992026-08-15T07:01:27.295Z Compiling structmeta v0.3.0
17002026-08-15T07:01:27.787Z Compiling stringprep v0.1.5
17012026-08-15T07:01:27.852Z Compiling serde_urlencoded v0.7.1
17022026-08-15T07:01:27.932Z Compiling ron v0.8.1
17032026-08-15T07:01:28.109Z Compiling tower-http v0.6.8
17042026-08-15T07:01:28.263Z Compiling toml_edit v0.19.15
17052026-08-15T07:01:28.438Z Compiling derive_builder_macro v0.20.2
17062026-08-15T07:01:28.515Z Compiling oxnet v0.1.6
17072026-08-15T07:01:28.886Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17082026-08-15T07:01:28.951Z Compiling bzip2 v0.4.4
17092026-08-15T07:01:29.003Z Compiling serde-hex v0.1.0
17102026-08-15T07:01:29.034Z Compiling newtype-uuid v1.3.2
17112026-08-15T07:01:29.154Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17122026-08-15T07:01:29.366Z Compiling tokio-native-tls v0.3.1
17132026-08-15T07:01:29.550Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17142026-08-15T07:01:29.763Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17152026-08-15T07:01:30.212Z Compiling heck v0.4.1
17162026-08-15T07:01:30.627Z Compiling bstr v1.12.1
17172026-08-15T07:01:30.700Z Compiling block-padding v0.4.2
17182026-08-15T07:01:30.726Z Compiling block-buffer v0.12.1
17192026-08-15T07:01:30.840Z Compiling crypto-common v0.2.2
17202026-08-15T07:01:30.865Z Compiling rustls-native-certs v0.8.3
17212026-08-15T07:01:30.880Z Compiling hashbrown v0.13.2
17222026-08-15T07:01:30.920Z Compiling futures-executor v0.3.32
17232026-08-15T07:01:31.143Z Compiling serde-big-array v0.5.1
17242026-08-15T07:01:31.179Z Compiling md-5 v0.10.6
17252026-08-15T07:01:31.266Z Compiling vergen-lib v9.1.0
17262026-08-15T07:01:31.287Z Compiling daft-derive v0.1.7
17272026-08-15T07:01:31.350Z Compiling pin-project-internal v1.1.11
17282026-08-15T07:01:31.364Z Compiling hash32 v0.2.1
17292026-08-15T07:01:31.447Z Compiling memoffset v0.9.1
17302026-08-15T07:01:31.559Z Compiling encoding_rs v0.8.35
17312026-08-15T07:01:31.640Z Compiling thread_local v1.1.9
17322026-08-15T07:01:31.896Z Compiling psl-types v2.0.11
17332026-08-15T07:01:32.009Z Compiling slog-async v2.8.0
17342026-08-15T07:01:32.035Z Compiling ref-cast v1.0.25
17352026-08-15T07:01:32.285Z Compiling crc-any v2.5.0
17362026-08-15T07:01:32.344Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17372026-08-15T07:01:32.464Z Compiling smoltcp v0.9.1
17382026-08-15T07:01:32.510Z Compiling rustix v0.38.44
17392026-08-15T07:01:32.533Z Compiling linked-hash-map v0.5.6
17402026-08-15T07:01:32.555Z Compiling mime v0.3.17
17412026-08-15T07:01:32.703Z Compiling fallible-iterator v0.2.0
17422026-08-15T07:01:32.795Z Compiling litrs v1.0.0
17432026-08-15T07:01:32.882Z Compiling lru-cache v0.1.2
17442026-08-15T07:01:33.007Z Compiling pin-project v1.1.11
17452026-08-15T07:01:33.020Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17462026-08-15T07:01:33.057Z Compiling postgres-protocol v0.6.10
17472026-08-15T07:01:33.130Z Compiling publicsuffix v2.3.0
17482026-08-15T07:01:33.162Z Compiling toml_edit v0.22.27
17492026-08-15T07:01:33.297Z Compiling daft v0.1.7
17502026-08-15T07:01:33.333Z Compiling document-features v0.2.12
17512026-08-15T07:01:33.705Z Compiling object v0.30.4
17522026-08-15T07:01:33.768Z Compiling futures v0.3.32
17532026-08-15T07:01:33.844Z Compiling inout v0.2.2
17542026-08-15T07:01:33.908Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17552026-08-15T07:01:34.050Z Compiling snafu-derive v0.8.9
17562026-08-15T07:01:34.088Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17572026-08-15T07:01:34.152Z Compiling toml v0.7.8
17582026-08-15T07:01:34.369Z Compiling hyper-tls v0.6.0
17592026-08-15T07:01:34.403Z Compiling zip v0.6.6
17602026-08-15T07:01:34.731Z Compiling derive_builder v0.20.2
17612026-08-15T07:01:35.050Z Compiling derive-ex v0.1.8
17622026-08-15T07:01:35.250Z Compiling hickory-proto v0.24.4
17632026-08-15T07:01:35.308Z Compiling crossbeam-channel v0.5.15
17642026-08-15T07:01:35.764Z Compiling usdt-attr-macro v0.5.0
17652026-08-15T07:01:35.868Z Compiling usdt-macro v0.5.0
17662026-08-15T07:01:35.914Z Compiling phf_shared v0.13.1
17672026-08-15T07:01:36.157Z Compiling regex v1.12.3
17682026-08-15T07:01:36.543Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17692026-08-15T07:01:36.559Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17702026-08-15T07:01:36.577Z Compiling vergen v9.1.0
17712026-08-15T07:01:36.590Z Compiling ref-cast-impl v1.0.25
17722026-08-15T07:01:36.694Z Compiling strum_macros v0.27.2
17732026-08-15T07:01:36.736Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17742026-08-15T07:01:36.752Z Compiling nix v0.31.2
17752026-08-15T07:01:36.866Z Compiling cargo-platform v0.3.2
17762026-08-15T07:01:37.115Z Compiling memmap v0.7.0
17772026-08-15T07:01:37.129Z Compiling is-terminal v0.4.17
17782026-08-15T07:01:37.133Z Compiling fs-err v3.3.0
17792026-08-15T07:01:37.133Z Compiling bumpalo v3.20.2
17802026-08-15T07:01:37.225Z Compiling resolv-conf v0.7.6
17812026-08-15T07:01:37.292Z Compiling term v1.2.1
17822026-08-15T07:01:37.345Z Compiling take_mut v0.2.2
17832026-08-15T07:01:37.394Z Compiling corncobs v0.1.4
17842026-08-15T07:01:37.458Z Compiling path-slash v0.1.5
17852026-08-15T07:01:37.560Z Compiling foldhash v0.1.5
17862026-08-15T07:01:37.576Z Compiling libbz2-rs-sys v0.2.2
17872026-08-15T07:01:37.605Z Compiling bitflags v1.3.2
17882026-08-15T07:01:37.684Z Compiling jiff-core v0.1.0
17892026-08-15T07:01:37.736Z Compiling managed v0.8.0
17902026-08-15T07:01:37.910Z Compiling same-file v1.0.6
17912026-08-15T07:01:38.079Z Compiling bzip2 v0.6.1
17922026-08-15T07:01:38.292Z Compiling walkdir v2.5.0
17932026-08-15T07:01:38.313Z Compiling hashbrown v0.15.5
17942026-08-15T07:01:38.479Z Compiling jiff v0.2.34
17952026-08-15T07:01:38.624Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17962026-08-15T07:01:38.693Z Compiling strum v0.27.2
17972026-08-15T07:01:38.789Z Compiling slog-term v2.9.2
17982026-08-15T07:01:38.831Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17992026-08-15T07:01:38.889Z Compiling hickory-resolver v0.24.4
18002026-08-15T07:01:39.299Z Compiling zopfli v0.8.3
18012026-08-15T07:01:39.336Z Compiling usdt v0.5.0
18022026-08-15T07:01:39.354Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-15T07:01:39.587Z Compiling cargo_metadata v0.23.1
18042026-08-15T07:01:39.634Z Compiling test-strategy v0.4.5
18052026-08-15T07:01:39.949Z Compiling phf v0.13.1
18062026-08-15T07:01:40.046Z Compiling snafu v0.8.9
18072026-08-15T07:01:40.111Z Compiling signal-hook-mio v0.2.5
18082026-08-15T07:01:40.230Z Compiling cookie_store v0.22.1
18092026-08-15T07:01:40.940Z Compiling zstd v0.13.3
18102026-08-15T07:01:41.054Z Compiling toml v0.8.23
18112026-08-15T07:01:41.101Z Compiling reqwest v0.12.28
18122026-08-15T07:01:41.206Z Compiling cipher v0.5.2
18132026-08-15T07:01:41.322Z Compiling postgres-types v0.2.12
18142026-08-15T07:01:41.663Z Compiling globset v0.4.18
18152026-08-15T07:01:41.710Z Compiling usdt-macro v0.6.0
18162026-08-15T07:01:41.870Z Compiling usdt-attr-macro v0.6.0
18172026-08-15T07:01:42.012Z Compiling phf_shared v0.11.3
18182026-08-15T07:01:42.079Z Compiling olpc-cjson v0.1.4
18192026-08-15T07:01:42.203Z Compiling tokio-stream v0.1.18
18202026-08-15T07:01:42.241Z Compiling byte-wrapper v0.1.0
18212026-08-15T07:01:42.320Z Compiling serde_plain v1.0.2
18222026-08-15T07:01:42.461Z Compiling inout v0.1.4
18232026-08-15T07:01:42.512Z Compiling secrecy v0.8.0
18242026-08-15T07:01:42.569Z Compiling async-recursion v1.1.1
18252026-08-15T07:01:42.624Z Compiling derive-where v1.6.0
18262026-08-15T07:01:42.655Z Compiling serde_repr v0.1.20
18272026-08-15T07:01:42.670Z Compiling pem v3.0.6
18282026-08-15T07:01:42.673Z Compiling float-cmp v0.10.0
18292026-08-15T07:01:42.730Z Compiling memmap2 v0.9.10
18302026-08-15T07:01:42.872Z Compiling hashbrown v0.16.1
18312026-08-15T07:01:42.978Z Compiling fixedbitset v0.4.2
18322026-08-15T07:01:43.042Z Compiling difflib v0.4.0
18332026-08-15T07:01:43.201Z Compiling new_debug_unreachable v1.0.6
18342026-08-15T07:01:43.223Z Compiling precomputed-hash v0.1.1
18352026-08-15T07:01:43.264Z Compiling typed-path v0.9.3
18362026-08-15T07:01:43.278Z Compiling cpufeatures v0.3.0
18372026-08-15T07:01:43.314Z Compiling normalize-line-endings v0.3.0
18382026-08-15T07:01:43.355Z Compiling debug-ignore v1.0.5
18392026-08-15T07:01:43.413Z Compiling whoami v2.1.0
18402026-08-15T07:01:43.466Z Compiling const-oid v0.10.2
18412026-08-15T07:01:43.488Z Compiling either v1.15.0
18422026-08-15T07:01:43.610Z Compiling predicates-core v1.0.10
18432026-08-15T07:01:43.674Z Compiling fixedbitset v0.5.7
18442026-08-15T07:01:43.700Z Compiling itertools v0.13.0
18452026-08-15T07:01:43.788Z Compiling predicates v3.1.4
18462026-08-15T07:01:43.803Z Compiling tokio-postgres v0.7.16
18472026-08-15T07:01:43.983Z Compiling petgraph v0.8.3
18482026-08-15T07:01:43.998Z Compiling qorb v0.4.1
18492026-08-15T07:01:44.428Z Compiling digest v0.11.3
18502026-08-15T07:01:44.486Z Compiling iddqd v0.4.2
18512026-08-15T07:01:44.654Z Compiling chacha20 v0.10.0
18522026-08-15T07:01:44.888Z Compiling string_cache v0.8.9
18532026-08-15T07:01:44.965Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18542026-08-15T07:01:45.024Z Compiling petgraph v0.6.5
18552026-08-15T07:01:45.112Z Compiling usdt v0.6.0
18562026-08-15T07:01:45.372Z Compiling cipher v0.4.4
18572026-08-15T07:01:45.620Z Compiling crossterm v0.28.1
18582026-08-15T07:01:45.746Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18592026-08-15T07:01:45.949Z Compiling zip v4.6.1
18602026-08-15T07:01:46.508Z Compiling similar v2.7.0
18612026-08-15T07:01:46.855Z Compiling hickory-proto v0.25.2
18622026-08-15T07:01:46.871Z Compiling crossbeam-epoch v0.9.18
18632026-08-15T07:01:46.888Z Compiling buf-list v1.1.2
18642026-08-15T07:01:47.157Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18652026-08-15T07:01:47.191Z Compiling openapiv3 v2.2.0
18662026-08-15T07:01:47.243Z Compiling lalrpop-util v0.19.12
18672026-08-15T07:01:47.364Z Compiling peg-runtime v0.8.5
18682026-08-15T07:01:47.436Z Compiling filetime v0.2.27
18692026-08-15T07:01:47.458Z Compiling xattr v1.6.1
18702026-08-15T07:01:47.588Z Compiling tar v0.4.46
18712026-08-15T07:01:47.611Z Compiling camino-tempfile v1.4.1
18722026-08-15T07:01:54.453Z Compiling rustls-webpki v0.103.13
18732026-08-15T07:01:57.154Z Compiling tokio-rustls v0.26.4
18742026-08-15T07:01:57.154Z Compiling rustls-platform-verifier v0.6.2
18752026-08-15T07:01:57.158Z Compiling tough v0.22.0
18762026-08-15T07:01:57.373Z Compiling hyper-rustls v0.27.7
18772026-08-15T07:01:57.572Z Compiling reqwest v0.13.2
18782026-08-15T07:01:59.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792026-08-15T07:02:00.053Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18802026-08-15T07:02:03.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
18812026-08-15T07:02:03.019Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18822026-08-15T07:02:03.019Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18832026-08-15T07:02:03.163Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18842026-08-15T07:02:03.222ZAug 15 07:02:02.334 INFO Starting download, target: Clickhouse
18852026-08-15T07:02:03.222ZAug 15 07:02:02.335 INFO Starting download, target: Console
18862026-08-15T07:02:03.222ZAug 15 07:02:02.335 INFO Starting download, target: DendriteStub
18872026-08-15T07:02:03.222ZAug 15 07:02:02.335 INFO Starting download, target: Cockroach
18882026-08-15T07:02:03.222ZAug 15 07:02:02.335 INFO Starting download, target: MaghemiteMgd
18892026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Starting download, target: MaghemiteDdmd
18902026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Starting download, target: TransceiverControl
18912026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18922026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18932026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18942026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18952026-08-15T07:02:03.225ZAug 15 07:02:02.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18962026-08-15T07:02:03.226ZAug 15 07:02:02.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18972026-08-15T07:02:03.226ZAug 15 07:02:02.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18982026-08-15T07:02:03.523ZAug 15 07:02:02.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18992026-08-15T07:02:03.745ZAug 15 07:02:02.853 INFO Download complete, target: TransceiverControl
19002026-08-15T07:02:04.984ZAug 15 07:02:04.093 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19012026-08-15T07:02:05.175ZAug 15 07:02:04.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19022026-08-15T07:02:05.245ZAug 15 07:02:04.356 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19032026-08-15T07:02:05.248ZAug 15 07:02:04.360 INFO Download complete, target: Console
19042026-08-15T07:02:05.566ZAug 15 07:02:04.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19052026-08-15T07:02:05.810ZAug 15 07:02:04.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19062026-08-15T07:02:06.371ZAug 15 07:02:05.482 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19072026-08-15T07:02:06.371ZAug 15 07:02:05.482 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19082026-08-15T07:02:07.161ZAug 15 07:02:06.274 INFO Download complete, target: MaghemiteDdmd
19092026-08-15T07:02:07.726ZAug 15 07:02:06.839 INFO Download complete, target: DendriteStub
19102026-08-15T07:02:08.122ZAug 15 07:02:07.235 INFO Download complete, target: MaghemiteMgd
19112026-08-15T07:02:10.936ZAug 15 07:02:10.049 INFO Checking that binary works, target: Cockroach
19122026-08-15T07:02:11.053ZAug 15 07:02:10.167 INFO Download complete, target: Cockroach
19132026-08-15T07:02:12.534ZAug 15 07:02:11.647 INFO Checking that binary works, target: Clickhouse
19142026-08-15T07:02:12.679ZAug 15 07:02:11.792 INFO Download complete, target: Clickhouse
19152026-08-15T07:02:12.696ZAll builder prerequisites installed successfully, and PATH looks valid
19162026-08-15T07:02:12.700Z
19172026-08-15T07:02:12.700Zreal 2:18.485617752
19182026-08-15T07:02:12.700Zuser 7:48.202712037
19192026-08-15T07:02:12.700Zsys 1:33.293877786
19202026-08-15T07:02:12.700Ztrap 0.270094966
19212026-08-15T07:02:12.700Ztflt 0.583110451
19222026-08-15T07:02:12.701Zdflt 0.923719543
19232026-08-15T07:02:12.701Zkflt 0.024413322
19242026-08-15T07:02:12.701Zlock 29:12.870869894
19252026-08-15T07:02:12.701Zslp 23:24.802222259
19262026-08-15T07:02:12.701Zlat 53.878058002
19272026-08-15T07:02:12.701Zstop 2:54.067788935
19282026-08-15T07:02:12.701Z+ banner clippy
19292026-08-15T07:02:12.701Z
19302026-08-15T07:02:12.701Z #### # # ##### ##### # #
19312026-08-15T07:02:12.701Z # # # # # # # # # #
19322026-08-15T07:02:12.701Z # # # # # # # #
19332026-08-15T07:02:12.701Z # # # ##### ##### #
19342026-08-15T07:02:12.701Z # # # # # # #
19352026-08-15T07:02:12.701Z #### ###### # # # #
19362026-08-15T07:02:12.701Z
19372026-08-15T07:02:12.701Z+ export CARGO_INCREMENTAL=0
19382026-08-15T07:02:12.701Z+ CARGO_INCREMENTAL=0
19392026-08-15T07:02:12.701Z+ ptime -m cargo xtask clippy
19402026-08-15T07:02:13.193Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
19412026-08-15T07:02:13.476Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
19422026-08-15T07:02:15.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
19432026-08-15T07:02:15.348Z Running `target/debug/xtask clippy`
19442026-08-15T07:02:15.376Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
19452026-08-15T07:02:15.965Z Downloading crates ...
19462026-08-15T07:02:16.147Z Downloaded criterion-plot v0.6.0
19472026-08-15T07:02:16.150Z Downloaded assert-json-diff v2.0.2
19482026-08-15T07:02:16.152Z Downloaded assert_cmd v2.1.2
19492026-08-15T07:02:16.152Z Downloaded async-object-pool v0.2.0
19502026-08-15T07:02:16.152Z Downloaded anes v0.1.6
19512026-08-15T07:02:16.156Z Downloaded cast v0.3.0
19522026-08-15T07:02:16.156Z Downloaded concurrent-queue v2.5.0
19532026-08-15T07:02:16.156Z Downloaded approx v0.5.1
19542026-08-15T07:02:16.156Z Downloaded constant_time_eq v0.3.1
19552026-08-15T07:02:16.156Z Downloaded datatest-stable v0.3.3
19562026-08-15T07:02:16.159Z Downloaded blake2b_simd v1.0.4
19572026-08-15T07:02:16.159Z Downloaded cfg-expr v0.20.6
19582026-08-15T07:02:16.159Z Downloaded async-lock v3.4.2
19592026-08-15T07:02:16.159Z Downloaded criterion v0.7.0
19602026-08-15T07:02:16.163Z Downloaded event-listener v5.4.1
19612026-08-15T07:02:16.167Z Downloaded event-listener-strategy v0.5.4
19622026-08-15T07:02:16.167Z Downloaded escape8259 v0.5.3
19632026-08-15T07:02:16.167Z Downloaded futures-timer v3.0.3
19642026-08-15T07:02:16.167Z Downloaded fancy-regex v0.14.0
19652026-08-15T07:02:16.170Z Downloaded guppy-workspace-hack v0.1.0
19662026-08-15T07:02:16.170Z Downloaded hex-literal v0.4.1
19672026-08-15T07:02:16.170Z Downloaded guppy v0.17.25
19682026-08-15T07:02:16.174Z Downloaded hickory-client v0.25.2
19692026-08-15T07:02:16.174Z Downloaded httptest v0.16.4
19702026-08-15T07:02:16.174Z Downloaded knuffel-derive v3.2.0
19712026-08-15T07:02:16.177Z Downloaded linkme-impl v0.3.35
19722026-08-15T07:02:16.178Z Downloaded miette-derive v5.10.0
19732026-08-15T07:02:16.178Z Downloaded nested v0.1.1
19742026-08-15T07:02:16.178Z Downloaded libtest-mimic v0.8.1
19752026-08-15T07:02:16.178Z Downloaded linkme v0.3.35
19762026-08-15T07:02:16.181Z Downloaded knuffel v3.2.0
19772026-08-15T07:02:16.182Z Downloaded oorandom v11.1.5
19782026-08-15T07:02:16.182Z Downloaded miette v5.10.0
19792026-08-15T07:02:16.185Z Downloaded parking v2.2.1
19802026-08-15T07:02:16.185Z Downloaded pathdiff v0.2.3
19812026-08-15T07:02:16.185Z Downloaded plotters-backend v0.3.7
19822026-08-15T07:02:16.185Z Downloaded plotters-svg v0.3.7
19832026-08-15T07:02:16.185Z Downloaded owo-colors v3.5.0
19842026-08-15T07:02:16.185Z Downloaded partial-io v0.5.4
19852026-08-15T07:02:16.190Z Downloaded path-tree v0.8.3
19862026-08-15T07:02:16.190Z Downloaded relative-path v1.9.3
19872026-08-15T07:02:16.190Z Downloaded similar-asserts v1.7.0
19882026-08-15T07:02:16.190Z Downloaded rstest v0.25.0
19892026-08-15T07:02:16.193Z Downloaded rust-argon2 v2.1.0
19902026-08-15T07:02:16.193Z Downloaded serde_regex v1.1.0
19912026-08-15T07:02:16.193Z Downloaded rand_distr v0.5.1
19922026-08-15T07:02:16.196Z Downloaded rstest_macros v0.25.0
19932026-08-15T07:02:16.197Z Downloaded supports-color v2.1.0
19942026-08-15T07:02:16.200Z Downloaded plotters v0.3.7
19952026-08-15T07:02:16.203Z Downloaded supports-hyperlinks v2.1.0
19962026-08-15T07:02:16.203Z Downloaded supports-unicode v2.1.0
19972026-08-15T07:02:16.204Z Downloaded stringmetrics v2.2.2
19982026-08-15T07:02:16.204Z Downloaded target-spec v3.5.7
19992026-08-15T07:02:16.207Z Downloaded target-triple v1.0.0
20002026-08-15T07:02:16.207Z Downloaded terminal_size v0.1.17
20012026-08-15T07:02:16.207Z Downloaded target-lexicon v0.13.3
20022026-08-15T07:02:16.207Z Downloaded termcolor v1.4.1
20032026-08-15T07:02:16.207Z Downloaded tinytemplate v1.2.1
20042026-08-15T07:02:16.211Z Downloaded textwrap v0.15.2
20052026-08-15T07:02:16.211Z Downloaded trybuild v1.0.116
20062026-08-15T07:02:16.263Z Downloaded httpmock v0.8.3
20072026-08-15T07:02:18.188Z Checking cfg-if v1.0.4
20082026-08-15T07:02:18.585Z Checking libc v0.2.185
20092026-08-15T07:02:18.585Z Checking serde_core v1.0.228
20102026-08-15T07:02:18.668Z Checking memchr v2.8.0
20112026-08-15T07:02:18.713Z Checking zeroize v1.9.0
20122026-08-15T07:02:18.747Z Checking smallvec v1.15.1
20132026-08-15T07:02:18.786Z Checking subtle v2.6.1
20142026-08-15T07:02:18.789Z Checking itoa v1.0.17
20152026-08-15T07:02:18.861Z Checking log v0.4.33
20162026-08-15T07:02:18.898Z Checking rand_core v0.10.0
20172026-08-15T07:02:18.950Z Checking libm v0.2.16
20182026-08-15T07:02:18.996Z Checking typenum v1.20.1
20192026-08-15T07:02:19.038Z Checking errno v0.3.14
20202026-08-15T07:02:19.077Z Checking getrandom v0.4.3
20212026-08-15T07:02:19.120Z Checking scopeguard v1.2.0
20222026-08-15T07:02:19.163Z Checking zmij v1.0.21
20232026-08-15T07:02:19.166Z Checking stable_deref_trait v1.2.1
20242026-08-15T07:02:19.240Z Checking zerofrom v0.1.6
20252026-08-15T07:02:19.279Z Checking lock_api v0.4.14
20262026-08-15T07:02:19.321Z Checking percent-encoding v2.3.2
20272026-08-15T07:02:19.358Z Checking litemap v0.8.1
20282026-08-15T07:02:19.395Z Checking yoke v0.8.1
20292026-08-15T07:02:19.431Z Checking writeable v0.6.2
20302026-08-15T07:02:19.490Z Checking icu_normalizer_data v2.1.1
20312026-08-15T07:02:19.529Z Checking icu_properties_data v2.1.2
20322026-08-15T07:02:19.567Z Checking pin-project-lite v0.2.17
20332026-08-15T07:02:19.605Z Checking zerovec v0.11.5
20342026-08-15T07:02:19.641Z Checking zerotrie v0.2.3
20352026-08-15T07:02:19.645Z Checking num-traits v0.2.19
20362026-08-15T07:02:19.716Z Checking form_urlencoded v1.2.2
20372026-08-15T07:02:19.716Z Checking zerocopy v0.8.56
20382026-08-15T07:02:19.755Z Checking utf8_iter v1.0.4
20392026-08-15T07:02:19.827Z Checking parking_lot_core v0.9.12
20402026-08-15T07:02:19.876Z Checking portable-atomic v1.13.1
20412026-08-15T07:02:19.922Z Checking critical-section v1.2.0
20422026-08-15T07:02:19.963Z Checking signal-hook-registry v1.4.8
20432026-08-15T07:02:20.040Z Checking parking_lot v0.12.5
20442026-08-15T07:02:20.078Z Checking tinystr v0.8.2
20452026-08-15T07:02:20.112Z Checking serde v1.0.228
20462026-08-15T07:02:20.117Z Checking serde_json v1.0.151
20472026-08-15T07:02:20.182Z Checking bitflags v2.11.0
20482026-08-15T07:02:20.227Z Checking potential_utf v0.1.4
20492026-08-15T07:02:20.270Z Checking mio v1.2.0
20502026-08-15T07:02:20.309Z Checking icu_locale_core v2.1.1
20512026-08-15T07:02:20.346Z Checking once_cell v1.21.3
20522026-08-15T07:02:20.386Z Checking icu_collections v2.1.1
20532026-08-15T07:02:20.434Z Checking socket2 v0.6.3
20542026-08-15T07:02:20.545Z Checking bytes v1.11.1
20552026-08-15T07:02:20.591Z Checking iana-time-zone v0.1.65
20562026-08-15T07:02:20.642Z Checking thiserror v2.0.18
20572026-08-15T07:02:20.728Z Checking semver v1.0.28
20582026-08-15T07:02:20.757Z Checking chrono v0.4.45
20592026-08-15T07:02:20.823Z Checking dyn-clone v1.0.20
20602026-08-15T07:02:20.871Z Checking icu_provider v2.1.1
20612026-08-15T07:02:20.914Z Checking getrandom v0.2.17
20622026-08-15T07:02:20.918Z Checking futures-core v0.3.32
20632026-08-15T07:02:20.986Z Checking allocator-api2 v0.2.21
20642026-08-15T07:02:20.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652026-08-15T07:02:21.057Z Checking borsh v1.8.0
20662026-08-15T07:02:21.094Z Checking tokio v1.52.1
20672026-08-15T07:02:21.097Z Checking getrandom v0.3.4
20682026-08-15T07:02:21.166Z Checking icu_properties v2.1.2
20692026-08-15T07:02:21.241Z Checking icu_normalizer v2.1.1
20702026-08-15T07:02:21.326Z Checking rand_core v0.6.4
20712026-08-15T07:02:21.374Z Checking equivalent v1.0.2
20722026-08-15T07:02:21.428Z Checking uuid v1.23.4
20732026-08-15T07:02:21.485Z Checking rustix v1.1.4
20742026-08-15T07:02:21.529Z Checking foldhash v0.2.0
20752026-08-15T07:02:21.569Z Checking cmov v0.5.4
20762026-08-15T07:02:21.615Z Checking generic-array v0.14.7
20772026-08-15T07:02:21.709Z Checking futures-sink v0.3.32
20782026-08-15T07:02:21.787Z Checking ctutils v0.4.2
20792026-08-15T07:02:21.825Z Checking slab v0.4.12
20802026-08-15T07:02:21.863Z Checking futures-channel v0.3.32
20812026-08-15T07:02:22.002Z Checking idna_adapter v1.2.1
20822026-08-15T07:02:22.040Z Checking futures-task v0.3.32
20832026-08-15T07:02:22.044Z Checking hybrid-array v0.4.13
20842026-08-15T07:02:22.113Z Checking byteorder v1.5.0
20852026-08-15T07:02:22.117Z Checking futures-io v0.3.32
20862026-08-15T07:02:22.186Z Checking idna v1.1.0
20872026-08-15T07:02:22.223Z Checking hashbrown v0.17.0
20882026-08-15T07:02:22.291Z Checking futures-util v0.3.32
20892026-08-15T07:02:22.344Z Checking const-oid v0.9.6
20902026-08-15T07:02:22.459Z Checking url v2.5.8
20912026-08-15T07:02:22.497Z Checking crypto-common v0.1.7
20922026-08-15T07:02:22.534Z Checking ppv-lite86 v0.2.21
20932026-08-15T07:02:22.651Z Checking thiserror v1.0.69
20942026-08-15T07:02:22.781Z Checking base64ct v1.8.3
20952026-08-15T07:02:22.821Z Checking indexmap v2.14.0
20962026-08-15T07:02:22.858Z Checking crypto-common v0.2.2
20972026-08-15T07:02:22.897Z Checking regex-syntax v0.8.10
20982026-08-15T07:02:22.936Z Checking schemars v0.8.22
20992026-08-15T07:02:23.050Z Checking fnv v1.0.7
21002026-08-15T07:02:23.089Z Checking block-buffer v0.10.4
21012026-08-15T07:02:23.174Z Checking block-buffer v0.12.1
21022026-08-15T07:02:23.255Z Checking digest v0.10.7
21032026-08-15T07:02:23.364Z Checking base64 v0.22.1
21042026-08-15T07:02:23.420Z Checking utf8parse v0.2.2
21052026-08-15T07:02:23.478Z Checking http v1.4.2
21062026-08-15T07:02:23.482Z Checking anstyle v1.0.14
21072026-08-15T07:02:23.551Z Checking rand_core v0.9.5
21082026-08-15T07:02:23.615Z Checking tracing-core v0.1.36
21092026-08-15T07:02:23.656Z Checking colorchoice v1.0.4
21102026-08-15T07:02:23.724Z Checking is_terminal_polyfill v1.70.2
21112026-08-15T07:02:23.762Z Checking anstyle-query v1.1.5
21122026-08-15T07:02:23.798Z Checking rand_chacha v0.9.0
21132026-08-15T07:02:23.846Z Checking anstyle-parse v1.0.0
21142026-08-15T07:02:23.885Z Checking const-oid v0.10.2
21152026-08-15T07:02:23.957Z Checking tracing v0.1.44
21162026-08-15T07:02:24.027Z Checking anstream v1.0.0
21172026-08-15T07:02:24.031Z Checking rand v0.9.2
21182026-08-15T07:02:24.103Z Checking terminal_size v0.4.3
21192026-08-15T07:02:24.106Z Checking cpufeatures v0.2.17
21202026-08-15T07:02:24.191Z Checking ipnet v2.12.1
21212026-08-15T07:02:24.232Z Checking crossbeam-utils v0.8.21
21222026-08-15T07:02:24.235Z Checking aho-corasick v1.1.4
21232026-08-15T07:02:24.235Z Checking clap_lex v1.0.0
21242026-08-15T07:02:24.340Z Checking strsim v0.11.1
21252026-08-15T07:02:24.343Z Checking tokio-util v0.7.18
21262026-08-15T07:02:24.376Z Checking erased-serde v0.3.31
21272026-08-15T07:02:24.469Z Checking unicode-ident v1.0.24
21282026-08-15T07:02:24.507Z Checking httparse v1.10.1
21292026-08-15T07:02:24.545Z Checking clap_builder v4.6.0
21302026-08-15T07:02:24.582Z Checking powerfmt v0.2.0
21312026-08-15T07:02:24.619Z Checking proc-macro2 v1.0.106
21322026-08-15T07:02:24.623Z Checking cpufeatures v0.3.0
21332026-08-15T07:02:24.739Z Checking digest v0.11.3
21342026-08-15T07:02:24.778Z Checking time-core v0.1.8
21352026-08-15T07:02:24.782Z Checking deranged v0.5.8
21362026-08-15T07:02:24.849Z Checking slog v2.8.2
21372026-08-15T07:02:24.948Z Checking fastrand v2.3.0
21382026-08-15T07:02:24.952Z Checking regex-automata v0.4.14
21392026-08-15T07:02:24.984Z Checking quote v1.0.45
21402026-08-15T07:02:24.987Z Checking num-conv v0.2.0
21412026-08-15T07:02:25.091Z Checking num_threads v0.1.7
21422026-08-15T07:02:25.130Z Checking anyhow v1.0.104
21432026-08-15T07:02:25.169Z Checking ipnetwork v0.21.1
21442026-08-15T07:02:25.172Z Checking tempfile v3.27.0
21452026-08-15T07:02:25.241Z Checking syn v2.0.117
21462026-08-15T07:02:25.246Z Checking pem-rfc7468 v0.7.0
21472026-08-15T07:02:25.351Z Checking aws-lc-sys v0.40.0
21482026-08-15T07:02:25.412Z Checking rustls-pki-types v1.14.0
21492026-08-15T07:02:25.452Z Checking untrusted v0.7.1
21502026-08-15T07:02:25.489Z Checking http-body v1.0.1
21512026-08-15T07:02:25.595Z Checking hex v0.4.3
21522026-08-15T07:02:25.650Z Checking atomic-waker v1.1.2
21532026-08-15T07:02:25.731Z Checking try-lock v0.2.5
21542026-08-15T07:02:25.769Z Checking time v0.3.47
21552026-08-15T07:02:25.806Z Checking flagset v0.4.7
21562026-08-15T07:02:25.809Z Checking clap v4.6.1
21572026-08-15T07:02:25.879Z Checking aws-lc-rs v1.16.3
21582026-08-15T07:02:25.882Z Checking httpdate v1.0.3
21592026-08-15T07:02:25.911Z Checking want v0.3.1
21602026-08-15T07:02:25.983Z Checking der v0.7.10
21612026-08-15T07:02:25.986Z Checking h2 v0.4.15
21622026-08-15T07:02:26.084Z Checking tower-service v0.3.3
21632026-08-15T07:02:26.122Z Checking untrusted v0.9.0
21642026-08-15T07:02:26.203Z Checking tower-layer v0.3.3
21652026-08-15T07:02:26.257Z Checking ryu v1.0.23
21662026-08-15T07:02:26.381Z Checking spin v0.9.8
21672026-08-15T07:02:26.421Z Checking socket2 v0.5.10
21682026-08-15T07:02:26.604Z Checking simd-adler32 v0.3.8
21692026-08-15T07:02:26.732Z Checking mime v0.3.17
21702026-08-15T07:02:26.743Z Checking rustls-webpki v0.103.13
21712026-08-15T07:02:26.771Z Checking block-padding v0.4.2
21722026-08-15T07:02:26.826Z Checking pretty-hex v0.4.1
21732026-08-15T07:02:26.885Z Checking adler2 v2.0.1
21742026-08-15T07:02:26.920Z Checking http-body-util v0.1.3
21752026-08-15T07:02:26.924Z Checking oxnet v0.1.6
21762026-08-15T07:02:26.992Z Checking inout v0.2.2
21772026-08-15T07:02:26.995Z Checking camino v1.2.5
21782026-08-15T07:02:27.066Z Checking miniz_oxide v0.8.9
21792026-08-15T07:02:27.163Z Checking unicode-width v0.2.0
21802026-08-15T07:02:27.166Z Checking rustls v0.23.41
21812026-08-15T07:02:27.236Z Checking plain v0.2.3
21822026-08-15T07:02:27.274Z Checking spki v0.7.3
21832026-08-15T07:02:27.309Z Checking rand_chacha v0.3.1
21842026-08-15T07:02:27.365Z Checking ucd-trie v0.1.7
21852026-08-15T07:02:27.435Z Checking openssl-probe v0.2.1
21862026-08-15T07:02:27.474Z Checking cipher v0.5.2
21872026-08-15T07:02:27.478Z Checking regex v1.12.3
21882026-08-15T07:02:27.547Z Checking pest v2.8.6
21892026-08-15T07:02:27.550Z Checking rand v0.8.6
21902026-08-15T07:02:27.582Z Checking serde_urlencoded v0.7.1
21912026-08-15T07:02:27.653Z Checking futures-executor v0.3.32
21922026-08-15T07:02:27.752Z Checking is-terminal v0.4.17
21932026-08-15T07:02:27.820Z Checking encoding_rs v0.8.35
21942026-08-15T07:02:27.859Z Checking static_assertions v1.1.0
21952026-08-15T07:02:27.863Z Checking futures v0.3.32
21962026-08-15T07:02:27.930Z Checking either v1.15.0
21972026-08-15T07:02:27.966Z Checking pkcs8 v0.10.2
21982026-08-15T07:02:28.002Z Checking sha2 v0.10.9
21992026-08-15T07:02:28.145Z Checking crc32fast v1.5.0
22002026-08-15T07:02:28.184Z Checking sync_wrapper v1.0.2
22012026-08-15T07:02:28.187Z Checking iri-string v0.7.10
22022026-08-15T07:02:28.300Z Checking crossbeam-channel v0.5.15
22032026-08-15T07:02:28.341Z Checking tower v0.5.3
22042026-08-15T07:02:28.344Z Checking openapiv3 v2.2.0
22052026-08-15T07:02:28.635Z Checking hashbrown v0.16.1
22062026-08-15T07:02:28.675Z Checking bit-vec v0.8.0
22072026-08-15T07:02:28.763Z Checking zlib-rs v0.6.2
22082026-08-15T07:02:28.801Z Checking hubpack v0.1.2
22092026-08-15T07:02:28.892Z Checking hyper v1.10.1
22102026-08-15T07:02:28.931Z Checking bit-set v0.8.0
22112026-08-15T07:02:28.993Z Checking wait-timeout v0.2.1
22122026-08-15T07:02:29.103Z Checking tinyvec_macros v0.1.1
22132026-08-15T07:02:29.146Z Checking rustls-native-certs v0.8.3
22142026-08-15T07:02:29.183Z Checking lazy_static v1.5.0
22152026-08-15T07:02:29.219Z Checking tinyvec v1.12.0
22162026-08-15T07:02:29.261Z Checking tower-http v0.6.8
22172026-08-15T07:02:29.301Z Checking signature v2.2.0
22182026-08-15T07:02:29.305Z Checking thread_local v1.1.9
22192026-08-15T07:02:29.462Z Checking psl-types v2.0.11
22202026-08-15T07:02:29.503Z Checking tokio-rustls v0.26.4
22212026-08-15T07:02:29.541Z Checking quick-error v1.2.3
22222026-08-15T07:02:29.544Z Checking cookie v0.18.1
22232026-08-15T07:02:29.614Z Checking publicsuffix v2.3.0
22242026-08-15T07:02:29.617Z Checking rand_xorshift v0.4.0
22252026-08-15T07:02:29.686Z Checking rusty-fork v0.3.1
22262026-08-15T07:02:29.689Z Checking flate2 v1.1.9
22272026-08-15T07:02:29.721Z Checking strum v0.26.3
22282026-08-15T07:02:29.791Z Checking term v1.2.1
22292026-08-15T07:02:29.795Z Checking take_mut v0.2.2
22302026-08-15T07:02:29.796Z Checking unarray v0.1.4
22312026-08-15T07:02:29.860Z Checking cookie_store v0.22.1
22322026-08-15T07:02:29.896Z Checking rustls-platform-verifier v0.6.2
22332026-08-15T07:02:29.931Z Checking num-integer v0.1.46
22342026-08-15T07:02:29.998Z Checking hyper-util v0.1.20
22352026-08-15T07:02:30.035Z Checking slog-async v2.8.0
22362026-08-15T07:02:30.038Z Checking proptest v1.11.0
22372026-08-15T07:02:30.038Z Checking slog-term v2.9.2
22382026-08-15T07:02:30.139Z Checking scroll v0.13.0
22392026-08-15T07:02:30.142Z Checking memmap2 v0.9.10
22402026-08-15T07:02:30.213Z Checking data-encoding v2.10.0
22412026-08-15T07:02:30.251Z Checking hmac v0.12.1
22422026-08-15T07:02:30.255Z Checking dtrace-parser v0.3.0
22432026-08-15T07:02:30.360Z Checking ahash v0.8.12
22442026-08-15T07:02:30.398Z Checking serde_spanned v0.6.9
22452026-08-15T07:02:30.402Z Checking goblin v0.10.5
22462026-08-15T07:02:30.474Z Checking toml_datetime v0.6.11
22472026-08-15T07:02:30.512Z Checking thread-id v5.1.0
22482026-08-15T07:02:30.515Z Checking base64 v0.21.7
22492026-08-15T07:02:30.584Z Checking bstr v1.12.1
22502026-08-15T07:02:30.588Z Checking crossbeam-epoch v0.9.18
22512026-08-15T07:02:30.656Z Checking x509-cert v0.2.5
22522026-08-15T07:02:30.693Z Checking memoffset v0.9.1
22532026-08-15T07:02:30.801Z Checking tap v1.0.1
22542026-08-15T07:02:30.805Z Checking num-iter v0.1.45
22552026-08-15T07:02:30.874Z Checking half v2.7.1
22562026-08-15T07:02:30.935Z Checking wyz v0.5.1
22572026-08-15T07:02:30.977Z Checking ff v0.13.1
22582026-08-15T07:02:31.016Z Checking radium v0.7.0
22592026-08-15T07:02:31.132Z Checking scroll v0.12.0
22602026-08-15T07:02:31.137Z Checking base16ct v0.2.0
22612026-08-15T07:02:31.207Z Checking funty v2.0.0
22622026-08-15T07:02:31.242Z Checking ciborium-io v0.2.2
22632026-08-15T07:02:31.279Z Checking hyper-rustls v0.27.7
22642026-08-15T07:02:31.320Z Checking sec1 v0.7.3
22652026-08-15T07:02:31.324Z Checking group v0.13.0
22662026-08-15T07:02:31.393Z Checking ciborium-ll v0.2.2
22672026-08-15T07:02:31.397Z Checking goblin v0.8.2
22682026-08-15T07:02:31.511Z Checking reqwest v0.13.2
22692026-08-15T07:02:31.551Z Checking bitvec v1.0.1
22702026-08-15T07:02:31.554Z Checking hkdf v0.12.4
22712026-08-15T07:02:31.554Z Checking zerocopy v0.7.35
22722026-08-15T07:02:31.658Z Checking crypto-bigint v0.5.5
22732026-08-15T07:02:31.749Z Checking rustix v0.38.44
22742026-08-15T07:02:31.868Z Checking newtype-uuid v1.3.2
22752026-08-15T07:02:32.104Z Checking daft v0.1.7
22762026-08-15T07:02:32.146Z Checking env_filter v2.0.0
22772026-08-15T07:02:32.318Z Checking unicode-segmentation v1.12.0
22782026-08-15T07:02:32.383Z Checking env_logger v0.11.11
22792026-08-15T07:02:32.426Z Checking ciborium v0.2.2
22802026-08-15T07:02:32.554Z Checking num-bigint-dig v0.8.6
22812026-08-15T07:02:32.595Z Checking elliptic-curve v0.13.8
22822026-08-15T07:02:32.633Z Checking nix v0.31.2
22832026-08-15T07:02:32.670Z Checking dtrace-parser v0.2.0
22842026-08-15T07:02:32.770Z Checking dof v0.4.0
22852026-08-15T07:02:32.884Z Checking pkcs1 v0.7.5
22862026-08-15T07:02:32.937Z Checking thread-id v4.2.2
22872026-08-15T07:02:32.975Z Checking debug-ignore v1.0.5
22882026-08-15T07:02:33.046Z Checking winnow v1.0.3
22892026-08-15T07:02:33.105Z Checking same-file v1.0.6
22902026-08-15T07:02:33.145Z Checking crc-catalog v2.4.0
22912026-08-15T07:02:33.149Z Checking unicode-normalization v0.1.25
22922026-08-15T07:02:33.255Z Checking walkdir v2.5.0
22932026-08-15T07:02:33.295Z Checking crc v3.4.0
22942026-08-15T07:02:33.341Z Checking dof v0.3.0
22952026-08-15T07:02:33.403Z Checking rsa v0.9.10
22962026-08-15T07:02:33.443Z Checking usdt-impl v0.6.0
22972026-08-15T07:02:33.447Z Checking serde_with v3.21.0
22982026-08-15T07:02:33.517Z Checking zerocopy v0.6.6
22992026-08-15T07:02:33.606Z Checking maybe-uninit v2.0.0
23002026-08-15T07:02:33.651Z Checking usdt-impl v0.5.0
23012026-08-15T07:02:33.705Z Checking memmap v0.7.0
23022026-08-15T07:02:33.759Z Checking usdt v0.6.0
23032026-08-15T07:02:33.830Z Checking foldhash v0.1.5
23042026-08-15T07:02:33.869Z Checking keccak v0.1.6
23052026-08-15T07:02:33.872Z Checking smawk v0.3.2
23062026-08-15T07:02:33.942Z Checking unicode-linebreak v0.1.5
23072026-08-15T07:02:33.946Z Checking nodrop v0.1.14
23082026-08-15T07:02:34.017Z Checking winnow v0.5.40
23092026-08-15T07:02:34.020Z Checking foreign-types-shared v0.1.1
23102026-08-15T07:02:34.020Z Checking hashbrown v0.15.5
23112026-08-15T07:02:34.122Z Checking array-init v0.0.4
23122026-08-15T07:02:34.126Z Checking sha3 v0.10.8
23132026-08-15T07:02:34.126Z Checking usdt v0.5.0
23142026-08-15T07:02:34.227Z Checking foreign-types v0.3.2
23152026-08-15T07:02:34.231Z Checking smallvec v0.6.14
23162026-08-15T07:02:34.361Z Checking packed_struct v0.10.1
23172026-08-15T07:02:34.400Z Checking rfc6979 v0.4.0
23182026-08-15T07:02:34.404Z Checking bitfield v0.19.4
23192026-08-15T07:02:34.472Z Checking bzip2-sys v0.1.13+1.0.8
23202026-08-15T07:02:34.475Z Checking openssl-sys v0.9.117
23212026-08-15T07:02:34.546Z Checking siphasher v1.0.2
23222026-08-15T07:02:34.584Z Checking bitflags v1.3.2
23232026-08-15T07:02:34.588Z Checking hashbrown v0.12.3
23242026-08-15T07:02:34.685Z Checking bzip2 v0.4.4
23252026-08-15T07:02:34.729Z Checking ecdsa v0.16.9
23262026-08-15T07:02:34.732Z Checking serde-hex v0.1.0
23272026-08-15T07:02:34.874Z Checking toml_parser v1.1.2+spec-1.1.0
23282026-08-15T07:02:34.912Z Checking openssl v0.10.80
23292026-08-15T07:02:34.982Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-08-15T07:02:35.056Z Checking indexmap v1.9.3
23312026-08-15T07:02:35.096Z Checking primeorder v0.13.6
23322026-08-15T07:02:35.165Z Checking ron v0.8.1
23332026-08-15T07:02:35.169Z Checking toml_edit v0.19.15
23342026-08-15T07:02:35.238Z Checking hashbrown v0.13.2
23352026-08-15T07:02:35.356Z Checking itertools v0.13.0
23362026-08-15T07:02:35.397Z Checking curve25519-dalek v4.1.3
23372026-08-15T07:02:35.435Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23382026-08-15T07:02:35.685Z Checking signal-hook v0.3.18
23392026-08-15T07:02:35.723Z Checking managed v0.8.0
23402026-08-15T07:02:35.901Z Checking crc-any v2.5.0
23412026-08-15T07:02:35.939Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23422026-08-15T07:02:36.105Z Checking object v0.30.4
23432026-08-15T07:02:36.142Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
23442026-08-15T07:02:36.187Z Checking zip v0.6.6
23452026-08-15T07:02:36.233Z Checking toml v0.7.8
23462026-08-15T07:02:36.274Z Checking globset v0.4.18
23472026-08-15T07:02:36.405Z Checking ed25519 v2.2.3
23482026-08-15T07:02:36.538Z Checking chacha20 v0.10.0
23492026-08-15T07:02:36.581Z Checking salty v0.3.0
23502026-08-15T07:02:36.585Z Checking object v0.37.3
23512026-08-15T07:02:36.651Z Checking winnow v0.7.14
23522026-08-15T07:02:36.774Z Checking path-slash v0.1.5
23532026-08-15T07:02:36.823Z Checking toml_write v0.1.2
23542026-08-15T07:02:36.868Z Checking ed25519-dalek v2.2.0
23552026-08-15T07:02:36.906Z Checking signal-hook-mio v0.2.5
23562026-08-15T07:02:36.957Z Checking native-tls v0.2.18
23572026-08-15T07:02:37.016Z Checking ref-cast v1.0.25
23582026-08-15T07:02:37.053Z Checking pin-project v1.1.11
23592026-08-15T07:02:37.122Z Checking jiff-core v0.1.0
23602026-08-15T07:02:37.161Z Checking p384 v0.13.1
23612026-08-15T07:02:37.166Z Checking tokio-native-tls v0.3.1
23622026-08-15T07:02:37.232Z Checking pem v3.0.6
23632026-08-15T07:02:37.382Z Checking inout v0.1.4
23642026-08-15T07:02:37.425Z Checking zstd-sys v2.0.16+zstd.1.5.7
23652026-08-15T07:02:37.546Z Checking fixedbitset v0.5.7
23662026-08-15T07:02:37.586Z Checking zstd-safe v7.2.4
23672026-08-15T07:02:37.624Z Checking cipher v0.4.4
23682026-08-15T07:02:37.784Z Checking hyper-tls v0.6.0
23692026-08-15T07:02:37.823Z Checking petgraph v0.8.3
23702026-08-15T07:02:37.862Z Checking snafu v0.8.9
23712026-08-15T07:02:37.866Z Checking jiff v0.2.34
23722026-08-15T07:02:37.932Z Checking toml_edit v0.22.27
23732026-08-15T07:02:37.989Z Checking crossterm v0.28.1
23742026-08-15T07:02:38.134Z Checking similar v2.7.0
23752026-08-15T07:02:38.224Z Checking fs-err v3.3.0
23762026-08-15T07:02:38.503Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23772026-08-15T07:02:38.545Z Checking hash32 v0.2.1
23782026-08-15T07:02:38.584Z Checking serde_plain v1.0.2
23792026-08-15T07:02:38.716Z Checking serde-big-array v0.5.1
23802026-08-15T07:02:38.755Z Checking libbz2-rs-sys v0.2.2
23812026-08-15T07:02:38.758Z Checking bumpalo v3.20.2
23822026-08-15T07:02:38.880Z Checking unicode-bidi v0.3.18
23832026-08-15T07:02:38.957Z Checking typed-path v0.9.3
23842026-08-15T07:02:39.011Z Checking predicates-core v1.0.10
23852026-08-15T07:02:39.049Z Checking toml v0.8.23
23862026-08-15T07:02:39.164Z Checking linked-hash-map v0.5.6
23872026-08-15T07:02:39.203Z Checking unicode-properties v0.1.4
23882026-08-15T07:02:39.206Z Checking bzip2 v0.6.1
23892026-08-15T07:02:39.359Z Checking lru-cache v0.1.2
23902026-08-15T07:02:39.398Z Checking zopfli v0.8.3
23912026-08-15T07:02:39.438Z Checking heapless v0.7.17
23922026-08-15T07:02:39.445Z Checking stringprep v0.1.5
23932026-08-15T07:02:39.445Z Checking reqwest v0.12.28
23942026-08-15T07:02:39.545Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23952026-08-15T07:02:39.549Z Checking zstd v0.13.3
23962026-08-15T07:02:39.651Z Checking textwrap v0.16.2
23972026-08-15T07:02:39.738Z Checking hickory-proto v0.25.2
23982026-08-15T07:02:39.776Z Checking hickory-proto v0.24.4
23992026-08-15T07:02:39.779Z Checking byte-wrapper v0.1.0
24002026-08-15T07:02:39.847Z Checking tokio-stream v0.1.18
24012026-08-15T07:02:39.885Z Checking md-5 v0.10.6
24022026-08-15T07:02:39.889Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
24032026-08-15T07:02:39.960Z Checking float-cmp v0.10.0
24042026-08-15T07:02:40.040Z Checking fallible-iterator v0.2.0
24052026-08-15T07:02:40.080Z Checking resolv-conf v0.7.6
24062026-08-15T07:02:40.084Z Checking difflib v0.4.0
24072026-08-15T07:02:40.151Z Checking normalize-line-endings v0.3.0
24082026-08-15T07:02:40.247Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24092026-08-15T07:02:40.286Z Checking smoltcp v0.9.1
24102026-08-15T07:02:40.290Z Checking zip v4.6.1
24112026-08-15T07:02:40.290Z Checking iddqd v0.4.2
24122026-08-15T07:02:40.397Z Checking postgres-protocol v0.6.10
24132026-08-15T07:02:40.401Z Checking predicates v3.1.4
24142026-08-15T07:02:40.742Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24152026-08-15T07:02:40.781Z Checking phf_shared v0.13.1
24162026-08-15T07:02:40.875Z Checking phf_shared v0.11.3
24172026-08-15T07:02:40.915Z Checking olpc-cjson v0.1.4
24182026-08-15T07:02:40.955Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24192026-08-15T07:02:41.003Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24202026-08-15T07:02:41.050Z Checking strum v0.27.2
24212026-08-15T07:02:41.087Z Checking fixedbitset v0.4.2
24222026-08-15T07:02:41.124Z Checking precomputed-hash v0.1.1
24232026-08-15T07:02:41.161Z Checking new_debug_unreachable v1.0.6
24242026-08-15T07:02:41.199Z Checking corncobs v0.1.4
24252026-08-15T07:02:41.236Z Checking lalrpop-util v0.19.12
24262026-08-15T07:02:41.240Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24272026-08-15T07:02:41.308Z Checking string_cache v0.8.9
24282026-08-15T07:02:41.312Z Checking petgraph v0.6.5
24292026-08-15T07:02:41.342Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24302026-08-15T07:02:41.412Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24312026-08-15T07:02:41.451Z Checking tough v0.22.0
24322026-08-15T07:02:41.506Z Checking phf v0.13.1
24332026-08-15T07:02:41.545Z Checking hickory-resolver v0.24.4
24342026-08-15T07:02:41.683Z Checking postgres-types v0.2.12
24352026-08-15T07:02:41.721Z Checking buf-list v1.1.2
24362026-08-15T07:02:41.868Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24372026-08-15T07:02:41.935Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24382026-08-15T07:02:42.026Z Checking secrecy v0.8.0
24392026-08-15T07:02:42.030Z Checking whoami v2.1.0
24402026-08-15T07:02:42.179Z Checking peg-runtime v0.8.5
24412026-08-15T07:02:42.227Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
24422026-08-15T07:02:42.286Z Checking tokio-postgres v0.7.16
24432026-08-15T07:02:42.327Z Checking qorb v0.4.1
24442026-08-15T07:02:42.480Z Compiling newtype-uuid-macros v0.1.0
24452026-08-15T07:02:42.558Z Checking match_cfg v0.1.0
24462026-08-15T07:02:42.626Z Checking slog-json v2.6.1
24472026-08-15T07:02:42.669Z Checking hostname v0.3.1
24482026-08-15T07:02:42.799Z Compiling async-stream-impl v0.3.6
24492026-08-15T07:02:42.839Z Compiling multer v3.1.0
24502026-08-15T07:02:42.843Z Checking slog-bunyan v2.5.0
24512026-08-15T07:02:43.023Z Compiling dropshot v0.17.1
24522026-08-15T07:02:43.161Z Compiling dropshot_endpoint v0.17.1
24532026-08-15T07:02:43.323Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24542026-08-15T07:02:43.383Z Checking serde_path_to_error v0.1.20
24552026-08-15T07:02:43.472Z Checking sha1 v0.11.0
24562026-08-15T07:02:43.565Z Checking toml_datetime v1.1.1+spec-1.1.0
24572026-08-15T07:02:43.604Z Checking serde_spanned v1.1.1
24582026-08-15T07:02:43.640Z Checking toml_writer v1.1.1+spec-1.1.0
24592026-08-15T07:02:43.716Z Checking compression-core v0.4.31
24602026-08-15T07:02:43.721Z Checking async-stream v0.3.6
24612026-08-15T07:02:43.790Z Checking progenitor-client v0.14.0
24622026-08-15T07:02:43.865Z Checking toml v1.1.2+spec-1.1.0
24632026-08-15T07:02:43.903Z Checking compression-codecs v0.4.37
24642026-08-15T07:02:43.903Z Checking waitgroup v0.1.2
24652026-08-15T07:02:43.973Z Checking rustls-pemfile v2.2.0
24662026-08-15T07:02:43.973Z Checking hostname v0.4.2
24672026-08-15T07:02:44.045Z Checking atomicwrites v0.4.4
24682026-08-15T07:02:44.048Z Compiling parse-display-derive v0.10.0
24692026-08-15T07:02:44.116Z Checking macaddr v1.0.1
24702026-08-15T07:02:44.152Z Checking regress v0.10.5
24712026-08-15T07:02:44.156Z Checking async-compression v0.4.41
24722026-08-15T07:02:44.156Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24732026-08-15T07:02:44.224Z Checking itertools v0.14.0
24742026-08-15T07:02:44.320Z Checking instant v0.1.13
24752026-08-15T07:02:44.437Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24762026-08-15T07:02:44.477Z Checking backoff v0.4.0
24772026-08-15T07:02:44.481Z Checking backon v1.6.0
24782026-08-15T07:02:44.663Z Checking humantime v2.3.0
24792026-08-15T07:02:44.703Z Compiling convert_case v0.4.0
24802026-08-15T07:02:44.707Z Checking progenitor-extras v0.2.0
24812026-08-15T07:02:44.707Z Checking heck v0.5.0
24822026-08-15T07:02:44.872Z Checking secrecy v0.10.3
24832026-08-15T07:02:44.926Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24842026-08-15T07:02:45.006Z Compiling regress v0.11.1
24852026-08-15T07:02:45.044Z Checking camino-tempfile v1.4.1
24862026-08-15T07:02:45.095Z Compiling derive_more v0.99.20
24872026-08-15T07:02:45.235Z Checking indent_write v2.2.0
24882026-08-15T07:02:45.275Z Compiling crucible-workspace-hack v0.1.0
24892026-08-15T07:02:45.393Z Compiling unsafe-libyaml v0.2.11
24902026-08-15T07:02:45.601Z Checking universal-hash v0.5.1
24912026-08-15T07:02:45.639Z Compiling thiserror-impl-no-std v2.0.2
24922026-08-15T07:02:45.755Z Checking opaque-debug v0.3.1
24932026-08-15T07:02:45.792Z Checking parse-display v0.10.0
24942026-08-15T07:02:45.853Z Checking poly1305 v0.8.0
24952026-08-15T07:02:45.967Z Compiling serde_yaml v0.9.34+deprecated
24962026-08-15T07:02:46.150Z Checking chacha20 v0.9.1
24972026-08-15T07:02:46.154Z Checking blake2 v0.10.6
24982026-08-15T07:02:46.412Z Checking password-hash v0.5.0
24992026-08-15T07:02:46.450Z Checking aead v0.5.2
25002026-08-15T07:02:46.620Z Compiling typify-impl v0.6.2
25012026-08-15T07:02:46.671Z Checking argon2 v0.5.3
25022026-08-15T07:02:46.867Z Checking thiserror-no-std v2.0.2
25032026-08-15T07:02:46.984Z Checking vsss-rs v3.3.4
25042026-08-15T07:02:47.021Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-08-15T07:02:47.057Z Checking chacha20poly1305 v0.10.1
25062026-08-15T07:02:47.212Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25072026-08-15T07:02:47.432Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25082026-08-15T07:02:47.686Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25092026-08-15T07:02:47.741Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25102026-08-15T07:02:47.798Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25112026-08-15T07:02:47.964Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25122026-08-15T07:02:48.004Z Checking crossbeam-deque v0.8.6
25132026-08-15T07:02:48.046Z Compiling rayon-core v1.13.0
25142026-08-15T07:02:48.155Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25152026-08-15T07:02:48.216Z Checking swrite v0.1.0
25162026-08-15T07:02:48.293Z Compiling num-derive v0.4.2
25172026-08-15T07:02:48.333Z Compiling proc-macro-crate v1.3.1
25182026-08-15T07:02:48.564Z Compiling proc-macro-error v1.0.4
25192026-08-15T07:02:48.726Z Checking rayon v1.11.0
25202026-08-15T07:02:48.774Z Compiling num_enum_derive v0.7.6
25212026-08-15T07:02:48.903Z Checking tabwriter v1.4.1
25222026-08-15T07:02:49.082Z Checking glob v0.3.3
25232026-08-15T07:02:49.231Z Compiling itertools v0.15.0
25242026-08-15T07:02:49.295Z Compiling heapless v0.8.0
25252026-08-15T07:02:49.350Z Checking hash32 v0.3.1
25262026-08-15T07:02:49.506Z Compiling smoltcp v0.11.0
25272026-08-15T07:02:49.674Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25282026-08-15T07:02:49.805Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-08-15T07:02:49.844Z Checking colored v3.1.1
25302026-08-15T07:02:49.912Z Checking num_enum v0.7.6
25312026-08-15T07:02:50.073Z Checking cobs v0.3.0
25322026-08-15T07:02:50.077Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25332026-08-15T07:02:50.144Z Checking rand v0.10.1
25342026-08-15T07:02:50.182Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25352026-08-15T07:02:50.252Z Checking postcard v1.1.3
25362026-08-15T07:02:50.365Z Checking sigpipe v0.1.3
25372026-08-15T07:02:50.436Z Compiling foreign-types-macros v0.2.3
25382026-08-15T07:02:50.475Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25392026-08-15T07:02:50.565Z Checking foreign-types-shared v0.3.1
25402026-08-15T07:02:50.569Z Compiling ingot-macros v0.2.0
25412026-08-15T07:02:50.644Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25422026-08-15T07:02:50.798Z Compiling num_enum_derive v0.5.11
25432026-08-15T07:02:50.835Z Checking cstr-argument v0.1.2
25442026-08-15T07:02:50.884Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25452026-08-15T07:02:50.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25462026-08-15T07:02:51.037Z Checking foreign-types v0.5.0
25472026-08-15T07:02:51.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25482026-08-15T07:02:51.181Z Compiling typify-macro v0.6.2
25492026-08-15T07:02:51.344Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25502026-08-15T07:02:51.428Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25512026-08-15T07:02:51.464Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25522026-08-15T07:02:51.499Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25532026-08-15T07:02:51.605Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25542026-08-15T07:02:51.643Z Checking itertools v0.12.1
25552026-08-15T07:02:51.647Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25562026-08-15T07:02:51.757Z Compiling zone_cfg_derive v0.3.1
25572026-08-15T07:02:51.856Z Checking num_enum v0.5.11
25582026-08-15T07:02:51.998Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25592026-08-15T07:02:52.055Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25602026-08-15T07:02:52.206Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25612026-08-15T07:02:52.261Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25622026-08-15T07:02:52.499Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25632026-08-15T07:02:52.544Z Checking smf v0.2.3
25642026-08-15T07:02:52.582Z Checking whoami v1.6.1
25652026-08-15T07:02:52.617Z Checking tokio-dtrace v0.1.1
25662026-08-15T07:02:52.719Z Checking zone v0.3.1
25672026-08-15T07:02:52.797Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25682026-08-15T07:02:52.800Z Checking console v0.15.11
25692026-08-15T07:02:52.869Z Checking newline-converter v0.3.0
25702026-08-15T07:02:52.905Z Checking oxide-tokio-rt v0.1.4
25712026-08-15T07:02:53.004Z Compiling typify v0.6.2
25722026-08-15T07:02:53.104Z Checking bytecount v0.6.9
25732026-08-15T07:02:53.141Z Compiling progenitor-impl v0.14.0
25742026-08-15T07:02:53.145Z Checking expectorate v1.2.0
25752026-08-15T07:02:53.217Z Checking unicode-width v0.1.14
25762026-08-15T07:02:53.291Z Checking oxide-update-engine-types v0.1.2
25772026-08-15T07:02:53.340Z Checking num-rational v0.4.2
25782026-08-15T07:02:53.449Z Checking ingot-types v0.2.0
25792026-08-15T07:02:53.501Z Checking num-complex v0.4.6
25802026-08-15T07:02:53.649Z Checking float-ord v0.3.2
25812026-08-15T07:02:53.787Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25822026-08-15T07:02:53.845Z Checking ingot v0.2.1
25832026-08-15T07:02:53.881Z Checking num v0.4.3
25842026-08-15T07:02:53.983Z Compiling cancel-safe-futures v0.1.5
25852026-08-15T07:02:54.183Z Checking linear-map v1.2.0
25862026-08-15T07:02:54.224Z Checking gethostname v0.5.0
25872026-08-15T07:02:54.258Z Compiling prettyplease v0.2.37
25882026-08-15T07:02:54.376Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25892026-08-15T07:02:54.570Z Compiling slog-dtrace v0.3.0
25902026-08-15T07:02:54.606Z Checking oxide-update-engine v0.1.2
25912026-08-15T07:02:54.641Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25922026-08-15T07:02:54.678Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25932026-08-15T07:02:54.920Z Checking owo-colors v4.3.0
25942026-08-15T07:02:55.052Z Checking papergrid v0.11.0
25952026-08-15T07:02:55.118Z Compiling tabled_derive v0.7.0
25962026-08-15T07:02:55.478Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25972026-08-15T07:02:55.514Z Compiling convert_case v0.10.0
25982026-08-15T07:02:55.763Z Compiling progenitor-macro v0.14.0
25992026-08-15T07:02:55.848Z Compiling derive_more-impl v2.1.1
26002026-08-15T07:02:56.093Z Checking tabled v0.15.0
26012026-08-15T07:02:56.217Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26022026-08-15T07:02:56.254Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26032026-08-15T07:02:56.475Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26042026-08-15T07:02:56.635Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26052026-08-15T07:02:56.673Z Checking derive_more v2.1.1
26062026-08-15T07:02:56.812Z Checking crossterm v0.29.0
26072026-08-15T07:02:57.631Z Checking fd-lock v4.0.4
26082026-08-15T07:02:57.716Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26092026-08-15T07:02:58.094Z Checking vte v0.14.1
26102026-08-15T07:02:58.278Z Checking strip-ansi-escapes v0.2.1
26112026-08-15T07:02:58.558Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
26122026-08-15T07:02:59.489Z Checking nu-ansi-term v0.50.3
26132026-08-15T07:02:59.594Z Checking termtree v0.5.1
26142026-08-15T07:02:59.707Z Checking reedline v0.40.0
26152026-08-15T07:02:59.794Z Compiling minimal-lexical v0.2.1
26162026-08-15T07:02:59.908Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26172026-08-15T07:02:59.961Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26182026-08-15T07:03:00.063Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26192026-08-15T07:03:00.099Z Compiling nom v7.1.3
26202026-08-15T07:03:00.427Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26212026-08-15T07:03:00.747Z Checking progenitor v0.14.0
26222026-08-15T07:03:00.888Z Checking display-error-chain v0.2.2
26232026-08-15T07:03:00.927Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26242026-08-15T07:03:00.998Z Compiling unicode-xid v0.2.6
26252026-08-15T07:03:01.037Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26262026-08-15T07:03:01.156Z Compiling ar_archive_writer v0.5.1
26272026-08-15T07:03:01.694Z Checking csv-core v0.1.13
26282026-08-15T07:03:01.910Z Checking csv v1.4.0
26292026-08-15T07:03:01.950Z Compiling stacker v0.1.23
26302026-08-15T07:03:02.028Z Compiling psm v0.1.30
26312026-08-15T07:03:02.239Z Checking highway v1.3.0
26322026-08-15T07:03:02.302Z Compiling cfg_aliases v0.1.1
26332026-08-15T07:03:02.412Z Compiling semver v0.1.20
26342026-08-15T07:03:02.498Z Compiling nix v0.28.0
26352026-08-15T07:03:02.501Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26362026-08-15T07:03:02.768Z Compiling rustc_version v0.1.7
26372026-08-15T07:03:02.858Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26382026-08-15T07:03:02.896Z Checking nibble_vec v0.1.0
26392026-08-15T07:03:02.932Z Checking endian-type v0.1.2
26402026-08-15T07:03:03.030Z Compiling newtype_derive v0.1.6
26412026-08-15T07:03:03.098Z Checking radix_trie v0.2.1
26422026-08-15T07:03:03.185Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26432026-08-15T07:03:03.225Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26442026-08-15T07:03:03.259Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26452026-08-15T07:03:03.341Z Checking phf_shared v0.12.1
26462026-08-15T07:03:03.380Z Compiling recursive-proc-macro-impl v0.1.1
26472026-08-15T07:03:03.515Z Compiling chrono-tz v0.10.4
26482026-08-15T07:03:03.768Z Checking phf v0.12.1
26492026-08-15T07:03:03.841Z Checking recursive v0.1.1
26502026-08-15T07:03:03.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26512026-08-15T07:03:03.958Z Compiling const_format_proc_macros v0.2.34
26522026-08-15T07:03:03.993Z Compiling peg-macros v0.8.5
26532026-08-15T07:03:04.067Z Checking winnow v0.6.26
26542026-08-15T07:03:04.123Z Compiling sqlparser_derive v0.5.0
26552026-08-15T07:03:04.190Z Checking unicode_categories v0.1.1
26562026-08-15T07:03:04.437Z Checking home v0.5.12
26572026-08-15T07:03:04.789Z Checking const_format v0.2.35
26582026-08-15T07:03:04.827Z Checking rustyline v14.0.0
26592026-08-15T07:03:04.906Z Checking sqlparser v0.61.0
26602026-08-15T07:03:05.148Z Checking bcs v0.1.6
26612026-08-15T07:03:05.249Z Checking sqlformat v0.3.5
26622026-08-15T07:03:05.419Z Checking peg v0.8.5
26632026-08-15T07:03:05.520Z Checking nom v8.0.0
26642026-08-15T07:03:05.558Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26652026-08-15T07:03:05.713Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26662026-08-15T07:03:05.717Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26672026-08-15T07:03:05.785Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26682026-08-15T07:03:05.846Z Checking steno v0.4.1
26692026-08-15T07:03:06.225Z Checking sha1 v0.10.6
26702026-08-15T07:03:06.423Z Checking filetime v0.2.27
26712026-08-15T07:03:06.595Z Checking xattr v1.6.1
26722026-08-15T07:03:06.763Z Checking tar v0.4.46
26732026-08-15T07:03:06.800Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26742026-08-15T07:03:06.850Z Checking subprocess v0.2.15
26752026-08-15T07:03:06.889Z Checking headers-core v0.3.0
26762026-08-15T07:03:06.994Z Checking yasna v0.5.2
26772026-08-15T07:03:07.032Z Checking headers v0.4.1
26782026-08-15T07:03:07.163Z Checking port-file v0.1.0
26792026-08-15T07:03:07.198Z Checking tagptr v0.2.0
26802026-08-15T07:03:07.402Z Checking moka v0.12.13
26812026-08-15T07:03:07.405Z Checking rcgen v0.12.1
26822026-08-15T07:03:07.572Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-08-15T07:03:07.583Z Checking dropshot-api-manager-types v0.7.2
26842026-08-15T07:03:07.752Z Checking utf-8 v0.7.6
26852026-08-15T07:03:07.805Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26862026-08-15T07:03:07.916Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26872026-08-15T07:03:07.982Z Checking tungstenite v0.21.0
26882026-08-15T07:03:08.133Z Checking hickory-resolver v0.25.2
26892026-08-15T07:03:08.385Z Compiling libefi-sys v0.1.0
26902026-08-15T07:03:08.463Z Checking tokio-tungstenite v0.21.0
26912026-08-15T07:03:08.521Z Compiling bitfield-struct v0.6.2
26922026-08-15T07:03:08.772Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26932026-08-15T07:03:08.853Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26942026-08-15T07:03:08.902Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26952026-08-15T07:03:08.960Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26962026-08-15T07:03:09.024Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26972026-08-15T07:03:09.204Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26982026-08-15T07:03:09.239Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26992026-08-15T07:03:09.274Z Compiling xshell-macros v0.2.7
27002026-08-15T07:03:09.320Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27012026-08-15T07:03:09.423Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27022026-08-15T07:03:09.474Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27032026-08-15T07:03:09.672Z Checking xshell v0.2.7
27042026-08-15T07:03:09.734Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-15T07:03:09.940Z Checking half v1.8.3
27062026-08-15T07:03:10.019Z Checking libscf-sys v1.2.0
27072026-08-15T07:03:10.067Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-08-15T07:03:10.159Z Checking serde_cbor v0.11.2
27092026-08-15T07:03:10.195Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-08-15T07:03:10.474Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27112026-08-15T07:03:10.512Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27122026-08-15T07:03:10.565Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27132026-08-15T07:03:10.695Z Checking papergrid v0.18.0
27142026-08-15T07:03:10.756Z Checking maplit v1.0.2
27152026-08-15T07:03:10.794Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27162026-08-15T07:03:10.835Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27172026-08-15T07:03:10.868Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27182026-08-15T07:03:11.505Z Checking tabled v0.21.0
27192026-08-15T07:03:11.541Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27202026-08-15T07:03:11.663Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27212026-08-15T07:03:11.666Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27222026-08-15T07:03:11.734Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27232026-08-15T07:03:11.997Z Checking crc8 v0.1.1
27242026-08-15T07:03:12.124Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27252026-08-15T07:03:12.418Z Checking unicase v2.9.0
27262026-08-15T07:03:12.550Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27272026-08-15T07:03:12.680Z Checking fxhash v0.2.1
27282026-08-15T07:03:12.715Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27292026-08-15T07:03:12.792Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27302026-08-15T07:03:12.830Z Checking sha2 v0.11.0
27312026-08-15T07:03:13.122Z Compiling darling_core v0.21.3
27322026-08-15T07:03:13.386Z Compiling vergen-lib v0.1.6
27332026-08-15T07:03:13.516Z Checking arrayvec v0.7.6
27342026-08-15T07:03:13.602Z Compiling diesel_derives v2.3.7
27352026-08-15T07:03:13.728Z Checking arrayref v0.3.9
27362026-08-15T07:03:13.764Z Checking constant_time_eq v0.4.2
27372026-08-15T07:03:13.801Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27382026-08-15T07:03:13.917Z Checking scheduled-thread-pool v0.2.7
27392026-08-15T07:03:13.954Z Compiling vergen-gitcl v1.0.8
27402026-08-15T07:03:13.957Z Compiling diesel_table_macro_syntax v0.3.0
27412026-08-15T07:03:14.093Z Checking r2d2 v0.8.10
27422026-08-15T07:03:14.249Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27432026-08-15T07:03:14.302Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27442026-08-15T07:03:14.617Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27452026-08-15T07:03:14.687Z Checking downcast-rs v2.0.2
27462026-08-15T07:03:14.843Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27472026-08-15T07:03:14.923Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27482026-08-15T07:03:14.983Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27492026-08-15T07:03:15.217Z Compiling blake3 v1.8.5
27502026-08-15T07:03:15.412Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27512026-08-15T07:03:15.625Z Compiling darling_macro v0.21.3
27522026-08-15T07:03:16.032Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27532026-08-15T07:03:16.084Z Checking kstat-rs v0.2.5
27542026-08-15T07:03:16.145Z Compiling darling v0.21.3
27552026-08-15T07:03:16.232Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27562026-08-15T07:03:16.266Z Compiling dsl_auto_type v0.2.0
27572026-08-15T07:03:16.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27582026-08-15T07:03:16.512Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27592026-08-15T07:03:16.611Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27602026-08-15T07:03:16.923Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27612026-08-15T07:03:17.111Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-15T07:03:17.246Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27632026-08-15T07:03:17.351Z Compiling dirs-sys-next v0.1.2
27642026-08-15T07:03:17.584Z Compiling crunchy v0.2.4
27652026-08-15T07:03:17.702Z Compiling parking_lot_core v0.8.6
27662026-08-15T07:03:17.926Z Compiling dirs-next v2.0.0
27672026-08-15T07:03:17.931Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27682026-08-15T07:03:18.050Z Compiling clang-sys v1.8.1
27692026-08-15T07:03:18.119Z Compiling git-stub v1.0.0
27702026-08-15T07:03:18.408Z Compiling tiny-keccak v2.0.2
27712026-08-15T07:03:18.489Z Compiling git-stub-vcs v0.1.0
27722026-08-15T07:03:18.525Z Compiling term v0.7.0
27732026-08-15T07:03:18.709Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27742026-08-15T07:03:18.776Z Compiling bit-vec v0.6.3
27752026-08-15T07:03:18.811Z Checking parking_lot v0.11.2
27762026-08-15T07:03:18.866Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-08-15T07:03:19.022Z Compiling bit-set v0.5.3
27782026-08-15T07:03:19.056Z Compiling ascii-canvas v3.0.0
27792026-08-15T07:03:19.126Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27802026-08-15T07:03:19.204Z Checking prefix-trie v0.7.0
27812026-08-15T07:03:19.330Z Compiling itertools v0.10.5
27822026-08-15T07:03:19.367Z Compiling ena v0.14.4
27832026-08-15T07:03:19.531Z Compiling libloading v0.8.9
27842026-08-15T07:03:19.566Z Compiling bindgen v0.71.1
27852026-08-15T07:03:19.603Z Compiling diff v0.1.13
27862026-08-15T07:03:19.637Z Compiling regex-syntax v0.6.29
27872026-08-15T07:03:19.896Z Checking hickory-server v0.25.2
27882026-08-15T07:03:20.068Z Checking sled v0.34.7
27892026-08-15T07:03:20.256Z Compiling cexpr v0.6.0
27902026-08-15T07:03:20.414Z Checking nanorand v0.7.0
27912026-08-15T07:03:20.643Z Compiling rustc-hash v2.1.1
27922026-08-15T07:03:20.807Z Checking flume v0.11.1
27932026-08-15T07:03:20.945Z Compiling lalrpop v0.19.12
27942026-08-15T07:03:21.082Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27952026-08-15T07:03:21.285Z Compiling libxml v0.3.3
27962026-08-15T07:03:21.336Z Checking assert_matches v1.5.0
27972026-08-15T07:03:21.559Z Compiling strum_macros v0.24.3
27982026-08-15T07:03:21.699Z Compiling indoc v1.0.9
27992026-08-15T07:03:22.161Z Checking diesel v2.3.7
28002026-08-15T07:03:22.272Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-15T07:03:22.796Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28022026-08-15T07:03:22.896Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28032026-08-15T07:03:23.022Z Checking quick-xml v0.37.5
28042026-08-15T07:03:23.279Z Checking derive_builder v0.20.2
28052026-08-15T07:03:23.377Z Compiling oso-derive v0.27.3
28062026-08-15T07:03:23.426Z Compiling impl-trait-for-tuples v0.2.3
28072026-08-15T07:03:23.918Z Compiling trait-variant v0.1.2
28082026-08-15T07:03:23.953Z Checking openssl-probe v0.1.6
28092026-08-15T07:03:24.142Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28102026-08-15T07:03:24.489Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28112026-08-15T07:03:24.870Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-08-15T07:03:24.913Z Checking predicates-tree v1.0.13
28132026-08-15T07:03:24.994Z Compiling progenitor-impl v0.13.0
28142026-08-15T07:03:25.055Z Compiling seq-macro v0.3.6
28152026-08-15T07:03:25.294Z Compiling dashu-int v0.5.1
28162026-08-15T07:03:25.581Z Checking progenitor-client v0.13.0
28172026-08-15T07:03:25.614Z Checking ssh-encoding v0.2.0
28182026-08-15T07:03:25.834Z Checking anstyle-parse v0.2.7
28192026-08-15T07:03:25.871Z Compiling rlimit v0.10.2
28202026-08-15T07:03:26.026Z Checking num-modular v0.6.4
28212026-08-15T07:03:26.115Z Checking dashu-base v0.5.1
28222026-08-15T07:03:26.439Z Checking anstream v0.6.21
28232026-08-15T07:03:26.474Z Checking ssh-cipher v0.2.0
28242026-08-15T07:03:26.637Z Checking tungstenite v0.28.0
28252026-08-15T07:03:26.674Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
28262026-08-15T07:03:26.895Z Checking p256 v0.13.2
28272026-08-15T07:03:27.072Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28282026-08-15T07:03:27.110Z Checking bb8 v0.8.6
28292026-08-15T07:03:27.171Z Checking num-primitive v0.2.1
28302026-08-15T07:03:27.614Z Compiling progenitor-macro v0.13.0
28312026-08-15T07:03:27.684Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
28322026-08-15T07:03:27.786Z Checking dsi-bitstream v0.10.1
28332026-08-15T07:03:28.060Z Compiling mime_guess v2.0.5
28342026-08-15T07:03:28.211Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
28352026-08-15T07:03:28.420Z Checking ssh-key v0.6.7
28362026-08-15T07:03:28.629Z Checking tokio-tungstenite v0.28.0
28372026-08-15T07:03:29.140Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28382026-08-15T07:03:29.176Z Checking ignore v0.4.25
28392026-08-15T07:03:29.358Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28402026-08-15T07:03:29.533Z Checking bytesize v2.7.0
28412026-08-15T07:03:29.613Z Checking http-range v0.1.5
28422026-08-15T07:03:29.730Z Checking http-range-header v0.4.2
28432026-08-15T07:03:29.770Z Checking globwalk v0.9.1
28442026-08-15T07:03:29.979Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28452026-08-15T07:03:30.604Z Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
28462026-08-15T07:03:31.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-08-15T07:03:31.423Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28482026-08-15T07:03:31.658Z Checking digest-io v0.1.0
28492026-08-15T07:03:31.818Z Checking rawzip v0.4.4
28502026-08-15T07:03:31.952Z Checking nonempty v0.12.0
28512026-08-15T07:03:32.090Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
28522026-08-15T07:03:32.307Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28532026-08-15T07:03:32.525Z Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
28542026-08-15T07:03:32.644Z Checking progenitor v0.13.0
28552026-08-15T07:03:32.838Z Checking camino-tempfile-ext v0.3.3
28562026-08-15T07:03:33.079Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28572026-08-15T07:03:33.177Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28582026-08-15T07:03:33.664Z Checking lru v0.18.2
28592026-08-15T07:03:33.714Z Checking pwd v1.4.0
28602026-08-15T07:03:33.873Z Checking hyper-staticfile v0.10.1
28612026-08-15T07:03:33.873Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28622026-08-15T07:03:34.210Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28632026-08-15T07:03:34.247Z Checking signal-hook-tokio v0.3.1
28642026-08-15T07:03:34.409Z Compiling illumos-nvpair-sys v0.2.0
28652026-08-15T07:03:34.480Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28662026-08-15T07:03:34.766Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28672026-08-15T07:03:34.985Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28682026-08-15T07:03:35.147Z Checking scuffle v0.1.0
28692026-08-15T07:03:35.426Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28702026-08-15T07:03:35.466Z Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
28712026-08-15T07:03:35.764Z Checking illumos-nvpair v0.3.0
28722026-08-15T07:03:35.802Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28732026-08-15T07:03:35.879Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742026-08-15T07:03:35.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28752026-08-15T07:03:36.162Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-08-15T07:03:36.500Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28772026-08-15T07:03:36.801Z Checking diesel-dtrace v0.5.0
28782026-08-15T07:03:36.937Z Checking async-bb8-diesel v0.2.1
28792026-08-15T07:03:37.096Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28802026-08-15T07:03:37.190Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28812026-08-15T07:03:37.381Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28822026-08-15T07:03:37.461Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28832026-08-15T07:03:37.497Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28842026-08-15T07:03:37.536Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28852026-08-15T07:03:37.580Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28862026-08-15T07:03:37.981Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28872026-08-15T07:03:39.061Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28882026-08-15T07:03:39.451Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28892026-08-15T07:03:39.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-08-15T07:03:40.032Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28912026-08-15T07:03:40.037Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28922026-08-15T07:03:40.806Z Checking tungstenite v0.23.0
28932026-08-15T07:03:41.014Z Checking rand_seeder v0.4.0
28942026-08-15T07:03:41.200Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28952026-08-15T07:03:41.273Z Checking tokio-tungstenite v0.23.1
28962026-08-15T07:03:41.577Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28972026-08-15T07:03:41.617Z Checking void v1.0.2
28982026-08-15T07:03:41.760Z Checking lzss v0.8.2
28992026-08-15T07:03:41.852Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29002026-08-15T07:03:41.981Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29012026-08-15T07:03:42.061Z Checking nix v0.27.1
29022026-08-15T07:03:42.097Z Checking serde_bytes v0.11.19
29032026-08-15T07:03:42.169Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29042026-08-15T07:03:42.631Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29052026-08-15T07:03:42.956Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29062026-08-15T07:03:43.300Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29072026-08-15T07:03:43.768Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29082026-08-15T07:03:43.808Z Checking cpubits v0.1.1
29092026-08-15T07:03:43.920Z Checking is_ci v1.2.0
29102026-08-15T07:03:44.110Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29112026-08-15T07:03:44.113Z Checking yansi v1.0.1
29122026-08-15T07:03:44.228Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29132026-08-15T07:03:44.441Z Checking pretty_assertions v1.4.1
29142026-08-15T07:03:44.529Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29152026-08-15T07:03:44.611Z Checking pem-rfc7468 v1.0.0
29162026-08-15T07:03:44.807Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-08-15T07:03:45.089Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29182026-08-15T07:03:45.250Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29192026-08-15T07:03:45.314Z Checking hmac v0.13.0
29202026-08-15T07:03:45.509Z Checking universal-hash v0.6.1
29212026-08-15T07:03:45.676Z Compiling libz-sys v1.1.24
29222026-08-15T07:03:46.072Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29232026-08-15T07:03:46.108Z Compiling instability v0.3.11
29242026-08-15T07:03:46.196Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29252026-08-15T07:03:46.404Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29262026-08-15T07:03:46.474Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29272026-08-15T07:03:46.512Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29282026-08-15T07:03:46.549Z Checking castaway v0.2.4
29292026-08-15T07:03:46.694Z Compiling indoc v2.0.7
29302026-08-15T07:03:46.781Z Checking compact_str v0.8.1
29312026-08-15T07:03:47.257Z Checking polyval v0.7.1
29322026-08-15T07:03:47.457Z Checking der v0.8.0
29332026-08-15T07:03:47.963Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29342026-08-15T07:03:48.019Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29352026-08-15T07:03:48.144Z Checking unicode-truncate v1.1.0
29362026-08-15T07:03:48.188Z Checking lru v0.12.5
29372026-08-15T07:03:48.240Z Compiling libgit2-sys v0.18.3+1.9.2
29382026-08-15T07:03:48.309Z Checking arc-swap v1.8.2
29392026-08-15T07:03:48.344Z Checking cassowary v0.3.0
29402026-08-15T07:03:48.479Z Checking ghash v0.6.0
29412026-08-15T07:03:48.568Z Checking slog-scope v4.4.1
29422026-08-15T07:03:48.603Z Checking ratatui v0.29.0
29432026-08-15T07:03:48.739Z Checking pbkdf2 v0.13.0
29442026-08-15T07:03:48.779Z Checking crypto-bigint v0.7.5
29452026-08-15T07:03:48.887Z Checking aes v0.9.1
29462026-08-15T07:03:49.310Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29472026-08-15T07:03:49.953Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
29482026-08-15T07:03:50.208Z Checking ctr v0.10.1
29492026-08-15T07:03:50.417Z Checking aead v0.6.1
29502026-08-15T07:03:50.582Z Checking cargo-platform v0.3.2
29512026-08-15T07:03:50.620Z Checking aes-gcm v0.11.0
29522026-08-15T07:03:50.802Z Checking cargo_metadata v0.23.1
29532026-08-15T07:03:50.839Z Checking slog-stdlog v4.1.1
29542026-08-15T07:03:50.998Z Checking spki v0.8.0
29552026-08-15T07:03:51.037Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29562026-08-15T07:03:51.205Z Checking supports-color v3.0.2
29572026-08-15T07:03:51.369Z Checking colored v2.2.0
29582026-08-15T07:03:51.593Z Checking salsa20 v0.11.0
29592026-08-15T07:03:51.631Z Checking console v0.16.2
29602026-08-15T07:03:51.773Z Compiling vergen-git2 v9.1.0
29612026-08-15T07:03:51.968Z Checking plotters-backend v0.3.7
29622026-08-15T07:03:52.003Z Checking unit-prefix v0.5.2
29632026-08-15T07:03:52.165Z Checking indicatif v0.18.4
29642026-08-15T07:03:52.201Z Checking plotters-svg v0.3.7
29652026-08-15T07:03:52.451Z Checking scrypt v0.12.0
29662026-08-15T07:03:52.459Z Checking slog-envlogger v2.2.0
29672026-08-15T07:03:52.572Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29682026-08-15T07:03:52.616Z Checking cbc v0.2.1
29692026-08-15T07:03:52.652Z Checking libsw-core v0.3.2
29702026-08-15T07:03:52.793Z Checking cast v0.3.0
29712026-08-15T07:03:52.866Z Checking libsw v3.5.0
29722026-08-15T07:03:52.916Z Checking pkcs5 v0.8.1
29732026-08-15T07:03:52.979Z Checking criterion-plot v0.6.0
29742026-08-15T07:03:53.061Z Checking plotters v0.3.7
29752026-08-15T07:03:53.248Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29762026-08-15T07:03:53.284Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29772026-08-15T07:03:53.506Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29782026-08-15T07:03:53.735Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29792026-08-15T07:03:53.853Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29802026-08-15T07:03:53.963Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29812026-08-15T07:03:54.075Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29822026-08-15T07:03:54.184Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29832026-08-15T07:03:54.248Z Checking tinytemplate v1.2.1
29842026-08-15T07:03:54.299Z Checking shell-words v1.1.1
29852026-08-15T07:03:54.453Z Checking anes v0.1.6
29862026-08-15T07:03:54.497Z Checking oorandom v11.1.5
29872026-08-15T07:03:54.682Z Checking criterion v0.7.0
29882026-08-15T07:03:54.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29892026-08-15T07:03:55.097Z Checking pkcs8 v0.11.0
29902026-08-15T07:03:55.327Z Checking oxide-update-engine-display v0.1.2
29912026-08-15T07:03:55.670Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29922026-08-15T07:03:55.917Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29932026-08-15T07:03:56.479Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29942026-08-15T07:03:56.516Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29952026-08-15T07:03:57.350Z Checking tokio-test v0.4.5
29962026-08-15T07:03:57.588Z Checking ff v0.14.0
29972026-08-15T07:03:57.763Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29982026-08-15T07:03:57.990Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29992026-08-15T07:03:58.423Z Checking twox-hash v2.1.2
30002026-08-15T07:03:58.752Z Compiling petname v2.0.2
30012026-08-15T07:03:59.272Z Checking atty v0.2.14
30022026-08-15T07:03:59.613Z Checking group v0.14.0
30032026-08-15T07:03:59.802Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30042026-08-15T07:04:00.002Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30052026-08-15T07:04:00.039Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30062026-08-15T07:04:00.768Z Checking fatfs v0.3.6
30072026-08-15T07:04:01.058Z Checking signature v3.0.0
30082026-08-15T07:04:01.237Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30092026-08-15T07:04:01.274Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
30102026-08-15T07:04:01.277Z Checking base16ct v1.0.0
30112026-08-15T07:04:01.417Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30122026-08-15T07:04:01.469Z Checking sec1 v0.8.1
30132026-08-15T07:04:01.669Z Compiling samael v0.0.19
30142026-08-15T07:04:01.887Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30152026-08-15T07:04:02.115Z Checking hkdf v0.13.0
30162026-08-15T07:04:02.282Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30172026-08-15T07:04:02.482Z Checking concurrent-queue v2.5.0
30182026-08-15T07:04:02.595Z Checking sapling-renderdag v0.1.0
30192026-08-15T07:04:02.740Z Checking sync-ptr v0.1.4
30202026-08-15T07:04:02.779Z Checking parking v2.2.1
30212026-08-15T07:04:02.888Z Checking elliptic-curve v0.14.1
30222026-08-15T07:04:02.893Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30232026-08-15T07:04:02.962Z Checking event-listener v5.4.1
30242026-08-15T07:04:03.207Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30252026-08-15T07:04:03.346Z Checking rtoolbox v0.0.3
30262026-08-15T07:04:03.480Z Checking event-listener-strategy v0.5.4
30272026-08-15T07:04:03.514Z Checking rpassword v7.5.4
30282026-08-15T07:04:03.752Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
30292026-08-15T07:04:03.755Z Checking wnaf v0.14.0
30302026-08-15T07:04:03.898Z Checking primefield v0.14.0
30312026-08-15T07:04:04.133Z Checking rfc6979 v0.6.0
30322026-08-15T07:04:04.306Z Checking tui-tree-widget v0.23.1
30332026-08-15T07:04:04.531Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30342026-08-15T07:04:04.627Z Checking futures-timer v3.0.3
30352026-08-15T07:04:04.838Z Checking ecdsa v0.17.0
30362026-08-15T07:04:05.264Z Checking primeorder v0.14.0
30372026-08-15T07:04:05.548Z Checking async-lock v3.4.2
30382026-08-15T07:04:05.657Z Compiling curve25519-dalek v5.0.0
30392026-08-15T07:04:05.958Z Checking async-object-pool v0.2.0
30402026-08-15T07:04:06.075Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30412026-08-15T07:04:06.223Z Checking ssh-encoding v0.3.0
30422026-08-15T07:04:06.483Z Checking serde_regex v1.1.0
30432026-08-15T07:04:06.676Z Checking assert-json-diff v2.0.2
30442026-08-15T07:04:06.779Z Checking path-tree v0.8.3
30452026-08-15T07:04:06.877Z Checking keccak v0.2.0
30462026-08-15T07:04:06.995Z Checking topological-sort v0.2.2
30472026-08-15T07:04:07.069Z Checking stringmetrics v2.2.2
30482026-08-15T07:04:07.166Z Compiling strsim v0.10.0
30492026-08-15T07:04:07.250Z Checking httpmock v0.8.3
30502026-08-15T07:04:07.518Z Compiling darling_core v0.13.4
30512026-08-15T07:04:08.070Z Checking omicron-zone-package v0.12.3
30522026-08-15T07:04:08.985Z Checking ed25519 v3.0.0
30532026-08-15T07:04:09.216Z Checking pkcs1 v0.8.0-rc.4
30542026-08-15T07:04:09.417Z Checking crypto-primes v0.7.2
30552026-08-15T07:04:09.454Z Checking poly1305 v0.9.0
30562026-08-15T07:04:09.487Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30572026-08-15T07:04:09.652Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30582026-08-15T07:04:09.751Z Checking blowfish v0.10.0
30592026-08-15T07:04:09.926Z Checking blake2 v0.11.0-rc.6
30602026-08-15T07:04:09.961Z Checking gimli v0.32.3
30612026-08-15T07:04:10.217Z Compiling target-lexicon v0.13.3
30622026-08-15T07:04:10.319Z Checking argon2 v0.6.0-rc.8
30632026-08-15T07:04:10.412Z Checking rsa v0.10.0-rc.18
30642026-08-15T07:04:10.666Z Checking bcrypt-pbkdf v0.11.0
30652026-08-15T07:04:10.797Z Checking ssh-cipher v0.3.0
30662026-08-15T07:04:10.858Z Checking ed25519-dalek v3.0.0
30672026-08-15T07:04:10.942Z Compiling darling_macro v0.13.4
30682026-08-15T07:04:11.044Z Checking sha3 v0.11.0
30692026-08-15T07:04:11.117Z Checking p384 v0.14.0
30702026-08-15T07:04:11.432Z Checking p521 v0.14.0
30712026-08-15T07:04:11.472Z Checking p256 v0.14.0
30722026-08-15T07:04:11.560Z Checking addr2line v0.25.1
30732026-08-15T07:04:11.860Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30742026-08-15T07:04:12.139Z Checking kem v0.3.0
30752026-08-15T07:04:12.244Z Checking module-lattice v0.2.3
30762026-08-15T07:04:12.288Z Checking sponge-cursor v0.1.0
30772026-08-15T07:04:12.454Z Compiling guppy-workspace-hack v0.1.0
30782026-08-15T07:04:12.497Z Checking rustc-demangle v0.1.27
30792026-08-15T07:04:12.668Z Checking hex-literal v0.4.1
30802026-08-15T07:04:12.787Z Checking backtrace v0.3.76
30812026-08-15T07:04:12.875Z Checking ml-kem v0.3.2
30822026-08-15T07:04:13.133Z Checking sha3 v0.12.0
30832026-08-15T07:04:13.171Z Compiling darling v0.13.4
30842026-08-15T07:04:13.369Z Checking russh-cryptovec v0.62.0
30852026-08-15T07:04:13.556Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30862026-08-15T07:04:13.559Z Checking internal-russh-num-bigint v0.5.0
30872026-08-15T07:04:13.677Z Checking num-bigint v0.4.6
30882026-08-15T07:04:13.779Z Checking russh-util v0.52.0
30892026-08-15T07:04:13.935Z Checking generic-array v1.4.3
30902026-08-15T07:04:14.469Z Compiling enum_dispatch v0.3.13
30912026-08-15T07:04:14.521Z Compiling delegate v0.13.5
30922026-08-15T07:04:14.524Z Checking ssh-key v0.7.0-rc.11
30932026-08-15T07:04:14.619Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30942026-08-15T07:04:15.059Z Checking hex-literal v1.1.0
30952026-08-15T07:04:15.190Z Checking md5 v0.8.0
30962026-08-15T07:04:15.392Z Compiling target-spec v3.5.7
30972026-08-15T07:04:15.443Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30982026-08-15T07:04:15.480Z Checking russh v0.62.4
30992026-08-15T07:04:15.658Z Checking cfg-expr v0.20.6
31002026-08-15T07:04:15.742Z Compiling serde_with_macros v1.5.2
31012026-08-15T07:04:16.081Z Checking backtrace-ext v0.2.1
31022026-08-15T07:04:16.216Z Checking supports-color v2.1.0
31032026-08-15T07:04:16.266Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31042026-08-15T07:04:16.383Z Checking textwrap v0.15.2
31052026-08-15T07:04:16.471Z Compiling git2 v0.20.4
31062026-08-15T07:04:16.622Z Checking hashbrown v0.14.5
31072026-08-15T07:04:16.658Z Checking supports-hyperlinks v2.1.0
31082026-08-15T07:04:16.807Z Checking supports-unicode v2.1.0
31092026-08-15T07:04:16.954Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31102026-08-15T07:04:17.141Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31112026-08-15T07:04:17.176Z Checking terminal_size v0.1.17
31122026-08-15T07:04:17.322Z Compiling miette-derive v5.10.0
31132026-08-15T07:04:17.375Z Checking internet-checksum v0.2.1
31142026-08-15T07:04:17.415Z Checking owo-colors v3.5.0
31152026-08-15T07:04:17.531Z Checking chumsky v0.9.3
31162026-08-15T07:04:17.990Z Compiling serde_with v1.14.0
31172026-08-15T07:04:18.516Z Checking miette v5.10.0
31182026-08-15T07:04:19.105Z Compiling polar-core v0.27.3
31192026-08-15T07:04:19.148Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-08-15T07:04:19.183Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31212026-08-15T07:04:19.263Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31222026-08-15T07:04:19.298Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
31232026-08-15T07:04:19.697Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31242026-08-15T07:04:19.734Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31252026-08-15T07:04:19.816Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31262026-08-15T07:04:19.910Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31272026-08-15T07:04:19.955Z Compiling knuffel-derive v3.2.0
31282026-08-15T07:04:20.035Z Checking httptest v0.16.4
31292026-08-15T07:04:20.179Z Checking pathdiff v0.2.3
31302026-08-15T07:04:20.318Z Checking nested v0.1.1
31312026-08-15T07:04:20.431Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
31322026-08-15T07:04:20.487Z Checking guppy v0.17.25
31332026-08-15T07:04:20.753Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31342026-08-15T07:04:21.028Z Checking similar-asserts v1.7.0
31352026-08-15T07:04:21.217Z Compiling target-triple v1.0.0
31362026-08-15T07:04:21.434Z Checking knuffel v3.2.0
31372026-08-15T07:04:21.438Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31382026-08-15T07:04:21.572Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31392026-08-15T07:04:22.083Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-08-15T07:04:22.117Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31412026-08-15T07:04:22.153Z Checking hickory-client v0.25.2
31422026-08-15T07:04:22.475Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31432026-08-15T07:04:22.706Z Compiling fs-err v2.11.0
31442026-08-15T07:04:22.775Z Checking escape8259 v0.5.3
31452026-08-15T07:04:22.937Z Compiling assert_cmd v2.1.2
31462026-08-15T07:04:22.972Z Checking libtest-mimic v0.8.1
31472026-08-15T07:04:23.283Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31482026-08-15T07:04:23.517Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31492026-08-15T07:04:23.662Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31502026-08-15T07:04:23.708Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
31512026-08-15T07:04:24.147Z Checking oso v0.27.3
31522026-08-15T07:04:24.183Z Checking blake2b_simd v1.0.4
31532026-08-15T07:04:24.386Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31542026-08-15T07:04:24.607Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31552026-08-15T07:04:24.644Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31562026-08-15T07:04:24.834Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31572026-08-15T07:04:25.042Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
31582026-08-15T07:04:25.080Z Checking fancy-regex v0.14.0
31592026-08-15T07:04:25.083Z Checking serde_tokenstream v0.2.3
31602026-08-15T07:04:25.454Z Checking approx v0.5.1
31612026-08-15T07:04:25.493Z Compiling rstest_macros v0.25.0
31622026-08-15T07:04:25.564Z Checking uzers v0.12.2
31632026-08-15T07:04:25.625Z Compiling linkme-impl v0.3.35
31642026-08-15T07:04:25.831Z Checking constant_time_eq v0.3.1
31652026-08-15T07:04:25.835Z Checking termcolor v1.4.1
31662026-08-15T07:04:25.969Z Checking rust-argon2 v2.1.0
31672026-08-15T07:04:26.105Z Checking trybuild v1.0.116
31682026-08-15T07:04:26.224Z Checking datatest-stable v0.3.3
31692026-08-15T07:04:26.376Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
31702026-08-15T07:04:26.638Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31712026-08-15T07:04:26.901Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31722026-08-15T07:04:26.938Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31732026-08-15T07:04:27.013Z Checking support-bundle-viewer v0.1.2
31742026-08-15T07:04:27.084Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31752026-08-15T07:04:27.293Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31762026-08-15T07:04:27.329Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31772026-08-15T07:04:27.520Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31782026-08-15T07:04:27.557Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31792026-08-15T07:04:27.764Z Checking drift v0.2.0
31802026-08-15T07:04:27.801Z Checking rand_distr v0.5.1
31812026-08-15T07:04:27.951Z Checking multimap v0.10.1
31822026-08-15T07:04:28.013Z Compiling linkme v0.3.35
31832026-08-15T07:04:28.156Z Checking parse-size v1.1.0
31842026-08-15T07:04:28.193Z Compiling relative-path v1.9.3
31852026-08-15T07:04:28.243Z Checking dropshot-api-manager v0.7.2
31862026-08-15T07:04:28.333Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31872026-08-15T07:04:29.279Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31882026-08-15T07:04:29.697Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31892026-08-15T07:04:29.965Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31902026-08-15T07:04:30.072Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31912026-08-15T07:04:30.291Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31922026-08-15T07:04:30.459Z Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
31932026-08-15T07:04:30.567Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31942026-08-15T07:04:30.884Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31952026-08-15T07:04:31.010Z Checking cargo_toml v0.21.0
31962026-08-15T07:04:31.047Z Checking partial-io v0.5.4
31972026-08-15T07:04:31.257Z Checking termios v0.3.3
31982026-08-15T07:04:31.294Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
31992026-08-15T07:04:31.417Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32002026-08-15T07:04:31.834Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32012026-08-15T07:04:32.077Z Checking rstest v0.25.0
32022026-08-15T07:04:37.495Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32032026-08-15T07:04:38.008Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32042026-08-15T07:04:39.012Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32052026-08-15T07:04:43.556Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
32062026-08-15T07:04:45.494Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32072026-08-15T07:04:48.691Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-08-15T07:04:52.863Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32092026-08-15T07:04:55.602Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32102026-08-15T07:04:58.376Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
32112026-08-15T07:04:59.936Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-08-15T07:05:03.209Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32132026-08-15T07:05:03.552Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32142026-08-15T07:05:05.860Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32152026-08-15T07:05:09.479Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32162026-08-15T07:05:13.961Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32172026-08-15T07:05:36.482Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
32182026-08-15T07:06:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
32192026-08-15T07:06:30.415Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
32202026-08-15T07:06:30.415Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32212026-08-15T07:06:31.104Z
32222026-08-15T07:06:31.104Zreal 4:18.400608305
32232026-08-15T07:06:31.104Zuser 22:12.632908030
32242026-08-15T07:06:31.104Zsys 5:14.312864193
32252026-08-15T07:06:31.104Ztrap 0.534893706
32262026-08-15T07:06:31.104Ztflt 0.440048612
32272026-08-15T07:06:31.104Zdflt 0.697266289
32282026-08-15T07:06:31.104Zkflt 0.004645512
32292026-08-15T07:06:31.104Zlock 1:07:01.457504370
32302026-08-15T07:06:31.104Zslp 1:00:22.678250722
32312026-08-15T07:06:31.107Zlat 1:47.926077805
32322026-08-15T07:06:31.107Zstop 14:04.259888209
32332026-08-15T07:06:31.107Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
32342026-08-15T07:06:31.107Z+ ptime -m cargo doc --workspace --no-deps
32352026-08-15T07:06:32.014Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
32362026-08-15T07:06:32.015Z |
32372026-08-15T07:06:32.015Z = 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)`
32382026-08-15T07:06:32.015Z = 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>
32392026-08-15T07:06:33.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32402026-08-15T07:06:33.413Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32412026-08-15T07:06:33.461Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32422026-08-15T07:06:33.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-08-15T07:06:33.591Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32442026-08-15T07:06:33.702Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32452026-08-15T07:06:33.735Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32462026-08-15T07:06:33.735Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32472026-08-15T07:06:33.789Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32482026-08-15T07:06:33.817Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32492026-08-15T07:06:33.966Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32502026-08-15T07:06:34.010Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32512026-08-15T07:06:34.045Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32522026-08-15T07:06:34.132Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532026-08-15T07:06:34.157Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-08-15T07:06:34.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32552026-08-15T07:06:34.202Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-08-15T07:06:34.228Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32572026-08-15T07:06:34.254Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32582026-08-15T07:06:34.306Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32592026-08-15T07:06:34.356Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-08-15T07:06:34.623Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-08-15T07:06:34.779Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32622026-08-15T07:06:34.807Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-08-15T07:06:34.861Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32642026-08-15T07:06:34.889Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32652026-08-15T07:06:35.051Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32662026-08-15T07:06:35.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32672026-08-15T07:06:35.227Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32682026-08-15T07:06:35.343Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32692026-08-15T07:06:35.388Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-08-15T07:06:35.415Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32712026-08-15T07:06:35.579Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32722026-08-15T07:06:35.606Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32732026-08-15T07:06:35.749Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-08-15T07:06:35.843Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32752026-08-15T07:06:35.976Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32762026-08-15T07:06:36.003Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32772026-08-15T07:06:36.028Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32782026-08-15T07:06:36.243Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32792026-08-15T07:06:36.317Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32802026-08-15T07:06:36.521Z Checking sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
32812026-08-15T07:06:36.578Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32822026-08-15T07:06:36.620Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32832026-08-15T07:06:36.677Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32842026-08-15T07:06:36.860Z Checking scuffle v0.1.0
32852026-08-15T07:06:36.887Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862026-08-15T07:06:36.995Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32872026-08-15T07:06:37.133Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32882026-08-15T07:06:37.238Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32892026-08-15T07:06:37.373Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32902026-08-15T07:06:37.406Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32912026-08-15T07:06:37.445Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32922026-08-15T07:06:37.475Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-08-15T07:06:37.574Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32942026-08-15T07:06:38.086Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-08-15T07:06:38.289Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32962026-08-15T07:06:38.583Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-08-15T07:06:38.680Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32982026-08-15T07:06:39.022Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-08-15T07:06:39.048Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33002026-08-15T07:06:39.077Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33012026-08-15T07:06:39.103Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-08-15T07:06:39.346Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33032026-08-15T07:06:39.376Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33042026-08-15T07:06:39.407Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33052026-08-15T07:06:39.515Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-08-15T07:06:39.563Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33072026-08-15T07:06:39.859Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33082026-08-15T07:06:40.335Z Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
33092026-08-15T07:06:40.539Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-08-15T07:06:40.657Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-08-15T07:06:40.931Z Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
33122026-08-15T07:06:40.969Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-08-15T07:06:41.007Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33142026-08-15T07:06:41.070Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33152026-08-15T07:06:41.329Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33162026-08-15T07:06:41.332Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33172026-08-15T07:06:41.384Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33182026-08-15T07:06:41.494Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-08-15T07:06:41.598Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33202026-08-15T07:06:41.624Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33212026-08-15T07:06:41.754Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33222026-08-15T07:06:41.782Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33232026-08-15T07:06:41.807Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33242026-08-15T07:06:41.834Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33252026-08-15T07:06:41.965Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33262026-08-15T07:06:42.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33272026-08-15T07:06:42.224Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33282026-08-15T07:06:42.275Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33292026-08-15T07:06:42.307Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302026-08-15T07:06:42.360Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33312026-08-15T07:06:42.519Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33322026-08-15T07:06:42.545Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33332026-08-15T07:06:42.650Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33342026-08-15T07:06:42.675Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
33352026-08-15T07:06:42.717Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33362026-08-15T07:06:42.876Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33372026-08-15T07:06:42.958Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33382026-08-15T07:06:42.982Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33392026-08-15T07:06:43.006Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33402026-08-15T07:06:43.036Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33412026-08-15T07:06:43.077Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33422026-08-15T07:06:43.163Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33432026-08-15T07:06:43.189Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33442026-08-15T07:06:43.282Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33452026-08-15T07:06:43.368Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33462026-08-15T07:06:43.395Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33472026-08-15T07:06:43.657Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33482026-08-15T07:06:43.660Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33492026-08-15T07:06:43.705Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
33502026-08-15T07:06:44.200Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33512026-08-15T07:06:44.428Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33522026-08-15T07:06:44.733Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33532026-08-15T07:06:45.111Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-08-15T07:06:45.319Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33552026-08-15T07:06:45.524Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-08-15T07:06:45.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33572026-08-15T07:06:46.616Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-08-15T07:06:47.235Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33592026-08-15T07:06:47.513Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33602026-08-15T07:06:47.560Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33612026-08-15T07:06:47.855Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-08-15T07:06:48.009Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632026-08-15T07:06:48.038Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33642026-08-15T07:06:49.058Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33652026-08-15T07:06:49.087Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-08-15T07:06:49.247Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-08-15T07:06:49.291Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33682026-08-15T07:06:49.646Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33692026-08-15T07:06:49.831Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33702026-08-15T07:06:49.834Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33712026-08-15T07:06:50.390Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33722026-08-15T07:06:50.427Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33732026-08-15T07:06:50.845Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33742026-08-15T07:06:51.255Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33752026-08-15T07:06:51.846Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33762026-08-15T07:06:51.875Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33772026-08-15T07:06:52.151Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33782026-08-15T07:06:52.933Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33792026-08-15T07:06:53.098Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33802026-08-15T07:06:53.414Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33812026-08-15T07:06:53.531Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33822026-08-15T07:06:53.831Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33832026-08-15T07:06:53.857Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33842026-08-15T07:06:54.486Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33852026-08-15T07:06:54.876Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33862026-08-15T07:06:54.907Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33872026-08-15T07:06:55.109Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33882026-08-15T07:06:55.136Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33892026-08-15T07:06:55.502Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33902026-08-15T07:06:55.693Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33912026-08-15T07:06:55.896Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33922026-08-15T07:06:55.966Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33932026-08-15T07:06:56.205Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33942026-08-15T07:06:59.025Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33952026-08-15T07:07:01.006Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33962026-08-15T07:07:01.032Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33972026-08-15T07:07:01.075Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33982026-08-15T07:07:02.106Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33992026-08-15T07:07:02.236Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34002026-08-15T07:07:03.362Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34012026-08-15T07:07:03.407Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34022026-08-15T07:07:04.333Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34032026-08-15T07:07:04.930Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34042026-08-15T07:07:04.967Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34052026-08-15T07:07:04.992Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34062026-08-15T07:07:06.702Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34072026-08-15T07:07:06.759Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34082026-08-15T07:07:06.966Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34092026-08-15T07:07:07.777Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34102026-08-15T07:07:08.142Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34112026-08-15T07:07:08.402Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34122026-08-15T07:07:08.515Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34132026-08-15T07:07:09.030Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34142026-08-15T07:07:09.138Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34152026-08-15T07:07:09.385Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34162026-08-15T07:07:09.528Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34172026-08-15T07:07:10.332Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34182026-08-15T07:07:10.536Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34192026-08-15T07:07:10.695Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34202026-08-15T07:07:10.784Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34212026-08-15T07:07:10.810Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34222026-08-15T07:07:11.139Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34232026-08-15T07:07:11.456Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34242026-08-15T07:07:11.618Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34252026-08-15T07:07:12.747Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
34262026-08-15T07:07:13.058Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34272026-08-15T07:07:13.509Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
34282026-08-15T07:07:16.422Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34292026-08-15T07:07:17.856Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
34302026-08-15T07:07:18.342Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34312026-08-15T07:07:18.907Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34322026-08-15T07:07:20.842Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34332026-08-15T07:07:22.863Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
34342026-08-15T07:07:23.337Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34352026-08-15T07:07:24.008Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34362026-08-15T07:07:24.939Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
34372026-08-15T07:07:26.351Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34382026-08-15T07:07:27.285Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-08-15T07:07:28.921Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34402026-08-15T07:07:29.261Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34412026-08-15T07:07:29.823Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
34422026-08-15T07:07:30.182Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34432026-08-15T07:07:35.717Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34442026-08-15T07:07:36.390Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-08-15T07:07:37.468Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34462026-08-15T07:07:37.993Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34472026-08-15T07:07:38.875Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34482026-08-15T07:07:39.812Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-08-15T07:07:40.561Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-08-15T07:07:41.350Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34512026-08-15T07:07:43.152Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34522026-08-15T07:07:43.817Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34532026-08-15T07:07:44.337Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
34542026-08-15T07:07:44.517Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
34552026-08-15T07:07:45.827Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34562026-08-15T07:07:47.060Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34572026-08-15T07:07:48.504Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
34582026-08-15T07:07:51.228Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34592026-08-15T07:07:52.608Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-08-15T07:07:53.192Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34612026-08-15T07:07:54.480Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34622026-08-15T07:07:55.524Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34632026-08-15T07:07:56.326Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34642026-08-15T07:07:58.534Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34652026-08-15T07:07:59.477Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34662026-08-15T07:08:00.586Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34672026-08-15T07:08:01.616Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34682026-08-15T07:08:02.718Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34692026-08-15T07:08:03.894Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34702026-08-15T07:08:05.088Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34712026-08-15T07:08:07.458Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34722026-08-15T07:08:09.721Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34732026-08-15T07:08:10.262Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34742026-08-15T07:08:11.339Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34752026-08-15T07:08:12.990Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34762026-08-15T07:08:14.654Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34772026-08-15T07:08:16.167Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782026-08-15T07:08:18.078Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34792026-08-15T07:08:19.589Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34802026-08-15T07:08:24.559Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34812026-08-15T07:08:24.656Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34822026-08-15T07:08:26.355Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34832026-08-15T07:08:26.381Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34842026-08-15T07:08:28.146Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34852026-08-15T07:08:29.684Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34862026-08-15T07:08:31.783Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34872026-08-15T07:08:33.836Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34882026-08-15T07:08:35.604Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34892026-08-15T07:08:37.350Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34902026-08-15T07:08:38.993Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34912026-08-15T07:08:41.141Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34922026-08-15T07:08:42.636Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34932026-08-15T07:08:44.415Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34942026-08-15T07:08:46.192Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34952026-08-15T07:08:47.959Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34962026-08-15T07:08:49.638Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34972026-08-15T07:08:51.224Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34982026-08-15T07:08:53.286Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34992026-08-15T07:08:54.917Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
35002026-08-15T07:09:00.510Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35012026-08-15T07:09:02.325Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35022026-08-15T07:09:04.189Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35032026-08-15T07:09:05.921Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35042026-08-15T07:09:07.737Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35052026-08-15T07:09:11.839Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
35062026-08-15T07:09:15.127Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35072026-08-15T07:09:16.224Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35082026-08-15T07:09:17.614Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35092026-08-15T07:09:20.656Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35102026-08-15T07:09:22.980Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35112026-08-15T07:09:24.790Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35122026-08-15T07:09:27.208Z Documenting sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
35132026-08-15T07:09:29.671Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
35142026-08-15T07:09:32.641Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
35152026-08-15T07:09:34.040Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
35162026-08-15T07:09:37.024Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35172026-08-15T07:09:39.560Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35182026-08-15T07:09:42.130Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
35192026-08-15T07:09:43.861Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35202026-08-15T07:09:46.626Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35212026-08-15T07:09:48.786Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35222026-08-15T07:09:51.312Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35232026-08-15T07:09:53.976Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35242026-08-15T07:09:56.436Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35252026-08-15T07:09:58.903Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35262026-08-15T07:10:01.347Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35272026-08-15T07:10:03.854Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35282026-08-15T07:10:06.317Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35292026-08-15T07:10:08.767Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35302026-08-15T07:10:11.294Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
35312026-08-15T07:10:13.595Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35322026-08-15T07:10:16.349Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35332026-08-15T07:10:18.796Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35342026-08-15T07:10:21.340Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35352026-08-15T07:10:23.797Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35362026-08-15T07:10:26.309Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35372026-08-15T07:10:28.817Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35382026-08-15T07:10:31.513Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35392026-08-15T07:10:34.022Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
35402026-08-15T07:10:36.593Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35412026-08-15T07:10:39.179Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35422026-08-15T07:10:41.697Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
35432026-08-15T07:10:44.233Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35442026-08-15T07:10:46.867Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35452026-08-15T07:10:49.400Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
35462026-08-15T07:10:51.884Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35472026-08-15T07:10:54.676Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
35482026-08-15T07:10:57.203Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35492026-08-15T07:10:59.625Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35502026-08-15T07:11:02.520Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
35512026-08-15T07:11:04.976Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
35522026-08-15T07:11:07.733Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35532026-08-15T07:11:10.307Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35542026-08-15T07:11:12.842Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35552026-08-15T07:11:15.569Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
35562026-08-15T07:11:18.183Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35572026-08-15T07:11:20.809Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35582026-08-15T07:11:23.174Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
35592026-08-15T07:11:26.667Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35602026-08-15T07:11:28.781Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35612026-08-15T07:11:31.421Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35622026-08-15T07:11:34.549Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35632026-08-15T07:11:37.262Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35642026-08-15T07:11:39.863Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35652026-08-15T07:11:42.464Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35662026-08-15T07:11:45.321Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35672026-08-15T07:11:48.026Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35682026-08-15T07:11:51.288Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35692026-08-15T07:11:53.748Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35702026-08-15T07:11:56.651Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35712026-08-15T07:12:04.811Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35722026-08-15T07:12:04.850Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35732026-08-15T07:12:08.719Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35742026-08-15T07:12:12.138Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35752026-08-15T07:12:15.584Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35762026-08-15T07:12:19.257Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35772026-08-15T07:12:22.863Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35782026-08-15T07:12:27.803Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35792026-08-15T07:12:30.752Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35802026-08-15T07:12:34.602Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35812026-08-15T07:12:38.477Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35822026-08-15T07:12:42.496Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35832026-08-15T07:12:46.235Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35842026-08-15T07:12:50.164Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35852026-08-15T07:12:54.026Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35862026-08-15T07:12:57.924Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35872026-08-15T07:13:01.782Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35882026-08-15T07:13:05.730Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35892026-08-15T07:13:09.641Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35902026-08-15T07:13:13.471Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35912026-08-15T07:13:17.335Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35922026-08-15T07:13:21.237Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35932026-08-15T07:13:25.154Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35942026-08-15T07:13:28.990Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35952026-08-15T07:13:59.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s
35962026-08-15T07:13:59.983Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35972026-08-15T07:13:59.984Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35982026-08-15T07:14:00.160Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
35992026-08-15T07:14:00.276Z
36002026-08-15T07:14:00.276Zreal 7:29.075631845
36012026-08-15T07:14:00.276Zuser 20:40.330709024
36022026-08-15T07:14:00.276Zsys 4:24.276078696
36032026-08-15T07:14:00.280Ztrap 0.310795363
36042026-08-15T07:14:00.280Ztflt 0.079386504
36052026-08-15T07:14:00.280Zdflt 0.113180441
36062026-08-15T07:14:00.280Zkflt 0.000026150
36072026-08-15T07:14:00.280Zlock 7:05:59.762583165
36082026-08-15T07:14:00.280Zslp 2:30:05.944895208
36092026-08-15T07:14:00.280Zlat 38.728593668
36102026-08-15T07:14:00.280Zstop 2:25.726670120
36112026-08-15T07:14:00.280Zprocess exited: duration 846111 ms, exit code 0
 
36122026-08-15T07:14:00.288Zfound 0 output files