01M0VX1GRK3M3V230Q1F70SF7X: clippy (helios)

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

Buildomat Job: 01M0VX2JM3W8HAPHFSZ3D1QC6Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T07:28:26.595Zjob assigned to worker 01M0VX2GRAHKKZY2FRW2DDKB67 [factory aws, i-0dd7ccd594a86d471] (queued for 48 s)
 
22026-08-25T07:28:33.533Zstarting task 0: "setup"
32026-08-25T07:28:33.541Z++ uname -s
42026-08-25T07:28:33.546Z+ kern=SunOS
52026-08-25T07:28:33.546Z+ build_user=build
62026-08-25T07:28:33.546Z+ build_uid=12345
72026-08-25T07:28:33.546Z+ work_dir=/work
82026-08-25T07:28:33.546Z+ input_dir=/input
92026-08-25T07:28:33.546Z+ [[ 0 == 12345 ]]
102026-08-25T07:28:33.546Z+ case "$kern" in
112026-08-25T07:28:33.546Z+ groupadd -g 12345 build
122026-08-25T07:28:33.546Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T07:28:35.547Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T07:28:35.671Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T07:28:35.674Z+ home_fs=zfs
162026-08-25T07:28:35.674Z+ [[ zfs == autofs ]]
172026-08-25T07:28:35.674Z+ mkdir -p /home/build
182026-08-25T07:28:35.674Z+ chown build:build /home/build /work
192026-08-25T07:28:37.678Z+ chmod 0700 /home/build /work
202026-08-25T07:28:37.681Zprocess exited: duration 4143 ms, exit code 0
 
212026-08-25T07:28:37.686Zstarting task 1: "rust-toolchain"
222026-08-25T07:28:37.690Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T07:28:37.690Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T07:28:37.690Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T07:28:37.690Z * rust toolchain channel = "1.97.1"
262026-08-25T07:28:37.690Z * rust toolchain profile = "default"
272026-08-25T07:28:37.692Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T07:28:37.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T07:28:37.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T07:28:37.773Zinfo: downloading installer
312026-08-25T07:28:38.962Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T07:28:38.962Zwarn: /home/build/.rustup/settings.toml
332026-08-25T07:28:38.962Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T07:28:38.962Zwarn: instead of the one inferred from the default host triple.
352026-08-25T07:28:38.974Zinfo: profile set to default
362026-08-25T07:28:38.974Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T07:28:38.977Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T07:28:39.129Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T07:28:39.131Zinfo: downloading 6 components
402026-08-25T07:28:53.867Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T07:28:53.867Z
422026-08-25T07:28:53.900Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T07:28:53.900Z
442026-08-25T07:28:53.900Z
452026-08-25T07:28:53.900ZRust is installed now. Great!
462026-08-25T07:28:53.900Z
472026-08-25T07:28:53.904ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T07:28:53.904Zenvironment variable. This has not been done automatically.
492026-08-25T07:28:53.904Z
502026-08-25T07:28:53.905ZTo configure your current shell, you need to source
512026-08-25T07:28:53.905Zthe corresponding env file under $HOME/.cargo.
522026-08-25T07:28:53.905Z
532026-08-25T07:28:53.905ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T07:28:53.905Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T07:28:53.905Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T07:28:53.905Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T07:28:53.905Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T07:28:53.905Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T07:28:53.905Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T07:28:53.905Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T07:28:53.905Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T07:28:53.990Z+ rustup --version
632026-08-25T07:28:54.001Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T07:28:54.004Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T07:28:54.024Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T07:28:54.028Z+ cargo --version
672026-08-25T07:28:54.037Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T07:28:54.040Z+ rustc --version
692026-08-25T07:28:54.064Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T07:28:54.067Zprocess exited: duration 16375 ms, exit code 0
 
712026-08-25T07:28:54.076Zstarting task 2: "authentication"
722026-08-25T07:28:54.092ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T07:28:56.107Zprocess exited: duration 2029 ms, exit code 0
 
742026-08-25T07:28:56.161Zstarting task 3: "clone repository"
752026-08-25T07:28:56.185Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T07:28:56.185Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T07:28:56.189ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T07:29:09.553Z+ cd /work/oxidecomputer/omicron
792026-08-25T07:29:09.553Z+ git fetch origin 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
802026-08-25T07:29:09.894ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T07:29:09.894Z * branch 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e -> FETCH_HEAD
822026-08-25T07:29:09.904Z+ [[ -n multicast-e2e ]]
832026-08-25T07:29:09.909Z++ git branch --show-current
842026-08-25T07:29:09.910Z+ current=main
852026-08-25T07:29:09.910Z+ [[ main != multicast-e2e ]]
862026-08-25T07:29:09.910Z+ git branch -f multicast-e2e 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
872026-08-25T07:29:09.910Z+ git checkout -f multicast-e2e
882026-08-25T07:29:10.162ZSwitched to branch 'multicast-e2e'
892026-08-25T07:29:10.169Z+ git reset --hard 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e
902026-08-25T07:29:10.179ZHEAD is now at 8d0eb63da [merge] merge main
912026-08-25T07:29:10.193Zprocess exited: duration 14037 ms, exit code 0
 
922026-08-25T07:29:10.230Zstarting task 4: "build"
932026-08-25T07:29:10.247Z+ source ./env.sh
942026-08-25T07:29:10.248Z++ OLD_SHELL_OPTS=ehxB
952026-08-25T07:29:10.248Z++ set -o xtrace
962026-08-25T07:29:10.248Z++++ dirname ./env.sh
972026-08-25T07:29:10.248Z+++ readlink -f .
982026-08-25T07:29:10.248Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-08-25T07:29:10.248Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-25T07:29:10.248Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-25T07:29:10.248Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-25T07:29:10.248Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-25T07:29:10.248Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-25T07:29:10.248Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-25T07:29:10.248Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-25T07:29:10.248Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-25T07:29:10.248Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-25T07:29:10.248Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-25T07:29:10.248Z++ case $OLD_SHELL_OPTS in
1102026-08-25T07:29:10.248Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-08-25T07:29:10.248Z+ source .github/buildomat/ci-env.sh
1122026-08-25T07:29:10.248Z++ export CARGO_TERM_COLOR=always
1132026-08-25T07:29:10.248Z++ CARGO_TERM_COLOR=always
1142026-08-25T07:29:10.248Z+++ uname -s
1152026-08-25T07:29:10.248Z++ [[ SunOS == \S\u\n\O\S ]]
1162026-08-25T07:29:10.248Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1172026-08-25T07:29:10.248Z+ cargo --version
1182026-08-25T07:29:10.281Zcargo 1.97.1 (c980f4866 2026-06-30)
1192026-08-25T07:29:10.281Z+ rustc --version
1202026-08-25T07:29:10.286Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1212026-08-25T07:29:10.286Z+ banner prerequisites
1222026-08-25T07:29:10.286Z
1232026-08-25T07:29:10.286Z ##### ##### ###### ##### ###### #### # # # #### #
1242026-08-25T07:29:10.286Z # # # # # # # # # # # # # # #
1252026-08-25T07:29:10.286Z # # # # ##### # # ##### # # # # # #### #
1262026-08-25T07:29:10.286Z ##### ##### # ##### # # # # # # # # #
1272026-08-25T07:29:10.286Z # # # # # # # # # # # # # # #
1282026-08-25T07:29:10.286Z # # # ###### # # ###### ### # #### # #### #
1292026-08-25T07:29:10.286Z
1302026-08-25T07:29:10.286Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1312026-08-25T07:29:12.543Z Startup: Refreshing catalog 'helios' ... Done
1322026-08-25T07:29:12.629Z Startup: Caching catalogs ... Done
1332026-08-25T07:29:14.781ZPlanning: Solver setup ... Done (2.053s)
1342026-08-25T07:29:14.849ZPlanning: Running solver ... Done (0.063s)
1352026-08-25T07:29:14.898ZPlanning: Finding local manifests ... Done (0.003s)
1362026-08-25T07:29:14.909ZPlanning: Fetching manifests: 0/2 0% complete
1372026-08-25T07:29:14.922ZPlanning: Fetching manifests: 2/2 100% complete
1382026-08-25T07:29:14.937ZPlanning: Package planning ... Done (0.013s)
1392026-08-25T07:29:14.943ZPlanning: Merging actions ... Done (0.002s)
1402026-08-25T07:29:15.163ZPlanning: Checking for conflicting actions ... Done (0.226s)
1412026-08-25T07:29:15.175ZPlanning: Consolidating action changes ... Done (0.001s)
1422026-08-25T07:29:15.917ZPlanning: Evaluating mediators ... Done (0.754s)
1432026-08-25T07:29:15.920ZPlanning: Planning completed in 3.27 seconds
1442026-08-25T07:29:15.926Z Packages to install: 2
1452026-08-25T07:29:15.930Z Estimated space available: 156.01 GB
1462026-08-25T07:29:15.930ZEstimated space to be consumed: 80.56 MB
1472026-08-25T07:29:15.930Z Create boot environment: No
1482026-08-25T07:29:15.930ZCreate backup boot environment: No
1492026-08-25T07:29:15.930Z Rebuild boot archive: No
1502026-08-25T07:29:15.930Z
1512026-08-25T07:29:15.930ZChanged packages:
1522026-08-25T07:29:15.931Zhelios
1532026-08-25T07:29:15.931Z developer/build-essential
1542026-08-25T07:29:15.931Z None -> 11-3.0
1552026-08-25T07:29:15.931Z library/libxmlsec1
1562026-08-25T07:29:15.931Z None -> 1.2.35-3.0
1572026-08-25T07:29:15.952Z
1582026-08-25T07:29:15.952ZDownload: 0/214 items 0.0/1.3MB 0% complete
1592026-08-25T07:29:16.021ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1602026-08-25T07:29:16.111Z Actions: 1/268 actions (Installing new actions)
1612026-08-25T07:29:16.145Z Actions: Completed 268 actions in 0.04 seconds.
1622026-08-25T07:29:16.184ZFinalize: Updating package state database ... Done (0.036s)
1632026-08-25T07:29:16.193ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-25T07:29:16.268ZFinalize: Updating image state ... Done (0.089s)
1652026-08-25T07:29:18.750ZFinalize: Creating fast lookup database ... Done (2.422s)
1662026-08-25T07:29:18.808ZFinalize: Reading search index ... Done (0.012s)
1672026-08-25T07:29:18.816ZFinalize: Updating search index ... Done (0.000s)
1682026-08-25T07:29:18.948ZFinalize: Updating package cache ... Done (0.000s)
1692026-08-25T07:29:19.319ZPlanning: Evaluating mediator changes ... Done
1702026-08-25T07:29:19.430ZPlanning: Checking for conflicting actions ... Done
1712026-08-25T07:29:19.434ZPlanning: Consolidating action changes ... Done
1722026-08-25T07:29:19.588ZPlanning: Evaluating mediators ... Done
1732026-08-25T07:29:19.592ZPlanning: Planning completed in 0.26 seconds
1742026-08-25T07:29:19.607Z Mediators to change: 2
1752026-08-25T07:29:19.607Z Create boot environment: No
1762026-08-25T07:29:19.607ZCreate backup boot environment: No
1772026-08-25T07:29:19.706ZFinalize: Updating package state database ... Done
1782026-08-25T07:29:19.706ZFinalize: Updating package cache ... Done
1792026-08-25T07:29:19.747ZFinalize: Updating image state ... Done
1802026-08-25T07:29:21.703ZFinalize: Creating fast lookup database ... Done
1812026-08-25T07:29:21.770ZFinalize: Reading search index ... Done
1822026-08-25T07:29:21.789ZFinalize: Updating search index ... Done
1832026-08-25T07:29:21.838ZFinalize: Updating package cache ... Done
1842026-08-25T07:29:22.123ZPlanning: Evaluating mediator changes ... Done
1852026-08-25T07:29:22.233ZPlanning: Checking for conflicting actions ... Done
1862026-08-25T07:29:22.242ZPlanning: Consolidating action changes ... Done
1872026-08-25T07:29:22.404ZPlanning: Evaluating mediators ... Done
1882026-08-25T07:29:22.417ZPlanning: Planning completed in 0.26 seconds
1892026-08-25T07:29:22.417Z Mediators to change: 1
1902026-08-25T07:29:22.417Z Create boot environment: No
1912026-08-25T07:29:22.417ZCreate backup boot environment: No
1922026-08-25T07:29:22.451ZFinalize: Updating package state database ... Done
1932026-08-25T07:29:22.451ZFinalize: Updating package cache ... Done
1942026-08-25T07:29:22.502ZFinalize: Updating image state ... Done
1952026-08-25T07:29:24.431ZFinalize: Creating fast lookup database ... Done
1962026-08-25T07:29:24.491ZFinalize: Reading search index ... Done
1972026-08-25T07:29:24.495ZFinalize: Updating search index ... Done
1982026-08-25T07:29:24.552ZFinalize: Updating package cache ... Done
1992026-08-25T07:29:24.867ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002026-08-25T07:29:24.868Zapache system 2.4 system
2012026-08-25T07:29:24.868Zclang system 15 system
2022026-08-25T07:29:24.868Zcsh system system illumos
2032026-08-25T07:29:24.868Zctags system system illumos
2042026-08-25T07:29:24.868Zfile vendor vendor darwinsys
2052026-08-25T07:29:24.868Zfile system system illumos
2062026-08-25T07:29:24.868Zgcc vendor 14 vendor
2072026-08-25T07:29:24.868Zgcc system 13 system
2082026-08-25T07:29:24.868Zgcc system 10 system
2092026-08-25T07:29:24.868Zgo system 1.25 system
2102026-08-25T07:29:24.868Zllvm system 15 system
2112026-08-25T07:29:24.868Zmariadb system 11.4 system
2122026-08-25T07:29:24.868Zmta vendor vendor dma
2132026-08-25T07:29:24.868Zopenjdk system 17 system
2142026-08-25T07:29:24.868Zopenjdk system 11 system
2152026-08-25T07:29:24.868Zopenssl vendor 3 vendor
2162026-08-25T07:29:24.868Zperl system 5.40 system
2172026-08-25T07:29:24.868Zpostgresql system 18 system
2182026-08-25T07:29:24.868Zpostgresql system 17 system
2192026-08-25T07:29:24.868Zpython vendor 3 vendor
2202026-08-25T07:29:24.868Zpython system 2 system
2212026-08-25T07:29:24.868Zpython3 vendor 3.13 vendor
2222026-08-25T07:29:24.868Zruby system 3.4 system
2232026-08-25T07:29:24.868Zruby system 3.0 system
2242026-08-25T07:29:24.868Zwords vendor vendor american-english
2252026-08-25T07:29:24.868Zwords system system australian-english
2262026-08-25T07:29:24.868Zwords system system british-english
2272026-08-25T07:29:24.868Zwords system system canadian-english
2282026-08-25T07:29:24.868Zwords system system french
2292026-08-25T07:29:24.868Zwords system system italian
2302026-08-25T07:29:24.868Zwords system system ngerman
2312026-08-25T07:29:24.868Zwords system system ogerman
2322026-08-25T07:29:24.868Zwords system system spanish
2332026-08-25T07:29:25.124ZPUBLISHER TYPE STATUS P LOCATION
2342026-08-25T07:29:25.124Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2352026-08-25T07:29:25.616ZFMRI IFO
2362026-08-25T07:29:25.616Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2372026-08-25T07:29:25.616Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2382026-08-25T07:29:25.616Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2392026-08-25T07:29:25.616Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2402026-08-25T07:29:25.616Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2412026-08-25T07:29:25.616Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2422026-08-25T07:29:25.616Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2432026-08-25T07:29:25.616Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2442026-08-25T07:29:25.616Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2452026-08-25T07:29:25.964Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462026-08-25T07:29:26.372Z Updating crates.io index
2472026-08-25T07:29:26.386Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482026-08-25T07:29:26.551Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-25T07:29:26.917Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-25T07:29:28.267Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-25T07:29:28.869Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-25T07:29:30.808Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-25T07:29:31.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-25T07:29:32.171Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-25T07:29:32.535Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-25T07:29:34.085Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-25T07:29:34.375Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-25T07:29:34.796Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-25T07:29:35.067Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-25T07:29:35.335Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-25T07:29:35.578Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-25T07:29:35.862Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-25T07:29:36.123Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-25T07:29:36.403Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-25T07:29:36.968Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-25T07:29:37.330Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2672026-08-25T07:29:37.599Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-25T07:29:38.164Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-25T07:29:38.479Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-25T07:29:39.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-25T07:29:39.376Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-25T07:29:39.632Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-25T07:29:40.072Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-25T07:29:40.373Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-25T07:29:40.659Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-25T07:29:41.045Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-25T07:29:41.317Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-25T07:29:41.647Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-25T07:29:42.019Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-25T07:29:42.731Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-25T07:29:42.986Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-25T07:29:43.276Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-25T07:29:43.607Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-25T07:29:43.932Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-25T07:29:44.198Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-25T07:29:44.500Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-25T07:29:44.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-25T07:29:45.088Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-25T07:29:45.370Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-25T07:29:48.337Z Downloading crates ...
2912026-08-25T07:29:48.382Z Downloaded crypto-common v0.1.7
2922026-08-25T07:29:48.387Z Downloaded fastrand v2.3.0
2932026-08-25T07:29:48.387Z Downloaded block-buffer v0.10.4
2942026-08-25T07:29:48.393Z Downloaded heck v0.5.0
2952026-08-25T07:29:48.398Z Downloaded generic-array v0.14.7
2962026-08-25T07:29:48.401Z Downloaded clap v4.6.1
2972026-08-25T07:29:48.406Z Downloaded swrite v0.1.0
2982026-08-25T07:29:48.406Z Downloaded equivalent v1.0.2
2992026-08-25T07:29:48.411Z Downloaded utf8parse v0.2.2
3002026-08-25T07:29:48.411Z Downloaded usdt-attr-macro v0.5.0
3012026-08-25T07:29:48.411Z Downloaded clap_lex v1.0.0
3022026-08-25T07:29:48.411Z Downloaded colorchoice v1.0.4
3032026-08-25T07:29:48.411Z Downloaded autocfg v1.5.0
3042026-08-25T07:29:48.420Z Downloaded cfg-if v1.0.4
3052026-08-25T07:29:48.420Z Downloaded cargo_toml v0.21.0
3062026-08-25T07:29:48.424Z Downloaded errno v0.3.14
3072026-08-25T07:29:48.424Z Downloaded cpufeatures v0.2.17
3082026-08-25T07:29:48.424Z Downloaded dof v0.3.0
3092026-08-25T07:29:48.424Z Downloaded anstyle-query v1.1.5
3102026-08-25T07:29:48.424Z Downloaded winnow v0.7.14
3112026-08-25T07:29:48.424Z Downloaded itoa v1.0.17
3122026-08-25T07:29:48.424Z Downloaded macaddr v1.0.1
3132026-08-25T07:29:48.428Z Downloaded memmap v0.7.0
3142026-08-25T07:29:48.428Z Downloaded heck v0.4.1
3152026-08-25T07:29:48.432Z Downloaded fnv v1.0.7
3162026-08-25T07:29:48.432Z Downloaded dtrace-parser v0.2.0
3172026-08-25T07:29:48.437Z Downloaded cargo-platform v0.3.2
3182026-08-25T07:29:48.443Z Downloaded anstyle-parse v1.0.0
3192026-08-25T07:29:48.443Z Downloaded anstream v1.0.0
3202026-08-25T07:29:48.443Z Downloaded sha2 v0.10.9
3212026-08-25T07:29:48.443Z Downloaded bitflags v2.11.0
3222026-08-25T07:29:48.453Z Downloaded proc-macro-error-attr v1.0.4
3232026-08-25T07:29:48.453Z Downloaded toml_datetime v0.6.11
3242026-08-25T07:29:48.453Z Downloaded terminal_size v0.4.3
3252026-08-25T07:29:48.453Z Downloaded is_terminal_polyfill v1.70.2
3262026-08-25T07:29:48.462Z Downloaded usdt-macro v0.5.0
3272026-08-25T07:29:48.462Z Downloaded toml_write v0.1.2
3282026-08-25T07:29:48.462Z Downloaded unicode-linebreak v0.1.5
3292026-08-25T07:29:48.462Z Downloaded pretty-hex v0.4.1
3302026-08-25T07:29:48.468Z Downloaded strsim v0.11.1
3312026-08-25T07:29:48.468Z Downloaded serde_spanned v0.6.9
3322026-08-25T07:29:48.473Z Downloaded version_check v0.9.5
3332026-08-25T07:29:48.473Z Downloaded anstyle v1.0.14
3342026-08-25T07:29:48.473Z Downloaded byteorder v1.5.0
3352026-08-25T07:29:48.473Z Downloaded cargo_metadata v0.23.1
3362026-08-25T07:29:48.477Z Downloaded anyhow v1.0.104
3372026-08-25T07:29:48.483Z Downloaded once_cell v1.21.3
3382026-08-25T07:29:48.488Z Downloaded scroll_derive v0.12.1
3392026-08-25T07:29:48.493Z Downloaded tabled_derive v0.7.0
3402026-08-25T07:29:48.493Z Downloaded usdt v0.5.0
3412026-08-25T07:29:48.498Z Downloaded plain v0.2.3
3422026-08-25T07:29:48.502Z Downloaded smawk v0.3.2
3432026-08-25T07:29:48.502Z Downloaded fs-err v3.3.0
3442026-08-25T07:29:48.502Z Downloaded thread-id v4.2.2
3452026-08-25T07:29:48.509Z Downloaded digest v0.10.7
3462026-08-25T07:29:48.510Z Downloaded scroll v0.12.0
3472026-08-25T07:29:48.510Z Downloaded camino-tempfile v1.4.1
3482026-08-25T07:29:48.516Z Downloaded zmij v1.0.21
3492026-08-25T07:29:48.517Z Downloaded pest_derive v2.8.6
3502026-08-25T07:29:48.521Z Downloaded camino v1.2.5
3512026-08-25T07:29:48.521Z Downloaded thiserror v2.0.18
3522026-08-25T07:29:48.522Z Downloaded bytecount v0.6.9
3532026-08-25T07:29:48.525Z Downloaded serde_tokenstream v0.2.3
3542026-08-25T07:29:48.525Z Downloaded usdt-impl v0.5.0
3552026-08-25T07:29:48.525Z Downloaded thiserror-impl v2.0.18
3562026-08-25T07:29:48.530Z Downloaded proc-macro-error v1.0.4
3572026-08-25T07:29:48.535Z Downloaded thiserror-impl v1.0.69
3582026-08-25T07:29:48.548Z Downloaded toml v0.8.23
3592026-08-25T07:29:48.549Z Downloaded clap_derive v4.6.1
3602026-08-25T07:29:48.549Z Downloaded tempfile v3.27.0
3612026-08-25T07:29:48.557Z Downloaded log v0.4.33
3622026-08-25T07:29:48.557Z Downloaded quote v1.0.45
3632026-08-25T07:29:48.557Z Downloaded papergrid v0.11.0
3642026-08-25T07:29:48.563Z Downloaded semver v1.0.28
3652026-08-25T07:29:48.568Z Downloaded zerocopy-derive v0.7.35
3662026-08-25T07:29:48.568Z Downloaded proc-macro2 v1.0.106
3672026-08-25T07:29:48.576Z Downloaded pest_generator v2.8.6
3682026-08-25T07:29:48.582Z Downloaded serde_derive v1.0.229
3692026-08-25T07:29:48.582Z Downloaded pest_meta v2.8.6
3702026-08-25T07:29:48.587Z Downloaded thiserror v1.0.69
3712026-08-25T07:29:48.587Z Downloaded ucd-trie v0.1.7
3722026-08-25T07:29:48.587Z Downloaded unicode-ident v1.0.24
3732026-08-25T07:29:48.595Z Downloaded getrandom v0.4.3
3742026-08-25T07:29:48.601Z Downloaded textwrap v0.16.2
3752026-08-25T07:29:48.601Z Downloaded memchr v2.8.0
3762026-08-25T07:29:48.607Z Downloaded serde_core v1.0.229
3772026-08-25T07:29:48.612Z Downloaded toml_edit v0.22.27
3782026-08-25T07:29:48.626Z Downloaded indexmap v2.14.0
3792026-08-25T07:29:48.633Z Downloaded serde v1.0.229
3802026-08-25T07:29:48.642Z Downloaded pest v2.8.6
3812026-08-25T07:29:48.643Z Downloaded typenum v1.20.1
3822026-08-25T07:29:48.672Z Downloaded hashbrown v0.17.0
3832026-08-25T07:29:48.681Z Downloaded zerocopy v0.7.35
3842026-08-25T07:29:48.686Z Downloaded serde_json v1.0.151
3852026-08-25T07:29:48.686Z Downloaded clap_builder v4.6.0
3862026-08-25T07:29:48.693Z Downloaded goblin v0.8.2
3872026-08-25T07:29:48.697Z Downloaded tabled v0.15.0
3882026-08-25T07:29:48.703Z Downloaded syn v1.0.109
3892026-08-25T07:29:48.714Z Downloaded unicode-width v0.2.0
3902026-08-25T07:29:48.725Z Downloaded unicode-width v0.1.14
3912026-08-25T07:29:48.730Z Downloaded syn v3.0.3
3922026-08-25T07:29:48.735Z Downloaded syn v2.0.117
3932026-08-25T07:29:48.747Z Downloaded rustix v1.1.4
3942026-08-25T07:29:48.762Z Downloaded libc v0.2.185
3952026-08-25T07:29:48.827Z Compiling proc-macro2 v1.0.106
3962026-08-25T07:29:48.827Z Compiling quote v1.0.45
3972026-08-25T07:29:48.832Z Compiling unicode-ident v1.0.24
3982026-08-25T07:29:48.832Z Compiling serde_core v1.0.229
3992026-08-25T07:29:48.832Z Compiling libc v0.2.185
4002026-08-25T07:29:48.832Z Compiling version_check v0.9.5
4012026-08-25T07:29:48.832Z Compiling memchr v2.8.0
4022026-08-25T07:29:49.003Z Compiling serde v1.0.229
4032026-08-25T07:29:49.149Z Compiling zmij v1.0.21
4042026-08-25T07:29:49.312Z Compiling thiserror v1.0.69
4052026-08-25T07:29:49.451Z Compiling itoa v1.0.17
4062026-08-25T07:29:49.601Z Compiling ucd-trie v0.1.7
4072026-08-25T07:29:49.681Z Compiling byteorder v1.5.0
4082026-08-25T07:29:49.794Z Compiling pest v2.8.6
4092026-08-25T07:29:49.854Z Compiling rustix v1.1.4
4102026-08-25T07:29:49.892Z Compiling errno v0.3.14
4112026-08-25T07:29:49.926Z Compiling bitflags v2.11.0
4122026-08-25T07:29:50.055Z Compiling serde_json v1.0.151
4132026-08-25T07:29:50.259Z Compiling thread-id v4.2.2
4142026-08-25T07:29:50.338Z Compiling syn v2.0.117
4152026-08-25T07:29:50.355Z Compiling syn v3.0.3
4162026-08-25T07:29:50.409Z Compiling usdt-impl v0.5.0
4172026-08-25T07:29:50.447Z Compiling proc-macro-error-attr v1.0.4
4182026-08-25T07:29:50.621Z Compiling syn v1.0.109
4192026-08-25T07:29:50.636Z Compiling camino v1.2.5
4202026-08-25T07:29:50.928Z Compiling pest_meta v2.8.6
4212026-08-25T07:29:51.062Z Compiling proc-macro-error v1.0.4
4222026-08-25T07:29:51.142Z Compiling log v0.4.33
4232026-08-25T07:29:51.326Z Compiling equivalent v1.0.2
4242026-08-25T07:29:51.344Z Compiling hashbrown v0.17.0
4252026-08-25T07:29:51.421Z Compiling plain v0.2.3
4262026-08-25T07:29:51.531Z Compiling utf8parse v0.2.2
4272026-08-25T07:29:51.603Z Compiling getrandom v0.4.3
4282026-08-25T07:29:51.646Z Compiling anstyle-parse v1.0.0
4292026-08-25T07:29:51.882Z Compiling indexmap v2.14.0
4302026-08-25T07:29:51.933Z Compiling terminal_size v0.4.3
4312026-08-25T07:29:52.452Z Compiling serde_derive v1.0.229
4322026-08-25T07:29:52.472Z Compiling pretty-hex v0.4.1
4332026-08-25T07:29:52.489Z Compiling winnow v0.7.14
4342026-08-25T07:29:52.509Z Compiling anstyle-query v1.1.5
4352026-08-25T07:29:52.525Z Compiling pest_generator v2.8.6
4362026-08-25T07:29:52.576Z Compiling colorchoice v1.0.4
4372026-08-25T07:29:52.612Z Compiling toml_write v0.1.2
4382026-08-25T07:29:52.645Z Compiling cfg-if v1.0.4
4392026-08-25T07:29:52.698Z Compiling anstyle v1.0.14
4402026-08-25T07:29:52.714Z Compiling autocfg v1.5.0
4412026-08-25T07:29:52.807Z Compiling thiserror v2.0.18
4422026-08-25T07:29:52.919Z Compiling is_terminal_polyfill v1.70.2
4432026-08-25T07:29:53.027Z Compiling anstream v1.0.0
4442026-08-25T07:29:53.127Z Compiling fs-err v3.3.0
4452026-08-25T07:29:53.346Z Compiling unicode-width v0.1.14
4462026-08-25T07:29:53.374Z Compiling fastrand v2.3.0
4472026-08-25T07:29:53.432Z Compiling anyhow v1.0.104
4482026-08-25T07:29:53.618Z Compiling heck v0.4.1
4492026-08-25T07:29:53.618Z Compiling strsim v0.11.1
4502026-08-25T07:29:53.648Z Compiling bytecount v0.6.9
4512026-08-25T07:29:53.734Z Compiling fnv v1.0.7
4522026-08-25T07:29:53.787Z Compiling clap_lex v1.0.0
4532026-08-25T07:29:53.841Z Compiling heck v0.5.0
4542026-08-25T07:29:53.856Z Compiling once_cell v1.21.3
4552026-08-25T07:29:53.943Z Compiling clap_builder v4.6.0
4562026-08-25T07:29:53.957Z Compiling papergrid v0.11.0
4572026-08-25T07:29:54.082Z Compiling tempfile v3.27.0
4582026-08-25T07:29:54.161Z Compiling thiserror-impl v1.0.69
4592026-08-25T07:29:54.187Z Compiling zerocopy-derive v0.7.35
4602026-08-25T07:29:54.228Z Compiling pest_derive v2.8.6
4612026-08-25T07:29:54.244Z Compiling scroll_derive v0.12.1
4622026-08-25T07:29:54.442Z Compiling thiserror-impl v2.0.18
4632026-08-25T07:29:54.671Z Compiling tabled_derive v0.7.0
4642026-08-25T07:29:54.940Z Compiling scroll v0.12.0
4652026-08-25T07:29:55.079Z Compiling zerocopy v0.7.35
4662026-08-25T07:29:55.226Z Compiling goblin v0.8.2
4672026-08-25T07:29:55.562Z Compiling dtrace-parser v0.2.0
4682026-08-25T07:29:55.602Z Compiling clap_derive v4.6.1
4692026-08-25T07:29:55.648Z Compiling cargo-platform v0.3.2
4702026-08-25T07:29:55.809Z Compiling serde_spanned v0.6.9
4712026-08-25T07:29:55.852Z Compiling dof v0.3.0
4722026-08-25T07:29:55.900Z Compiling serde_tokenstream v0.2.3
4732026-08-25T07:29:55.932Z Compiling toml_datetime v0.6.11
4742026-08-25T07:29:56.076Z Compiling semver v1.0.28
4752026-08-25T07:29:56.213Z Compiling toml_edit v0.22.27
4762026-08-25T07:29:56.240Z Compiling memmap v0.7.0
4772026-08-25T07:29:56.293Z Compiling unicode-linebreak v0.1.5
4782026-08-25T07:29:56.404Z Compiling unicode-width v0.2.0
4792026-08-25T07:29:56.424Z Compiling smawk v0.3.2
4802026-08-25T07:29:56.533Z Compiling cargo_metadata v0.23.1
4812026-08-25T07:29:56.567Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-25T07:29:56.679Z Compiling textwrap v0.16.2
4832026-08-25T07:29:56.803Z Compiling usdt-macro v0.5.0
4842026-08-25T07:29:57.003Z Compiling usdt-attr-macro v0.5.0
4852026-08-25T07:29:57.062Z Compiling macaddr v1.0.1
4862026-08-25T07:29:57.136Z Compiling tabled v0.15.0
4872026-08-25T07:29:57.291Z Compiling camino-tempfile v1.4.1
4882026-08-25T07:29:57.342Z Compiling clap v4.6.1
4892026-08-25T07:29:57.684Z Compiling toml v0.8.23
4902026-08-25T07:29:57.802Z Compiling swrite v0.1.0
4912026-08-25T07:29:58.143Z Compiling cargo_toml v0.21.0
4922026-08-25T07:29:58.226Z Compiling usdt v0.5.0
4932026-08-25T07:29:59.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942026-08-25T07:30:01.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.68s
4952026-08-25T07:30:01.726Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4962026-08-25T07:30:02.386Z Downloading crates ...
4972026-08-25T07:30:02.420Z Downloaded adler2 v2.0.1
4982026-08-25T07:30:02.420Z Downloaded arrayref v0.3.9
4992026-08-25T07:30:02.420Z Downloaded bit-set v0.5.3
5002026-08-25T07:30:02.420Z Downloaded async-recursion v1.1.1
5012026-08-25T07:30:02.420Z Downloaded base16ct v0.2.0
5022026-08-25T07:30:02.420Z Downloaded embedded-io v0.4.0
5032026-08-25T07:30:02.420Z Downloaded aead v0.6.1
5042026-08-25T07:30:02.420Z Downloaded argon2 v0.5.3
5052026-08-25T07:30:02.420Z Downloaded bit-vec v0.8.0
5062026-08-25T07:30:02.420Z Downloaded backtrace-ext v0.2.1
5072026-08-25T07:30:02.420Z Downloaded array-init v0.0.4
5082026-08-25T07:30:02.421Z Downloaded env_logger v0.11.11
5092026-08-25T07:30:02.421Z Downloaded aead v0.5.2
5102026-08-25T07:30:02.421Z Downloaded atty v0.2.14
5112026-08-25T07:30:02.421Z Downloaded base16ct v1.0.0
5122026-08-25T07:30:02.421Z Downloaded enum-as-inner v0.6.1
5132026-08-25T07:30:02.421Z Downloaded fd-lock v4.0.4
5142026-08-25T07:30:02.421Z Downloaded argon2 v0.6.0-rc.8
5152026-08-25T07:30:02.421Z Downloaded arrayvec v0.7.6
5162026-08-25T07:30:02.421Z Downloaded cbc v0.2.1
5172026-08-25T07:30:02.421Z Downloaded endian-type v0.1.2
5182026-08-25T07:30:02.421Z Downloaded fallible-iterator v0.2.0
5192026-08-25T07:30:02.421Z Downloaded form_urlencoded v1.2.2
5202026-08-25T07:30:02.421Z Downloaded addr2line v0.25.1
5212026-08-25T07:30:02.421Z Downloaded bcrypt-pbkdf v0.11.0
5222026-08-25T07:30:02.421Z Downloaded bb8 v0.8.6
5232026-08-25T07:30:02.421Z Downloaded assert_matches v1.5.0
5242026-08-25T07:30:02.421Z Downloaded atomicwrites v0.4.4
5252026-08-25T07:30:02.421Z Downloaded castaway v0.2.4
5262026-08-25T07:30:02.422Z Downloaded float-ord v0.3.2
5272026-08-25T07:30:02.422Z Downloaded float-cmp v0.10.0
5282026-08-25T07:30:02.422Z Downloaded foreign-types v0.5.0
5292026-08-25T07:30:02.422Z Downloaded foreign-types-macros v0.2.3
5302026-08-25T07:30:02.422Z Downloaded anstream v0.6.21
5312026-08-25T07:30:02.422Z Downloaded async-trait v0.1.89
5322026-08-25T07:30:02.422Z Downloaded fatfs v0.3.6
5332026-08-25T07:30:02.422Z Downloaded enum_dispatch v0.3.13
5342026-08-25T07:30:02.422Z Downloaded foldhash v0.2.0
5352026-08-25T07:30:02.422Z Downloaded base64ct v1.8.3
5362026-08-25T07:30:02.422Z Downloaded atomic-waker v1.1.2
5372026-08-25T07:30:02.422Z Downloaded fixedbitset v0.4.2
5382026-08-25T07:30:02.422Z Downloaded foreign-types-shared v0.1.1
5392026-08-25T07:30:02.422Z Downloaded async-stream v0.3.6
5402026-08-25T07:30:02.422Z Downloaded async-stream-impl v0.3.6
5412026-08-25T07:30:02.422Z Downloaded bit-set v0.8.0
5422026-08-25T07:30:02.422Z Downloaded bitfield-macros v0.19.4
5432026-08-25T07:30:02.423Z Downloaded cobs v0.3.0
5442026-08-25T07:30:02.423Z Downloaded foreign-types v0.3.2
5452026-08-25T07:30:02.423Z Downloaded futures-sink v0.3.32
5462026-08-25T07:30:02.423Z Downloaded gethostname v0.5.0
5472026-08-25T07:30:02.423Z Downloaded cfg_aliases v0.1.1
5482026-08-25T07:30:02.423Z Downloaded fixedbitset v0.5.7
5492026-08-25T07:30:02.423Z Downloaded foreign-types-shared v0.3.1
5502026-08-25T07:30:02.423Z Downloaded futures-core v0.3.32
5512026-08-25T07:30:02.423Z Downloaded group v0.13.0
5522026-08-25T07:30:02.423Z Downloaded cassowary v0.3.0
5532026-08-25T07:30:02.423Z Downloaded bcs v0.1.6
5542026-08-25T07:30:02.423Z Downloaded ascii-canvas v3.0.0
5552026-08-25T07:30:02.423Z Downloaded fxhash v0.2.1
5562026-08-25T07:30:02.423Z Downloaded env_filter v2.0.0
5572026-08-25T07:30:02.423Z Downloaded funty v2.0.0
5582026-08-25T07:30:02.423Z Downloaded futures-io v0.3.32
5592026-08-25T07:30:02.423Z Downloaded futures-task v0.3.32
5602026-08-25T07:30:02.423Z Downloaded backoff v0.4.0
5612026-08-25T07:30:02.423Z Downloaded embedded-io v0.6.1
5622026-08-25T07:30:02.423Z Downloaded block-buffer v0.12.1
5632026-08-25T07:30:02.423Z Downloaded block-padding v0.4.2
5642026-08-25T07:30:02.424Z Downloaded cfg_aliases v0.2.1
5652026-08-25T07:30:02.424Z Downloaded futures-macro v0.3.32
5662026-08-25T07:30:02.424Z Downloaded hash32 v0.2.1
5672026-08-25T07:30:02.424Z Downloaded headers-core v0.3.0
5682026-08-25T07:30:02.424Z Downloaded http-body v1.0.1
5692026-08-25T07:30:02.424Z Downloaded ciborium-io v0.2.2
5702026-08-25T07:30:02.424Z Downloaded compression-core v0.4.31
5712026-08-25T07:30:02.424Z Downloaded newline-converter v0.3.0
5722026-08-25T07:30:02.424Z Downloaded nibble_vec v0.1.0
5732026-08-25T07:30:02.424Z Downloaded home v0.5.12
5742026-08-25T07:30:02.424Z Downloaded hash32 v0.3.1
5752026-08-25T07:30:02.424Z Downloaded hex-literal v1.1.0
5762026-08-25T07:30:02.424Z Downloaded ciborium-ll v0.2.2
5772026-08-25T07:30:02.424Z Downloaded bitfield-struct v0.6.2
5782026-08-25T07:30:02.424Z Downloaded opaque-debug v0.3.1
5792026-08-25T07:30:02.424Z Downloaded backon v1.6.0
5802026-08-25T07:30:02.424Z Downloaded normalize-line-endings v0.3.0
5812026-08-25T07:30:02.424Z Downloaded ff v0.14.0
5822026-08-25T07:30:02.424Z Downloaded httpdate v1.0.3
5832026-08-25T07:30:02.424Z Downloaded globset v0.4.18
5842026-08-25T07:30:02.424Z Downloaded chacha20 v0.9.1
5852026-08-25T07:30:02.424Z Downloaded bitfield v0.19.4
5862026-08-25T07:30:02.424Z Downloaded filetime v0.2.27
5872026-08-25T07:30:02.424Z Downloaded find-msvc-tools v0.1.9
5882026-08-25T07:30:02.424Z Downloaded flagset v0.4.7
5892026-08-25T07:30:02.424Z Downloaded glob v0.3.3
5902026-08-25T07:30:02.424Z Downloaded blowfish v0.10.0
5912026-08-25T07:30:02.425Z Downloaded byte-wrapper v0.1.0
5922026-08-25T07:30:02.425Z Downloaded http-range v0.1.5
5932026-08-25T07:30:02.457Z Downloaded hubpack v0.1.2
5942026-08-25T07:30:02.457Z Downloaded globwalk v0.9.1
5952026-08-25T07:30:02.457Z Downloaded hex v0.4.3
5962026-08-25T07:30:02.457Z Downloaded hubpack_derive v0.1.1
5972026-08-25T07:30:02.457Z Downloaded anstyle-parse v0.2.7
5982026-08-25T07:30:02.457Z Downloaded compression-codecs v0.4.37
5992026-08-25T07:30:02.458Z Downloaded cipher v0.4.4
6002026-08-25T07:30:02.458Z Downloaded hostname v0.4.2
6012026-08-25T07:30:02.458Z Downloaded cexpr v0.6.0
6022026-08-25T07:30:02.458Z Downloaded cipher v0.5.2
6032026-08-25T07:30:02.458Z Downloaded ghash v0.6.0
6042026-08-25T07:30:02.458Z Downloaded git-stub v1.0.0
6052026-08-25T07:30:02.458Z Downloaded group v0.14.0
6062026-08-25T07:30:02.458Z Downloaded powerfmt v0.2.0
6072026-08-25T07:30:02.458Z Downloaded precomputed-hash v0.1.1
6082026-08-25T07:30:02.458Z Downloaded rand_xorshift v0.4.0
6092026-08-25T07:30:02.458Z Downloaded hostname v0.3.1
6102026-08-25T07:30:02.499Z Downloaded ahash v0.8.12
6112026-08-25T07:30:02.499Z Downloaded phf_shared v0.11.3
6122026-08-25T07:30:02.499Z Downloaded proc-macro-crate v1.3.1
6132026-08-25T07:30:02.499Z Downloaded nodrop v0.1.14
6142026-08-25T07:30:02.499Z Downloaded progenitor-macro v0.14.0
6152026-08-25T07:30:02.499Z Downloaded radium v0.7.0
6162026-08-25T07:30:02.500Z Downloaded ff v0.13.1
6172026-08-25T07:30:02.500Z Downloaded camino-tempfile-ext v0.3.3
6182026-08-25T07:30:02.500Z Downloaded fs_extra v1.3.0
6192026-08-25T07:30:02.500Z Downloaded foldhash v0.1.5
6202026-08-25T07:30:02.500Z Downloaded fs-err v2.11.0
6212026-08-25T07:30:02.500Z Downloaded futures-executor v0.3.32
6222026-08-25T07:30:02.500Z Downloaded http-body-util v0.1.3
6232026-08-25T07:30:02.500Z Downloaded cmov v0.5.4
6242026-08-25T07:30:02.500Z Downloaded num_enum v0.5.11
6252026-08-25T07:30:02.500Z Downloaded num_enum v0.7.6
6262026-08-25T07:30:02.500Z Downloaded recursive-proc-macro-impl v0.1.1
6272026-08-25T07:30:02.500Z Downloaded ena v0.14.4
6282026-08-25T07:30:02.501Z Downloaded git-stub-vcs v0.1.0
6292026-08-25T07:30:02.501Z Downloaded erased-serde v0.3.31
6302026-08-25T07:30:02.501Z Downloaded allocator-api2 v0.2.21
6312026-08-25T07:30:02.584Z Downloaded colored v3.1.1
6322026-08-25T07:30:02.584Z Downloaded async-bb8-diesel v0.2.1
6332026-08-25T07:30:02.584Z Downloaded bs58 v0.5.1
6342026-08-25T07:30:02.584Z Downloaded secrecy v0.10.3
6352026-08-25T07:30:02.584Z Downloaded sha1 v0.10.6
6362026-08-25T07:30:02.585Z Downloaded sha1 v0.11.0
6372026-08-25T07:30:02.585Z Downloaded slog-envlogger v2.2.0
6382026-08-25T07:30:02.585Z Downloaded bit-vec v0.6.3
6392026-08-25T07:30:02.585Z Downloaded ciborium v0.2.2
6402026-08-25T07:30:02.585Z Downloaded elliptic-curve v0.14.1
6412026-08-25T07:30:02.585Z Downloaded futures v0.3.32
6422026-08-25T07:30:02.585Z Downloaded generic-array v1.4.3
6432026-08-25T07:30:02.585Z Downloaded bitflags v1.3.2
6442026-08-25T07:30:02.585Z Downloaded pbkdf2 v0.13.0
6452026-08-25T07:30:02.590Z Downloaded peg v0.8.5
6462026-08-25T07:30:02.590Z Downloaded peg-macros v0.8.5
6472026-08-25T07:30:02.591Z Downloaded bzip2 v0.6.1
6482026-08-25T07:30:02.591Z Downloaded highway v1.3.0
6492026-08-25T07:30:02.591Z Downloaded ppv-lite86 v0.2.21
6502026-08-25T07:30:02.591Z Downloaded resolv-conf v0.7.6
6512026-08-25T07:30:02.591Z Downloaded thiserror-impl-no-std v2.0.2
6522026-08-25T07:30:02.591Z Downloaded sqlparser_derive v0.5.0
6532026-08-25T07:30:02.591Z Downloaded supports-unicode v3.0.0
6542026-08-25T07:30:02.591Z Downloaded tabwriter v1.4.1
6552026-08-25T07:30:02.591Z Downloaded topological-sort v0.2.2
6562026-08-25T07:30:02.591Z Downloaded const-oid v0.10.2
6572026-08-25T07:30:02.592Z Downloaded void v1.0.2
6582026-08-25T07:30:02.592Z Downloaded oxide-generation v0.1.3
6592026-08-25T07:30:02.592Z Downloaded password-hash v0.5.0
6602026-08-25T07:30:02.592Z Downloaded phf v0.12.1
6612026-08-25T07:30:02.592Z Downloaded phf v0.13.1
6622026-08-25T07:30:02.592Z Downloaded progenitor v0.13.0
6632026-08-25T07:30:02.592Z Downloaded progenitor v0.14.0
6642026-08-25T07:30:02.592Z Downloaded cmake v0.1.57
6652026-08-25T07:30:02.592Z Downloaded console v0.15.11
6662026-08-25T07:30:02.592Z Downloaded const-oid v0.9.6
6672026-08-25T07:30:02.592Z Downloaded chacha20 v0.10.0
6682026-08-25T07:30:02.593Z Downloaded console v0.16.2
6692026-08-25T07:30:02.593Z Downloaded tower-layer v0.3.3
6702026-08-25T07:30:02.593Z Downloaded tower-service v0.3.3
6712026-08-25T07:30:02.593Z Downloaded cancel-safe-futures v0.1.5
6722026-08-25T07:30:02.593Z Downloaded futures-channel v0.3.32
6732026-08-25T07:30:02.593Z Downloaded hmac v0.12.1
6742026-08-25T07:30:02.593Z Downloaded bzip2 v0.4.4
6752026-08-25T07:30:02.593Z Downloaded getrandom v0.2.17
6762026-08-25T07:30:02.593Z Downloaded rand_core v0.9.5
6772026-08-25T07:30:02.593Z Downloaded buf-list v1.1.2
6782026-08-25T07:30:02.593Z Downloaded unit-prefix v0.5.2
6792026-08-25T07:30:02.593Z Downloaded untrusted v0.7.1
6802026-08-25T07:30:02.593Z Downloaded usdt-attr-macro v0.6.0
6812026-08-25T07:30:02.593Z Downloaded serde-hex v0.1.0
6822026-08-25T07:30:02.594Z Downloaded serde_derive_internals v0.29.1
6832026-08-25T07:30:02.594Z Downloaded serde_spanned v1.1.1
6842026-08-25T07:30:02.594Z Downloaded usdt-macro v0.6.0
6852026-08-25T07:30:02.670Z Downloaded colored v2.2.0
6862026-08-25T07:30:02.670Z Downloaded signature v2.2.0
6872026-08-25T07:30:02.671Z Downloaded ar_archive_writer v0.5.1
6882026-08-25T07:30:02.671Z Downloaded arc-swap v1.8.2
6892026-08-25T07:30:02.671Z Downloaded serde_with_macros v1.5.2
6902026-08-25T07:30:02.671Z Downloaded slog-dtrace v0.3.0
6912026-08-25T07:30:02.671Z Downloaded string_cache v0.8.9
6922026-08-25T07:30:02.671Z Downloaded strum_macros v0.26.4
6932026-08-25T07:30:02.671Z Downloaded cpubits v0.1.1
6942026-08-25T07:30:02.671Z Downloaded clang-sys v1.8.1
6952026-08-25T07:30:02.671Z Downloaded pkcs8 v0.11.0
6962026-08-25T07:30:02.671Z Downloaded poly1305 v0.9.0
6972026-08-25T07:30:02.671Z Downloaded crc-catalog v2.4.0
6982026-08-25T07:30:02.671Z Downloaded termios v0.3.3
6992026-08-25T07:30:02.671Z Downloaded tinystr v0.8.2
7002026-08-25T07:30:02.672Z Downloaded num-integer v0.1.46
7012026-08-25T07:30:02.672Z Downloaded httparse v1.10.1
7022026-08-25T07:30:02.672Z Downloaded derive_builder_macro v0.20.2
7032026-08-25T07:30:02.672Z Downloaded dropshot-api-manager-types v0.8.0
7042026-08-25T07:30:02.672Z Downloaded vergen-lib v9.1.0
7052026-08-25T07:30:02.672Z Downloaded ssh-cipher v0.3.0
7062026-08-25T07:30:02.672Z Downloaded blake2 v0.11.0-rc.6
7072026-08-25T07:30:02.672Z Downloaded digest-io v0.1.0
7082026-08-25T07:30:02.672Z Downloaded tokio-native-tls v0.3.1
7092026-08-25T07:30:02.672Z Downloaded hmac v0.13.0
7102026-08-25T07:30:02.672Z Downloaded whoami v1.6.1
7112026-08-25T07:30:02.672Z Downloaded dunce v1.0.5
7122026-08-25T07:30:02.672Z Downloaded defmt v0.3.100
7132026-08-25T07:30:02.672Z Downloaded base64 v0.22.1
7142026-08-25T07:30:02.672Z Downloaded oso v0.27.3
7152026-08-25T07:30:02.673Z Downloaded oxide-update-engine-types v0.1.2
7162026-08-25T07:30:02.673Z Downloaded xattr v1.6.1
7172026-08-25T07:30:02.673Z Downloaded idna_adapter v1.2.1
7182026-08-25T07:30:02.673Z Downloaded usdt-impl v0.6.0
7192026-08-25T07:30:02.673Z Downloaded backtrace v0.3.76
7202026-08-25T07:30:02.673Z Downloaded indoc v1.0.9
7212026-08-25T07:30:02.673Z Downloaded lalrpop-util v0.19.12
7222026-08-25T07:30:02.673Z Downloaded is_ci v1.2.0
7232026-08-25T07:30:02.673Z Downloaded stringprep v0.1.5
7242026-08-25T07:30:02.673Z Downloaded strum_macros v0.24.3
7252026-08-25T07:30:02.673Z Downloaded flume v0.11.1
7262026-08-25T07:30:02.673Z Downloaded lru-cache v0.1.2
7272026-08-25T07:30:02.673Z Downloaded daft v0.1.8
7282026-08-25T07:30:02.673Z Downloaded sha2 v0.11.0
7292026-08-25T07:30:02.673Z Downloaded derive_builder_core v0.20.2
7302026-08-25T07:30:02.673Z Downloaded convert_case v0.10.0
7312026-08-25T07:30:02.673Z Downloaded memoffset v0.9.1
7322026-08-25T07:30:02.673Z Downloaded lru v0.12.5
7332026-08-25T07:30:02.815Z Downloaded num-derive v0.4.2
7342026-08-25T07:30:02.815Z Downloaded num-conv v0.2.0
7352026-08-25T07:30:02.815Z Downloaded multimap v0.10.1
7362026-08-25T07:30:02.815Z Downloaded num-iter v0.1.45
7372026-08-25T07:30:02.815Z Downloaded oxide-generation-macros v0.2.0
7382026-08-25T07:30:02.815Z Downloaded password-hash v0.6.1
7392026-08-25T07:30:02.815Z Downloaded phf_shared v0.12.1
7402026-08-25T07:30:02.815Z Downloaded base64 v0.21.7
7412026-08-25T07:30:02.815Z Downloaded compact_str v0.8.1
7422026-08-25T07:30:02.815Z Downloaded blake2 v0.10.6
7432026-08-25T07:30:02.815Z Downloaded chacha20poly1305 v0.10.1
7442026-08-25T07:30:02.815Z Downloaded bytes v1.11.1
7452026-08-25T07:30:02.816Z Downloaded half v2.7.1
7462026-08-25T07:30:02.816Z Downloaded num-traits v0.2.19
7472026-08-25T07:30:02.816Z Downloaded ctutils v0.4.2
7482026-08-25T07:30:02.816Z Downloaded half v1.8.3
7492026-08-25T07:30:02.816Z Downloaded ed25519 v2.2.3
7502026-08-25T07:30:02.816Z Downloaded proc-macro-error-attr2 v2.0.0
7512026-08-25T07:30:02.816Z Downloaded similar v2.7.0
7522026-08-25T07:30:02.816Z Downloaded digest v0.11.3
7532026-08-25T07:30:02.816Z Downloaded downcast-rs v2.0.2
7542026-08-25T07:30:02.816Z Downloaded progenitor-client v0.14.0
7552026-08-25T07:30:02.816Z Downloaded p384 v0.14.0
7562026-08-25T07:30:02.816Z Downloaded rand_chacha v0.3.1
7572026-08-25T07:30:02.816Z Downloaded parking_lot_core v0.9.12
7582026-08-25T07:30:02.816Z Downloaded delegate v0.13.5
7592026-08-25T07:30:02.816Z Downloaded ref-cast v1.0.25
7602026-08-25T07:30:02.816Z Downloaded serde-big-array v0.5.1
7612026-08-25T07:30:02.816Z Downloaded scroll_derive v0.13.1
7622026-08-25T07:30:02.816Z Downloaded serde_urlencoded v0.7.1
7632026-08-25T07:30:02.816Z Downloaded shell-words v1.1.1
7642026-08-25T07:30:02.816Z Downloaded getrandom v0.3.4
7652026-08-25T07:30:02.816Z Downloaded linear-map v1.2.0
7662026-08-25T07:30:02.817Z Downloaded tracing-attributes v0.1.31
7672026-08-25T07:30:02.817Z Downloaded tinyvec v1.10.0
7682026-08-25T07:30:02.817Z Downloaded zerocopy v0.6.6
7692026-08-25T07:30:02.817Z Downloaded scheduled-thread-pool v0.2.7
7702026-08-25T07:30:02.817Z Downloaded indoc v2.0.7
7712026-08-25T07:30:02.817Z Downloaded ingot v0.2.1
7722026-08-25T07:30:02.817Z Downloaded deranged v0.5.8
7732026-08-25T07:30:02.817Z Downloaded libsw v3.5.0
7742026-08-25T07:30:02.817Z Downloaded num-complex v0.4.6
7752026-08-25T07:30:02.817Z Downloaded polyval v0.7.1
7762026-08-25T07:30:02.817Z Downloaded oxide-tokio-rt v0.1.4
7772026-08-25T07:30:02.817Z Downloaded serde_plain v1.0.2
7782026-08-25T07:30:02.817Z Downloaded typify v0.6.2
7792026-08-25T07:30:02.817Z Downloaded stable_deref_trait v1.2.1
7802026-08-25T07:30:02.817Z Downloaded flate2 v1.1.9
7812026-08-25T07:30:02.817Z Downloaded cc v1.2.56
7822026-08-25T07:30:02.817Z Downloaded chumsky v0.9.3
7832026-08-25T07:30:02.817Z Downloaded ecdsa v0.17.0
7842026-08-25T07:30:02.817Z Downloaded schemars v0.8.22
7852026-08-25T07:30:02.817Z Downloaded proc-macro-error2 v2.0.1
7862026-08-25T07:30:02.854Z Downloaded progenitor-client v0.13.0
7872026-08-25T07:30:02.854Z Downloaded strum v0.27.2
7882026-08-25T07:30:02.854Z Downloaded sync-ptr v0.1.4
7892026-08-25T07:30:02.854Z Downloaded lock_api v0.4.14
7902026-08-25T07:30:02.854Z Downloaded take_mut v0.2.2
7912026-08-25T07:30:02.854Z Downloaded r2d2 v0.8.10
7922026-08-25T07:30:02.854Z Downloaded nanorand v0.7.0
7932026-08-25T07:30:02.854Z Downloaded num-rational v0.4.2
7942026-08-25T07:30:02.854Z Downloaded packed_struct v0.10.1
7952026-08-25T07:30:02.854Z Downloaded pem v3.0.6
7962026-08-25T07:30:02.854Z Downloaded tokio-test v0.4.5
7972026-08-25T07:30:02.854Z Downloaded rand_chacha v0.9.0
7982026-08-25T07:30:02.854Z Downloaded expectorate v1.2.0
7992026-08-25T07:30:02.854Z Downloaded heapless v0.7.17
8002026-08-25T07:30:02.854Z Downloaded rustc-demangle v0.1.27
8012026-08-25T07:30:02.854Z Downloaded rustls-native-certs v0.8.3
8022026-08-25T07:30:02.854Z Downloaded rustls-pemfile v2.2.0
8032026-08-25T07:30:02.854Z Downloaded sec1 v0.8.1
8042026-08-25T07:30:02.854Z Downloaded serdect v0.4.3
8052026-08-25T07:30:02.854Z Downloaded untrusted v0.9.0
8062026-08-25T07:30:02.854Z Downloaded slog v2.8.2
8072026-08-25T07:30:02.854Z Downloaded socket2 v0.5.10
8082026-08-25T07:30:02.854Z Downloaded ipnetwork v0.21.1
8092026-08-25T07:30:02.854Z Downloaded yoke-derive v0.8.1
8102026-08-25T07:30:02.854Z Downloaded publicsuffix v2.3.0
8112026-08-25T07:30:02.854Z Downloaded qorb v0.4.1
8122026-08-25T07:30:02.854Z Downloaded darling v0.21.3
8132026-08-25T07:30:02.855Z Downloaded predicates-tree v1.0.13
8142026-08-25T07:30:02.855Z Downloaded toml v0.7.8
8152026-08-25T07:30:02.855Z Downloaded ml-kem v0.3.2
8162026-08-25T07:30:02.855Z Downloaded simd-adler32 v0.3.8
8172026-08-25T07:30:02.855Z Downloaded strip-ansi-escapes v0.2.1
8182026-08-25T07:30:02.855Z Downloaded rand_core v0.6.4
8192026-08-25T07:30:02.855Z Downloaded typify-macro v0.6.2
8202026-08-25T07:30:02.855Z Downloaded want v0.3.1
8212026-08-25T07:30:02.855Z Downloaded hickory-resolver v0.24.4
8222026-08-25T07:30:02.855Z Downloaded crc v3.4.0
8232026-08-25T07:30:02.855Z Downloaded heapless v0.8.0
8242026-08-25T07:30:02.855Z Downloaded iana-time-zone v0.1.65
8252026-08-25T07:30:02.855Z Downloaded bumpalo v3.20.2
8262026-08-25T07:30:02.855Z Downloaded async-compression v0.4.41
8272026-08-25T07:30:02.855Z Downloaded samael v0.0.19
8282026-08-25T07:30:02.855Z Downloaded sqlformat v0.3.5
8292026-08-25T07:30:02.855Z Downloaded strum v0.26.3
8302026-08-25T07:30:02.855Z Downloaded thiserror-no-std v2.0.2
8312026-08-25T07:30:02.855Z Downloaded signal-hook-registry v1.4.8
8322026-08-25T07:30:02.855Z Downloaded slog-async v2.8.0
8332026-08-25T07:30:02.855Z Downloaded slog-stdlog v4.1.1
8342026-08-25T07:30:02.855Z Downloaded smf v0.2.3
8352026-08-25T07:30:02.855Z Downloaded darling_macro v0.21.3
8362026-08-25T07:30:02.855Z Downloaded cstr-argument v0.1.2
8372026-08-25T07:30:02.855Z Downloaded zip v0.6.6
8382026-08-25T07:30:02.855Z Downloaded display-error-chain v0.2.2
8392026-08-25T07:30:02.855Z Downloaded dsl_auto_type v0.2.0
8402026-08-25T07:30:02.855Z Downloaded ignore v0.4.25
8412026-08-25T07:30:02.855Z Downloaded dtrace-parser v0.3.0
8422026-08-25T07:30:02.855Z Downloaded hyper-tls v0.6.0
8432026-08-25T07:30:02.855Z Downloaded illumos-nvpair-sys v0.2.0
8442026-08-25T07:30:02.855Z Downloaded rustls-platform-verifier v0.6.2
8452026-08-25T07:30:02.855Z Downloaded schemars v0.9.0
8462026-08-25T07:30:02.855Z Downloaded mime_guess v2.0.5
8472026-08-25T07:30:02.855Z Downloaded crc32fast v1.5.0
8482026-08-25T07:30:02.855Z Downloaded xshell v0.2.7
8492026-08-25T07:30:02.855Z Downloaded vsss-rs v3.3.4
8502026-08-25T07:30:02.855Z Downloaded inout v0.2.2
8512026-08-25T07:30:02.856Z Downloaded postgres-types v0.2.12
8522026-08-25T07:30:02.856Z Downloaded pin-project-lite v0.2.17
8532026-08-25T07:30:02.856Z Downloaded libscf-sys v1.2.0
8542026-08-25T07:30:02.856Z Downloaded time-macros v0.2.27
8552026-08-25T07:30:02.856Z Downloaded maplit v1.0.2
8562026-08-25T07:30:02.856Z Downloaded mime v0.3.17
8572026-08-25T07:30:02.856Z Downloaded internet-checksum v0.2.1
8582026-08-25T07:30:02.888Z Downloaded spin v0.9.8
8592026-08-25T07:30:02.889Z Downloaded socket2 v0.6.3
8602026-08-25T07:30:02.889Z Downloaded const_format_proc_macros v0.2.34
8612026-08-25T07:30:02.889Z Downloaded headers v0.4.1
8622026-08-25T07:30:02.889Z Downloaded openssl-macros v0.1.1
8632026-08-25T07:30:02.889Z Downloaded openssl-probe v0.2.1
8642026-08-25T07:30:02.889Z Downloaded peg-runtime v0.8.5
8652026-08-25T07:30:02.889Z Downloaded openssl-probe v0.1.6
8662026-08-25T07:30:02.889Z Downloaded md5 v0.8.0
8672026-08-25T07:30:02.889Z Downloaded new_debug_unreachable v1.0.6
8682026-08-25T07:30:02.889Z Downloaded daft-derive v0.1.8
8692026-08-25T07:30:02.889Z Downloaded utf8_iter v1.0.4
8702026-08-25T07:30:02.889Z Downloaded walkdir v2.5.0
8712026-08-25T07:30:02.889Z Downloaded olpc-cjson v0.1.4
8722026-08-25T07:30:02.889Z Downloaded psl-types v2.0.11
8732026-08-25T07:30:02.889Z Downloaded tokio-rustls v0.26.4
8742026-08-25T07:30:02.926Z Downloaded hyper-staticfile v0.10.1
8752026-08-25T07:30:02.926Z Downloaded recursive v0.1.1
8762026-08-25T07:30:02.926Z Downloaded defmt-macros v1.0.1
8772026-08-25T07:30:02.926Z Downloaded aes-gcm v0.11.0
8782026-08-25T07:30:02.926Z Downloaded defmt v1.0.1
8792026-08-25T07:30:02.926Z Downloaded rustc-hash v2.1.1
8802026-08-25T07:30:02.926Z Downloaded serde_repr v0.1.20
8812026-08-25T07:30:02.926Z Downloaded yoke v0.8.1
8822026-08-25T07:30:02.926Z Downloaded vergen v9.1.0
8832026-08-25T07:30:02.926Z Downloaded sapling-renderdag v0.1.0
8842026-08-25T07:30:02.926Z Downloaded siphasher v1.0.2
8852026-08-25T07:30:02.926Z Downloaded rustls-webpki v0.103.13
8862026-08-25T07:30:02.926Z Downloaded time-core v0.1.8
8872026-08-25T07:30:02.926Z Downloaded schemars v1.2.1
8882026-08-25T07:30:02.965Z Downloaded zerotrie v0.2.3
8892026-08-25T07:30:02.965Z Downloaded toml_edit v0.19.15
8902026-08-25T07:30:02.965Z Downloaded aes v0.9.1
8912026-08-25T07:30:02.965Z Downloaded pkcs5 v0.8.1
8922026-08-25T07:30:02.965Z Downloaded term v1.2.1
8932026-08-25T07:30:02.965Z Downloaded strsim v0.10.0
8942026-08-25T07:30:02.965Z Downloaded supports-hyperlinks v3.2.0
8952026-08-25T07:30:02.965Z Downloaded sync_wrapper v1.0.2
8962026-08-25T07:30:02.965Z Downloaded x509-cert v0.2.5
8972026-08-25T07:30:02.966Z Downloaded num-bigint-dig v0.8.6
8982026-08-25T07:30:02.966Z Downloaded hickory-resolver v0.25.2
8992026-08-25T07:30:02.966Z Downloaded darling_core v0.21.3
9002026-08-25T07:30:03.060Z Downloaded prefix-trie v0.7.0
9012026-08-25T07:30:03.060Z Downloaded wait-timeout v0.2.1
9022026-08-25T07:30:03.060Z Downloaded module-lattice v0.2.3
9032026-08-25T07:30:03.060Z Downloaded primefield v0.14.0
9042026-08-25T07:30:03.060Z Downloaded progenitor-extras v0.2.0
9052026-08-25T07:30:03.060Z Downloaded des v0.9.0
9062026-08-25T07:30:03.060Z Downloaded zeroize_derive v1.5.0
9072026-08-25T07:30:03.060Z Downloaded parse-display-derive v0.10.0
9082026-08-25T07:30:03.060Z Downloaded tokio-postgres v0.7.16
9092026-08-25T07:30:03.060Z Downloaded waitgroup v0.1.2
9102026-08-25T07:30:03.060Z Downloaded xshell-macros v0.2.7
9112026-08-25T07:30:03.061Z Downloaded diff v0.1.13
9122026-08-25T07:30:03.061Z Downloaded tokio-stream v0.1.18
9132026-08-25T07:30:03.061Z Downloaded cpufeatures v0.3.0
9142026-08-25T07:30:03.061Z Downloaded crypto-common v0.2.2
9152026-08-25T07:30:03.061Z Downloaded convert_case v0.4.0
9162026-08-25T07:30:03.061Z Downloaded darling_macro v0.13.4
9172026-08-25T07:30:03.061Z Downloaded diesel_table_macro_syntax v0.3.0
9182026-08-25T07:30:03.061Z Downloaded ron v0.8.1
9192026-08-25T07:30:03.061Z Downloaded p521 v0.14.0
9202026-08-25T07:30:03.061Z Downloaded sec1 v0.7.3
9212026-08-25T07:30:03.061Z Downloaded unicode-properties v0.1.4
9222026-08-25T07:30:03.061Z Downloaded tungstenite v0.23.0
9232026-08-25T07:30:03.061Z Downloaded libloading v0.8.9
9242026-08-25T07:30:03.061Z Downloaded slog-scope v4.4.1
9252026-08-25T07:30:03.061Z Downloaded strum_macros v0.27.2
9262026-08-25T07:30:03.061Z Downloaded derive_builder v0.20.2
9272026-08-25T07:30:03.061Z Downloaded rustversion v1.0.22
9282026-08-25T07:30:03.061Z Downloaded ident_case v1.0.1
9292026-08-25T07:30:03.061Z Downloaded zopfli v0.8.3
9302026-08-25T07:30:03.061Z Downloaded kstat-rs v0.2.5
9312026-08-25T07:30:03.061Z Downloaded shlex v1.3.0
9322026-08-25T07:30:03.061Z Downloaded hashbrown v0.13.2
9332026-08-25T07:30:03.061Z Downloaded num_enum_derive v0.7.6
9342026-08-25T07:30:03.061Z Downloaded tls_codec_derive v0.4.2
9352026-08-25T07:30:03.061Z Downloaded darling_core v0.13.4
9362026-08-25T07:30:03.061Z Downloaded spki v0.7.3
9372026-08-25T07:30:03.061Z Downloaded spki v0.8.0
9382026-08-25T07:30:03.061Z Downloaded tokio-tungstenite v0.23.1
9392026-08-25T07:30:03.061Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9402026-08-25T07:30:03.061Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9412026-08-25T07:30:03.061Z Downloaded utf-8 v0.7.6
9422026-08-25T07:30:03.061Z Downloaded oso-derive v0.27.3
9432026-08-25T07:30:03.062Z Downloaded zstd v0.13.3
9442026-08-25T07:30:03.062Z Downloaded crypto-bigint v0.5.5
9452026-08-25T07:30:03.062Z Downloaded darling_core v0.23.0
9462026-08-25T07:30:03.062Z Downloaded http v1.4.2
9472026-08-25T07:30:03.062Z Downloaded zip v4.6.1
9482026-08-25T07:30:03.062Z Downloaded aho-corasick v1.1.4
9492026-08-25T07:30:03.062Z Downloaded tui-tree-widget v0.23.1
9502026-08-25T07:30:03.204Z Downloaded parse-size v1.1.0
9512026-08-25T07:30:03.204Z Downloaded percent-encoding v2.3.2
9522026-08-25T07:30:03.204Z Downloaded darling v0.13.4
9532026-08-25T07:30:03.205Z Downloaded debug-ignore v1.0.5
9542026-08-25T07:30:03.206Z Downloaded potential_utf v0.1.4
9552026-08-25T07:30:03.206Z Downloaded quick-error v1.2.3
9562026-08-25T07:30:03.206Z Downloaded rfc6979 v0.4.0
9572026-08-25T07:30:03.206Z Downloaded rfc6979 v0.6.0
9582026-08-25T07:30:03.206Z Downloaded pkcs1 v0.8.0-rc.4
9592026-08-25T07:30:03.206Z Downloaded port-file v0.1.0
9602026-08-25T07:30:03.207Z Downloaded crunchy v0.2.4
9612026-08-25T07:30:03.207Z Downloaded postcard v1.1.3
9622026-08-25T07:30:03.207Z Downloaded crossbeam-deque v0.8.6
9632026-08-25T07:30:03.207Z Downloaded der_derive v0.7.3
9642026-08-25T07:30:03.207Z Downloaded salsa20 v0.11.0
9652026-08-25T07:30:03.207Z Downloaded rand v0.10.1
9662026-08-25T07:30:03.207Z Downloaded rustc_version v0.4.1
9672026-08-25T07:30:03.207Z Downloaded signal-hook-mio v0.2.5
9682026-08-25T07:30:03.208Z Downloaded displaydoc v0.2.5
9692026-08-25T07:30:03.208Z Downloaded hashbrown v0.12.3
9702026-08-25T07:30:03.208Z Downloaded hickory-server v0.25.2
9712026-08-25T07:30:03.208Z Downloaded icu_collections v2.1.1
9722026-08-25T07:30:03.208Z Downloaded drift v0.2.0
9732026-08-25T07:30:03.208Z Downloaded serde_tokenstream v0.3.0
9742026-08-25T07:30:03.208Z Downloaded humantime v2.3.0
9752026-08-25T07:30:03.208Z Downloaded libsw-core v0.3.2
9762026-08-25T07:30:03.208Z Downloaded scopeguard v1.2.0
9772026-08-25T07:30:03.208Z Downloaded ipnet v2.12.0
9782026-08-25T07:30:03.209Z Downloaded managed v0.8.0
9792026-08-25T07:30:03.209Z Downloaded structmeta-derive v0.3.0
9802026-08-25T07:30:03.209Z Downloaded structmeta v0.3.0
9812026-08-25T07:30:03.209Z Downloaded tap v1.0.1
9822026-08-25T07:30:03.209Z Downloaded testing_table v0.3.0
9832026-08-25T07:30:03.210Z Downloaded unicode-xid v0.2.6
9842026-08-25T07:30:03.210Z Downloaded universal-hash v0.5.1
9852026-08-25T07:30:03.210Z Downloaded wnaf v0.14.0
9862026-08-25T07:30:03.416Z Downloaded zone v0.3.1
9872026-08-25T07:30:03.416Z Downloaded darling_macro v0.20.11
9882026-08-25T07:30:03.416Z Downloaded pkg-config v0.3.32
9892026-08-25T07:30:03.416Z Downloaded curve25519-dalek-derive v0.1.1
9902026-08-25T07:30:03.417Z Downloaded hyper-util v0.1.20
9912026-08-25T07:30:03.417Z Downloaded native-tls v0.2.18
9922026-08-25T07:30:03.417Z Downloaded tinyvec_macros v0.1.1
9932026-08-25T07:30:03.417Z Downloaded elliptic-curve v0.13.8
9942026-08-25T07:30:03.417Z Downloaded rcgen v0.12.1
9952026-08-25T07:30:03.417Z Downloaded primeorder v0.13.6
9962026-08-25T07:30:03.417Z Downloaded crc8 v0.1.1
9972026-08-25T07:30:03.417Z Downloaded twox-hash v2.1.2
9982026-08-25T07:30:03.417Z Downloaded vergen-git2 v9.1.0
9992026-08-25T07:30:03.417Z Downloaded pem-rfc7468 v1.0.0
10002026-08-25T07:30:03.417Z Downloaded dof v0.4.0
10012026-08-25T07:30:03.417Z Downloaded difflib v0.4.0
10022026-08-25T07:30:03.417Z Downloaded rand_seeder v0.4.0
10032026-08-25T07:30:03.417Z Downloaded pin-project v1.1.11
10042026-08-25T07:30:03.417Z Downloaded indent_write v2.2.0
10052026-08-25T07:30:03.417Z Downloaded reqwest v0.13.2
10062026-08-25T07:30:03.417Z Downloaded linked-hash-map v0.5.6
10072026-08-25T07:30:03.417Z Downloaded hashbrown v0.14.5
10082026-08-25T07:30:03.417Z Downloaded test-strategy v0.4.5
10092026-08-25T07:30:03.417Z Downloaded const_format v0.2.35
10102026-08-25T07:30:03.417Z Downloaded hashbrown v0.16.1
10112026-08-25T07:30:03.417Z Downloaded lazy_static v1.5.0
10122026-08-25T07:30:03.417Z Downloaded litemap v0.8.1
10132026-08-25T07:30:03.417Z Downloaded scroll v0.13.0
10142026-08-25T07:30:03.417Z Downloaded scrypt v0.12.0
10152026-08-25T07:30:03.418Z Downloaded slab v0.4.12
10162026-08-25T07:30:03.418Z Downloaded snafu-derive v0.8.9
10172026-08-25T07:30:03.418Z Downloaded path-slash v0.1.5
10182026-08-25T07:30:03.418Z Downloaded openssl-sys v0.9.117
10192026-08-25T07:30:03.418Z Downloaded slog-term v2.9.2
10202026-08-25T07:30:03.418Z Downloaded hashbrown v0.15.5
10212026-08-25T07:30:03.418Z Downloaded parking_lot v0.11.2
10222026-08-25T07:30:03.418Z Downloaded writeable v0.6.2
10232026-08-25T07:30:03.418Z Downloaded ref-cast-impl v1.0.25
10242026-08-25T07:30:03.418Z Downloaded russh-util v0.52.0
10252026-08-25T07:30:03.418Z Downloaded same-file v1.0.6
10262026-08-25T07:30:03.418Z Downloaded indicatif v0.18.4
10272026-08-25T07:30:03.418Z Downloaded memmap2 v0.9.10
10282026-08-25T07:30:03.418Z Downloaded tokio-tungstenite v0.21.0
10292026-08-25T07:30:03.418Z Downloaded jiff-core v0.1.0
10302026-08-25T07:30:03.418Z Downloaded rayon-core v1.13.0
10312026-08-25T07:30:03.418Z Downloaded wyz v0.5.1
10322026-08-25T07:30:03.418Z Downloaded slog-bunyan v2.5.0
10332026-08-25T07:30:03.418Z Downloaded supports-color v3.0.2
10342026-08-25T07:30:03.418Z Downloaded unarray v0.1.4
10352026-08-25T07:30:03.419Z Downloaded scuffle v0.1.0
10362026-08-25T07:30:03.419Z Downloaded zone_cfg_derive v0.3.1
10372026-08-25T07:30:03.419Z Downloaded dropshot_endpoint v0.17.1
10382026-08-25T07:30:03.419Z Downloaded tungstenite v0.21.0
10392026-08-25T07:30:03.419Z Downloaded oxnet v0.1.6
10402026-08-25T07:30:03.419Z Downloaded rayon v1.11.0
10412026-08-25T07:30:03.419Z Downloaded zerofrom v0.1.6
10422026-08-25T07:30:03.419Z Downloaded crossterm v0.28.1
10432026-08-25T07:30:03.419Z Downloaded defmt-parser v1.0.0
10442026-08-25T07:30:03.419Z Downloaded diesel_derives v2.3.7
10452026-08-25T07:30:03.419Z Downloaded ed25519 v3.0.0
10462026-08-25T07:30:03.419Z Downloaded miette-derive v7.6.0
10472026-08-25T07:30:03.419Z Downloaded keccak v0.2.0
10482026-08-25T07:30:03.419Z Downloaded instability v0.3.11
10492026-08-25T07:30:03.419Z Downloaded dirs-sys-next v0.1.2
10502026-08-25T07:30:03.419Z Downloaded instant v0.1.13
10512026-08-25T07:30:03.419Z Downloaded document-features v0.2.12
10522026-08-25T07:30:03.419Z Downloaded inout v0.1.4
10532026-08-25T07:30:03.419Z Downloaded crossbeam-channel v0.5.15
10542026-08-25T07:30:03.420Z Downloaded pem-rfc7468 v0.7.0
10552026-08-25T07:30:03.420Z Downloaded poly1305 v0.8.0
10562026-08-25T07:30:03.420Z Downloaded rand_core v0.10.0
10572026-08-25T07:30:03.420Z Downloaded num_enum_derive v0.5.11
10582026-08-25T07:30:03.420Z Downloaded nonempty v0.12.0
10592026-08-25T07:30:03.420Z Downloaded semver v0.1.20
10602026-08-25T07:30:03.420Z Downloaded lru-slab v0.1.2
10612026-08-25T07:30:03.420Z Downloaded rand v0.8.6
10622026-08-25T07:30:03.420Z Downloaded corncobs v0.1.4
10632026-08-25T07:30:03.420Z Downloaded slog-json v2.6.1
10642026-08-25T07:30:03.420Z Downloaded ssh-encoding v0.3.0
10652026-08-25T07:30:03.420Z Downloaded thread-id v5.1.0
10662026-08-25T07:30:03.420Z Downloaded icu_normalizer v2.1.1
10672026-08-25T07:30:03.420Z Downloaded icu_provider v2.1.1
10682026-08-25T07:30:03.420Z Downloaded thread_local v1.1.9
10692026-08-25T07:30:03.420Z Downloaded unicase v2.9.0
10702026-08-25T07:30:03.420Z Downloaded serde_yaml v0.9.34+deprecated
10712026-08-25T07:30:03.420Z Downloaded sponge-cursor v0.1.0
10722026-08-25T07:30:03.420Z Downloaded try-lock v0.2.5
10732026-08-25T07:30:03.421Z Downloaded hybrid-array v0.4.13
10742026-08-25T07:30:03.421Z Downloaded ctr v0.10.1
10752026-08-25T07:30:03.421Z Downloaded zerofrom-derive v0.1.6
10762026-08-25T07:30:03.421Z Downloaded subtle v2.6.1
10772026-08-25T07:30:03.421Z Downloaded portable-atomic v1.13.1
10782026-08-25T07:30:03.421Z Downloaded vergen-gitcl v1.0.8
10792026-08-25T07:30:03.421Z Downloaded zerovec-derive v0.11.2
10802026-08-25T07:30:03.421Z Downloaded is-terminal v0.4.17
10812026-08-25T07:30:03.421Z Downloaded unicode_categories v0.1.1
10822026-08-25T07:30:03.547Z Downloaded darling_macro v0.23.0
10832026-08-25T07:30:03.547Z Downloaded kem v0.3.0
10842026-08-25T07:30:03.547Z Downloaded oxide-update-engine v0.1.2
10852026-08-25T07:30:03.547Z Downloaded reqwest v0.12.28
10862026-08-25T07:30:03.547Z Downloaded md-5 v0.10.6
10872026-08-25T07:30:03.547Z Downloaded parking_lot v0.12.5
10882026-08-25T07:30:03.547Z Downloaded predicates-core v1.0.10
10892026-08-25T07:30:03.547Z Downloaded num v0.4.3
10902026-08-25T07:30:03.547Z Downloaded newtype-uuid-macros v0.1.0
10912026-08-25T07:30:03.547Z Downloaded rtoolbox v0.0.3
10922026-08-25T07:30:03.547Z Downloaded parse-display v0.10.0
10932026-08-25T07:30:03.547Z Downloaded prettyplease v0.2.37
10942026-08-25T07:30:03.547Z Downloaded aws-lc-rs v1.16.3
10952026-08-25T07:30:03.547Z Downloaded tokio-macros v2.7.0
10962026-08-25T07:30:03.547Z Downloaded blake3 v1.8.5
10972026-08-25T07:30:03.547Z Downloaded miniz_oxide v0.8.9
10982026-08-25T07:30:03.547Z Downloaded rpassword v7.5.4
10992026-08-25T07:30:03.547Z Downloaded futures-util v0.3.32
11002026-08-25T07:30:03.547Z Downloaded signal-hook-tokio v0.3.1
11012026-08-25T07:30:03.547Z Downloaded toml_parser v1.1.2+spec-1.1.0
11022026-08-25T07:30:03.547Z Downloaded icu_properties v2.1.2
11032026-08-25T07:30:03.547Z Downloaded tower v0.5.3
11042026-08-25T07:30:03.547Z Downloaded vte v0.14.1
11052026-08-25T07:30:03.547Z Downloaded serde_path_to_error v0.1.20
11062026-08-25T07:30:03.547Z Downloaded serde_with_macros v3.21.0
11072026-08-25T07:30:03.547Z Downloaded nom v7.1.3
11082026-08-25T07:30:03.548Z Downloaded tiny-keccak v2.0.2
11092026-08-25T07:30:03.548Z Downloaded zerovec v0.11.5
11102026-08-25T07:30:03.548Z Downloaded illumos-nvpair v0.3.0
11112026-08-25T07:30:03.548Z Downloaded maybe-uninit v2.0.0
11122026-08-25T07:30:03.548Z Downloaded hkdf v0.13.0
11132026-08-25T07:30:03.548Z Downloaded newtype_derive v0.1.6
11142026-08-25T07:30:03.548Z Downloaded litrs v1.0.0
11152026-08-25T07:30:03.548Z Downloaded either v1.15.0
11162026-08-25T07:30:03.548Z Downloaded crossbeam-utils v0.8.21
11172026-08-25T07:30:03.548Z Downloaded jiff-static v0.2.34
11182026-08-25T07:30:03.548Z Downloaded derive_more v2.1.1
11192026-08-25T07:30:03.548Z Downloaded indexmap v1.9.3
11202026-08-25T07:30:03.548Z Downloaded ryu v1.0.23
11212026-08-25T07:30:03.548Z Downloaded tagptr v0.2.0
11222026-08-25T07:30:03.548Z Downloaded rand_pcg v0.10.2
11232026-08-25T07:30:03.548Z Downloaded oxide-update-engine-display v0.1.2
11242026-08-25T07:30:03.548Z Downloaded pkcs1 v0.7.5
11252026-08-25T07:30:03.548Z Downloaded usdt v0.6.0
11262026-08-25T07:30:03.548Z Downloaded proc-macro-crate v3.4.0
11272026-08-25T07:30:03.548Z Downloaded pin-project-internal v1.1.11
11282026-08-25T07:30:03.548Z Downloaded signature v3.0.0
11292026-08-25T07:30:03.548Z Downloaded zerocopy-derive v0.8.55
11302026-08-25T07:30:03.548Z Downloaded crc-any v2.5.0
11312026-08-25T07:30:03.548Z Downloaded itertools v0.15.0
11322026-08-25T07:30:03.548Z Downloaded psm v0.1.30
11332026-08-25T07:30:03.548Z Downloaded progenitor-impl v0.13.0
11342026-08-25T07:30:03.548Z Downloaded quinn-udp v0.5.14
11352026-08-25T07:30:03.549Z Downloaded schemars_derive v0.8.22
11362026-08-25T07:30:03.549Z Downloaded tokio-dtrace v0.1.1
11372026-08-25T07:30:03.549Z Downloaded packed_struct_codegen v0.10.1
11382026-08-25T07:30:03.549Z Downloaded crossbeam-epoch v0.9.18
11392026-08-25T07:30:03.549Z Downloaded h2 v0.4.15
11402026-08-25T07:30:03.549Z Downloaded rustls-pki-types v1.14.0
11412026-08-25T07:30:03.549Z Downloaded num_threads v0.1.7
11422026-08-25T07:30:03.549Z Downloaded rustc_version v0.1.7
11432026-08-25T07:30:03.549Z Downloaded tracing-core v0.1.36
11442026-08-25T07:30:03.549Z Downloaded crossterm v0.29.0
11452026-08-25T07:30:03.549Z Downloaded signal-hook v0.3.18
11462026-08-25T07:30:03.549Z Downloaded diesel-dtrace v0.5.0
11472026-08-25T07:30:03.549Z Downloaded knus-derive v3.4.0
11482026-08-25T07:30:03.549Z Downloaded hyper-rustls v0.27.7
11492026-08-25T07:30:03.549Z Downloaded universal-hash v0.6.1
11502026-08-25T07:30:03.549Z Downloaded crucible-workspace-hack v0.1.0
11512026-08-25T07:30:03.549Z Downloaded unicode-bidi v0.3.18
11522026-08-25T07:30:03.549Z Downloaded hkdf v0.12.4
11532026-08-25T07:30:03.549Z Downloaded parking_lot_core v0.8.6
11542026-08-25T07:30:03.549Z Downloaded itertools v0.10.5
11552026-08-25T07:30:03.629Z Downloaded uzers v0.12.2
11562026-08-25T07:30:03.629Z Downloaded bindgen v0.71.1
11572026-08-25T07:30:03.630Z Downloaded pkcs8 v0.10.2
11582026-08-25T07:30:03.630Z Downloaded lzss v0.8.2
11592026-08-25T07:30:03.630Z Downloaded progenitor-macro v0.13.0
11602026-08-25T07:30:03.630Z Downloaded rsa v0.10.0-rc.18
11612026-08-25T07:30:03.630Z Downloaded der v0.7.10
11622026-08-25T07:30:03.630Z Downloaded critical-section v1.2.0
11632026-08-25T07:30:03.630Z Downloaded synstructure v0.13.2
11642026-08-25T07:30:03.630Z Downloaded vergen-lib v0.1.6
11652026-08-25T07:30:03.630Z Downloaded keccak v0.1.6
11662026-08-25T07:30:03.630Z Downloaded toml v1.1.2+spec-1.1.0
11672026-08-25T07:30:03.630Z Downloaded cookie v0.18.1
11682026-08-25T07:30:03.630Z Downloaded rusty-fork v0.3.1
11692026-08-25T07:30:03.630Z Downloaded progenitor-impl v0.14.0
11702026-08-25T07:30:03.630Z Downloaded dirs-next v2.0.0
11712026-08-25T07:30:03.630Z Downloaded cookie_store v0.22.1
11722026-08-25T07:30:03.631Z Downloaded predicates v3.1.4
11732026-08-25T07:30:03.631Z Downloaded russh-cryptovec v0.62.0
11742026-08-25T07:30:03.631Z Downloaded internal-russh-num-bigint v0.5.0
11752026-08-25T07:30:03.631Z Downloaded seq-macro v0.3.6
11762026-08-25T07:30:03.631Z Downloaded derive_more v0.99.20
11772026-08-25T07:30:03.631Z Downloaded icu_locale_core v2.1.1
11782026-08-25T07:30:03.631Z Downloaded phf_shared v0.13.1
11792026-08-25T07:30:03.631Z Downloaded termtree v0.5.1
11802026-08-25T07:30:03.631Z Downloaded postgres-protocol v0.6.10
11812026-08-25T07:30:03.631Z Downloaded chrono v0.4.45
11822026-08-25T07:30:03.631Z Downloaded bitvec v1.0.1
11832026-08-25T07:30:03.631Z Downloaded russh v0.62.4
11842026-08-25T07:30:03.631Z Downloaded nu-ansi-term v0.50.3
11852026-08-25T07:30:03.632Z Downloaded num-bigint v0.4.6
11862026-08-25T07:30:03.677Z Downloaded tough v0.22.0
11872026-08-25T07:30:03.677Z Downloaded whoami v2.1.0
11882026-08-25T07:30:03.677Z Downloaded smallvec v0.6.14
11892026-08-25T07:30:03.678Z Downloaded support-bundle-viewer v0.1.2
11902026-08-25T07:30:03.678Z Downloaded papergrid v0.18.0
11912026-08-25T07:30:03.678Z Downloaded ingot-types v0.2.0
11922026-08-25T07:30:03.678Z Downloaded trait-variant v0.1.2
11932026-08-25T07:30:03.678Z Downloaded dyn-clone v1.0.20
11942026-08-25T07:30:03.678Z Downloaded typed-path v0.9.3
11952026-08-25T07:30:03.678Z Downloaded uuid v1.23.4
11962026-08-25T07:30:03.678Z Downloaded darling v0.20.11
11972026-08-25T07:30:03.678Z Downloaded ingot-macros v0.2.0
11982026-08-25T07:30:03.678Z Downloaded data-encoding v2.10.0
11992026-08-25T07:30:03.678Z Downloaded paste v1.0.15
12002026-08-25T07:30:03.679Z Downloaded match_cfg v0.1.0
12012026-08-25T07:30:03.679Z Downloaded secrecy v0.8.0
12022026-08-25T07:30:03.679Z Downloaded tls_codec v0.4.2
12032026-08-25T07:30:03.679Z Downloaded sigpipe v0.1.3
12042026-08-25T07:30:03.679Z Downloaded unicode-truncate v1.1.0
12052026-08-25T07:30:03.679Z Downloaded serde_bytes v0.11.19
12062026-08-25T07:30:03.679Z Downloaded subprocess v0.2.15
12072026-08-25T07:30:03.679Z Downloaded libbz2-rs-sys v0.2.2
12082026-08-25T07:30:03.679Z Downloaded unsafe-libyaml v0.2.11
12092026-08-25T07:30:03.679Z Downloaded phc v0.6.1
12102026-08-25T07:30:03.679Z Downloaded zeroize v1.9.0
12112026-08-25T07:30:03.679Z Downloaded multer v3.1.0
12122026-08-25T07:30:03.680Z Downloaded derive-ex v0.1.8
12132026-08-25T07:30:03.680Z Downloaded newtype-uuid v1.3.2
12142026-08-25T07:30:03.680Z Downloaded zlib-rs v0.6.2
12152026-08-25T07:30:03.680Z Downloaded winnow v1.0.3
12162026-08-25T07:30:03.680Z Downloaded minimal-lexical v0.2.1
12172026-08-25T07:30:03.680Z Downloaded hyper v1.10.1
12182026-08-25T07:30:03.680Z Downloaded serde_cbor v0.11.2
12192026-08-25T07:30:03.680Z Downloaded stacker v0.1.23
12202026-08-25T07:30:03.680Z Downloaded static_assertions v1.1.0
12212026-08-25T07:30:03.680Z Downloaded yasna v0.5.2
12222026-08-25T07:30:03.680Z Downloaded jobserver v0.1.34
12232026-08-25T07:30:03.680Z Downloaded quinn v0.11.11
12242026-08-25T07:30:03.681Z Downloaded impl-trait-for-tuples v0.2.3
12252026-08-25T07:30:03.681Z Downloaded owo-colors v4.3.0
12262026-08-25T07:30:03.681Z Downloaded ecdsa v0.16.9
12272026-08-25T07:30:03.681Z Downloaded der v0.8.0
12282026-08-25T07:30:03.681Z Downloaded primeorder v0.14.0
12292026-08-25T07:30:03.681Z Downloaded itertools v0.13.0
12302026-08-25T07:30:03.681Z Downloaded dropshot-api-manager v0.8.0
12312026-08-25T07:30:03.681Z Downloaded libm v0.2.16
12322026-08-25T07:30:03.681Z Downloaded itertools v0.12.1
12332026-08-25T07:30:03.681Z Downloaded smallvec v1.15.1
12342026-08-25T07:30:03.681Z Downloaded toml_writer v1.1.1+spec-1.1.0
12352026-08-25T07:30:03.681Z Downloaded omicron-zone-package v0.12.3
12362026-08-25T07:30:03.682Z Downloaded time v0.3.47
12372026-08-25T07:30:03.837Z Downloaded darling_core v0.20.11
12382026-08-25T07:30:03.837Z Downloaded csv-core v0.1.13
12392026-08-25T07:30:03.838Z Downloaded libefi-sys v0.1.0
12402026-08-25T07:30:03.838Z Downloaded iri-string v0.7.10
12412026-08-25T07:30:03.838Z Downloaded rustyline v14.0.0
12422026-08-25T07:30:03.838Z Downloaded zstd-safe v7.2.4
12432026-08-25T07:30:03.838Z Downloaded darling v0.23.0
12442026-08-25T07:30:03.838Z Downloaded git2 v0.20.4
12452026-08-25T07:30:03.838Z Downloaded snafu v0.8.9
12462026-08-25T07:30:03.838Z Downloaded tar v0.4.46
12472026-08-25T07:30:03.838Z Downloaded pretty_assertions v1.4.1
12482026-08-25T07:30:03.838Z Downloaded term v0.7.0
12492026-08-25T07:30:03.838Z Downloaded p384 v0.13.1
12502026-08-25T07:30:03.839Z Downloaded derive_more-impl v2.1.1
12512026-08-25T07:30:03.839Z Downloaded mio v1.2.0
12522026-08-25T07:30:03.839Z Downloaded constant_time_eq v0.4.2
12532026-08-25T07:30:03.839Z Downloaded derive-where v1.6.0
12542026-08-25T07:30:03.900Z Downloaded smoltcp v0.9.1
12552026-08-25T07:30:03.901Z Downloaded ed25519-dalek v2.2.0
12562026-08-25T07:30:03.901Z Downloaded knus v3.4.0
12572026-08-25T07:30:03.901Z Downloaded miette v7.6.0
12582026-08-25T07:30:03.901Z Downloaded ed25519-dalek v3.0.0
12592026-08-25T07:30:03.901Z Downloaded toml_edit v0.23.10+spec-1.0.0
12602026-08-25T07:30:03.901Z Downloaded ssh-key v0.7.0-rc.11
12612026-08-25T07:30:03.901Z Downloaded nom v8.0.0
12622026-08-25T07:30:03.901Z Downloaded tabled v0.21.0
12632026-08-25T07:30:03.901Z Downloaded libxml v0.3.3
12642026-08-25T07:30:03.901Z Downloaded sha3 v0.12.0
12652026-08-25T07:30:03.901Z Downloaded idna v1.1.0
12662026-08-25T07:30:03.901Z Downloaded itertools v0.14.0
12672026-08-25T07:30:03.901Z Downloaded yansi v1.0.1
12682026-08-25T07:30:03.901Z Downloaded iddqd v0.4.2
12692026-08-25T07:30:03.901Z Downloaded regex v1.12.3
12702026-08-25T07:30:03.901Z Downloaded tokio-util v0.7.18
12712026-08-25T07:30:03.902Z Downloaded tower-http v0.6.8
12722026-08-25T07:30:03.902Z Downloaded p256 v0.14.0
12732026-08-25T07:30:03.902Z Downloaded url v2.5.8
12742026-08-25T07:30:03.902Z Downloaded rsa v0.9.10
12752026-08-25T07:30:03.902Z Downloaded salty v0.3.0
12762026-08-25T07:30:03.902Z Downloaded crypto-primes v0.7.2
12772026-08-25T07:30:03.902Z Downloaded unicode-segmentation v1.12.0
12782026-08-25T07:30:03.902Z Downloaded unicode-normalization v0.1.25
12792026-08-25T07:30:03.902Z Downloaded goblin v0.10.5
12802026-08-25T07:30:03.902Z Downloaded icu_normalizer_data v2.1.1
12812026-08-25T07:30:03.902Z Downloaded reedline v0.40.0
12822026-08-25T07:30:03.902Z Downloaded steno v0.4.1
12832026-08-25T07:30:03.902Z Downloaded serde_with v1.14.0
12842026-08-25T07:30:03.902Z Downloaded lalrpop v0.19.12
12852026-08-25T07:30:03.903Z Downloaded rand v0.9.2
12862026-08-25T07:30:03.903Z Downloaded quick-xml v0.37.5
12872026-08-25T07:30:03.903Z Downloaded winnow v0.6.26
12882026-08-25T07:30:03.903Z Downloaded gimli v0.32.3
12892026-08-25T07:30:03.903Z Downloaded proptest v1.11.0
12902026-08-25T07:30:03.903Z Downloaded radix_trie v0.2.1
12912026-08-25T07:30:03.928Z Downloaded bstr v1.12.1
12922026-08-25T07:30:03.929Z Downloaded nix v0.27.1
12932026-08-25T07:30:03.929Z Downloaded icu_properties_data v2.1.2
12942026-08-25T07:30:03.929Z Downloaded winnow v0.5.40
12952026-08-25T07:30:03.966Z Downloaded crypto-bigint v0.7.5
12962026-08-25T07:30:03.966Z Downloaded rawzip v0.4.4
12972026-08-25T07:30:03.966Z Downloaded regress v0.11.1
12982026-08-25T07:30:03.966Z Downloaded zerocopy v0.8.55
12992026-08-25T07:30:04.005Z Downloaded vcpkg v0.2.15
13002026-08-25T07:30:04.005Z Downloaded petname v2.0.2
13012026-08-25T07:30:04.005Z Downloaded regex-syntax v0.8.10
13022026-08-25T07:30:04.042Z Downloaded polar-core v0.27.3
13032026-08-25T07:30:04.042Z Downloaded nix v0.28.0
13042026-08-25T07:30:04.042Z Downloaded serde_with v3.21.0
13052026-08-25T07:30:04.042Z Downloaded rustls v0.23.41
13062026-08-25T07:30:04.138Z Downloaded rustix v0.38.44
13072026-08-25T07:30:04.138Z Downloaded typify-impl v0.6.2
13082026-08-25T07:30:04.138Z Downloaded curve25519-dalek v4.1.3
13092026-08-25T07:30:04.138Z Downloaded object v0.37.3
13102026-08-25T07:30:04.139Z Downloaded hickory-proto v0.24.4
13112026-08-25T07:30:04.200Z Downloaded openssl v0.10.80
13122026-08-25T07:30:04.200Z Downloaded object v0.30.4
13132026-08-25T07:30:04.200Z Downloaded nix v0.31.2
13142026-08-25T07:30:04.200Z Downloaded smoltcp v0.11.0
13152026-08-25T07:30:04.200Z Downloaded moka v0.12.13
13162026-08-25T07:30:04.200Z Downloaded quinn-proto v0.11.16
13172026-08-25T07:30:04.201Z Downloaded hickory-proto v0.25.2
13182026-08-25T07:30:04.201Z Downloaded openapiv3 v2.2.0
13192026-08-25T07:30:04.201Z Downloaded regex-syntax v0.6.29
13202026-08-25T07:30:04.201Z Downloaded dropshot v0.17.1
13212026-08-25T07:30:04.201Z Downloaded tracing v0.1.44
13222026-08-25T07:30:04.201Z Downloaded curve25519-dalek v5.0.0
13232026-08-25T07:30:04.201Z Downloaded regress v0.10.5
13242026-08-25T07:30:04.242Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-25T07:30:04.242Z Downloaded diesel v2.3.7
13262026-08-25T07:30:04.242Z Downloaded sqlparser v0.61.0
13272026-08-25T07:30:04.242Z Downloaded sha3 v0.11.0
13282026-08-25T07:30:04.243Z Downloaded jiff v0.2.34
13292026-08-25T07:30:04.243Z Downloaded zerocopy-derive v0.6.6
13302026-08-25T07:30:04.249Z Downloaded sled v0.34.7
13312026-08-25T07:30:04.249Z Downloaded regex-automata v0.4.14
13322026-08-25T07:30:04.249Z Downloaded ratatui v0.29.0
13332026-08-25T07:30:04.288Z Downloaded chrono-tz v0.10.4
13342026-08-25T07:30:04.379Z Downloaded petgraph v0.6.5
13352026-08-25T07:30:04.379Z Downloaded petgraph v0.8.3
13362026-08-25T07:30:04.440Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-25T07:30:04.440Z Downloaded tokio v1.52.1
13382026-08-25T07:30:04.440Z Downloaded libz-sys v1.1.24
13392026-08-25T07:30:04.440Z Downloaded csv v1.4.0
13402026-08-25T07:30:04.440Z Downloaded sha3 v0.10.8
13412026-08-25T07:30:04.440Z Downloaded encoding_rs v0.8.35
13422026-08-25T07:30:04.516Z Downloaded ring v0.17.14
13432026-08-25T07:30:04.576Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-25T07:30:04.997Z Downloaded aws-lc-sys v0.40.0
13452026-08-25T07:30:05.257Z Compiling serde_core v1.0.229
13462026-08-25T07:30:05.257Z Compiling libc v0.2.185
13472026-08-25T07:30:05.257Z Compiling serde v1.0.229
13482026-08-25T07:30:05.282Z Compiling log v0.4.33
13492026-08-25T07:30:05.282Z Compiling smallvec v1.15.1
13502026-08-25T07:30:05.282Z Compiling find-msvc-tools v0.1.9
13512026-08-25T07:30:05.466Z Compiling shlex v1.3.0
13522026-08-25T07:30:05.559Z Compiling syn v2.0.117
13532026-08-25T07:30:05.607Z Compiling syn v3.0.3
13542026-08-25T07:30:05.685Z Compiling subtle v2.6.1
13552026-08-25T07:30:05.708Z Compiling scopeguard v1.2.0
13562026-08-25T07:30:05.708Z Compiling stable_deref_trait v1.2.1
13572026-08-25T07:30:05.751Z Compiling zerocopy v0.8.55
13582026-08-25T07:30:05.785Z Compiling lock_api v0.4.14
13592026-08-25T07:30:05.785Z Compiling typenum v1.20.1
13602026-08-25T07:30:05.835Z Compiling portable-atomic v1.13.1
13612026-08-25T07:30:05.999Z Compiling serde_json v1.0.151
13622026-08-25T07:30:06.225Z Compiling critical-section v1.2.0
13632026-08-25T07:30:06.254Z Compiling libm v0.2.16
13642026-08-25T07:30:06.321Z Compiling errno v0.3.14
13652026-08-25T07:30:06.321Z Compiling jobserver v0.1.34
13662026-08-25T07:30:06.446Z Compiling getrandom v0.2.17
13672026-08-25T07:30:06.509Z Compiling cc v1.2.56
13682026-08-25T07:30:06.778Z Compiling num-traits v0.2.19
13692026-08-25T07:30:06.795Z Compiling rand_core v0.6.4
13702026-08-25T07:30:06.881Z Compiling once_cell v1.21.3
13712026-08-25T07:30:07.104Z Compiling pkg-config v0.3.32
13722026-08-25T07:30:07.286Z Compiling getrandom v0.4.3
13732026-08-25T07:30:07.287Z Compiling generic-array v0.14.7
13742026-08-25T07:30:07.388Z Compiling pin-project-lite v0.2.17
13752026-08-25T07:30:07.388Z Compiling rand_core v0.10.0
13762026-08-25T07:30:07.417Z Compiling parking_lot_core v0.9.12
13772026-08-25T07:30:07.551Z Compiling bitflags v2.11.0
13782026-08-25T07:30:07.660Z Compiling const-oid v0.9.6
13792026-08-25T07:30:07.852Z Compiling litemap v0.8.1
13802026-08-25T07:30:07.992Z Compiling percent-encoding v2.3.2
13812026-08-25T07:30:08.034Z Compiling writeable v0.6.2
13822026-08-25T07:30:08.164Z Compiling semver v1.0.28
13832026-08-25T07:30:08.342Z Compiling synstructure v0.13.2
13842026-08-25T07:30:08.453Z Compiling signal-hook-registry v1.4.8
13852026-08-25T07:30:08.453Z Compiling futures-core v0.3.32
13862026-08-25T07:30:08.603Z Compiling icu_normalizer_data v2.1.1
13872026-08-25T07:30:08.723Z Compiling icu_properties_data v2.1.2
13882026-08-25T07:30:08.724Z Compiling parking_lot v0.12.5
13892026-08-25T07:30:08.724Z Compiling mio v1.2.0
13902026-08-25T07:30:08.810Z Compiling rustix v1.1.4
13912026-08-25T07:30:08.810Z Compiling getrandom v0.3.4
13922026-08-25T07:30:08.885Z Compiling socket2 v0.6.3
13932026-08-25T07:30:08.885Z Compiling futures-sink v0.3.32
13942026-08-25T07:30:09.069Z Compiling utf8_iter v1.0.4
13952026-08-25T07:30:09.212Z Compiling futures-channel v0.3.32
13962026-08-25T07:30:09.212Z Compiling indexmap v2.14.0
13972026-08-25T07:30:09.212Z Compiling form_urlencoded v1.2.2
13982026-08-25T07:30:09.212Z Compiling serde_derive v1.0.229
13992026-08-25T07:30:09.337Z Compiling futures-task v0.3.32
14002026-08-25T07:30:09.337Z Compiling slab v0.4.12
14012026-08-25T07:30:09.337Z Compiling futures-io v0.3.32
14022026-08-25T07:30:09.447Z Compiling rustversion v1.0.22
14032026-08-25T07:30:09.447Z Compiling iana-time-zone v0.1.65
14042026-08-25T07:30:09.447Z Compiling base64ct v1.8.3
14052026-08-25T07:30:09.596Z Compiling regex-syntax v0.8.10
14062026-08-25T07:30:09.637Z Compiling rand_core v0.9.5
14072026-08-25T07:30:09.763Z Compiling pem-rfc7468 v0.7.0
14082026-08-25T07:30:09.871Z Compiling uuid v1.23.4
14092026-08-25T07:30:09.939Z Compiling cmake v0.1.57
14102026-08-25T07:30:09.975Z Compiling zeroize_derive v1.5.0
14112026-08-25T07:30:09.975Z Compiling zerofrom-derive v0.1.6
14122026-08-25T07:30:10.265Z Compiling zerocopy-derive v0.8.55
14132026-08-25T07:30:10.295Z Compiling yoke-derive v0.8.1
14142026-08-25T07:30:10.350Z Compiling zerovec-derive v0.11.2
14152026-08-25T07:30:10.378Z Compiling displaydoc v0.2.5
14162026-08-25T07:30:10.643Z Compiling tokio-macros v2.7.0
14172026-08-25T07:30:11.115Z Compiling futures-macro v0.3.32
14182026-08-25T07:30:11.340Z Compiling der_derive v0.7.3
14192026-08-25T07:30:11.379Z Compiling zerofrom v0.1.6
14202026-08-25T07:30:11.496Z Compiling thiserror-impl v2.0.18
14212026-08-25T07:30:11.538Z Compiling fs_extra v1.3.0
14222026-08-25T07:30:11.538Z Compiling yoke v0.8.1
14232026-08-25T07:30:11.720Z Compiling zerovec v0.11.5
14242026-08-25T07:30:11.775Z Compiling zerotrie v0.2.3
14252026-08-25T07:30:11.859Z Compiling flagset v0.4.7
14262026-08-25T07:30:11.930Z Compiling futures-util v0.3.32
14272026-08-25T07:30:12.078Z Compiling dunce v1.0.5
14282026-08-25T07:30:12.089Z Compiling ident_case v1.0.1
14292026-08-25T07:30:12.089Z Compiling aws-lc-sys v0.40.0
14302026-08-25T07:30:12.320Z Compiling tinystr v0.8.2
14312026-08-25T07:30:12.474Z Compiling potential_utf v0.1.4
14322026-08-25T07:30:12.474Z Compiling base64 v0.22.1
14332026-08-25T07:30:12.474Z Compiling icu_locale_core v2.1.1
14342026-08-25T07:30:12.474Z Compiling icu_collections v2.1.1
14352026-08-25T07:30:12.510Z Compiling zeroize v1.9.0
14362026-08-25T07:30:12.664Z Compiling bytes v1.11.1
14372026-08-25T07:30:12.759Z Compiling chrono v0.4.45
14382026-08-25T07:30:13.317Z Compiling thiserror v2.0.18
14392026-08-25T07:30:13.441Z Compiling icu_provider v2.1.1
14402026-08-25T07:30:13.441Z Compiling icu_properties v2.1.2
14412026-08-25T07:30:13.441Z Compiling icu_normalizer v2.1.1
14422026-08-25T07:30:13.441Z Compiling crypto-common v0.1.7
14432026-08-25T07:30:13.442Z Compiling block-buffer v0.10.4
14442026-08-25T07:30:13.472Z Compiling tokio v1.52.1
14452026-08-25T07:30:13.472Z Compiling digest v0.10.7
14462026-08-25T07:30:13.702Z Compiling der v0.7.10
14472026-08-25T07:30:13.738Z Compiling http v1.4.2
14482026-08-25T07:30:14.130Z Compiling idna_adapter v1.2.1
14492026-08-25T07:30:14.169Z Compiling serde_derive_internals v0.29.1
14502026-08-25T07:30:14.246Z Compiling idna v1.1.0
14512026-08-25T07:30:14.353Z Compiling schemars v0.8.22
14522026-08-25T07:30:14.531Z Compiling vcpkg v0.2.15
14532026-08-25T07:30:14.708Z Compiling ppv-lite86 v0.2.21
14542026-08-25T07:30:14.801Z Compiling url v2.5.8
14552026-08-25T07:30:15.044Z Compiling spki v0.7.3
14562026-08-25T07:30:15.162Z Compiling syn v1.0.109
14572026-08-25T07:30:15.162Z Compiling rand_chacha v0.9.0
14582026-08-25T07:30:15.233Z Compiling dyn-clone v1.0.20
14592026-08-25T07:30:15.233Z Compiling schemars_derive v0.8.22
14602026-08-25T07:30:15.342Z Compiling openssl-sys v0.9.117
14612026-08-25T07:30:15.342Z Compiling rand v0.9.2
14622026-08-25T07:30:15.470Z Compiling tracing-attributes v0.1.31
14632026-08-25T07:30:15.611Z Compiling rustc_version v0.4.1
14642026-08-25T07:30:15.748Z Compiling tracing-core v0.1.36
14652026-08-25T07:30:15.772Z Compiling aws-lc-rs v1.16.3
14662026-08-25T07:30:16.127Z Compiling cpufeatures v0.2.17
14672026-08-25T07:30:16.458Z Compiling simd-adler32 v0.3.8
14682026-08-25T07:30:16.458Z Compiling tempfile v3.27.0
14692026-08-25T07:30:16.459Z Compiling pkcs8 v0.10.2
14702026-08-25T07:30:16.459Z Compiling http-body v1.0.1
14712026-08-25T07:30:16.539Z Compiling rustls-pki-types v1.14.0
14722026-08-25T07:30:16.539Z Compiling spin v0.9.8
14732026-08-25T07:30:16.608Z Compiling cmov v0.5.4
14742026-08-25T07:30:16.662Z Compiling tracing v0.1.44
14752026-08-25T07:30:16.701Z Compiling crc32fast v1.5.0
14762026-08-25T07:30:16.758Z Compiling httparse v1.10.1
14772026-08-25T07:30:16.850Z Compiling openssl-probe v0.2.1
14782026-08-25T07:30:16.861Z Compiling adler2 v2.0.1
14792026-08-25T07:30:16.902Z Compiling tinyvec_macros v0.1.1
14802026-08-25T07:30:16.984Z Compiling tinyvec v1.10.0
14812026-08-25T07:30:17.026Z Compiling miniz_oxide v0.8.9
14822026-08-25T07:30:17.061Z Compiling ctutils v0.4.2
14832026-08-25T07:30:17.110Z Compiling pest_generator v2.8.6
14842026-08-25T07:30:17.339Z Compiling tokio-util v0.7.18
14852026-08-25T07:30:17.420Z Compiling sha2 v0.10.9
14862026-08-25T07:30:18.027Z Compiling terminal_size v0.4.3
14872026-08-25T07:30:18.248Z Compiling aho-corasick v1.1.4
14882026-08-25T07:30:18.248Z Compiling atomic-waker v1.1.2
14892026-08-25T07:30:18.248Z Compiling tower-service v0.3.3
14902026-08-25T07:30:18.248Z Compiling tower-layer v0.3.3
14912026-08-25T07:30:18.248Z Compiling radium v0.7.0
14922026-08-25T07:30:18.248Z Compiling untrusted v0.7.1
14932026-08-25T07:30:18.421Z Compiling try-lock v0.2.5
14942026-08-25T07:30:18.422Z Compiling h2 v0.4.15
14952026-08-25T07:30:18.422Z Compiling want v0.3.1
14962026-08-25T07:30:18.422Z Compiling pest_derive v2.8.6
14972026-08-25T07:30:18.570Z Compiling hybrid-array v0.4.13
14982026-08-25T07:30:18.886Z Compiling regex-automata v0.4.14
14992026-08-25T07:30:19.134Z Compiling ipnet v2.12.0
15002026-08-25T07:30:19.246Z Compiling darling_core v0.20.11
15012026-08-25T07:30:19.269Z Compiling scroll_derive v0.13.1
15022026-08-25T07:30:19.295Z Compiling wait-timeout v0.2.1
15032026-08-25T07:30:19.650Z Compiling quick-error v1.2.3
15042026-08-25T07:30:20.276Z Compiling rustls v0.23.41
15052026-08-25T07:30:20.277Z Compiling foreign-types-shared v0.1.1
15062026-08-25T07:30:20.533Z Compiling tap v1.0.1
15072026-08-25T07:30:20.533Z Compiling openssl v0.10.80
15082026-08-25T07:30:20.533Z Compiling bit-vec v0.8.0
15092026-08-25T07:30:20.533Z Compiling untrusted v0.9.0
15102026-08-25T07:30:20.534Z Compiling httpdate v1.0.3
15112026-08-25T07:30:20.534Z Compiling maybe-uninit v2.0.0
15122026-08-25T07:30:20.534Z Compiling bit-set v0.8.0
15132026-08-25T07:30:20.534Z Compiling scroll v0.13.0
15142026-08-25T07:30:20.534Z Compiling wyz v0.5.1
15152026-08-25T07:30:20.534Z Compiling foreign-types v0.3.2
15162026-08-25T07:30:20.663Z Compiling rusty-fork v0.3.1
15172026-08-25T07:30:20.663Z Compiling unicode-normalization v0.1.25
15182026-08-25T07:30:20.722Z Compiling rand_chacha v0.3.1
15192026-08-25T07:30:20.722Z Compiling signature v2.2.0
15202026-08-25T07:30:21.034Z Compiling hex v0.4.3
15212026-08-25T07:30:21.297Z Compiling thiserror-impl v1.0.69
15222026-08-25T07:30:21.298Z Compiling openssl-macros v0.1.1
15232026-08-25T07:30:21.298Z Compiling rand_xorshift v0.4.0
15242026-08-25T07:30:21.525Z Compiling hyper v1.10.1
15252026-08-25T07:30:21.525Z Compiling num-integer v0.1.46
15262026-08-25T07:30:21.655Z Compiling bzip2-sys v0.1.13+1.0.8
15272026-08-25T07:30:21.655Z Compiling darling_macro v0.20.11
15282026-08-25T07:30:21.852Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15292026-08-25T07:30:21.852Z Compiling ahash v0.8.12
15302026-08-25T07:30:21.887Z Compiling funty v2.0.0
15312026-08-25T07:30:22.339Z Compiling native-tls v0.2.18
15322026-08-25T07:30:22.533Z Compiling powerfmt v0.2.0
15332026-08-25T07:30:22.533Z Compiling paste v1.0.15
15342026-08-25T07:30:22.533Z Compiling packed_struct v0.10.1
15352026-08-25T07:30:22.533Z Compiling unarray v0.1.4
15362026-08-25T07:30:22.533Z Compiling num-bigint-dig v0.8.6
15372026-08-25T07:30:22.533Z Compiling num-conv v0.2.0
15382026-08-25T07:30:22.533Z Compiling time-core v0.1.8
15392026-08-25T07:30:22.533Z Compiling hyper-util v0.1.20
15402026-08-25T07:30:22.611Z Compiling clap_builder v4.6.0
15412026-08-25T07:30:22.612Z Compiling proptest v1.11.0
15422026-08-25T07:30:22.612Z Compiling bitvec v1.0.1
15432026-08-25T07:30:22.612Z Compiling time-macros v0.2.27
15442026-08-25T07:30:22.688Z Compiling deranged v0.5.8
15452026-08-25T07:30:23.108Z Compiling thiserror v1.0.69
15462026-08-25T07:30:23.510Z Compiling darling v0.20.11
15472026-08-25T07:30:23.679Z Compiling num-iter v0.1.45
15482026-08-25T07:30:23.908Z Compiling rand v0.8.6
15492026-08-25T07:30:24.135Z Compiling goblin v0.10.5
15502026-08-25T07:30:24.428Z Compiling packed_struct_codegen v0.10.1
15512026-08-25T07:30:24.768Z Compiling ipnetwork v0.21.1
15522026-08-25T07:30:25.068Z Compiling lazy_static v1.5.0
15532026-08-25T07:30:25.211Z Compiling hmac v0.12.1
15542026-08-25T07:30:25.389Z Compiling toml_datetime v0.6.11
15552026-08-25T07:30:25.468Z Compiling serde_spanned v0.6.9
15562026-08-25T07:30:25.488Z Compiling slog v2.8.2
15572026-08-25T07:30:25.488Z Compiling clap_derive v4.6.1
15582026-08-25T07:30:25.624Z Compiling bitfield-macros v0.19.4
15592026-08-25T07:30:25.726Z Compiling zerocopy-derive v0.6.6
15602026-08-25T07:30:26.856Z Compiling sync_wrapper v1.0.2
15612026-08-25T07:30:26.957Z Compiling indexmap v1.9.3
15622026-08-25T07:30:26.957Z Compiling num_threads v0.1.7
15632026-08-25T07:30:26.957Z Compiling object v0.37.3
15642026-08-25T07:30:26.957Z Compiling unicode-segmentation v1.12.0
15652026-08-25T07:30:26.957Z Compiling siphasher v1.0.2
15662026-08-25T07:30:26.957Z Compiling usdt-impl v0.6.0
15672026-08-25T07:30:27.015Z Compiling nodrop v0.1.14
15682026-08-25T07:30:27.015Z Compiling crc-catalog v2.4.0
15692026-08-25T07:30:27.038Z Compiling zlib-rs v0.6.2
15702026-08-25T07:30:27.038Z Compiling crossbeam-utils v0.8.21
15712026-08-25T07:30:27.087Z Compiling crc v3.4.0
15722026-08-25T07:30:27.280Z Compiling clap v4.6.1
15732026-08-25T07:30:27.341Z Compiling array-init v0.0.4
15742026-08-25T07:30:27.389Z Compiling dof v0.4.0
15752026-08-25T07:30:27.452Z Compiling time v0.3.47
15762026-08-25T07:30:27.593Z Compiling zerocopy v0.6.6
15772026-08-25T07:30:28.253Z Compiling tower v0.5.3
15782026-08-25T07:30:28.400Z Compiling bitfield v0.19.4
15792026-08-25T07:30:28.743Z Compiling oxnet v0.1.6
15802026-08-25T07:30:28.900Z Compiling newtype-uuid v1.3.2
15812026-08-25T07:30:29.727Z Compiling smallvec v0.6.14
15822026-08-25T07:30:29.968Z Compiling derive_builder_core v0.20.2
15832026-08-25T07:30:29.969Z Compiling dtrace-parser v0.3.0
15842026-08-25T07:30:29.969Z Compiling pkcs1 v0.7.5
15852026-08-25T07:30:30.178Z Compiling flate2 v1.1.9
15862026-08-25T07:30:30.519Z Compiling http-body-util v0.1.3
15872026-08-25T07:30:30.519Z Compiling heapless v0.7.17
15882026-08-25T07:30:31.002Z Compiling erased-serde v0.3.31
15892026-08-25T07:30:31.002Z Compiling darling_core v0.23.0
15902026-08-25T07:30:31.002Z Compiling structmeta-derive v0.3.0
15912026-08-25T07:30:31.002Z Compiling scroll_derive v0.12.1
15922026-08-25T07:30:31.002Z Compiling daft-derive v0.1.8
15932026-08-25T07:30:31.193Z Compiling thread-id v5.1.0
15942026-08-25T07:30:31.193Z Compiling cookie v0.18.1
15952026-08-25T07:30:31.193Z Compiling env_filter v2.0.0
15962026-08-25T07:30:31.193Z Compiling ryu v1.0.23
15972026-08-25T07:30:31.224Z Compiling winnow v0.5.40
15982026-08-25T07:30:31.225Z Compiling iri-string v0.7.10
15992026-08-25T07:30:31.259Z Compiling unicode-properties v0.1.4
16002026-08-25T07:30:31.437Z Compiling hashbrown v0.12.3
16012026-08-25T07:30:31.498Z Compiling signal-hook v0.3.18
16022026-08-25T07:30:31.788Z Compiling anyhow v1.0.104
16032026-08-25T07:30:31.988Z Compiling base64 v0.21.7
16042026-08-25T07:30:32.085Z Compiling allocator-api2 v0.2.21
16052026-08-25T07:30:32.268Z Compiling gimli v0.32.3
16062026-08-25T07:30:32.349Z Compiling zstd-safe v7.2.4
16072026-08-25T07:30:32.704Z Compiling unicode-bidi v0.3.18
16082026-08-25T07:30:33.514Z Compiling toml_edit v0.19.15
16092026-08-25T07:30:33.515Z Compiling tower-http v0.6.8
16102026-08-25T07:30:33.880Z Compiling darling_macro v0.23.0
16112026-08-25T07:30:33.880Z Compiling stringprep v0.1.5
16122026-08-25T07:30:33.880Z Compiling ron v0.8.1
16132026-08-25T07:30:33.880Z Compiling structmeta v0.3.0
16142026-08-25T07:30:33.880Z Compiling serde_urlencoded v0.7.1
16152026-08-25T07:30:34.014Z Compiling env_logger v0.11.11
16162026-08-25T07:30:34.014Z Compiling daft v0.1.8
16172026-08-25T07:30:34.014Z Compiling scroll v0.12.0
16182026-08-25T07:30:34.014Z Compiling addr2line v0.25.1
16192026-08-25T07:30:34.079Z Compiling derive_builder_macro v0.20.2
16202026-08-25T07:30:34.357Z Compiling rsa v0.9.10
16212026-08-25T07:30:34.357Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-25T07:30:34.546Z Compiling hashbrown v0.13.2
16232026-08-25T07:30:34.624Z Compiling serde-hex v0.1.0
16242026-08-25T07:30:34.624Z Compiling bzip2 v0.4.4
16252026-08-25T07:30:34.624Z Compiling tokio-native-tls v0.3.1
16262026-08-25T07:30:35.422Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16272026-08-25T07:30:35.859Z Compiling camino v1.2.5
16282026-08-25T07:30:35.859Z Compiling bstr v1.12.1
16292026-08-25T07:30:35.859Z Compiling crypto-common v0.2.2
16302026-08-25T07:30:35.859Z Compiling block-buffer v0.12.1
16312026-08-25T07:30:36.069Z Compiling block-padding v0.4.2
16322026-08-25T07:30:36.069Z Compiling rustls-native-certs v0.8.3
16332026-08-25T07:30:36.069Z Compiling curve25519-dalek v4.1.3
16342026-08-25T07:30:36.155Z Compiling x509-cert v0.2.5
16352026-08-25T07:30:36.170Z Compiling md-5 v0.10.6
16362026-08-25T07:30:36.371Z Compiling serde_tokenstream v0.2.3
16372026-08-25T07:30:36.464Z Compiling vergen-lib v9.1.0
16382026-08-25T07:30:36.518Z Compiling async-trait v0.1.89
16392026-08-25T07:30:36.532Z Compiling pin-project-internal v1.1.11
16402026-08-25T07:30:37.097Z Compiling zerocopy-derive v0.7.35
16412026-08-25T07:30:37.242Z Compiling hash32 v0.2.1
16422026-08-25T07:30:37.406Z Compiling memoffset v0.9.1
16432026-08-25T07:30:37.509Z Compiling encoding_rs v0.8.35
16442026-08-25T07:30:37.533Z Compiling owo-colors v4.3.0
16452026-08-25T07:30:37.610Z Compiling smoltcp v0.9.1
16462026-08-25T07:30:37.647Z Compiling cfg_aliases v0.2.1
16472026-08-25T07:30:37.724Z Compiling rustix v0.38.44
16482026-08-25T07:30:37.774Z Compiling crc-any v2.5.0
16492026-08-25T07:30:37.967Z Compiling mime v0.3.17
16502026-08-25T07:30:38.378Z Compiling fallible-iterator v0.2.0
16512026-08-25T07:30:38.378Z Compiling rustc-demangle v0.1.27
16522026-08-25T07:30:38.378Z Compiling litrs v1.0.0
16532026-08-25T07:30:38.390Z Compiling psl-types v2.0.11
16542026-08-25T07:30:38.390Z Compiling ref-cast v1.0.25
16552026-08-25T07:30:38.390Z Compiling publicsuffix v2.3.0
16562026-08-25T07:30:38.390Z Compiling backtrace v0.3.76
16572026-08-25T07:30:38.390Z Compiling postgres-protocol v0.6.10
16582026-08-25T07:30:38.390Z Compiling zerocopy v0.7.35
16592026-08-25T07:30:38.465Z Compiling document-features v0.2.12
16602026-08-25T07:30:38.695Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16612026-08-25T07:30:38.750Z Compiling nix v0.31.2
16622026-08-25T07:30:38.914Z Compiling pin-project v1.1.11
16632026-08-25T07:30:39.112Z Compiling inout v0.2.2
16642026-08-25T07:30:39.158Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-25T07:30:39.158Z Compiling object v0.30.4
16662026-08-25T07:30:39.158Z Compiling hyper-tls v0.6.0
16672026-08-25T07:30:39.202Z Compiling zip v0.6.6
16682026-08-25T07:30:39.472Z Compiling derive_builder v0.20.2
16692026-08-25T07:30:39.814Z Compiling goblin v0.8.2
16702026-08-25T07:30:39.814Z Compiling toml v0.7.8
16712026-08-25T07:30:39.814Z Compiling derive-ex v0.1.8
16722026-08-25T07:30:40.103Z Compiling darling v0.23.0
16732026-08-25T07:30:40.233Z Compiling convert_case v0.10.0
16742026-08-25T07:30:40.291Z Compiling phf_shared v0.13.1
16752026-08-25T07:30:40.292Z Compiling regex v1.12.3
16762026-08-25T07:30:40.404Z Compiling hubpack_derive v0.1.1
16772026-08-25T07:30:40.493Z Compiling futures-executor v0.3.32
16782026-08-25T07:30:40.714Z Compiling vergen v9.1.0
16792026-08-25T07:30:40.755Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-25T07:30:40.790Z Compiling ref-cast-impl v1.0.25
16812026-08-25T07:30:40.838Z Compiling snafu-derive v0.8.9
16822026-08-25T07:30:41.383Z Compiling strum_macros v0.27.2
16832026-08-25T07:30:41.438Z Compiling cargo-platform v0.3.2
16842026-08-25T07:30:41.439Z Compiling ff v0.13.1
16852026-08-25T07:30:41.522Z Compiling fs-err v3.3.0
16862026-08-25T07:30:41.587Z Compiling libbz2-rs-sys v0.2.2
16872026-08-25T07:30:41.636Z Compiling managed v0.8.0
16882026-08-25T07:30:41.876Z Compiling bumpalo v3.20.2
16892026-08-25T07:30:41.897Z Compiling foldhash v0.2.0
16902026-08-25T07:30:42.336Z Compiling either v1.15.0
16912026-08-25T07:30:42.471Z Compiling base16ct v0.2.0
16922026-08-25T07:30:42.471Z Compiling is_ci v1.2.0
16932026-08-25T07:30:42.471Z Compiling foldhash v0.1.5
16942026-08-25T07:30:42.471Z Compiling bitflags v1.3.2
16952026-08-25T07:30:42.471Z Compiling path-slash v0.1.5
16962026-08-25T07:30:42.523Z Compiling jiff-core v0.1.0
16972026-08-25T07:30:42.523Z Compiling same-file v1.0.6
16982026-08-25T07:30:42.523Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16992026-08-25T07:30:42.738Z Compiling walkdir v2.5.0
17002026-08-25T07:30:42.921Z Compiling snafu v0.8.9
17012026-08-25T07:30:42.978Z Compiling hashbrown v0.15.5
17022026-08-25T07:30:42.978Z Compiling textwrap v0.16.2
17032026-08-25T07:30:43.183Z Compiling strum v0.27.2
17042026-08-25T07:30:43.418Z Compiling jiff v0.2.34
17052026-08-25T07:30:43.598Z Compiling supports-color v3.0.2
17062026-08-25T07:30:43.598Z Compiling sec1 v0.7.3
17072026-08-25T07:30:43.599Z Compiling zopfli v0.8.3
17082026-08-25T07:30:43.864Z Compiling hashbrown v0.16.1
17092026-08-25T07:30:44.112Z Compiling bzip2 v0.6.1
17102026-08-25T07:30:44.112Z Compiling dof v0.3.0
17112026-08-25T07:30:44.112Z Compiling cargo_metadata v0.23.1
17122026-08-25T07:30:44.121Z Compiling group v0.13.0
17132026-08-25T07:30:44.139Z Compiling test-strategy v0.4.5
17142026-08-25T07:30:44.219Z Compiling hubpack v0.1.2
17152026-08-25T07:30:44.429Z Compiling futures v0.3.32
17162026-08-25T07:30:44.558Z Compiling derive_more-impl v2.1.1
17172026-08-25T07:30:44.595Z Compiling phf v0.13.1
17182026-08-25T07:30:44.820Z Compiling serde_with_macros v3.21.0
17192026-08-25T07:30:45.265Z Compiling signal-hook-mio v0.2.5
17202026-08-25T07:30:45.662Z Compiling cookie_store v0.22.1
17212026-08-25T07:30:45.701Z Compiling zstd v0.13.3
17222026-08-25T07:30:45.789Z Compiling reqwest v0.12.28
17232026-08-25T07:30:46.052Z Compiling cipher v0.5.2
17242026-08-25T07:30:46.136Z Compiling postgres-types v0.2.12
17252026-08-25T07:30:46.653Z Compiling backtrace-ext v0.2.1
17262026-08-25T07:30:46.707Z Compiling usdt-attr-macro v0.6.0
17272026-08-25T07:30:46.770Z Compiling usdt-macro v0.6.0
17282026-08-25T07:30:47.026Z Compiling globset v0.4.18
17292026-08-25T07:30:47.088Z Compiling phf_shared v0.11.3
17302026-08-25T07:30:47.332Z Compiling hkdf v0.12.4
17312026-08-25T07:30:47.392Z Compiling dtrace-parser v0.2.0
17322026-08-25T07:30:47.477Z Compiling byte-wrapper v0.1.0
17332026-08-25T07:30:47.519Z Compiling ed25519 v2.2.3
17342026-08-25T07:30:47.519Z Compiling olpc-cjson v0.1.4
17352026-08-25T07:30:47.719Z Compiling crypto-bigint v0.5.5
17362026-08-25T07:30:48.323Z Compiling pem v3.0.6
17372026-08-25T07:30:48.323Z Compiling serde-big-array v0.5.1
17382026-08-25T07:30:48.323Z Compiling serde_plain v1.0.2
17392026-08-25T07:30:48.323Z Compiling strum_macros v0.26.4
17402026-08-25T07:30:48.477Z Compiling miette-derive v7.6.0
17412026-08-25T07:30:48.477Z Compiling serde_repr v0.1.20
17422026-08-25T07:30:48.477Z Compiling enum-as-inner v0.6.1
17432026-08-25T07:30:48.477Z Compiling async-recursion v1.1.1
17442026-08-25T07:30:48.649Z Compiling float-cmp v0.10.0
17452026-08-25T07:30:48.838Z Compiling memmap2 v0.9.10
17462026-08-25T07:30:48.839Z Compiling thread-id v4.2.2
17472026-08-25T07:30:48.920Z Compiling difflib v0.4.0
17482026-08-25T07:30:48.920Z Compiling fixedbitset v0.4.2
17492026-08-25T07:30:49.021Z Compiling supports-unicode v3.0.0
17502026-08-25T07:30:49.194Z Compiling data-encoding v2.10.0
17512026-08-25T07:30:49.508Z Compiling typed-path v0.9.3
17522026-08-25T07:30:49.508Z Compiling static_assertions v1.1.0
17532026-08-25T07:30:49.508Z Compiling winnow v1.0.3
17542026-08-25T07:30:49.508Z Compiling predicates-core v1.0.10
17552026-08-25T07:30:49.889Z Compiling whoami v2.1.0
17562026-08-25T07:30:49.889Z Compiling cpufeatures v0.3.0
17572026-08-25T07:30:49.889Z Compiling new_debug_unreachable v1.0.6
17582026-08-25T07:30:49.889Z Compiling keccak v0.1.6
17592026-08-25T07:30:49.890Z Compiling precomputed-hash v0.1.1
17602026-08-25T07:30:49.890Z Compiling const-oid v0.10.2
17612026-08-25T07:30:50.073Z Compiling fixedbitset v0.5.7
17622026-08-25T07:30:50.073Z Compiling supports-hyperlinks v3.2.0
17632026-08-25T07:30:50.073Z Compiling normalize-line-endings v0.3.0
17642026-08-25T07:30:50.073Z Compiling digest v0.11.3
17652026-08-25T07:30:50.073Z Compiling petgraph v0.8.3
17662026-08-25T07:30:50.073Z Compiling predicates v3.1.4
17672026-08-25T07:30:50.217Z Compiling miette v7.6.0
17682026-08-25T07:30:50.217Z Compiling sha3 v0.10.8
17692026-08-25T07:30:50.414Z Compiling toml_parser v1.1.2+spec-1.1.0
17702026-08-25T07:30:50.465Z Compiling string_cache v0.8.9
17712026-08-25T07:30:50.466Z Compiling tokio-postgres v0.7.16
17722026-08-25T07:30:50.622Z Compiling chacha20 v0.10.0
17732026-08-25T07:30:51.235Z Compiling strum v0.26.3
17742026-08-25T07:30:51.235Z Compiling hickory-proto v0.25.2
17752026-08-25T07:30:51.273Z Compiling toml_edit v0.22.27
17762026-08-25T07:30:51.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-08-25T07:30:51.273Z Compiling petgraph v0.6.5
17782026-08-25T07:30:51.273Z Compiling usdt v0.6.0
17792026-08-25T07:30:51.549Z Compiling usdt-impl v0.5.0
17802026-08-25T07:30:51.925Z Compiling elliptic-curve v0.13.8
17812026-08-25T07:30:52.101Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17822026-08-25T07:30:52.284Z Compiling ed25519-dalek v2.2.0
17832026-08-25T07:30:52.484Z Compiling crossterm v0.28.1
17842026-08-25T07:30:53.013Z Compiling zip v4.6.1
17852026-08-25T07:30:53.438Z Compiling serde_with v3.21.0
17862026-08-25T07:30:53.790Z Compiling derive_more v2.1.1
17872026-08-25T07:30:54.352Z Compiling iddqd v0.4.2
17882026-08-25T07:30:54.352Z Compiling itertools v0.15.0
17892026-08-25T07:30:54.827Z Compiling itertools v0.13.0
17902026-08-25T07:30:54.827Z Compiling similar v2.7.0
17912026-08-25T07:30:54.827Z Compiling crossbeam-epoch v0.9.18
17922026-08-25T07:30:55.133Z Compiling oxide-generation v0.1.3
17932026-08-25T07:30:55.175Z Compiling heck v0.4.1
17942026-08-25T07:30:55.175Z Compiling tokio-stream v0.1.18
17952026-08-25T07:30:55.176Z Compiling buf-list v1.1.2
17962026-08-25T07:30:55.176Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17972026-08-25T07:30:55.176Z Compiling openapiv3 v2.2.0
17982026-08-25T07:30:55.249Z Compiling lalrpop-util v0.19.12
17992026-08-25T07:30:55.322Z Compiling peg-runtime v0.8.5
18002026-08-25T07:30:55.323Z Compiling thread_local v1.1.9
18012026-08-25T07:30:55.323Z Compiling slog-async v2.8.0
18022026-08-25T07:30:55.420Z Compiling crossbeam-channel v0.5.15
18032026-08-25T07:30:55.470Z Compiling filetime v0.2.27
18042026-08-25T07:30:55.470Z Compiling is-terminal v0.4.17
18052026-08-25T07:30:55.548Z Compiling take_mut v0.2.2
18062026-08-25T07:30:55.548Z Compiling term v1.2.1
18072026-08-25T07:30:55.683Z Compiling xattr v1.6.1
18082026-08-25T07:30:55.684Z Compiling camino-tempfile v1.4.1
18092026-08-25T07:30:56.080Z Compiling tar v0.4.46
18102026-08-25T07:30:56.450Z Compiling slog-term v2.9.2
18112026-08-25T07:31:02.049Z Compiling rustls-webpki v0.103.13
18122026-08-25T07:31:04.786Z Compiling tokio-rustls v0.26.4
18132026-08-25T07:31:04.786Z Compiling rustls-platform-verifier v0.6.2
18142026-08-25T07:31:04.816Z Compiling tough v0.22.0
18152026-08-25T07:31:05.156Z Compiling hyper-rustls v0.27.7
18162026-08-25T07:31:05.430Z Compiling reqwest v0.13.2
18172026-08-25T07:31:07.381Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-08-25T07:31:07.613Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-08-25T07:31:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18202026-08-25T07:31:11.293Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18212026-08-25T07:31:11.293ZAug 25 07:31:09.613 INFO Starting download, target: Clickhouse
18222026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: Console
18232026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: Cockroach
18242026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: DendriteStub
18252026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: MaghemiteMgd
18262026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: MaghemiteDdmd
18272026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Starting download, target: TransceiverControl
18282026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18302026-08-25T07:31:11.293ZAug 25 07:31:09.614 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-25T07:31:11.294ZAug 25 07:31:09.614 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18322026-08-25T07:31:11.294ZAug 25 07:31:09.614 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-25T07:31:11.294ZAug 25 07:31:09.614 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-25T07:31:11.294ZAug 25 07:31:09.614 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-08-25T07:31:12.528ZAug 25 07:31:11.360 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18362026-08-25T07:31:12.974ZAug 25 07:31:11.748 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18372026-08-25T07:31:13.164ZAug 25 07:31:11.990 INFO Download complete, target: Console
18382026-08-25T07:31:19.200ZAug 25 07:31:18.009 INFO Checking that binary works, target: Clickhouse
18392026-08-25T07:31:19.258ZAug 25 07:31:18.103 INFO Download complete, target: Clickhouse
18402026-08-25T07:31:27.678ZAug 25 07:31:26.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18412026-08-25T07:31:28.032ZAug 25 07:31:26.820 INFO Download complete, target: TransceiverControl
18422026-08-25T07:33:00.455ZAug 25 07:32:59.359 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18432026-08-25T07:33:02.308ZAug 25 07:33:01.239 INFO Download complete, target: MaghemiteDdmd
18442026-08-25T07:33:25.838ZAug 25 07:33:24.736 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18452026-08-25T07:33:28.548ZAug 25 07:33:27.479 INFO Download complete, target: DendriteStub
18462026-08-25T07:33:37.991ZAug 25 07:33:36.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18472026-08-25T07:33:40.665ZAug 25 07:33:39.601 INFO Download complete, target: MaghemiteMgd
18482026-08-25T07:33:55.508ZAug 25 07:33:54.446 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18492026-08-25T07:33:55.508ZAug 25 07:33:54.446 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18502026-08-25T07:34:00.122ZAug 25 07:33:59.064 INFO Checking that binary works, target: Cockroach
18512026-08-25T07:34:00.230ZAug 25 07:33:59.175 INFO Download complete, target: Cockroach
18522026-08-25T07:34:00.250ZAll builder prerequisites installed successfully, and PATH looks valid
18532026-08-25T07:34:00.256Z
18542026-08-25T07:34:00.256Zreal 4:49.974633181
18552026-08-25T07:34:00.256Zuser 7:24.430212402
18562026-08-25T07:34:00.256Zsys 1:26.994407983
18572026-08-25T07:34:00.256Ztrap 0.235725341
18582026-08-25T07:34:00.257Ztflt 0.534908518
18592026-08-25T07:34:00.257Zdflt 0.796330992
18602026-08-25T07:34:00.257Zkflt 0.030601559
18612026-08-25T07:34:00.257Zlock 1:18:28.613348479
18622026-08-25T07:34:00.257Zslp 27:21.869864245
18632026-08-25T07:34:00.257Zlat 51.103599838
18642026-08-25T07:34:00.257Zstop 2:52.202538537
18652026-08-25T07:34:00.257Z+ banner clippy
18662026-08-25T07:34:00.257Z
18672026-08-25T07:34:00.257Z #### # # ##### ##### # #
18682026-08-25T07:34:00.258Z # # # # # # # # # #
18692026-08-25T07:34:00.258Z # # # # # # # #
18702026-08-25T07:34:00.258Z # # # ##### ##### #
18712026-08-25T07:34:00.258Z # # # # # # #
18722026-08-25T07:34:00.258Z #### ###### # # # #
18732026-08-25T07:34:00.258Z
18742026-08-25T07:34:00.258Z+ export CARGO_INCREMENTAL=0
18752026-08-25T07:34:00.258Z+ CARGO_INCREMENTAL=0
18762026-08-25T07:34:00.258Z+ ptime -m cargo xtask clippy
18772026-08-25T07:34:00.725Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18782026-08-25T07:34:01.005Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18792026-08-25T07:34:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18802026-08-25T07:34:02.855Z Running `target/debug/xtask clippy`
18812026-08-25T07:34:02.881Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18822026-08-25T07:34:03.462Z Downloading crates ...
18832026-08-25T07:34:03.630Z Downloaded async-object-pool v0.2.0
18842026-08-25T07:34:03.635Z Downloaded anes v0.1.6
18852026-08-25T07:34:03.635Z Downloaded approx v0.5.1
18862026-08-25T07:34:03.635Z Downloaded cast v0.3.0
18872026-08-25T07:34:03.640Z Downloaded assert-json-diff v2.0.2
18882026-08-25T07:34:03.640Z Downloaded criterion v0.7.0
18892026-08-25T07:34:03.640Z Downloaded event-listener-strategy v0.5.4
18902026-08-25T07:34:03.644Z Downloaded constant_time_eq v0.3.1
18912026-08-25T07:34:03.644Z Downloaded concurrent-queue v2.5.0
18922026-08-25T07:34:03.644Z Downloaded criterion-plot v0.6.0
18932026-08-25T07:34:03.644Z Downloaded assert_cmd v2.1.2
18942026-08-25T07:34:03.644Z Downloaded cfg-expr v0.20.6
18952026-08-25T07:34:03.647Z Downloaded async-lock v3.4.2
18962026-08-25T07:34:03.647Z Downloaded blake2b_simd v1.0.4
18972026-08-25T07:34:03.647Z Downloaded datatest-stable v0.3.3
18982026-08-25T07:34:03.649Z Downloaded event-listener v5.4.1
18992026-08-25T07:34:03.650Z Downloaded escape8259 v0.5.3
19002026-08-25T07:34:03.653Z Downloaded futures-timer v3.0.3
19012026-08-25T07:34:03.653Z Downloaded guppy-workspace-hack v0.1.0
19022026-08-25T07:34:03.653Z Downloaded fancy-regex v0.14.0
19032026-08-25T07:34:03.657Z Downloaded hickory-client v0.25.2
19042026-08-25T07:34:03.657Z Downloaded guppy v0.17.25
19052026-08-25T07:34:03.660Z Downloaded hex-literal v0.4.1
19062026-08-25T07:34:03.660Z Downloaded httptest v0.16.4
19072026-08-25T07:34:03.660Z Downloaded miette-derive v5.10.0
19082026-08-25T07:34:03.660Z Downloaded knuffel v3.2.0
19092026-08-25T07:34:03.663Z Downloaded knuffel-derive v3.2.0
19102026-08-25T07:34:03.663Z Downloaded linkme-impl v0.3.35
19112026-08-25T07:34:03.663Z Downloaded libtest-mimic v0.8.1
19122026-08-25T07:34:03.666Z Downloaded linkme v0.3.35
19132026-08-25T07:34:03.666Z Downloaded nested v0.1.1
19142026-08-25T07:34:03.666Z Downloaded parking v2.2.1
19152026-08-25T07:34:03.666Z Downloaded pathdiff v0.2.3
19162026-08-25T07:34:03.669Z Downloaded miette v5.10.0
19172026-08-25T07:34:03.669Z Downloaded oorandom v11.1.5
19182026-08-25T07:34:03.669Z Downloaded owo-colors v3.5.0
19192026-08-25T07:34:03.676Z Downloaded partial-io v0.5.4
19202026-08-25T07:34:03.676Z Downloaded plotters-backend v0.3.7
19212026-08-25T07:34:03.676Z Downloaded path-tree v0.8.3
19222026-08-25T07:34:03.676Z Downloaded plotters-svg v0.3.7
19232026-08-25T07:34:03.679Z Downloaded relative-path v1.9.3
19242026-08-25T07:34:03.679Z Downloaded plotters v0.3.7
19252026-08-25T07:34:03.679Z Downloaded rust-argon2 v2.1.0
19262026-08-25T07:34:03.685Z Downloaded serde_regex v1.1.0
19272026-08-25T07:34:03.685Z Downloaded rand_distr v0.5.1
19282026-08-25T07:34:03.685Z Downloaded similar-asserts v1.7.0
19292026-08-25T07:34:03.698Z Downloaded rstest v0.25.0
19302026-08-25T07:34:03.698Z Downloaded supports-color v2.1.0
19312026-08-25T07:34:03.698Z Downloaded rstest_macros v0.25.0
19322026-08-25T07:34:03.698Z Downloaded supports-hyperlinks v2.1.0
19332026-08-25T07:34:03.698Z Downloaded supports-unicode v2.1.0
19342026-08-25T07:34:03.698Z Downloaded target-triple v1.0.0
19352026-08-25T07:34:03.698Z Downloaded terminal_size v0.1.17
19362026-08-25T07:34:03.701Z Downloaded target-spec v3.5.7
19372026-08-25T07:34:03.702Z Downloaded termcolor v1.4.1
19382026-08-25T07:34:03.702Z Downloaded stringmetrics v2.2.2
19392026-08-25T07:34:03.702Z Downloaded target-lexicon v0.13.3
19402026-08-25T07:34:03.702Z Downloaded textwrap v0.15.2
19412026-08-25T07:34:03.702Z Downloaded tinytemplate v1.2.1
19422026-08-25T07:34:03.702Z Downloaded trybuild v1.0.116
19432026-08-25T07:34:03.725Z Downloaded httpmock v0.8.3
19442026-08-25T07:34:05.558Z Checking cfg-if v1.0.4
19452026-08-25T07:34:05.935Z Checking serde_core v1.0.229
19462026-08-25T07:34:05.935Z Checking libc v0.2.185
19472026-08-25T07:34:06.013Z Checking memchr v2.8.0
19482026-08-25T07:34:06.058Z Checking smallvec v1.15.1
19492026-08-25T07:34:06.112Z Checking rand_core v0.10.0
19502026-08-25T07:34:06.135Z Checking itoa v1.0.17
19512026-08-25T07:34:06.173Z Checking subtle v2.6.1
19522026-08-25T07:34:06.214Z Checking libm v0.2.16
19532026-08-25T07:34:06.260Z Checking log v0.4.33
19542026-08-25T07:34:06.312Z Checking typenum v1.20.1
19552026-08-25T07:34:06.357Z Checking scopeguard v1.2.0
19562026-08-25T07:34:06.392Z Checking zmij v1.0.21
19572026-08-25T07:34:06.430Z Checking getrandom v0.4.3
19582026-08-25T07:34:06.468Z Checking errno v0.3.14
19592026-08-25T07:34:06.475Z Checking stable_deref_trait v1.2.1
19602026-08-25T07:34:06.508Z Checking lock_api v0.4.14
19612026-08-25T07:34:06.650Z Checking zerofrom v0.1.6
19622026-08-25T07:34:06.668Z Checking percent-encoding v2.3.2
19632026-08-25T07:34:06.677Z Checking litemap v0.8.1
19642026-08-25T07:34:06.678Z Checking writeable v0.6.2
19652026-08-25T07:34:06.763Z Checking yoke v0.8.1
19662026-08-25T07:34:06.815Z Checking icu_properties_data v2.1.2
19672026-08-25T07:34:06.857Z Checking icu_normalizer_data v2.1.1
19682026-08-25T07:34:06.894Z Checking form_urlencoded v1.2.2
19692026-08-25T07:34:06.936Z Checking num-traits v0.2.19
19702026-08-25T07:34:06.976Z Checking zerovec v0.11.5
19712026-08-25T07:34:06.976Z Checking zerotrie v0.2.3
19722026-08-25T07:34:07.013Z Checking utf8_iter v1.0.4
19732026-08-25T07:34:07.086Z Checking zerocopy v0.8.55
19742026-08-25T07:34:07.086Z Checking portable-atomic v1.13.1
19752026-08-25T07:34:07.160Z Checking pin-project-lite v0.2.17
19762026-08-25T07:34:07.201Z Checking critical-section v1.2.0
19772026-08-25T07:34:07.274Z Checking parking_lot_core v0.9.12
19782026-08-25T07:34:07.325Z Checking signal-hook-registry v1.4.8
19792026-08-25T07:34:07.371Z Checking mio v1.2.0
19802026-08-25T07:34:07.430Z Checking tinystr v0.8.2
19812026-08-25T07:34:07.466Z Checking serde v1.0.229
19822026-08-25T07:34:07.504Z Checking bitflags v2.11.0
19832026-08-25T07:34:07.507Z Checking serde_json v1.0.151
19842026-08-25T07:34:07.543Z Checking potential_utf v0.1.4
19852026-08-25T07:34:07.615Z Checking once_cell v1.21.3
19862026-08-25T07:34:07.653Z Checking icu_locale_core v2.1.1
19872026-08-25T07:34:07.693Z Checking parking_lot v0.12.5
19882026-08-25T07:34:07.736Z Checking icu_collections v2.1.1
19892026-08-25T07:34:07.778Z Checking iana-time-zone v0.1.65
19902026-08-25T07:34:07.828Z Checking uuid v1.23.4
19912026-08-25T07:34:07.896Z Checking zeroize v1.9.0
19922026-08-25T07:34:07.934Z Checking bytes v1.11.1
19932026-08-25T07:34:07.937Z Checking chrono v0.4.45
19942026-08-25T07:34:08.065Z Checking socket2 v0.6.3
19952026-08-25T07:34:08.116Z Checking semver v1.0.28
19962026-08-25T07:34:08.173Z Checking thiserror v2.0.18
19972026-08-25T07:34:08.221Z Checking icu_provider v2.1.1
19982026-08-25T07:34:08.276Z Checking dyn-clone v1.0.20
19992026-08-25T07:34:08.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20002026-08-25T07:34:08.333Z Checking futures-core v0.3.32
20012026-08-25T07:34:08.410Z Checking rustix v1.1.4
20022026-08-25T07:34:08.414Z Checking tokio v1.52.1
20032026-08-25T07:34:08.445Z Checking equivalent v1.0.2
20042026-08-25T07:34:08.518Z Checking getrandom v0.2.17
20052026-08-25T07:34:08.521Z Checking icu_properties v2.1.2
20062026-08-25T07:34:08.596Z Checking icu_normalizer v2.1.1
20072026-08-25T07:34:08.688Z Checking cmov v0.5.4
20082026-08-25T07:34:08.732Z Checking rand_core v0.6.4
20092026-08-25T07:34:08.829Z Checking byteorder v1.5.0
20102026-08-25T07:34:08.908Z Checking ctutils v0.4.2
20112026-08-25T07:34:08.950Z Checking futures-sink v0.3.32
20122026-08-25T07:34:08.953Z Checking slab v0.4.12
20132026-08-25T07:34:09.117Z Checking futures-task v0.3.32
20142026-08-25T07:34:09.125Z Checking futures-channel v0.3.32
20152026-08-25T07:34:09.146Z Checking hybrid-array v0.4.13
20162026-08-25T07:34:09.178Z Checking futures-io v0.3.32
20172026-08-25T07:34:09.220Z Checking getrandom v0.3.4
20182026-08-25T07:34:09.266Z Checking generic-array v0.14.7
20192026-08-25T07:34:09.312Z Checking hashbrown v0.17.0
20202026-08-25T07:34:09.350Z Checking futures-util v0.3.32
20212026-08-25T07:34:09.393Z Checking idna_adapter v1.2.1
20222026-08-25T07:34:09.424Z Checking regex-syntax v0.8.10
20232026-08-25T07:34:09.531Z Checking idna v1.1.0
20242026-08-25T07:34:09.754Z Checking fnv v1.0.7
20252026-08-25T07:34:09.801Z Checking indexmap v2.14.0
20262026-08-25T07:34:09.841Z Checking url v2.5.8
20272026-08-25T07:34:09.882Z Checking thiserror v1.0.69
20282026-08-25T07:34:09.888Z Checking ppv-lite86 v0.2.21
20292026-08-25T07:34:09.953Z Checking crypto-common v0.2.2
20302026-08-25T07:34:10.007Z Checking base64ct v1.8.3
20312026-08-25T07:34:10.233Z Checking const-oid v0.9.6
20322026-08-25T07:34:10.273Z Checking crypto-common v0.1.7
20332026-08-25T07:34:10.311Z Checking schemars v0.8.22
20342026-08-25T07:34:10.382Z Checking block-buffer v0.12.1
20352026-08-25T07:34:10.444Z Checking base64 v0.22.1
20362026-08-25T07:34:10.578Z Checking block-buffer v0.10.4
20372026-08-25T07:34:10.582Z Checking utf8parse v0.2.2
20382026-08-25T07:34:10.707Z Checking rand_core v0.9.5
20392026-08-25T07:34:10.747Z Checking anstyle v1.0.14
20402026-08-25T07:34:10.753Z Checking http v1.4.2
20412026-08-25T07:34:10.824Z Checking erased-serde v0.3.31
20422026-08-25T07:34:10.913Z Checking tracing-core v0.1.36
20432026-08-25T07:34:10.949Z Checking digest v0.10.7
20442026-08-25T07:34:10.995Z Checking const-oid v0.10.2
20452026-08-25T07:34:10.998Z Checking colorchoice v1.0.4
20462026-08-25T07:34:11.161Z Checking anstyle-query v1.1.5
20472026-08-25T07:34:11.203Z Checking is_terminal_polyfill v1.70.2
20482026-08-25T07:34:11.206Z Checking rand_chacha v0.9.0
20492026-08-25T07:34:11.275Z Checking slog v2.8.2
20502026-08-25T07:34:11.278Z Checking tracing v0.1.44
20512026-08-25T07:34:11.353Z Checking terminal_size v0.4.3
20522026-08-25T07:34:11.356Z Checking anstyle-parse v1.0.0
20532026-08-25T07:34:11.390Z Checking fastrand v2.3.0
20542026-08-25T07:34:11.397Z Checking ipnet v2.12.0
20552026-08-25T07:34:11.493Z Checking rand v0.9.2
20562026-08-25T07:34:11.498Z Checking aho-corasick v1.1.4
20572026-08-25T07:34:11.567Z Checking anstream v1.0.0
20582026-08-25T07:34:11.571Z Checking clap_lex v1.0.0
20592026-08-25T07:34:11.618Z Checking unicode-ident v1.0.24
20602026-08-25T07:34:11.675Z Checking strsim v0.11.1
20612026-08-25T07:34:11.719Z Checking tokio-util v0.7.18
20622026-08-25T07:34:11.758Z Checking tempfile v3.27.0
20632026-08-25T07:34:11.797Z Checking proc-macro2 v1.0.106
20642026-08-25T07:34:11.800Z Checking digest v0.11.3
20652026-08-25T07:34:11.800Z Checking crossbeam-utils v0.8.21
20662026-08-25T07:34:11.905Z Checking clap_builder v4.6.0
20672026-08-25T07:34:11.975Z Checking allocator-api2 v0.2.21
20682026-08-25T07:34:11.978Z Checking cpufeatures v0.3.0
20692026-08-25T07:34:12.055Z Checking ipnetwork v0.21.1
20702026-08-25T07:34:12.114Z Checking powerfmt v0.2.0
20712026-08-25T07:34:12.153Z Checking quote v1.0.45
20722026-08-25T07:34:12.218Z Checking regex-automata v0.4.14
20732026-08-25T07:34:12.259Z Checking httparse v1.10.1
20742026-08-25T07:34:12.296Z Checking deranged v0.5.8
20752026-08-25T07:34:12.299Z Checking cpufeatures v0.2.17
20762026-08-25T07:34:12.299Z Checking time-core v0.1.8
20772026-08-25T07:34:12.405Z Checking syn v2.0.117
20782026-08-25T07:34:12.408Z Checking num_threads v0.1.7
20792026-08-25T07:34:12.478Z Checking num-conv v0.2.0
20802026-08-25T07:34:12.519Z Checking anyhow v1.0.104
20812026-08-25T07:34:12.555Z Checking rustls-pki-types v1.14.0
20822026-08-25T07:34:12.562Z Checking aws-lc-sys v0.40.0
20832026-08-25T07:34:12.628Z Checking untrusted v0.7.1
20842026-08-25T07:34:12.741Z Checking http-body v1.0.1
20852026-08-25T07:34:12.783Z Checking atomic-waker v1.1.2
20862026-08-25T07:34:12.883Z Checking hex v0.4.3
20872026-08-25T07:34:12.920Z Checking simd-adler32 v0.3.8
20882026-08-25T07:34:12.924Z Checking httpdate v1.0.3
20892026-08-25T07:34:13.096Z Checking try-lock v0.2.5
20902026-08-25T07:34:13.135Z Checking aws-lc-rs v1.16.3
20912026-08-25T07:34:13.138Z Checking h2 v0.4.15
20922026-08-25T07:34:13.208Z Checking spin v0.9.8
20932026-08-25T07:34:13.211Z Checking clap v4.6.1
20942026-08-25T07:34:13.281Z Checking time v0.3.47
20952026-08-25T07:34:13.286Z Checking want v0.3.1
20962026-08-25T07:34:13.356Z Checking adler2 v2.0.1
20972026-08-25T07:34:13.433Z Checking ryu v1.0.23
20982026-08-25T07:34:13.472Z Checking tower-service v0.3.3
20992026-08-25T07:34:13.510Z Checking tower-layer v0.3.3
21002026-08-25T07:34:13.592Z Checking untrusted v0.9.0
21012026-08-25T07:34:13.635Z Checking miniz_oxide v0.8.9
21022026-08-25T07:34:13.688Z Checking oxnet v0.1.6
21032026-08-25T07:34:13.735Z Checking pem-rfc7468 v0.7.0
21042026-08-25T07:34:13.925Z Checking unicode-width v0.2.0
21052026-08-25T07:34:13.984Z Checking flagset v0.4.7
21062026-08-25T07:34:13.988Z Checking rustls-webpki v0.103.13
21072026-08-25T07:34:14.009Z Checking block-padding v0.4.2
21082026-08-25T07:34:14.148Z Checking camino v1.2.5
21092026-08-25T07:34:14.211Z Checking der v0.7.10
21102026-08-25T07:34:14.215Z Checking mime v0.3.17
21112026-08-25T07:34:14.288Z Checking inout v0.2.2
21122026-08-25T07:34:14.440Z Checking pretty-hex v0.4.1
21132026-08-25T07:34:14.477Z Checking http-body-util v0.1.3
21142026-08-25T07:34:14.528Z Checking plain v0.2.3
21152026-08-25T07:34:14.528Z Checking cipher v0.5.2
21162026-08-25T07:34:14.601Z Checking rustls v0.23.41
21172026-08-25T07:34:14.604Z Checking rand_chacha v0.3.1
21182026-08-25T07:34:14.681Z Checking openssl-probe v0.2.1
21192026-08-25T07:34:14.686Z Checking ucd-trie v0.1.7
21202026-08-25T07:34:14.751Z Checking regex v1.12.3
21212026-08-25T07:34:14.814Z Checking serde_urlencoded v0.7.1
21222026-08-25T07:34:14.854Z Checking encoding_rs v0.8.35
21232026-08-25T07:34:14.949Z Checking pest v2.8.6
21242026-08-25T07:34:14.962Z Checking rand v0.8.6
21252026-08-25T07:34:14.977Z Checking spki v0.7.3
21262026-08-25T07:34:15.053Z Checking futures-executor v0.3.32
21272026-08-25T07:34:15.089Z Checking crc32fast v1.5.0
21282026-08-25T07:34:15.179Z Checking bit-vec v0.8.0
21292026-08-25T07:34:15.232Z Checking futures v0.3.32
21302026-08-25T07:34:15.271Z Checking wait-timeout v0.2.1
21312026-08-25T07:34:15.340Z Checking either v1.15.0
21322026-08-25T07:34:15.398Z Checking bit-set v0.8.0
21332026-08-25T07:34:15.439Z Checking pkcs8 v0.10.2
21342026-08-25T07:34:15.476Z Checking sync_wrapper v1.0.2
21352026-08-25T07:34:15.557Z Checking quick-error v1.2.3
21362026-08-25T07:34:15.601Z Checking rand_xorshift v0.4.0
21372026-08-25T07:34:15.637Z Checking tower v0.5.3
21382026-08-25T07:34:15.642Z Checking iri-string v0.7.10
21392026-08-25T07:34:15.708Z Checking rusty-fork v0.3.1
21402026-08-25T07:34:15.748Z Checking unarray v0.1.4
21412026-08-25T07:34:15.819Z Checking zlib-rs v0.6.2
21422026-08-25T07:34:15.925Z Checking foldhash v0.2.0
21432026-08-25T07:34:15.956Z Checking proptest v1.11.0
21442026-08-25T07:34:15.976Z Checking sha2 v0.10.9
21452026-08-25T07:34:16.013Z Checking hyper v1.10.1
21462026-08-25T07:34:16.066Z Checking hashbrown v0.16.1
21472026-08-25T07:34:16.151Z Checking openapiv3 v2.2.0
21482026-08-25T07:34:16.286Z Checking static_assertions v1.1.0
21492026-08-25T07:34:16.380Z Checking lazy_static v1.5.0
21502026-08-25T07:34:16.501Z Checking tinyvec_macros v0.1.1
21512026-08-25T07:34:16.592Z Checking rustls-native-certs v0.8.3
21522026-08-25T07:34:16.633Z Checking tinyvec v1.10.0
21532026-08-25T07:34:16.695Z Checking tower-http v0.6.8
21542026-08-25T07:34:16.737Z Checking flate2 v1.1.9
21552026-08-25T07:34:16.776Z Checking hubpack v0.1.2
21562026-08-25T07:34:16.875Z Checking tokio-rustls v0.26.4
21572026-08-25T07:34:16.967Z Checking psl-types v2.0.11
21582026-08-25T07:34:16.970Z Checking hyper-util v0.1.20
21592026-08-25T07:34:17.006Z Checking cookie v0.18.1
21602026-08-25T07:34:17.110Z Checking signature v2.2.0
21612026-08-25T07:34:17.124Z Checking num-integer v0.1.46
21622026-08-25T07:34:17.154Z Checking strum v0.26.3
21632026-08-25T07:34:17.168Z Checking publicsuffix v2.3.0
21642026-08-25T07:34:17.258Z Checking rustls-platform-verifier v0.6.2
21652026-08-25T07:34:17.286Z Checking ahash v0.8.12
21662026-08-25T07:34:17.316Z Checking scroll v0.13.0
21672026-08-25T07:34:17.364Z Checking unicode-width v0.1.14
21682026-08-25T07:34:17.405Z Checking cookie_store v0.22.1
21692026-08-25T07:34:17.409Z Checking serde_spanned v0.6.9
21702026-08-25T07:34:17.409Z Checking toml_datetime v0.6.11
21712026-08-25T07:34:17.513Z Checking memmap2 v0.9.10
21722026-08-25T07:34:17.564Z Checking goblin v0.10.5
21732026-08-25T07:34:17.607Z Checking data-encoding v2.10.0
21742026-08-25T07:34:17.644Z Checking dtrace-parser v0.3.0
21752026-08-25T07:34:17.685Z Checking bstr v1.12.1
21762026-08-25T07:34:17.723Z Checking hmac v0.12.1
21772026-08-25T07:34:17.761Z Checking thread-id v5.1.0
21782026-08-25T07:34:17.764Z Checking newtype-uuid v1.3.2
21792026-08-25T07:34:17.875Z Checking base64 v0.21.7
21802026-08-25T07:34:17.916Z Checking x509-cert v0.2.5
21812026-08-25T07:34:17.919Z Checking crossbeam-epoch v0.9.18
21822026-08-25T07:34:17.919Z Checking num-iter v0.1.45
21832026-08-25T07:34:18.025Z Checking daft v0.1.8
21842026-08-25T07:34:18.096Z Checking memoffset v0.9.1
21852026-08-25T07:34:18.100Z Checking scroll v0.12.0
21862026-08-25T07:34:18.195Z Checking zerocopy v0.7.35
21872026-08-25T07:34:18.229Z Checking rustix v0.38.44
21882026-08-25T07:34:18.259Z Checking env_filter v2.0.0
21892026-08-25T07:34:18.294Z Checking tap v1.0.1
21902026-08-25T07:34:18.297Z Checking hyper-rustls v0.27.7
21912026-08-25T07:34:18.386Z Checking goblin v0.8.2
21922026-08-25T07:34:18.426Z Checking smawk v0.3.2
21932026-08-25T07:34:18.429Z Checking unicode-linebreak v0.1.5
21942026-08-25T07:34:18.562Z Checking reqwest v0.13.2
21952026-08-25T07:34:18.603Z Checking unicode-segmentation v1.12.0
21962026-08-25T07:34:18.606Z Checking env_logger v0.11.11
21972026-08-25T07:34:18.683Z Checking wyz v0.5.1
21982026-08-25T07:34:18.728Z Checking num-bigint-dig v0.8.6
21992026-08-25T07:34:18.856Z Checking dtrace-parser v0.2.0
22002026-08-25T07:34:18.896Z Checking pkcs1 v0.7.5
22012026-08-25T07:34:18.943Z Checking ff v0.13.1
22022026-08-25T07:34:19.045Z Checking radium v0.7.0
22032026-08-25T07:34:19.101Z Checking thread-id v4.2.2
22042026-08-25T07:34:19.142Z Checking same-file v1.0.6
22052026-08-25T07:34:19.146Z Checking funty v2.0.0
22062026-08-25T07:34:19.215Z Checking winnow v1.0.3
22072026-08-25T07:34:19.253Z Checking base16ct v0.2.0
22082026-08-25T07:34:19.295Z Checking crc-catalog v2.4.0
22092026-08-25T07:34:19.405Z Checking sec1 v0.7.3
22102026-08-25T07:34:19.446Z Checking crc v3.4.0
22112026-08-25T07:34:19.450Z Checking walkdir v2.5.0
22122026-08-25T07:34:19.520Z Checking bitvec v1.0.1
22132026-08-25T07:34:19.575Z Checking rsa v0.9.10
22142026-08-25T07:34:19.650Z Checking group v0.13.0
22152026-08-25T07:34:19.689Z Checking nix v0.31.2
22162026-08-25T07:34:19.692Z Checking hkdf v0.12.4
22172026-08-25T07:34:19.829Z Checking unicode-normalization v0.1.25
22182026-08-25T07:34:19.896Z Checking crypto-bigint v0.5.5
22192026-08-25T07:34:19.934Z Checking dof v0.4.0
22202026-08-25T07:34:20.082Z Checking zerocopy v0.6.6
22212026-08-25T07:34:20.116Z Checking maybe-uninit v2.0.0
22222026-08-25T07:34:20.216Z Checking foldhash v0.1.5
22232026-08-25T07:34:20.260Z Checking foreign-types-shared v0.1.1
22242026-08-25T07:34:20.310Z Checking dof v0.3.0
22252026-08-25T07:34:20.381Z Checking nodrop v0.1.14
22262026-08-25T07:34:20.385Z Checking is_ci v1.2.0
22272026-08-25T07:34:20.447Z Checking winnow v0.5.40
22282026-08-25T07:34:20.495Z Checking gimli v0.32.3
22292026-08-25T07:34:20.543Z Checking array-init v0.0.4
22302026-08-25T07:34:20.586Z Checking usdt-impl v0.6.0
22312026-08-25T07:34:20.627Z Checking usdt-impl v0.5.0
22322026-08-25T07:34:20.841Z Checking elliptic-curve v0.13.8
22332026-08-25T07:34:20.882Z Checking hashbrown v0.15.5
22342026-08-25T07:34:20.885Z Checking packed_struct v0.10.1
22352026-08-25T07:34:20.956Z Checking usdt v0.6.0
22362026-08-25T07:34:20.961Z Checking foreign-types v0.3.2
22372026-08-25T07:34:20.961Z Checking smallvec v0.6.14
22382026-08-25T07:34:21.092Z Checking serde_with v3.21.0
22392026-08-25T07:34:21.154Z Checking bitfield v0.19.4
22402026-08-25T07:34:21.197Z Checking bzip2-sys v0.1.13+1.0.8
22412026-08-25T07:34:21.236Z Checking openssl-sys v0.9.117
22422026-08-25T07:34:21.302Z Checking object v0.37.3
22432026-08-25T07:34:21.367Z Checking keccak v0.1.6
22442026-08-25T07:34:21.445Z Checking bitflags v1.3.2
22452026-08-25T07:34:21.550Z Checking siphasher v1.0.2
22462026-08-25T07:34:21.590Z Checking rustc-demangle v0.1.27
22472026-08-25T07:34:21.625Z Checking toml_edit v0.19.15
22482026-08-25T07:34:21.705Z Checking hashbrown v0.12.3
22492026-08-25T07:34:21.734Z Checking openssl v0.10.80
22502026-08-25T07:34:21.831Z Checking sha3 v0.10.8
22512026-08-25T07:34:22.008Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22522026-08-25T07:34:22.049Z Checking addr2line v0.25.1
22532026-08-25T07:34:22.086Z Checking bzip2 v0.4.4
22542026-08-25T07:34:22.124Z Checking indexmap v1.9.3
22552026-08-25T07:34:22.285Z Checking serde-hex v0.1.0
22562026-08-25T07:34:22.337Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22572026-08-25T07:34:22.463Z Checking toml_parser v1.1.2+spec-1.1.0
22582026-08-25T07:34:22.520Z Checking ron v0.8.1
22592026-08-25T07:34:22.609Z Checking hashbrown v0.13.2
22602026-08-25T07:34:22.659Z Checking toml v0.7.8
22612026-08-25T07:34:22.839Z Checking itertools v0.13.0
22622026-08-25T07:34:22.994Z Checking signal-hook v0.3.18
22632026-08-25T07:34:23.073Z Checking crc-any v2.5.0
22642026-08-25T07:34:23.087Z Checking managed v0.8.0
22652026-08-25T07:34:23.212Z Checking object v0.30.4
22662026-08-25T07:34:23.262Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22672026-08-25T07:34:23.307Z Checking zip v0.6.6
22682026-08-25T07:34:23.452Z Checking globset v0.4.18
22692026-08-25T07:34:23.624Z Checking backtrace v0.3.76
22702026-08-25T07:34:23.665Z Checking itertools v0.15.0
22712026-08-25T07:34:23.723Z Checking chacha20 v0.10.0
22722026-08-25T07:34:23.760Z Checking curve25519-dalek v4.1.3
22732026-08-25T07:34:23.798Z Checking path-slash v0.1.5
22742026-08-25T07:34:23.861Z Checking winnow v0.7.14
22752026-08-25T07:34:23.928Z Checking toml_write v0.1.2
22762026-08-25T07:34:23.968Z Checking backtrace-ext v0.2.1
22772026-08-25T07:34:24.008Z Checking native-tls v0.2.18
22782026-08-25T07:34:24.106Z Checking signal-hook-mio v0.2.5
22792026-08-25T07:34:24.145Z Checking textwrap v0.16.2
22802026-08-25T07:34:24.224Z Checking ed25519 v2.2.3
22812026-08-25T07:34:24.266Z Checking ref-cast v1.0.25
22822026-08-25T07:34:24.386Z Checking pin-project v1.1.11
22832026-08-25T07:34:24.468Z Checking jiff-core v0.1.0
22842026-08-25T07:34:24.478Z Checking tokio-native-tls v0.3.1
22852026-08-25T07:34:24.518Z Checking pem v3.0.6
22862026-08-25T07:34:24.565Z Checking ed25519-dalek v2.2.0
22872026-08-25T07:34:24.658Z Checking zstd-sys v2.0.16+zstd.1.5.7
22882026-08-25T07:34:24.717Z Checking owo-colors v4.3.0
22892026-08-25T07:34:24.802Z Checking fixedbitset v0.5.7
22902026-08-25T07:34:24.843Z Checking zstd-safe v7.2.4
22912026-08-25T07:34:24.852Z Checking hyper-tls v0.6.0
22922026-08-25T07:34:25.028Z Checking petgraph v0.8.3
22932026-08-25T07:34:25.068Z Checking snafu v0.8.9
22942026-08-25T07:34:25.073Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-08-25T07:34:25.141Z Checking crossterm v0.28.1
22962026-08-25T07:34:25.144Z Checking toml_edit v0.22.27
22972026-08-25T07:34:25.214Z Checking jiff v0.2.34
22982026-08-25T07:34:25.305Z Checking supports-color v3.0.2
22992026-08-25T07:34:25.344Z Checking similar v2.7.0
23002026-08-25T07:34:25.347Z Checking fs-err v3.3.0
23012026-08-25T07:34:25.454Z Checking hash32 v0.2.1
23022026-08-25T07:34:25.645Z Checking serde-big-array v0.5.1
23032026-08-25T07:34:25.703Z Checking serde_plain v1.0.2
23042026-08-25T07:34:25.781Z Checking typed-path v0.9.3
23052026-08-25T07:34:25.818Z Checking bumpalo v3.20.2
23062026-08-25T07:34:25.869Z Checking unicode-properties v0.1.4
23072026-08-25T07:34:25.901Z Checking libbz2-rs-sys v0.2.2
23082026-08-25T07:34:26.037Z Checking predicates-core v1.0.10
23092026-08-25T07:34:26.092Z Checking unicode-bidi v0.3.18
23102026-08-25T07:34:26.124Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23112026-08-25T07:34:26.191Z Checking zopfli v0.8.3
23122026-08-25T07:34:26.295Z Checking heapless v0.7.17
23132026-08-25T07:34:26.335Z Checking bzip2 v0.6.1
23142026-08-25T07:34:26.401Z Checking stringprep v0.1.5
23152026-08-25T07:34:26.471Z Checking reqwest v0.12.28
23162026-08-25T07:34:26.525Z Checking zstd v0.13.3
23172026-08-25T07:34:26.563Z Checking hickory-proto v0.25.2
23182026-08-25T07:34:26.567Z Checking byte-wrapper v0.1.0
23192026-08-25T07:34:26.638Z Checking md-5 v0.10.6
23202026-08-25T07:34:26.643Z Checking float-cmp v0.10.0
23212026-08-25T07:34:26.733Z Checking supports-hyperlinks v3.2.0
23222026-08-25T07:34:27.183Z Checking normalize-line-endings v0.3.0
23232026-08-25T07:34:27.186Z Checking supports-unicode v3.0.0
23242026-08-25T07:34:27.186Z Checking difflib v0.4.0
23252026-08-25T07:34:27.186Z Checking fallible-iterator v0.2.0
23262026-08-25T07:34:27.186Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23272026-08-25T07:34:27.186Z Checking smoltcp v0.9.1
23282026-08-25T07:34:27.186Z Checking miette v7.6.0
23292026-08-25T07:34:27.186Z Checking predicates v3.1.4
23302026-08-25T07:34:27.186Z Checking zip v4.6.1
23312026-08-25T07:34:27.189Z Checking postgres-protocol v0.6.10
23322026-08-25T07:34:27.229Z Checking iddqd v0.4.2
23332026-08-25T07:34:27.382Z Checking phf_shared v0.11.3
23342026-08-25T07:34:27.531Z Checking phf_shared v0.13.1
23352026-08-25T07:34:27.534Z Checking olpc-cjson v0.1.4
23362026-08-25T07:34:27.568Z Checking oxide-generation v0.1.3
23372026-08-25T07:34:27.607Z Checking tokio-stream v0.1.18
23382026-08-25T07:34:27.680Z Checking derive_more v2.1.1
23392026-08-25T07:34:27.719Z Checking strum v0.27.2
23402026-08-25T07:34:27.758Z Checking fixedbitset v0.4.2
23412026-08-25T07:34:27.764Z Checking precomputed-hash v0.1.1
23422026-08-25T07:34:27.837Z Checking lalrpop-util v0.19.12
23432026-08-25T07:34:28.279Z Checking new_debug_unreachable v1.0.6
23442026-08-25T07:34:28.283Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23452026-08-25T07:34:28.284Z Checking petgraph v0.6.5
23462026-08-25T07:34:28.284Z Checking phf v0.13.1
23472026-08-25T07:34:28.284Z Checking tough v0.22.0
23482026-08-25T07:34:28.284Z Checking string_cache v0.8.9
23492026-08-25T07:34:28.284Z Checking postgres-types v0.2.12
23502026-08-25T07:34:28.284Z Checking buf-list v1.1.2
23512026-08-25T07:34:28.284Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23522026-08-25T07:34:28.284Z Checking whoami v2.1.0
23532026-08-25T07:34:28.342Z Checking peg-runtime v0.8.5
23542026-08-25T07:34:28.477Z Checking is-terminal v0.4.17
23552026-08-25T07:34:28.517Z Checking crossbeam-channel v0.5.15
23562026-08-25T07:34:28.520Z Checking tokio-postgres v0.7.16
23572026-08-25T07:34:28.593Z Checking thread_local v1.1.9
23582026-08-25T07:34:28.634Z Checking term v1.2.1
23592026-08-25T07:34:28.789Z Checking take_mut v0.2.2
23602026-08-25T07:34:28.879Z Checking slog-term v2.9.2
23612026-08-25T07:34:28.882Z Compiling newtype-uuid-macros v0.1.0
23622026-08-25T07:34:28.956Z Checking slog-async v2.8.0
23632026-08-25T07:34:29.158Z Compiling multer v3.1.0
23642026-08-25T07:34:29.198Z Compiling async-stream-impl v0.3.6
23652026-08-25T07:34:29.298Z Checking match_cfg v0.1.0
23662026-08-25T07:34:29.339Z Checking hostname v0.3.1
23672026-08-25T07:34:29.380Z Checking slog-json v2.6.1
23682026-08-25T07:34:29.462Z Compiling dropshot v0.17.1
23692026-08-25T07:34:29.503Z Checking debug-ignore v1.0.5
23702026-08-25T07:34:29.613Z Checking slog-bunyan v2.5.0
23712026-08-25T07:34:29.651Z Compiling dropshot_endpoint v0.17.1
23722026-08-25T07:34:29.693Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-08-25T07:34:29.769Z Checking serde_path_to_error v0.1.20
23742026-08-25T07:34:29.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-25T07:34:29.820Z Checking sha1 v0.11.0
23762026-08-25T07:34:29.889Z Checking serde_spanned v1.1.1
23772026-08-25T07:34:30.054Z Checking toml_datetime v1.1.1+spec-1.1.0
23782026-08-25T07:34:30.093Z Checking toml_writer v1.1.1+spec-1.1.0
23792026-08-25T07:34:30.096Z Checking compression-core v0.4.31
23802026-08-25T07:34:30.129Z Checking progenitor-client v0.14.0
23812026-08-25T07:34:30.203Z Checking async-stream v0.3.6
23822026-08-25T07:34:30.277Z Checking compression-codecs v0.4.37
23832026-08-25T07:34:30.278Z Checking waitgroup v0.1.2
23842026-08-25T07:34:30.387Z Checking toml v1.1.2+spec-1.1.0
23852026-08-25T07:34:30.428Z Checking rustls-pemfile v2.2.0
23862026-08-25T07:34:30.431Z Checking hostname v0.4.2
23872026-08-25T07:34:30.508Z Checking atomicwrites v0.4.4
23882026-08-25T07:34:30.609Z Checking async-compression v0.4.41
23892026-08-25T07:34:30.626Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23902026-08-25T07:34:30.635Z Compiling parse-display-derive v0.10.0
23912026-08-25T07:34:30.635Z Checking macaddr v1.0.1
23922026-08-25T07:34:30.635Z Checking regress v0.10.5
23932026-08-25T07:34:30.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23942026-08-25T07:34:30.727Z Checking instant v0.1.13
23952026-08-25T07:34:30.843Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-08-25T07:34:30.882Z Checking itertools v0.14.0
23972026-08-25T07:34:30.922Z Checking backoff v0.4.0
23982026-08-25T07:34:30.996Z Checking backon v1.6.0
23992026-08-25T07:34:31.101Z Checking humantime v2.3.0
24002026-08-25T07:34:31.140Z Compiling convert_case v0.4.0
24012026-08-25T07:34:31.180Z Checking half v2.7.1
24022026-08-25T07:34:31.214Z Checking progenitor-extras v0.2.0
24032026-08-25T07:34:31.311Z Checking ciborium-io v0.2.2
24042026-08-25T07:34:31.432Z Checking heck v0.5.0
24052026-08-25T07:34:31.471Z Checking ciborium-ll v0.2.2
24062026-08-25T07:34:31.475Z Checking secrecy v0.10.3
24072026-08-25T07:34:31.544Z Compiling derive_more v0.99.20
24082026-08-25T07:34:31.583Z Checking camino-tempfile v1.4.1
24092026-08-25T07:34:31.665Z Checking indent_write v2.2.0
24102026-08-25T07:34:31.694Z Checking ciborium v0.2.2
24112026-08-25T07:34:31.771Z Compiling crucible-workspace-hack v0.1.0
24122026-08-25T07:34:31.816Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24132026-08-25T07:34:31.990Z Compiling regress v0.11.1
24142026-08-25T07:34:32.088Z Checking inout v0.1.4
24152026-08-25T07:34:32.138Z Checking universal-hash v0.5.1
24162026-08-25T07:34:32.179Z Compiling thiserror-impl-no-std v2.0.2
24172026-08-25T07:34:32.182Z Checking opaque-debug v0.3.1
24182026-08-25T07:34:32.253Z Checking cipher v0.4.4
24192026-08-25T07:34:32.297Z Checking blake2 v0.10.6
24202026-08-25T07:34:32.335Z Checking parse-display v0.10.0
24212026-08-25T07:34:32.370Z Checking poly1305 v0.8.0
24222026-08-25T07:34:32.479Z Checking chacha20 v0.9.1
24232026-08-25T07:34:32.517Z Checking aead v0.5.2
24242026-08-25T07:34:32.561Z Checking password-hash v0.5.0
24252026-08-25T07:34:32.663Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-25T07:34:32.703Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-25T07:34:32.707Z Checking chacha20poly1305 v0.10.1
24282026-08-25T07:34:32.811Z Checking argon2 v0.5.3
24292026-08-25T07:34:32.871Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24302026-08-25T07:34:33.099Z Compiling unsafe-libyaml v0.2.11
24312026-08-25T07:34:33.138Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24322026-08-25T07:34:33.183Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-08-25T07:34:33.351Z Checking thiserror-no-std v2.0.2
24342026-08-25T07:34:33.393Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24352026-08-25T07:34:33.434Z Checking swrite v0.1.0
24362026-08-25T07:34:33.473Z Checking vsss-rs v3.3.4
24372026-08-25T07:34:33.554Z Compiling typify-impl v0.6.2
24382026-08-25T07:34:33.877Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-25T07:34:34.150Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-25T07:34:34.617Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-25T07:34:34.829Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24422026-08-25T07:34:34.955Z Checking crossbeam-deque v0.8.6
24432026-08-25T07:34:35.049Z Compiling rayon-core v1.13.0
24442026-08-25T07:34:35.180Z Compiling num-derive v0.4.2
24452026-08-25T07:34:35.308Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-25T07:34:35.393Z Compiling proc-macro-error v1.0.4
24472026-08-25T07:34:35.587Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-25T07:34:35.653Z Checking rayon v1.11.0
24492026-08-25T07:34:35.741Z Checking tabwriter v1.4.1
24502026-08-25T07:34:35.841Z Checking glob v0.3.3
24512026-08-25T07:34:35.881Z Compiling illumos-nvpair-sys v0.2.0
24522026-08-25T07:34:35.918Z Compiling heapless v0.8.0
24532026-08-25T07:34:36.055Z Checking hash32 v0.3.1
24542026-08-25T07:34:36.132Z Compiling ingot-macros v0.2.0
24552026-08-25T07:34:36.179Z Compiling proc-macro-crate v3.4.0
24562026-08-25T07:34:36.366Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-25T07:34:36.459Z Compiling smoltcp v0.11.0
24582026-08-25T07:34:36.603Z Checking colored v3.1.1
24592026-08-25T07:34:36.742Z Compiling num_enum_derive v0.7.6
24602026-08-25T07:34:36.781Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-08-25T07:34:36.861Z Checking illumos-nvpair v0.3.0
24622026-08-25T07:34:36.910Z Checking toml v0.8.23
24632026-08-25T07:34:37.051Z Checking cobs v0.3.0
24642026-08-25T07:34:37.117Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-25T07:34:37.224Z Checking postcard v1.1.3
24662026-08-25T07:34:37.270Z Checking rand v0.10.1
24672026-08-25T07:34:37.372Z Compiling proc-macro-crate v1.3.1
24682026-08-25T07:34:37.546Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-25T07:34:37.789Z Checking sigpipe v0.1.3
24702026-08-25T07:34:37.794Z Compiling foreign-types-macros v0.2.3
24712026-08-25T07:34:37.866Z Checking num_enum v0.7.6
24722026-08-25T07:34:37.869Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-25T07:34:37.938Z Checking foreign-types-shared v0.3.1
24742026-08-25T07:34:38.048Z Compiling num_enum_derive v0.5.11
24752026-08-25T07:34:38.161Z Compiling typify-macro v0.6.2
24762026-08-25T07:34:38.255Z Compiling usdt-macro v0.5.0
24772026-08-25T07:34:38.331Z Compiling usdt-attr-macro v0.5.0
24782026-08-25T07:34:38.370Z Checking cstr-argument v0.1.2
24792026-08-25T07:34:38.438Z Checking foreign-types v0.5.0
24802026-08-25T07:34:38.519Z Checking memmap v0.7.0
24812026-08-25T07:34:38.557Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-25T07:34:38.680Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-25T07:34:38.943Z Checking ingot-types v0.2.0
24842026-08-25T07:34:39.021Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24852026-08-25T07:34:39.025Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24862026-08-25T07:34:39.109Z Checking num_enum v0.5.11
24872026-08-25T07:34:39.146Z Checking usdt v0.5.0
24882026-08-25T07:34:39.183Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-25T07:34:39.242Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-25T07:34:39.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-25T07:34:39.345Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-25T07:34:39.350Z Checking ingot v0.2.1
24932026-08-25T07:34:39.350Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24942026-08-25T07:34:39.446Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24952026-08-25T07:34:39.584Z Compiling zone_cfg_derive v0.3.1
24962026-08-25T07:34:39.632Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24972026-08-25T07:34:39.722Z Checking itertools v0.12.1
24982026-08-25T07:34:39.780Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-25T07:34:39.832Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25002026-08-25T07:34:39.981Z Compiling typify v0.6.2
25012026-08-25T07:34:40.159Z Compiling progenitor-impl v0.14.0
25022026-08-25T07:34:40.274Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-25T07:34:40.317Z Checking smf v0.2.3
25042026-08-25T07:34:40.363Z Checking whoami v1.6.1
25052026-08-25T07:34:40.528Z Compiling derive-where v1.6.0
25062026-08-25T07:34:40.569Z Checking tokio-dtrace v0.1.1
25072026-08-25T07:34:40.606Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-25T07:34:40.782Z Checking zone v0.3.1
25092026-08-25T07:34:40.820Z Checking oxide-tokio-rt v0.1.4
25102026-08-25T07:34:41.030Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-25T07:34:41.067Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25122026-08-25T07:34:41.105Z Checking console v0.15.11
25132026-08-25T07:34:41.177Z Checking newline-converter v0.3.0
25142026-08-25T07:34:41.216Z Checking bytecount v0.6.9
25152026-08-25T07:34:41.320Z Checking num-rational v0.4.2
25162026-08-25T07:34:41.358Z Checking num-complex v0.4.6
25172026-08-25T07:34:41.410Z Checking expectorate v1.2.0
25182026-08-25T07:34:41.571Z Compiling cancel-safe-futures v0.1.5
25192026-08-25T07:34:41.630Z Checking float-ord v0.3.2
25202026-08-25T07:34:41.725Z Checking num v0.4.3
25212026-08-25T07:34:41.766Z Checking linear-map v1.2.0
25222026-08-25T07:34:41.852Z Checking gethostname v0.5.0
25232026-08-25T07:34:41.889Z Checking oxide-update-engine-types v0.1.2
25242026-08-25T07:34:41.963Z Compiling prettyplease v0.2.37
25252026-08-25T07:34:42.033Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-25T07:34:42.269Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25272026-08-25T07:34:42.273Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25282026-08-25T07:34:42.434Z Checking resolv-conf v0.7.6
25292026-08-25T07:34:42.474Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-25T07:34:42.552Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25312026-08-25T07:34:42.651Z Checking papergrid v0.11.0
25322026-08-25T07:34:42.704Z Compiling progenitor-macro v0.14.0
25332026-08-25T07:34:42.744Z Compiling tabled_derive v0.7.0
25342026-08-25T07:34:42.847Z Checking oxide-update-engine v0.1.2
25352026-08-25T07:34:43.282Z Compiling slog-dtrace v0.3.0
25362026-08-25T07:34:43.357Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-25T07:34:43.586Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-25T07:34:43.724Z Checking tabled v0.15.0
25392026-08-25T07:34:44.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25402026-08-25T07:34:44.502Z Checking crossterm v0.29.0
25412026-08-25T07:34:44.502Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-25T07:34:44.502Z Checking linked-hash-map v0.5.6
25432026-08-25T07:34:44.705Z Checking lru-cache v0.1.2
25442026-08-25T07:34:45.043Z Checking hickory-proto v0.24.4
25452026-08-25T07:34:45.101Z Checking fd-lock v4.0.4
25462026-08-25T07:34:45.612Z Checking vte v0.14.1
25472026-08-25T07:34:46.046Z Checking strip-ansi-escapes v0.2.1
25482026-08-25T07:34:47.071Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-25T07:34:47.253Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-25T07:34:47.312Z Checking nu-ansi-term v0.50.3
25512026-08-25T07:34:47.351Z Checking termtree v0.5.1
25522026-08-25T07:34:47.565Z Checking reedline v0.40.0
25532026-08-25T07:34:47.635Z Checking hickory-resolver v0.24.4
25542026-08-25T07:34:47.695Z Checking progenitor v0.14.0
25552026-08-25T07:34:47.761Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
25562026-08-25T07:34:47.865Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-08-25T07:34:47.960Z Compiling minimal-lexical v0.2.1
25582026-08-25T07:34:48.399Z Compiling nom v7.1.3
25592026-08-25T07:34:48.442Z Checking qorb v0.4.1
25602026-08-25T07:34:48.740Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25612026-08-25T07:34:49.635Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25622026-08-25T07:34:49.711Z Compiling unicode-xid v0.2.6
25632026-08-25T07:34:49.785Z Checking display-error-chain v0.2.2
25642026-08-25T07:34:49.849Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25652026-08-25T07:34:49.889Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25662026-08-25T07:34:50.130Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-08-25T07:34:50.182Z Compiling ar_archive_writer v0.5.1
25682026-08-25T07:34:50.221Z Checking csv-core v0.1.13
25692026-08-25T07:34:50.287Z Compiling stacker v0.1.23
25702026-08-25T07:34:50.433Z Checking csv v1.4.0
25712026-08-25T07:34:50.535Z Checking highway v1.3.0
25722026-08-25T07:34:50.574Z Compiling cfg_aliases v0.1.1
25732026-08-25T07:34:50.615Z Compiling semver v0.1.20
25742026-08-25T07:34:50.684Z Compiling nix v0.28.0
25752026-08-25T07:34:50.832Z Checking nibble_vec v0.1.0
25762026-08-25T07:34:50.880Z Compiling rustc_version v0.1.7
25772026-08-25T07:34:50.931Z Checking endian-type v0.1.2
25782026-08-25T07:34:50.993Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-08-25T07:34:51.046Z Compiling psm v0.1.30
25802026-08-25T07:34:51.119Z Checking radix_trie v0.2.1
25812026-08-25T07:34:51.155Z Compiling newtype_derive v0.1.6
25822026-08-25T07:34:51.189Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25832026-08-25T07:34:51.361Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25842026-08-25T07:34:51.399Z Checking phf_shared v0.12.1
25852026-08-25T07:34:51.492Z Compiling recursive-proc-macro-impl v0.1.1
25862026-08-25T07:34:51.602Z Compiling chrono-tz v0.10.4
25872026-08-25T07:34:51.757Z Checking phf v0.12.1
25882026-08-25T07:34:51.905Z Compiling const_format_proc_macros v0.2.34
25892026-08-25T07:34:51.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25902026-08-25T07:34:51.977Z Checking recursive v0.1.1
25912026-08-25T07:34:51.977Z Compiling peg-macros v0.8.5
25922026-08-25T07:34:51.977Z Checking winnow v0.6.26
25932026-08-25T07:34:52.117Z Compiling sqlparser_derive v0.5.0
25942026-08-25T07:34:52.386Z Checking home v0.5.12
25952026-08-25T07:34:52.494Z Checking unicode_categories v0.1.1
25962026-08-25T07:34:52.774Z Checking const_format v0.2.35
25972026-08-25T07:34:52.893Z Checking sqlparser v0.61.0
25982026-08-25T07:34:53.036Z Checking rustyline v14.0.0
25992026-08-25T07:34:53.251Z Checking sqlformat v0.3.5
26002026-08-25T07:34:53.398Z Checking peg v0.8.5
26012026-08-25T07:34:53.505Z Checking bcs v0.1.6
26022026-08-25T07:34:53.698Z Checking nom v8.0.0
26032026-08-25T07:34:53.769Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26042026-08-25T07:34:53.787Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26052026-08-25T07:34:53.810Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26062026-08-25T07:34:53.990Z Compiling serde_tokenstream v0.3.0
26072026-08-25T07:34:54.309Z Checking steno v0.4.1
26082026-08-25T07:34:54.312Z Checking sha1 v0.10.6
26092026-08-25T07:34:54.390Z Compiling oxide-generation-macros v0.2.0
26102026-08-25T07:34:54.592Z Checking filetime v0.2.27
26112026-08-25T07:34:54.755Z Checking xattr v1.6.1
26122026-08-25T07:34:54.793Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26132026-08-25T07:34:54.997Z Checking tar v0.4.46
26142026-08-25T07:34:55.282Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26152026-08-25T07:34:55.406Z Checking subprocess v0.2.15
26162026-08-25T07:34:55.446Z Checking headers-core v0.3.0
26172026-08-25T07:34:55.495Z Checking yasna v0.5.2
26182026-08-25T07:34:55.582Z Checking headers v0.4.1
26192026-08-25T07:34:55.682Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26202026-08-25T07:34:55.729Z Checking port-file v0.1.0
26212026-08-25T07:34:55.916Z Checking rcgen v0.12.1
26222026-08-25T07:34:55.954Z Checking dropshot-api-manager-types v0.8.0
26232026-08-25T07:34:55.991Z Checking tagptr v0.2.0
26242026-08-25T07:34:56.064Z Checking utf-8 v0.7.6
26252026-08-25T07:34:56.155Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26262026-08-25T07:34:56.188Z Checking moka v0.12.13
26272026-08-25T07:34:56.230Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26282026-08-25T07:34:56.268Z Compiling libefi-sys v0.1.0
26292026-08-25T07:34:56.330Z Compiling bitfield-struct v0.6.2
26302026-08-25T07:34:56.711Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26312026-08-25T07:34:56.735Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322026-08-25T07:34:56.795Z Checking tungstenite v0.21.0
26332026-08-25T07:34:56.833Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26342026-08-25T07:34:56.869Z Checking hickory-resolver v0.25.2
26352026-08-25T07:34:56.911Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26362026-08-25T07:34:56.982Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-25T07:34:57.175Z Compiling xshell-macros v0.2.7
26382026-08-25T07:34:57.220Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-08-25T07:34:57.259Z Checking tokio-tungstenite v0.21.0
26402026-08-25T07:34:57.292Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412026-08-25T07:34:57.553Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-25T07:34:57.590Z Checking xshell v0.2.7
26432026-08-25T07:34:57.593Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26442026-08-25T07:34:57.663Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26452026-08-25T07:34:57.700Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26462026-08-25T07:34:58.132Z Checking half v1.8.3
26472026-08-25T07:34:58.171Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26482026-08-25T07:34:58.411Z Checking serde_cbor v0.11.2
26492026-08-25T07:34:58.432Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26502026-08-25T07:34:58.570Z Checking libscf-sys v1.2.0
26512026-08-25T07:34:58.610Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26522026-08-25T07:34:58.643Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-08-25T07:34:58.727Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26542026-08-25T07:34:58.771Z Checking papergrid v0.18.0
26552026-08-25T07:34:58.961Z Checking maplit v1.0.2
26562026-08-25T07:34:59.078Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26572026-08-25T07:34:59.153Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-08-25T07:34:59.438Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-08-25T07:34:59.477Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-25T07:34:59.604Z Checking tabled v0.21.0
26612026-08-25T07:34:59.794Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26622026-08-25T07:34:59.871Z Checking crc8 v0.1.1
26632026-08-25T07:34:59.910Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26642026-08-25T07:35:00.000Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26652026-08-25T07:35:00.115Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26662026-08-25T07:35:00.152Z Checking unicase v2.9.0
26672026-08-25T07:35:00.272Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26682026-08-25T07:35:00.311Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26692026-08-25T07:35:00.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26702026-08-25T07:35:00.392Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26712026-08-25T07:35:00.617Z Checking fxhash v0.2.1
26722026-08-25T07:35:00.772Z Checking sha2 v0.11.0
26732026-08-25T07:35:00.818Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26742026-08-25T07:35:00.964Z Compiling darling_core v0.21.3
26752026-08-25T07:35:01.386Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26762026-08-25T07:35:01.480Z Compiling vergen-lib v0.1.6
26772026-08-25T07:35:01.701Z Compiling diesel_derives v2.3.7
26782026-08-25T07:35:02.002Z Checking scheduled-thread-pool v0.2.7
26792026-08-25T07:35:02.048Z Compiling vergen-gitcl v1.0.8
26802026-08-25T07:35:02.177Z Compiling diesel_table_macro_syntax v0.3.0
26812026-08-25T07:35:02.220Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26822026-08-25T07:35:02.312Z Checking r2d2 v0.8.10
26832026-08-25T07:35:02.530Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-08-25T07:35:02.810Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26852026-08-25T07:35:02.911Z Checking downcast-rs v2.0.2
26862026-08-25T07:35:03.121Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26872026-08-25T07:35:03.399Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-25T07:35:03.430Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26892026-08-25T07:35:03.470Z Compiling darling_macro v0.21.3
26902026-08-25T07:35:03.582Z Checking kstat-rs v0.2.5
26912026-08-25T07:35:03.618Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-25T07:35:03.655Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26932026-08-25T07:35:03.804Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26942026-08-25T07:35:03.998Z Compiling darling v0.21.3
26952026-08-25T07:35:04.071Z Compiling proc-macro-error2 v2.0.1
26962026-08-25T07:35:04.123Z Compiling dsl_auto_type v0.2.0
26972026-08-25T07:35:04.126Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26982026-08-25T07:35:04.192Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
26992026-08-25T07:35:04.419Z Compiling knus-derive v3.4.0
27002026-08-25T07:35:04.459Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27012026-08-25T07:35:04.609Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27022026-08-25T07:35:05.091Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27032026-08-25T07:35:05.515Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27042026-08-25T07:35:05.859Z Compiling dirs-sys-next v0.1.2
27052026-08-25T07:35:05.938Z Compiling salty v0.3.0
27062026-08-25T07:35:05.988Z Compiling crunchy v0.2.4
27072026-08-25T07:35:06.023Z Compiling parking_lot_core v0.8.6
27082026-08-25T07:35:06.173Z Compiling dirs-next v2.0.0
27092026-08-25T07:35:06.260Z Compiling clang-sys v1.8.1
27102026-08-25T07:35:06.332Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27112026-08-25T07:35:06.404Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27122026-08-25T07:35:06.451Z Compiling git-stub v1.0.0
27132026-08-25T07:35:06.624Z Compiling tiny-keccak v2.0.2
27142026-08-25T07:35:06.692Z Compiling git-stub-vcs v0.1.0
27152026-08-25T07:35:06.866Z Compiling term v0.7.0
27162026-08-25T07:35:06.934Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27172026-08-25T07:35:06.970Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27182026-08-25T07:35:07.070Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27192026-08-25T07:35:07.194Z Compiling bit-vec v0.6.3
27202026-08-25T07:35:07.313Z Compiling ascii-canvas v3.0.0
27212026-08-25T07:35:07.351Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27222026-08-25T07:35:07.436Z Compiling bit-set v0.5.3
27232026-08-25T07:35:07.472Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27242026-08-25T07:35:07.584Z Checking parking_lot v0.11.2
27252026-08-25T07:35:07.731Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27262026-08-25T07:35:07.808Z Checking rfc6979 v0.4.0
27272026-08-25T07:35:07.949Z Checking prefix-trie v0.7.0
27282026-08-25T07:35:07.985Z Compiling hashbrown v0.14.5
27292026-08-25T07:35:08.074Z Compiling itertools v0.10.5
27302026-08-25T07:35:08.217Z Compiling ena v0.14.4
27312026-08-25T07:35:08.308Z Compiling libloading v0.8.9
27322026-08-25T07:35:08.452Z Compiling diff v0.1.13
27332026-08-25T07:35:08.553Z Compiling bindgen v0.71.1
27342026-08-25T07:35:08.590Z Compiling regex-syntax v0.6.29
27352026-08-25T07:35:08.741Z Compiling chumsky v0.9.3
27362026-08-25T07:35:09.157Z Checking hickory-server v0.25.2
27372026-08-25T07:35:10.005Z Compiling lalrpop v0.19.12
27382026-08-25T07:35:10.043Z Checking diesel v2.3.7
27392026-08-25T07:35:10.249Z Compiling ecdsa v0.16.9
27402026-08-25T07:35:10.721Z Checking sled v0.34.7
27412026-08-25T07:35:10.765Z Compiling cexpr v0.6.0
27422026-08-25T07:35:10.850Z Checking primeorder v0.13.6
27432026-08-25T07:35:11.136Z Checking nanorand v0.7.0
27442026-08-25T07:35:11.451Z Compiling rustc-hash v2.1.1
27452026-08-25T07:35:11.653Z Checking flume v0.11.1
27462026-08-25T07:35:11.690Z Compiling p384 v0.13.1
27472026-08-25T07:35:11.980Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27482026-08-25T07:35:12.276Z Compiling knus v3.4.0
27492026-08-25T07:35:12.389Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27502026-08-25T07:35:12.604Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-25T07:35:12.642Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27522026-08-25T07:35:12.872Z Compiling libxml v0.3.3
27532026-08-25T07:35:13.059Z Checking assert_matches v1.5.0
27542026-08-25T07:35:13.098Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27552026-08-25T07:35:13.136Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27562026-08-25T07:35:13.287Z Compiling strum_macros v0.24.3
27572026-08-25T07:35:13.372Z Compiling indoc v1.0.9
27582026-08-25T07:35:14.048Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27592026-08-25T07:35:14.268Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27602026-08-25T07:35:14.683Z Checking quick-xml v0.37.5
27612026-08-25T07:35:14.699Z Checking derive_builder v0.20.2
27622026-08-25T07:35:14.710Z Compiling oso-derive v0.27.3
27632026-08-25T07:35:14.809Z Compiling impl-trait-for-tuples v0.2.3
27642026-08-25T07:35:15.227Z Compiling trait-variant v0.1.2
27652026-08-25T07:35:15.557Z Checking openssl-probe v0.1.6
27662026-08-25T07:35:15.619Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27672026-08-25T07:35:15.754Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27682026-08-25T07:35:15.798Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27692026-08-25T07:35:16.383Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27702026-08-25T07:35:16.543Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27712026-08-25T07:35:16.615Z Checking corncobs v0.1.4
27722026-08-25T07:35:16.652Z Checking predicates-tree v1.0.13
27732026-08-25T07:35:16.778Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27742026-08-25T07:35:16.851Z Compiling progenitor-impl v0.13.0
27752026-08-25T07:35:16.900Z Checking secrecy v0.8.0
27762026-08-25T07:35:17.061Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27772026-08-25T07:35:17.631Z Checking progenitor-client v0.13.0
27782026-08-25T07:35:17.912Z Checking anstyle-parse v0.2.7
27792026-08-25T07:35:17.930Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27802026-08-25T07:35:18.021Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27812026-08-25T07:35:18.141Z Checking anstream v0.6.21
27822026-08-25T07:35:18.246Z Checking bb8 v0.8.6
27832026-08-25T07:35:18.593Z Compiling mime_guess v2.0.5
27842026-08-25T07:35:18.638Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27852026-08-25T07:35:18.868Z Checking ignore v0.4.25
27862026-08-25T07:35:19.167Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27872026-08-25T07:35:19.326Z Checking http-range v0.1.5
27882026-08-25T07:35:19.350Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27892026-08-25T07:35:19.478Z Checking globwalk v0.9.1
27902026-08-25T07:35:19.534Z Compiling progenitor-macro v0.13.0
27912026-08-25T07:35:19.806Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27922026-08-25T07:35:20.196Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27932026-08-25T07:35:20.260Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27942026-08-25T07:35:20.892Z Checking digest-io v0.1.0
27952026-08-25T07:35:21.065Z Checking nonempty v0.12.0
27962026-08-25T07:35:21.289Z Checking rawzip v0.4.4
27972026-08-25T07:35:21.605Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27982026-08-25T07:35:21.768Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27992026-08-25T07:35:21.824Z Checking camino-tempfile-ext v0.3.3
28002026-08-25T07:35:22.060Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28012026-08-25T07:35:22.333Z Checking hyper-staticfile v0.10.1
28022026-08-25T07:35:22.666Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28032026-08-25T07:35:23.002Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28042026-08-25T07:35:23.086Z Checking signal-hook-tokio v0.3.1
28052026-08-25T07:35:23.252Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-08-25T07:35:23.375Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28072026-08-25T07:35:23.590Z Checking scuffle v0.1.0
28082026-08-25T07:35:23.715Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28092026-08-25T07:35:23.802Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28102026-08-25T07:35:24.072Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28112026-08-25T07:35:24.231Z Checking async-bb8-diesel v0.2.1
28122026-08-25T07:35:24.313Z Checking diesel-dtrace v0.5.0
28132026-08-25T07:35:24.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28142026-08-25T07:35:24.582Z Checking progenitor v0.13.0
28152026-08-25T07:35:24.618Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28162026-08-25T07:35:24.660Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28172026-08-25T07:35:24.762Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28182026-08-25T07:35:24.894Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-08-25T07:35:25.276Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28202026-08-25T07:35:25.420Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28212026-08-25T07:35:25.754Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28222026-08-25T07:35:25.864Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28232026-08-25T07:35:26.043Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28242026-08-25T07:35:26.078Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252026-08-25T07:35:26.249Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28262026-08-25T07:35:26.335Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-08-25T07:35:27.926Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28282026-08-25T07:35:28.035Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28292026-08-25T07:35:28.275Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28302026-08-25T07:35:28.736Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
28312026-08-25T07:35:29.076Z Checking tungstenite v0.23.0
28322026-08-25T07:35:29.459Z Checking rand_seeder v0.4.0
28332026-08-25T07:35:29.523Z Checking tokio-tungstenite v0.23.1
28342026-08-25T07:35:29.653Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28352026-08-25T07:35:29.843Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28362026-08-25T07:35:30.094Z Checking void v1.0.2
28372026-08-25T07:35:30.147Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28382026-08-25T07:35:30.205Z Checking lzss v0.8.2
28392026-08-25T07:35:30.353Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-08-25T07:35:30.430Z Checking nix v0.27.1
28412026-08-25T07:35:30.551Z Checking serde_bytes v0.11.19
28422026-08-25T07:35:30.765Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28432026-08-25T07:35:30.983Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-08-25T07:35:31.531Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28452026-08-25T07:35:31.776Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-08-25T07:35:31.880Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28472026-08-25T07:35:32.411Z Checking yansi v1.0.1
28482026-08-25T07:35:32.430Z Checking cpubits v0.1.1
28492026-08-25T07:35:32.436Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28502026-08-25T07:35:32.505Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-08-25T07:35:32.643Z Checking pretty_assertions v1.4.1
28522026-08-25T07:35:32.794Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28532026-08-25T07:35:32.830Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28542026-08-25T07:35:33.104Z Checking pem-rfc7468 v1.0.0
28552026-08-25T07:35:33.272Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28562026-08-25T07:35:33.314Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-08-25T07:35:33.650Z Compiling libz-sys v1.1.24
28582026-08-25T07:35:33.692Z Compiling instability v0.3.11
28592026-08-25T07:35:34.062Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28602026-08-25T07:35:34.104Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28612026-08-25T07:35:34.292Z Checking hmac v0.13.0
28622026-08-25T07:35:34.492Z Checking universal-hash v0.6.1
28632026-08-25T07:35:34.534Z Checking castaway v0.2.4
28642026-08-25T07:35:34.736Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28652026-08-25T07:35:34.745Z Compiling indoc v2.0.7
28662026-08-25T07:35:34.760Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28672026-08-25T07:35:34.928Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28682026-08-25T07:35:34.975Z Checking compact_str v0.8.1
28692026-08-25T07:35:35.503Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28702026-08-25T07:35:35.729Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28712026-08-25T07:35:35.833Z Checking unicode-truncate v1.1.0
28722026-08-25T07:35:35.963Z Checking lru v0.12.5
28732026-08-25T07:35:35.977Z Compiling libgit2-sys v0.18.3+1.9.2
28742026-08-25T07:35:36.016Z Checking cassowary v0.3.0
28752026-08-25T07:35:36.269Z Checking ratatui v0.29.0
28762026-08-25T07:35:36.308Z Checking polyval v0.7.1
28772026-08-25T07:35:36.665Z Checking der v0.8.0
28782026-08-25T07:35:37.032Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28792026-08-25T07:35:37.500Z Checking arc-swap v1.8.2
28802026-08-25T07:35:37.599Z Checking ghash v0.6.0
28812026-08-25T07:35:37.764Z Checking pbkdf2 v0.13.0
28822026-08-25T07:35:37.769Z Checking slog-scope v4.4.1
28832026-08-25T07:35:37.921Z Checking aes v0.9.1
28842026-08-25T07:35:37.975Z Checking crypto-bigint v0.7.5
28852026-08-25T07:35:38.299Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28862026-08-25T07:35:38.353Z Checking ctr v0.10.1
28872026-08-25T07:35:38.552Z Checking aead v0.6.1
28882026-08-25T07:35:38.586Z Checking console v0.16.2
28892026-08-25T07:35:38.736Z Checking cargo-platform v0.3.2
28902026-08-25T07:35:38.930Z Compiling vergen-git2 v9.1.0
28912026-08-25T07:35:38.968Z Checking unit-prefix v0.5.2
28922026-08-25T07:35:39.134Z Checking indicatif v0.18.4
28932026-08-25T07:35:39.219Z Checking cargo_metadata v0.23.1
28942026-08-25T07:35:39.568Z Checking aes-gcm v0.11.0
28952026-08-25T07:35:39.777Z Checking slog-stdlog v4.1.1
28962026-08-25T07:35:39.976Z Checking spki v0.8.0
28972026-08-25T07:35:40.038Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982026-08-25T07:35:40.161Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28992026-08-25T07:35:40.263Z Checking colored v2.2.0
29002026-08-25T07:35:40.385Z Checking salsa20 v0.11.0
29012026-08-25T07:35:40.503Z Checking libsw-core v0.3.2
29022026-08-25T07:35:40.568Z Checking plotters-backend v0.3.7
29032026-08-25T07:35:40.689Z Checking libsw v3.5.0
29042026-08-25T07:35:40.803Z Checking plotters-svg v0.3.7
29052026-08-25T07:35:40.881Z Checking scrypt v0.12.0
29062026-08-25T07:35:41.029Z Checking slog-envlogger v2.2.0
29072026-08-25T07:35:41.089Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-25T07:35:41.217Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29092026-08-25T07:35:41.446Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29102026-08-25T07:35:41.481Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29112026-08-25T07:35:41.706Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T07:35:41.721Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29132026-08-25T07:35:41.897Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29142026-08-25T07:35:41.934Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29152026-08-25T07:35:42.094Z Checking cbc v0.2.1
29162026-08-25T07:35:42.130Z Checking cast v0.3.0
29172026-08-25T07:35:42.270Z Checking pkcs5 v0.8.1
29182026-08-25T07:35:42.316Z Checking criterion-plot v0.6.0
29192026-08-25T07:35:42.627Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29202026-08-25T07:35:42.866Z Checking plotters v0.3.7
29212026-08-25T07:35:42.913Z Checking oxide-update-engine-display v0.1.2
29222026-08-25T07:35:43.246Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29232026-08-25T07:35:43.642Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29242026-08-25T07:35:44.475Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-25T07:35:45.066Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29262026-08-25T07:35:45.904Z Checking tokio-test v0.4.5
29272026-08-25T07:35:46.148Z Checking tinytemplate v1.2.1
29282026-08-25T07:35:46.397Z Checking oorandom v11.1.5
29292026-08-25T07:35:46.543Z Checking shell-words v1.1.1
29302026-08-25T07:35:46.706Z Checking anes v0.1.6
29312026-08-25T07:35:46.912Z Checking pkcs8 v0.11.0
29322026-08-25T07:35:46.943Z Checking criterion v0.7.0
29332026-08-25T07:35:47.149Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-25T07:35:47.374Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29352026-08-25T07:35:47.777Z Checking twox-hash v2.1.2
29362026-08-25T07:35:48.114Z Checking atty v0.2.14
29372026-08-25T07:35:48.170Z Checking ff v0.14.0
29382026-08-25T07:35:48.278Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29392026-08-25T07:35:48.332Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29402026-08-25T07:35:48.364Z Checking fatfs v0.3.6
29412026-08-25T07:35:48.491Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29422026-08-25T07:35:48.841Z Compiling petname v2.0.2
29432026-08-25T07:35:49.037Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29442026-08-25T07:35:49.213Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T07:35:49.332Z Checking constant_time_eq v0.4.2
29462026-08-25T07:35:49.394Z Checking arrayvec v0.7.6
29472026-08-25T07:35:49.504Z Compiling seq-macro v0.3.6
29482026-08-25T07:35:49.616Z Checking arrayref v0.3.9
29492026-08-25T07:35:49.824Z Checking group v0.14.0
29502026-08-25T07:35:49.887Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29512026-08-25T07:35:50.012Z Checking signature v3.0.0
29522026-08-25T07:35:50.050Z Checking base16ct v1.0.0
29532026-08-25T07:35:50.244Z Checking sec1 v0.8.1
29542026-08-25T07:35:50.489Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-25T07:35:50.579Z Checking hkdf v0.13.0
29562026-08-25T07:35:50.616Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29572026-08-25T07:35:50.652Z Checking concurrent-queue v2.5.0
29582026-08-25T07:35:50.750Z Checking sapling-renderdag v0.1.0
29592026-08-25T07:35:50.811Z Checking sync-ptr v0.1.4
29602026-08-25T07:35:50.866Z Checking parking v2.2.1
29612026-08-25T07:35:50.958Z Checking elliptic-curve v0.14.1
29622026-08-25T07:35:51.017Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29632026-08-25T07:35:51.020Z Checking event-listener v5.4.1
29642026-08-25T07:35:51.305Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29652026-08-25T07:35:51.388Z Checking rtoolbox v0.0.3
29662026-08-25T07:35:51.547Z Checking event-listener-strategy v0.5.4
29672026-08-25T07:35:51.580Z Checking rpassword v7.5.4
29682026-08-25T07:35:51.719Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29692026-08-25T07:35:51.772Z Checking wnaf v0.14.0
29702026-08-25T07:35:51.929Z Compiling samael v0.0.19
29712026-08-25T07:35:51.971Z Checking primefield v0.14.0
29722026-08-25T07:35:52.238Z Checking rfc6979 v0.6.0
29732026-08-25T07:35:52.388Z Checking tui-tree-widget v0.23.1
29742026-08-25T07:35:52.612Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29752026-08-25T07:35:52.679Z Compiling blake3 v1.8.5
29762026-08-25T07:35:53.073Z Checking futures-timer v3.0.3
29772026-08-25T07:35:53.610Z Checking ecdsa v0.17.0
29782026-08-25T07:35:53.796Z Checking primeorder v0.14.0
29792026-08-25T07:35:54.048Z Checking async-lock v3.4.2
29802026-08-25T07:35:54.193Z Compiling curve25519-dalek v5.0.0
29812026-08-25T07:35:54.404Z Compiling strsim v0.10.0
29822026-08-25T07:35:54.526Z Checking async-object-pool v0.2.0
29832026-08-25T07:35:54.669Z Compiling darling_core v0.13.4
29842026-08-25T07:35:54.778Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-25T07:35:56.553Z Checking ssh-encoding v0.3.0
29862026-08-25T07:35:56.817Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29872026-08-25T07:35:57.087Z Checking serde_regex v1.1.0
29882026-08-25T07:35:57.126Z Checking assert-json-diff v2.0.2
29892026-08-25T07:35:57.281Z Checking path-tree v0.8.3
29902026-08-25T07:35:57.330Z Checking keccak v0.2.0
29912026-08-25T07:35:57.474Z Checking stringmetrics v2.2.2
29922026-08-25T07:35:57.513Z Checking topological-sort v0.2.2
29932026-08-25T07:35:57.516Z Compiling darling_macro v0.13.4
29942026-08-25T07:35:57.730Z Checking httpmock v0.8.3
29952026-08-25T07:35:57.744Z Checking omicron-zone-package v0.12.3
29962026-08-25T07:35:58.028Z Checking ed25519 v3.0.0
29972026-08-25T07:35:58.264Z Checking crypto-primes v0.7.2
29982026-08-25T07:35:58.441Z Checking pkcs1 v0.8.0-rc.4
29992026-08-25T07:35:58.627Z Checking poly1305 v0.9.0
30002026-08-25T07:35:58.686Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30012026-08-25T07:35:58.930Z Checking blowfish v0.10.0
30022026-08-25T07:35:59.116Z Checking blake2 v0.11.0-rc.6
30032026-08-25T07:35:59.155Z Compiling target-lexicon v0.13.3
30042026-08-25T07:35:59.243Z Checking rsa v0.10.0-rc.18
30052026-08-25T07:35:59.415Z Checking argon2 v0.6.0-rc.8
30062026-08-25T07:35:59.727Z Checking bcrypt-pbkdf v0.11.0
30072026-08-25T07:35:59.784Z Checking ssh-cipher v0.3.0
30082026-08-25T07:35:59.787Z Checking ed25519-dalek v3.0.0
30092026-08-25T07:35:59.886Z Compiling darling v0.13.4
30102026-08-25T07:35:59.922Z Checking sha3 v0.11.0
30112026-08-25T07:36:00.011Z Checking p256 v0.14.0
30122026-08-25T07:36:00.047Z Checking p521 v0.14.0
30132026-08-25T07:36:00.083Z Checking p384 v0.14.0
30142026-08-25T07:36:00.301Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30152026-08-25T07:36:00.567Z Checking kem v0.3.0
30162026-08-25T07:36:00.720Z Checking module-lattice v0.2.3
30172026-08-25T07:36:00.780Z Checking socket2 v0.5.10
30182026-08-25T07:36:00.977Z Checking hex-literal v0.4.1
30192026-08-25T07:36:01.059Z Checking sponge-cursor v0.1.0
30202026-08-25T07:36:01.107Z Compiling guppy-workspace-hack v0.1.0
30212026-08-25T07:36:01.228Z Checking sha3 v0.12.0
30222026-08-25T07:36:01.365Z Checking ml-kem v0.3.2
30232026-08-25T07:36:01.468Z Compiling serde_with_macros v1.5.2
30242026-08-25T07:36:02.147Z Checking russh-cryptovec v0.62.0
30252026-08-25T07:36:02.319Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30262026-08-25T07:36:02.355Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30272026-08-25T07:36:02.358Z Checking internal-russh-num-bigint v0.5.0
30282026-08-25T07:36:03.049Z Checking num-bigint v0.4.6
30292026-08-25T07:36:03.051Z Checking ssh-key v0.7.0-rc.11
30302026-08-25T07:36:03.255Z Checking russh-util v0.52.0
30312026-08-25T07:36:03.415Z Checking generic-array v1.4.3
30322026-08-25T07:36:03.979Z Compiling enum_dispatch v0.3.13
30332026-08-25T07:36:04.015Z Compiling delegate v0.13.5
30342026-08-25T07:36:04.019Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30352026-08-25T07:36:04.462Z Compiling git2 v0.20.4
30362026-08-25T07:36:04.502Z Compiling target-spec v3.5.7
30372026-08-25T07:36:04.792Z Checking hex-literal v1.1.0
30382026-08-25T07:36:04.829Z Checking md5 v0.8.0
30392026-08-25T07:36:04.980Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30402026-08-25T07:36:05.100Z Checking russh v0.62.4
30412026-08-25T07:36:05.201Z Checking cfg-expr v0.20.6
30422026-08-25T07:36:05.622Z Compiling serde_with v1.14.0
30432026-08-25T07:36:05.758Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30442026-08-25T07:36:05.975Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30452026-08-25T07:36:06.136Z Checking internet-checksum v0.2.1
30462026-08-25T07:36:06.449Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30472026-08-25T07:36:06.557Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30482026-08-25T07:36:07.306Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30492026-08-25T07:36:07.391Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30502026-08-25T07:36:07.495Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30512026-08-25T07:36:07.756Z Compiling polar-core v0.27.3
30522026-08-25T07:36:07.815Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30532026-08-25T07:36:07.852Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30542026-08-25T07:36:07.908Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30552026-08-25T07:36:08.029Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30562026-08-25T07:36:08.206Z Checking httptest v0.16.4
30572026-08-25T07:36:08.429Z Checking pathdiff v0.2.3
30582026-08-25T07:36:08.582Z Checking nested v0.1.1
30592026-08-25T07:36:08.618Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30602026-08-25T07:36:08.751Z Checking guppy v0.17.25
30612026-08-25T07:36:08.912Z Checking similar-asserts v1.7.0
30622026-08-25T07:36:08.915Z Compiling target-triple v1.0.0
30632026-08-25T07:36:09.090Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30642026-08-25T07:36:09.294Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30652026-08-25T07:36:09.727Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30662026-08-25T07:36:09.886Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30672026-08-25T07:36:10.019Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30682026-08-25T07:36:10.113Z Checking hickory-client v0.25.2
30692026-08-25T07:36:10.631Z Checking supports-color v2.1.0
30702026-08-25T07:36:10.802Z Checking supports-hyperlinks v2.1.0
30712026-08-25T07:36:10.874Z Checking supports-unicode v2.1.0
30722026-08-25T07:36:10.953Z Checking textwrap v0.15.2
30732026-08-25T07:36:11.022Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30742026-08-25T07:36:11.195Z Checking terminal_size v0.1.17
30752026-08-25T07:36:11.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-25T07:36:11.343Z Compiling miette-derive v5.10.0
30772026-08-25T07:36:11.684Z Compiling fs-err v2.11.0
30782026-08-25T07:36:11.923Z Checking escape8259 v0.5.3
30792026-08-25T07:36:12.096Z Checking owo-colors v3.5.0
30802026-08-25T07:36:12.509Z Compiling assert_cmd v2.1.2
30812026-08-25T07:36:12.660Z Checking miette v5.10.0
30822026-08-25T07:36:12.779Z Checking oso v0.27.3
30832026-08-25T07:36:12.864Z Checking libtest-mimic v0.8.1
30842026-08-25T07:36:13.186Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30852026-08-25T07:36:13.287Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30862026-08-25T07:36:13.699Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30872026-08-25T07:36:13.736Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30882026-08-25T07:36:13.834Z Checking blake2b_simd v1.0.4
30892026-08-25T07:36:14.236Z Checking support-bundle-viewer v0.1.2
30902026-08-25T07:36:14.271Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30912026-08-25T07:36:14.452Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30922026-08-25T07:36:14.527Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30932026-08-25T07:36:14.684Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30942026-08-25T07:36:14.743Z Compiling knuffel-derive v3.2.0
30952026-08-25T07:36:14.905Z Checking fancy-regex v0.14.0
30962026-08-25T07:36:14.948Z Checking serde_tokenstream v0.2.3
30972026-08-25T07:36:15.306Z Checking multimap v0.10.1
30982026-08-25T07:36:15.396Z Checking approx v0.5.1
30992026-08-25T07:36:15.433Z Checking uzers v0.12.2
31002026-08-25T07:36:15.487Z Compiling rstest_macros v0.25.0
31012026-08-25T07:36:15.523Z Checking constant_time_eq v0.3.1
31022026-08-25T07:36:15.562Z Checking termcolor v1.4.1
31032026-08-25T07:36:15.663Z Compiling linkme-impl v0.3.35
31042026-08-25T07:36:15.695Z Checking rust-argon2 v2.1.0
31052026-08-25T07:36:15.830Z Checking trybuild v1.0.116
31062026-08-25T07:36:16.074Z Checking datatest-stable v0.3.3
31072026-08-25T07:36:16.253Z Checking knuffel v3.2.0
31082026-08-25T07:36:16.327Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31092026-08-25T07:36:16.399Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31102026-08-25T07:36:16.638Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-08-25T07:36:16.674Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31122026-08-25T07:36:16.736Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31132026-08-25T07:36:16.772Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31142026-08-25T07:36:16.973Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31152026-08-25T07:36:16.988Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31162026-08-25T07:36:16.997Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31172026-08-25T07:36:17.123Z Checking drift v0.2.0
31182026-08-25T07:36:17.187Z Checking rand_distr v0.5.1
31192026-08-25T07:36:17.377Z Compiling linkme v0.3.35
31202026-08-25T07:36:17.464Z Checking parse-size v1.1.0
31212026-08-25T07:36:17.519Z Compiling relative-path v1.9.3
31222026-08-25T07:36:17.620Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31232026-08-25T07:36:17.658Z Checking dropshot-api-manager v0.8.0
31242026-08-25T07:36:17.978Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31252026-08-25T07:36:18.853Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31262026-08-25T07:36:19.272Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31272026-08-25T07:36:19.563Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31282026-08-25T07:36:19.687Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31292026-08-25T07:36:19.793Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31302026-08-25T07:36:19.895Z Checking cargo_toml v0.21.0
31312026-08-25T07:36:20.322Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31322026-08-25T07:36:20.517Z Checking partial-io v0.5.4
31332026-08-25T07:36:20.664Z Checking termios v0.3.3
31342026-08-25T07:36:20.780Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31352026-08-25T07:36:20.852Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31362026-08-25T07:36:21.475Z Checking rstest v0.25.0
31372026-08-25T07:36:22.109Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31382026-08-25T07:36:25.421Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31392026-08-25T07:36:26.557Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31402026-08-25T07:36:28.167Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31412026-08-25T07:36:28.898Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31422026-08-25T07:36:33.543Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31432026-08-25T07:36:35.831Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31442026-08-25T07:36:40.929Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31452026-08-25T07:36:44.559Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31462026-08-25T07:36:48.183Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31472026-08-25T07:36:49.434Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31482026-08-25T07:36:51.316Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31492026-08-25T07:36:52.418Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31502026-08-25T07:36:53.882Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31512026-08-25T07:36:57.392Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31522026-08-25T07:37:02.484Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31532026-08-25T07:37:24.453Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31542026-08-25T07:38:19.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 16s
31552026-08-25T07:38:19.685Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31562026-08-25T07:38:19.685Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31572026-08-25T07:38:20.361Z
31582026-08-25T07:38:20.361Zreal 4:20.110657306
31592026-08-25T07:38:20.361Zuser 22:14.302110604
31602026-08-25T07:38:20.361Zsys 5:15.785672826
31612026-08-25T07:38:20.361Ztrap 0.529286614
31622026-08-25T07:38:20.361Ztflt 0.518155948
31632026-08-25T07:38:20.361Zdflt 0.530677931
31642026-08-25T07:38:20.361Zkflt 0.004860962
31652026-08-25T07:38:20.361Zlock 1:07:19.549826175
31662026-08-25T07:38:20.361Zslp 1:00:28.504764898
31672026-08-25T07:38:20.361Zlat 1:47.564568655
31682026-08-25T07:38:20.361Zstop 14:30.527949665
31692026-08-25T07:38:20.365Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31702026-08-25T07:38:20.365Z+ ptime -m cargo doc --workspace --no-deps
31712026-08-25T07:38:21.224Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31722026-08-25T07:38:21.224Z |
31732026-08-25T07:38:21.224Z = 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)`
31742026-08-25T07:38:21.224Z = 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>
31752026-08-25T07:38:22.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31762026-08-25T07:38:22.583Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31772026-08-25T07:38:22.630Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-25T07:38:22.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31792026-08-25T07:38:22.723Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31802026-08-25T07:38:22.778Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31812026-08-25T07:38:22.896Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31822026-08-25T07:38:22.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-08-25T07:38:22.952Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31842026-08-25T07:38:22.981Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31852026-08-25T07:38:23.093Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31862026-08-25T07:38:23.172Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31872026-08-25T07:38:23.235Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-08-25T07:38:23.260Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-08-25T07:38:23.302Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-08-25T07:38:23.326Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31912026-08-25T07:38:23.349Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31922026-08-25T07:38:23.373Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31932026-08-25T07:38:23.399Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31942026-08-25T07:38:23.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-08-25T07:38:23.474Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-08-25T07:38:23.498Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31972026-08-25T07:38:23.752Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31982026-08-25T07:38:23.905Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31992026-08-25T07:38:23.955Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-08-25T07:38:24.021Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32012026-08-25T07:38:24.143Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32022026-08-25T07:38:24.252Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32032026-08-25T07:38:24.278Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32042026-08-25T07:38:24.421Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32052026-08-25T07:38:24.524Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32062026-08-25T07:38:24.553Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32072026-08-25T07:38:24.556Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32082026-08-25T07:38:24.710Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32092026-08-25T07:38:24.886Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32102026-08-25T07:38:24.942Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32112026-08-25T07:38:24.966Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32122026-08-25T07:38:25.104Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32132026-08-25T07:38:25.130Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32142026-08-25T07:38:25.185Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32152026-08-25T07:38:25.358Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32162026-08-25T07:38:25.455Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32172026-08-25T07:38:25.626Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32182026-08-25T07:38:25.677Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32192026-08-25T07:38:25.703Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32202026-08-25T07:38:25.706Z Checking scuffle v0.1.0
32212026-08-25T07:38:25.900Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-08-25T07:38:25.932Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32232026-08-25T07:38:26.033Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32242026-08-25T07:38:26.157Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32252026-08-25T07:38:26.187Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-08-25T07:38:26.187Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-08-25T07:38:26.253Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32282026-08-25T07:38:26.327Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-08-25T07:38:26.352Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32302026-08-25T07:38:26.921Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32312026-08-25T07:38:27.248Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32322026-08-25T07:38:27.395Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32332026-08-25T07:38:27.565Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32342026-08-25T07:38:27.788Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-08-25T07:38:27.814Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32362026-08-25T07:38:27.879Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32372026-08-25T07:38:27.980Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32382026-08-25T07:38:28.061Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32392026-08-25T07:38:28.095Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-08-25T07:38:28.274Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-08-25T07:38:28.404Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32422026-08-25T07:38:28.773Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32432026-08-25T07:38:29.105Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32442026-08-25T07:38:29.224Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32452026-08-25T07:38:29.646Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32462026-08-25T07:38:29.926Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32472026-08-25T07:38:29.953Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32482026-08-25T07:38:29.956Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32492026-08-25T07:38:30.231Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32502026-08-25T07:38:30.279Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32512026-08-25T07:38:30.308Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32522026-08-25T07:38:30.334Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32532026-08-25T07:38:30.462Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32542026-08-25T07:38:30.486Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32552026-08-25T07:38:30.511Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32562026-08-25T07:38:30.563Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32572026-08-25T07:38:30.656Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32582026-08-25T07:38:30.707Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32592026-08-25T07:38:30.759Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32602026-08-25T07:38:30.854Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32612026-08-25T07:38:31.049Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32622026-08-25T07:38:31.094Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32632026-08-25T07:38:31.121Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32642026-08-25T07:38:31.121Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32652026-08-25T07:38:31.323Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32662026-08-25T07:38:31.348Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32672026-08-25T07:38:31.448Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32682026-08-25T07:38:31.476Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32692026-08-25T07:38:31.507Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-08-25T07:38:31.514Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32712026-08-25T07:38:31.684Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32722026-08-25T07:38:31.723Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32732026-08-25T07:38:31.798Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32742026-08-25T07:38:31.821Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32752026-08-25T07:38:31.871Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32762026-08-25T07:38:31.908Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32772026-08-25T07:38:31.995Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-08-25T07:38:32.046Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32792026-08-25T07:38:32.193Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32802026-08-25T07:38:32.247Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32812026-08-25T07:38:32.268Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32822026-08-25T07:38:32.293Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32832026-08-25T07:38:32.387Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32842026-08-25T07:38:32.651Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32852026-08-25T07:38:32.675Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32862026-08-25T07:38:33.171Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32872026-08-25T07:38:33.368Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32882026-08-25T07:38:33.605Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32892026-08-25T07:38:34.052Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32902026-08-25T07:38:34.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32912026-08-25T07:38:34.794Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32922026-08-25T07:38:36.014Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-08-25T07:38:36.507Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-08-25T07:38:36.958Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32952026-08-25T07:38:36.987Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32962026-08-25T07:38:37.265Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-08-25T07:38:37.398Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32982026-08-25T07:38:37.627Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32992026-08-25T07:38:38.069Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-08-25T07:38:38.384Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-08-25T07:38:38.783Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-08-25T07:38:38.834Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-08-25T07:38:38.905Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-25T07:38:39.180Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33052026-08-25T07:38:39.182Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33062026-08-25T07:38:39.652Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33072026-08-25T07:38:39.738Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33082026-08-25T07:38:39.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33092026-08-25T07:38:40.083Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33102026-08-25T07:38:40.514Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33112026-08-25T07:38:41.034Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33122026-08-25T07:38:41.061Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33132026-08-25T07:38:41.129Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33142026-08-25T07:38:41.397Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33152026-08-25T07:38:42.077Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33162026-08-25T07:38:42.538Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33172026-08-25T07:38:42.582Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33182026-08-25T07:38:42.988Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33192026-08-25T07:38:43.216Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33202026-08-25T07:38:43.761Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33212026-08-25T07:38:44.034Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33222026-08-25T07:38:44.385Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33232026-08-25T07:38:44.583Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33242026-08-25T07:38:44.639Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33252026-08-25T07:38:44.921Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33262026-08-25T07:38:44.947Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33272026-08-25T07:38:45.150Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33282026-08-25T07:38:45.703Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33292026-08-25T07:38:46.157Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33302026-08-25T07:38:46.629Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33312026-08-25T07:38:46.867Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33322026-08-25T07:38:46.931Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33332026-08-25T07:38:47.927Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33342026-08-25T07:38:48.645Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33352026-08-25T07:38:50.328Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33362026-08-25T07:38:52.012Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33372026-08-25T07:38:52.284Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33382026-08-25T07:38:53.160Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33392026-08-25T07:38:53.339Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33402026-08-25T07:38:53.544Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33412026-08-25T07:38:53.568Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33422026-08-25T07:38:54.198Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33432026-08-25T07:38:55.472Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33442026-08-25T07:38:57.285Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33452026-08-25T07:38:57.722Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33462026-08-25T07:38:57.919Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472026-08-25T07:38:58.116Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33482026-08-25T07:38:58.611Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33492026-08-25T07:38:58.752Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33502026-08-25T07:38:59.364Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33512026-08-25T07:38:59.574Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33522026-08-25T07:38:59.632Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33532026-08-25T07:38:59.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33542026-08-25T07:38:59.745Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33552026-08-25T07:39:00.130Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33562026-08-25T07:39:00.198Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33572026-08-25T07:39:00.356Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33582026-08-25T07:39:00.485Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33592026-08-25T07:39:00.542Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33602026-08-25T07:39:00.889Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33612026-08-25T07:39:01.262Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33622026-08-25T07:39:01.648Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33632026-08-25T07:39:01.858Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33642026-08-25T07:39:02.485Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652026-08-25T07:39:03.239Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33662026-08-25T07:39:03.760Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33672026-08-25T07:39:04.326Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33682026-08-25T07:39:04.475Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33692026-08-25T07:39:06.312Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702026-08-25T07:39:08.500Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33712026-08-25T07:39:08.968Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33722026-08-25T07:39:09.495Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33732026-08-25T07:39:11.069Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33742026-08-25T07:39:12.057Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33752026-08-25T07:39:13.901Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-08-25T07:39:14.646Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33772026-08-25T07:39:15.334Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33782026-08-25T07:39:16.434Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-08-25T07:39:17.769Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33802026-08-25T07:39:17.945Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33812026-08-25T07:39:20.463Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33822026-08-25T07:39:20.656Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33832026-08-25T07:39:22.638Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33842026-08-25T07:39:23.376Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33852026-08-25T07:39:27.058Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33862026-08-25T07:39:28.018Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33872026-08-25T07:39:28.681Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33882026-08-25T07:39:29.445Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33892026-08-25T07:39:30.271Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33902026-08-25T07:39:31.130Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33912026-08-25T07:39:32.694Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33922026-08-25T07:39:32.847Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33932026-08-25T07:39:33.770Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33942026-08-25T07:39:34.554Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33952026-08-25T07:39:34.711Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33962026-08-25T07:39:35.641Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33972026-08-25T07:39:36.705Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33982026-08-25T07:39:40.006Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33992026-08-25T07:39:41.650Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34002026-08-25T07:39:42.343Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34012026-08-25T07:39:43.019Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34022026-08-25T07:39:44.062Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34032026-08-25T07:39:44.908Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34042026-08-25T07:39:47.038Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34052026-08-25T07:39:48.070Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34062026-08-25T07:39:49.177Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34072026-08-25T07:39:49.961Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34082026-08-25T07:39:51.004Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34092026-08-25T07:39:53.021Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34102026-08-25T07:39:55.238Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-08-25T07:39:55.504Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34122026-08-25T07:39:56.595Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-08-25T07:40:00.392Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34142026-08-25T07:40:00.592Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34152026-08-25T07:40:01.774Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34162026-08-25T07:40:03.276Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34172026-08-25T07:40:04.943Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34182026-08-25T07:40:06.608Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34192026-08-25T07:40:08.232Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-08-25T07:40:09.854Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34212026-08-25T07:40:14.919Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34222026-08-25T07:40:14.996Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34232026-08-25T07:40:16.540Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34242026-08-25T07:40:16.725Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34252026-08-25T07:40:18.413Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34262026-08-25T07:40:20.294Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34272026-08-25T07:40:21.846Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34282026-08-25T07:40:24.156Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34292026-08-25T07:40:25.976Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34302026-08-25T07:40:27.696Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34312026-08-25T07:40:29.730Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34322026-08-25T07:40:31.260Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34332026-08-25T07:40:33.069Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-08-25T07:40:34.862Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34352026-08-25T07:40:36.601Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34362026-08-25T07:40:38.360Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34372026-08-25T07:40:40.112Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34382026-08-25T07:40:41.797Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34392026-08-25T07:40:43.767Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34402026-08-25T07:40:45.373Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34412026-08-25T07:40:50.933Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34422026-08-25T07:40:52.919Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-08-25T07:40:54.718Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34442026-08-25T07:40:56.434Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34452026-08-25T07:40:58.262Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34462026-08-25T07:41:02.654Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34472026-08-25T07:41:05.725Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34482026-08-25T07:41:06.658Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34492026-08-25T07:41:06.855Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34502026-08-25T07:41:11.287Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34512026-08-25T07:41:13.224Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34522026-08-25T07:41:15.227Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34532026-08-25T07:41:17.879Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34542026-08-25T07:41:20.027Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34552026-08-25T07:41:23.090Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34562026-08-25T07:41:25.153Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34572026-08-25T07:41:27.398Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34582026-08-25T07:41:29.858Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34592026-08-25T07:41:32.210Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34602026-08-25T07:41:34.613Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34612026-08-25T07:41:36.869Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34622026-08-25T07:41:39.402Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34632026-08-25T07:41:41.919Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34642026-08-25T07:41:44.537Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34652026-08-25T07:41:47.191Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34662026-08-25T07:41:49.726Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34672026-08-25T07:41:51.931Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34682026-08-25T07:41:54.686Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34692026-08-25T07:41:57.194Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34702026-08-25T07:41:59.725Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34712026-08-25T07:42:02.217Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34722026-08-25T07:42:04.810Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34732026-08-25T07:42:07.332Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34742026-08-25T07:42:09.671Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34752026-08-25T07:42:12.334Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34762026-08-25T07:42:14.918Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34772026-08-25T07:42:17.506Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34782026-08-25T07:42:20.024Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34792026-08-25T07:42:22.543Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34802026-08-25T07:42:25.240Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34812026-08-25T07:42:27.765Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34822026-08-25T07:42:30.385Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34832026-08-25T07:42:32.909Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34842026-08-25T07:42:35.508Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34852026-08-25T07:42:38.014Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34862026-08-25T07:42:40.629Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34872026-08-25T07:42:43.337Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34882026-08-25T07:42:46.546Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34892026-08-25T07:42:48.732Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34902026-08-25T07:42:51.468Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34912026-08-25T07:42:54.057Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34922026-08-25T07:42:56.822Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34932026-08-25T07:42:59.562Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34942026-08-25T07:43:02.232Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34952026-08-25T07:43:04.744Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34962026-08-25T07:43:07.430Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34972026-08-25T07:43:10.275Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34982026-08-25T07:43:12.771Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34992026-08-25T07:43:15.551Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35002026-08-25T07:43:18.398Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35012026-08-25T07:43:20.901Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35022026-08-25T07:43:23.523Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35032026-08-25T07:43:26.562Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35042026-08-25T07:43:29.305Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35052026-08-25T07:43:31.958Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35062026-08-25T07:43:34.610Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35072026-08-25T07:43:37.389Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35082026-08-25T07:43:40.104Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35092026-08-25T07:43:42.834Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35102026-08-25T07:43:46.079Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35112026-08-25T07:43:48.584Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35122026-08-25T07:43:51.337Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35132026-08-25T07:43:59.314Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35142026-08-25T07:43:59.482Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35152026-08-25T07:44:03.114Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35162026-08-25T07:44:06.555Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35172026-08-25T07:44:10.086Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35182026-08-25T07:44:13.636Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35192026-08-25T07:44:17.270Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35202026-08-25T07:44:20.912Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35212026-08-25T07:44:24.429Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35222026-08-25T07:44:28.038Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35232026-08-25T07:44:31.506Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35242026-08-25T07:44:35.064Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35252026-08-25T07:44:38.608Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35262026-08-25T07:44:42.478Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35272026-08-25T07:44:45.893Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35282026-08-25T07:44:50.842Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35292026-08-25T07:44:53.832Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35302026-08-25T07:44:57.944Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35312026-08-25T07:45:02.051Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35322026-08-25T07:45:05.503Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35332026-08-25T07:45:09.390Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35342026-08-25T07:45:13.410Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35352026-08-25T07:45:17.258Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35362026-08-25T07:45:21.118Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35372026-08-25T07:45:52.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 31s
35382026-08-25T07:45:52.105Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35392026-08-25T07:45:52.105Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35402026-08-25T07:45:52.277Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35412026-08-25T07:45:52.384Z
35422026-08-25T07:45:52.387Zreal 7:31.936311300
35432026-08-25T07:45:52.387Zuser 20:38.271299062
35442026-08-25T07:45:52.387Zsys 4:22.530830235
35452026-08-25T07:45:52.387Ztrap 0.314303654
35462026-08-25T07:45:52.387Ztflt 0.050270151
35472026-08-25T07:45:52.387Zdflt 0.191293986
35482026-08-25T07:45:52.387Zkflt 0.000054120
35492026-08-25T07:45:52.387Zlock 7:09:58.906360906
35502026-08-25T07:45:52.387Zslp 2:31:31.786394309
35512026-08-25T07:45:52.387Zlat 35.080013265
35522026-08-25T07:45:52.387Zstop 2:11.853954579
35532026-08-25T07:45:52.387Zprocess exited: duration 1002162 ms, exit code 0
 
35542026-08-25T07:45:52.394Zfound 0 output files