01M0XEKPMRRC09PS7BT0KMHESX: clippy (helios)

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

Buildomat Job: 01M0XEM61QMAPGTFS3QQXS8H3B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T21:54:29.548Zjob assigned to worker 01M0XEM9JJE7NVS06H2YNYFXJK [factory aws, i-0eafc0fc7d926b19f] (queued for 54 s)
 
22026-08-25T21:54:36.840Zstarting task 0: "setup"
32026-08-25T21:54:36.846Z++ uname -s
42026-08-25T21:54:36.849Z+ kern=SunOS
52026-08-25T21:54:36.849Z+ build_user=build
62026-08-25T21:54:36.849Z+ build_uid=12345
72026-08-25T21:54:36.849Z+ work_dir=/work
82026-08-25T21:54:36.849Z+ input_dir=/input
92026-08-25T21:54:36.849Z+ [[ 0 == 12345 ]]
102026-08-25T21:54:36.849Z+ case "$kern" in
112026-08-25T21:54:36.849Z+ groupadd -g 12345 build
122026-08-25T21:54:36.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T21:54:38.863Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T21:54:38.921Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T21:54:38.925Z+ home_fs=zfs
162026-08-25T21:54:38.925Z+ [[ zfs == autofs ]]
172026-08-25T21:54:38.925Z+ mkdir -p /home/build
182026-08-25T21:54:38.925Z+ chown build:build /home/build /work
192026-08-25T21:54:40.926Z+ chmod 0700 /home/build /work
202026-08-25T21:54:40.930Zprocess exited: duration 4087 ms, exit code 0
 
212026-08-25T21:54:40.936Zstarting task 1: "rust-toolchain"
222026-08-25T21:54:40.940Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T21:54:40.940Z * rust toolchain channel = "1.97.1"
242026-08-25T21:54:40.940Z * rust toolchain profile = "default"
252026-08-25T21:54:40.940Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T21:54:40.940Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T21:54:40.940Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T21:54:40.944Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T21:54:40.944Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T21:54:40.996Zinfo: downloading installer
312026-08-25T21:54:42.632Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T21:54:42.632Zwarn: /home/build/.rustup/settings.toml
332026-08-25T21:54:42.632Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T21:54:42.632Zwarn: instead of the one inferred from the default host triple.
352026-08-25T21:54:42.645Zinfo: profile set to default
362026-08-25T21:54:42.645Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T21:54:42.649Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T21:54:42.798Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T21:54:42.801Zinfo: downloading 6 components
402026-08-25T21:54:57.512Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T21:54:57.512Z
422026-08-25T21:54:57.549Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T21:54:57.549Z
442026-08-25T21:54:57.549Z
452026-08-25T21:54:57.549ZRust is installed now. Great!
462026-08-25T21:54:57.549Z
472026-08-25T21:54:57.549ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T21:54:57.549Zenvironment variable. This has not been done automatically.
492026-08-25T21:54:57.549Z
502026-08-25T21:54:57.549ZTo configure your current shell, you need to source
512026-08-25T21:54:57.549Zthe corresponding env file under $HOME/.cargo.
522026-08-25T21:54:57.550Z
532026-08-25T21:54:57.550ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T21:54:57.553Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T21:54:57.553Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T21:54:57.553Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T21:54:57.553Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T21:54:57.553Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T21:54:57.553Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T21:54:57.553Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T21:54:57.553Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T21:54:57.654Z+ rustup --version
632026-08-25T21:54:57.661Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T21:54:57.664Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T21:54:57.684Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T21:54:57.687Z+ cargo --version
672026-08-25T21:54:57.701Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T21:54:57.705Z+ rustc --version
692026-08-25T21:54:57.723Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T21:54:57.726Zprocess exited: duration 16788 ms, exit code 0
 
712026-08-25T21:54:57.735Zstarting task 2: "authentication"
722026-08-25T21:54:57.751Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T21:54:57.758Zstarting task 3: "clone repository"
742026-08-25T21:54:57.761Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T21:54:57.765Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T21:54:57.791ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T21:55:17.072Z+ cd /work/oxidecomputer/omicron
782026-08-25T21:55:17.072Z+ git fetch origin 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
792026-08-25T21:55:17.458ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T21:55:17.458Z * branch 64c0a310d4a56957b74fa4020cffec1b1aad1d4b -> FETCH_HEAD
812026-08-25T21:55:17.469Z+ [[ -n sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
822026-08-25T21:55:17.472Z++ git branch --show-current
832026-08-25T21:55:17.472Z+ current=main
842026-08-25T21:55:17.472Z+ [[ main != sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
852026-08-25T21:55:17.472Z+ git branch -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
862026-08-25T21:55:17.475Z+ git checkout -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse
872026-08-25T21:55:17.729ZSwitched to branch 'sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse'
882026-08-25T21:55:17.732Z+ git reset --hard 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
892026-08-25T21:55:17.984ZHEAD is now at 64c0a310d rebase on main
902026-08-25T21:55:17.988Zprocess exited: duration 20228 ms, exit code 0
 
912026-08-25T21:55:17.995Zstarting task 4: "build"
922026-08-25T21:55:17.999Z+ source ./env.sh
932026-08-25T21:55:17.999Z++ OLD_SHELL_OPTS=ehxB
942026-08-25T21:55:17.999Z++ set -o xtrace
952026-08-25T21:55:18.003Z++++ dirname ./env.sh
962026-08-25T21:55:18.003Z+++ readlink -f .
972026-08-25T21:55:18.008Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ 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-25T21:55:18.008Z++ case $OLD_SHELL_OPTS in
1092026-08-25T21:55:18.008Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-25T21:55:18.008Z+ source .github/buildomat/ci-env.sh
1112026-08-25T21:55:18.008Z++ export CARGO_TERM_COLOR=always
1122026-08-25T21:55:18.008Z++ CARGO_TERM_COLOR=always
1132026-08-25T21:55:18.008Z+++ uname -s
1142026-08-25T21:55:18.008Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-25T21:55:18.008Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-25T21:55:18.012Z+ cargo --version
1172026-08-25T21:55:18.016Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-25T21:55:18.019Z+ rustc --version
1192026-08-25T21:55:18.039Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-25T21:55:18.042Z+ banner prerequisites
1212026-08-25T21:55:18.042Z
1222026-08-25T21:55:18.042Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-25T21:55:18.042Z # # # # # # # # # # # # # # #
1242026-08-25T21:55:18.043Z # # # # ##### # # ##### # # # # # #### #
1252026-08-25T21:55:18.043Z ##### ##### # ##### # # # # # # # # #
1262026-08-25T21:55:18.043Z # # # # # # # # # # # # # # #
1272026-08-25T21:55:18.043Z # # # ###### # # ###### ### # #### # #### #
1282026-08-25T21:55:18.043Z
1292026-08-25T21:55:18.043Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-25T21:55:21.091Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-25T21:55:21.480Z Startup: Caching catalogs ... Done
1322026-08-25T21:55:23.669ZPlanning: Solver setup ... Done (2.068s)
1332026-08-25T21:55:23.731ZPlanning: Running solver ... Done (0.062s)
1342026-08-25T21:55:23.806ZPlanning: Finding local manifests ... Done (0.030s)
1352026-08-25T21:55:23.818ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-25T21:55:23.835ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-25T21:55:23.850ZPlanning: Package planning ... Done (0.014s)
1382026-08-25T21:55:23.853ZPlanning: Merging actions ... Done (0.002s)
1392026-08-25T21:55:24.072ZPlanning: Checking for conflicting actions ... Done (0.220s)
1402026-08-25T21:55:24.075ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-25T21:55:25.991ZPlanning: Evaluating mediators ... Done (1.918s)
1422026-08-25T21:55:25.994ZPlanning: Planning completed in 4.48 seconds
1432026-08-25T21:55:25.999Z Packages to install: 2
1442026-08-25T21:55:26.003Z Estimated space available: 156.01 GB
1452026-08-25T21:55:26.003ZEstimated space to be consumed: 80.56 MB
1462026-08-25T21:55:26.003Z Create boot environment: No
1472026-08-25T21:55:26.003ZCreate backup boot environment: No
1482026-08-25T21:55:26.003Z Rebuild boot archive: No
1492026-08-25T21:55:26.003Z
1502026-08-25T21:55:26.003ZChanged packages:
1512026-08-25T21:55:26.003Zhelios
1522026-08-25T21:55:26.003Z developer/build-essential
1532026-08-25T21:55:26.003Z None -> 11-3.0
1542026-08-25T21:55:26.003Z library/libxmlsec1
1552026-08-25T21:55:26.003Z None -> 1.2.35-3.0
1562026-08-25T21:55:26.078Z
1572026-08-25T21:55:26.078ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-25T21:55:26.147ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-25T21:55:26.222Z Actions: 1/268 actions (Installing new actions)
1602026-08-25T21:55:26.258Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-25T21:55:26.294ZFinalize: Updating package state database ... Done (0.036s)
1622026-08-25T21:55:26.294ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-25T21:55:26.383ZFinalize: Updating image state ... Done (0.088s)
1642026-08-25T21:55:29.371ZFinalize: Creating fast lookup database ... Done (2.934s)
1652026-08-25T21:55:29.437ZFinalize: Reading search index ... Done (0.011s)
1662026-08-25T21:55:29.440ZFinalize: Updating search index ... Done (0.000s)
1672026-08-25T21:55:29.527ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-25T21:55:29.905ZPlanning: Evaluating mediator changes ... Done
1692026-08-25T21:55:30.010ZPlanning: Checking for conflicting actions ... Done
1702026-08-25T21:55:30.013ZPlanning: Consolidating action changes ... Done
1712026-08-25T21:55:30.172ZPlanning: Evaluating mediators ... Done
1722026-08-25T21:55:30.175ZPlanning: Planning completed in 0.27 seconds
1732026-08-25T21:55:30.196Z Mediators to change: 2
1742026-08-25T21:55:30.200Z Create boot environment: No
1752026-08-25T21:55:30.200ZCreate backup boot environment: No
1762026-08-25T21:55:30.247ZFinalize: Updating package state database ... Done
1772026-08-25T21:55:30.247ZFinalize: Updating package cache ... Done
1782026-08-25T21:55:30.303ZFinalize: Updating image state ... Done
1792026-08-25T21:55:32.273ZFinalize: Creating fast lookup database ... Done
1802026-08-25T21:55:32.337ZFinalize: Reading search index ... Done
1812026-08-25T21:55:32.341ZFinalize: Updating search index ... Done
1822026-08-25T21:55:32.429ZFinalize: Updating package cache ... Done
1832026-08-25T21:55:32.719ZPlanning: Evaluating mediator changes ... Done
1842026-08-25T21:55:32.825ZPlanning: Checking for conflicting actions ... Done
1852026-08-25T21:55:32.829ZPlanning: Consolidating action changes ... Done
1862026-08-25T21:55:32.983ZPlanning: Evaluating mediators ... Done
1872026-08-25T21:55:32.987ZPlanning: Planning completed in 0.27 seconds
1882026-08-25T21:55:33.006Z Mediators to change: 1
1892026-08-25T21:55:33.006Z Create boot environment: No
1902026-08-25T21:55:33.010ZCreate backup boot environment: No
1912026-08-25T21:55:33.058ZFinalize: Updating package state database ... Done
1922026-08-25T21:55:33.058ZFinalize: Updating package cache ... Done
1932026-08-25T21:55:33.113ZFinalize: Updating image state ... Done
1942026-08-25T21:55:35.072ZFinalize: Creating fast lookup database ... Done
1952026-08-25T21:55:35.132ZFinalize: Reading search index ... Done
1962026-08-25T21:55:35.136ZFinalize: Updating search index ... Done
1972026-08-25T21:55:35.226ZFinalize: Updating package cache ... Done
1982026-08-25T21:55:35.544ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-25T21:55:35.544Zapache system 2.4 system
2002026-08-25T21:55:35.544Zclang system 15 system
2012026-08-25T21:55:35.545Zcsh system system illumos
2022026-08-25T21:55:35.545Zctags system system illumos
2032026-08-25T21:55:35.545Zfile vendor vendor darwinsys
2042026-08-25T21:55:35.545Zfile system system illumos
2052026-08-25T21:55:35.545Zgcc vendor 14 vendor
2062026-08-25T21:55:35.545Zgcc system 13 system
2072026-08-25T21:55:35.545Zgcc system 10 system
2082026-08-25T21:55:35.545Zgo system 1.25 system
2092026-08-25T21:55:35.545Zllvm system 15 system
2102026-08-25T21:55:35.545Zmariadb system 11.4 system
2112026-08-25T21:55:35.545Zmta vendor vendor dma
2122026-08-25T21:55:35.545Zopenjdk system 17 system
2132026-08-25T21:55:35.545Zopenjdk system 11 system
2142026-08-25T21:55:35.545Zopenssl vendor 3 vendor
2152026-08-25T21:55:35.545Zperl system 5.40 system
2162026-08-25T21:55:35.545Zpostgresql system 18 system
2172026-08-25T21:55:35.545Zpostgresql system 17 system
2182026-08-25T21:55:35.545Zpython vendor 3 vendor
2192026-08-25T21:55:35.545Zpython system 2 system
2202026-08-25T21:55:35.545Zpython3 vendor 3.13 vendor
2212026-08-25T21:55:35.545Zruby system 3.4 system
2222026-08-25T21:55:35.545Zruby system 3.0 system
2232026-08-25T21:55:35.545Zwords vendor vendor american-english
2242026-08-25T21:55:35.545Zwords system system australian-english
2252026-08-25T21:55:35.545Zwords system system british-english
2262026-08-25T21:55:35.545Zwords system system canadian-english
2272026-08-25T21:55:35.546Zwords system system french
2282026-08-25T21:55:35.546Zwords system system italian
2292026-08-25T21:55:35.546Zwords system system ngerman
2302026-08-25T21:55:35.546Zwords system system ogerman
2312026-08-25T21:55:35.546Zwords system system spanish
2322026-08-25T21:55:35.792ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-25T21:55:35.793Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-25T21:55:36.285ZFMRI IFO
2352026-08-25T21:55:36.285Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-25T21:55:36.285Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-25T21:55:36.285Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-25T21:55:36.286Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-25T21:55:36.286Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-25T21:55:36.286Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-25T21:55:36.286Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-25T21:55:36.286Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-25T21:55:36.286Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-25T21:55:36.626Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-25T21:55:36.966Z Updating crates.io index
2462026-08-25T21:55:36.969Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-25T21:55:37.294Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-25T21:55:37.677Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-25T21:55:37.959Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-25T21:55:38.994Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-25T21:55:39.557Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-25T21:55:41.267Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-25T21:55:42.381Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-25T21:55:42.679Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-25T21:55:43.110Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-25T21:55:44.479Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-25T21:55:44.771Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-25T21:55:45.186Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-25T21:55:45.454Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-25T21:55:45.717Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-25T21:55:45.982Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-25T21:55:46.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-25T21:55:46.618Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-25T21:55:46.939Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-25T21:55:47.710Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-25T21:55:48.144Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-25T21:55:49.109Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-25T21:55:49.417Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-25T21:55:49.965Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-25T21:55:50.382Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-25T21:55:50.654Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-25T21:55:51.169Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-25T21:55:51.459Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-25T21:55:51.758Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-25T21:55:52.206Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-25T21:55:52.491Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-25T21:55:52.838Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-25T21:55:53.243Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-25T21:55:53.955Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-25T21:55:54.982Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-25T21:55:55.268Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-25T21:55:55.596Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-25T21:55:55.916Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-25T21:55:56.200Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-25T21:55:56.484Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-25T21:55:56.781Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-25T21:55:57.051Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-25T21:55:57.351Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-25T21:55:59.876Z Downloading crates ...
2902026-08-25T21:55:59.933Z Downloaded itoa v1.0.17
2912026-08-25T21:55:59.937Z Downloaded anstream v1.0.0
2922026-08-25T21:55:59.937Z Downloaded anyhow v1.0.104
2932026-08-25T21:55:59.940Z Downloaded crypto-common v0.1.7
2942026-08-25T21:55:59.940Z Downloaded terminal_size v0.4.3
2952026-08-25T21:55:59.940Z Downloaded version_check v0.9.5
2962026-08-25T21:55:59.940Z Downloaded zmij v1.0.21
2972026-08-25T21:55:59.944Z Downloaded strsim v0.11.1
2982026-08-25T21:55:59.944Z Downloaded cpufeatures v0.2.17
2992026-08-25T21:55:59.944Z Downloaded usdt-macro v0.5.0
3002026-08-25T21:55:59.944Z Downloaded camino-tempfile v1.4.1
3012026-08-25T21:55:59.947Z Downloaded fs-err v3.3.0
3022026-08-25T21:55:59.947Z Downloaded zerocopy-derive v0.7.35
3032026-08-25T21:55:59.952Z Downloaded block-buffer v0.10.4
3042026-08-25T21:55:59.952Z Downloaded clap_lex v1.0.0
3052026-08-25T21:55:59.955Z Downloaded macaddr v1.0.1
3062026-08-25T21:55:59.959Z Downloaded anstyle-query v1.1.5
3072026-08-25T21:55:59.959Z Downloaded heck v0.4.1
3082026-08-25T21:55:59.959Z Downloaded cfg-if v1.0.4
3092026-08-25T21:55:59.959Z Downloaded dof v0.3.0
3102026-08-25T21:55:59.959Z Downloaded zerocopy v0.7.35
3112026-08-25T21:55:59.965Z Downloaded cargo-platform v0.3.2
3122026-08-25T21:55:59.969Z Downloaded byteorder v1.5.0
3132026-08-25T21:55:59.969Z Downloaded toml_write v0.1.2
3142026-08-25T21:55:59.969Z Downloaded anstyle-parse v1.0.0
3152026-08-25T21:55:59.972Z Downloaded errno v0.3.14
3162026-08-25T21:55:59.972Z Downloaded heck v0.5.0
3172026-08-25T21:55:59.976Z Downloaded fastrand v2.3.0
3182026-08-25T21:55:59.979Z Downloaded tabled_derive v0.7.0
3192026-08-25T21:55:59.979Z Downloaded utf8parse v0.2.2
3202026-08-25T21:55:59.983Z Downloaded is_terminal_polyfill v1.70.2
3212026-08-25T21:55:59.983Z Downloaded memmap v0.7.0
3222026-08-25T21:55:59.986Z Downloaded colorchoice v1.0.4
3232026-08-25T21:55:59.990Z Downloaded swrite v0.1.0
3242026-08-25T21:55:59.990Z Downloaded plain v0.2.3
3252026-08-25T21:55:59.996Z Downloaded fnv v1.0.7
3262026-08-25T21:56:00.000Z Downloaded equivalent v1.0.2
3272026-08-25T21:56:00.004Z Downloaded pretty-hex v0.4.1
3282026-08-25T21:56:00.008Z Downloaded generic-array v0.14.7
3292026-08-25T21:56:00.011Z Downloaded autocfg v1.5.0
3302026-08-25T21:56:00.011Z Downloaded bytecount v0.6.9
3312026-08-25T21:56:00.011Z Downloaded thread-id v4.2.2
3322026-08-25T21:56:00.015Z Downloaded thiserror v2.0.18
3332026-08-25T21:56:00.015Z Downloaded usdt-attr-macro v0.5.0
3342026-08-25T21:56:00.019Z Downloaded proc-macro-error-attr v1.0.4
3352026-08-25T21:56:00.019Z Downloaded scroll_derive v0.12.1
3362026-08-25T21:56:00.019Z Downloaded smawk v0.3.2
3372026-08-25T21:56:00.022Z Downloaded dtrace-parser v0.2.0
3382026-08-25T21:56:00.026Z Downloaded serde_spanned v0.6.9
3392026-08-25T21:56:00.035Z Downloaded unicode-linebreak v0.1.5
3402026-08-25T21:56:00.039Z Downloaded toml_datetime v0.6.11
3412026-08-25T21:56:00.039Z Downloaded digest v0.10.7
3422026-08-25T21:56:00.039Z Downloaded usdt v0.5.0
3432026-08-25T21:56:00.043Z Downloaded cargo_toml v0.21.0
3442026-08-25T21:56:00.047Z Downloaded anstyle v1.0.14
3452026-08-25T21:56:00.056Z Downloaded thiserror-impl v1.0.69
3462026-08-25T21:56:00.060Z Downloaded camino v1.2.5
3472026-08-25T21:56:00.063Z Downloaded once_cell v1.21.3
3482026-08-25T21:56:00.063Z Downloaded bitflags v2.11.0
3492026-08-25T21:56:00.067Z Downloaded cargo_metadata v0.23.1
3502026-08-25T21:56:00.067Z Downloaded quote v1.0.45
3512026-08-25T21:56:00.070Z Downloaded thiserror v1.0.69
3522026-08-25T21:56:00.071Z Downloaded proc-macro-error v1.0.4
3532026-08-25T21:56:00.074Z Downloaded sha2 v0.10.9
3542026-08-25T21:56:00.083Z Downloaded tempfile v3.27.0
3552026-08-25T21:56:00.090Z Downloaded usdt-impl v0.5.0
3562026-08-25T21:56:00.093Z Downloaded scroll v0.12.0
3572026-08-25T21:56:00.093Z Downloaded ucd-trie v0.1.7
3582026-08-25T21:56:00.093Z Downloaded semver v1.0.28
3592026-08-25T21:56:00.097Z Downloaded pest_generator v2.8.6
3602026-08-25T21:56:00.100Z Downloaded thiserror-impl v2.0.18
3612026-08-25T21:56:00.100Z Downloaded clap_derive v4.6.1
3622026-08-25T21:56:00.100Z Downloaded pest_derive v2.8.6
3632026-08-25T21:56:00.111Z Downloaded serde_tokenstream v0.2.3
3642026-08-25T21:56:00.117Z Downloaded clap v4.6.1
3652026-08-25T21:56:00.121Z Downloaded papergrid v0.11.0
3662026-08-25T21:56:00.126Z Downloaded textwrap v0.16.2
3672026-08-25T21:56:00.129Z Downloaded toml v0.8.23
3682026-08-25T21:56:00.129Z Downloaded unicode-ident v1.0.24
3692026-08-25T21:56:00.130Z Downloaded getrandom v0.4.3
3702026-08-25T21:56:00.133Z Downloaded serde_core v1.0.228
3712026-08-25T21:56:00.133Z Downloaded serde_derive v1.0.228
3722026-08-25T21:56:00.137Z Downloaded log v0.4.33
3732026-08-25T21:56:00.141Z Downloaded pest_meta v2.8.6
3742026-08-25T21:56:00.145Z Downloaded proc-macro2 v1.0.106
3752026-08-25T21:56:00.149Z Downloaded typenum v1.20.1
3762026-08-25T21:56:00.152Z Downloaded toml_edit v0.22.27
3772026-08-25T21:56:00.158Z Downloaded memchr v2.8.0
3782026-08-25T21:56:00.166Z Downloaded serde v1.0.228
3792026-08-25T21:56:00.169Z Downloaded indexmap v2.14.0
3802026-08-25T21:56:00.195Z Downloaded pest v2.8.6
3812026-08-25T21:56:00.216Z Downloaded hashbrown v0.17.0
3822026-08-25T21:56:00.223Z Downloaded clap_builder v4.6.0
3832026-08-25T21:56:00.236Z Downloaded serde_json v1.0.151
3842026-08-25T21:56:00.239Z Downloaded winnow v0.7.14
3852026-08-25T21:56:00.246Z Downloaded goblin v0.8.2
3862026-08-25T21:56:00.250Z Downloaded tabled v0.15.0
3872026-08-25T21:56:00.276Z Downloaded unicode-width v0.1.14
3882026-08-25T21:56:00.280Z Downloaded unicode-width v0.2.0
3892026-08-25T21:56:00.284Z Downloaded syn v1.0.109
3902026-08-25T21:56:00.287Z Downloaded syn v2.0.117
3912026-08-25T21:56:00.303Z Downloaded rustix v1.1.4
3922026-08-25T21:56:00.321Z Downloaded libc v0.2.185
3932026-08-25T21:56:00.384Z Compiling proc-macro2 v1.0.106
3942026-08-25T21:56:00.384Z Compiling unicode-ident v1.0.24
3952026-08-25T21:56:00.384Z Compiling quote v1.0.45
3962026-08-25T21:56:00.384Z Compiling serde_core v1.0.228
3972026-08-25T21:56:00.388Z Compiling libc v0.2.185
3982026-08-25T21:56:00.388Z Compiling version_check v0.9.5
3992026-08-25T21:56:00.388Z Compiling memchr v2.8.0
4002026-08-25T21:56:00.388Z Compiling serde v1.0.228
4012026-08-25T21:56:00.711Z Compiling zmij v1.0.21
4022026-08-25T21:56:00.984Z Compiling itoa v1.0.17
4032026-08-25T21:56:01.012Z Compiling ucd-trie v0.1.7
4042026-08-25T21:56:01.194Z Compiling thiserror v1.0.69
4052026-08-25T21:56:01.253Z Compiling pest v2.8.6
4062026-08-25T21:56:01.345Z Compiling rustix v1.1.4
4072026-08-25T21:56:01.502Z Compiling byteorder v1.5.0
4082026-08-25T21:56:01.716Z Compiling errno v0.3.14
4092026-08-25T21:56:01.784Z Compiling serde_json v1.0.151
4102026-08-25T21:56:01.866Z Compiling syn v2.0.117
4112026-08-25T21:56:02.068Z Compiling bitflags v2.11.0
4122026-08-25T21:56:02.068Z Compiling thread-id v4.2.2
4132026-08-25T21:56:02.068Z Compiling proc-macro-error-attr v1.0.4
4142026-08-25T21:56:02.068Z Compiling usdt-impl v0.5.0
4152026-08-25T21:56:02.151Z Compiling syn v1.0.109
4162026-08-25T21:56:02.211Z Compiling camino v1.2.5
4172026-08-25T21:56:02.323Z Compiling pest_meta v2.8.6
4182026-08-25T21:56:02.540Z Compiling proc-macro-error v1.0.4
4192026-08-25T21:56:02.587Z Compiling hashbrown v0.17.0
4202026-08-25T21:56:02.587Z Compiling log v0.4.33
4212026-08-25T21:56:02.691Z Compiling utf8parse v0.2.2
4222026-08-25T21:56:02.738Z Compiling getrandom v0.4.3
4232026-08-25T21:56:02.875Z Compiling equivalent v1.0.2
4242026-08-25T21:56:02.971Z Compiling plain v0.2.3
4252026-08-25T21:56:03.091Z Compiling indexmap v2.14.0
4262026-08-25T21:56:03.104Z Compiling terminal_size v0.4.3
4272026-08-25T21:56:03.134Z Compiling anstyle-parse v1.0.0
4282026-08-25T21:56:03.691Z Compiling toml_write v0.1.2
4292026-08-25T21:56:03.709Z Compiling is_terminal_polyfill v1.70.2
4302026-08-25T21:56:03.739Z Compiling cfg-if v1.0.4
4312026-08-25T21:56:03.759Z Compiling anstyle-query v1.1.5
4322026-08-25T21:56:03.806Z Compiling thiserror v2.0.18
4332026-08-25T21:56:03.824Z Compiling colorchoice v1.0.4
4342026-08-25T21:56:03.863Z Compiling autocfg v1.5.0
4352026-08-25T21:56:03.881Z Compiling pretty-hex v0.4.1
4362026-08-25T21:56:03.897Z Compiling anstyle v1.0.14
4372026-08-25T21:56:03.959Z Compiling winnow v0.7.14
4382026-08-25T21:56:04.028Z Compiling pest_generator v2.8.6
4392026-08-25T21:56:04.140Z Compiling anstream v1.0.0
4402026-08-25T21:56:04.300Z Compiling fs-err v3.3.0
4412026-08-25T21:56:04.323Z Compiling once_cell v1.21.3
4422026-08-25T21:56:04.357Z Compiling heck v0.4.1
4432026-08-25T21:56:04.487Z Compiling clap_lex v1.0.0
4442026-08-25T21:56:04.539Z Compiling anyhow v1.0.104
4452026-08-25T21:56:04.578Z Compiling heck v0.5.0
4462026-08-25T21:56:04.709Z Compiling strsim v0.11.1
4472026-08-25T21:56:04.727Z Compiling fastrand v2.3.0
4482026-08-25T21:56:04.744Z Compiling bytecount v0.6.9
4492026-08-25T21:56:04.814Z Compiling fnv v1.0.7
4502026-08-25T21:56:04.851Z Compiling unicode-width v0.1.14
4512026-08-25T21:56:04.923Z Compiling clap_builder v4.6.0
4522026-08-25T21:56:04.991Z Compiling tempfile v3.27.0
4532026-08-25T21:56:05.095Z Compiling papergrid v0.11.0
4542026-08-25T21:56:05.116Z Compiling semver v1.0.28
4552026-08-25T21:56:05.145Z Compiling cargo-platform v0.3.2
4562026-08-25T21:56:05.349Z Compiling tabled_derive v0.7.0
4572026-08-25T21:56:05.437Z Compiling memmap v0.7.0
4582026-08-25T21:56:05.474Z Compiling unicode-linebreak v0.1.5
4592026-08-25T21:56:05.492Z Compiling unicode-width v0.2.0
4602026-08-25T21:56:05.496Z Compiling smawk v0.3.2
4612026-08-25T21:56:05.622Z Compiling camino-tempfile v1.4.1
4622026-08-25T21:56:05.719Z Compiling textwrap v0.16.2
4632026-08-25T21:56:05.744Z Compiling serde_derive v1.0.228
4642026-08-25T21:56:05.766Z Compiling thiserror-impl v1.0.69
4652026-08-25T21:56:05.855Z Compiling zerocopy-derive v0.7.35
4662026-08-25T21:56:05.938Z Compiling pest_derive v2.8.6
4672026-08-25T21:56:06.180Z Compiling scroll_derive v0.12.1
4682026-08-25T21:56:06.255Z Compiling thiserror-impl v2.0.18
4692026-08-25T21:56:06.390Z Compiling clap_derive v4.6.1
4702026-08-25T21:56:06.534Z Compiling tabled v0.15.0
4712026-08-25T21:56:06.733Z Compiling zerocopy v0.7.35
4722026-08-25T21:56:06.853Z Compiling scroll v0.12.0
4732026-08-25T21:56:07.123Z Compiling dtrace-parser v0.2.0
4742026-08-25T21:56:07.129Z Compiling goblin v0.8.2
4752026-08-25T21:56:07.640Z Compiling swrite v0.1.0
4762026-08-25T21:56:08.099Z Compiling clap v4.6.1
4772026-08-25T21:56:08.696Z Compiling dof v0.3.0
4782026-08-25T21:56:08.696Z Compiling serde_tokenstream v0.2.3
4792026-08-25T21:56:08.696Z Compiling serde_spanned v0.6.9
4802026-08-25T21:56:08.700Z Compiling toml_datetime v0.6.11
4812026-08-25T21:56:08.700Z Compiling macaddr v1.0.1
4822026-08-25T21:56:08.775Z Compiling cargo_metadata v0.23.1
4832026-08-25T21:56:08.778Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-25T21:56:08.870Z Compiling toml_edit v0.22.27
4852026-08-25T21:56:09.403Z Compiling usdt-macro v0.5.0
4862026-08-25T21:56:09.425Z Compiling usdt-attr-macro v0.5.0
4872026-08-25T21:56:10.058Z Compiling usdt v0.5.0
4882026-08-25T21:56:10.226Z Compiling toml v0.8.23
4892026-08-25T21:56:10.559Z Compiling cargo_toml v0.21.0
4902026-08-25T21:56:11.844Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-25T21:56:13.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
4922026-08-25T21:56:14.035Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-25T21:56:14.545Z Downloading crates ...
4942026-08-25T21:56:14.593Z Downloaded async-recursion v1.1.1
4952026-08-25T21:56:14.596Z Downloaded argon2 v0.5.3
4962026-08-25T21:56:14.605Z Downloaded assert_matches v1.5.0
4972026-08-25T21:56:14.610Z Downloaded ciborium-ll v0.2.2
4982026-08-25T21:56:14.613Z Downloaded block-padding v0.4.2
4992026-08-25T21:56:14.618Z Downloaded camino-tempfile-ext v0.3.3
5002026-08-25T21:56:14.621Z Downloaded cipher v0.5.2
5012026-08-25T21:56:14.622Z Downloaded futures-sink v0.3.32
5022026-08-25T21:56:14.622Z Downloaded ciborium v0.2.2
5032026-08-25T21:56:14.622Z Downloaded ascii-canvas v3.0.0
5042026-08-25T21:56:14.625Z Downloaded foreign-types v0.5.0
5052026-08-25T21:56:14.625Z Downloaded fxhash v0.2.1
5062026-08-25T21:56:14.626Z Downloaded embedded-io v0.4.0
5072026-08-25T21:56:14.626Z Downloaded filetime v0.2.27
5082026-08-25T21:56:14.626Z Downloaded fs_extra v1.3.0
5092026-08-25T21:56:14.626Z Downloaded arrayref v0.3.9
5102026-08-25T21:56:14.630Z Downloaded atomicwrites v0.4.4
5112026-08-25T21:56:14.630Z Downloaded futures v0.3.32
5122026-08-25T21:56:14.634Z Downloaded arrayvec v0.7.6
5132026-08-25T21:56:14.634Z Downloaded embedded-io v0.6.1
5142026-08-25T21:56:14.634Z Downloaded ghash v0.6.0
5152026-08-25T21:56:14.634Z Downloaded globwalk v0.9.1
5162026-08-25T21:56:14.634Z Downloaded http-body v1.0.1
5172026-08-25T21:56:14.634Z Downloaded addr2line v0.25.1
5182026-08-25T21:56:14.637Z Downloaded anstyle-parse v0.2.7
5192026-08-25T21:56:14.637Z Downloaded form_urlencoded v1.2.2
5202026-08-25T21:56:14.637Z Downloaded elliptic-curve v0.14.1
5212026-08-25T21:56:14.637Z Downloaded headers-core v0.3.0
5222026-08-25T21:56:14.641Z Downloaded float-cmp v0.10.0
5232026-08-25T21:56:14.641Z Downloaded gethostname v0.5.0
5242026-08-25T21:56:14.641Z Downloaded funty v2.0.0
5252026-08-25T21:56:14.645Z Downloaded bb8 v0.8.6
5262026-08-25T21:56:14.648Z Downloaded bitfield-struct v0.6.2
5272026-08-25T21:56:14.648Z Downloaded futures-macro v0.3.32
5282026-08-25T21:56:14.648Z Downloaded adler2 v2.0.1
5292026-08-25T21:56:14.648Z Downloaded enum-as-inner v0.6.1
5302026-08-25T21:56:14.648Z Downloaded futures-core v0.3.32
5312026-08-25T21:56:14.652Z Downloaded bitfield-macros v0.19.4
5322026-08-25T21:56:14.652Z Downloaded atomic-waker v1.1.2
5332026-08-25T21:56:14.655Z Downloaded find-msvc-tools v0.1.9
5342026-08-25T21:56:14.655Z Downloaded foldhash v0.1.5
5352026-08-25T21:56:14.659Z Downloaded aead v0.5.2
5362026-08-25T21:56:14.659Z Downloaded backtrace-ext v0.2.1
5372026-08-25T21:56:14.659Z Downloaded atty v0.2.14
5382026-08-25T21:56:14.662Z Downloaded foreign-types-macros v0.2.3
5392026-08-25T21:56:14.662Z Downloaded env_filter v2.0.0
5402026-08-25T21:56:14.662Z Downloaded foreign-types-shared v0.3.1
5412026-08-25T21:56:14.666Z Downloaded endian-type v0.1.2
5422026-08-25T21:56:14.666Z Downloaded float-ord v0.3.2
5432026-08-25T21:56:14.666Z Downloaded base16ct v0.2.0
5442026-08-25T21:56:14.671Z Downloaded futures-task v0.3.32
5452026-08-25T21:56:14.676Z Downloaded git-stub v1.0.0
5462026-08-25T21:56:14.676Z Downloaded http-range v0.1.5
5472026-08-25T21:56:14.676Z Downloaded async-stream-impl v0.3.6
5482026-08-25T21:56:14.679Z Downloaded async-stream v0.3.6
5492026-08-25T21:56:14.679Z Downloaded cfg_aliases v0.1.1
5502026-08-25T21:56:14.679Z Downloaded base16ct v1.0.0
5512026-08-25T21:56:14.679Z Downloaded flagset v0.4.7
5522026-08-25T21:56:14.683Z Downloaded ena v0.14.4
5532026-08-25T21:56:14.686Z Downloaded fd-lock v4.0.4
5542026-08-25T21:56:14.686Z Downloaded array-init v0.0.4
5552026-08-25T21:56:14.686Z Downloaded const-oid v0.10.2
5562026-08-25T21:56:14.689Z Downloaded cfg_aliases v0.2.1
5572026-08-25T21:56:14.690Z Downloaded hex-literal v1.1.0
5582026-08-25T21:56:14.693Z Downloaded bit-set v0.5.3
5592026-08-25T21:56:14.693Z Downloaded hubpack_derive v0.1.1
5602026-08-25T21:56:14.696Z Downloaded bcrypt-pbkdf v0.11.0
5612026-08-25T21:56:14.696Z Downloaded bit-vec v0.8.0
5622026-08-25T21:56:14.696Z Downloaded bitfield v0.19.4
5632026-08-25T21:56:14.696Z Downloaded home v0.5.12
5642026-08-25T21:56:14.696Z Downloaded hostname v0.3.1
5652026-08-25T21:56:14.701Z Downloaded hash32 v0.2.1
5662026-08-25T21:56:14.705Z Downloaded httpdate v1.0.3
5672026-08-25T21:56:14.708Z Downloaded hash32 v0.3.1
5682026-08-25T21:56:14.708Z Downloaded futures-io v0.3.32
5692026-08-25T21:56:14.711Z Downloaded castaway v0.2.4
5702026-08-25T21:56:14.714Z Downloaded openssl-macros v0.1.1
5712026-08-25T21:56:14.714Z Downloaded bit-set v0.8.0
5722026-08-25T21:56:14.714Z Downloaded compression-core v0.4.31
5732026-08-25T21:56:14.718Z Downloaded hubpack v0.1.2
5742026-08-25T21:56:14.722Z Downloaded cobs v0.3.0
5752026-08-25T21:56:14.722Z Downloaded nodrop v0.1.14
5762026-08-25T21:56:14.722Z Downloaded normalize-line-endings v0.3.0
5772026-08-25T21:56:14.725Z Downloaded newline-converter v0.3.0
5782026-08-25T21:56:14.725Z Downloaded openssl-probe v0.1.6
5792026-08-25T21:56:14.729Z Downloaded env_logger v0.11.11
5802026-08-25T21:56:14.729Z Downloaded fallible-iterator v0.2.0
5812026-08-25T21:56:14.729Z Downloaded foreign-types-shared v0.1.1
5822026-08-25T21:56:14.732Z Downloaded powerfmt v0.2.0
5832026-08-25T21:56:14.733Z Downloaded ahash v0.8.12
5842026-08-25T21:56:14.733Z Downloaded backoff v0.4.0
5852026-08-25T21:56:14.733Z Downloaded bit-vec v0.6.3
5862026-08-25T21:56:14.736Z Downloaded fixedbitset v0.4.2
5872026-08-25T21:56:14.736Z Downloaded fixedbitset v0.5.7
5882026-08-25T21:56:14.736Z Downloaded erased-serde v0.3.31
5892026-08-25T21:56:14.739Z Downloaded foreign-types v0.3.2
5902026-08-25T21:56:14.739Z Downloaded ff v0.13.1
5912026-08-25T21:56:14.739Z Downloaded glob v0.3.3
5922026-08-25T21:56:14.739Z Downloaded olpc-cjson v0.1.4
5932026-08-25T21:56:14.739Z Downloaded parse-size v1.1.0
5942026-08-25T21:56:14.739Z Downloaded peg-runtime v0.8.5
5952026-08-25T21:56:14.743Z Downloaded foldhash v0.2.0
5962026-08-25T21:56:14.743Z Downloaded proc-macro-crate v1.3.1
5972026-08-25T21:56:14.743Z Downloaded fs-err v2.11.0
5982026-08-25T21:56:14.746Z Downloaded base64ct v1.8.3
5992026-08-25T21:56:14.746Z Downloaded bcs v0.1.6
6002026-08-25T21:56:14.746Z Downloaded async-trait v0.1.89
6012026-08-25T21:56:14.749Z Downloaded half v2.7.1
6022026-08-25T21:56:14.749Z Downloaded aead v0.6.1
6032026-08-25T21:56:14.753Z Downloaded byte-wrapper v0.1.0
6042026-08-25T21:56:14.753Z Downloaded heapless v0.8.0
6052026-08-25T21:56:14.756Z Downloaded phf_shared v0.11.3
6062026-08-25T21:56:14.756Z Downloaded blowfish v0.10.0
6072026-08-25T21:56:14.756Z Downloaded cipher v0.4.4
6082026-08-25T21:56:14.756Z Downloaded cmake v0.1.57
6092026-08-25T21:56:14.759Z Downloaded russh-cryptovec v0.62.0
6102026-08-25T21:56:14.759Z Downloaded same-file v1.0.6
6112026-08-25T21:56:14.763Z Downloaded rand_xorshift v0.4.0
6122026-08-25T21:56:14.763Z Downloaded rfc6979 v0.4.0
6132026-08-25T21:56:14.763Z Downloaded secrecy v0.10.3
6142026-08-25T21:56:14.766Z Downloaded semver v0.1.20
6152026-08-25T21:56:14.766Z Downloaded hex v0.4.3
6162026-08-25T21:56:14.766Z Downloaded hostname v0.4.2
6172026-08-25T21:56:14.770Z Downloaded globset v0.4.18
6182026-08-25T21:56:14.770Z Downloaded bitflags v1.3.2
6192026-08-25T21:56:14.773Z Downloaded block-buffer v0.12.1
6202026-08-25T21:56:14.773Z Downloaded ff v0.14.0
6212026-08-25T21:56:14.773Z Downloaded group v0.13.0
6222026-08-25T21:56:14.777Z Downloaded highway v1.3.0
6232026-08-25T21:56:14.784Z Downloaded buf-list v1.1.2
6242026-08-25T21:56:14.784Z Downloaded cmov v0.5.4
6252026-08-25T21:56:14.787Z Downloaded anstream v0.6.21
6262026-08-25T21:56:14.787Z Downloaded bs58 v0.5.1
6272026-08-25T21:56:14.787Z Downloaded cexpr v0.6.0
6282026-08-25T21:56:14.787Z Downloaded chacha20 v0.9.1
6292026-08-25T21:56:14.791Z Downloaded nibble_vec v0.1.0
6302026-08-25T21:56:14.791Z Downloaded git-stub-vcs v0.1.0
6312026-08-25T21:56:14.791Z Downloaded http-body-util v0.1.3
6322026-08-25T21:56:14.791Z Downloaded cassowary v0.3.0
6332026-08-25T21:56:14.794Z Downloaded cbc v0.2.1
6342026-08-25T21:56:14.798Z Downloaded slog-envlogger v2.2.0
6352026-08-25T21:56:14.798Z Downloaded futures-channel v0.3.32
6362026-08-25T21:56:14.803Z Downloaded phf v0.13.1
6372026-08-25T21:56:14.803Z Downloaded signature v2.2.0
6382026-08-25T21:56:14.808Z Downloaded hmac v0.12.1
6392026-08-25T21:56:14.809Z Downloaded phf v0.12.1
6402026-08-25T21:56:14.809Z Downloaded predicates-core v1.0.10
6412026-08-25T21:56:14.809Z Downloaded stable_deref_trait v1.2.1
6422026-08-25T21:56:14.815Z Downloaded hmac v0.13.0
6432026-08-25T21:56:14.815Z Downloaded getrandom v0.2.17
6442026-08-25T21:56:14.815Z Downloaded subtle v2.6.1
6452026-08-25T21:56:14.815Z Downloaded num_enum v0.5.11
6462026-08-25T21:56:14.819Z Downloaded async-compression v0.4.41
6472026-08-25T21:56:14.819Z Downloaded compression-codecs v0.4.37
6482026-08-25T21:56:14.823Z Downloaded pkg-config v0.3.32
6492026-08-25T21:56:14.823Z Downloaded enum_dispatch v0.3.13
6502026-08-25T21:56:14.826Z Downloaded getrandom v0.3.4
6512026-08-25T21:56:14.826Z Downloaded pbkdf2 v0.13.0
6522026-08-25T21:56:14.829Z Downloaded sqlparser_derive v0.5.0
6532026-08-25T21:56:14.829Z Downloaded structmeta v0.3.0
6542026-08-25T21:56:14.829Z Downloaded supports-unicode v3.0.0
6552026-08-25T21:56:14.830Z Downloaded radium v0.7.0
6562026-08-25T21:56:14.830Z Downloaded ciborium-io v0.2.2
6572026-08-25T21:56:14.830Z Downloaded argon2 v0.6.0-rc.8
6582026-08-25T21:56:14.833Z Downloaded async-bb8-diesel v0.2.1
6592026-08-25T21:56:14.833Z Downloaded bzip2 v0.6.1
6602026-08-25T21:56:14.833Z Downloaded r2d2 v0.8.10
6612026-08-25T21:56:14.833Z Downloaded progenitor-extras v0.2.0
6622026-08-25T21:56:14.837Z Downloaded sapling-renderdag v0.1.0
6632026-08-25T21:56:14.837Z Downloaded sync_wrapper v1.0.2
6642026-08-25T21:56:14.837Z Downloaded tokio-test v0.4.5
6652026-08-25T21:56:14.837Z Downloaded testing_table v0.3.0
6662026-08-25T21:56:14.837Z Downloaded thiserror-impl-no-std v2.0.2
6672026-08-25T21:56:14.840Z Downloaded tower-layer v0.3.3
6682026-08-25T21:56:14.840Z Downloaded tower-service v0.3.3
6692026-08-25T21:56:14.840Z Downloaded typify-macro v0.6.2
6702026-08-25T21:56:14.840Z Downloaded utf-8 v0.7.6
6712026-08-25T21:56:14.840Z Downloaded wait-timeout v0.2.1
6722026-08-25T21:56:14.840Z Downloaded backon v1.6.0
6732026-08-25T21:56:14.845Z Downloaded zone_cfg_derive v0.3.1
6742026-08-25T21:56:14.845Z Downloaded allocator-api2 v0.2.21
6752026-08-25T21:56:14.845Z Downloaded cancel-safe-futures v0.1.5
6762026-08-25T21:56:14.848Z Downloaded half v1.8.3
6772026-08-25T21:56:14.848Z Downloaded console v0.16.2
6782026-08-25T21:56:14.849Z Downloaded const-oid v0.9.6
6792026-08-25T21:56:14.849Z Downloaded httparse v1.10.1
6802026-08-25T21:56:14.852Z Downloaded futures-executor v0.3.32
6812026-08-25T21:56:14.852Z Downloaded utf8_iter v1.0.4
6822026-08-25T21:56:14.853Z Downloaded blake2 v0.10.6
6832026-08-25T21:56:14.853Z Downloaded bzip2 v0.4.4
6842026-08-25T21:56:14.856Z Downloaded colored v2.2.0
6852026-08-25T21:56:14.856Z Downloaded group v0.14.0
6862026-08-25T21:56:14.856Z Downloaded oxnet v0.1.6
6872026-08-25T21:56:14.856Z Downloaded zeroize_derive v1.5.0
6882026-08-25T21:56:14.860Z Downloaded serde_path_to_error v0.1.20
6892026-08-25T21:56:14.860Z Downloaded serde_tokenstream v0.3.0
6902026-08-25T21:56:14.860Z Downloaded serde_with_macros v1.5.2
6912026-08-25T21:56:14.860Z Downloaded convert_case v0.4.0
6922026-08-25T21:56:14.863Z Downloaded num-integer v0.1.46
6932026-08-25T21:56:14.863Z Downloaded colored v3.1.1
6942026-08-25T21:56:14.863Z Downloaded parking_lot_core v0.9.12
6952026-08-25T21:56:14.866Z Downloaded generic-array v1.4.3
6962026-08-25T21:56:14.866Z Downloaded spki v0.8.0
6972026-08-25T21:56:14.870Z Downloaded slog-term v2.9.2
6982026-08-25T21:56:14.870Z Downloaded smallvec v0.6.14
6992026-08-25T21:56:14.870Z Downloaded take_mut v0.2.2
7002026-08-25T21:56:14.870Z Downloaded crunchy v0.2.4
7012026-08-25T21:56:14.873Z Downloaded defmt-parser v1.0.0
7022026-08-25T21:56:14.873Z Downloaded difflib v0.4.0
7032026-08-25T21:56:14.876Z Downloaded dirs-sys-next v0.1.2
7042026-08-25T21:56:14.877Z Downloaded fatfs v0.3.6
7052026-08-25T21:56:14.877Z Downloaded string_cache v0.8.9
7062026-08-25T21:56:14.877Z Downloaded darling_macro v0.20.11
7072026-08-25T21:56:14.900Z Downloaded progenitor v0.13.0
7082026-08-25T21:56:14.900Z Downloaded strum_macros v0.24.3
7092026-08-25T21:56:14.900Z Downloaded pkcs8 v0.11.0
7102026-08-25T21:56:14.900Z Downloaded rand_core v0.9.5
7112026-08-25T21:56:14.900Z Downloaded tls_codec v0.4.2
7122026-08-25T21:56:14.900Z Downloaded display-error-chain v0.2.2
7132026-08-25T21:56:14.900Z Downloaded document-features v0.2.12
7142026-08-25T21:56:14.900Z Downloaded tokio-dtrace v0.1.1
7152026-08-25T21:56:14.900Z Downloaded tokio-tungstenite v0.21.0
7162026-08-25T21:56:14.900Z Downloaded tokio-tungstenite v0.23.1
7172026-08-25T21:56:14.900Z Downloaded universal-hash v0.6.1
7182026-08-25T21:56:14.900Z Downloaded hyper-tls v0.6.0
7192026-08-25T21:56:14.900Z Downloaded thiserror-no-std v2.0.2
7202026-08-25T21:56:14.904Z Downloaded clang-sys v1.8.1
7212026-08-25T21:56:14.904Z Downloaded illumos-nvpair-sys v0.2.0
7222026-08-25T21:56:14.904Z Downloaded instability v0.3.11
7232026-08-25T21:56:14.904Z Downloaded instant v0.1.13
7242026-08-25T21:56:14.904Z Downloaded is_ci v1.2.0
7252026-08-25T21:56:14.904Z Downloaded managed v0.8.0
7262026-08-25T21:56:14.908Z Downloaded console v0.15.11
7272026-08-25T21:56:14.908Z Downloaded memoffset v0.9.1
7282026-08-25T21:56:14.908Z Downloaded chacha20 v0.10.0
7292026-08-25T21:56:14.911Z Downloaded blake2 v0.11.0-rc.6
7302026-08-25T21:56:14.914Z Downloaded kem v0.3.0
7312026-08-25T21:56:14.914Z Downloaded num_enum_derive v0.7.6
7322026-08-25T21:56:14.918Z Downloaded arc-swap v1.8.2
7332026-08-25T21:56:14.918Z Downloaded lalrpop-util v0.19.12
7342026-08-25T21:56:14.921Z Downloaded lazy_static v1.5.0
7352026-08-25T21:56:14.925Z Downloaded serde_with_macros v3.21.0
7362026-08-25T21:56:14.925Z Downloaded wyz v0.5.1
7372026-08-25T21:56:14.925Z Downloaded convert_case v0.10.0
7382026-08-25T21:56:14.929Z Downloaded new_debug_unreachable v1.0.6
7392026-08-25T21:56:14.933Z Downloaded newtype_derive v0.1.6
7402026-08-25T21:56:14.933Z Downloaded oxide-update-engine-types v0.1.2
7412026-08-25T21:56:14.936Z Downloaded critical-section v1.2.0
7422026-08-25T21:56:14.936Z Downloaded num-iter v0.1.45
7432026-08-25T21:56:14.940Z Downloaded smallvec v1.15.1
7442026-08-25T21:56:14.940Z Downloaded ctr v0.10.1
7452026-08-25T21:56:14.944Z Downloaded debug-ignore v1.0.5
7462026-08-25T21:56:14.944Z Downloaded ctutils v0.4.2
7472026-08-25T21:56:14.944Z Downloaded base64 v0.22.1
7482026-08-25T21:56:14.947Z Downloaded deranged v0.5.8
7492026-08-25T21:56:14.948Z Downloaded derive-ex v0.1.8
7502026-08-25T21:56:14.948Z Downloaded compact_str v0.8.1
7512026-08-25T21:56:14.951Z Downloaded progenitor-impl v0.13.0
7522026-08-25T21:56:14.951Z Downloaded progenitor-macro v0.14.0
7532026-08-25T21:56:14.954Z Downloaded displaydoc v0.2.5
7542026-08-25T21:56:14.957Z Downloaded der_derive v0.7.3
7552026-08-25T21:56:14.961Z Downloaded packed_struct_codegen v0.10.1
7562026-08-25T21:56:14.961Z Downloaded rcgen v0.12.1
7572026-08-25T21:56:14.965Z Downloaded ron v0.8.1
7582026-08-25T21:56:14.970Z Downloaded rustls-platform-verifier v0.6.2
7592026-08-25T21:56:14.970Z Downloaded tokio-stream v0.1.18
7602026-08-25T21:56:14.973Z Downloaded tracing-attributes v0.1.31
7612026-08-25T21:56:14.973Z Downloaded either v1.15.0
7622026-08-25T21:56:14.973Z Downloaded quick-error v1.2.3
7632026-08-25T21:56:14.977Z Downloaded scopeguard v1.2.0
7642026-08-25T21:56:14.977Z Downloaded siphasher v1.0.2
7652026-08-25T21:56:14.980Z Downloaded bytes v1.11.1
7662026-08-25T21:56:14.984Z Downloaded chumsky v0.9.3
7672026-08-25T21:56:14.991Z Downloaded p256 v0.14.0
7682026-08-25T21:56:14.996Z Downloaded serde_bytes v0.11.19
7692026-08-25T21:56:14.996Z Downloaded signal-hook-mio v0.2.5
7702026-08-25T21:56:14.996Z Downloaded backtrace v0.3.76
7712026-08-25T21:56:15.000Z Downloaded headers v0.4.1
7722026-08-25T21:56:15.004Z Downloaded signal-hook v0.3.18
7732026-08-25T21:56:15.005Z Downloaded zstd-safe v7.2.4
7742026-08-25T21:56:15.005Z Downloaded libsw-core v0.3.2
7752026-08-25T21:56:15.005Z Downloaded num_enum_derive v0.5.11
7762026-08-25T21:56:15.008Z Downloaded lock_api v0.4.14
7772026-08-25T21:56:15.008Z Downloaded serde-big-array v0.5.1
7782026-08-25T21:56:15.008Z Downloaded prettyplease v0.2.37
7792026-08-25T21:56:15.008Z Downloaded similar v2.7.0
7802026-08-25T21:56:15.012Z Downloaded multer v3.1.0
7812026-08-25T21:56:15.016Z Downloaded tagptr v0.2.0
7822026-08-25T21:56:15.016Z Downloaded darling v0.20.11
7832026-08-25T21:56:15.019Z Downloaded darling v0.21.3
7842026-08-25T21:56:15.019Z Downloaded flate2 v1.1.9
7852026-08-25T21:56:15.022Z Downloaded oxide-generation v0.1.3
7862026-08-25T21:56:15.022Z Downloaded flume v0.11.1
7872026-08-25T21:56:15.027Z Downloaded cookie v0.18.1
7882026-08-25T21:56:15.027Z Downloaded peg v0.8.5
7892026-08-25T21:56:15.030Z Downloaded phc v0.6.1
7902026-08-25T21:56:15.031Z Downloaded progenitor-client v0.13.0
7912026-08-25T21:56:15.031Z Downloaded structmeta-derive v0.3.0
7922026-08-25T21:56:15.031Z Downloaded strum v0.26.3
7932026-08-25T21:56:15.031Z Downloaded supports-hyperlinks v3.2.0
7942026-08-25T21:56:15.031Z Downloaded tokio-macros v2.7.0
7952026-08-25T21:56:15.034Z Downloaded topological-sort v0.2.2
7962026-08-25T21:56:15.034Z Downloaded untrusted v0.7.1
7972026-08-25T21:56:15.034Z Downloaded unicode-truncate v1.1.0
7982026-08-25T21:56:15.034Z Downloaded tabwriter v1.4.1
7992026-08-25T21:56:15.034Z Downloaded term v1.2.1
8002026-08-25T21:56:15.038Z Downloaded want v0.3.1
8012026-08-25T21:56:15.038Z Downloaded waitgroup v0.1.2
8022026-08-25T21:56:15.038Z Downloaded packed_struct v0.10.1
8032026-08-25T21:56:15.038Z Downloaded rayon-core v1.13.0
8042026-08-25T21:56:15.042Z Downloaded base64 v0.21.7
8052026-08-25T21:56:15.042Z Downloaded ingot-macros v0.2.0
8062026-08-25T21:56:15.042Z Downloaded slog-json v2.6.1
8072026-08-25T21:56:15.045Z Downloaded spki v0.7.3
8082026-08-25T21:56:15.045Z Downloaded cpufeatures v0.3.0
8092026-08-25T21:56:15.045Z Downloaded crc v3.4.0
8102026-08-25T21:56:15.049Z Downloaded diesel-dtrace v0.5.0
8112026-08-25T21:56:15.049Z Downloaded darling_macro v0.13.4
8122026-08-25T21:56:15.049Z Downloaded sec1 v0.7.3
8132026-08-25T21:56:15.049Z Downloaded slog-dtrace v0.3.0
8142026-08-25T21:56:15.049Z Downloaded vte v0.14.1
8152026-08-25T21:56:15.053Z Downloaded pem-rfc7468 v1.0.0
8162026-08-25T21:56:15.053Z Downloaded pin-project-internal v1.1.11
8172026-08-25T21:56:15.053Z Downloaded primefield v0.14.0
8182026-08-25T21:56:15.053Z Downloaded port-file v0.1.0
8192026-08-25T21:56:15.056Z Downloaded zerofrom v0.1.6
8202026-08-25T21:56:15.056Z Downloaded curve25519-dalek-derive v0.1.1
8212026-08-25T21:56:15.059Z Downloaded ecdsa v0.17.0
8222026-08-25T21:56:15.059Z Downloaded hickory-resolver v0.25.2
8232026-08-25T21:56:15.063Z Downloaded heapless v0.7.17
8242026-08-25T21:56:15.063Z Downloaded chacha20poly1305 v0.10.1
8252026-08-25T21:56:15.067Z Downloaded cc v1.2.56
8262026-08-25T21:56:15.068Z Downloaded hashbrown v0.13.2
8272026-08-25T21:56:15.071Z Downloaded synstructure v0.13.2
8282026-08-25T21:56:15.072Z Downloaded expectorate v1.2.0
8292026-08-25T21:56:15.072Z Downloaded digest-io v0.1.0
8302026-08-25T21:56:15.072Z Downloaded uuid v1.23.4
8312026-08-25T21:56:15.072Z Downloaded rustc_version v0.4.1
8322026-08-25T21:56:15.075Z Downloaded toml_writer v1.1.1+spec-1.1.0
8332026-08-25T21:56:15.075Z Downloaded indent_write v2.2.0
8342026-08-25T21:56:15.075Z Downloaded scuffle v0.1.0
8352026-08-25T21:56:15.081Z Downloaded yasna v0.5.2
8362026-08-25T21:56:15.081Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8372026-08-25T21:56:15.081Z Downloaded rusty-fork v0.3.1
8382026-08-25T21:56:15.081Z Downloaded serde-hex v0.1.0
8392026-08-25T21:56:15.085Z Downloaded signal-hook-registry v1.4.8
8402026-08-25T21:56:15.085Z Downloaded linked-hash-map v0.5.6
8412026-08-25T21:56:15.085Z Downloaded yoke v0.8.1
8422026-08-25T21:56:15.085Z Downloaded ssh-encoding v0.3.0
8432026-08-25T21:56:15.088Z Downloaded publicsuffix v2.3.0
8442026-08-25T21:56:15.092Z Downloaded slog v2.8.2
8452026-08-25T21:56:15.095Z Downloaded icu_provider v2.1.1
8462026-08-25T21:56:15.100Z Downloaded memmap2 v0.9.10
8472026-08-25T21:56:15.107Z Downloaded rpassword v7.5.4
8482026-08-25T21:56:15.110Z Downloaded usdt-attr-macro v0.6.0
8492026-08-25T21:56:15.110Z Downloaded constant_time_eq v0.4.2
8502026-08-25T21:56:15.110Z Downloaded idna_adapter v1.2.1
8512026-08-25T21:56:15.114Z Downloaded multimap v0.10.1
8522026-08-25T21:56:15.114Z Downloaded newtype-uuid-macros v0.1.0
8532026-08-25T21:56:15.114Z Downloaded opaque-debug v0.3.1
8542026-08-25T21:56:15.114Z Downloaded phf_shared v0.12.1
8552026-08-25T21:56:15.114Z Downloaded ar_archive_writer v0.5.1
8562026-08-25T21:56:15.118Z Downloaded progenitor-client v0.14.0
8572026-08-25T21:56:15.118Z Downloaded unsafe-libyaml v0.2.11
8582026-08-25T21:56:15.121Z Downloaded quinn v0.11.11
8592026-08-25T21:56:15.121Z Downloaded walkdir v2.5.0
8602026-08-25T21:56:15.121Z Downloaded hickory-resolver v0.24.4
8612026-08-25T21:56:15.124Z Downloaded hashbrown v0.12.3
8622026-08-25T21:56:15.127Z Downloaded polyval v0.7.1
8632026-08-25T21:56:15.128Z Downloaded oxide-update-engine-display v0.1.2
8642026-08-25T21:56:15.128Z Downloaded hickory-server v0.25.2
8652026-08-25T21:56:15.131Z Downloaded samael v0.0.19
8662026-08-25T21:56:15.135Z Downloaded http v1.4.2
8672026-08-25T21:56:15.135Z Downloaded litrs v1.0.0
8682026-08-25T21:56:15.139Z Downloaded dyn-clone v1.0.20
8692026-08-25T21:56:15.139Z Downloaded maybe-uninit v2.0.0
8702026-08-25T21:56:15.139Z Downloaded omicron-zone-package v0.12.3
8712026-08-25T21:56:15.142Z Downloaded ecdsa v0.16.9
8722026-08-25T21:56:15.142Z Downloaded bumpalo v3.20.2
8732026-08-25T21:56:15.142Z Downloaded darling v0.13.4
8742026-08-25T21:56:15.145Z Downloaded pkcs5 v0.8.1
8752026-08-25T21:56:15.145Z Downloaded vergen v9.1.0
8762026-08-25T21:56:15.149Z Downloaded scheduled-thread-pool v0.2.7
8772026-08-25T21:56:15.149Z Downloaded seq-macro v0.3.6
8782026-08-25T21:56:15.149Z Downloaded proc-macro-crate v3.4.0
8792026-08-25T21:56:15.152Z Downloaded secrecy v0.8.0
8802026-08-25T21:56:15.152Z Downloaded sha1 v0.11.0
8812026-08-25T21:56:15.152Z Downloaded sigpipe v0.1.3
8822026-08-25T21:56:15.152Z Downloaded psl-types v2.0.11
8832026-08-25T21:56:15.160Z Downloaded delegate v0.13.5
8842026-08-25T21:56:15.166Z Downloaded rfc6979 v0.6.0
8852026-08-25T21:56:15.170Z Downloaded rustls-pki-types v1.14.0
8862026-08-25T21:56:15.170Z Downloaded serde_cbor v0.11.2
8872026-08-25T21:56:15.170Z Downloaded termtree v0.5.1
8882026-08-25T21:56:15.176Z Downloaded unicode_categories v0.1.1
8892026-08-25T21:56:15.176Z Downloaded libsw v3.5.0
8902026-08-25T21:56:15.176Z Downloaded zerotrie v0.2.3
8912026-08-25T21:56:15.176Z Downloaded parking_lot_core v0.8.6
8922026-08-25T21:56:15.183Z Downloaded tokio-rustls v0.26.4
8932026-08-25T21:56:15.183Z Downloaded pem-rfc7468 v0.7.0
8942026-08-25T21:56:15.183Z Downloaded kstat-rs v0.2.5
8952026-08-25T21:56:15.183Z Downloaded usdt-macro v0.6.0
8962026-08-25T21:56:15.186Z Downloaded socket2 v0.5.10
8972026-08-25T21:56:15.186Z Downloaded strsim v0.10.0
8982026-08-25T21:56:15.186Z Downloaded tap v1.0.1
8992026-08-25T21:56:15.186Z Downloaded unicode-xid v0.2.6
9002026-08-25T21:56:15.193Z Downloaded rand_chacha v0.9.0
9012026-08-25T21:56:15.196Z Downloaded hyper-rustls v0.27.7
9022026-08-25T21:56:15.199Z Downloaded indicatif v0.18.4
9032026-08-25T21:56:15.203Z Downloaded darling_macro v0.21.3
9042026-08-25T21:56:15.203Z Downloaded diesel_table_macro_syntax v0.3.0
9052026-08-25T21:56:15.207Z Downloaded crossbeam-channel v0.5.15
9062026-08-25T21:56:15.207Z Downloaded knus-derive v3.4.0
9072026-08-25T21:56:15.210Z Downloaded miette-derive v7.6.0
9082026-08-25T21:56:15.210Z Downloaded paste v1.0.15
9092026-08-25T21:56:15.210Z Downloaded typify v0.6.2
9102026-08-25T21:56:15.213Z Downloaded shell-words v1.1.1
9112026-08-25T21:56:15.213Z Downloaded cstr-argument v0.1.2
9122026-08-25T21:56:15.213Z Downloaded rustversion v1.0.22
9132026-08-25T21:56:15.216Z Downloaded simd-adler32 v0.3.8
9142026-08-25T21:56:15.219Z Downloaded lru-cache v0.1.2
9152026-08-25T21:56:15.219Z Downloaded lru v0.12.5
9162026-08-25T21:56:15.219Z Downloaded num-derive v0.4.2
9172026-08-25T21:56:15.222Z Downloaded schemars v0.8.22
9182026-08-25T21:56:15.226Z Downloaded crossbeam-utils v0.8.21
9192026-08-25T21:56:15.230Z Downloaded litemap v0.8.1
9202026-08-25T21:56:15.231Z Downloaded derive_builder v0.20.2
9212026-08-25T21:56:15.235Z Downloaded thread_local v1.1.9
9222026-08-25T21:56:15.235Z Downloaded postgres-protocol v0.6.10
9232026-08-25T21:56:15.235Z Downloaded rand_seeder v0.4.0
9242026-08-25T21:56:15.244Z Downloaded indoc v1.0.9
9252026-08-25T21:56:15.248Z Downloaded openssl-sys v0.9.117
9262026-08-25T21:56:15.252Z Downloaded oso-derive v0.27.3
9272026-08-25T21:56:15.256Z Downloaded parse-display v0.10.0
9282026-08-25T21:56:15.259Z Downloaded path-slash v0.1.5
9292026-08-25T21:56:15.259Z Downloaded writeable v0.6.2
9302026-08-25T21:56:15.259Z Downloaded tinyvec v1.10.0
9312026-08-25T21:56:15.259Z Downloaded unicode-bidi v0.3.18
9322026-08-25T21:56:15.263Z Downloaded potential_utf v0.1.4
9332026-08-25T21:56:15.263Z Downloaded dropshot_endpoint v0.17.1
9342026-08-25T21:56:15.269Z Downloaded support-bundle-viewer v0.1.2
9352026-08-25T21:56:15.273Z Downloaded rand_pcg v0.10.2
9362026-08-25T21:56:15.273Z Downloaded tokio-native-tls v0.3.1
9372026-08-25T21:56:15.273Z Downloaded scroll_derive v0.13.1
9382026-08-25T21:56:15.273Z Downloaded unicase v2.9.0
9392026-08-25T21:56:15.274Z Downloaded vergen-lib v9.1.0
9402026-08-25T21:56:15.277Z Downloaded whoami v1.6.1
9412026-08-25T21:56:15.277Z Downloaded papergrid v0.18.0
9422026-08-25T21:56:15.280Z Downloaded pretty_assertions v1.4.1
9432026-08-25T21:56:15.280Z Downloaded hashbrown v0.15.5
9442026-08-25T21:56:15.284Z Downloaded icu_properties v2.1.2
9452026-08-25T21:56:15.284Z Downloaded indexmap v1.9.3
9462026-08-25T21:56:15.287Z Downloaded ipnetwork v0.21.1
9472026-08-25T21:56:15.287Z Downloaded nonempty v0.12.0
9482026-08-25T21:56:15.287Z Downloaded yoke-derive v0.8.1
9492026-08-25T21:56:15.287Z Downloaded slog-bunyan v2.5.0
9502026-08-25T21:56:15.287Z Downloaded supports-color v3.0.2
9512026-08-25T21:56:15.291Z Downloaded rand_chacha v0.3.1
9522026-08-25T21:56:15.291Z Downloaded time-core v0.1.8
9532026-08-25T21:56:15.291Z Downloaded twox-hash v2.1.2
9542026-08-25T21:56:15.294Z Downloaded aes v0.9.1
9552026-08-25T21:56:15.297Z Downloaded futures-util v0.3.32
9562026-08-25T21:56:15.301Z Downloaded poly1305 v0.9.0
9572026-08-25T21:56:15.306Z Downloaded num-traits v0.2.19
9582026-08-25T21:56:15.312Z Downloaded serde_plain v1.0.2
9592026-08-25T21:56:15.312Z Downloaded x509-cert v0.2.5
9602026-08-25T21:56:15.317Z Downloaded unit-prefix v0.5.2
9612026-08-25T21:56:15.317Z Downloaded void v1.0.2
9622026-08-25T21:56:15.317Z Downloaded indoc v2.0.7
9632026-08-25T21:56:15.320Z Downloaded darling_core v0.23.0
9642026-08-25T21:56:15.320Z Downloaded mime_guess v2.0.5
9652026-08-25T21:56:15.320Z Downloaded drift v0.2.0
9662026-08-25T21:56:15.326Z Downloaded hyper-staticfile v0.10.1
9672026-08-25T21:56:15.329Z Downloaded hashbrown v0.16.1
9682026-08-25T21:56:15.332Z Downloaded keccak v0.2.0
9692026-08-25T21:56:15.332Z Downloaded module-lattice v0.2.3
9702026-08-25T21:56:15.332Z Downloaded trait-variant v0.1.2
9712026-08-25T21:56:15.332Z Downloaded hashbrown v0.14.5
9722026-08-25T21:56:15.336Z Downloaded zerocopy-derive v0.8.55
9732026-08-25T21:56:15.339Z Downloaded unarray v0.1.4
9742026-08-25T21:56:15.343Z Downloaded ppv-lite86 v0.2.21
9752026-08-25T21:56:15.343Z Downloaded static_assertions v1.1.0
9762026-08-25T21:56:15.343Z Downloaded tinystr v0.8.2
9772026-08-25T21:56:15.343Z Downloaded rand_core v0.10.0
9782026-08-25T21:56:15.347Z Downloaded rustls-pemfile v2.2.0
9792026-08-25T21:56:15.347Z Downloaded crc-catalog v2.4.0
9802026-08-25T21:56:15.347Z Downloaded yansi v1.0.1
9812026-08-25T21:56:15.350Z Downloaded diff v0.1.13
9822026-08-25T21:56:15.350Z Downloaded rsa v0.9.10
9832026-08-25T21:56:15.354Z Downloaded qorb v0.4.1
9842026-08-25T21:56:15.358Z Downloaded signature v3.0.0
9852026-08-25T21:56:15.361Z Downloaded strum_macros v0.26.4
9862026-08-25T21:56:15.361Z Downloaded keccak v0.1.6
9872026-08-25T21:56:15.361Z Downloaded postcard v1.1.3
9882026-08-25T21:56:15.364Z Downloaded rand_core v0.6.4
9892026-08-25T21:56:15.364Z Downloaded zerocopy v0.6.6
9902026-08-25T21:56:15.364Z Downloaded crc32fast v1.5.0
9912026-08-25T21:56:15.368Z Downloaded dtrace-parser v0.3.0
9922026-08-25T21:56:15.368Z Downloaded dunce v1.0.5
9932026-08-25T21:56:15.368Z Downloaded time-macros v0.2.27
9942026-08-25T21:56:15.368Z Downloaded inout v0.2.2
9952026-08-25T21:56:15.373Z Downloaded internet-checksum v0.2.1
9962026-08-25T21:56:15.373Z Downloaded aes-gcm v0.11.0
9972026-08-25T21:56:15.381Z Downloaded toml v0.7.8
9982026-08-25T21:56:15.384Z Downloaded toml v1.1.2+spec-1.1.0
9992026-08-25T21:56:15.387Z Downloaded des v0.9.0
10002026-08-25T21:56:15.387Z Downloaded match_cfg v0.1.0
10012026-08-25T21:56:15.387Z Downloaded snafu-derive v0.8.9
10022026-08-25T21:56:15.405Z Downloaded num v0.4.3
10032026-08-25T21:56:15.405Z Downloaded percent-encoding v2.3.2
10042026-08-25T21:56:15.419Z Downloaded phf_shared v0.13.1
10052026-08-25T21:56:15.419Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10062026-08-25T21:56:15.419Z Downloaded postgres-types v0.2.12
10072026-08-25T21:56:15.419Z Downloaded vergen-lib v0.1.6
10082026-08-25T21:56:15.419Z Downloaded termios v0.3.3
10092026-08-25T21:56:15.419Z Downloaded rtoolbox v0.0.3
10102026-08-25T21:56:15.419Z Downloaded rustc_version v0.1.7
10112026-08-25T21:56:15.419Z Downloaded rustc-hash v2.1.1
10122026-08-25T21:56:15.419Z Downloaded usdt-impl v0.6.0
10132026-08-25T21:56:15.419Z Downloaded num-bigint-dig v0.8.6
10142026-08-25T21:56:15.439Z Downloaded zeroize v1.9.0
10152026-08-25T21:56:15.439Z Downloaded vergen-gitcl v1.0.8
10162026-08-25T21:56:15.439Z Downloaded csv-core v0.1.13
10172026-08-25T21:56:15.439Z Downloaded defmt v1.0.1
10182026-08-25T21:56:15.440Z Downloaded sponge-cursor v0.1.0
10192026-08-25T21:56:15.440Z Downloaded pkcs1 v0.7.5
10202026-08-25T21:56:15.440Z Downloaded digest v0.11.3
10212026-08-25T21:56:15.440Z Downloaded rustyline v14.0.0
10222026-08-25T21:56:15.449Z Downloaded hyper-util v0.1.20
10232026-08-25T21:56:15.449Z Downloaded libloading v0.8.9
10242026-08-25T21:56:15.449Z Downloaded strip-ansi-escapes v0.2.1
10252026-08-25T21:56:15.449Z Downloaded tracing-core v0.1.36
10262026-08-25T21:56:15.449Z Downloaded zerofrom-derive v0.1.6
10272026-08-25T21:56:15.449Z Downloaded quinn-udp v0.5.14
10282026-08-25T21:56:15.450Z Downloaded usdt v0.6.0
10292026-08-25T21:56:15.450Z Downloaded cpubits v0.1.1
10302026-08-25T21:56:15.450Z Downloaded linear-map v1.2.0
10312026-08-25T21:56:15.450Z Downloaded derive_more v2.1.1
10322026-08-25T21:56:15.465Z Downloaded salsa20 v0.11.0
10332026-08-25T21:56:15.465Z Downloaded sha2 v0.11.0
10342026-08-25T21:56:15.465Z Downloaded ed25519-dalek v3.0.0
10352026-08-25T21:56:15.465Z Downloaded jiff-core v0.1.0
10362026-08-25T21:56:15.465Z Downloaded crypto-bigint v0.5.5
10372026-08-25T21:56:15.465Z Downloaded darling_core v0.13.4
10382026-08-25T21:56:15.465Z Downloaded stacker v0.1.23
10392026-08-25T21:56:15.469Z Downloaded native-tls v0.2.18
10402026-08-25T21:56:15.469Z Downloaded pem v3.0.6
10412026-08-25T21:56:15.469Z Downloaded primeorder v0.13.6
10422026-08-25T21:56:15.469Z Downloaded rand v0.8.6
10432026-08-25T21:56:15.469Z Downloaded miette v7.6.0
10442026-08-25T21:56:15.473Z Downloaded hkdf v0.13.0
10452026-08-25T21:56:15.473Z Downloaded oxide-update-engine v0.1.2
10462026-08-25T21:56:15.473Z Downloaded primeorder v0.14.0
10472026-08-25T21:56:15.474Z Downloaded inout v0.1.4
10482026-08-25T21:56:15.479Z Downloaded oxide-generation-macros v0.2.0
10492026-08-25T21:56:15.479Z Downloaded md-5 v0.10.6
10502026-08-25T21:56:15.479Z Downloaded mime v0.3.17
10512026-08-25T21:56:15.479Z Downloaded md5 v0.8.0
10522026-08-25T21:56:15.479Z Downloaded sec1 v0.8.1
10532026-08-25T21:56:15.479Z Downloaded precomputed-hash v0.1.1
10542026-08-25T21:56:15.483Z Downloaded steno v0.4.1
10552026-08-25T21:56:15.483Z Downloaded slab v0.4.12
10562026-08-25T21:56:15.483Z Downloaded cookie_store v0.22.1
10572026-08-25T21:56:15.486Z Downloaded recursive v0.1.1
10582026-08-25T21:56:15.486Z Downloaded recursive-proc-macro-impl v0.1.1
10592026-08-25T21:56:15.486Z Downloaded signal-hook-tokio v0.3.1
10602026-08-25T21:56:15.489Z Downloaded darling_core v0.20.11
10612026-08-25T21:56:15.492Z Downloaded icu_normalizer_data v2.1.1
10622026-08-25T21:56:15.495Z Downloaded schemars v0.9.0
10632026-08-25T21:56:15.499Z Downloaded scrypt v0.12.0
10642026-08-25T21:56:15.502Z Downloaded darling v0.23.0
10652026-08-25T21:56:15.506Z Downloaded progenitor-macro v0.13.0
10662026-08-25T21:56:15.506Z Downloaded russh-util v0.52.0
10672026-08-25T21:56:15.506Z Downloaded serde_urlencoded v0.7.1
10682026-08-25T21:56:15.506Z Downloaded slog-stdlog v4.1.1
10692026-08-25T21:56:15.506Z Downloaded icu_normalizer v2.1.1
10702026-08-25T21:56:15.509Z Downloaded tinyvec_macros v0.1.1
10712026-08-25T21:56:15.509Z Downloaded progenitor-impl v0.14.0
10722026-08-25T21:56:15.509Z Downloaded aho-corasick v1.1.4
10732026-08-25T21:56:15.514Z Downloaded stringprep v0.1.5
10742026-08-25T21:56:15.514Z Downloaded sync-ptr v0.1.4
10752026-08-25T21:56:15.514Z Downloaded iana-time-zone v0.1.65
10762026-08-25T21:56:15.518Z Downloaded winnow v0.6.26
10772026-08-25T21:56:15.521Z Downloaded tower-http v0.6.8
10782026-08-25T21:56:15.524Z Downloaded uzers v0.12.2
10792026-08-25T21:56:15.524Z Downloaded vergen-git2 v9.1.0
10802026-08-25T21:56:15.527Z Downloaded url v2.5.8
10812026-08-25T21:56:15.527Z Downloaded xattr v1.6.1
10822026-08-25T21:56:15.527Z Downloaded derive_builder_core v0.20.2
10832026-08-25T21:56:15.530Z Downloaded data-encoding v2.10.0
10842026-08-25T21:56:15.530Z Downloaded crucible-workspace-hack v0.1.0
10852026-08-25T21:56:15.530Z Downloaded h2 v0.4.15
10862026-08-25T21:56:15.534Z Downloaded hkdf v0.12.4
10872026-08-25T21:56:15.534Z Downloaded dropshot-api-manager-types v0.8.0
10882026-08-25T21:56:15.534Z Downloaded num-complex v0.4.6
10892026-08-25T21:56:15.537Z Downloaded dirs-next v2.0.0
10902026-08-25T21:56:15.545Z Downloaded const_format v0.2.35
10912026-08-25T21:56:15.548Z Downloaded poly1305 v0.8.0
10922026-08-25T21:56:15.551Z Downloaded dsl_auto_type v0.2.0
10932026-08-25T21:56:15.551Z Downloaded ident_case v1.0.1
10942026-08-25T21:56:15.551Z Downloaded num_threads v0.1.7
10952026-08-25T21:56:15.551Z Downloaded libscf-sys v1.2.0
10962026-08-25T21:56:15.554Z Downloaded lru-slab v0.1.2
10972026-08-25T21:56:15.554Z Downloaded shlex v1.3.0
10982026-08-25T21:56:15.554Z Downloaded darling_core v0.21.3
10992026-08-25T21:56:15.557Z Downloaded password-hash v0.6.1
11002026-08-25T21:56:15.557Z Downloaded oxide-tokio-rt v0.1.4
11012026-08-25T21:56:15.560Z Downloaded internal-russh-num-bigint v0.5.0
11022026-08-25T21:56:15.562Z Downloaded sha1 v0.10.6
11032026-08-25T21:56:15.565Z Downloaded unicode-properties v0.1.4
11042026-08-25T21:56:15.565Z Downloaded xshell v0.2.7
11052026-08-25T21:56:15.565Z Downloaded crossbeam-epoch v0.9.18
11062026-08-25T21:56:15.569Z Downloaded scroll v0.13.0
11072026-08-25T21:56:15.569Z Downloaded strum_macros v0.27.2
11082026-08-25T21:56:15.574Z Downloaded term v0.7.0
11092026-08-25T21:56:15.579Z Downloaded icu_properties_data v2.1.2
11102026-08-25T21:56:15.584Z Downloaded itertools v0.14.0
11112026-08-25T21:56:15.587Z Downloaded nom v7.1.3
11122026-08-25T21:56:15.590Z Downloaded toml_parser v1.1.2+spec-1.1.0
11132026-08-25T21:56:15.593Z Downloaded universal-hash v0.5.1
11142026-08-25T21:56:15.593Z Downloaded defmt v0.3.100
11152026-08-25T21:56:15.593Z Downloaded zip v4.6.1
11162026-08-25T21:56:15.597Z Downloaded is-terminal v0.4.17
11172026-08-25T21:56:15.597Z Downloaded p521 v0.14.0
11182026-08-25T21:56:15.600Z Downloaded zerovec-derive v0.11.2
11192026-08-25T21:56:15.600Z Downloaded whoami v2.1.0
11202026-08-25T21:56:15.600Z Downloaded crossbeam-deque v0.8.6
11212026-08-25T21:56:15.600Z Downloaded untrusted v0.9.0
11222026-08-25T21:56:15.600Z Downloaded snafu v0.8.9
11232026-08-25T21:56:15.604Z Downloaded defmt-macros v1.0.1
11242026-08-25T21:56:15.607Z Downloaded strum v0.27.2
11252026-08-25T21:56:15.607Z Downloaded crypto-common v0.2.2
11262026-08-25T21:56:15.607Z Downloaded serde_repr v0.1.20
11272026-08-25T21:56:15.610Z Downloaded crc8 v0.1.1
11282026-08-25T21:56:15.610Z Downloaded humantime v2.3.0
11292026-08-25T21:56:15.613Z Downloaded zip v0.6.6
11302026-08-25T21:56:15.616Z Downloaded nu-ansi-term v0.50.3
11312026-08-25T21:56:15.619Z Downloaded ipnet v2.12.0
11322026-08-25T21:56:15.619Z Downloaded proc-macro-error-attr2 v2.0.0
11332026-08-25T21:56:15.622Z Downloaded openssl-probe v0.2.1
11342026-08-25T21:56:15.622Z Downloaded serde_spanned v1.1.1
11352026-08-25T21:56:15.626Z Downloaded ref-cast-impl v1.0.25
11362026-08-25T21:56:15.630Z Downloaded tough v0.22.0
11372026-08-25T21:56:15.635Z Downloaded derive-where v1.6.0
11382026-08-25T21:56:15.638Z Downloaded proc-macro-error2 v2.0.1
11392026-08-25T21:56:15.638Z Downloaded schemars_derive v0.8.22
11402026-08-25T21:56:15.643Z Downloaded predicates-tree v1.0.13
11412026-08-25T21:56:15.650Z Downloaded icu_locale_core v2.1.1
11422026-08-25T21:56:15.650Z Downloaded ref-cast v1.0.25
11432026-08-25T21:56:15.653Z Downloaded ignore v0.4.25
11442026-08-25T21:56:15.656Z Downloaded tungstenite v0.23.0
11452026-08-25T21:56:15.656Z Downloaded mio v1.2.0
11462026-08-25T21:56:15.660Z Downloaded thread-id v5.1.0
11472026-08-25T21:56:15.663Z Downloaded vsss-rs v3.3.4
11482026-08-25T21:56:15.664Z Downloaded wnaf v0.14.0
11492026-08-25T21:56:15.668Z Downloaded corncobs v0.1.4
11502026-08-25T21:56:15.671Z Downloaded ed25519 v3.0.0
11512026-08-25T21:56:15.671Z Downloaded libbz2-rs-sys v0.2.2
11522026-08-25T21:56:15.675Z Downloaded tui-tree-widget v0.23.1
11532026-08-25T21:56:15.675Z Downloaded derive_builder_macro v0.20.2
11542026-08-25T21:56:15.682Z Downloaded darling_macro v0.23.0
11552026-08-25T21:56:15.682Z Downloaded const_format_proc_macros v0.2.34
11562026-08-25T21:56:15.682Z Downloaded libefi-sys v0.1.0
11572026-08-25T21:56:15.682Z Downloaded nanorand v0.7.0
11582026-08-25T21:56:15.688Z Downloaded serdect v0.4.3
11592026-08-25T21:56:15.688Z Downloaded ssh-cipher v0.3.0
11602026-08-25T21:56:15.688Z Downloaded derive_more-impl v2.1.1
11612026-08-25T21:56:15.688Z Downloaded jobserver v0.1.34
11622026-08-25T21:56:15.691Z Downloaded pin-project v1.1.11
11632026-08-25T21:56:15.694Z Downloaded ryu v1.0.23
11642026-08-25T21:56:15.696Z Downloaded predicates v3.1.4
11652026-08-25T21:56:15.699Z Downloaded rustc-demangle v0.1.27
11662026-08-25T21:56:15.699Z Downloaded diesel_derives v2.3.7
11672026-08-25T21:56:15.702Z Downloaded p384 v0.14.0
11682026-08-25T21:56:15.706Z Downloaded dof v0.4.0
11692026-08-25T21:56:15.706Z Downloaded xshell-macros v0.2.7
11702026-08-25T21:56:15.706Z Downloaded newtype-uuid v1.3.2
11712026-08-25T21:56:15.706Z Downloaded num_enum v0.7.6
11722026-08-25T21:56:15.709Z Downloaded downcast-rs v2.0.2
11732026-08-25T21:56:15.709Z Downloaded num-conv v0.2.0
11742026-08-25T21:56:15.709Z Downloaded zone v0.3.1
11752026-08-25T21:56:15.709Z Downloaded icu_collections v2.1.1
11762026-08-25T21:56:15.712Z Downloaded pkcs1 v0.8.0-rc.4
11772026-08-25T21:56:15.712Z Downloaded password-hash v0.5.0
11782026-08-25T21:56:15.715Z Downloaded sqlformat v0.3.5
11792026-08-25T21:56:15.715Z Downloaded rawzip v0.4.4
11802026-08-25T21:56:15.719Z Downloaded maplit v1.0.2
11812026-08-25T21:56:15.722Z Downloaded rand v0.10.1
11822026-08-25T21:56:15.724Z Downloaded slog-scope v4.4.1
11832026-08-25T21:56:15.727Z Downloaded tiny-keccak v2.0.2
11842026-08-25T21:56:15.727Z Downloaded try-lock v0.2.5
11852026-08-25T21:56:15.727Z Downloaded reqwest v0.13.2
11862026-08-25T21:56:15.730Z Downloaded illumos-nvpair v0.3.0
11872026-08-25T21:56:15.733Z Downloaded ed25519 v2.2.3
11882026-08-25T21:56:15.733Z Downloaded impl-trait-for-tuples v0.2.3
11892026-08-25T21:56:15.737Z Downloaded rustls-native-certs v0.8.3
11902026-08-25T21:56:15.737Z Downloaded pin-project-lite v0.2.17
11912026-08-25T21:56:15.742Z Downloaded peg-macros v0.8.5
11922026-08-25T21:56:15.742Z Downloaded blake3 v1.8.5
11932026-08-25T21:56:15.745Z Downloaded lzss v0.8.2
11942026-08-25T21:56:15.748Z Downloaded ml-kem v0.3.2
11952026-08-25T21:56:15.748Z Downloaded pkcs8 v0.10.2
11962026-08-25T21:56:15.751Z Downloaded crossterm v0.28.1
11972026-08-25T21:56:15.755Z Downloaded num-rational v0.4.2
11982026-08-25T21:56:15.759Z Downloaded jiff-static v0.2.34
11992026-08-25T21:56:15.762Z Downloaded slog-async v2.8.0
12002026-08-25T21:56:15.762Z Downloaded socket2 v0.6.3
12012026-08-25T21:56:15.762Z Downloaded resolv-conf v0.7.6
12022026-08-25T21:56:15.765Z Downloaded rayon v1.11.0
12032026-08-25T21:56:15.768Z Downloaded hybrid-array v0.4.13
12042026-08-25T21:56:15.768Z Downloaded libxml v0.3.3
12052026-08-25T21:56:15.773Z Downloaded parking_lot v0.11.2
12062026-08-25T21:56:15.776Z Downloaded tokio-postgres v0.7.16
12072026-08-25T21:56:15.776Z Downloaded spin v0.9.8
12082026-08-25T21:56:15.779Z Downloaded owo-colors v4.3.0
12092026-08-25T21:56:15.780Z Downloaded zstd v0.13.3
12102026-08-25T21:56:15.780Z Downloaded smf v0.2.3
12112026-08-25T21:56:15.780Z Downloaded crypto-primes v0.7.2
12122026-08-25T21:56:15.782Z Downloaded russh v0.62.4
12132026-08-25T21:56:15.786Z Downloaded test-strategy v0.4.5
12142026-08-25T21:56:15.789Z Downloaded iri-string v0.7.10
12152026-08-25T21:56:15.792Z Downloaded git2 v0.20.4
12162026-08-25T21:56:15.797Z Downloaded parse-display-derive v0.10.0
12172026-08-25T21:56:15.799Z Downloaded progenitor v0.14.0
12182026-08-25T21:56:15.802Z Downloaded daft-derive v0.1.8
12192026-08-25T21:56:15.807Z Downloaded ingot v0.2.1
12202026-08-25T21:56:15.810Z Downloaded hyper v1.10.1
12212026-08-25T21:56:15.810Z Downloaded elliptic-curve v0.13.8
12222026-08-25T21:56:15.813Z Downloaded tls_codec_derive v0.4.2
12232026-08-25T21:56:15.816Z Downloaded minimal-lexical v0.2.1
12242026-08-25T21:56:15.819Z Downloaded subprocess v0.2.15
12252026-08-25T21:56:15.819Z Downloaded daft v0.1.8
12262026-08-25T21:56:15.821Z Downloaded psm v0.1.30
12272026-08-25T21:56:15.822Z Downloaded itertools v0.15.0
12282026-08-25T21:56:15.825Z Downloaded serde_with v1.14.0
12292026-08-25T21:56:15.827Z Downloaded ed25519-dalek v2.2.0
12302026-08-25T21:56:15.830Z Downloaded miniz_oxide v0.8.9
12312026-08-25T21:56:15.838Z Downloaded tungstenite v0.21.0
12322026-08-25T21:56:15.842Z Downloaded itertools v0.13.0
12332026-08-25T21:56:15.849Z Downloaded toml_edit v0.19.15
12342026-08-25T21:56:15.858Z Downloaded aws-lc-rs v1.16.3
12352026-08-25T21:56:15.864Z Downloaded oso v0.27.3
12362026-08-25T21:56:15.867Z Downloaded ingot-types v0.2.0
12372026-08-25T21:56:15.867Z Downloaded crc-any v2.5.0
12382026-08-25T21:56:15.870Z Downloaded derive_more v0.99.20
12392026-08-25T21:56:15.870Z Downloaded portable-atomic v1.13.1
12402026-08-25T21:56:15.874Z Downloaded serde_derive_internals v0.29.1
12412026-08-25T21:56:15.878Z Downloaded bitvec v1.0.1
12422026-08-25T21:56:15.883Z Downloaded parking_lot v0.12.5
12432026-08-25T21:56:15.886Z Downloaded knus v3.4.0
12442026-08-25T21:56:15.886Z Downloaded zopfli v0.8.3
12452026-08-25T21:56:15.889Z Downloaded num-bigint v0.4.6
12462026-08-25T21:56:15.913Z Downloaded der v0.8.0
12472026-08-25T21:56:15.913Z Downloaded goblin v0.10.5
12482026-08-25T21:56:15.917Z Downloaded tower v0.5.3
12492026-08-25T21:56:15.917Z Downloaded schemars v1.2.1
12502026-08-25T21:56:15.917Z Downloaded bindgen v0.71.1
12512026-08-25T21:56:15.917Z Downloaded prefix-trie v0.7.0
12522026-08-25T21:56:15.917Z Downloaded polar-core v0.27.3
12532026-08-25T21:56:15.920Z Downloaded chrono v0.4.45
12542026-08-25T21:56:15.923Z Downloaded toml_edit v0.23.10+spec-1.0.0
12552026-08-25T21:56:15.926Z Downloaded der v0.7.10
12562026-08-25T21:56:15.929Z Downloaded reedline v0.40.0
12572026-08-25T21:56:15.935Z Downloaded tabled v0.21.0
12582026-08-25T21:56:15.945Z Downloaded crossterm v0.29.0
12592026-08-25T21:56:15.948Z Downloaded tar v0.4.46
12602026-08-25T21:56:15.951Z Downloaded quick-xml v0.37.5
12612026-08-25T21:56:15.958Z Downloaded p384 v0.13.1
12622026-08-25T21:56:15.962Z Downloaded rustls-webpki v0.103.13
12632026-08-25T21:56:15.965Z Downloaded itertools v0.12.1
12642026-08-25T21:56:15.969Z Downloaded serde_yaml v0.9.34+deprecated
12652026-08-25T21:56:15.969Z Downloaded gimli v0.32.3
12662026-08-25T21:56:15.977Z Downloaded rand v0.9.2
12672026-08-25T21:56:15.985Z Downloaded zlib-rs v0.6.2
12682026-08-25T21:56:15.989Z Downloaded unicode-normalization v0.1.25
12692026-08-25T21:56:15.993Z Downloaded typed-path v0.9.3
12702026-08-25T21:56:16.012Z Downloaded vcpkg v0.2.15
12712026-08-25T21:56:16.036Z Downloaded itertools v0.10.5
12722026-08-25T21:56:16.043Z Downloaded lalrpop v0.19.12
12732026-08-25T21:56:16.047Z Downloaded idna v1.1.0
12742026-08-25T21:56:16.048Z Downloaded regex v1.12.3
12752026-08-25T21:56:16.053Z Downloaded zerovec v0.11.5
12762026-08-25T21:56:16.057Z Downloaded reqwest v0.12.28
12772026-08-25T21:56:16.057Z Downloaded moka v0.12.13
12782026-08-25T21:56:16.061Z Downloaded petname v2.0.2
12792026-08-25T21:56:16.064Z Downloaded iddqd v0.4.2
12802026-08-25T21:56:16.069Z Downloaded regex-syntax v0.6.29
12812026-08-25T21:56:16.074Z Downloaded unicode-segmentation v1.12.0
12822026-08-25T21:56:16.077Z Downloaded rsa v0.10.0-rc.18
12832026-08-25T21:56:16.080Z Downloaded quinn-proto v0.11.16
12842026-08-25T21:56:16.083Z Downloaded ssh-key v0.7.0-rc.11
12852026-08-25T21:56:16.087Z Downloaded serde_with v3.21.0
12862026-08-25T21:56:16.094Z Downloaded openssl v0.10.80
12872026-08-25T21:56:16.101Z Downloaded libm v0.2.16
12882026-08-25T21:56:16.105Z Downloaded nom v8.0.0
12892026-08-25T21:56:16.109Z Downloaded nix v0.27.1
12902026-08-25T21:56:16.117Z Downloaded time v0.3.47
12912026-08-25T21:56:16.122Z Downloaded winnow v1.0.3
12922026-08-25T21:56:16.128Z Downloaded smoltcp v0.9.1
12932026-08-25T21:56:16.140Z Downloaded salty v0.3.0
12942026-08-25T21:56:16.145Z Downloaded sha3 v0.12.0
12952026-08-25T21:56:16.145Z Downloaded rustls v0.23.41
12962026-08-25T21:56:16.149Z Downloaded hickory-proto v0.24.4
12972026-08-25T21:56:16.154Z Downloaded nix v0.28.0
12982026-08-25T21:56:16.161Z Downloaded object v0.30.4
12992026-08-25T21:56:16.166Z Downloaded bstr v1.12.1
13002026-08-25T21:56:16.169Z Downloaded tokio-util v0.7.18
13012026-08-25T21:56:16.173Z Downloaded crypto-bigint v0.7.5
13022026-08-25T21:56:16.182Z Downloaded hickory-proto v0.25.2
13032026-08-25T21:56:16.191Z Downloaded dropshot-api-manager v0.8.0
13042026-08-25T21:56:16.195Z Downloaded winnow v0.5.40
13052026-08-25T21:56:16.201Z Downloaded nix v0.31.2
13062026-08-25T21:56:16.205Z Downloaded object v0.37.3
13072026-08-25T21:56:16.211Z Downloaded proptest v1.11.0
13082026-08-25T21:56:16.216Z Downloaded radix_trie v0.2.1
13092026-08-25T21:56:16.220Z Downloaded zerocopy v0.8.55
13102026-08-25T21:56:16.230Z Downloaded openapiv3 v2.2.0
13112026-08-25T21:56:16.236Z Downloaded curve25519-dalek v5.0.0
13122026-08-25T21:56:16.242Z Downloaded smoltcp v0.11.0
13132026-08-25T21:56:16.251Z Downloaded regress v0.10.5
13142026-08-25T21:56:16.255Z Downloaded tracing v0.1.44
13152026-08-25T21:56:16.269Z Downloaded regex-syntax v0.8.10
13162026-08-25T21:56:16.273Z Downloaded curve25519-dalek v4.1.3
13172026-08-25T21:56:16.279Z Downloaded regress v0.11.1
13182026-08-25T21:56:16.284Z Downloaded syn v3.0.3
13192026-08-25T21:56:16.294Z Downloaded dropshot v0.17.1
13202026-08-25T21:56:16.303Z Downloaded rustix v0.38.44
13212026-08-25T21:56:16.315Z Downloaded diesel v2.3.7
13222026-08-25T21:56:16.329Z Downloaded sha3 v0.11.0
13232026-08-25T21:56:16.332Z Downloaded sqlparser v0.61.0
13242026-08-25T21:56:16.335Z Downloaded ratatui v0.29.0
13252026-08-25T21:56:16.346Z Downloaded typify-impl v0.6.2
13262026-08-25T21:56:16.377Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-08-25T21:56:16.386Z Downloaded petgraph v0.6.5
13282026-08-25T21:56:16.396Z Downloaded sled v0.34.7
13292026-08-25T21:56:16.404Z Downloaded regex-automata v0.4.14
13302026-08-25T21:56:16.415Z Downloaded zerocopy-derive v0.6.6
13312026-08-25T21:56:16.421Z Downloaded jiff v0.2.34
13322026-08-25T21:56:16.438Z Downloaded chrono-tz v0.10.4
13332026-08-25T21:56:16.450Z Downloaded petgraph v0.8.3
13342026-08-25T21:56:16.462Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-25T21:56:16.473Z Downloaded sha3 v0.10.8
13362026-08-25T21:56:16.484Z Downloaded libz-sys v1.1.24
13372026-08-25T21:56:16.498Z Downloaded csv v1.4.0
13382026-08-25T21:56:16.511Z Downloaded tokio v1.52.1
13392026-08-25T21:56:16.534Z Downloaded encoding_rs v0.8.35
13402026-08-25T21:56:16.547Z Downloaded ring v0.17.14
13412026-08-25T21:56:16.604Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-25T21:56:17.071Z Downloaded aws-lc-sys v0.40.0
13432026-08-25T21:56:17.330Z Compiling serde_core v1.0.228
13442026-08-25T21:56:17.330Z Compiling libc v0.2.185
13452026-08-25T21:56:17.330Z Compiling serde v1.0.228
13462026-08-25T21:56:17.333Z Compiling log v0.4.33
13472026-08-25T21:56:17.333Z Compiling smallvec v1.15.1
13482026-08-25T21:56:17.464Z Compiling find-msvc-tools v0.1.9
13492026-08-25T21:56:17.470Z Compiling shlex v1.3.0
13502026-08-25T21:56:17.473Z Compiling syn v2.0.117
13512026-08-25T21:56:17.662Z Compiling subtle v2.6.1
13522026-08-25T21:56:17.675Z Compiling scopeguard v1.2.0
13532026-08-25T21:56:17.717Z Compiling typenum v1.20.1
13542026-08-25T21:56:17.730Z Compiling stable_deref_trait v1.2.1
13552026-08-25T21:56:17.769Z Compiling lock_api v0.4.14
13562026-08-25T21:56:17.798Z Compiling zerocopy v0.8.55
13572026-08-25T21:56:17.827Z Compiling portable-atomic v1.13.1
13582026-08-25T21:56:17.830Z Compiling serde_json v1.0.151
13592026-08-25T21:56:17.983Z Compiling critical-section v1.2.0
13602026-08-25T21:56:18.039Z Compiling libm v0.2.16
13612026-08-25T21:56:18.086Z Compiling num-traits v0.2.19
13622026-08-25T21:56:18.211Z Compiling pkg-config v0.3.32
13632026-08-25T21:56:18.264Z Compiling errno v0.3.14
13642026-08-25T21:56:18.277Z Compiling jobserver v0.1.34
13652026-08-25T21:56:18.334Z Compiling getrandom v0.2.17
13662026-08-25T21:56:18.513Z Compiling cc v1.2.56
13672026-08-25T21:56:18.570Z Compiling rand_core v0.6.4
13682026-08-25T21:56:18.753Z Compiling generic-array v0.14.7
13692026-08-25T21:56:18.814Z Compiling once_cell v1.21.3
13702026-08-25T21:56:18.845Z Compiling pin-project-lite v0.2.17
13712026-08-25T21:56:18.889Z Compiling parking_lot_core v0.9.12
13722026-08-25T21:56:18.940Z Compiling const-oid v0.9.6
13732026-08-25T21:56:18.944Z Compiling getrandom v0.4.3
13742026-08-25T21:56:19.065Z Compiling rand_core v0.10.0
13752026-08-25T21:56:19.412Z Compiling signal-hook-registry v1.4.8
13762026-08-25T21:56:19.512Z Compiling bitflags v2.11.0
13772026-08-25T21:56:19.635Z Compiling percent-encoding v2.3.2
13782026-08-25T21:56:19.656Z Compiling litemap v0.8.1
13792026-08-25T21:56:19.676Z Compiling futures-core v0.3.32
13802026-08-25T21:56:19.733Z Compiling writeable v0.6.2
13812026-08-25T21:56:19.821Z Compiling semver v1.0.28
13822026-08-25T21:56:19.834Z Compiling parking_lot v0.12.5
13832026-08-25T21:56:19.834Z Compiling mio v1.2.0
13842026-08-25T21:56:19.861Z Compiling icu_properties_data v2.1.2
13852026-08-25T21:56:19.924Z Compiling icu_normalizer_data v2.1.1
13862026-08-25T21:56:20.027Z Compiling socket2 v0.6.3
13872026-08-25T21:56:20.237Z Compiling rustix v1.1.4
13882026-08-25T21:56:20.268Z Compiling synstructure v0.13.2
13892026-08-25T21:56:20.285Z Compiling getrandom v0.3.4
13902026-08-25T21:56:20.293Z Compiling futures-sink v0.3.32
13912026-08-25T21:56:20.404Z Compiling futures-channel v0.3.32
13922026-08-25T21:56:20.420Z Compiling indexmap v2.14.0
13932026-08-25T21:56:20.515Z Compiling futures-task v0.3.32
13942026-08-25T21:56:20.633Z Compiling futures-io v0.3.32
13952026-08-25T21:56:20.691Z Compiling slab v0.4.12
13962026-08-25T21:56:20.793Z Compiling utf8_iter v1.0.4
13972026-08-25T21:56:20.805Z Compiling form_urlencoded v1.2.2
13982026-08-25T21:56:20.867Z Compiling rustversion v1.0.22
13992026-08-25T21:56:20.867Z Compiling base64ct v1.8.3
14002026-08-25T21:56:20.939Z Compiling iana-time-zone v0.1.65
14012026-08-25T21:56:20.977Z Compiling cmake v0.1.57
14022026-08-25T21:56:21.097Z Compiling pem-rfc7468 v0.7.0
14032026-08-25T21:56:21.130Z Compiling flagset v0.4.7
14042026-08-25T21:56:21.160Z Compiling dunce v1.0.5
14052026-08-25T21:56:21.176Z Compiling ident_case v1.0.1
14062026-08-25T21:56:21.256Z Compiling fs_extra v1.3.0
14072026-08-25T21:56:21.260Z Compiling regex-syntax v0.8.10
14082026-08-25T21:56:21.296Z Compiling rand_core v0.9.5
14092026-08-25T21:56:21.373Z Compiling uuid v1.23.4
14102026-08-25T21:56:21.400Z Compiling base64 v0.22.1
14112026-08-25T21:56:21.521Z Compiling aws-lc-sys v0.40.0
14122026-08-25T21:56:21.564Z Compiling vcpkg v0.2.15
14132026-08-25T21:56:21.724Z Compiling syn v1.0.109
14142026-08-25T21:56:21.853Z Compiling serde_derive_internals v0.29.1
14152026-08-25T21:56:21.935Z Compiling rustc_version v0.4.1
14162026-08-25T21:56:22.007Z Compiling serde_derive v1.0.228
14172026-08-25T21:56:22.030Z Compiling zeroize_derive v1.5.0
14182026-08-25T21:56:22.065Z Compiling zerocopy-derive v0.8.55
14192026-08-25T21:56:22.260Z Compiling zerofrom-derive v0.1.6
14202026-08-25T21:56:22.297Z Compiling yoke-derive v0.8.1
14212026-08-25T21:56:22.672Z Compiling zerovec-derive v0.11.2
14222026-08-25T21:56:22.773Z Compiling displaydoc v0.2.5
14232026-08-25T21:56:23.480Z Compiling tokio-macros v2.7.0
14242026-08-25T21:56:23.529Z Compiling futures-macro v0.3.32
14252026-08-25T21:56:23.636Z Compiling der_derive v0.7.3
14262026-08-25T21:56:23.685Z Compiling zerofrom v0.1.6
14272026-08-25T21:56:23.803Z Compiling yoke v0.8.1
14282026-08-25T21:56:23.817Z Compiling thiserror-impl v2.0.18
14292026-08-25T21:56:23.992Z Compiling zerovec v0.11.5
14302026-08-25T21:56:24.217Z Compiling zerotrie v0.2.3
14312026-08-25T21:56:24.357Z Compiling futures-util v0.3.32
14322026-08-25T21:56:24.507Z Compiling tinystr v0.8.2
14332026-08-25T21:56:24.522Z Compiling potential_utf v0.1.4
14342026-08-25T21:56:24.641Z Compiling icu_collections v2.1.1
14352026-08-25T21:56:24.679Z Compiling icu_locale_core v2.1.1
14362026-08-25T21:56:24.705Z Compiling openssl-sys v0.9.117
14372026-08-25T21:56:25.162Z Compiling thiserror v2.0.18
14382026-08-25T21:56:25.246Z Compiling tracing-attributes v0.1.31
14392026-08-25T21:56:25.270Z Compiling tracing-core v0.1.36
14402026-08-25T21:56:25.284Z Compiling simd-adler32 v0.3.8
14412026-08-25T21:56:25.525Z Compiling zeroize v1.9.0
14422026-08-25T21:56:25.576Z Compiling bytes v1.11.1
14432026-08-25T21:56:25.580Z Compiling icu_provider v2.1.1
14442026-08-25T21:56:25.816Z Compiling icu_properties v2.1.2
14452026-08-25T21:56:25.881Z Compiling icu_normalizer v2.1.1
14462026-08-25T21:56:26.191Z Compiling tokio v1.52.1
14472026-08-25T21:56:26.314Z Compiling crypto-common v0.1.7
14482026-08-25T21:56:26.415Z Compiling block-buffer v0.10.4
14492026-08-25T21:56:26.487Z Compiling ppv-lite86 v0.2.21
14502026-08-25T21:56:26.546Z Compiling digest v0.10.7
14512026-08-25T21:56:26.588Z Compiling chrono v0.4.45
14522026-08-25T21:56:26.627Z Compiling der v0.7.10
14532026-08-25T21:56:26.712Z Compiling idna_adapter v1.2.1
14542026-08-25T21:56:26.791Z Compiling http v1.4.2
14552026-08-25T21:56:26.806Z Compiling rand_chacha v0.9.0
14562026-08-25T21:56:26.849Z Compiling idna v1.1.0
14572026-08-25T21:56:26.904Z Compiling schemars v0.8.22
14582026-08-25T21:56:27.103Z Compiling dyn-clone v1.0.20
14592026-08-25T21:56:27.241Z Compiling url v2.5.8
14602026-08-25T21:56:27.500Z Compiling spki v0.7.3
14612026-08-25T21:56:27.513Z Compiling cpufeatures v0.2.17
14622026-08-25T21:56:27.585Z Compiling aws-lc-rs v1.16.3
14632026-08-25T21:56:27.679Z Compiling pkcs8 v0.10.2
14642026-08-25T21:56:27.703Z Compiling http-body v1.0.1
14652026-08-25T21:56:27.816Z Compiling rand v0.9.2
14662026-08-25T21:56:27.849Z Compiling tracing v0.1.44
14672026-08-25T21:56:27.863Z Compiling rustls-pki-types v1.14.0
14682026-08-25T21:56:27.988Z Compiling schemars_derive v0.8.22
14692026-08-25T21:56:28.015Z Compiling spin v0.9.8
14702026-08-25T21:56:28.102Z Compiling cmov v0.5.4
14712026-08-25T21:56:28.215Z Compiling httparse v1.10.1
14722026-08-25T21:56:28.297Z Compiling openssl-probe v0.2.1
14732026-08-25T21:56:28.312Z Compiling tinyvec_macros v0.1.1
14742026-08-25T21:56:28.379Z Compiling crc32fast v1.5.0
14752026-08-25T21:56:28.469Z Compiling adler2 v2.0.1
14762026-08-25T21:56:28.550Z Compiling tempfile v3.27.0
14772026-08-25T21:56:28.581Z Compiling miniz_oxide v0.8.9
14782026-08-25T21:56:28.595Z Compiling tinyvec v1.10.0
14792026-08-25T21:56:28.674Z Compiling ctutils v0.4.2
14802026-08-25T21:56:28.901Z Compiling pest_generator v2.8.6
14812026-08-25T21:56:28.917Z Compiling sha2 v0.10.9
14822026-08-25T21:56:28.930Z Compiling terminal_size v0.4.3
14832026-08-25T21:56:29.065Z Compiling aho-corasick v1.1.4
14842026-08-25T21:56:29.157Z Compiling radium v0.7.0
14852026-08-25T21:56:29.400Z Compiling try-lock v0.2.5
14862026-08-25T21:56:29.508Z Compiling atomic-waker v1.1.2
14872026-08-25T21:56:29.578Z Compiling untrusted v0.7.1
14882026-08-25T21:56:29.630Z Compiling tower-service v0.3.3
14892026-08-25T21:56:29.698Z Compiling tower-layer v0.3.3
14902026-08-25T21:56:29.724Z Compiling pest_derive v2.8.6
14912026-08-25T21:56:29.855Z Compiling regex-automata v0.4.14
14922026-08-25T21:56:30.187Z Compiling tokio-util v0.7.18
14932026-08-25T21:56:30.237Z Compiling want v0.3.1
14942026-08-25T21:56:30.417Z Compiling hybrid-array v0.4.13
14952026-08-25T21:56:30.700Z Compiling ipnet v2.12.0
14962026-08-25T21:56:30.970Z Compiling h2 v0.4.15
14972026-08-25T21:56:31.178Z Compiling scroll_derive v0.13.1
14982026-08-25T21:56:31.195Z Compiling darling_core v0.20.11
14992026-08-25T21:56:31.211Z Compiling httpdate v1.0.3
15002026-08-25T21:56:31.429Z Compiling tap v1.0.1
15012026-08-25T21:56:31.540Z Compiling foreign-types-shared v0.1.1
15022026-08-25T21:56:31.626Z Compiling rustls v0.23.41
15032026-08-25T21:56:31.697Z Compiling untrusted v0.9.0
15042026-08-25T21:56:31.791Z Compiling openssl v0.10.80
15052026-08-25T21:56:31.816Z Compiling maybe-uninit v2.0.0
15062026-08-25T21:56:31.865Z Compiling foreign-types v0.3.2
15072026-08-25T21:56:31.935Z Compiling wyz v0.5.1
15082026-08-25T21:56:31.951Z Compiling scroll v0.13.0
15092026-08-25T21:56:32.114Z Compiling unicode-normalization v0.1.25
15102026-08-25T21:56:32.209Z Compiling rand_chacha v0.3.1
15112026-08-25T21:56:32.223Z Compiling signature v2.2.0
15122026-08-25T21:56:32.403Z Compiling hex v0.4.3
15132026-08-25T21:56:32.518Z Compiling openssl-macros v0.1.1
15142026-08-25T21:56:32.556Z Compiling thiserror-impl v1.0.69
15152026-08-25T21:56:32.667Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-25T21:56:32.900Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-25T21:56:32.941Z Compiling num-integer v0.1.46
15182026-08-25T21:56:32.963Z Compiling wait-timeout v0.2.1
15192026-08-25T21:56:33.219Z Compiling ahash v0.8.12
15202026-08-25T21:56:33.250Z Compiling num-bigint-dig v0.8.6
15212026-08-25T21:56:33.271Z Compiling num-conv v0.2.0
15222026-08-25T21:56:33.399Z Compiling packed_struct v0.10.1
15232026-08-25T21:56:33.402Z Compiling darling_macro v0.20.11
15242026-08-25T21:56:33.427Z Compiling quick-error v1.2.3
15252026-08-25T21:56:33.430Z Compiling time-core v0.1.8
15262026-08-25T21:56:33.531Z Compiling bit-vec v0.8.0
15272026-08-25T21:56:33.581Z Compiling funty v2.0.0
15282026-08-25T21:56:33.630Z Compiling native-tls v0.2.18
15292026-08-25T21:56:33.756Z Compiling powerfmt v0.2.0
15302026-08-25T21:56:33.779Z Compiling thiserror v1.0.69
15312026-08-25T21:56:33.847Z Compiling bit-set v0.8.0
15322026-08-25T21:56:33.877Z Compiling clap_builder v4.6.0
15332026-08-25T21:56:33.891Z Compiling darling v0.20.11
15342026-08-25T21:56:33.905Z Compiling deranged v0.5.8
15352026-08-25T21:56:33.946Z Compiling bitvec v1.0.1
15362026-08-25T21:56:33.987Z Compiling hyper v1.10.1
15372026-08-25T21:56:34.005Z Compiling time-macros v0.2.27
15382026-08-25T21:56:34.139Z Compiling rusty-fork v0.3.1
15392026-08-25T21:56:34.852Z Compiling num-iter v0.1.45
15402026-08-25T21:56:35.009Z Compiling rand v0.8.6
15412026-08-25T21:56:35.392Z Compiling hyper-util v0.1.20
15422026-08-25T21:56:35.592Z Compiling goblin v0.10.5
15432026-08-25T21:56:35.812Z Compiling packed_struct_codegen v0.10.1
15442026-08-25T21:56:35.856Z Compiling lazy_static v1.5.0
15452026-08-25T21:56:35.950Z Compiling hmac v0.12.1
15462026-08-25T21:56:36.109Z Compiling toml_datetime v0.6.11
15472026-08-25T21:56:36.362Z Compiling serde_spanned v0.6.9
15482026-08-25T21:56:36.508Z Compiling zerocopy-derive v0.6.6
15492026-08-25T21:56:36.888Z Compiling clap_derive v4.6.1
15502026-08-25T21:56:36.903Z Compiling bitfield-macros v0.19.4
15512026-08-25T21:56:37.139Z Compiling rand_xorshift v0.4.0
15522026-08-25T21:56:37.300Z Compiling sync_wrapper v1.0.2
15532026-08-25T21:56:37.316Z Compiling indexmap v1.9.3
15542026-08-25T21:56:37.405Z Compiling nodrop v0.1.14
15552026-08-25T21:56:37.498Z Compiling siphasher v1.0.2
15562026-08-25T21:56:37.501Z Compiling num_threads v0.1.7
15572026-08-25T21:56:37.583Z Compiling paste v1.0.15
15582026-08-25T21:56:37.604Z Compiling usdt-impl v0.6.0
15592026-08-25T21:56:37.683Z Compiling crc-catalog v2.4.0
15602026-08-25T21:56:37.778Z Compiling object v0.37.3
15612026-08-25T21:56:37.806Z Compiling zlib-rs v0.6.2
15622026-08-25T21:56:37.840Z Compiling unarray v0.1.4
15632026-08-25T21:56:37.929Z Compiling crossbeam-utils v0.8.21
15642026-08-25T21:56:37.949Z Compiling unicode-segmentation v1.12.0
15652026-08-25T21:56:38.082Z Compiling proptest v1.11.0
15662026-08-25T21:56:38.275Z Compiling dof v0.4.0
15672026-08-25T21:56:38.338Z Compiling crc v3.4.0
15682026-08-25T21:56:38.526Z Compiling bitfield v0.19.4
15692026-08-25T21:56:38.608Z Compiling clap v4.6.1
15702026-08-25T21:56:38.687Z Compiling time v0.3.47
15712026-08-25T21:56:38.833Z Compiling array-init v0.0.4
15722026-08-25T21:56:39.158Z Compiling tower v0.5.3
15732026-08-25T21:56:39.396Z Compiling zerocopy v0.6.6
15742026-08-25T21:56:39.906Z Compiling smallvec v0.6.14
15752026-08-25T21:56:40.223Z Compiling derive_builder_core v0.20.2
15762026-08-25T21:56:40.431Z Compiling dtrace-parser v0.3.0
15772026-08-25T21:56:40.997Z Compiling flate2 v1.1.9
15782026-08-25T21:56:41.018Z Compiling ipnetwork v0.21.1
15792026-08-25T21:56:41.054Z Compiling pkcs1 v0.7.5
15802026-08-25T21:56:41.068Z Compiling http-body-util v0.1.3
15812026-08-25T21:56:41.162Z Compiling heapless v0.7.17
15822026-08-25T21:56:41.303Z Compiling structmeta-derive v0.3.0
15832026-08-25T21:56:41.385Z Compiling scroll_derive v0.12.1
15842026-08-25T21:56:41.399Z Compiling slog v2.8.2
15852026-08-25T21:56:41.403Z Compiling darling_core v0.23.0
15862026-08-25T21:56:41.428Z Compiling thread-id v5.1.0
15872026-08-25T21:56:41.509Z Compiling cookie v0.18.1
15882026-08-25T21:56:41.576Z Compiling env_filter v2.0.0
15892026-08-25T21:56:41.687Z Compiling syn v3.0.3
15902026-08-25T21:56:41.866Z Compiling hashbrown v0.12.3
15912026-08-25T21:56:42.033Z Compiling unicode-bidi v0.3.18
15922026-08-25T21:56:42.342Z Compiling iri-string v0.7.10
15932026-08-25T21:56:42.356Z Compiling gimli v0.32.3
15942026-08-25T21:56:42.545Z Compiling base64 v0.21.7
15952026-08-25T21:56:42.854Z Compiling anyhow v1.0.104
15962026-08-25T21:56:43.156Z Compiling winnow v0.5.40
15972026-08-25T21:56:43.838Z Compiling unicode-properties v0.1.4
15982026-08-25T21:56:43.878Z Compiling allocator-api2 v0.2.21
15992026-08-25T21:56:44.043Z Compiling ryu v1.0.23
16002026-08-25T21:56:44.202Z Compiling zstd-safe v7.2.4
16012026-08-25T21:56:44.220Z Compiling signal-hook v0.3.18
16022026-08-25T21:56:44.285Z Compiling serde_urlencoded v0.7.1
16032026-08-25T21:56:44.416Z Compiling addr2line v0.25.1
16042026-08-25T21:56:44.430Z Compiling toml_edit v0.19.15
16052026-08-25T21:56:44.526Z Compiling stringprep v0.1.5
16062026-08-25T21:56:44.578Z Compiling darling_macro v0.23.0
16072026-08-25T21:56:44.742Z Compiling tower-http v0.6.8
16082026-08-25T21:56:45.092Z Compiling ron v0.8.1
16092026-08-25T21:56:45.097Z Compiling daft-derive v0.1.8
16102026-08-25T21:56:45.172Z Compiling structmeta v0.3.0
16112026-08-25T21:56:45.189Z Compiling scroll v0.12.0
16122026-08-25T21:56:45.382Z Compiling env_logger v0.11.11
16132026-08-25T21:56:45.608Z Compiling rsa v0.9.10
16142026-08-25T21:56:45.732Z Compiling oxnet v0.1.6
16152026-08-25T21:56:45.814Z Compiling derive_builder_macro v0.20.2
16162026-08-25T21:56:46.116Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-25T21:56:46.140Z Compiling newtype-uuid v1.3.2
16182026-08-25T21:56:46.164Z Compiling hashbrown v0.13.2
16192026-08-25T21:56:46.276Z Compiling bzip2 v0.4.4
16202026-08-25T21:56:46.459Z Compiling serde-hex v0.1.0
16212026-08-25T21:56:46.477Z Compiling tokio-native-tls v0.3.1
16222026-08-25T21:56:46.640Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-25T21:56:46.668Z Compiling camino v1.2.5
16242026-08-25T21:56:47.313Z Compiling bstr v1.12.1
16252026-08-25T21:56:47.513Z Compiling crypto-common v0.2.2
16262026-08-25T21:56:47.951Z Compiling block-buffer v0.12.1
16272026-08-25T21:56:48.148Z Compiling block-padding v0.4.2
16282026-08-25T21:56:48.165Z Compiling rustls-native-certs v0.8.3
16292026-08-25T21:56:48.322Z Compiling x509-cert v0.2.5
16302026-08-25T21:56:48.457Z Compiling md-5 v0.10.6
16312026-08-25T21:56:48.635Z Compiling serde_tokenstream v0.2.3
16322026-08-25T21:56:48.638Z Compiling erased-serde v0.3.31
16332026-08-25T21:56:48.943Z Compiling curve25519-dalek v4.1.3
16342026-08-25T21:56:48.947Z Compiling async-trait v0.1.89
16352026-08-25T21:56:49.122Z Compiling zerocopy-derive v0.7.35
16362026-08-25T21:56:49.229Z Compiling pin-project-internal v1.1.11
16372026-08-25T21:56:49.266Z Compiling vergen-lib v9.1.0
16382026-08-25T21:56:49.441Z Compiling hash32 v0.2.1
16392026-08-25T21:56:49.634Z Compiling memoffset v0.9.1
16402026-08-25T21:56:49.828Z Compiling encoding_rs v0.8.35
16412026-08-25T21:56:49.848Z Compiling rustc-demangle v0.1.27
16422026-08-25T21:56:49.906Z Compiling owo-colors v4.3.0
16432026-08-25T21:56:49.962Z Compiling litrs v1.0.0
16442026-08-25T21:56:49.982Z Compiling mime v0.3.17
16452026-08-25T21:56:50.238Z Compiling crc-any v2.5.0
16462026-08-25T21:56:50.242Z Compiling rustix v0.38.44
16472026-08-25T21:56:50.282Z Compiling smoltcp v0.9.1
16482026-08-25T21:56:50.346Z Compiling cfg_aliases v0.2.1
16492026-08-25T21:56:50.421Z Compiling psl-types v2.0.11
16502026-08-25T21:56:50.463Z Compiling fallible-iterator v0.2.0
16512026-08-25T21:56:50.482Z Compiling ref-cast v1.0.25
16522026-08-25T21:56:50.544Z Compiling publicsuffix v2.3.0
16532026-08-25T21:56:50.627Z Compiling document-features v0.2.12
16542026-08-25T21:56:50.665Z Compiling nix v0.31.2
16552026-08-25T21:56:50.676Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16562026-08-25T21:56:50.704Z Compiling pin-project v1.1.11
16572026-08-25T21:56:50.772Z Compiling postgres-protocol v0.6.10
16582026-08-25T21:56:50.828Z Compiling backtrace v0.3.76
16592026-08-25T21:56:50.845Z Compiling zerocopy v0.7.35
16602026-08-25T21:56:51.306Z Compiling inout v0.2.2
16612026-08-25T21:56:51.356Z Compiling daft v0.1.8
16622026-08-25T21:56:51.387Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-25T21:56:51.473Z Compiling hyper-tls v0.6.0
16642026-08-25T21:56:51.576Z Compiling object v0.30.4
16652026-08-25T21:56:51.622Z Compiling zip v0.6.6
16662026-08-25T21:56:51.661Z Compiling derive_builder v0.20.2
16672026-08-25T21:56:51.690Z Compiling toml v0.7.8
16682026-08-25T21:56:51.875Z Compiling goblin v0.8.2
16692026-08-25T21:56:51.975Z Compiling derive-ex v0.1.8
16702026-08-25T21:56:52.273Z Compiling darling v0.23.0
16712026-08-25T21:56:52.353Z Compiling convert_case v0.10.0
16722026-08-25T21:56:52.513Z Compiling phf_shared v0.13.1
16732026-08-25T21:56:52.585Z Compiling regex v1.12.3
16742026-08-25T21:56:52.647Z Compiling hubpack_derive v0.1.1
16752026-08-25T21:56:52.749Z Compiling futures-executor v0.3.32
16762026-08-25T21:56:53.012Z Compiling snafu-derive v0.8.9
16772026-08-25T21:56:53.073Z Compiling ref-cast-impl v1.0.25
16782026-08-25T21:56:53.105Z Compiling strum_macros v0.27.2
16792026-08-25T21:56:53.552Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-25T21:56:53.597Z Compiling vergen v9.1.0
16812026-08-25T21:56:53.775Z Compiling cargo-platform v0.3.2
16822026-08-25T21:56:54.047Z Compiling ff v0.13.1
16832026-08-25T21:56:54.184Z Compiling fs-err v3.3.0
16842026-08-25T21:56:54.197Z Compiling foldhash v0.2.0
16852026-08-25T21:56:54.369Z Compiling foldhash v0.1.5
16862026-08-25T21:56:54.383Z Compiling either v1.15.0
16872026-08-25T21:56:54.408Z Compiling same-file v1.0.6
16882026-08-25T21:56:54.535Z Compiling base16ct v0.2.0
16892026-08-25T21:56:54.573Z Compiling managed v0.8.0
16902026-08-25T21:56:54.592Z Compiling path-slash v0.1.5
16912026-08-25T21:56:54.706Z Compiling is_ci v1.2.0
16922026-08-25T21:56:54.715Z Compiling libbz2-rs-sys v0.2.2
16932026-08-25T21:56:54.790Z Compiling jiff-core v0.1.0
16942026-08-25T21:56:54.835Z Compiling bitflags v1.3.2
16952026-08-25T21:56:54.873Z Compiling bumpalo v3.20.2
16962026-08-25T21:56:55.016Z Compiling strum v0.27.2
16972026-08-25T21:56:55.156Z Compiling zopfli v0.8.3
16982026-08-25T21:56:55.183Z Compiling bzip2 v0.6.1
16992026-08-25T21:56:55.347Z Compiling snafu v0.8.9
17002026-08-25T21:56:55.380Z Compiling supports-color v3.0.2
17012026-08-25T21:56:55.451Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17022026-08-25T21:56:55.542Z Compiling sec1 v0.7.3
17032026-08-25T21:56:55.712Z Compiling jiff v0.2.34
17042026-08-25T21:56:55.765Z Compiling textwrap v0.16.2
17052026-08-25T21:56:55.824Z Compiling walkdir v2.5.0
17062026-08-25T21:56:55.839Z Compiling hashbrown v0.15.5
17072026-08-25T21:56:56.003Z Compiling hashbrown v0.16.1
17082026-08-25T21:56:56.257Z Compiling group v0.13.0
17092026-08-25T21:56:56.438Z Compiling dof v0.3.0
17102026-08-25T21:56:56.483Z Compiling cargo_metadata v0.23.1
17112026-08-25T21:56:56.642Z Compiling test-strategy v0.4.5
17122026-08-25T21:56:56.969Z Compiling hubpack v0.1.2
17132026-08-25T21:56:57.117Z Compiling futures v0.3.32
17142026-08-25T21:56:57.188Z Compiling phf v0.13.1
17152026-08-25T21:56:57.203Z Compiling derive_more-impl v2.1.1
17162026-08-25T21:56:57.343Z Compiling signal-hook-mio v0.2.5
17172026-08-25T21:56:57.765Z Compiling serde_with_macros v3.21.0
17182026-08-25T21:56:57.821Z Compiling cookie_store v0.22.1
17192026-08-25T21:56:58.065Z Compiling zstd v0.13.3
17202026-08-25T21:56:58.310Z Compiling reqwest v0.12.28
17212026-08-25T21:56:58.328Z Compiling cipher v0.5.2
17222026-08-25T21:56:58.461Z Compiling backtrace-ext v0.2.1
17232026-08-25T21:56:58.635Z Compiling postgres-types v0.2.12
17242026-08-25T21:56:59.098Z Compiling usdt-macro v0.6.0
17252026-08-25T21:56:59.204Z Compiling usdt-attr-macro v0.6.0
17262026-08-25T21:56:59.248Z Compiling globset v0.4.18
17272026-08-25T21:56:59.459Z Compiling phf_shared v0.11.3
17282026-08-25T21:56:59.650Z Compiling hkdf v0.12.4
17292026-08-25T21:56:59.737Z Compiling dtrace-parser v0.2.0
17302026-08-25T21:56:59.815Z Compiling byte-wrapper v0.1.0
17312026-08-25T21:56:59.863Z Compiling olpc-cjson v0.1.4
17322026-08-25T21:56:59.890Z Compiling ed25519 v2.2.3
17332026-08-25T21:56:59.948Z Compiling crypto-bigint v0.5.5
17342026-08-25T21:56:59.972Z Compiling serde_plain v1.0.2
17352026-08-25T21:57:00.068Z Compiling serde-big-array v0.5.1
17362026-08-25T21:57:00.158Z Compiling serde_repr v0.1.20
17372026-08-25T21:57:00.202Z Compiling miette-derive v7.6.0
17382026-08-25T21:57:00.211Z Compiling async-recursion v1.1.1
17392026-08-25T21:57:00.518Z Compiling enum-as-inner v0.6.1
17402026-08-25T21:57:00.676Z Compiling strum_macros v0.26.4
17412026-08-25T21:57:00.836Z Compiling pem v3.0.6
17422026-08-25T21:57:00.858Z Compiling float-cmp v0.10.0
17432026-08-25T21:57:01.022Z Compiling thread-id v4.2.2
17442026-08-25T21:57:01.032Z Compiling memmap2 v0.9.10
17452026-08-25T21:57:01.088Z Compiling static_assertions v1.1.0
17462026-08-25T21:57:01.162Z Compiling normalize-line-endings v0.3.0
17472026-08-25T21:57:01.173Z Compiling precomputed-hash v0.1.1
17482026-08-25T21:57:01.240Z Compiling supports-unicode v3.0.0
17492026-08-25T21:57:01.275Z Compiling cpufeatures v0.3.0
17502026-08-25T21:57:01.290Z Compiling supports-hyperlinks v3.2.0
17512026-08-25T21:57:01.339Z Compiling fixedbitset v0.5.7
17522026-08-25T21:57:01.359Z Compiling data-encoding v2.10.0
17532026-08-25T21:57:01.378Z Compiling keccak v0.1.6
17542026-08-25T21:57:01.427Z Compiling fixedbitset v0.4.2
17552026-08-25T21:57:01.633Z Compiling const-oid v0.10.2
17562026-08-25T21:57:01.633Z Compiling difflib v0.4.0
17572026-08-25T21:57:01.851Z Compiling typed-path v0.9.3
17582026-08-25T21:57:02.022Z Compiling predicates-core v1.0.10
17592026-08-25T21:57:02.064Z Compiling winnow v1.0.3
17602026-08-25T21:57:02.107Z Compiling whoami v2.1.0
17612026-08-25T21:57:02.135Z Compiling new_debug_unreachable v1.0.6
17622026-08-25T21:57:02.176Z Compiling toml_edit v0.22.27
17632026-08-25T21:57:02.192Z Compiling string_cache v0.8.9
17642026-08-25T21:57:02.208Z Compiling predicates v3.1.4
17652026-08-25T21:57:02.410Z Compiling tokio-postgres v0.7.16
17662026-08-25T21:57:02.410Z Compiling strum v0.26.3
17672026-08-25T21:57:02.477Z Compiling miette v7.6.0
17682026-08-25T21:57:02.533Z Compiling digest v0.11.3
17692026-08-25T21:57:02.760Z Compiling hickory-proto v0.25.2
17702026-08-25T21:57:02.824Z Compiling petgraph v0.6.5
17712026-08-25T21:57:03.065Z Compiling toml_parser v1.1.2+spec-1.1.0
17722026-08-25T21:57:03.110Z Compiling petgraph v0.8.3
17732026-08-25T21:57:03.610Z Compiling sha3 v0.10.8
17742026-08-25T21:57:03.672Z Compiling chacha20 v0.10.0
17752026-08-25T21:57:04.051Z Compiling usdt v0.6.0
17762026-08-25T21:57:04.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-08-25T21:57:04.304Z Compiling usdt-impl v0.5.0
17782026-08-25T21:57:04.319Z Compiling elliptic-curve v0.13.8
17792026-08-25T21:57:04.638Z Compiling ed25519-dalek v2.2.0
17802026-08-25T21:57:04.727Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-25T21:57:04.866Z Compiling crossterm v0.28.1
17822026-08-25T21:57:04.881Z Compiling serde_with v3.21.0
17832026-08-25T21:57:05.175Z Compiling derive_more v2.1.1
17842026-08-25T21:57:05.278Z Compiling zip v4.6.1
17852026-08-25T21:57:06.217Z Compiling iddqd v0.4.2
17862026-08-25T21:57:06.559Z Compiling itertools v0.13.0
17872026-08-25T21:57:06.688Z Compiling itertools v0.15.0
17882026-08-25T21:57:06.734Z Compiling similar v2.7.0
17892026-08-25T21:57:06.765Z Compiling crossbeam-epoch v0.9.18
17902026-08-25T21:57:06.886Z Compiling heck v0.4.1
17912026-08-25T21:57:07.081Z Compiling tokio-stream v0.1.18
17922026-08-25T21:57:07.102Z Compiling buf-list v1.1.2
17932026-08-25T21:57:07.370Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-25T21:57:07.417Z Compiling openapiv3 v2.2.0
17952026-08-25T21:57:07.464Z Compiling lalrpop-util v0.19.12
17962026-08-25T21:57:07.524Z Compiling peg-runtime v0.8.5
17972026-08-25T21:57:07.566Z Compiling thread_local v1.1.9
17982026-08-25T21:57:07.649Z Compiling slog-async v2.8.0
17992026-08-25T21:57:07.663Z Compiling crossbeam-channel v0.5.15
18002026-08-25T21:57:07.774Z Compiling filetime v0.2.27
18012026-08-25T21:57:07.794Z Compiling is-terminal v0.4.17
18022026-08-25T21:57:07.815Z Compiling take_mut v0.2.2
18032026-08-25T21:57:07.889Z Compiling term v1.2.1
18042026-08-25T21:57:07.922Z Compiling xattr v1.6.1
18052026-08-25T21:57:07.942Z Compiling camino-tempfile v1.4.1
18062026-08-25T21:57:08.081Z Compiling tar v0.4.46
18072026-08-25T21:57:08.160Z Compiling slog-term v2.9.2
18082026-08-25T21:57:14.022Z Compiling rustls-webpki v0.103.13
18092026-08-25T21:57:16.738Z Compiling tokio-rustls v0.26.4
18102026-08-25T21:57:16.738Z Compiling rustls-platform-verifier v0.6.2
18112026-08-25T21:57:16.738Z Compiling tough v0.22.0
18122026-08-25T21:57:16.946Z Compiling hyper-rustls v0.27.7
18132026-08-25T21:57:17.149Z Compiling reqwest v0.13.2
18142026-08-25T21:57:19.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-25T21:57:19.546Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-25T21:57:22.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-25T21:57:22.628Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-25T21:57:22.684ZAug 25 21:57:20.910 INFO Starting download, target: Cockroach
18192026-08-25T21:57:22.684ZAug 25 21:57:20.910 INFO Starting download, target: Clickhouse
18202026-08-25T21:57:22.684ZAug 25 21:57:20.910 INFO Starting download, target: Console
18212026-08-25T21:57:22.684ZAug 25 21:57:20.910 INFO Starting download, target: DendriteStub
18222026-08-25T21:57:22.684ZAug 25 21:57:20.910 INFO Starting download, target: MaghemiteMgd
18232026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Starting download, target: MaghemiteDdmd
18242026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Starting download, target: TransceiverControl
18252026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18262026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18272026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18292026-08-25T21:57:22.687ZAug 25 21:57:20.910 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-25T21:57:22.688ZAug 25 21:57:20.910 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18312026-08-25T21:57:22.688ZAug 25 21:57:20.910 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18322026-08-25T21:57:23.169ZAug 25 21:57:21.387 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-25T21:57:23.384ZAug 25 21:57:21.609 INFO Download complete, target: TransceiverControl
18342026-08-25T21:57:24.435ZAug 25 21:57:22.661 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-25T21:57:24.684ZAug 25 21:57:22.908 INFO Download complete, target: Console
18362026-08-25T21:57:24.693ZAug 25 21:57:22.914 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-25T21:57:24.837ZAug 25 21:57:23.063 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-25T21:57:24.967ZAug 25 21:57:23.192 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-25T21:57:24.984ZAug 25 21:57:23.207 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-08-25T21:57:25.341ZAug 25 21:57:23.567 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-25T21:57:25.341ZAug 25 21:57:23.567 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-25T21:57:26.673ZAug 25 21:57:24.899 INFO Download complete, target: MaghemiteDdmd
18432026-08-25T21:57:27.381ZAug 25 21:57:25.608 INFO Download complete, target: DendriteStub
18442026-08-25T21:57:27.564ZAug 25 21:57:25.789 INFO Download complete, target: MaghemiteMgd
18452026-08-25T21:57:30.022ZAug 25 21:57:28.248 INFO Checking that binary works, target: Cockroach
18462026-08-25T21:57:30.134ZAug 25 21:57:28.359 INFO Download complete, target: Cockroach
18472026-08-25T21:57:31.784ZAug 25 21:57:30.001 INFO Checking that binary works, target: Clickhouse
18482026-08-25T21:57:31.881ZAug 25 21:57:30.107 INFO Download complete, target: Clickhouse
18492026-08-25T21:57:31.896ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-25T21:57:31.899Z
18512026-08-25T21:57:31.899Zreal 2:13.851922852
18522026-08-25T21:57:31.899Zuser 7:21.323371765
18532026-08-25T21:57:31.899Zsys 1:26.513577288
18542026-08-25T21:57:31.899Ztrap 0.253337863
18552026-08-25T21:57:31.899Ztflt 0.605846227
18562026-08-25T21:57:31.900Zdflt 1.139682366
18572026-08-25T21:57:31.900Zkflt 0.017692530
18582026-08-25T21:57:31.900Zlock 27:30.238676242
18592026-08-25T21:57:31.900Zslp 22:11.921141670
18602026-08-25T21:57:31.900Zlat 48.940974533
18612026-08-25T21:57:31.900Zstop 2:44.825721523
18622026-08-25T21:57:31.900Z+ banner clippy
18632026-08-25T21:57:31.900Z
18642026-08-25T21:57:31.900Z #### # # ##### ##### # #
18652026-08-25T21:57:31.900Z # # # # # # # # # #
18662026-08-25T21:57:31.900Z # # # # # # # #
18672026-08-25T21:57:31.900Z # # # ##### ##### #
18682026-08-25T21:57:31.900Z # # # # # # #
18692026-08-25T21:57:31.900Z #### ###### # # # #
18702026-08-25T21:57:31.900Z
18712026-08-25T21:57:31.900Z+ export CARGO_INCREMENTAL=0
18722026-08-25T21:57:31.900Z+ CARGO_INCREMENTAL=0
18732026-08-25T21:57:31.900Z+ ptime -m cargo xtask clippy
18742026-08-25T21:57:32.380Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-25T21:57:32.659Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-25T21:57:34.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18772026-08-25T21:57:34.515Z Running `target/debug/xtask clippy`
18782026-08-25T21:57:34.540Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-25T21:57:35.113Z Downloading crates ...
18802026-08-25T21:57:35.286Z Downloaded anes v0.1.6
18812026-08-25T21:57:35.290Z Downloaded concurrent-queue v2.5.0
18822026-08-25T21:57:35.290Z Downloaded assert-json-diff v2.0.2
18832026-08-25T21:57:35.290Z Downloaded approx v0.5.1
18842026-08-25T21:57:35.294Z Downloaded constant_time_eq v0.3.1
18852026-08-25T21:57:35.294Z Downloaded async-object-pool v0.2.0
18862026-08-25T21:57:35.294Z Downloaded async-lock v3.4.2
18872026-08-25T21:57:35.294Z Downloaded cast v0.3.0
18882026-08-25T21:57:35.297Z Downloaded escape8259 v0.5.3
18892026-08-25T21:57:35.297Z Downloaded assert_cmd v2.1.2
18902026-08-25T21:57:35.297Z Downloaded event-listener-strategy v0.5.4
18912026-08-25T21:57:35.297Z Downloaded criterion-plot v0.6.0
18922026-08-25T21:57:35.297Z Downloaded blake2b_simd v1.0.4
18932026-08-25T21:57:35.297Z Downloaded cfg-expr v0.20.6
18942026-08-25T21:57:35.300Z Downloaded criterion v0.7.0
18952026-08-25T21:57:35.303Z Downloaded datatest-stable v0.3.3
18962026-08-25T21:57:35.305Z Downloaded guppy-workspace-hack v0.1.0
18972026-08-25T21:57:35.305Z Downloaded hex-literal v0.4.1
18982026-08-25T21:57:35.305Z Downloaded fancy-regex v0.14.0
18992026-08-25T21:57:35.308Z Downloaded event-listener v5.4.1
19002026-08-25T21:57:35.308Z Downloaded futures-timer v3.0.3
19012026-08-25T21:57:35.308Z Downloaded hickory-client v0.25.2
19022026-08-25T21:57:35.311Z Downloaded httptest v0.16.4
19032026-08-25T21:57:35.311Z Downloaded guppy v0.17.25
19042026-08-25T21:57:35.314Z Downloaded knuffel v3.2.0
19052026-08-25T21:57:35.319Z Downloaded miette-derive v5.10.0
19062026-08-25T21:57:35.319Z Downloaded nested v0.1.1
19072026-08-25T21:57:35.319Z Downloaded knuffel-derive v3.2.0
19082026-08-25T21:57:35.319Z Downloaded linkme v0.3.35
19092026-08-25T21:57:35.323Z Downloaded linkme-impl v0.3.35
19102026-08-25T21:57:35.323Z Downloaded pathdiff v0.2.3
19112026-08-25T21:57:35.323Z Downloaded libtest-mimic v0.8.1
19122026-08-25T21:57:35.323Z Downloaded parking v2.2.1
19132026-08-25T21:57:35.323Z Downloaded plotters-backend v0.3.7
19142026-08-25T21:57:35.323Z Downloaded plotters-svg v0.3.7
19152026-08-25T21:57:35.329Z Downloaded oorandom v11.1.5
19162026-08-25T21:57:35.329Z Downloaded owo-colors v3.5.0
19172026-08-25T21:57:35.329Z Downloaded partial-io v0.5.4
19182026-08-25T21:57:35.329Z Downloaded miette v5.10.0
19192026-08-25T21:57:35.329Z Downloaded path-tree v0.8.3
19202026-08-25T21:57:35.329Z Downloaded similar-asserts v1.7.0
19212026-08-25T21:57:35.329Z Downloaded relative-path v1.9.3
19222026-08-25T21:57:35.334Z Downloaded rust-argon2 v2.1.0
19232026-08-25T21:57:35.334Z Downloaded serde_regex v1.1.0
19242026-08-25T21:57:35.334Z Downloaded rstest v0.25.0
19252026-08-25T21:57:35.337Z Downloaded supports-color v2.1.0
19262026-08-25T21:57:35.337Z Downloaded supports-unicode v2.1.0
19272026-08-25T21:57:35.337Z Downloaded terminal_size v0.1.17
19282026-08-25T21:57:35.337Z Downloaded target-triple v1.0.0
19292026-08-25T21:57:35.337Z Downloaded supports-hyperlinks v2.1.0
19302026-08-25T21:57:35.340Z Downloaded stringmetrics v2.2.2
19312026-08-25T21:57:35.340Z Downloaded termcolor v1.4.1
19322026-08-25T21:57:35.340Z Downloaded target-lexicon v0.13.3
19332026-08-25T21:57:35.340Z Downloaded target-spec v3.5.7
19342026-08-25T21:57:35.343Z Downloaded rstest_macros v0.25.0
19352026-08-25T21:57:35.343Z Downloaded rand_distr v0.5.1
19362026-08-25T21:57:35.345Z Downloaded tinytemplate v1.2.1
19372026-08-25T21:57:35.350Z Downloaded textwrap v0.15.2
19382026-08-25T21:57:35.355Z Downloaded trybuild v1.0.116
19392026-08-25T21:57:35.359Z Downloaded plotters v0.3.7
19402026-08-25T21:57:35.468Z Downloaded httpmock v0.8.3
19412026-08-25T21:57:37.305Z Checking cfg-if v1.0.4
19422026-08-25T21:57:37.679Z Checking serde_core v1.0.228
19432026-08-25T21:57:37.679Z Checking libc v0.2.185
19442026-08-25T21:57:37.753Z Checking memchr v2.8.0
19452026-08-25T21:57:37.798Z Checking smallvec v1.15.1
19462026-08-25T21:57:37.838Z Checking rand_core v0.10.0
19472026-08-25T21:57:37.874Z Checking itoa v1.0.17
19482026-08-25T21:57:37.916Z Checking subtle v2.6.1
19492026-08-25T21:57:37.916Z Checking libm v0.2.16
19502026-08-25T21:57:38.001Z Checking log v0.4.33
19512026-08-25T21:57:38.054Z Checking typenum v1.20.1
19522026-08-25T21:57:38.054Z Checking scopeguard v1.2.0
19532026-08-25T21:57:38.133Z Checking getrandom v0.4.3
19542026-08-25T21:57:38.133Z Checking errno v0.3.14
19552026-08-25T21:57:38.208Z Checking zmij v1.0.21
19562026-08-25T21:57:38.212Z Checking stable_deref_trait v1.2.1
19572026-08-25T21:57:38.278Z Checking lock_api v0.4.14
19582026-08-25T21:57:38.321Z Checking zerofrom v0.1.6
19592026-08-25T21:57:38.366Z Checking percent-encoding v2.3.2
19602026-08-25T21:57:38.407Z Checking writeable v0.6.2
19612026-08-25T21:57:38.445Z Checking litemap v0.8.1
19622026-08-25T21:57:38.482Z Checking yoke v0.8.1
19632026-08-25T21:57:38.523Z Checking icu_normalizer_data v2.1.1
19642026-08-25T21:57:38.569Z Checking icu_properties_data v2.1.2
19652026-08-25T21:57:38.609Z Checking form_urlencoded v1.2.2
19662026-08-25T21:57:38.652Z Checking num-traits v0.2.19
19672026-08-25T21:57:38.692Z Checking utf8_iter v1.0.4
19682026-08-25T21:57:38.731Z Checking zerovec v0.11.5
19692026-08-25T21:57:38.731Z Checking zerotrie v0.2.3
19702026-08-25T21:57:38.809Z Checking zerocopy v0.8.55
19712026-08-25T21:57:38.850Z Checking portable-atomic v1.13.1
19722026-08-25T21:57:38.891Z Checking pin-project-lite v0.2.17
19732026-08-25T21:57:38.891Z Checking critical-section v1.2.0
19742026-08-25T21:57:38.998Z Checking parking_lot_core v0.9.12
19752026-08-25T21:57:39.049Z Checking signal-hook-registry v1.4.8
19762026-08-25T21:57:39.092Z Checking mio v1.2.0
19772026-08-25T21:57:39.182Z Checking serde v1.0.228
19782026-08-25T21:57:39.182Z Checking bitflags v2.11.0
19792026-08-25T21:57:39.256Z Checking serde_json v1.0.151
19802026-08-25T21:57:39.259Z Checking tinystr v0.8.2
19812026-08-25T21:57:39.259Z Checking potential_utf v0.1.4
19822026-08-25T21:57:39.365Z Checking once_cell v1.21.3
19832026-08-25T21:57:39.405Z Checking parking_lot v0.12.5
19842026-08-25T21:57:39.446Z Checking icu_collections v2.1.1
19852026-08-25T21:57:39.486Z Checking iana-time-zone v0.1.65
19862026-08-25T21:57:39.530Z Checking icu_locale_core v2.1.1
19872026-08-25T21:57:39.578Z Checking uuid v1.23.4
19882026-08-25T21:57:39.623Z Checking zeroize v1.9.0
19892026-08-25T21:57:39.623Z Checking bytes v1.11.1
19902026-08-25T21:57:39.626Z Checking chrono v0.4.45
19912026-08-25T21:57:39.780Z Checking socket2 v0.6.3
19922026-08-25T21:57:39.867Z Checking semver v1.0.28
19932026-08-25T21:57:39.940Z Checking thiserror v2.0.18
19942026-08-25T21:57:39.986Z Checking dyn-clone v1.0.20
19952026-08-25T21:57:40.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962026-08-25T21:57:40.112Z Checking rustix v1.1.4
19972026-08-25T21:57:40.148Z Checking icu_provider v2.1.1
19982026-08-25T21:57:40.153Z Checking tokio v1.52.1
19992026-08-25T21:57:40.153Z Checking futures-core v0.3.32
20002026-08-25T21:57:40.153Z Checking equivalent v1.0.2
20012026-08-25T21:57:40.339Z Checking getrandom v0.2.17
20022026-08-25T21:57:40.387Z Checking cmov v0.5.4
20032026-08-25T21:57:40.427Z Checking getrandom v0.3.4
20042026-08-25T21:57:40.430Z Checking icu_properties v2.1.2
20052026-08-25T21:57:40.513Z Checking icu_normalizer v2.1.1
20062026-08-25T21:57:40.557Z Checking rand_core v0.6.4
20072026-08-25T21:57:40.604Z Checking ctutils v0.4.2
20082026-08-25T21:57:40.647Z Checking byteorder v1.5.0
20092026-08-25T21:57:40.760Z Checking futures-sink v0.3.32
20102026-08-25T21:57:40.842Z Checking hybrid-array v0.4.13
20112026-08-25T21:57:40.846Z Checking slab v0.4.12
20122026-08-25T21:57:40.918Z Checking futures-channel v0.3.32
20132026-08-25T21:57:40.922Z Checking futures-io v0.3.32
20142026-08-25T21:57:40.991Z Checking futures-task v0.3.32
20152026-08-25T21:57:41.066Z Checking regex-syntax v0.8.10
20162026-08-25T21:57:41.106Z Checking fnv v1.0.7
20172026-08-25T21:57:41.142Z Checking hashbrown v0.17.0
20182026-08-25T21:57:41.178Z Checking futures-util v0.3.32
20192026-08-25T21:57:41.224Z Checking generic-array v0.14.7
20202026-08-25T21:57:41.263Z Checking idna_adapter v1.2.1
20212026-08-25T21:57:41.411Z Checking idna v1.1.0
20222026-08-25T21:57:41.584Z Checking ppv-lite86 v0.2.21
20232026-08-25T21:57:41.633Z Checking thiserror v1.0.69
20242026-08-25T21:57:41.672Z Checking indexmap v2.14.0
20252026-08-25T21:57:41.711Z Checking crypto-common v0.2.2
20262026-08-25T21:57:41.715Z Checking url v2.5.8
20272026-08-25T21:57:41.784Z Checking base64ct v1.8.3
20282026-08-25T21:57:41.907Z Checking const-oid v0.9.6
20292026-08-25T21:57:42.049Z Checking crypto-common v0.1.7
20302026-08-25T21:57:42.202Z Checking schemars v0.8.22
20312026-08-25T21:57:42.243Z Checking block-buffer v0.12.1
20322026-08-25T21:57:42.281Z Checking base64 v0.22.1
20332026-08-25T21:57:42.339Z Checking rand_core v0.9.5
20342026-08-25T21:57:42.419Z Checking block-buffer v0.10.4
20352026-08-25T21:57:42.459Z Checking erased-serde v0.3.31
20362026-08-25T21:57:42.540Z Checking utf8parse v0.2.2
20372026-08-25T21:57:42.544Z Checking rand_chacha v0.9.0
20382026-08-25T21:57:42.617Z Checking anstyle v1.0.14
20392026-08-25T21:57:42.621Z Checking digest v0.10.7
20402026-08-25T21:57:42.691Z Checking http v1.4.2
20412026-08-25T21:57:42.800Z Checking rand v0.9.2
20422026-08-25T21:57:42.839Z Checking tracing-core v0.1.36
20432026-08-25T21:57:42.878Z Checking slog v2.8.2
20442026-08-25T21:57:42.882Z Checking colorchoice v1.0.4
20452026-08-25T21:57:42.914Z Checking anstyle-query v1.1.5
20462026-08-25T21:57:43.045Z Checking is_terminal_polyfill v1.70.2
20472026-08-25T21:57:43.084Z Checking terminal_size v0.4.3
20482026-08-25T21:57:43.135Z Checking fastrand v2.3.0
20492026-08-25T21:57:43.164Z Checking tracing v0.1.44
20502026-08-25T21:57:43.168Z Checking const-oid v0.10.2
20512026-08-25T21:57:43.202Z Checking anstyle-parse v1.0.0
20522026-08-25T21:57:43.274Z Checking ipnet v2.12.0
20532026-08-25T21:57:43.278Z Checking aho-corasick v1.1.4
20542026-08-25T21:57:43.350Z Checking ipnetwork v0.21.1
20552026-08-25T21:57:43.353Z Checking tempfile v3.27.0
20562026-08-25T21:57:43.423Z Checking crossbeam-utils v0.8.21
20572026-08-25T21:57:43.426Z Checking anstream v1.0.0
20582026-08-25T21:57:43.426Z Checking unicode-ident v1.0.24
20592026-08-25T21:57:43.532Z Checking tokio-util v0.7.18
20602026-08-25T21:57:43.573Z Checking clap_lex v1.0.0
20612026-08-25T21:57:43.612Z Checking strsim v0.11.1
20622026-08-25T21:57:43.615Z Checking powerfmt v0.2.0
20632026-08-25T21:57:43.652Z Checking proc-macro2 v1.0.106
20642026-08-25T21:57:43.725Z Checking allocator-api2 v0.2.21
20652026-08-25T21:57:43.763Z Checking digest v0.11.3
20662026-08-25T21:57:43.802Z Checking clap_builder v4.6.0
20672026-08-25T21:57:43.805Z Checking time-core v0.1.8
20682026-08-25T21:57:43.876Z Checking deranged v0.5.8
20692026-08-25T21:57:43.965Z Checking cpufeatures v0.3.0
20702026-08-25T21:57:44.005Z Checking num-conv v0.2.0
20712026-08-25T21:57:44.008Z Checking regex-automata v0.4.14
20722026-08-25T21:57:44.079Z Checking num_threads v0.1.7
20732026-08-25T21:57:44.082Z Checking quote v1.0.45
20742026-08-25T21:57:44.083Z Checking httparse v1.10.1
20752026-08-25T21:57:44.187Z Checking anyhow v1.0.104
20762026-08-25T21:57:44.190Z Checking cpufeatures v0.2.17
20772026-08-25T21:57:44.190Z Checking rustls-pki-types v1.14.0
20782026-08-25T21:57:44.302Z Checking syn v2.0.117
20792026-08-25T21:57:44.343Z Checking aws-lc-sys v0.40.0
20802026-08-25T21:57:44.381Z Checking untrusted v0.7.1
20812026-08-25T21:57:44.420Z Checking http-body v1.0.1
20822026-08-25T21:57:44.517Z Checking atomic-waker v1.1.2
20832026-08-25T21:57:44.571Z Checking oxnet v0.1.6
20842026-08-25T21:57:44.610Z Checking try-lock v0.2.5
20852026-08-25T21:57:44.648Z Checking httpdate v1.0.3
20862026-08-25T21:57:44.736Z Checking want v0.3.1
20872026-08-25T21:57:44.807Z Checking time v0.3.47
20882026-08-25T21:57:44.846Z Checking h2 v0.4.15
20892026-08-25T21:57:44.885Z Checking aws-lc-rs v1.16.3
20902026-08-25T21:57:44.889Z Checking hex v0.4.3
20912026-08-25T21:57:44.921Z Checking tower-service v0.3.3
20922026-08-25T21:57:45.043Z Checking clap v4.6.1
20932026-08-25T21:57:45.082Z Checking tower-layer v0.3.3
20942026-08-25T21:57:45.151Z Checking ryu v1.0.23
20952026-08-25T21:57:45.191Z Checking simd-adler32 v0.3.8
20962026-08-25T21:57:45.257Z Checking untrusted v0.9.0
20972026-08-25T21:57:45.317Z Checking spin v0.9.8
20982026-08-25T21:57:45.392Z Checking unicode-width v0.2.0
20992026-08-25T21:57:45.396Z Checking adler2 v2.0.1
21002026-08-25T21:57:45.524Z Checking pem-rfc7468 v0.7.0
21012026-08-25T21:57:45.564Z Checking miniz_oxide v0.8.9
21022026-08-25T21:57:45.667Z Checking mime v0.3.17
21032026-08-25T21:57:45.730Z Checking flagset v0.4.7
21042026-08-25T21:57:45.769Z Checking rustls-webpki v0.103.13
21052026-08-25T21:57:45.867Z Checking block-padding v0.4.2
21062026-08-25T21:57:45.908Z Checking camino v1.2.5
21072026-08-25T21:57:45.911Z Checking der v0.7.10
21082026-08-25T21:57:45.984Z Checking pretty-hex v0.4.1
21092026-08-25T21:57:45.987Z Checking http-body-util v0.1.3
21102026-08-25T21:57:46.057Z Checking inout v0.2.2
21112026-08-25T21:57:46.130Z Checking plain v0.2.3
21122026-08-25T21:57:46.182Z Checking openssl-probe v0.2.1
21132026-08-25T21:57:46.221Z Checking rustls v0.23.41
21142026-08-25T21:57:46.260Z Checking ucd-trie v0.1.7
21152026-08-25T21:57:46.264Z Checking cipher v0.5.2
21162026-08-25T21:57:46.264Z Checking regex v1.12.3
21172026-08-25T21:57:46.368Z Checking serde_urlencoded v0.7.1
21182026-08-25T21:57:46.421Z Checking pest v2.8.6
21192026-08-25T21:57:46.571Z Checking rand_chacha v0.3.1
21202026-08-25T21:57:46.610Z Checking encoding_rs v0.8.35
21212026-08-25T21:57:46.650Z Checking bit-vec v0.8.0
21222026-08-25T21:57:46.653Z Checking futures-executor v0.3.32
21232026-08-25T21:57:46.725Z Checking spki v0.7.3
21242026-08-25T21:57:46.807Z Checking rand v0.8.6
21252026-08-25T21:57:46.867Z Checking wait-timeout v0.2.1
21262026-08-25T21:57:46.905Z Checking bit-set v0.8.0
21272026-08-25T21:57:46.943Z Checking futures v0.3.32
21282026-08-25T21:57:47.019Z Checking crc32fast v1.5.0
21292026-08-25T21:57:47.059Z Checking quick-error v1.2.3
21302026-08-25T21:57:47.097Z Checking either v1.15.0
21312026-08-25T21:57:47.186Z Checking rusty-fork v0.3.1
21322026-08-25T21:57:47.190Z Checking rand_xorshift v0.4.0
21332026-08-25T21:57:47.307Z Checking sync_wrapper v1.0.2
21342026-08-25T21:57:47.360Z Checking unarray v0.1.4
21352026-08-25T21:57:47.400Z Checking pkcs8 v0.10.2
21362026-08-25T21:57:47.403Z Checking foldhash v0.2.0
21372026-08-25T21:57:47.472Z Checking tower v0.5.3
21382026-08-25T21:57:47.511Z Checking iri-string v0.7.10
21392026-08-25T21:57:47.514Z Checking proptest v1.11.0
21402026-08-25T21:57:47.583Z Checking hashbrown v0.16.1
21412026-08-25T21:57:47.622Z Checking openapiv3 v2.2.0
21422026-08-25T21:57:47.626Z Checking static_assertions v1.1.0
21432026-08-25T21:57:47.695Z Checking hyper v1.10.1
21442026-08-25T21:57:47.755Z Checking zlib-rs v0.6.2
21452026-08-25T21:57:47.881Z Checking sha2 v0.10.9
21462026-08-25T21:57:48.108Z Checking rustls-native-certs v0.8.3
21472026-08-25T21:57:48.182Z Checking lazy_static v1.5.0
21482026-08-25T21:57:48.271Z Checking hubpack v0.1.2
21492026-08-25T21:57:48.311Z Checking tinyvec_macros v0.1.1
21502026-08-25T21:57:48.408Z Checking psl-types v2.0.11
21512026-08-25T21:57:48.470Z Checking tinyvec v1.10.0
21522026-08-25T21:57:48.510Z Checking tokio-rustls v0.26.4
21532026-08-25T21:57:48.548Z Checking tower-http v0.6.8
21542026-08-25T21:57:48.586Z Checking publicsuffix v2.3.0
21552026-08-25T21:57:48.637Z Checking hyper-util v0.1.20
21562026-08-25T21:57:48.678Z Checking flate2 v1.1.9
21572026-08-25T21:57:48.761Z Checking cookie v0.18.1
21582026-08-25T21:57:48.801Z Checking rustls-platform-verifier v0.6.2
21592026-08-25T21:57:48.804Z Checking signature v2.2.0
21602026-08-25T21:57:48.875Z Checking num-integer v0.1.46
21612026-08-25T21:57:48.914Z Checking strum v0.26.3
21622026-08-25T21:57:48.970Z Checking scroll v0.13.0
21632026-08-25T21:57:49.011Z Checking ahash v0.8.12
21642026-08-25T21:57:49.014Z Checking memmap2 v0.9.10
21652026-08-25T21:57:49.084Z Checking unicode-width v0.1.14
21662026-08-25T21:57:49.088Z Checking cookie_store v0.22.1
21672026-08-25T21:57:49.159Z Checking dtrace-parser v0.3.0
21682026-08-25T21:57:49.219Z Checking goblin v0.10.5
21692026-08-25T21:57:49.259Z Checking serde_spanned v0.6.9
21702026-08-25T21:57:49.263Z Checking toml_datetime v0.6.11
21712026-08-25T21:57:49.356Z Checking thread-id v5.1.0
21722026-08-25T21:57:49.396Z Checking newtype-uuid v1.3.2
21732026-08-25T21:57:49.435Z Checking data-encoding v2.10.0
21742026-08-25T21:57:49.439Z Checking bstr v1.12.1
21752026-08-25T21:57:49.510Z Checking hmac v0.12.1
21762026-08-25T21:57:49.513Z Checking base64 v0.21.7
21772026-08-25T21:57:49.513Z Checking x509-cert v0.2.5
21782026-08-25T21:57:49.620Z Checking daft v0.1.8
21792026-08-25T21:57:49.679Z Checking crossbeam-epoch v0.9.18
21802026-08-25T21:57:49.726Z Checking memoffset v0.9.1
21812026-08-25T21:57:49.813Z Checking num-iter v0.1.45
21822026-08-25T21:57:49.853Z Checking scroll v0.12.0
21832026-08-25T21:57:49.891Z Checking zerocopy v0.7.35
21842026-08-25T21:57:49.895Z Checking rustix v0.38.44
21852026-08-25T21:57:49.966Z Checking env_filter v2.0.0
21862026-08-25T21:57:49.969Z Checking hyper-rustls v0.27.7
21872026-08-25T21:57:49.969Z Checking unicode-segmentation v1.12.0
21882026-08-25T21:57:50.096Z Checking goblin v0.8.2
21892026-08-25T21:57:50.139Z Checking tap v1.0.1
21902026-08-25T21:57:50.249Z Checking smawk v0.3.2
21912026-08-25T21:57:50.291Z Checking unicode-linebreak v0.1.5
21922026-08-25T21:57:50.291Z Checking reqwest v0.13.2
21932026-08-25T21:57:50.366Z Checking wyz v0.5.1
21942026-08-25T21:57:50.404Z Checking env_logger v0.11.11
21952026-08-25T21:57:50.407Z Checking num-bigint-dig v0.8.6
21962026-08-25T21:57:50.528Z Checking nix v0.31.2
21972026-08-25T21:57:50.571Z Checking pkcs1 v0.7.5
21982026-08-25T21:57:50.624Z Checking dtrace-parser v0.2.0
21992026-08-25T21:57:50.734Z Checking ff v0.13.1
22002026-08-25T21:57:50.807Z Checking radium v0.7.0
22012026-08-25T21:57:50.886Z Checking thread-id v4.2.2
22022026-08-25T21:57:50.926Z Checking winnow v1.0.3
22032026-08-25T21:57:50.994Z Checking funty v2.0.0
22042026-08-25T21:57:51.032Z Checking crc-catalog v2.4.0
22052026-08-25T21:57:51.152Z Checking base16ct v0.2.0
22062026-08-25T21:57:51.201Z Checking same-file v1.0.6
22072026-08-25T21:57:51.279Z Checking rsa v0.9.10
22082026-08-25T21:57:51.319Z Checking sec1 v0.7.3
22092026-08-25T21:57:51.357Z Checking bitvec v1.0.1
22102026-08-25T21:57:51.361Z Checking walkdir v2.5.0
22112026-08-25T21:57:51.556Z Checking crc v3.4.0
22122026-08-25T21:57:51.598Z Checking group v0.13.0
22132026-08-25T21:57:51.601Z Checking dof v0.4.0
22142026-08-25T21:57:51.762Z Checking hkdf v0.12.4
22152026-08-25T21:57:51.803Z Checking unicode-normalization v0.1.25
22162026-08-25T21:57:51.806Z Checking crypto-bigint v0.5.5
22172026-08-25T21:57:51.839Z Checking zerocopy v0.6.6
22182026-08-25T21:57:51.849Z Checking maybe-uninit v2.0.0
22192026-08-25T21:57:51.947Z Checking gimli v0.32.3
22202026-08-25T21:57:52.004Z Checking is_ci v1.2.0
22212026-08-25T21:57:52.044Z Checking dof v0.3.0
22222026-08-25T21:57:52.131Z Checking nodrop v0.1.14
22232026-08-25T21:57:52.170Z Checking foreign-types-shared v0.1.1
22242026-08-25T21:57:52.229Z Checking winnow v0.5.40
22252026-08-25T21:57:52.269Z Checking foldhash v0.1.5
22262026-08-25T21:57:52.306Z Checking foreign-types v0.3.2
22272026-08-25T21:57:52.309Z Checking usdt-impl v0.6.0
22282026-08-25T21:57:52.380Z Checking usdt-impl v0.5.0
22292026-08-25T21:57:52.417Z Checking array-init v0.0.4
22302026-08-25T21:57:52.455Z Checking hashbrown v0.15.5
22312026-08-25T21:57:52.646Z Checking usdt v0.6.0
22322026-08-25T21:57:52.689Z Checking smallvec v0.6.14
22332026-08-25T21:57:52.729Z Checking packed_struct v0.10.1
22342026-08-25T21:57:52.767Z Checking serde_with v3.21.0
22352026-08-25T21:57:52.805Z Checking elliptic-curve v0.13.8
22362026-08-25T21:57:52.843Z Checking bitfield v0.19.4
22372026-08-25T21:57:52.904Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-25T21:57:52.948Z Checking openssl-sys v0.9.117
22392026-08-25T21:57:53.019Z Checking object v0.37.3
22402026-08-25T21:57:53.130Z Checking hashbrown v0.12.3
22412026-08-25T21:57:53.171Z Checking bitflags v1.3.2
22422026-08-25T21:57:53.273Z Checking rustc-demangle v0.1.27
22432026-08-25T21:57:53.339Z Checking keccak v0.1.6
22442026-08-25T21:57:53.394Z Checking toml_edit v0.19.15
22452026-08-25T21:57:53.503Z Checking addr2line v0.25.1
22462026-08-25T21:57:53.545Z Checking siphasher v1.0.2
22472026-08-25T21:57:53.548Z Checking sha3 v0.10.8
22482026-08-25T21:57:53.616Z Checking indexmap v1.9.3
22492026-08-25T21:57:53.728Z Checking openssl v0.10.80
22502026-08-25T21:57:53.791Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-25T21:57:53.794Z Checking bzip2 v0.4.4
22522026-08-25T21:57:53.865Z Checking serde-hex v0.1.0
22532026-08-25T21:57:53.949Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-25T21:57:54.015Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-25T21:57:54.132Z Checking ron v0.8.1
22562026-08-25T21:57:54.253Z Checking hashbrown v0.13.2
22572026-08-25T21:57:54.377Z Checking itertools v0.13.0
22582026-08-25T21:57:54.425Z Checking toml v0.7.8
22592026-08-25T21:57:54.675Z Checking itertools v0.15.0
22602026-08-25T21:57:54.715Z Checking signal-hook v0.3.18
22612026-08-25T21:57:54.764Z Checking managed v0.8.0
22622026-08-25T21:57:54.933Z Checking crc-any v2.5.0
22632026-08-25T21:57:54.982Z Checking object v0.30.4
22642026-08-25T21:57:55.136Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652026-08-25T21:57:55.314Z Checking backtrace v0.3.76
22662026-08-25T21:57:55.354Z Checking zip v0.6.6
22672026-08-25T21:57:55.393Z Checking globset v0.4.18
22682026-08-25T21:57:55.431Z Checking chacha20 v0.10.0
22692026-08-25T21:57:55.633Z Checking backtrace-ext v0.2.1
22702026-08-25T21:57:55.684Z Checking curve25519-dalek v4.1.3
22712026-08-25T21:57:55.732Z Checking path-slash v0.1.5
22722026-08-25T21:57:55.736Z Checking winnow v0.7.14
22732026-08-25T21:57:55.806Z Checking toml_write v0.1.2
22742026-08-25T21:57:55.809Z Checking native-tls v0.2.18
22752026-08-25T21:57:55.809Z Checking signal-hook-mio v0.2.5
22762026-08-25T21:57:55.913Z Checking textwrap v0.16.2
22772026-08-25T21:57:55.998Z Checking ed25519 v2.2.3
22782026-08-25T21:57:56.038Z Checking ref-cast v1.0.25
22792026-08-25T21:57:56.076Z Checking pin-project v1.1.11
22802026-08-25T21:57:56.147Z Checking jiff-core v0.1.0
22812026-08-25T21:57:56.187Z Checking tokio-native-tls v0.3.1
22822026-08-25T21:57:56.227Z Checking pem v3.0.6
22832026-08-25T21:57:56.230Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-25T21:57:56.377Z Checking owo-colors v4.3.0
22852026-08-25T21:57:56.417Z Checking fixedbitset v0.5.7
22862026-08-25T21:57:56.420Z Checking zstd-safe v7.2.4
22872026-08-25T21:57:56.503Z Checking ed25519-dalek v2.2.0
22882026-08-25T21:57:56.617Z Checking hyper-tls v0.6.0
22892026-08-25T21:57:56.678Z Checking petgraph v0.8.3
22902026-08-25T21:57:56.770Z Checking snafu v0.8.9
22912026-08-25T21:57:56.812Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22922026-08-25T21:57:56.849Z Checking crossterm v0.28.1
22932026-08-25T21:57:56.887Z Checking jiff v0.2.34
22942026-08-25T21:57:56.966Z Checking supports-color v3.0.2
22952026-08-25T21:57:57.006Z Checking toml_edit v0.22.27
22962026-08-25T21:57:57.043Z Checking similar v2.7.0
22972026-08-25T21:57:57.091Z Checking fs-err v3.3.0
22982026-08-25T21:57:57.130Z Checking hash32 v0.2.1
22992026-08-25T21:57:57.318Z Checking serde-big-array v0.5.1
23002026-08-25T21:57:57.411Z Checking serde_plain v1.0.2
23012026-08-25T21:57:57.452Z Checking typed-path v0.9.3
23022026-08-25T21:57:57.491Z Checking unicode-bidi v0.3.18
23032026-08-25T21:57:57.561Z Checking libbz2-rs-sys v0.2.2
23042026-08-25T21:57:57.601Z Checking bumpalo v3.20.2
23052026-08-25T21:57:57.790Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23062026-08-25T21:57:57.829Z Checking unicode-properties v0.1.4
23072026-08-25T21:57:57.864Z Checking predicates-core v1.0.10
23082026-08-25T21:57:57.970Z Checking bzip2 v0.6.1
23092026-08-25T21:57:58.017Z Checking zopfli v0.8.3
23102026-08-25T21:57:58.055Z Checking stringprep v0.1.5
23112026-08-25T21:57:58.115Z Checking heapless v0.7.17
23122026-08-25T21:57:58.153Z Checking reqwest v0.12.28
23132026-08-25T21:57:58.191Z Checking zstd v0.13.3
23142026-08-25T21:57:58.232Z Checking hickory-proto v0.25.2
23152026-08-25T21:57:58.272Z Checking byte-wrapper v0.1.0
23162026-08-25T21:57:58.275Z Checking md-5 v0.10.6
23172026-08-25T21:57:58.371Z Checking float-cmp v0.10.0
23182026-08-25T21:57:58.411Z Checking difflib v0.4.0
23192026-08-25T21:57:58.474Z Checking normalize-line-endings v0.3.0
23202026-08-25T21:57:58.514Z Checking fallible-iterator v0.2.0
23212026-08-25T21:57:58.554Z Checking supports-unicode v3.0.0
23222026-08-25T21:57:58.557Z Checking supports-hyperlinks v3.2.0
23232026-08-25T21:57:58.627Z Checking smoltcp v0.9.1
23242026-08-25T21:57:58.632Z Checking predicates v3.1.4
23252026-08-25T21:57:58.701Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23262026-08-25T21:57:58.738Z Checking miette v7.6.0
23272026-08-25T21:57:58.776Z Checking zip v4.6.1
23282026-08-25T21:57:58.819Z Checking postgres-protocol v0.6.10
23292026-08-25T21:57:58.915Z Checking iddqd v0.4.2
23302026-08-25T21:57:58.987Z Checking phf_shared v0.11.3
23312026-08-25T21:57:59.160Z Checking phf_shared v0.13.1
23322026-08-25T21:57:59.163Z Checking olpc-cjson v0.1.4
23332026-08-25T21:57:59.255Z Checking tokio-stream v0.1.18
23342026-08-25T21:57:59.295Z Checking derive_more v2.1.1
23352026-08-25T21:57:59.334Z Checking strum v0.27.2
23362026-08-25T21:57:59.372Z Checking lalrpop-util v0.19.12
23372026-08-25T21:57:59.375Z Checking precomputed-hash v0.1.1
23382026-08-25T21:57:59.446Z Checking fixedbitset v0.4.2
23392026-08-25T21:57:59.450Z Checking new_debug_unreachable v1.0.6
23402026-08-25T21:57:59.521Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-25T21:57:59.524Z Checking phf v0.13.1
23422026-08-25T21:57:59.594Z Checking tough v0.22.0
23432026-08-25T21:57:59.598Z Checking string_cache v0.8.9
23442026-08-25T21:57:59.668Z Checking petgraph v0.6.5
23452026-08-25T21:57:59.671Z Checking postgres-types v0.2.12
23462026-08-25T21:57:59.740Z Checking buf-list v1.1.2
23472026-08-25T21:57:59.823Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-25T21:57:59.864Z Checking peg-runtime v0.8.5
23492026-08-25T21:57:59.950Z Checking whoami v2.1.0
23502026-08-25T21:58:00.072Z Checking is-terminal v0.4.17
23512026-08-25T21:58:00.115Z Checking crossbeam-channel v0.5.15
23522026-08-25T21:58:00.156Z Checking thread_local v1.1.9
23532026-08-25T21:58:00.198Z Checking tokio-postgres v0.7.16
23542026-08-25T21:58:00.202Z Checking take_mut v0.2.2
23552026-08-25T21:58:00.348Z Checking term v1.2.1
23562026-08-25T21:58:00.387Z Compiling newtype-uuid-macros v0.1.0
23572026-08-25T21:58:00.467Z Checking slog-async v2.8.0
23582026-08-25T21:58:00.598Z Checking slog-term v2.9.2
23592026-08-25T21:58:00.677Z Checking match_cfg v0.1.0
23602026-08-25T21:58:00.775Z Checking hostname v0.3.1
23612026-08-25T21:58:00.900Z Checking slog-json v2.6.1
23622026-08-25T21:58:00.938Z Compiling multer v3.1.0
23632026-08-25T21:58:00.942Z Compiling async-stream-impl v0.3.6
23642026-08-25T21:58:01.065Z Compiling dropshot v0.17.1
23652026-08-25T21:58:01.105Z Checking slog-bunyan v2.5.0
23662026-08-25T21:58:01.158Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-08-25T21:58:01.249Z Checking debug-ignore v1.0.5
23682026-08-25T21:58:01.290Z Compiling dropshot_endpoint v0.17.1
23692026-08-25T21:58:01.380Z Checking serde_path_to_error v0.1.20
23702026-08-25T21:58:01.418Z Checking sha1 v0.11.0
23712026-08-25T21:58:01.485Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-25T21:58:01.587Z Checking serde_spanned v1.1.1
23732026-08-25T21:58:01.633Z Checking toml_writer v1.1.1+spec-1.1.0
23742026-08-25T21:58:01.673Z Checking compression-core v0.4.31
23752026-08-25T21:58:01.676Z Checking async-stream v0.3.6
23762026-08-25T21:58:01.746Z Checking waitgroup v0.1.2
23772026-08-25T21:58:01.746Z Checking rustls-pemfile v2.2.0
23782026-08-25T21:58:01.853Z Checking toml v1.1.2+spec-1.1.0
23792026-08-25T21:58:01.891Z Checking compression-codecs v0.4.37
23802026-08-25T21:58:01.894Z Checking hostname v0.4.2
23812026-08-25T21:58:02.003Z Checking progenitor-client v0.14.0
23822026-08-25T21:58:02.006Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-25T21:58:02.006Z Checking atomicwrites v0.4.4
23842026-08-25T21:58:02.114Z Compiling serde_tokenstream v0.3.0
23852026-08-25T21:58:02.117Z Checking async-compression v0.4.41
23862026-08-25T21:58:02.192Z Compiling parse-display-derive v0.10.0
23872026-08-25T21:58:02.232Z Checking regress v0.10.5
23882026-08-25T21:58:02.270Z Checking macaddr v1.0.1
23892026-08-25T21:58:02.426Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-25T21:58:02.465Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-25T21:58:02.468Z Compiling oxide-generation-macros v0.2.0
23922026-08-25T21:58:02.468Z Checking instant v0.1.13
23932026-08-25T21:58:02.574Z Checking itertools v0.14.0
23942026-08-25T21:58:02.614Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-25T21:58:02.652Z Checking oxide-generation v0.1.3
23962026-08-25T21:58:02.857Z Checking backoff v0.4.0
23972026-08-25T21:58:02.898Z Checking backon v1.6.0
23982026-08-25T21:58:02.937Z Checking humantime v2.3.0
23992026-08-25T21:58:03.072Z Compiling convert_case v0.4.0
24002026-08-25T21:58:03.109Z Checking progenitor-extras v0.2.0
24012026-08-25T21:58:03.147Z Checking half v2.7.1
24022026-08-25T21:58:03.299Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-25T21:58:03.365Z Checking ciborium-io v0.2.2
24042026-08-25T21:58:03.426Z Checking heck v0.5.0
24052026-08-25T21:58:03.463Z Compiling derive_more v0.99.20
24062026-08-25T21:58:03.502Z Checking ciborium-ll v0.2.2
24072026-08-25T21:58:03.538Z Checking secrecy v0.10.3
24082026-08-25T21:58:03.575Z Checking camino-tempfile v1.4.1
24092026-08-25T21:58:03.644Z Checking indent_write v2.2.0
24102026-08-25T21:58:03.682Z Compiling crucible-workspace-hack v0.1.0
24112026-08-25T21:58:03.718Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-25T21:58:03.723Z Checking ciborium v0.2.2
24132026-08-25T21:58:03.792Z Compiling regress v0.11.1
24142026-08-25T21:58:03.826Z Checking inout v0.1.4
24152026-08-25T21:58:03.873Z Checking parse-display v0.10.0
24162026-08-25T21:58:03.998Z Checking cipher v0.4.4
24172026-08-25T21:58:04.038Z Checking universal-hash v0.5.1
24182026-08-25T21:58:04.078Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-25T21:58:04.081Z Checking opaque-debug v0.3.1
24202026-08-25T21:58:04.197Z Checking blake2 v0.10.6
24212026-08-25T21:58:04.238Z Checking poly1305 v0.8.0
24222026-08-25T21:58:04.241Z Checking chacha20 v0.9.1
24232026-08-25T21:58:04.241Z Checking aead v0.5.2
24242026-08-25T21:58:04.464Z Checking password-hash v0.5.0
24252026-08-25T21:58:04.503Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-25T21:58:04.506Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-25T21:58:04.577Z Checking chacha20poly1305 v0.10.1
24282026-08-25T21:58:04.712Z Checking argon2 v0.5.3
24292026-08-25T21:58:04.750Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-25T21:58:04.935Z Compiling unsafe-libyaml v0.2.11
24312026-08-25T21:58:05.013Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24322026-08-25T21:58:05.017Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-25T21:58:05.087Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342026-08-25T21:58:05.252Z Checking thiserror-no-std v2.0.2
24352026-08-25T21:58:05.335Z Checking swrite v0.1.0
24362026-08-25T21:58:05.373Z Compiling typify-impl v0.6.2
24372026-08-25T21:58:05.455Z Checking vsss-rs v3.3.4
24382026-08-25T21:58:05.714Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-25T21:58:06.047Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-25T21:58:06.638Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-25T21:58:06.749Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-25T21:58:06.829Z Checking crossbeam-deque v0.8.6
24432026-08-25T21:58:06.874Z Compiling rayon-core v1.13.0
24442026-08-25T21:58:07.026Z Compiling num-derive v0.4.2
24452026-08-25T21:58:07.063Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-25T21:58:07.234Z Compiling proc-macro-error v1.0.4
24472026-08-25T21:58:07.341Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-25T21:58:07.517Z Checking rayon v1.11.0
24492026-08-25T21:58:07.576Z Checking tabwriter v1.4.1
24502026-08-25T21:58:07.614Z Compiling illumos-nvpair-sys v0.2.0
24512026-08-25T21:58:07.753Z Checking glob v0.3.3
24522026-08-25T21:58:07.865Z Compiling heapless v0.8.0
24532026-08-25T21:58:07.913Z Compiling proc-macro-crate v3.4.0
24542026-08-25T21:58:07.965Z Checking hash32 v0.3.1
24552026-08-25T21:58:08.122Z Compiling ingot-macros v0.2.0
24562026-08-25T21:58:08.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-25T21:58:08.388Z Checking colored v3.1.1
24582026-08-25T21:58:08.392Z Compiling smoltcp v0.11.0
24592026-08-25T21:58:08.462Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-25T21:58:08.535Z Compiling num_enum_derive v0.7.6
24612026-08-25T21:58:08.704Z Checking illumos-nvpair v0.3.0
24622026-08-25T21:58:08.801Z Checking toml v0.8.23
24632026-08-25T21:58:08.889Z Checking cobs v0.3.0
24642026-08-25T21:58:08.927Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-25T21:58:09.062Z Checking postcard v1.1.3
24662026-08-25T21:58:09.169Z Checking rand v0.10.1
24672026-08-25T21:58:09.217Z Compiling proc-macro-crate v1.3.1
24682026-08-25T21:58:09.386Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-25T21:58:09.599Z Checking num_enum v0.7.6
24702026-08-25T21:58:09.637Z Checking sigpipe v0.1.3
24712026-08-25T21:58:09.674Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-25T21:58:09.710Z Compiling foreign-types-macros v0.2.3
24732026-08-25T21:58:09.746Z Checking foreign-types-shared v0.3.1
24742026-08-25T21:58:09.784Z Compiling num_enum_derive v0.5.11
24752026-08-25T21:58:09.903Z Compiling typify-macro v0.6.2
24762026-08-25T21:58:10.023Z Compiling usdt-macro v0.5.0
24772026-08-25T21:58:10.123Z Compiling usdt-attr-macro v0.5.0
24782026-08-25T21:58:10.161Z Checking cstr-argument v0.1.2
24792026-08-25T21:58:10.311Z Checking memmap v0.7.0
24802026-08-25T21:58:10.349Z Checking foreign-types v0.5.0
24812026-08-25T21:58:10.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-25T21:58:10.489Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-25T21:58:10.788Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-25T21:58:10.836Z Checking num_enum v0.5.11
24852026-08-25T21:58:10.906Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24862026-08-25T21:58:10.945Z Checking ingot-types v0.2.0
24872026-08-25T21:58:10.948Z Checking usdt v0.5.0
24882026-08-25T21:58:11.018Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-25T21:58:11.021Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-25T21:58:11.123Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-25T21:58:11.158Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-25T21:58:11.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-25T21:58:11.230Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24942026-08-25T21:58:11.313Z Compiling zone_cfg_derive v0.3.1
24952026-08-25T21:58:11.354Z Checking ingot v0.2.1
24962026-08-25T21:58:11.358Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-25T21:58:11.426Z Checking itertools v0.12.1
24982026-08-25T21:58:11.628Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-25T21:58:11.741Z Compiling typify v0.6.2
25002026-08-25T21:58:11.916Z Compiling progenitor-impl v0.14.0
25012026-08-25T21:58:11.962Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25022026-08-25T21:58:12.044Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-25T21:58:12.147Z Checking smf v0.2.3
25042026-08-25T21:58:12.185Z Checking whoami v1.6.1
25052026-08-25T21:58:12.297Z Compiling derive-where v1.6.0
25062026-08-25T21:58:12.388Z Checking tokio-dtrace v0.1.1
25072026-08-25T21:58:12.427Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-25T21:58:12.465Z Checking zone v0.3.1
25092026-08-25T21:58:12.610Z Checking oxide-tokio-rt v0.1.4
25102026-08-25T21:58:12.820Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-25T21:58:12.859Z Checking console v0.15.11
25122026-08-25T21:58:12.919Z Checking newline-converter v0.3.0
25132026-08-25T21:58:12.991Z Checking bytecount v0.6.9
25142026-08-25T21:58:13.062Z Checking num-rational v0.4.2
25152026-08-25T21:58:13.100Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25162026-08-25T21:58:13.135Z Checking num-complex v0.4.6
25172026-08-25T21:58:13.178Z Checking expectorate v1.2.0
25182026-08-25T21:58:13.337Z Compiling cancel-safe-futures v0.1.5
25192026-08-25T21:58:13.373Z Checking float-ord v0.3.2
25202026-08-25T21:58:13.494Z Checking num v0.4.3
25212026-08-25T21:58:13.531Z Checking linear-map v1.2.0
25222026-08-25T21:58:13.606Z Checking gethostname v0.5.0
25232026-08-25T21:58:13.644Z Checking oxide-update-engine-types v0.1.2
25242026-08-25T21:58:13.731Z Compiling prettyplease v0.2.37
25252026-08-25T21:58:13.735Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-25T21:58:13.955Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-25T21:58:14.177Z Checking resolv-conf v0.7.6
25282026-08-25T21:58:14.249Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25292026-08-25T21:58:14.285Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25302026-08-25T21:58:14.322Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-08-25T21:58:14.385Z Checking papergrid v0.11.0
25322026-08-25T21:58:14.524Z Compiling progenitor-macro v0.14.0
25332026-08-25T21:58:14.563Z Compiling tabled_derive v0.7.0
25342026-08-25T21:58:14.600Z Checking oxide-update-engine v0.1.2
25352026-08-25T21:58:15.019Z Compiling slog-dtrace v0.3.0
25362026-08-25T21:58:15.316Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25372026-08-25T21:58:15.355Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25382026-08-25T21:58:15.526Z Checking tabled v0.15.0
25392026-08-25T21:58:15.838Z Checking crossterm v0.29.0
25402026-08-25T21:58:15.841Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25412026-08-25T21:58:16.058Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-25T21:58:16.273Z Checking linked-hash-map v0.5.6
25432026-08-25T21:58:16.509Z Checking lru-cache v0.1.2
25442026-08-25T21:58:16.777Z Checking hickory-proto v0.24.4
25452026-08-25T21:58:16.816Z Checking fd-lock v4.0.4
25462026-08-25T21:58:17.494Z Checking vte v0.14.1
25472026-08-25T21:58:17.829Z Checking strip-ansi-escapes v0.2.1
25482026-08-25T21:58:18.705Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-25T21:58:18.777Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-25T21:58:19.143Z Checking nu-ansi-term v0.50.3
25512026-08-25T21:58:19.302Z Checking termtree v0.5.1
25522026-08-25T21:58:19.382Z Checking reedline v0.40.0
25532026-08-25T21:58:19.468Z Checking progenitor v0.14.0
25542026-08-25T21:58:19.538Z Checking hickory-resolver v0.24.4
25552026-08-25T21:58:19.613Z Compiling minimal-lexical v0.2.1
25562026-08-25T21:58:19.651Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-08-25T21:58:20.043Z Compiling nom v7.1.3
25582026-08-25T21:58:20.312Z Checking qorb v0.4.1
25592026-08-25T21:58:20.537Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-25T21:58:21.346Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25612026-08-25T21:58:21.395Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25622026-08-25T21:58:21.434Z Checking display-error-chain v0.2.2
25632026-08-25T21:58:21.556Z Compiling unicode-xid v0.2.6
25642026-08-25T21:58:21.608Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25652026-08-25T21:58:21.658Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-25T21:58:21.836Z Compiling ar_archive_writer v0.5.1
25672026-08-25T21:58:22.007Z Checking csv-core v0.1.13
25682026-08-25T21:58:22.049Z Compiling stacker v0.1.23
25692026-08-25T21:58:22.222Z Checking csv v1.4.0
25702026-08-25T21:58:22.263Z Checking highway v1.3.0
25712026-08-25T21:58:22.336Z Compiling cfg_aliases v0.1.1
25722026-08-25T21:58:22.386Z Compiling semver v0.1.20
25732026-08-25T21:58:22.446Z Compiling nix v0.28.0
25742026-08-25T21:58:22.578Z Checking nibble_vec v0.1.0
25752026-08-25T21:58:22.619Z Checking endian-type v0.1.2
25762026-08-25T21:58:22.690Z Compiling rustc_version v0.1.7
25772026-08-25T21:58:22.729Z Compiling psm v0.1.30
25782026-08-25T21:58:22.764Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-08-25T21:58:22.807Z Checking radix_trie v0.2.1
25802026-08-25T21:58:22.888Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25812026-08-25T21:58:22.946Z Compiling newtype_derive v0.1.6
25822026-08-25T21:58:23.042Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-25T21:58:23.161Z Checking phf_shared v0.12.1
25842026-08-25T21:58:23.288Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-25T21:58:23.338Z Compiling chrono-tz v0.10.4
25862026-08-25T21:58:23.410Z Checking phf v0.12.1
25872026-08-25T21:58:23.603Z Compiling const_format_proc_macros v0.2.34
25882026-08-25T21:58:23.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-25T21:58:23.707Z Compiling peg-macros v0.8.5
25902026-08-25T21:58:23.742Z Checking recursive v0.1.1
25912026-08-25T21:58:23.781Z Checking winnow v0.6.26
25922026-08-25T21:58:23.804Z Compiling sqlparser_derive v0.5.0
25932026-08-25T21:58:23.865Z Checking unicode_categories v0.1.1
25942026-08-25T21:58:24.052Z Checking home v0.5.12
25952026-08-25T21:58:24.439Z Checking const_format v0.2.35
25962026-08-25T21:58:24.506Z Checking rustyline v14.0.0
25972026-08-25T21:58:24.581Z Checking sqlparser v0.61.0
25982026-08-25T21:58:24.920Z Checking sqlformat v0.3.5
25992026-08-25T21:58:25.047Z Checking peg v0.8.5
26002026-08-25T21:58:25.213Z Checking bcs v0.1.6
26012026-08-25T21:58:25.256Z Checking nom v8.0.0
26022026-08-25T21:58:25.385Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-25T21:58:25.477Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-25T21:58:25.516Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-25T21:58:25.697Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-25T21:58:25.823Z Checking steno v0.4.1
26072026-08-25T21:58:26.008Z Checking sha1 v0.10.6
26082026-08-25T21:58:26.087Z Checking filetime v0.2.27
26092026-08-25T21:58:26.205Z Checking xattr v1.6.1
26102026-08-25T21:58:26.253Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-25T21:58:26.357Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26122026-08-25T21:58:26.396Z Checking tar v0.4.46
26132026-08-25T21:58:26.488Z Checking subprocess v0.2.15
26142026-08-25T21:58:26.637Z Checking headers-core v0.3.0
26152026-08-25T21:58:26.815Z Checking headers v0.4.1
26162026-08-25T21:58:26.852Z Checking yasna v0.5.2
26172026-08-25T21:58:26.887Z Checking port-file v0.1.0
26182026-08-25T21:58:27.148Z Checking dropshot-api-manager-types v0.8.0
26192026-08-25T21:58:27.273Z Checking rcgen v0.12.1
26202026-08-25T21:58:27.312Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-08-25T21:58:27.315Z Checking tagptr v0.2.0
26222026-08-25T21:58:27.383Z Checking utf-8 v0.7.6
26232026-08-25T21:58:27.485Z Checking moka v0.12.13
26242026-08-25T21:58:27.545Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-25T21:58:27.630Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-25T21:58:27.721Z Compiling libefi-sys v0.1.0
26272026-08-25T21:58:27.869Z Compiling bitfield-struct v0.6.2
26282026-08-25T21:58:28.147Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-25T21:58:28.183Z Checking hickory-resolver v0.25.2
26302026-08-25T21:58:28.217Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26312026-08-25T21:58:28.263Z Checking tungstenite v0.21.0
26322026-08-25T21:58:28.394Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-25T21:58:28.528Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-25T21:58:28.596Z Compiling xshell-macros v0.2.7
26352026-08-25T21:58:28.683Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26362026-08-25T21:58:28.686Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-08-25T21:58:28.756Z Checking tokio-tungstenite v0.21.0
26382026-08-25T21:58:28.791Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392026-08-25T21:58:28.919Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26402026-08-25T21:58:28.989Z Checking xshell v0.2.7
26412026-08-25T21:58:29.048Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-25T21:58:29.084Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-25T21:58:29.165Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-25T21:58:29.430Z Checking half v1.8.3
26452026-08-25T21:58:29.521Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-25T21:58:29.656Z Checking serde_cbor v0.11.2
26472026-08-25T21:58:29.837Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-25T21:58:29.923Z Checking libscf-sys v1.2.0
26492026-08-25T21:58:30.049Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-25T21:58:30.088Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26512026-08-25T21:58:30.118Z Checking papergrid v0.18.0
26522026-08-25T21:58:30.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-08-25T21:58:30.318Z Checking maplit v1.0.2
26542026-08-25T21:58:30.427Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-25T21:58:30.470Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-25T21:58:30.831Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-25T21:58:30.921Z Checking tabled v0.21.0
26582026-08-25T21:58:30.978Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-25T21:58:31.092Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-25T21:58:31.226Z Checking crc8 v0.1.1
26612026-08-25T21:58:31.352Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26622026-08-25T21:58:31.386Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26632026-08-25T21:58:31.423Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26642026-08-25T21:58:31.562Z Checking unicase v2.9.0
26652026-08-25T21:58:31.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26662026-08-25T21:58:31.751Z Checking fxhash v0.2.1
26672026-08-25T21:58:31.798Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26682026-08-25T21:58:31.900Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-25T21:58:32.113Z Checking sha2 v0.11.0
26702026-08-25T21:58:32.149Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26712026-08-25T21:58:32.320Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-25T21:58:32.460Z Compiling darling_core v0.21.3
26732026-08-25T21:58:32.782Z Compiling vergen-lib v0.1.6
26742026-08-25T21:58:32.895Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-25T21:58:32.932Z Compiling diesel_derives v2.3.7
26762026-08-25T21:58:33.046Z Checking scheduled-thread-pool v0.2.7
26772026-08-25T21:58:33.186Z Compiling vergen-gitcl v1.0.8
26782026-08-25T21:58:33.223Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-25T21:58:33.450Z Checking r2d2 v0.8.10
26802026-08-25T21:58:33.521Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-25T21:58:33.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-25T21:58:33.729Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-25T21:58:33.880Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-25T21:58:34.044Z Checking downcast-rs v2.0.2
26852026-08-25T21:58:34.206Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-25T21:58:34.659Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-25T21:58:34.746Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-25T21:58:34.782Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26892026-08-25T21:58:34.834Z Checking kstat-rs v0.2.5
26902026-08-25T21:58:34.936Z Compiling proc-macro-error-attr2 v2.0.0
26912026-08-25T21:58:34.980Z Compiling darling_macro v0.21.3
26922026-08-25T21:58:35.049Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-25T21:58:35.320Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-25T21:58:35.357Z Compiling proc-macro-error2 v2.0.1
26952026-08-25T21:58:35.513Z Compiling darling v0.21.3
26962026-08-25T21:58:35.634Z Compiling dsl_auto_type v0.2.0
26972026-08-25T21:58:35.670Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-25T21:58:35.736Z Compiling knus-derive v3.4.0
26992026-08-25T21:58:36.670Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-25T21:58:37.017Z Compiling dirs-sys-next v0.1.2
27012026-08-25T21:58:37.105Z Compiling crunchy v0.2.4
27022026-08-25T21:58:37.276Z Compiling salty v0.3.0
27032026-08-25T21:58:37.335Z Compiling parking_lot_core v0.8.6
27042026-08-25T21:58:37.434Z Compiling dirs-next v2.0.0
27052026-08-25T21:58:37.479Z Compiling clang-sys v1.8.1
27062026-08-25T21:58:37.584Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-25T21:58:37.655Z Compiling git-stub v1.0.0
27082026-08-25T21:58:37.702Z Compiling tiny-keccak v2.0.2
27092026-08-25T21:58:37.900Z Compiling git-stub-vcs v0.1.0
27102026-08-25T21:58:38.009Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-25T21:58:38.207Z Compiling term v0.7.0
27122026-08-25T21:58:38.330Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-25T21:58:38.367Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-25T21:58:38.404Z Compiling bit-vec v0.6.3
27152026-08-25T21:58:38.619Z Compiling ascii-canvas v3.0.0
27162026-08-25T21:58:38.690Z Compiling bit-set v0.5.3
27172026-08-25T21:58:38.770Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27182026-08-25T21:58:38.851Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192026-08-25T21:58:38.887Z Checking parking_lot v0.11.2
27202026-08-25T21:58:38.921Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-25T21:58:39.019Z Checking rfc6979 v0.4.0
27222026-08-25T21:58:39.108Z Checking prefix-trie v0.7.0
27232026-08-25T21:58:39.175Z Compiling hashbrown v0.14.5
27242026-08-25T21:58:39.381Z Compiling itertools v0.10.5
27252026-08-25T21:58:39.471Z Compiling ena v0.14.4
27262026-08-25T21:58:39.507Z Compiling libloading v0.8.9
27272026-08-25T21:58:39.713Z Compiling diff v0.1.13
27282026-08-25T21:58:39.750Z Compiling bindgen v0.71.1
27292026-08-25T21:58:39.786Z Compiling regex-syntax v0.6.29
27302026-08-25T21:58:40.004Z Compiling chumsky v0.9.3
27312026-08-25T21:58:40.197Z Checking hickory-server v0.25.2
27322026-08-25T21:58:40.472Z Compiling ecdsa v0.16.9
27332026-08-25T21:58:41.214Z Compiling lalrpop v0.19.12
27342026-08-25T21:58:41.339Z Checking sled v0.34.7
27352026-08-25T21:58:41.408Z Compiling cexpr v0.6.0
27362026-08-25T21:58:41.492Z Checking primeorder v0.13.6
27372026-08-25T21:58:41.646Z Checking diesel v2.3.7
27382026-08-25T21:58:41.772Z Checking nanorand v0.7.0
27392026-08-25T21:58:42.003Z Compiling rustc-hash v2.1.1
27402026-08-25T21:58:42.165Z Checking flume v0.11.1
27412026-08-25T21:58:42.202Z Compiling p384 v0.13.1
27422026-08-25T21:58:42.637Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-25T21:58:42.778Z Compiling knus v3.4.0
27442026-08-25T21:58:42.897Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-25T21:58:43.283Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-25T21:58:43.354Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-25T21:58:43.637Z Compiling libxml v0.3.3
27482026-08-25T21:58:43.695Z Checking assert_matches v1.5.0
27492026-08-25T21:58:43.732Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27502026-08-25T21:58:43.799Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-25T21:58:43.958Z Compiling strum_macros v0.24.3
27522026-08-25T21:58:44.039Z Compiling indoc v1.0.9
27532026-08-25T21:58:44.735Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-25T21:58:44.956Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-25T21:58:45.255Z Checking quick-xml v0.37.5
27562026-08-25T21:58:45.307Z Checking derive_builder v0.20.2
27572026-08-25T21:58:45.345Z Compiling oso-derive v0.27.3
27582026-08-25T21:58:45.453Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-25T21:58:45.860Z Compiling trait-variant v0.1.2
27602026-08-25T21:58:46.163Z Checking openssl-probe v0.1.6
27612026-08-25T21:58:46.355Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-25T21:58:46.434Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-25T21:58:47.035Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27642026-08-25T21:58:47.074Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-08-25T21:58:47.163Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-25T21:58:47.267Z Checking corncobs v0.1.4
27672026-08-25T21:58:47.303Z Checking predicates-tree v1.0.13
27682026-08-25T21:58:47.431Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-25T21:58:47.468Z Compiling progenitor-impl v0.13.0
27702026-08-25T21:58:47.504Z Checking secrecy v0.8.0
27712026-08-25T21:58:47.663Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-25T21:58:48.227Z Checking progenitor-client v0.13.0
27732026-08-25T21:58:48.473Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27742026-08-25T21:58:48.512Z Checking anstyle-parse v0.2.7
27752026-08-25T21:58:48.651Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-25T21:58:48.701Z Checking anstream v0.6.21
27772026-08-25T21:58:48.873Z Checking bb8 v0.8.6
27782026-08-25T21:58:49.182Z Compiling mime_guess v2.0.5
27792026-08-25T21:58:49.269Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-25T21:58:49.491Z Checking ignore v0.4.25
27812026-08-25T21:58:49.756Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-25T21:58:49.931Z Checking http-range v0.1.5
27832026-08-25T21:58:49.934Z Checking globwalk v0.9.1
27842026-08-25T21:58:50.134Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27852026-08-25T21:58:50.137Z Compiling progenitor-macro v0.13.0
27862026-08-25T21:58:50.309Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-25T21:58:50.684Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27882026-08-25T21:58:50.722Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27892026-08-25T21:58:51.355Z Checking digest-io v0.1.0
27902026-08-25T21:58:51.568Z Checking rawzip v0.4.4
27912026-08-25T21:58:52.060Z Checking nonempty v0.12.0
27922026-08-25T21:58:52.099Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27932026-08-25T21:58:52.134Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-25T21:58:52.623Z Checking camino-tempfile-ext v0.3.3
27952026-08-25T21:58:52.846Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-25T21:58:52.883Z Checking hyper-staticfile v0.10.1
27972026-08-25T21:58:53.206Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-25T21:58:53.450Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-25T21:58:53.537Z Checking signal-hook-tokio v0.3.1
28002026-08-25T21:58:53.707Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-25T21:58:54.060Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-25T21:58:54.170Z Checking scuffle v0.1.0
28032026-08-25T21:58:54.207Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-25T21:58:54.486Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-25T21:58:54.573Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-25T21:58:54.879Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-25T21:58:54.918Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-25T21:58:54.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-25T21:58:55.186Z Checking progenitor v0.13.0
28102026-08-25T21:58:55.233Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28112026-08-25T21:58:55.364Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28122026-08-25T21:58:55.603Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28132026-08-25T21:58:55.902Z Checking async-bb8-diesel v0.2.1
28142026-08-25T21:58:56.071Z Checking diesel-dtrace v0.5.0
28152026-08-25T21:58:56.177Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28162026-08-25T21:58:56.295Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28172026-08-25T21:58:56.351Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28182026-08-25T21:58:56.561Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-25T21:58:56.832Z Checking tungstenite v0.23.0
28202026-08-25T21:58:56.952Z Checking rand_seeder v0.4.0
28212026-08-25T21:58:57.137Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-25T21:58:57.298Z Checking tokio-tungstenite v0.23.1
28232026-08-25T21:58:57.535Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-08-25T21:58:57.576Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28252026-08-25T21:58:57.612Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28262026-08-25T21:58:57.749Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28272026-08-25T21:58:58.716Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-08-25T21:58:59.441Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28292026-08-25T21:58:59.586Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28302026-08-25T21:58:59.773Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28312026-08-25T21:59:00.249Z Checking void v1.0.2
28322026-08-25T21:59:00.394Z Checking lzss v0.8.2
28332026-08-25T21:59:00.590Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-25T21:59:00.626Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-25T21:59:00.794Z Checking nix v0.27.1
28362026-08-25T21:59:00.831Z Checking serde_bytes v0.11.19
28372026-08-25T21:59:01.035Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-25T21:59:01.333Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-25T21:59:01.800Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-25T21:59:02.042Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-25T21:59:02.627Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-25T21:59:02.704Z Checking yansi v1.0.1
28432026-08-25T21:59:02.772Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28442026-08-25T21:59:02.958Z Checking cpubits v0.1.1
28452026-08-25T21:59:03.070Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-25T21:59:03.164Z Checking pretty_assertions v1.4.1
28472026-08-25T21:59:03.351Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-25T21:59:03.399Z Checking pem-rfc7468 v1.0.0
28492026-08-25T21:59:03.602Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-25T21:59:03.879Z Checking colored v2.2.0
28512026-08-25T21:59:04.002Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-25T21:59:04.113Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-25T21:59:04.228Z Checking hmac v0.13.0
28542026-08-25T21:59:04.430Z Checking universal-hash v0.6.1
28552026-08-25T21:59:04.608Z Compiling libz-sys v1.1.24
28562026-08-25T21:59:04.922Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T21:59:05.015Z Compiling instability v0.3.11
28582026-08-25T21:59:05.053Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-25T21:59:05.197Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-25T21:59:05.315Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-25T21:59:05.351Z Checking castaway v0.2.4
28622026-08-25T21:59:05.502Z Compiling indoc v2.0.7
28632026-08-25T21:59:05.593Z Checking compact_str v0.8.1
28642026-08-25T21:59:05.809Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-25T21:59:06.017Z Checking polyval v0.7.1
28662026-08-25T21:59:06.227Z Checking der v0.8.0
28672026-08-25T21:59:06.551Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-25T21:59:06.755Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28692026-08-25T21:59:06.791Z Checking unicode-truncate v1.1.0
28702026-08-25T21:59:06.972Z Checking lru v0.12.5
28712026-08-25T21:59:07.009Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-25T21:59:07.045Z Checking arc-swap v1.8.2
28732026-08-25T21:59:07.117Z Checking cassowary v0.3.0
28742026-08-25T21:59:07.288Z Checking ghash v0.6.0
28752026-08-25T21:59:07.323Z Checking slog-scope v4.4.1
28762026-08-25T21:59:07.360Z Checking ratatui v0.29.0
28772026-08-25T21:59:07.505Z Checking pbkdf2 v0.13.0
28782026-08-25T21:59:07.607Z Checking aes v0.9.1
28792026-08-25T21:59:07.654Z Checking crypto-bigint v0.7.5
28802026-08-25T21:59:08.034Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-25T21:59:08.685Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-25T21:59:08.934Z Checking ctr v0.10.1
28832026-08-25T21:59:09.152Z Checking aead v0.6.1
28842026-08-25T21:59:09.292Z Checking cargo-platform v0.3.2
28852026-08-25T21:59:09.329Z Compiling petname v2.0.2
28862026-08-25T21:59:09.507Z Checking cargo_metadata v0.23.1
28872026-08-25T21:59:09.893Z Checking aes-gcm v0.11.0
28882026-08-25T21:59:09.993Z Checking slog-stdlog v4.1.1
28892026-08-25T21:59:10.092Z Checking spki v0.8.0
28902026-08-25T21:59:10.150Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-25T21:59:10.282Z Checking salsa20 v0.11.0
28922026-08-25T21:59:10.318Z Checking console v0.16.2
28932026-08-25T21:59:10.461Z Compiling vergen-git2 v9.1.0
28942026-08-25T21:59:10.654Z Checking unit-prefix v0.5.2
28952026-08-25T21:59:10.688Z Checking plotters-backend v0.3.7
28962026-08-25T21:59:10.817Z Checking indicatif v0.18.4
28972026-08-25T21:59:10.918Z Checking plotters-svg v0.3.7
28982026-08-25T21:59:11.142Z Checking scrypt v0.12.0
28992026-08-25T21:59:11.224Z Checking slog-envlogger v2.2.0
29002026-08-25T21:59:11.407Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-25T21:59:11.569Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-25T21:59:11.620Z Checking cbc v0.2.1
29032026-08-25T21:59:11.777Z Checking libsw-core v0.3.2
29042026-08-25T21:59:11.814Z Checking sapling-renderdag v0.1.0
29052026-08-25T21:59:11.848Z Checking sync-ptr v0.1.4
29062026-08-25T21:59:11.964Z Checking cast v0.3.0
29072026-08-25T21:59:12.003Z Checking libsw v3.5.0
29082026-08-25T21:59:12.139Z Checking pkcs5 v0.8.1
29092026-08-25T21:59:12.176Z Checking criterion-plot v0.6.0
29102026-08-25T21:59:12.213Z Checking plotters v0.3.7
29112026-08-25T21:59:12.445Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-25T21:59:12.485Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-25T21:59:12.706Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29142026-08-25T21:59:12.929Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29152026-08-25T21:59:12.984Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29162026-08-25T21:59:13.151Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29172026-08-25T21:59:13.210Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29182026-08-25T21:59:13.373Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29192026-08-25T21:59:13.432Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-25T21:59:13.470Z Checking tinytemplate v1.2.1
29212026-08-25T21:59:13.593Z Checking anes v0.1.6
29222026-08-25T21:59:13.711Z Checking shell-words v1.1.1
29232026-08-25T21:59:13.801Z Checking oorandom v11.1.5
29242026-08-25T21:59:13.915Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29252026-08-25T21:59:13.951Z Checking criterion v0.7.0
29262026-08-25T21:59:14.400Z Checking pkcs8 v0.11.0
29272026-08-25T21:59:14.639Z Checking oxide-update-engine-display v0.1.2
29282026-08-25T21:59:14.986Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-25T21:59:15.154Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29302026-08-25T21:59:15.959Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29312026-08-25T21:59:16.799Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29322026-08-25T21:59:17.646Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29332026-08-25T21:59:18.223Z Checking tokio-test v0.4.5
29342026-08-25T21:59:18.463Z Checking ff v0.14.0
29352026-08-25T21:59:18.634Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-25T21:59:18.780Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-25T21:59:18.857Z Checking twox-hash v2.1.2
29382026-08-25T21:59:19.185Z Checking atty v0.2.14
29392026-08-25T21:59:19.189Z Checking constant_time_eq v0.4.2
29402026-08-25T21:59:19.317Z Checking arrayvec v0.7.6
29412026-08-25T21:59:19.391Z Checking arrayref v0.3.9
29422026-08-25T21:59:19.539Z Checking group v0.14.0
29432026-08-25T21:59:19.587Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-25T21:59:19.788Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-25T21:59:20.407Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-25T21:59:20.555Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-25T21:59:20.593Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29482026-08-25T21:59:20.989Z Checking fatfs v0.3.6
29492026-08-25T21:59:21.473Z Checking signature v3.0.0
29502026-08-25T21:59:21.568Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-25T21:59:21.663Z Checking base16ct v1.0.0
29522026-08-25T21:59:21.720Z Compiling seq-macro v0.3.6
29532026-08-25T21:59:21.828Z Checking sec1 v0.8.1
29542026-08-25T21:59:21.934Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-25T21:59:22.073Z Checking hkdf v0.13.0
29562026-08-25T21:59:22.184Z Compiling samael v0.0.19
29572026-08-25T21:59:22.242Z Checking concurrent-queue v2.5.0
29582026-08-25T21:59:22.278Z Checking parking v2.2.1
29592026-08-25T21:59:22.430Z Checking elliptic-curve v0.14.1
29602026-08-25T21:59:22.466Z Checking event-listener v5.4.1
29612026-08-25T21:59:22.712Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-25T21:59:22.860Z Checking rtoolbox v0.0.3
29632026-08-25T21:59:22.896Z Checking event-listener-strategy v0.5.4
29642026-08-25T21:59:23.026Z Checking rpassword v7.5.4
29652026-08-25T21:59:23.063Z Checking wnaf v0.14.0
29662026-08-25T21:59:23.246Z Checking primefield v0.14.0
29672026-08-25T21:59:23.282Z Checking rfc6979 v0.6.0
29682026-08-25T21:59:23.457Z Checking tui-tree-widget v0.23.1
29692026-08-25T21:59:23.493Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-25T21:59:23.673Z Compiling blake3 v1.8.5
29712026-08-25T21:59:24.063Z Checking futures-timer v3.0.3
29722026-08-25T21:59:24.496Z Checking primeorder v0.14.0
29732026-08-25T21:59:24.778Z Checking ecdsa v0.17.0
29742026-08-25T21:59:24.888Z Checking async-lock v3.4.2
29752026-08-25T21:59:25.210Z Compiling curve25519-dalek v5.0.0
29762026-08-25T21:59:25.297Z Checking async-object-pool v0.2.0
29772026-08-25T21:59:25.722Z Checking ssh-encoding v0.3.0
29782026-08-25T21:59:25.786Z Checking serde_regex v1.1.0
29792026-08-25T21:59:25.880Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29802026-08-25T21:59:25.968Z Checking assert-json-diff v2.0.2
29812026-08-25T21:59:26.004Z Checking path-tree v0.8.3
29822026-08-25T21:59:26.163Z Checking keccak v0.2.0
29832026-08-25T21:59:26.215Z Checking stringmetrics v2.2.2
29842026-08-25T21:59:26.357Z Checking topological-sort v0.2.2
29852026-08-25T21:59:26.397Z Compiling strsim v0.10.0
29862026-08-25T21:59:26.529Z Checking omicron-zone-package v0.12.3
29872026-08-25T21:59:26.775Z Compiling darling_core v0.13.4
29882026-08-25T21:59:27.457Z Checking httpmock v0.8.3
29892026-08-25T21:59:28.625Z Checking ed25519 v3.0.0
29902026-08-25T21:59:28.662Z Checking pkcs1 v0.8.0-rc.4
29912026-08-25T21:59:28.862Z Checking crypto-primes v0.7.2
29922026-08-25T21:59:28.906Z Checking poly1305 v0.9.0
29932026-08-25T21:59:28.943Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-25T21:59:29.206Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-25T21:59:29.374Z Checking blowfish v0.10.0
29962026-08-25T21:59:29.563Z Checking blake2 v0.11.0-rc.6
29972026-08-25T21:59:29.674Z Compiling target-lexicon v0.13.3
29982026-08-25T21:59:29.841Z Checking rsa v0.10.0-rc.18
29992026-08-25T21:59:29.878Z Checking argon2 v0.6.0-rc.8
30002026-08-25T21:59:29.881Z Checking bcrypt-pbkdf v0.11.0
30012026-08-25T21:59:30.101Z Checking ssh-cipher v0.3.0
30022026-08-25T21:59:30.219Z Checking ed25519-dalek v3.0.0
30032026-08-25T21:59:30.255Z Compiling darling_macro v0.13.4
30042026-08-25T21:59:30.344Z Checking sha3 v0.11.0
30052026-08-25T21:59:30.381Z Checking p384 v0.14.0
30062026-08-25T21:59:30.472Z Checking p521 v0.14.0
30072026-08-25T21:59:30.719Z Checking p256 v0.14.0
30082026-08-25T21:59:30.760Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-25T21:59:31.024Z Checking kem v0.3.0
30102026-08-25T21:59:31.178Z Checking module-lattice v0.2.3
30112026-08-25T21:59:31.432Z Checking socket2 v0.5.10
30122026-08-25T21:59:31.496Z Checking hex-literal v0.4.1
30132026-08-25T21:59:31.628Z Checking sponge-cursor v0.1.0
30142026-08-25T21:59:31.717Z Compiling guppy-workspace-hack v0.1.0
30152026-08-25T21:59:31.792Z Checking sha3 v0.12.0
30162026-08-25T21:59:31.978Z Checking ml-kem v0.3.2
30172026-08-25T21:59:32.031Z Compiling darling v0.13.4
30182026-08-25T21:59:32.399Z Checking russh-cryptovec v0.62.0
30192026-08-25T21:59:32.436Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-25T21:59:32.594Z Checking internal-russh-num-bigint v0.5.0
30212026-08-25T21:59:32.750Z Checking num-bigint v0.4.6
30222026-08-25T21:59:33.164Z Checking russh-util v0.52.0
30232026-08-25T21:59:33.320Z Checking generic-array v1.4.3
30242026-08-25T21:59:33.523Z Checking ssh-key v0.7.0-rc.11
30252026-08-25T21:59:33.613Z Compiling enum_dispatch v0.3.13
30262026-08-25T21:59:33.683Z Compiling delegate v0.13.5
30272026-08-25T21:59:33.749Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-25T21:59:34.181Z Checking hex-literal v1.1.0
30292026-08-25T21:59:34.309Z Checking md5 v0.8.0
30302026-08-25T21:59:34.427Z Compiling target-spec v3.5.7
30312026-08-25T21:59:34.503Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-25T21:59:34.642Z Checking russh v0.62.4
30332026-08-25T21:59:34.837Z Checking cfg-expr v0.20.6
30342026-08-25T21:59:35.149Z Compiling git2 v0.20.4
30352026-08-25T21:59:35.216Z Compiling serde_with_macros v1.5.2
30362026-08-25T21:59:35.356Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-25T21:59:35.785Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-25T21:59:36.000Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-25T21:59:36.105Z Checking internet-checksum v0.2.1
30402026-08-25T21:59:36.238Z Compiling serde_with v1.14.0
30412026-08-25T21:59:36.823Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-25T21:59:37.838Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-25T21:59:37.898Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-25T21:59:38.006Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-25T21:59:38.047Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-25T21:59:38.260Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-25T21:59:38.320Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-25T21:59:38.423Z Checking httptest v0.16.4
30492026-08-25T21:59:38.470Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30502026-08-25T21:59:38.598Z Checking pathdiff v0.2.3
30512026-08-25T21:59:38.656Z Compiling polar-core v0.27.3
30522026-08-25T21:59:38.732Z Checking nested v0.1.1
30532026-08-25T21:59:38.814Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30542026-08-25T21:59:38.897Z Checking guppy v0.17.25
30552026-08-25T21:59:39.038Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30562026-08-25T21:59:39.172Z Checking similar-asserts v1.7.0
30572026-08-25T21:59:39.315Z Compiling target-triple v1.0.0
30582026-08-25T21:59:39.356Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-25T21:59:39.845Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-25T21:59:40.435Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-25T21:59:40.501Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-25T21:59:40.685Z Checking hickory-client v0.25.2
30632026-08-25T21:59:41.007Z Checking supports-unicode v2.1.0
30642026-08-25T21:59:41.089Z Checking supports-hyperlinks v2.1.0
30652026-08-25T21:59:41.127Z Checking supports-color v2.1.0
30662026-08-25T21:59:41.162Z Checking textwrap v0.15.2
30672026-08-25T21:59:41.237Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-25T21:59:41.293Z Checking terminal_size v0.1.17
30692026-08-25T21:59:41.404Z Compiling miette-derive v5.10.0
30702026-08-25T21:59:41.443Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-25T21:59:41.448Z Compiling fs-err v2.11.0
30722026-08-25T21:59:41.732Z Checking owo-colors v3.5.0
30732026-08-25T21:59:41.907Z Checking escape8259 v0.5.3
30742026-08-25T21:59:42.070Z Compiling assert_cmd v2.1.2
30752026-08-25T21:59:42.300Z Checking libtest-mimic v0.8.1
30762026-08-25T21:59:42.399Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30772026-08-25T21:59:42.591Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-25T21:59:42.594Z Checking miette v5.10.0
30792026-08-25T21:59:43.145Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-25T21:59:43.285Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-25T21:59:43.750Z Checking oso v0.27.3
30822026-08-25T21:59:43.805Z Checking blake2b_simd v1.0.4
30832026-08-25T21:59:44.033Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30842026-08-25T21:59:44.214Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30852026-08-25T21:59:44.436Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30862026-08-25T21:59:44.490Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30872026-08-25T21:59:44.654Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30882026-08-25T21:59:44.657Z Compiling knuffel-derive v3.2.0
30892026-08-25T21:59:44.765Z Checking fancy-regex v0.14.0
30902026-08-25T21:59:44.876Z Checking serde_tokenstream v0.2.3
30912026-08-25T21:59:45.109Z Checking approx v0.5.1
30922026-08-25T21:59:45.142Z Compiling rstest_macros v0.25.0
30932026-08-25T21:59:45.178Z Checking uzers v0.12.2
30942026-08-25T21:59:45.271Z Checking constant_time_eq v0.3.1
30952026-08-25T21:59:45.408Z Checking termcolor v1.4.1
30962026-08-25T21:59:45.444Z Compiling linkme-impl v0.3.35
30972026-08-25T21:59:45.590Z Checking rust-argon2 v2.1.0
30982026-08-25T21:59:45.648Z Checking trybuild v1.0.116
30992026-08-25T21:59:45.828Z Checking datatest-stable v0.3.3
31002026-08-25T21:59:46.212Z Checking knuffel v3.2.0
31012026-08-25T21:59:46.291Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-25T21:59:46.338Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-25T21:59:46.664Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-25T21:59:46.699Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-25T21:59:46.867Z Checking support-bundle-viewer v0.1.2
31062026-08-25T21:59:46.904Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-08-25T21:59:46.940Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-08-25T21:59:47.124Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31092026-08-25T21:59:47.161Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31102026-08-25T21:59:47.198Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-25T21:59:47.346Z Checking drift v0.2.0
31122026-08-25T21:59:47.384Z Checking rand_distr v0.5.1
31132026-08-25T21:59:47.540Z Checking multimap v0.10.1
31142026-08-25T21:59:47.577Z Compiling relative-path v1.9.3
31152026-08-25T21:59:47.743Z Checking parse-size v1.1.0
31162026-08-25T21:59:47.780Z Compiling linkme v0.3.35
31172026-08-25T21:59:47.833Z Checking dropshot-api-manager v0.8.0
31182026-08-25T21:59:47.896Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-25T21:59:48.319Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-25T21:59:49.085Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-25T21:59:49.504Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-25T21:59:49.854Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-25T21:59:49.939Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-25T21:59:50.073Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-25T21:59:50.112Z Checking cargo_toml v0.21.0
31262026-08-25T21:59:50.511Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-25T21:59:50.587Z Checking partial-io v0.5.4
31282026-08-25T21:59:50.757Z Checking termios v0.3.3
31292026-08-25T21:59:50.914Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-25T21:59:50.949Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-25T21:59:51.438Z Checking rstest v0.25.0
31322026-08-25T21:59:51.663Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-25T21:59:56.423Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-25T21:59:57.596Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-25T21:59:58.355Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-25T22:00:02.916Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-25T22:00:03.713Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-25T22:00:05.517Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-25T22:00:13.289Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-25T22:00:15.023Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-25T22:00:16.694Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-25T22:00:19.039Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-25T22:00:22.702Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31442026-08-25T22:00:25.144Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31452026-08-25T22:00:25.170Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-25T22:00:28.659Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-25T22:00:32.872Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-25T22:00:54.008Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-25T22:01:48.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
31502026-08-25T22:01:48.363Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-25T22:01:48.363Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-25T22:01:49.034Z
31532026-08-25T22:01:49.034Zreal 4:17.133328710
31542026-08-25T22:01:49.034Zuser 22:05.178372874
31552026-08-25T22:01:49.034Zsys 5:14.517095913
31562026-08-25T22:01:49.034Ztrap 0.541895405
31572026-08-25T22:01:49.034Ztflt 0.850327492
31582026-08-25T22:01:49.034Zdflt 0.843987492
31592026-08-25T22:01:49.034Zkflt 0.036671836
31602026-08-25T22:01:49.035Zlock 1:06:32.094387401
31612026-08-25T22:01:49.035Zslp 59:47.289873549
31622026-08-25T22:01:49.035Zlat 1:48.220993442
31632026-08-25T22:01:49.035Zstop 14:31.893745461
31642026-08-25T22:01:49.038Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-25T22:01:49.038Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-25T22:01:49.906Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-25T22:01:49.906Z |
31682026-08-25T22:01:49.906Z = 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)`
31692026-08-25T22:01:49.906Z = 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>
31702026-08-25T22:01:51.019Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-25T22:01:51.261Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-25T22:01:51.300Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-25T22:01:51.333Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-25T22:01:51.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-25T22:01:51.556Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-25T22:01:51.580Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-08-25T22:01:51.603Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31782026-08-25T22:01:51.631Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31792026-08-25T22:01:51.663Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31802026-08-25T22:01:51.749Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-08-25T22:01:51.872Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-25T22:01:51.914Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-08-25T22:01:51.939Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-08-25T22:01:52.029Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-08-25T22:01:52.055Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-08-25T22:01:52.078Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-08-25T22:01:52.082Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31882026-08-25T22:01:52.126Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-08-25T22:01:52.151Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-25T22:01:52.177Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-25T22:01:52.258Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-25T22:01:52.516Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-25T22:01:52.554Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-25T22:01:52.668Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31952026-08-25T22:01:52.694Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-08-25T22:01:52.811Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-08-25T22:01:52.918Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-25T22:01:52.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-25T22:01:53.082Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-25T22:01:53.172Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32012026-08-25T22:01:53.217Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-25T22:01:53.242Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32032026-08-25T22:01:53.410Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-25T22:01:53.641Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32052026-08-25T22:01:53.643Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32062026-08-25T22:01:53.691Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-25T22:01:53.744Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-25T22:01:53.877Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32092026-08-25T22:01:53.902Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32102026-08-25T22:01:54.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-25T22:01:54.138Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-25T22:01:54.337Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-25T22:01:54.370Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-25T22:01:54.425Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-25T22:01:54.469Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-25T22:01:54.591Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-25T22:01:54.629Z Checking scuffle v0.1.0
32182026-08-25T22:01:54.747Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192026-08-25T22:01:54.788Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-08-25T22:01:54.791Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-08-25T22:01:54.836Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-08-25T22:01:55.071Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-08-25T22:01:55.206Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32242026-08-25T22:01:55.624Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32252026-08-25T22:01:56.111Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262026-08-25T22:01:56.138Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32272026-08-25T22:01:56.464Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32282026-08-25T22:01:56.467Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32292026-08-25T22:01:56.513Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32302026-08-25T22:01:56.721Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-25T22:01:56.776Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32322026-08-25T22:01:56.803Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32332026-08-25T22:01:56.858Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32342026-08-25T22:01:57.342Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-08-25T22:01:57.405Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-25T22:01:57.709Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32372026-08-25T22:01:57.864Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382026-08-25T22:01:57.894Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-25T22:01:57.894Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-25T22:01:58.099Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-25T22:01:58.207Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-25T22:01:58.263Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-25T22:01:58.332Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-25T22:01:58.431Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-25T22:01:58.464Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-25T22:01:58.550Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-25T22:01:58.575Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32482026-08-25T22:01:58.600Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32492026-08-25T22:01:58.656Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32502026-08-25T22:01:58.775Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32512026-08-25T22:01:58.802Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32522026-08-25T22:01:58.806Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32532026-08-25T22:01:58.852Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32542026-08-25T22:01:59.142Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-25T22:01:59.145Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-25T22:01:59.194Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-08-25T22:01:59.197Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-08-25T22:01:59.197Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-25T22:01:59.262Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-08-25T22:01:59.370Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32612026-08-25T22:01:59.449Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-25T22:01:59.475Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-08-25T22:01:59.533Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-08-25T22:01:59.557Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-25T22:01:59.696Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-25T22:01:59.722Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-25T22:01:59.747Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-25T22:01:59.801Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-25T22:01:59.825Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32702026-08-25T22:01:59.900Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32712026-08-25T22:01:59.922Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-08-25T22:02:00.025Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32732026-08-25T22:02:00.116Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-08-25T22:02:00.148Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32752026-08-25T22:02:00.388Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-25T22:02:00.391Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-25T22:02:00.434Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-25T22:02:00.945Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-25T22:02:01.144Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-25T22:02:01.172Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-25T22:02:01.439Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-25T22:02:02.227Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-25T22:02:02.685Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-25T22:02:03.317Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-25T22:02:04.007Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-25T22:02:04.222Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-08-25T22:02:04.953Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-08-25T22:02:05.076Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-25T22:02:06.019Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-25T22:02:06.118Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32912026-08-25T22:02:06.262Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32922026-08-25T22:02:06.313Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-25T22:02:06.457Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-25T22:02:06.532Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-25T22:02:07.051Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-25T22:02:07.121Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-25T22:02:07.530Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-25T22:02:07.597Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-25T22:02:07.888Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-25T22:02:08.042Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-25T22:02:08.430Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-25T22:02:08.478Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-08-25T22:02:08.543Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-25T22:02:08.793Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-25T22:02:09.216Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-25T22:02:09.561Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-25T22:02:09.949Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-25T22:02:10.112Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-25T22:02:10.852Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-25T22:02:11.018Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-25T22:02:11.304Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-25T22:02:11.707Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-25T22:02:11.735Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-25T22:02:12.290Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-25T22:02:12.383Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33162026-08-25T22:02:12.456Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33172026-08-25T22:02:13.006Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33182026-08-25T22:02:13.064Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-25T22:02:13.557Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-25T22:02:13.857Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-25T22:02:14.638Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33222026-08-25T22:02:14.821Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-25T22:02:15.132Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-08-25T22:02:15.331Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-25T22:02:15.548Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-08-25T22:02:16.489Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33272026-08-25T22:02:19.677Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-25T22:02:19.730Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33292026-08-25T22:02:20.169Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-25T22:02:21.929Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33312026-08-25T22:02:22.561Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33322026-08-25T22:02:22.985Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-25T22:02:23.251Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33342026-08-25T22:02:23.557Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352026-08-25T22:02:24.057Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-25T22:02:24.733Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-25T22:02:25.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33382026-08-25T22:02:25.909Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33392026-08-25T22:02:26.755Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-25T22:02:26.783Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33412026-08-25T22:02:27.280Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33422026-08-25T22:02:27.313Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33432026-08-25T22:02:27.512Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-25T22:02:27.892Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-08-25T22:02:27.968Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-25T22:02:28.089Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-25T22:02:28.130Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33482026-08-25T22:02:28.536Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-25T22:02:28.729Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33502026-08-25T22:02:28.974Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-08-25T22:02:29.513Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-25T22:02:29.681Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-25T22:02:29.741Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33542026-08-25T22:02:29.798Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33552026-08-25T22:02:30.020Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33562026-08-25T22:02:30.428Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572026-08-25T22:02:30.794Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33582026-08-25T22:02:31.875Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33592026-08-25T22:02:32.407Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33602026-08-25T22:02:32.938Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-25T22:02:34.885Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33622026-08-25T22:02:36.540Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33632026-08-25T22:02:37.020Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33642026-08-25T22:02:37.552Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33652026-08-25T22:02:39.397Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33662026-08-25T22:02:41.355Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33672026-08-25T22:02:42.093Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-25T22:02:42.620Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-08-25T22:02:43.481Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33702026-08-25T22:02:44.773Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33712026-08-25T22:02:46.637Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33722026-08-25T22:02:48.034Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33732026-08-25T22:02:48.292Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33742026-08-25T22:02:48.748Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33752026-08-25T22:02:49.543Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33762026-08-25T22:02:54.799Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-25T22:02:55.427Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33782026-08-25T22:02:56.427Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33792026-08-25T22:02:57.067Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33802026-08-25T22:02:57.974Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33812026-08-25T22:02:58.774Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33822026-08-25T22:02:59.561Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33832026-08-25T22:03:00.350Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33842026-08-25T22:03:02.197Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33852026-08-25T22:03:02.871Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33862026-08-25T22:03:03.688Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33872026-08-25T22:03:03.714Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-25T22:03:04.506Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33892026-08-25T22:03:05.426Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33902026-08-25T22:03:06.237Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33912026-08-25T22:03:10.072Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33922026-08-25T22:03:11.401Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33932026-08-25T22:03:12.134Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33942026-08-25T22:03:13.013Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33952026-08-25T22:03:13.887Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33962026-08-25T22:03:14.800Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33972026-08-25T22:03:17.633Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33982026-08-25T22:03:19.056Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33992026-08-25T22:03:20.374Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-25T22:03:21.172Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34012026-08-25T22:03:22.324Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-08-25T22:03:24.609Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34032026-08-25T22:03:24.874Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34042026-08-25T22:03:28.532Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-08-25T22:03:28.778Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34062026-08-25T22:03:29.909Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34072026-08-25T22:03:31.681Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34082026-08-25T22:03:33.200Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-08-25T22:03:34.954Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-08-25T22:03:36.740Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34112026-08-25T22:03:38.346Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34122026-08-25T22:03:43.149Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-25T22:03:43.491Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34142026-08-25T22:03:45.161Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34152026-08-25T22:03:45.224Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34162026-08-25T22:03:47.024Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-25T22:03:48.963Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34182026-08-25T22:03:50.813Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34192026-08-25T22:03:52.879Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34202026-08-25T22:03:54.907Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34212026-08-25T22:03:56.594Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34222026-08-25T22:03:58.407Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34232026-08-25T22:04:00.182Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34242026-08-25T22:04:02.046Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34252026-08-25T22:04:03.855Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34262026-08-25T22:04:05.629Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34272026-08-25T22:04:07.429Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34282026-08-25T22:04:08.973Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-08-25T22:04:11.171Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34302026-08-25T22:04:13.003Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-25T22:04:14.573Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34322026-08-25T22:04:16.512Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-25T22:04:18.322Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34342026-08-25T22:04:20.363Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34352026-08-25T22:04:22.213Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34362026-08-25T22:04:25.956Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34372026-08-25T22:04:28.235Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-25T22:04:30.274Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34392026-08-25T22:04:32.115Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-25T22:04:33.977Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-25T22:04:36.369Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34422026-08-25T22:04:38.240Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34432026-08-25T22:04:40.908Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-25T22:04:43.396Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34452026-08-25T22:04:45.720Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34462026-08-25T22:04:47.943Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-25T22:04:51.162Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-25T22:04:52.759Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-25T22:04:55.481Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-25T22:04:58.343Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-25T22:05:00.630Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-25T22:05:02.618Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34532026-08-25T22:05:05.154Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34542026-08-25T22:05:07.742Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34552026-08-25T22:05:10.187Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34562026-08-25T22:05:13.018Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34572026-08-25T22:05:15.569Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-25T22:05:17.830Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34592026-08-25T22:05:20.657Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34602026-08-25T22:05:23.126Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34612026-08-25T22:05:25.686Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34622026-08-25T22:05:28.242Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34632026-08-25T22:05:30.826Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34642026-08-25T22:05:33.456Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34652026-08-25T22:05:36.050Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-25T22:05:38.539Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-25T22:05:41.027Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34682026-08-25T22:05:43.744Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34692026-08-25T22:05:46.440Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34702026-08-25T22:05:49.023Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34712026-08-25T22:05:51.611Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34722026-08-25T22:05:54.389Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34732026-08-25T22:05:56.969Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34742026-08-25T22:05:59.596Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34752026-08-25T22:06:02.167Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34762026-08-25T22:06:04.835Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-25T22:06:07.565Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-25T22:06:10.166Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-25T22:06:12.750Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-25T22:06:15.422Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34812026-08-25T22:06:18.111Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34822026-08-25T22:06:20.750Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-25T22:06:24.120Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-25T22:06:26.208Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34852026-08-25T22:06:28.857Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34862026-08-25T22:06:31.764Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34872026-08-25T22:06:34.738Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34882026-08-25T22:06:37.493Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34892026-08-25T22:06:40.326Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34902026-08-25T22:06:43.119Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-08-25T22:06:45.810Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-25T22:06:48.520Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34932026-08-25T22:06:51.439Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34942026-08-25T22:06:54.228Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952026-08-25T22:06:56.950Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34962026-08-25T22:06:59.770Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34972026-08-25T22:07:02.553Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34982026-08-25T22:07:05.349Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34992026-08-25T22:07:13.338Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35002026-08-25T22:07:13.939Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35012026-08-25T22:07:17.206Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35022026-08-25T22:07:20.717Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35032026-08-25T22:07:24.340Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35042026-08-25T22:07:28.048Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35052026-08-25T22:07:31.684Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-25T22:07:35.234Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35072026-08-25T22:07:38.826Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35082026-08-25T22:07:42.414Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35092026-08-25T22:07:46.022Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35102026-08-25T22:07:49.692Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-25T22:07:53.509Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35122026-08-25T22:07:56.875Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35132026-08-25T22:08:00.436Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35142026-08-25T22:08:04.084Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35152026-08-25T22:08:07.727Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35162026-08-25T22:08:12.757Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35172026-08-25T22:08:15.758Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35182026-08-25T22:08:19.712Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35192026-08-25T22:08:23.632Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35202026-08-25T22:08:27.543Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35212026-08-25T22:08:31.455Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35222026-08-25T22:08:35.382Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35232026-08-25T22:08:39.388Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35242026-08-25T22:08:43.220Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-25T22:08:47.181Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-25T22:08:51.354Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-25T22:08:55.114Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-25T22:09:26.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 37s
35292026-08-25T22:09:26.457Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-25T22:09:26.458Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-25T22:09:26.624Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-25T22:09:26.735Z
35332026-08-25T22:09:26.735Zreal 7:37.609934284
35342026-08-25T22:09:26.735Zuser 20:32.724523430
35352026-08-25T22:09:26.735Zsys 4:25.867489364
35362026-08-25T22:09:26.735Ztrap 0.307849772
35372026-08-25T22:09:26.735Ztflt 0.008008641
35382026-08-25T22:09:26.735Zdflt 0.142848574
35392026-08-25T22:09:26.738Zkflt 0.000020030
35402026-08-25T22:09:26.738Zlock 7:18:07.394694043
35412026-08-25T22:09:26.738Zslp 2:33:53.414137596
35422026-08-25T22:09:26.738Zlat 35.300255427
35432026-08-25T22:09:26.738Zstop 2:12.778242347
35442026-08-25T22:09:26.738Zprocess exited: duration 848740 ms, exit code 0
 
35452026-08-25T22:09:26.745Zfound 0 output files