01M1BZ1TW8C5548N52RQV9PAZP: clippy (helios)

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

Buildomat Job: 01M1BZ27AJ4FGXGF1HTMMQSTGJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T13:11:05.012Zjob assigned to worker 01M1BZ2EKQESEA08M5ME6AH4KD [factory aws, i-0f3315ad8ca5a3d69] (queued for 50 s)
 
22026-08-31T13:11:11.624Zstarting task 0: "setup"
32026-08-31T13:11:11.629Z++ uname -s
42026-08-31T13:11:11.632Z+ kern=SunOS
52026-08-31T13:11:11.632Z+ build_user=build
62026-08-31T13:11:11.632Z+ build_uid=12345
72026-08-31T13:11:11.632Z+ work_dir=/work
82026-08-31T13:11:11.632Z+ input_dir=/input
92026-08-31T13:11:11.632Z+ [[ 0 == 12345 ]]
102026-08-31T13:11:11.632Z+ case "$kern" in
112026-08-31T13:11:11.632Z+ groupadd -g 12345 build
122026-08-31T13:11:11.635Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T13:11:13.639Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T13:11:13.814Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T13:11:13.817Z+ home_fs=zfs
162026-08-31T13:11:13.817Z+ [[ zfs == autofs ]]
172026-08-31T13:11:13.817Z+ mkdir -p /home/build
182026-08-31T13:11:13.817Z+ chown build:build /home/build /work
192026-08-31T13:11:15.818Z+ chmod 0700 /home/build /work
202026-08-31T13:11:15.821Zprocess exited: duration 4198 ms, exit code 0
 
212026-08-31T13:11:15.828Zstarting task 1: "rust-toolchain"
222026-08-31T13:11:15.832Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T13:11:15.832Z * rust toolchain channel = "1.97.1"
242026-08-31T13:11:15.832Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T13:11:15.832Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T13:11:15.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T13:11:15.833Z * rust toolchain profile = "default"
282026-08-31T13:11:15.836Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T13:11:15.836Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T13:11:15.936Zinfo: downloading installer
312026-08-31T13:11:17.334Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T13:11:17.334Zwarn: /home/build/.rustup/settings.toml
332026-08-31T13:11:17.334Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T13:11:17.334Zwarn: instead of the one inferred from the default host triple.
352026-08-31T13:11:17.346Zinfo: profile set to default
362026-08-31T13:11:17.347Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T13:11:17.350Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T13:11:17.494Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T13:11:17.497Zinfo: downloading 6 components
402026-08-31T13:11:32.744Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T13:11:32.745Z
422026-08-31T13:11:32.771Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T13:11:32.771Z
442026-08-31T13:11:32.775Z
452026-08-31T13:11:32.775ZRust is installed now. Great!
462026-08-31T13:11:32.775Z
472026-08-31T13:11:32.775ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T13:11:32.775Zenvironment variable. This has not been done automatically.
492026-08-31T13:11:32.775Z
502026-08-31T13:11:32.775ZTo configure your current shell, you need to source
512026-08-31T13:11:32.775Zthe corresponding env file under $HOME/.cargo.
522026-08-31T13:11:32.775Z
532026-08-31T13:11:32.775ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T13:11:32.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T13:11:32.776Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T13:11:32.776Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T13:11:32.776Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T13:11:32.777Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T13:11:32.777Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T13:11:32.777Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T13:11:32.777Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T13:11:32.856Z+ rustup --version
632026-08-31T13:11:32.865Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T13:11:32.869Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T13:11:32.886Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T13:11:32.890Z+ cargo --version
672026-08-31T13:11:32.904Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T13:11:32.907Z+ rustc --version
692026-08-31T13:11:32.925Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T13:11:32.929Zprocess exited: duration 17099 ms, exit code 0
 
712026-08-31T13:11:32.935Zstarting task 2: "authentication"
722026-08-31T13:11:32.952Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T13:11:32.959Zstarting task 3: "clone repository"
742026-08-31T13:11:32.963Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T13:11:32.967Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T13:11:32.998ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T13:11:45.769Z+ cd /work/oxidecomputer/omicron
782026-08-31T13:11:45.769Z+ git fetch origin 3ee2b62177c5755aef512a9883f4c8fa5edd1794
792026-08-31T13:11:46.440ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T13:11:46.440Z * branch 3ee2b62177c5755aef512a9883f4c8fa5edd1794 -> FETCH_HEAD
812026-08-31T13:11:46.452Z+ [[ -n john/bump-min-schema-version ]]
822026-08-31T13:11:46.456Z++ git branch --show-current
832026-08-31T13:11:46.456Z+ current=main
842026-08-31T13:11:46.456Z+ [[ main != john/bump-min-schema-version ]]
852026-08-31T13:11:46.456Z+ git branch -f john/bump-min-schema-version 3ee2b62177c5755aef512a9883f4c8fa5edd1794
862026-08-31T13:11:46.459Z+ git checkout -f john/bump-min-schema-version
872026-08-31T13:11:46.722ZSwitched to branch 'john/bump-min-schema-version'
882026-08-31T13:11:46.725Z+ git reset --hard 3ee2b62177c5755aef512a9883f4c8fa5edd1794
892026-08-31T13:11:46.740ZHEAD is now at 3ee2b6217 Merge branch 'main' into john/bump-min-schema-version
902026-08-31T13:11:46.743Zprocess exited: duration 13781 ms, exit code 0
 
912026-08-31T13:11:46.749Zstarting task 4: "build"
922026-08-31T13:11:46.753Z+ source ./env.sh
932026-08-31T13:11:46.756Z++ OLD_SHELL_OPTS=ehxB
942026-08-31T13:11:46.756Z++ set -o xtrace
952026-08-31T13:11:46.756Z++++ dirname ./env.sh
962026-08-31T13:11:46.759Z+++ readlink -f .
972026-08-31T13:11:46.759Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-31T13:11:46.759Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-31T13:11:46.759Z++ 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-31T13:11:46.762Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-31T13:11:46.762Z++ 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-31T13:11:46.762Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-31T13:11:46.762Z++ 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-31T13:11:46.763Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-31T13:11:46.763Z++ 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-31T13:11:46.763Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-31T13:11:46.763Z++ 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-31T13:11:46.763Z++ case $OLD_SHELL_OPTS in
1092026-08-31T13:11:46.763Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-31T13:11:46.763Z+ source .github/buildomat/ci-env.sh
1112026-08-31T13:11:46.763Z++ export CARGO_TERM_COLOR=always
1122026-08-31T13:11:46.763Z++ CARGO_TERM_COLOR=always
1132026-08-31T13:11:46.763Z+++ uname -s
1142026-08-31T13:11:46.763Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-31T13:11:46.763Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-31T13:11:46.763Z+ cargo --version
1172026-08-31T13:11:46.771Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-31T13:11:46.774Z+ rustc --version
1192026-08-31T13:11:46.793Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-31T13:11:46.796Z+ banner prerequisites
1212026-08-31T13:11:46.799Z
1222026-08-31T13:11:46.799Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-31T13:11:46.799Z # # # # # # # # # # # # # # #
1242026-08-31T13:11:46.800Z # # # # ##### # # ##### # # # # # #### #
1252026-08-31T13:11:46.800Z ##### ##### # ##### # # # # # # # # #
1262026-08-31T13:11:46.800Z # # # # # # # # # # # # # # #
1272026-08-31T13:11:46.800Z # # # ###### # # ###### ### # #### # #### #
1282026-08-31T13:11:46.800Z
1292026-08-31T13:11:46.800Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-31T13:11:48.873Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-31T13:11:49.273Z Startup: Caching catalogs ... Done
1322026-08-31T13:11:51.593ZPlanning: Solver setup ... Done (2.197s)
1332026-08-31T13:11:51.657ZPlanning: Running solver ... Done (0.064s)
1342026-08-31T13:11:51.712ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-31T13:11:51.723ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-31T13:11:51.740ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-31T13:11:51.754ZPlanning: Package planning ... Done (0.014s)
1382026-08-31T13:11:51.757ZPlanning: Merging actions ... Done (0.001s)
1392026-08-31T13:11:51.982ZPlanning: Checking for conflicting actions ... Done (0.226s)
1402026-08-31T13:11:51.985ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-31T13:11:52.762ZPlanning: Evaluating mediators ... Done (0.780s)
1422026-08-31T13:11:52.765ZPlanning: Planning completed in 3.45 seconds
1432026-08-31T13:11:52.772Z Packages to install: 2
1442026-08-31T13:11:52.775Z Estimated space available: 156.01 GB
1452026-08-31T13:11:52.775ZEstimated space to be consumed: 83.65 MB
1462026-08-31T13:11:52.775Z Create boot environment: No
1472026-08-31T13:11:52.775ZCreate backup boot environment: No
1482026-08-31T13:11:52.775Z Rebuild boot archive: No
1492026-08-31T13:11:52.775Z
1502026-08-31T13:11:52.775ZChanged packages:
1512026-08-31T13:11:52.775Zhelios
1522026-08-31T13:11:52.775Z developer/build-essential
1532026-08-31T13:11:52.775Z None -> 11-3.0
1542026-08-31T13:11:52.775Z library/libxmlsec1
1552026-08-31T13:11:52.775Z None -> 1.2.35-3.0
1562026-08-31T13:11:52.796Z
1572026-08-31T13:11:52.796ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-31T13:11:52.864ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1592026-08-31T13:11:52.916Z Actions: 1/268 actions (Installing new actions)
1602026-08-31T13:11:52.954Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-31T13:11:52.991ZFinalize: Updating package state database ... Done (0.037s)
1622026-08-31T13:11:52.991ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-31T13:11:53.083ZFinalize: Updating image state ... Done (0.092s)
1642026-08-31T13:11:55.575ZFinalize: Creating fast lookup database ... Done (2.437s)
1652026-08-31T13:11:55.640ZFinalize: Reading search index ... Done (0.011s)
1662026-08-31T13:11:55.643ZFinalize: Updating search index ... Done (0.000s)
1672026-08-31T13:11:55.737ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-31T13:11:56.113ZPlanning: Evaluating mediator changes ... Done
1692026-08-31T13:11:56.218ZPlanning: Checking for conflicting actions ... Done
1702026-08-31T13:11:56.221ZPlanning: Consolidating action changes ... Done
1712026-08-31T13:11:56.374ZPlanning: Evaluating mediators ... Done
1722026-08-31T13:11:56.378ZPlanning: Planning completed in 0.26 seconds
1732026-08-31T13:11:56.397Z Mediators to change: 2
1742026-08-31T13:11:56.397Z Create boot environment: No
1752026-08-31T13:11:56.400ZCreate backup boot environment: No
1762026-08-31T13:11:56.464ZFinalize: Updating package state database ... Done
1772026-08-31T13:11:56.464ZFinalize: Updating package cache ... Done
1782026-08-31T13:11:56.521ZFinalize: Updating image state ... Done
1792026-08-31T13:11:58.438ZFinalize: Creating fast lookup database ... Done
1802026-08-31T13:11:58.505ZFinalize: Reading search index ... Done
1812026-08-31T13:11:58.508ZFinalize: Updating search index ... Done
1822026-08-31T13:11:58.585ZFinalize: Updating package cache ... Done
1832026-08-31T13:11:58.870ZPlanning: Evaluating mediator changes ... Done
1842026-08-31T13:11:58.975ZPlanning: Checking for conflicting actions ... Done
1852026-08-31T13:11:58.978ZPlanning: Consolidating action changes ... Done
1862026-08-31T13:11:59.130ZPlanning: Evaluating mediators ... Done
1872026-08-31T13:11:59.133ZPlanning: Planning completed in 0.26 seconds
1882026-08-31T13:11:59.152Z Mediators to change: 1
1892026-08-31T13:11:59.152Z Create boot environment: No
1902026-08-31T13:11:59.152ZCreate backup boot environment: No
1912026-08-31T13:11:59.203ZFinalize: Updating package state database ... Done
1922026-08-31T13:11:59.203ZFinalize: Updating package cache ... Done
1932026-08-31T13:11:59.257ZFinalize: Updating image state ... Done
1942026-08-31T13:12:01.180ZFinalize: Creating fast lookup database ... Done
1952026-08-31T13:12:01.248ZFinalize: Reading search index ... Done
1962026-08-31T13:12:01.252ZFinalize: Updating search index ... Done
1972026-08-31T13:12:01.342ZFinalize: Updating package cache ... Done
1982026-08-31T13:12:01.653ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-31T13:12:01.653Zapache system 2.4 system
2002026-08-31T13:12:01.654Zclang system 15 system
2012026-08-31T13:12:01.654Zcsh system system illumos
2022026-08-31T13:12:01.654Zctags system system illumos
2032026-08-31T13:12:01.654Zfile vendor vendor darwinsys
2042026-08-31T13:12:01.654Zfile system system illumos
2052026-08-31T13:12:01.654Zgcc vendor 14 vendor
2062026-08-31T13:12:01.654Zgcc system 13 system
2072026-08-31T13:12:01.654Zgcc system 10 system
2082026-08-31T13:12:01.654Zgo system 1.25 system
2092026-08-31T13:12:01.654Zllvm system 15 system
2102026-08-31T13:12:01.654Zmariadb system 11.4 system
2112026-08-31T13:12:01.654Zmta vendor vendor dma
2122026-08-31T13:12:01.654Zopenjdk system 17 system
2132026-08-31T13:12:01.654Zopenjdk system 11 system
2142026-08-31T13:12:01.654Zopenssl vendor 3 vendor
2152026-08-31T13:12:01.654Zperl system 5.40 system
2162026-08-31T13:12:01.654Zpostgresql system 18 system
2172026-08-31T13:12:01.654Zpostgresql system 17 system
2182026-08-31T13:12:01.654Zpython vendor 3 vendor
2192026-08-31T13:12:01.654Zpython system 2 system
2202026-08-31T13:12:01.654Zpython3 vendor 3.13 vendor
2212026-08-31T13:12:01.654Zruby system 3.4 system
2222026-08-31T13:12:01.654Zruby system 3.0 system
2232026-08-31T13:12:01.654Zwords vendor vendor american-english
2242026-08-31T13:12:01.654Zwords system system australian-english
2252026-08-31T13:12:01.654Zwords system system british-english
2262026-08-31T13:12:01.654Zwords system system canadian-english
2272026-08-31T13:12:01.656Zwords system system french
2282026-08-31T13:12:01.656Zwords system system italian
2292026-08-31T13:12:01.656Zwords system system ngerman
2302026-08-31T13:12:01.656Zwords system system ogerman
2312026-08-31T13:12:01.656Zwords system system spanish
2322026-08-31T13:12:01.909ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-31T13:12:01.909Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-31T13:12:02.418ZFMRI IFO
2352026-08-31T13:12:02.418Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-31T13:12:02.419Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-31T13:12:02.419Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-31T13:12:02.419Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-31T13:12:02.419Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-31T13:12:02.419Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-31T13:12:02.419Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-31T13:12:02.419Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-31T13:12:02.419Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-31T13:12:02.767Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-31T13:12:03.157Z Updating crates.io index
2462026-08-31T13:12:03.160Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-31T13:12:03.459Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-31T13:12:04.038Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-31T13:12:04.368Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-31T13:12:05.772Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-31T13:12:06.888Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-31T13:12:09.058Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-31T13:12:10.471Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-31T13:12:10.796Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-31T13:12:11.200Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-31T13:12:12.633Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-31T13:12:12.953Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-31T13:12:13.695Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-31T13:12:13.988Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-31T13:12:14.291Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-31T13:12:14.611Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-31T13:12:15.005Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-31T13:12:15.330Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-31T13:12:15.677Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-31T13:12:17.337Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-31T13:12:18.187Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-31T13:12:18.508Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-31T13:12:19.165Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-31T13:12:19.558Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-31T13:12:19.855Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-31T13:12:20.380Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-31T13:12:20.735Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-31T13:12:21.061Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-31T13:12:21.961Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-31T13:12:22.372Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-31T13:12:23.285Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-31T13:12:23.845Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-31T13:12:24.720Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-31T13:12:25.157Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-31T13:12:25.438Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-31T13:12:25.806Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-31T13:12:26.202Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-31T13:12:26.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-31T13:12:26.864Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-31T13:12:27.259Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-31T13:12:27.679Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-08-31T13:12:28.154Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-31T13:12:30.902Z Downloading crates ...
2892026-08-31T13:12:30.960Z Downloaded anstream v1.0.0
2902026-08-31T13:12:30.974Z Downloaded pest_generator v2.8.6
2912026-08-31T13:12:30.977Z Downloaded pest_meta v2.8.6
2922026-08-31T13:12:30.977Z Downloaded cfg-if v1.0.4
2932026-08-31T13:12:30.977Z Downloaded pest_derive v2.8.6
2942026-08-31T13:12:30.981Z Downloaded zerocopy-derive v0.7.35
2952026-08-31T13:12:30.984Z Downloaded clap_lex v1.0.0
2962026-08-31T13:12:30.984Z Downloaded cpufeatures v0.2.17
2972026-08-31T13:12:30.984Z Downloaded zmij v1.0.21
2982026-08-31T13:12:30.988Z Downloaded cargo-platform v0.3.2
2992026-08-31T13:12:30.988Z Downloaded bitflags v2.11.0
3002026-08-31T13:12:30.991Z Downloaded once_cell v1.21.3
3012026-08-31T13:12:30.991Z Downloaded errno v0.3.14
3022026-08-31T13:12:30.995Z Downloaded heck v0.4.1
3032026-08-31T13:12:30.995Z Downloaded fastrand v2.3.0
3042026-08-31T13:12:30.998Z Downloaded zerocopy v0.7.35
3052026-08-31T13:12:31.003Z Downloaded dtrace-parser v0.2.0
3062026-08-31T13:12:31.006Z Downloaded anstyle v1.0.14
3072026-08-31T13:12:31.006Z Downloaded anstyle-parse v1.0.0
3082026-08-31T13:12:31.007Z Downloaded equivalent v1.0.2
3092026-08-31T13:12:31.010Z Downloaded itoa v1.0.17
3102026-08-31T13:12:31.010Z Downloaded crypto-common v0.1.7
3112026-08-31T13:12:31.010Z Downloaded fnv v1.0.7
3122026-08-31T13:12:31.013Z Downloaded toml_datetime v0.6.11
3132026-08-31T13:12:31.013Z Downloaded heck v0.5.0
3142026-08-31T13:12:31.016Z Downloaded block-buffer v0.10.4
3152026-08-31T13:12:31.016Z Downloaded generic-array v0.14.7
3162026-08-31T13:12:31.020Z Downloaded anstyle-query v1.1.5
3172026-08-31T13:12:31.023Z Downloaded cargo_metadata v0.23.1
3182026-08-31T13:12:31.023Z Downloaded colorchoice v1.0.4
3192026-08-31T13:12:31.026Z Downloaded toml_write v0.1.2
3202026-08-31T13:12:31.026Z Downloaded macaddr v1.0.1
3212026-08-31T13:12:31.027Z Downloaded unicode-linebreak v0.1.5
3222026-08-31T13:12:31.030Z Downloaded serde_spanned v0.6.9
3232026-08-31T13:12:31.033Z Downloaded is_terminal_polyfill v1.70.2
3242026-08-31T13:12:31.033Z Downloaded plain v0.2.3
3252026-08-31T13:12:31.036Z Downloaded utf8parse v0.2.2
3262026-08-31T13:12:31.039Z Downloaded terminal_size v0.4.3
3272026-08-31T13:12:31.042Z Downloaded smawk v0.3.2
3282026-08-31T13:12:31.046Z Downloaded scroll_derive v0.12.1
3292026-08-31T13:12:31.046Z Downloaded version_check v0.9.5
3302026-08-31T13:12:31.046Z Downloaded pretty-hex v0.4.1
3312026-08-31T13:12:31.049Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-31T13:12:31.049Z Downloaded swrite v0.1.0
3332026-08-31T13:12:31.052Z Downloaded cargo_toml v0.21.0
3342026-08-31T13:12:31.052Z Downloaded byteorder v1.5.0
3352026-08-31T13:12:31.056Z Downloaded dof v0.3.0
3362026-08-31T13:12:31.056Z Downloaded fs-err v3.3.0
3372026-08-31T13:12:31.079Z Downloaded tabled_derive v0.7.0
3382026-08-31T13:12:31.082Z Downloaded strsim v0.11.1
3392026-08-31T13:12:31.082Z Downloaded usdt-macro v0.5.0
3402026-08-31T13:12:31.085Z Downloaded usdt v0.5.0
3412026-08-31T13:12:31.085Z Downloaded usdt-attr-macro v0.5.0
3422026-08-31T13:12:31.089Z Downloaded thiserror v2.0.18
3432026-08-31T13:12:31.092Z Downloaded thread-id v4.2.2
3442026-08-31T13:12:31.096Z Downloaded memmap v0.7.0
3452026-08-31T13:12:31.100Z Downloaded proc-macro-error v1.0.4
3462026-08-31T13:12:31.103Z Downloaded digest v0.10.7
3472026-08-31T13:12:31.103Z Downloaded sha2 v0.10.9
3482026-08-31T13:12:31.106Z Downloaded thiserror-impl v2.0.18
3492026-08-31T13:12:31.109Z Downloaded autocfg v1.5.0
3502026-08-31T13:12:31.109Z Downloaded thiserror v1.0.69
3512026-08-31T13:12:31.113Z Downloaded anyhow v1.0.104
3522026-08-31T13:12:31.113Z Downloaded camino-tempfile v1.4.1
3532026-08-31T13:12:31.116Z Downloaded serde_tokenstream v0.2.3
3542026-08-31T13:12:31.119Z Downloaded bytecount v0.6.9
3552026-08-31T13:12:31.123Z Downloaded thiserror-impl v1.0.69
3562026-08-31T13:12:31.131Z Downloaded semver v1.0.28
3572026-08-31T13:12:31.134Z Downloaded scroll v0.12.0
3582026-08-31T13:12:31.137Z Downloaded usdt-impl v0.5.0
3592026-08-31T13:12:31.141Z Downloaded ucd-trie v0.1.7
3602026-08-31T13:12:31.141Z Downloaded getrandom v0.4.3
3612026-08-31T13:12:31.144Z Downloaded proc-macro2 v1.0.106
3622026-08-31T13:12:31.144Z Downloaded papergrid v0.11.0
3632026-08-31T13:12:31.147Z Downloaded log v0.4.33
3642026-08-31T13:12:31.147Z Downloaded quote v1.0.45
3652026-08-31T13:12:31.154Z Downloaded toml v0.8.23
3662026-08-31T13:12:31.161Z Downloaded tempfile v3.27.0
3672026-08-31T13:12:31.166Z Downloaded camino v1.2.5
3682026-08-31T13:12:31.169Z Downloaded clap_derive v4.6.1
3692026-08-31T13:12:31.173Z Downloaded textwrap v0.16.2
3702026-08-31T13:12:31.181Z Downloaded indexmap v2.14.0
3712026-08-31T13:12:31.185Z Downloaded clap v4.6.1
3722026-08-31T13:12:31.188Z Downloaded serde_core v1.0.228
3732026-08-31T13:12:31.193Z Downloaded unicode-ident v1.0.24
3742026-08-31T13:12:31.193Z Downloaded serde_derive v1.0.228
3752026-08-31T13:12:31.217Z Downloaded toml_edit v0.22.27
3762026-08-31T13:12:31.226Z Downloaded typenum v1.20.1
3772026-08-31T13:12:31.230Z Downloaded serde v1.0.228
3782026-08-31T13:12:31.236Z Downloaded memchr v2.8.0
3792026-08-31T13:12:31.273Z Downloaded goblin v0.8.2
3802026-08-31T13:12:31.276Z Downloaded pest v2.8.6
3812026-08-31T13:12:31.280Z Downloaded hashbrown v0.17.0
3822026-08-31T13:12:31.283Z Downloaded clap_builder v4.6.0
3832026-08-31T13:12:31.286Z Downloaded serde_json v1.0.151
3842026-08-31T13:12:31.303Z Downloaded winnow v0.7.14
3852026-08-31T13:12:31.313Z Downloaded tabled v0.15.0
3862026-08-31T13:12:31.330Z Downloaded syn v1.0.109
3872026-08-31T13:12:31.337Z Downloaded unicode-width v0.2.0
3882026-08-31T13:12:31.340Z Downloaded unicode-width v0.1.14
3892026-08-31T13:12:31.343Z Downloaded syn v2.0.117
3902026-08-31T13:12:31.360Z Downloaded rustix v1.1.4
3912026-08-31T13:12:31.387Z Downloaded libc v0.2.185
3922026-08-31T13:12:31.449Z Compiling proc-macro2 v1.0.106
3932026-08-31T13:12:31.449Z Compiling quote v1.0.45
3942026-08-31T13:12:31.449Z Compiling unicode-ident v1.0.24
3952026-08-31T13:12:31.453Z Compiling serde_core v1.0.228
3962026-08-31T13:12:31.453Z Compiling libc v0.2.185
3972026-08-31T13:12:31.453Z Compiling version_check v0.9.5
3982026-08-31T13:12:31.453Z Compiling memchr v2.8.0
3992026-08-31T13:12:31.453Z Compiling serde v1.0.228
4002026-08-31T13:12:31.769Z Compiling zmij v1.0.21
4012026-08-31T13:12:32.035Z Compiling ucd-trie v0.1.7
4022026-08-31T13:12:32.066Z Compiling itoa v1.0.17
4032026-08-31T13:12:32.220Z Compiling thiserror v1.0.69
4042026-08-31T13:12:32.317Z Compiling pest v2.8.6
4052026-08-31T13:12:32.321Z Compiling byteorder v1.5.0
4062026-08-31T13:12:32.395Z Compiling rustix v1.1.4
4072026-08-31T13:12:32.573Z Compiling errno v0.3.14
4082026-08-31T13:12:32.723Z Compiling serde_json v1.0.151
4092026-08-31T13:12:32.789Z Compiling bitflags v2.11.0
4102026-08-31T13:12:32.905Z Compiling syn v2.0.117
4112026-08-31T13:12:32.954Z Compiling thread-id v4.2.2
4122026-08-31T13:12:33.003Z Compiling usdt-impl v0.5.0
4132026-08-31T13:12:33.061Z Compiling proc-macro-error-attr v1.0.4
4142026-08-31T13:12:33.162Z Compiling camino v1.2.5
4152026-08-31T13:12:33.228Z Compiling syn v1.0.109
4162026-08-31T13:12:33.425Z Compiling pest_meta v2.8.6
4172026-08-31T13:12:33.602Z Compiling proc-macro-error v1.0.4
4182026-08-31T13:12:33.709Z Compiling utf8parse v0.2.2
4192026-08-31T13:12:33.709Z Compiling log v0.4.33
4202026-08-31T13:12:33.827Z Compiling equivalent v1.0.2
4212026-08-31T13:12:33.827Z Compiling getrandom v0.4.3
4222026-08-31T13:12:33.827Z Compiling hashbrown v0.17.0
4232026-08-31T13:12:33.926Z Compiling plain v0.2.3
4242026-08-31T13:12:34.117Z Compiling terminal_size v0.4.3
4252026-08-31T13:12:34.319Z Compiling anstyle-parse v1.0.0
4262026-08-31T13:12:34.407Z Compiling indexmap v2.14.0
4272026-08-31T13:12:34.722Z Compiling anstyle-query v1.1.5
4282026-08-31T13:12:34.763Z Compiling autocfg v1.5.0
4292026-08-31T13:12:34.824Z Compiling thiserror v2.0.18
4302026-08-31T13:12:34.840Z Compiling cfg-if v1.0.4
4312026-08-31T13:12:34.877Z Compiling colorchoice v1.0.4
4322026-08-31T13:12:34.930Z Compiling toml_write v0.1.2
4332026-08-31T13:12:34.996Z Compiling pretty-hex v0.4.1
4342026-08-31T13:12:35.014Z Compiling anstyle v1.0.14
4352026-08-31T13:12:35.028Z Compiling winnow v0.7.14
4362026-08-31T13:12:35.112Z Compiling is_terminal_polyfill v1.70.2
4372026-08-31T13:12:35.133Z Compiling pest_generator v2.8.6
4382026-08-31T13:12:35.183Z Compiling fs-err v3.3.0
4392026-08-31T13:12:35.212Z Compiling anstream v1.0.0
4402026-08-31T13:12:35.368Z Compiling fastrand v2.3.0
4412026-08-31T13:12:35.452Z Compiling once_cell v1.21.3
4422026-08-31T13:12:35.508Z Compiling strsim v0.11.1
4432026-08-31T13:12:35.622Z Compiling heck v0.5.0
4442026-08-31T13:12:35.670Z Compiling clap_lex v1.0.0
4452026-08-31T13:12:35.707Z Compiling anyhow v1.0.104
4462026-08-31T13:12:35.825Z Compiling heck v0.4.1
4472026-08-31T13:12:35.847Z Compiling bytecount v0.6.9
4482026-08-31T13:12:35.864Z Compiling unicode-width v0.1.14
4492026-08-31T13:12:35.902Z Compiling fnv v1.0.7
4502026-08-31T13:12:35.981Z Compiling clap_builder v4.6.0
4512026-08-31T13:12:36.007Z Compiling tempfile v3.27.0
4522026-08-31T13:12:36.141Z Compiling papergrid v0.11.0
4532026-08-31T13:12:36.158Z Compiling cargo-platform v0.3.2
4542026-08-31T13:12:36.242Z Compiling semver v1.0.28
4552026-08-31T13:12:36.310Z Compiling tabled_derive v0.7.0
4562026-08-31T13:12:36.470Z Compiling memmap v0.7.0
4572026-08-31T13:12:36.482Z Compiling unicode-linebreak v0.1.5
4582026-08-31T13:12:36.563Z Compiling unicode-width v0.2.0
4592026-08-31T13:12:36.632Z Compiling smawk v0.3.2
4602026-08-31T13:12:36.653Z Compiling camino-tempfile v1.4.1
4612026-08-31T13:12:36.839Z Compiling textwrap v0.16.2
4622026-08-31T13:12:36.854Z Compiling serde_derive v1.0.228
4632026-08-31T13:12:36.876Z Compiling thiserror-impl v1.0.69
4642026-08-31T13:12:37.055Z Compiling zerocopy-derive v0.7.35
4652026-08-31T13:12:37.073Z Compiling pest_derive v2.8.6
4662026-08-31T13:12:37.269Z Compiling scroll_derive v0.12.1
4672026-08-31T13:12:37.317Z Compiling thiserror-impl v2.0.18
4682026-08-31T13:12:37.517Z Compiling clap_derive v4.6.1
4692026-08-31T13:12:37.635Z Compiling tabled v0.15.0
4702026-08-31T13:12:37.916Z Compiling scroll v0.12.0
4712026-08-31T13:12:37.934Z Compiling zerocopy v0.7.35
4722026-08-31T13:12:38.198Z Compiling goblin v0.8.2
4732026-08-31T13:12:38.235Z Compiling dtrace-parser v0.2.0
4742026-08-31T13:12:38.493Z Compiling swrite v0.1.0
4752026-08-31T13:12:39.182Z Compiling clap v4.6.1
4762026-08-31T13:12:39.773Z Compiling toml_datetime v0.6.11
4772026-08-31T13:12:39.773Z Compiling serde_spanned v0.6.9
4782026-08-31T13:12:39.776Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-31T13:12:39.776Z Compiling cargo_metadata v0.23.1
4802026-08-31T13:12:39.776Z Compiling macaddr v1.0.1
4812026-08-31T13:12:39.851Z Compiling dof v0.3.0
4822026-08-31T13:12:39.866Z Compiling serde_tokenstream v0.2.3
4832026-08-31T13:12:39.976Z Compiling toml_edit v0.22.27
4842026-08-31T13:12:40.556Z Compiling usdt-macro v0.5.0
4852026-08-31T13:12:40.577Z Compiling usdt-attr-macro v0.5.0
4862026-08-31T13:12:41.182Z Compiling usdt v0.5.0
4872026-08-31T13:12:41.338Z Compiling toml v0.8.23
4882026-08-31T13:12:41.668Z Compiling cargo_toml v0.21.0
4892026-08-31T13:12:42.944Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-31T13:12:44.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.36s
4912026-08-31T13:12:45.158Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-31T13:12:45.663Z Downloading crates ...
4932026-08-31T13:12:45.715Z Downloaded base16ct v0.2.0
4942026-08-31T13:12:45.718Z Downloaded addr2line v0.25.1
4952026-08-31T13:12:45.740Z Downloaded array-init v0.0.4
4962026-08-31T13:12:45.744Z Downloaded ciborium-io v0.2.2
4972026-08-31T13:12:45.744Z Downloaded async-stream-impl v0.3.6
4982026-08-31T13:12:45.744Z Downloaded cbc v0.2.1
4992026-08-31T13:12:45.748Z Downloaded assert_matches v1.5.0
5002026-08-31T13:12:45.751Z Downloaded async-recursion v1.1.1
5012026-08-31T13:12:45.751Z Downloaded atty v0.2.14
5022026-08-31T13:12:45.754Z Downloaded bitfield-struct v0.6.2
5032026-08-31T13:12:45.754Z Downloaded foreign-types-shared v0.1.1
5042026-08-31T13:12:45.754Z Downloaded adler2 v2.0.1
5052026-08-31T13:12:45.754Z Downloaded arrayref v0.3.9
5062026-08-31T13:12:45.754Z Downloaded erased-serde v0.3.31
5072026-08-31T13:12:45.757Z Downloaded ff v0.14.0
5082026-08-31T13:12:45.757Z Downloaded enum_dispatch v0.3.13
5092026-08-31T13:12:45.757Z Downloaded fs_extra v1.3.0
5102026-08-31T13:12:45.760Z Downloaded aead v0.6.1
5112026-08-31T13:12:45.760Z Downloaded base64ct v1.8.3
5122026-08-31T13:12:45.763Z Downloaded hash32 v0.3.1
5132026-08-31T13:12:45.763Z Downloaded async-stream v0.3.6
5142026-08-31T13:12:45.763Z Downloaded aws-lc-rs v1.16.3
5152026-08-31T13:12:45.768Z Downloaded const-oid v0.10.2
5162026-08-31T13:12:45.771Z Downloaded enum-as-inner v0.6.1
5172026-08-31T13:12:45.771Z Downloaded fatfs v0.3.6
5182026-08-31T13:12:45.774Z Downloaded filetime v0.2.27
5192026-08-31T13:12:45.774Z Downloaded backtrace-ext v0.2.1
5202026-08-31T13:12:45.774Z Downloaded atomicwrites v0.4.4
5212026-08-31T13:12:45.774Z Downloaded embedded-io v0.6.1
5222026-08-31T13:12:45.777Z Downloaded endian-type v0.1.2
5232026-08-31T13:12:45.777Z Downloaded foldhash v0.1.5
5242026-08-31T13:12:45.777Z Downloaded base16ct v1.0.0
5252026-08-31T13:12:45.777Z Downloaded form_urlencoded v1.2.2
5262026-08-31T13:12:45.777Z Downloaded float-cmp v0.10.0
5272026-08-31T13:12:45.780Z Downloaded futures-io v0.3.32
5282026-08-31T13:12:45.780Z Downloaded bit-set v0.5.3
5292026-08-31T13:12:45.780Z Downloaded fixedbitset v0.5.7
5302026-08-31T13:12:45.780Z Downloaded hashbrown v0.13.2
5312026-08-31T13:12:45.783Z Downloaded bit-set v0.8.0
5322026-08-31T13:12:45.783Z Downloaded foreign-types v0.3.2
5332026-08-31T13:12:45.783Z Downloaded arrayvec v0.7.6
5342026-08-31T13:12:45.786Z Downloaded foreign-types v0.5.0
5352026-08-31T13:12:45.786Z Downloaded futures-macro v0.3.32
5362026-08-31T13:12:45.786Z Downloaded hostname v0.4.2
5372026-08-31T13:12:45.786Z Downloaded embedded-io v0.4.0
5382026-08-31T13:12:45.789Z Downloaded bcrypt-pbkdf v0.11.0
5392026-08-31T13:12:45.790Z Downloaded atomic-waker v1.1.2
5402026-08-31T13:12:45.790Z Downloaded float-ord v0.3.2
5412026-08-31T13:12:45.790Z Downloaded getrandom v0.2.17
5422026-08-31T13:12:45.792Z Downloaded expectorate v1.2.0
5432026-08-31T13:12:45.792Z Downloaded ff v0.13.1
5442026-08-31T13:12:45.792Z Downloaded ena v0.14.4
5452026-08-31T13:12:45.795Z Downloaded env_logger v0.11.11
5462026-08-31T13:12:45.795Z Downloaded bitfield-macros v0.19.4
5472026-08-31T13:12:45.795Z Downloaded fixedbitset v0.4.2
5482026-08-31T13:12:45.795Z Downloaded funty v2.0.0
5492026-08-31T13:12:45.798Z Downloaded gethostname v0.5.0
5502026-08-31T13:12:45.798Z Downloaded futures-task v0.3.32
5512026-08-31T13:12:45.798Z Downloaded hex-literal v1.1.0
5522026-08-31T13:12:45.802Z Downloaded fs-err v2.11.0
5532026-08-31T13:12:45.805Z Downloaded futures-sink v0.3.32
5542026-08-31T13:12:45.805Z Downloaded env_filter v2.0.0
5552026-08-31T13:12:45.805Z Downloaded castaway v0.2.4
5562026-08-31T13:12:45.808Z Downloaded bb8 v0.8.6
5572026-08-31T13:12:45.808Z Downloaded git-stub v1.0.0
5582026-08-31T13:12:45.808Z Downloaded cipher v0.4.4
5592026-08-31T13:12:45.808Z Downloaded foreign-types-macros v0.2.3
5602026-08-31T13:12:45.811Z Downloaded flagset v0.4.7
5612026-08-31T13:12:45.811Z Downloaded fxhash v0.2.1
5622026-08-31T13:12:45.814Z Downloaded fd-lock v4.0.4
5632026-08-31T13:12:45.817Z Downloaded hash32 v0.2.1
5642026-08-31T13:12:45.817Z Downloaded hostname v0.3.1
5652026-08-31T13:12:45.820Z Downloaded aead v0.5.2
5662026-08-31T13:12:45.820Z Downloaded cobs v0.3.0
5672026-08-31T13:12:45.820Z Downloaded foreign-types-shared v0.3.1
5682026-08-31T13:12:45.823Z Downloaded ascii-canvas v3.0.0
5692026-08-31T13:12:45.826Z Downloaded home v0.5.12
5702026-08-31T13:12:45.826Z Downloaded http-body v1.0.1
5712026-08-31T13:12:45.829Z Downloaded headers-core v0.3.0
5722026-08-31T13:12:45.829Z Downloaded hex v0.4.3
5732026-08-31T13:12:45.832Z Downloaded humantime v2.3.0
5742026-08-31T13:12:45.835Z Downloaded futures v0.3.32
5752026-08-31T13:12:45.838Z Downloaded http-range v0.1.5
5762026-08-31T13:12:45.838Z Downloaded futures-core v0.3.32
5772026-08-31T13:12:45.838Z Downloaded block-buffer v0.12.1
5782026-08-31T13:12:45.838Z Downloaded compression-core v0.4.31
5792026-08-31T13:12:45.841Z Downloaded block-padding v0.4.2
5802026-08-31T13:12:45.846Z Downloaded cfg_aliases v0.2.1
5812026-08-31T13:12:45.849Z Downloaded httpdate v1.0.3
5822026-08-31T13:12:45.849Z Downloaded hubpack v0.1.2
5832026-08-31T13:12:45.849Z Downloaded hubpack_derive v0.1.1
5842026-08-31T13:12:45.852Z Downloaded cfg_aliases v0.1.1
5852026-08-31T13:12:45.852Z Downloaded progenitor-macro v0.14.0
5862026-08-31T13:12:45.856Z Downloaded ciborium-ll v0.2.2
5872026-08-31T13:12:45.856Z Downloaded parse-display v0.10.0
5882026-08-31T13:12:45.859Z Downloaded nodrop v0.1.14
5892026-08-31T13:12:45.862Z Downloaded num_enum_derive v0.5.11
5902026-08-31T13:12:45.862Z Downloaded anstyle-parse v0.2.7
5912026-08-31T13:12:45.865Z Downloaded rand_chacha v0.3.1
5922026-08-31T13:12:45.865Z Downloaded async-trait v0.1.89
5932026-08-31T13:12:45.868Z Downloaded foldhash v0.2.0
5942026-08-31T13:12:45.868Z Downloaded bitfield v0.19.4
5952026-08-31T13:12:45.868Z Downloaded bs58 v0.5.1
5962026-08-31T13:12:45.871Z Downloaded argon2 v0.5.3
5972026-08-31T13:12:45.871Z Downloaded chacha20 v0.9.1
5982026-08-31T13:12:45.875Z Downloaded ghash v0.6.0
5992026-08-31T13:12:45.875Z Downloaded group v0.14.0
6002026-08-31T13:12:45.875Z Downloaded powerfmt v0.2.0
6012026-08-31T13:12:45.875Z Downloaded bcs v0.1.6
6022026-08-31T13:12:45.878Z Downloaded cmov v0.5.4
6032026-08-31T13:12:45.881Z Downloaded futures-executor v0.3.32
6042026-08-31T13:12:45.881Z Downloaded glob v0.3.3
6052026-08-31T13:12:45.884Z Downloaded fallible-iterator v0.2.0
6062026-08-31T13:12:45.885Z Downloaded byte-wrapper v0.1.0
6072026-08-31T13:12:45.888Z Downloaded backon v1.6.0
6082026-08-31T13:12:45.888Z Downloaded oxide-generation-macros v0.2.0
6092026-08-31T13:12:45.891Z Downloaded scopeguard v1.2.0
6102026-08-31T13:12:45.894Z Downloaded predicates-core v1.0.10
6112026-08-31T13:12:45.894Z Downloaded serde_spanned v1.1.1
6122026-08-31T13:12:45.898Z Downloaded sha1 v0.10.6
6132026-08-31T13:12:45.901Z Downloaded nibble_vec v0.1.0
6142026-08-31T13:12:45.903Z Downloaded stable_deref_trait v1.2.1
6152026-08-31T13:12:45.906Z Downloaded radium v0.7.0
6162026-08-31T13:12:45.906Z Downloaded rand_xorshift v0.4.0
6172026-08-31T13:12:45.906Z Downloaded rtoolbox v0.0.3
6182026-08-31T13:12:45.909Z Downloaded rustc-hash v2.1.1
6192026-08-31T13:12:45.909Z Downloaded strum v0.26.3
6202026-08-31T13:12:45.909Z Downloaded supports-unicode v3.0.0
6212026-08-31T13:12:45.913Z Downloaded slog-envlogger v2.2.0
6222026-08-31T13:12:45.913Z Downloaded async-compression v0.4.41
6232026-08-31T13:12:45.916Z Downloaded git-stub-vcs v0.1.0
6242026-08-31T13:12:45.919Z Downloaded globwalk v0.9.1
6252026-08-31T13:12:45.919Z Downloaded base64 v0.22.1
6262026-08-31T13:12:45.922Z Downloaded bit-vec v0.6.3
6272026-08-31T13:12:45.922Z Downloaded bitflags v1.3.2
6282026-08-31T13:12:45.922Z Downloaded blowfish v0.10.0
6292026-08-31T13:12:45.925Z Downloaded camino-tempfile-ext v0.3.3
6302026-08-31T13:12:45.925Z Downloaded cmake v0.1.57
6312026-08-31T13:12:45.925Z Downloaded compression-codecs v0.4.37
6322026-08-31T13:12:45.928Z Downloaded group v0.13.0
6332026-08-31T13:12:45.928Z Downloaded ahash v0.8.12
6342026-08-31T13:12:45.931Z Downloaded highway v1.3.0
6352026-08-31T13:12:45.931Z Downloaded globset v0.4.18
6362026-08-31T13:12:45.931Z Downloaded http-body-util v0.1.3
6372026-08-31T13:12:45.934Z Downloaded anstream v0.6.21
6382026-08-31T13:12:45.934Z Downloaded cexpr v0.6.0
6392026-08-31T13:12:45.934Z Downloaded cassowary v0.3.0
6402026-08-31T13:12:45.934Z Downloaded primefield v0.14.0
6412026-08-31T13:12:45.937Z Downloaded progenitor v0.13.0
6422026-08-31T13:12:45.937Z Downloaded take_mut v0.2.2
6432026-08-31T13:12:45.937Z Downloaded thread-id v5.1.0
6442026-08-31T13:12:45.937Z Downloaded futures-channel v0.3.32
6452026-08-31T13:12:45.940Z Downloaded find-msvc-tools v0.1.9
6462026-08-31T13:12:45.940Z Downloaded httparse v1.10.1
6472026-08-31T13:12:45.943Z Downloaded num-integer v0.1.46
6482026-08-31T13:12:45.943Z Downloaded num_enum v0.7.6
6492026-08-31T13:12:45.946Z Downloaded num_enum_derive v0.7.6
6502026-08-31T13:12:45.946Z Downloaded async-bb8-diesel v0.2.1
6512026-08-31T13:12:45.950Z Downloaded hmac v0.12.1
6522026-08-31T13:12:45.950Z Downloaded argon2 v0.6.0-rc.8
6532026-08-31T13:12:45.950Z Downloaded bzip2 v0.6.1
6542026-08-31T13:12:45.950Z Downloaded num_enum v0.5.11
6552026-08-31T13:12:45.954Z Downloaded bit-vec v0.8.0
6562026-08-31T13:12:45.954Z Downloaded ciborium v0.2.2
6572026-08-31T13:12:45.956Z Downloaded colored v3.1.1
6582026-08-31T13:12:45.957Z Downloaded console v0.15.11
6592026-08-31T13:12:45.960Z Downloaded blake2 v0.10.6
6602026-08-31T13:12:45.960Z Downloaded flume v0.11.1
6612026-08-31T13:12:45.963Z Downloaded peg v0.8.5
6622026-08-31T13:12:45.966Z Downloaded allocator-api2 v0.2.21
6632026-08-31T13:12:45.966Z Downloaded topological-sort v0.2.2
6642026-08-31T13:12:45.966Z Downloaded oxide-tokio-rt v0.1.4
6652026-08-31T13:12:45.969Z Downloaded pbkdf2 v0.13.0
6662026-08-31T13:12:45.969Z Downloaded phf v0.12.1
6672026-08-31T13:12:45.969Z Downloaded progenitor-extras v0.2.0
6682026-08-31T13:12:45.972Z Downloaded rpassword v7.5.4
6692026-08-31T13:12:45.972Z Downloaded rustversion v1.0.22
6702026-08-31T13:12:45.972Z Downloaded serde_path_to_error v0.1.20
6712026-08-31T13:12:45.975Z Downloaded sec1 v0.7.3
6722026-08-31T13:12:45.975Z Downloaded sec1 v0.8.1
6732026-08-31T13:12:45.975Z Downloaded serde_tokenstream v0.3.0
6742026-08-31T13:12:45.975Z Downloaded rustls-native-certs v0.8.3
6752026-08-31T13:12:45.978Z Downloaded unarray v0.1.4
6762026-08-31T13:12:45.978Z Downloaded console v0.16.2
6772026-08-31T13:12:45.978Z Downloaded shlex v1.3.0
6782026-08-31T13:12:45.982Z Downloaded sponge-cursor v0.1.0
6792026-08-31T13:12:45.982Z Downloaded slog-term v2.9.2
6802026-08-31T13:12:45.982Z Downloaded spki v0.8.0
6812026-08-31T13:12:45.985Z Downloaded utf-8 v0.7.6
6822026-08-31T13:12:45.985Z Downloaded signature v2.2.0
6832026-08-31T13:12:45.985Z Downloaded wnaf v0.14.0
6842026-08-31T13:12:45.985Z Downloaded zone_cfg_derive v0.3.1
6852026-08-31T13:12:45.985Z Downloaded convert_case v0.4.0
6862026-08-31T13:12:45.988Z Downloaded pkcs8 v0.10.2
6872026-08-31T13:12:45.988Z Downloaded synstructure v0.13.2
6882026-08-31T13:12:45.988Z Downloaded hmac v0.13.0
6892026-08-31T13:12:45.991Z Downloaded unicode-xid v0.2.6
6902026-08-31T13:12:45.991Z Downloaded half v1.8.3
6912026-08-31T13:12:45.991Z Downloaded parking_lot_core v0.9.12
6922026-08-31T13:12:45.994Z Downloaded pkcs1 v0.7.5
6932026-08-31T13:12:45.994Z Downloaded clang-sys v1.8.1
6942026-08-31T13:12:45.997Z Downloaded colored v2.2.0
6952026-08-31T13:12:45.997Z Downloaded buf-list v1.1.2
6962026-08-31T13:12:45.997Z Downloaded oxide-update-engine v0.1.2
6972026-08-31T13:12:46.001Z Downloaded bzip2 v0.4.4
6982026-08-31T13:12:46.001Z Downloaded cancel-safe-futures v0.1.5
6992026-08-31T13:12:46.004Z Downloaded cipher v0.5.2
7002026-08-31T13:12:46.004Z Downloaded const-oid v0.9.6
7012026-08-31T13:12:46.004Z Downloaded psm v0.1.30
7022026-08-31T13:12:46.007Z Downloaded testing_table v0.3.0
7032026-08-31T13:12:46.007Z Downloaded string_cache v0.8.9
7042026-08-31T13:12:46.007Z Downloaded subtle v2.6.1
7052026-08-31T13:12:46.007Z Downloaded generic-array v1.4.3
7062026-08-31T13:12:46.010Z Downloaded crunchy v0.2.4
7072026-08-31T13:12:46.010Z Downloaded tiny-keccak v2.0.2
7082026-08-31T13:12:46.010Z Downloaded getrandom v0.3.4
7092026-08-31T13:12:46.014Z Downloaded backoff v0.4.0
7102026-08-31T13:12:46.014Z Downloaded curve25519-dalek-derive v0.1.1
7112026-08-31T13:12:46.014Z Downloaded tls_codec v0.4.2
7122026-08-31T13:12:46.017Z Downloaded toml_writer v1.1.1+spec-1.1.0
7132026-08-31T13:12:46.017Z Downloaded difflib v0.4.0
7142026-08-31T13:12:46.017Z Downloaded idna_adapter v1.2.1
7152026-08-31T13:12:46.018Z Downloaded phf v0.13.1
7162026-08-31T13:12:46.021Z Downloaded illumos-nvpair-sys v0.2.0
7172026-08-31T13:12:46.021Z Downloaded indoc v1.0.9
7182026-08-31T13:12:46.021Z Downloaded dof v0.4.0
7192026-08-31T13:12:46.024Z Downloaded debug-ignore v1.0.5
7202026-08-31T13:12:46.024Z Downloaded defmt v0.3.100
7212026-08-31T13:12:46.027Z Downloaded rusty-fork v0.3.1
7222026-08-31T13:12:46.027Z Downloaded instant v0.1.13
7232026-08-31T13:12:46.030Z Downloaded vergen-lib v0.1.6
7242026-08-31T13:12:46.030Z Downloaded writeable v0.6.2
7252026-08-31T13:12:46.033Z Downloaded downcast-rs v2.0.2
7262026-08-31T13:12:46.033Z Downloaded dropshot-api-manager-types v0.8.0
7272026-08-31T13:12:46.033Z Downloaded keccak v0.1.6
7282026-08-31T13:12:46.036Z Downloaded lalrpop-util v0.19.12
7292026-08-31T13:12:46.036Z Downloaded memoffset v0.9.1
7302026-08-31T13:12:46.036Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7312026-08-31T13:12:46.036Z Downloaded blake2 v0.11.0-rc.6
7322026-08-31T13:12:46.044Z Downloaded half v2.7.1
7332026-08-31T13:12:46.047Z Downloaded oso v0.27.3
7342026-08-31T13:12:46.047Z Downloaded pkcs1 v0.8.0-rc.4
7352026-08-31T13:12:46.050Z Downloaded pkcs5 v0.8.1
7362026-08-31T13:12:46.054Z Downloaded tui-tree-widget v0.23.1
7372026-08-31T13:12:46.054Z Downloaded vsss-rs v3.3.4
7382026-08-31T13:12:46.054Z Downloaded zeroize v1.9.0
7392026-08-31T13:12:46.057Z Downloaded term v1.2.1
7402026-08-31T13:12:46.057Z Downloaded heapless v0.7.17
7412026-08-31T13:12:46.060Z Downloaded heapless v0.8.0
7422026-08-31T13:12:46.060Z Downloaded backtrace v0.3.76
7432026-08-31T13:12:46.063Z Downloaded ctr v0.10.1
7442026-08-31T13:12:46.063Z Downloaded der_derive v0.7.3
7452026-08-31T13:12:46.066Z Downloaded critical-section v1.2.0
7462026-08-31T13:12:46.066Z Downloaded elliptic-curve v0.14.1
7472026-08-31T13:12:46.069Z Downloaded percent-encoding v2.3.2
7482026-08-31T13:12:46.069Z Downloaded proc-macro-error-attr2 v2.0.0
7492026-08-31T13:12:46.069Z Downloaded chacha20 v0.10.0
7502026-08-31T13:12:46.069Z Downloaded flate2 v1.1.9
7512026-08-31T13:12:46.073Z Downloaded unicode-properties v0.1.4
7522026-08-31T13:12:46.073Z Downloaded corncobs v0.1.4
7532026-08-31T13:12:46.076Z Downloaded deranged v0.5.8
7542026-08-31T13:12:46.076Z Downloaded proc-macro-crate v3.4.0
7552026-08-31T13:12:46.076Z Downloaded progenitor-macro v0.13.0
7562026-08-31T13:12:46.076Z Downloaded stringprep v0.1.5
7572026-08-31T13:12:46.076Z Downloaded rand_pcg v0.10.2
7582026-08-31T13:12:46.079Z Downloaded num-iter v0.1.45
7592026-08-31T13:12:46.082Z Downloaded rustc_version v0.4.1
7602026-08-31T13:12:46.085Z Downloaded precomputed-hash v0.1.1
7612026-08-31T13:12:46.085Z Downloaded serde-big-array v0.5.1
7622026-08-31T13:12:46.088Z Downloaded chacha20poly1305 v0.10.1
7632026-08-31T13:12:46.088Z Downloaded digest v0.11.3
7642026-08-31T13:12:46.088Z Downloaded ar_archive_writer v0.5.1
7652026-08-31T13:12:46.091Z Downloaded tokio-dtrace v0.1.1
7662026-08-31T13:12:46.091Z Downloaded tokio-tungstenite v0.23.1
7672026-08-31T13:12:46.094Z Downloaded base64 v0.21.7
7682026-08-31T13:12:46.094Z Downloaded schemars v0.8.22
7692026-08-31T13:12:46.100Z Downloaded socket2 v0.5.10
7702026-08-31T13:12:46.103Z Downloaded libloading v0.8.9
7712026-08-31T13:12:46.103Z Downloaded slog-bunyan v2.5.0
7722026-08-31T13:12:46.107Z Downloaded opaque-debug v0.3.1
7732026-08-31T13:12:46.107Z Downloaded signature v3.0.0
7742026-08-31T13:12:46.109Z Downloaded headers v0.4.1
7752026-08-31T13:12:46.113Z Downloaded bumpalo v3.20.2
7762026-08-31T13:12:46.113Z Downloaded ipnetwork v0.21.1
7772026-08-31T13:12:46.113Z Downloaded compact_str v0.8.1
7782026-08-31T13:12:46.115Z Downloaded papergrid v0.18.0
7792026-08-31T13:12:46.119Z Downloaded prettyplease v0.2.37
7802026-08-31T13:12:46.122Z Downloaded rayon-core v1.13.0
7812026-08-31T13:12:46.122Z Downloaded tabwriter v1.4.1
7822026-08-31T13:12:46.125Z Downloaded time-core v0.1.8
7832026-08-31T13:12:46.125Z Downloaded linked-hash-map v0.5.6
7842026-08-31T13:12:46.128Z Downloaded secrecy v0.8.0
7852026-08-31T13:12:46.131Z Downloaded serde_plain v1.0.2
7862026-08-31T13:12:46.131Z Downloaded darling v0.20.11
7872026-08-31T13:12:46.135Z Downloaded hickory-resolver v0.24.4
7882026-08-31T13:12:46.135Z Downloaded chumsky v0.9.3
7892026-08-31T13:12:46.138Z Downloaded universal-hash v0.6.1
7902026-08-31T13:12:46.138Z Downloaded untrusted v0.7.1
7912026-08-31T13:12:46.138Z Downloaded arc-swap v1.8.2
7922026-08-31T13:12:46.141Z Downloaded pin-project-internal v1.1.11
7932026-08-31T13:12:46.141Z Downloaded bytes v1.11.1
7942026-08-31T13:12:46.144Z Downloaded similar v2.7.0
7952026-08-31T13:12:46.147Z Downloaded pem-rfc7468 v1.0.0
7962026-08-31T13:12:46.150Z Downloaded rand_seeder v0.4.0
7972026-08-31T13:12:46.150Z Downloaded rand_core v0.10.0
7982026-08-31T13:12:46.150Z Downloaded untrusted v0.9.0
7992026-08-31T13:12:46.150Z Downloaded linear-map v1.2.0
8002026-08-31T13:12:46.153Z Downloaded multer v3.1.0
8012026-08-31T13:12:46.154Z Downloaded xshell-macros v0.2.7
8022026-08-31T13:12:46.154Z Downloaded cpubits v0.1.1
8032026-08-31T13:12:46.154Z Downloaded cpufeatures v0.3.0
8042026-08-31T13:12:46.157Z Downloaded iana-time-zone v0.1.65
8052026-08-31T13:12:46.157Z Downloaded mime_guess v2.0.5
8062026-08-31T13:12:46.157Z Downloaded strip-ansi-escapes v0.2.1
8072026-08-31T13:12:46.160Z Downloaded tokio-macros v2.7.0
8082026-08-31T13:12:46.163Z Downloaded slog v2.8.2
8092026-08-31T13:12:46.166Z Downloaded tower-service v0.3.3
8102026-08-31T13:12:46.166Z Downloaded trait-variant v0.1.2
8112026-08-31T13:12:46.166Z Downloaded try-lock v0.2.5
8122026-08-31T13:12:46.169Z Downloaded jobserver v0.1.34
8132026-08-31T13:12:46.169Z Downloaded signal-hook-mio v0.2.5
8142026-08-31T13:12:46.169Z Downloaded darling_macro v0.13.4
8152026-08-31T13:12:46.172Z Downloaded dyn-clone v1.0.20
8162026-08-31T13:12:46.172Z Downloaded tokio-stream v0.1.18
8172026-08-31T13:12:46.175Z Downloaded document-features v0.2.12
8182026-08-31T13:12:46.175Z Downloaded sqlformat v0.3.5
8192026-08-31T13:12:46.178Z Downloaded crossbeam-utils v0.8.21
8202026-08-31T13:12:46.178Z Downloaded ingot-macros v0.2.0
8212026-08-31T13:12:46.178Z Downloaded strum_macros v0.27.2
8222026-08-31T13:12:46.181Z Downloaded oxnet v0.1.6
8232026-08-31T13:12:46.184Z Downloaded hickory-resolver v0.25.2
8242026-08-31T13:12:46.184Z Downloaded parking_lot_core v0.8.6
8252026-08-31T13:12:46.187Z Downloaded sapling-renderdag v0.1.0
8262026-08-31T13:12:46.187Z Downloaded wait-timeout v0.2.1
8272026-08-31T13:12:46.187Z Downloaded zeroize_derive v1.5.0
8282026-08-31T13:12:46.187Z Downloaded owo-colors v4.3.0
8292026-08-31T13:12:46.190Z Downloaded unsafe-libyaml v0.2.11
8302026-08-31T13:12:46.193Z Downloaded ident_case v1.0.1
8312026-08-31T13:12:46.193Z Downloaded peg-macros v0.8.5
8322026-08-31T13:12:46.193Z Downloaded cc v1.2.56
8332026-08-31T13:12:46.196Z Downloaded serde_derive_internals v0.29.1
8342026-08-31T13:12:46.199Z Downloaded scuffle v0.1.0
8352026-08-31T13:12:46.202Z Downloaded hashbrown v0.12.3
8362026-08-31T13:12:46.202Z Downloaded vte v0.14.1
8372026-08-31T13:12:46.205Z Downloaded litrs v1.0.0
8382026-08-31T13:12:46.205Z Downloaded schemars_derive v0.8.22
8392026-08-31T13:12:46.208Z Downloaded litemap v0.8.1
8402026-08-31T13:12:46.208Z Downloaded dunce v1.0.5
8412026-08-31T13:12:46.208Z Downloaded kstat-rs v0.2.5
8422026-08-31T13:12:46.211Z Downloaded polyval v0.7.1
8432026-08-31T13:12:46.214Z Downloaded quinn-udp v0.5.14
8442026-08-31T13:12:46.214Z Downloaded crc-any v2.5.0
8452026-08-31T13:12:46.215Z Downloaded serdect v0.4.3
8462026-08-31T13:12:46.218Z Downloaded slog-async v2.8.0
8472026-08-31T13:12:46.221Z Downloaded xshell v0.2.7
8482026-08-31T13:12:46.227Z Downloaded xattr v1.6.1
8492026-08-31T13:12:46.230Z Downloaded whoami v2.1.0
8502026-08-31T13:12:46.230Z Downloaded constant_time_eq v0.4.2
8512026-08-31T13:12:46.233Z Downloaded normalize-line-endings v0.3.0
8522026-08-31T13:12:46.233Z Downloaded num-conv v0.2.0
8532026-08-31T13:12:46.233Z Downloaded is-terminal v0.4.17
8542026-08-31T13:12:46.233Z Downloaded is_ci v1.2.0
8552026-08-31T13:12:46.233Z Downloaded termios v0.3.3
8562026-08-31T13:12:46.237Z Downloaded zopfli v0.8.3
8572026-08-31T13:12:46.240Z Downloaded defmt v1.0.1
8582026-08-31T13:12:46.240Z Downloaded diesel_table_macro_syntax v0.3.0
8592026-08-31T13:12:46.240Z Downloaded managed v0.8.0
8602026-08-31T13:12:46.243Z Downloaded newline-converter v0.3.0
8612026-08-31T13:12:46.246Z Downloaded vergen-gitcl v1.0.8
8622026-08-31T13:12:46.249Z Downloaded hickory-server v0.25.2
8632026-08-31T13:12:46.252Z Downloaded drift v0.2.0
8642026-08-31T13:12:46.256Z Downloaded either v1.15.0
8652026-08-31T13:12:46.288Z Downloaded rfc6979 v0.6.0
8662026-08-31T13:12:46.288Z Downloaded phf_shared v0.11.3
8672026-08-31T13:12:46.288Z Downloaded aes v0.9.1
8682026-08-31T13:12:46.288Z Downloaded darling v0.13.4
8692026-08-31T13:12:46.288Z Downloaded toml_parser v1.1.2+spec-1.1.0
8702026-08-31T13:12:46.288Z Downloaded ingot-types v0.2.0
8712026-08-31T13:12:46.288Z Downloaded libefi-sys v0.1.0
8722026-08-31T13:12:46.288Z Downloaded data-encoding v2.10.0
8732026-08-31T13:12:46.288Z Downloaded libsw-core v0.3.2
8742026-08-31T13:12:46.288Z Downloaded postgres-protocol v0.6.10
8752026-08-31T13:12:46.288Z Downloaded progenitor-client v0.14.0
8762026-08-31T13:12:46.288Z Downloaded md-5 v0.10.6
8772026-08-31T13:12:46.288Z Downloaded miette-derive v7.6.0
8782026-08-31T13:12:46.292Z Downloaded ron v0.8.1
8792026-08-31T13:12:46.292Z Downloaded same-file v1.0.6
8802026-08-31T13:12:46.292Z Downloaded strum v0.27.2
8812026-08-31T13:12:46.292Z Downloaded zip v0.6.6
8822026-08-31T13:12:46.295Z Downloaded usdt-attr-macro v0.6.0
8832026-08-31T13:12:46.295Z Downloaded num-complex v0.4.6
8842026-08-31T13:12:46.299Z Downloaded paste v1.0.15
8852026-08-31T13:12:46.299Z Downloaded pem v3.0.6
8862026-08-31T13:12:46.299Z Downloaded semver v0.1.20
8872026-08-31T13:12:46.302Z Downloaded pkg-config v0.3.32
8882026-08-31T13:12:46.305Z Downloaded predicates-tree v1.0.13
8892026-08-31T13:12:46.308Z Downloaded snafu-derive v0.8.9
8902026-08-31T13:12:46.308Z Downloaded tokio-rustls v0.26.4
8912026-08-31T13:12:46.312Z Downloaded module-lattice v0.2.3
8922026-08-31T13:12:46.318Z Downloaded rand_core v0.9.5
8932026-08-31T13:12:46.321Z Downloaded darling_core v0.20.11
8942026-08-31T13:12:46.324Z Downloaded darling_core v0.21.3
8952026-08-31T13:12:46.327Z Downloaded icu_properties v2.1.2
8962026-08-31T13:12:46.327Z Downloaded crucible-workspace-hack v0.1.0
8972026-08-31T13:12:46.327Z Downloaded dirs-next v2.0.0
8982026-08-31T13:12:46.330Z Downloaded subprocess v0.2.15
8992026-08-31T13:12:46.330Z Downloaded parking_lot v0.12.5
9002026-08-31T13:12:46.333Z Downloaded zstd-safe v7.2.4
9012026-08-31T13:12:46.333Z Downloaded http v1.4.2
9022026-08-31T13:12:46.336Z Downloaded pin-project v1.1.11
9032026-08-31T13:12:46.341Z Downloaded tungstenite v0.21.0
9042026-08-31T13:12:46.344Z Downloaded oxide-update-engine-display v0.1.2
9052026-08-31T13:12:46.344Z Downloaded simd-adler32 v0.3.8
9062026-08-31T13:12:46.347Z Downloaded tungstenite v0.23.0
9072026-08-31T13:12:46.347Z Downloaded want v0.3.1
9082026-08-31T13:12:46.347Z Downloaded zerofrom-derive v0.1.6
9092026-08-31T13:12:46.350Z Downloaded illumos-nvpair v0.3.0
9102026-08-31T13:12:46.350Z Downloaded zerofrom v0.1.6
9112026-08-31T13:12:46.350Z Downloaded lock_api v0.4.14
9122026-08-31T13:12:46.350Z Downloaded slog-json v2.6.1
9132026-08-31T13:12:46.350Z Downloaded static_assertions v1.1.0
9142026-08-31T13:12:46.353Z Downloaded supports-color v3.0.2
9152026-08-31T13:12:46.353Z Downloaded lru-slab v0.1.2
9162026-08-31T13:12:46.353Z Downloaded serde_yaml v0.9.34+deprecated
9172026-08-31T13:12:46.356Z Downloaded crossbeam-epoch v0.9.18
9182026-08-31T13:12:46.356Z Downloaded proc-macro-crate v1.3.1
9192026-08-31T13:12:46.356Z Downloaded rustls-platform-verifier v0.6.2
9202026-08-31T13:12:46.359Z Downloaded rand_chacha v0.9.0
9212026-08-31T13:12:46.360Z Downloaded rand_core v0.6.4
9222026-08-31T13:12:46.363Z Downloaded nom v7.1.3
9232026-08-31T13:12:46.365Z Downloaded hyper-rustls v0.27.7
9242026-08-31T13:12:46.368Z Downloaded scroll v0.13.0
9252026-08-31T13:12:46.369Z Downloaded maybe-uninit v2.0.0
9262026-08-31T13:12:46.372Z Downloaded serde_with_macros v1.5.2
9272026-08-31T13:12:46.381Z Downloaded derive-where v1.6.0
9282026-08-31T13:12:46.384Z Downloaded derive_more v0.99.20
9292026-08-31T13:12:46.387Z Downloaded toml v1.1.2+spec-1.1.0
9302026-08-31T13:12:46.390Z Downloaded ssh-cipher v0.3.0
9312026-08-31T13:12:46.390Z Downloaded ml-kem v0.3.2
9322026-08-31T13:12:46.393Z Downloaded support-bundle-viewer v0.1.2
9332026-08-31T13:12:46.393Z Downloaded thiserror-no-std v2.0.2
9342026-08-31T13:12:46.393Z Downloaded tokio-native-tls v0.3.1
9352026-08-31T13:12:46.396Z Downloaded tokio-tungstenite v0.21.0
9362026-08-31T13:12:46.396Z Downloaded quick-error v1.2.3
9372026-08-31T13:12:46.399Z Downloaded mime v0.3.17
9382026-08-31T13:12:46.399Z Downloaded newtype-uuid-macros v0.1.0
9392026-08-31T13:12:46.399Z Downloaded derive_more v2.1.1
9402026-08-31T13:12:46.405Z Downloaded delegate v0.13.5
9412026-08-31T13:12:46.408Z Downloaded p384 v0.14.0
9422026-08-31T13:12:46.408Z Downloaded pretty_assertions v1.4.1
9432026-08-31T13:12:46.412Z Downloaded hashbrown v0.16.1
9442026-08-31T13:12:46.412Z Downloaded serde_cbor v0.11.2
9452026-08-31T13:12:46.415Z Downloaded dsl_auto_type v0.2.0
9462026-08-31T13:12:46.415Z Downloaded indoc v2.0.7
9472026-08-31T13:12:46.415Z Downloaded smallvec v1.15.1
9482026-08-31T13:12:46.418Z Downloaded packed_struct v0.10.1
9492026-08-31T13:12:46.418Z Downloaded vergen-lib v9.1.0
9502026-08-31T13:12:46.418Z Downloaded omicron-zone-package v0.12.3
9512026-08-31T13:12:46.421Z Downloaded term v0.7.0
9522026-08-31T13:12:46.424Z Downloaded pkcs8 v0.11.0
9532026-08-31T13:12:46.424Z Downloaded russh-util v0.52.0
9542026-08-31T13:12:46.424Z Downloaded zerocopy-derive v0.8.55
9552026-08-31T13:12:46.429Z Downloaded rfc6979 v0.4.0
9562026-08-31T13:12:46.432Z Downloaded minimal-lexical v0.2.1
9572026-08-31T13:12:46.435Z Downloaded scheduled-thread-pool v0.2.7
9582026-08-31T13:12:46.435Z Downloaded serde_with_macros v3.21.0
9592026-08-31T13:12:46.435Z Downloaded cookie_store v0.22.1
9602026-08-31T13:12:46.435Z Downloaded icu_provider v2.1.1
9612026-08-31T13:12:46.438Z Downloaded num-rational v0.4.2
9622026-08-31T13:12:46.438Z Downloaded num-bigint-dig v0.8.6
9632026-08-31T13:12:46.441Z Downloaded termtree v0.5.1
9642026-08-31T13:12:46.444Z Downloaded hyper-staticfile v0.10.1
9652026-08-31T13:12:46.447Z Downloaded hashbrown v0.14.5
9662026-08-31T13:12:46.451Z Downloaded nu-ansi-term v0.50.3
9672026-08-31T13:12:46.461Z Downloaded ryu v1.0.23
9682026-08-31T13:12:46.464Z Downloaded parse-display-derive v0.10.0
9692026-08-31T13:12:46.464Z Downloaded port-file v0.1.0
9702026-08-31T13:12:46.467Z Downloaded nanorand v0.7.0
9712026-08-31T13:12:46.467Z Downloaded shell-words v1.1.1
9722026-08-31T13:12:46.467Z Downloaded phc v0.6.1
9732026-08-31T13:12:46.467Z Downloaded proc-macro-error2 v2.0.1
9742026-08-31T13:12:46.469Z Downloaded sync-ptr v0.1.4
9752026-08-31T13:12:46.472Z Downloaded derive_more-impl v2.1.1
9762026-08-31T13:12:46.476Z Downloaded derive_builder v0.20.2
9772026-08-31T13:12:46.479Z Downloaded hashbrown v0.15.5
9782026-08-31T13:12:46.479Z Downloaded zerotrie v0.2.3
9792026-08-31T13:12:46.482Z Downloaded zone v0.3.1
9802026-08-31T13:12:46.482Z Downloaded cookie v0.18.1
9812026-08-31T13:12:46.485Z Downloaded typed-path v0.9.3
9822026-08-31T13:12:46.488Z Downloaded darling_macro v0.23.0
9832026-08-31T13:12:46.488Z Downloaded tinyvec v1.10.0
9842026-08-31T13:12:46.488Z Downloaded rustc-demangle v0.1.27
9852026-08-31T13:12:46.491Z Downloaded dirs-sys-next v0.1.2
9862026-08-31T13:12:46.494Z Downloaded rustls-webpki v0.103.13
9872026-08-31T13:12:46.494Z Downloaded url v2.5.8
9882026-08-31T13:12:46.497Z Downloaded rand v0.10.1
9892026-08-31T13:12:46.500Z Downloaded crypto-bigint v0.5.5
9902026-08-31T13:12:46.503Z Downloaded itertools v0.10.5
9912026-08-31T13:12:46.506Z Downloaded darling v0.21.3
9922026-08-31T13:12:46.510Z Downloaded kem v0.3.0
9932026-08-31T13:12:46.510Z Downloaded hyper-tls v0.6.0
9942026-08-31T13:12:46.510Z Downloaded smf v0.2.3
9952026-08-31T13:12:46.510Z Downloaded stacker v0.1.23
9962026-08-31T13:12:46.510Z Downloaded tinystr v0.8.2
9972026-08-31T13:12:46.513Z Downloaded usdt-macro v0.6.0
9982026-08-31T13:12:46.513Z Downloaded whoami v1.6.1
9992026-08-31T13:12:46.516Z Downloaded rustc_version v0.1.7
10002026-08-31T13:12:46.520Z Downloaded serde-hex v0.1.0
10012026-08-31T13:12:46.523Z Downloaded instability v0.3.11
10022026-08-31T13:12:46.526Z Downloaded icu_locale_core v2.1.1
10032026-08-31T13:12:46.529Z Downloaded libscf-sys v1.2.0
10042026-08-31T13:12:46.529Z Downloaded new_debug_unreachable v1.0.6
10052026-08-31T13:12:46.533Z Downloaded steno v0.4.1
10062026-08-31T13:12:46.536Z Downloaded aes-gcm v0.11.0
10072026-08-31T13:12:46.538Z Downloaded unicode-bidi v0.3.18
10082026-08-31T13:12:46.539Z Downloaded const_format_proc_macros v0.2.34
10092026-08-31T13:12:46.541Z Downloaded futures-util v0.3.32
10102026-08-31T13:12:46.547Z Downloaded slog-dtrace v0.3.0
10112026-08-31T13:12:46.550Z Downloaded strum_macros v0.24.3
10122026-08-31T13:12:46.550Z Downloaded unicase v2.9.0
10132026-08-31T13:12:46.550Z Downloaded num_threads v0.1.7
10142026-08-31T13:12:46.550Z Downloaded openssl-macros v0.1.1
10152026-08-31T13:12:46.553Z Downloaded dropshot_endpoint v0.17.1
10162026-08-31T13:12:46.554Z Downloaded socket2 v0.6.3
10172026-08-31T13:12:46.554Z Downloaded ref-cast-impl v1.0.25
10182026-08-31T13:12:46.554Z Downloaded structmeta v0.3.0
10192026-08-31T13:12:46.559Z Downloaded structmeta-derive v0.3.0
10202026-08-31T13:12:46.559Z Downloaded vergen-git2 v9.1.0
10212026-08-31T13:12:46.559Z Downloaded libbz2-rs-sys v0.2.2
10222026-08-31T13:12:46.559Z Downloaded hyper-util v0.1.20
10232026-08-31T13:12:46.562Z Downloaded rand v0.9.2
10242026-08-31T13:12:46.562Z Downloaded uuid v1.23.4
10252026-08-31T13:12:46.566Z Downloaded crypto-common v0.2.2
10262026-08-31T13:12:46.566Z Downloaded crc v3.4.0
10272026-08-31T13:12:46.566Z Downloaded recursive v0.1.1
10282026-08-31T13:12:46.569Z Downloaded serde_repr v0.1.20
10292026-08-31T13:12:46.569Z Downloaded sigpipe v0.1.3
10302026-08-31T13:12:46.569Z Downloaded strsim v0.10.0
10312026-08-31T13:12:46.569Z Downloaded newtype-uuid v1.3.2
10322026-08-31T13:12:46.569Z Downloaded darling v0.23.0
10332026-08-31T13:12:46.572Z Downloaded tough v0.22.0
10342026-08-31T13:12:46.575Z Downloaded defmt-macros v1.0.1
10352026-08-31T13:12:46.578Z Downloaded num-traits v0.2.19
10362026-08-31T13:12:46.578Z Downloaded reedline v0.40.0
10372026-08-31T13:12:46.582Z Downloaded tracing-attributes v0.1.31
10382026-08-31T13:12:46.585Z Downloaded parking_lot v0.11.2
10392026-08-31T13:12:46.585Z Downloaded poly1305 v0.9.0
10402026-08-31T13:12:46.588Z Downloaded primeorder v0.14.0
10412026-08-31T13:12:46.588Z Downloaded scrypt v0.12.0
10422026-08-31T13:12:46.591Z Downloaded crc-catalog v2.4.0
10432026-08-31T13:12:46.591Z Downloaded siphasher v1.0.2
10442026-08-31T13:12:46.591Z Downloaded tower-layer v0.3.3
10452026-08-31T13:12:46.591Z Downloaded nonempty v0.12.0
10462026-08-31T13:12:46.591Z Downloaded yansi v1.0.1
10472026-08-31T13:12:46.594Z Downloaded hkdf v0.13.0
10482026-08-31T13:12:46.594Z Downloaded publicsuffix v2.3.0
10492026-08-31T13:12:46.598Z Downloaded libsw v3.5.0
10502026-08-31T13:12:46.601Z Downloaded aho-corasick v1.1.4
10512026-08-31T13:12:46.604Z Downloaded toml_edit v0.23.10+spec-1.0.0
10522026-08-31T13:12:46.607Z Downloaded openssl-probe v0.2.1
10532026-08-31T13:12:46.610Z Downloaded md5 v0.8.0
10542026-08-31T13:12:46.610Z Downloaded num v0.4.3
10552026-08-31T13:12:46.610Z Downloaded password-hash v0.5.0
10562026-08-31T13:12:46.610Z Downloaded pem-rfc7468 v0.7.0
10572026-08-31T13:12:46.613Z Downloaded hkdf v0.12.4
10582026-08-31T13:12:46.616Z Downloaded darling_macro v0.20.11
10592026-08-31T13:12:46.626Z Downloaded crc32fast v1.5.0
10602026-08-31T13:12:46.629Z Downloaded indicatif v0.18.4
10612026-08-31T13:12:46.629Z Downloaded inout v0.2.2
10622026-08-31T13:12:46.632Z Downloaded lru-cache v0.1.2
10632026-08-31T13:12:46.632Z Downloaded multimap v0.10.1
10642026-08-31T13:12:46.632Z Downloaded usdt-impl v0.6.0
10652026-08-31T13:12:46.632Z Downloaded slab v0.4.12
10662026-08-31T13:12:46.635Z Downloaded csv-core v0.1.13
10672026-08-31T13:12:46.636Z Downloaded typify-macro v0.6.2
10682026-08-31T13:12:46.638Z Downloaded des v0.9.0
10692026-08-31T13:12:46.641Z Downloaded time-macros v0.2.27
10702026-08-31T13:12:46.644Z Downloaded phf_shared v0.12.1
10712026-08-31T13:12:46.644Z Downloaded toml v0.7.8
10722026-08-31T13:12:46.644Z Downloaded scroll_derive v0.13.1
10732026-08-31T13:12:46.647Z Downloaded serde_urlencoded v0.7.1
10742026-08-31T13:12:46.647Z Downloaded postcard v1.1.3
10752026-08-31T13:12:46.647Z Downloaded postgres-types v0.2.12
10762026-08-31T13:12:46.652Z Downloaded cstr-argument v0.1.2
10772026-08-31T13:12:46.655Z Downloaded icu_normalizer_data v2.1.1
10782026-08-31T13:12:46.655Z Downloaded indent_write v2.2.0
10792026-08-31T13:12:46.658Z Downloaded h2 v0.4.15
10802026-08-31T13:12:46.662Z Downloaded impl-trait-for-tuples v0.2.3
10812026-08-31T13:12:46.665Z Downloaded supports-hyperlinks v3.2.0
10822026-08-31T13:12:46.665Z Downloaded tagptr v0.2.0
10832026-08-31T13:12:46.665Z Downloaded tinyvec_macros v0.1.1
10842026-08-31T13:12:46.668Z Downloaded defmt-parser v1.0.0
10852026-08-31T13:12:46.668Z Downloaded toml_edit v0.19.15
10862026-08-31T13:12:46.676Z Downloaded darling_core v0.13.4
10872026-08-31T13:12:46.679Z Downloaded newtype_derive v0.1.6
10882026-08-31T13:12:46.682Z Downloaded primeorder v0.13.6
10892026-08-31T13:12:46.682Z Downloaded progenitor v0.14.0
10902026-08-31T13:12:46.686Z Downloaded progenitor-client v0.13.0
10912026-08-31T13:12:46.686Z Downloaded zerovec-derive v0.11.2
10922026-08-31T13:12:46.686Z Downloaded unicode-truncate v1.1.0
10932026-08-31T13:12:46.692Z Downloaded jiff-static v0.2.34
10942026-08-31T13:12:46.695Z Downloaded lru v0.12.5
10952026-08-31T13:12:46.695Z Downloaded openssl-probe v0.1.6
10962026-08-31T13:12:46.698Z Downloaded displaydoc v0.2.5
10972026-08-31T13:12:46.701Z Downloaded ed25519 v3.0.0
10982026-08-31T13:12:46.701Z Downloaded darling_macro v0.21.3
10992026-08-31T13:12:46.705Z Downloaded signal-hook-registry v1.4.8
11002026-08-31T13:12:46.705Z Downloaded olpc-cjson v0.1.4
11012026-08-31T13:12:46.708Z Downloaded parse-size v1.1.0
11022026-08-31T13:12:46.708Z Downloaded indexmap v1.9.3
11032026-08-31T13:12:46.711Z Downloaded tar v0.4.46
11042026-08-31T13:12:46.714Z Downloaded dropshot-api-manager v0.8.0
11052026-08-31T13:12:46.717Z Downloaded sqlparser_derive v0.5.0
11062026-08-31T13:12:46.717Z Downloaded oxide-update-engine-types v0.1.2
11072026-08-31T13:12:46.717Z Downloaded vergen v9.1.0
11082026-08-31T13:12:46.720Z Downloaded ecdsa v0.16.9
11092026-08-31T13:12:46.720Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-08-31T13:12:46.720Z Downloaded crossbeam-deque v0.8.6
11112026-08-31T13:12:46.720Z Downloaded diesel-dtrace v0.5.0
11122026-08-31T13:12:46.723Z Downloaded path-slash v0.1.5
11132026-08-31T13:12:46.723Z Downloaded diesel_derives v2.3.7
11142026-08-31T13:12:46.727Z Downloaded poly1305 v0.8.0
11152026-08-31T13:12:46.727Z Downloaded serde_bytes v0.11.19
11162026-08-31T13:12:46.727Z Downloaded lzss v0.8.2
11172026-08-31T13:12:46.730Z Downloaded ref-cast v1.0.25
11182026-08-31T13:12:46.730Z Downloaded unit-prefix v0.5.2
11192026-08-31T13:12:46.730Z Downloaded digest-io v0.1.0
11202026-08-31T13:12:46.733Z Downloaded internal-russh-num-bigint v0.5.0
11212026-08-31T13:12:46.733Z Downloaded quick-xml v0.37.5
11222026-08-31T13:12:46.736Z Downloaded p256 v0.14.0
11232026-08-31T13:12:46.740Z Downloaded rand v0.8.6
11242026-08-31T13:12:46.743Z Downloaded lazy_static v1.5.0
11252026-08-31T13:12:46.746Z Downloaded inout v0.1.4
11262026-08-31T13:12:46.746Z Downloaded signal-hook-tokio v0.3.1
11272026-08-31T13:12:46.749Z Downloaded smallvec v0.6.14
11282026-08-31T13:12:46.752Z Downloaded knus v3.4.0
11292026-08-31T13:12:46.755Z Downloaded internet-checksum v0.2.1
11302026-08-31T13:12:46.755Z Downloaded password-hash v0.6.1
11312026-08-31T13:12:46.755Z Downloaded reqwest v0.13.2
11322026-08-31T13:12:46.758Z Downloaded typify v0.6.2
11332026-08-31T13:12:46.761Z Downloaded tower v0.5.3
11342026-08-31T13:12:46.769Z Downloaded convert_case v0.10.0
11352026-08-31T13:12:46.772Z Downloaded potential_utf v0.1.4
11362026-08-31T13:12:46.772Z Downloaded ctutils v0.4.2
11372026-08-31T13:12:46.772Z Downloaded void v1.0.2
11382026-08-31T13:12:46.775Z Downloaded waitgroup v0.1.2
11392026-08-31T13:12:46.775Z Downloaded yasna v0.5.2
11402026-08-31T13:12:46.778Z Downloaded itertools v0.15.0
11412026-08-31T13:12:46.782Z Downloaded ipnet v2.12.0
11422026-08-31T13:12:46.782Z Downloaded x509-cert v0.2.5
11432026-08-31T13:12:46.785Z Downloaded openssl-sys v0.9.117
11442026-08-31T13:12:46.788Z Downloaded progenitor-impl v0.13.0
11452026-08-31T13:12:46.788Z Downloaded derive-ex v0.1.8
11462026-08-31T13:12:46.788Z Downloaded p521 v0.14.0
11472026-08-31T13:12:46.791Z Downloaded diff v0.1.13
11482026-08-31T13:12:46.791Z Downloaded usdt v0.6.0
11492026-08-31T13:12:46.794Z Downloaded tap v1.0.1
11502026-08-31T13:12:46.794Z Downloaded crc8 v0.1.1
11512026-08-31T13:12:46.794Z Downloaded derive_builder_macro v0.20.2
11522026-08-31T13:12:46.794Z Downloaded display-error-chain v0.2.2
11532026-08-31T13:12:46.794Z Downloaded spki v0.7.3
11542026-08-31T13:12:46.797Z Downloaded ssh-encoding v0.3.0
11552026-08-31T13:12:46.797Z Downloaded utf8_iter v1.0.4
11562026-08-31T13:12:46.797Z Downloaded winnow v0.6.26
11572026-08-31T13:12:46.801Z Downloaded russh-cryptovec v0.62.0
11582026-08-31T13:12:46.804Z Downloaded uzers v0.12.2
11592026-08-31T13:12:46.804Z Downloaded sync_wrapper v1.0.2
11602026-08-31T13:12:46.810Z Downloaded samael v0.0.19
11612026-08-31T13:12:46.815Z Downloaded ed25519 v2.2.3
11622026-08-31T13:12:46.818Z Downloaded oso-derive v0.27.3
11632026-08-31T13:12:46.818Z Downloaded tokio-test v0.4.5
11642026-08-31T13:12:46.819Z Downloaded match_cfg v0.1.0
11652026-08-31T13:12:46.822Z Downloaded prefix-trie v0.7.0
11662026-08-31T13:12:46.822Z Downloaded secrecy v0.10.3
11672026-08-31T13:12:46.822Z Downloaded git2 v0.20.4
11682026-08-31T13:12:46.826Z Downloaded universal-hash v0.5.1
11692026-08-31T13:12:46.829Z Downloaded recursive-proc-macro-impl v0.1.1
11702026-08-31T13:12:46.829Z Downloaded thiserror-impl-no-std v2.0.2
11712026-08-31T13:12:46.829Z Downloaded miniz_oxide v0.8.9
11722026-08-31T13:12:46.829Z Downloaded oxide-generation v0.1.3
11732026-08-31T13:12:46.832Z Downloaded dtrace-parser v0.3.0
11742026-08-31T13:12:46.832Z Downloaded seq-macro v0.3.6
11752026-08-31T13:12:46.832Z Downloaded sha1 v0.11.0
11762026-08-31T13:12:46.832Z Downloaded ed25519-dalek v2.2.0
11772026-08-31T13:12:46.835Z Downloaded twox-hash v2.1.2
11782026-08-31T13:12:46.838Z Downloaded unicode-normalization v0.1.25
11792026-08-31T13:12:46.842Z Downloaded ppv-lite86 v0.2.21
11802026-08-31T13:12:46.845Z Downloaded r2d2 v0.8.10
11812026-08-31T13:12:46.845Z Downloaded zerocopy v0.6.6
11822026-08-31T13:12:46.849Z Downloaded memmap2 v0.9.10
11832026-08-31T13:12:46.852Z Downloaded rustls-pemfile v2.2.0
11842026-08-31T13:12:46.852Z Downloaded thread_local v1.1.9
11852026-08-31T13:12:46.856Z Downloaded elliptic-curve v0.13.8
11862026-08-31T13:12:46.860Z Downloaded yoke-derive v0.8.1
11872026-08-31T13:12:46.868Z Downloaded num-derive v0.4.2
11882026-08-31T13:12:46.878Z Downloaded winnow v1.0.3
11892026-08-31T13:12:46.884Z Downloaded progenitor-impl v0.14.0
11902026-08-31T13:12:46.887Z Downloaded strum_macros v0.26.4
11912026-08-31T13:12:46.887Z Downloaded tls_codec_derive v0.4.2
11922026-08-31T13:12:46.887Z Downloaded derive_builder_core v0.20.2
11932026-08-31T13:12:46.890Z Downloaded maplit v1.0.2
11942026-08-31T13:12:46.890Z Downloaded ed25519-dalek v3.0.0
11952026-08-31T13:12:46.890Z Downloaded packed_struct_codegen v0.10.1
11962026-08-31T13:12:46.890Z Downloaded psl-types v2.0.11
11972026-08-31T13:12:46.893Z Downloaded daft-derive v0.1.8
11982026-08-31T13:12:46.896Z Downloaded pin-project-lite v0.2.17
11992026-08-31T13:12:46.899Z Downloaded peg-runtime v0.8.5
12002026-08-31T13:12:46.903Z Downloaded tokio-postgres v0.7.16
12012026-08-31T13:12:46.906Z Downloaded unicode_categories v0.1.1
12022026-08-31T13:12:46.909Z Downloaded ignore v0.4.25
12032026-08-31T13:12:46.909Z Downloaded yoke v0.8.1
12042026-08-31T13:12:46.912Z Downloaded rustls-pki-types v1.14.0
12052026-08-31T13:12:46.917Z Downloaded resolv-conf v0.7.6
12062026-08-31T13:12:46.917Z Downloaded walkdir v2.5.0
12072026-08-31T13:12:46.917Z Downloaded bindgen v0.71.1
12082026-08-31T13:12:46.921Z Downloaded quinn v0.11.11
12092026-08-31T13:12:46.925Z Downloaded spin v0.9.8
12102026-08-31T13:12:46.929Z Downloaded daft v0.1.8
12112026-08-31T13:12:46.929Z Downloaded phf_shared v0.13.1
12122026-08-31T13:12:46.932Z Downloaded predicates v3.1.4
12132026-08-31T13:12:46.932Z Downloaded slog-scope v4.4.1
12142026-08-31T13:12:46.932Z Downloaded keccak v0.2.0
12152026-08-31T13:12:46.932Z Downloaded rsa v0.9.10
12162026-08-31T13:12:46.935Z Downloaded bitvec v1.0.1
12172026-08-31T13:12:46.942Z Downloaded ingot v0.2.1
12182026-08-31T13:12:46.945Z Downloaded crossterm v0.28.1
12192026-08-31T13:12:46.948Z Downloaded zstd v0.13.3
12202026-08-31T13:12:46.948Z Downloaded salsa20 v0.11.0
12212026-08-31T13:12:46.951Z Downloaded blake3 v1.8.5
12222026-08-31T13:12:46.954Z Downloaded itertools v0.12.1
12232026-08-31T13:12:46.957Z Downloaded jiff-core v0.1.0
12242026-08-31T13:12:46.960Z Downloaded knus-derive v3.4.0
12252026-08-31T13:12:46.960Z Downloaded slog-stdlog v4.1.1
12262026-08-31T13:12:46.960Z Downloaded wyz v0.5.1
12272026-08-31T13:12:46.963Z Downloaded crossterm v0.29.0
12282026-08-31T13:12:46.966Z Downloaded snafu v0.8.9
12292026-08-31T13:12:46.969Z Downloaded proptest v1.11.0
12302026-08-31T13:12:46.972Z Downloaded serde_with v1.14.0
12312026-08-31T13:12:46.975Z Downloaded libxml v0.3.3
12322026-08-31T13:12:46.978Z Downloaded native-tls v0.2.18
12332026-08-31T13:12:46.978Z Downloaded signal-hook v0.3.18
12342026-08-31T13:12:46.982Z Downloaded unicode-segmentation v1.12.0
12352026-08-31T13:12:46.982Z Downloaded ecdsa v0.17.0
12362026-08-31T13:12:46.982Z Downloaded sha2 v0.11.0
12372026-08-31T13:12:46.985Z Downloaded hybrid-array v0.4.13
12382026-08-31T13:12:46.995Z Downloaded zerovec v0.11.5
12392026-08-31T13:12:46.998Z Downloaded goblin v0.10.5
12402026-08-31T13:12:47.002Z Downloaded crypto-primes v0.7.2
12412026-08-31T13:12:47.005Z Downloaded test-strategy v0.4.5
12422026-08-31T13:12:47.011Z Downloaded rcgen v0.12.1
12432026-08-31T13:12:47.024Z Downloaded der v0.8.0
12442026-08-31T13:12:47.037Z Downloaded tracing-core v0.1.36
12452026-08-31T13:12:47.044Z Downloaded rsa v0.10.0-rc.18
12462026-08-31T13:12:47.047Z Downloaded schemars v0.9.0
12472026-08-31T13:12:47.054Z Downloaded iri-string v0.7.10
12482026-08-31T13:12:47.058Z Downloaded rustyline v14.0.0
12492026-08-31T13:12:47.061Z Downloaded smoltcp v0.9.1
12502026-08-31T13:12:47.065Z Downloaded tokio-util v0.7.18
12512026-08-31T13:12:47.069Z Downloaded const_format v0.2.35
12522026-08-31T13:12:47.072Z Downloaded darling_core v0.23.0
12532026-08-31T13:12:47.076Z Downloaded tabled v0.21.0
12542026-08-31T13:12:47.084Z Downloaded time v0.3.47
12552026-08-31T13:12:47.090Z Downloaded winnow v0.5.40
12562026-08-31T13:12:47.094Z Downloaded vcpkg v0.2.15
12572026-08-31T13:12:47.118Z Downloaded schemars v1.2.1
12582026-08-31T13:12:47.126Z Downloaded chrono v0.4.45
12592026-08-31T13:12:47.131Z Downloaded rawzip v0.4.4
12602026-08-31T13:12:47.134Z Downloaded rayon v1.11.0
12612026-08-31T13:12:47.140Z Downloaded icu_normalizer v2.1.1
12622026-08-31T13:12:47.143Z Downloaded idna v1.1.0
12632026-08-31T13:12:47.146Z Downloaded crossbeam-channel v0.5.15
12642026-08-31T13:12:47.146Z Downloaded qorb v0.4.1
12652026-08-31T13:12:47.149Z Downloaded zip v4.6.1
12662026-08-31T13:12:47.152Z Downloaded russh v0.62.4
12672026-08-31T13:12:47.156Z Downloaded mio v1.2.0
12682026-08-31T13:12:47.159Z Downloaded regex-syntax v0.6.29
12692026-08-31T13:12:47.163Z Downloaded iddqd v0.4.2
12702026-08-31T13:12:47.168Z Downloaded itertools v0.14.0
12712026-08-31T13:12:47.172Z Downloaded object v0.30.4
12722026-08-31T13:12:47.177Z Downloaded gimli v0.32.3
12732026-08-31T13:12:47.182Z Downloaded moka v0.12.13
12742026-08-31T13:12:47.186Z Downloaded num-bigint v0.4.6
12752026-08-31T13:12:47.190Z Downloaded icu_collections v2.1.1
12762026-08-31T13:12:47.193Z Downloaded libm v0.2.16
12772026-08-31T13:12:47.197Z Downloaded der v0.7.10
12782026-08-31T13:12:47.201Z Downloaded serde_with v3.21.0
12792026-08-31T13:12:47.206Z Downloaded quinn-proto v0.11.16
12802026-08-31T13:12:47.210Z Downloaded petname v2.0.2
12812026-08-31T13:12:47.213Z Downloaded miette v7.6.0
12822026-08-31T13:12:47.217Z Downloaded sha3 v0.12.0
12832026-08-31T13:12:47.220Z Downloaded hyper v1.10.1
12842026-08-31T13:12:47.223Z Downloaded salty v0.3.0
12852026-08-31T13:12:47.226Z Downloaded regex v1.12.3
12862026-08-31T13:12:47.229Z Downloaded polar-core v0.27.3
12872026-08-31T13:12:47.233Z Downloaded tower-http v0.6.8
12882026-08-31T13:12:47.237Z Downloaded ssh-key v0.7.0-rc.11
12892026-08-31T13:12:47.242Z Downloaded nom v8.0.0
12902026-08-31T13:12:47.245Z Downloaded icu_properties_data v2.1.2
12912026-08-31T13:12:47.250Z Downloaded bstr v1.12.1
12922026-08-31T13:12:47.255Z Downloaded portable-atomic v1.13.1
12932026-08-31T13:12:47.259Z Downloaded crypto-bigint v0.7.5
12942026-08-31T13:12:47.268Z Downloaded regex-syntax v0.8.10
12952026-08-31T13:12:47.272Z Downloaded itertools v0.13.0
12962026-08-31T13:12:47.276Z Downloaded hickory-proto v0.24.4
12972026-08-31T13:12:47.284Z Downloaded rustls v0.23.41
12982026-08-31T13:12:47.291Z Downloaded nix v0.27.1
12992026-08-31T13:12:47.296Z Downloaded lalrpop v0.19.12
13002026-08-31T13:12:47.303Z Downloaded reqwest v0.12.28
13012026-08-31T13:12:47.306Z Downloaded nix v0.28.0
13022026-08-31T13:12:47.312Z Downloaded regress v0.10.5
13032026-08-31T13:12:47.317Z Downloaded openssl v0.10.80
13042026-08-31T13:12:47.322Z Downloaded nix v0.31.2
13052026-08-31T13:12:47.328Z Downloaded p384 v0.13.1
13062026-08-31T13:12:47.331Z Downloaded dropshot v0.17.1
13072026-08-31T13:12:47.343Z Downloaded hickory-proto v0.25.2
13082026-08-31T13:12:47.352Z Downloaded zlib-rs v0.6.2
13092026-08-31T13:12:47.355Z Downloaded zerocopy v0.8.55
13102026-08-31T13:12:47.366Z Downloaded smoltcp v0.11.0
13112026-08-31T13:12:47.374Z Downloaded radix_trie v0.2.1
13122026-08-31T13:12:47.377Z Downloaded curve25519-dalek v4.1.3
13132026-08-31T13:12:47.383Z Downloaded curve25519-dalek v5.0.0
13142026-08-31T13:12:47.388Z Downloaded openapiv3 v2.2.0
13152026-08-31T13:12:47.394Z Downloaded rustix v0.38.44
13162026-08-31T13:12:47.407Z Downloaded object v0.37.3
13172026-08-31T13:12:47.413Z Downloaded sqlparser v0.61.0
13182026-08-31T13:12:47.419Z Downloaded sled v0.34.7
13192026-08-31T13:12:47.424Z Downloaded typify-impl v0.6.2
13202026-08-31T13:12:47.433Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-31T13:12:47.442Z Downloaded syn v3.0.3
13222026-08-31T13:12:47.446Z Downloaded sha3 v0.11.0
13232026-08-31T13:12:47.449Z Downloaded diesel v2.3.7
13242026-08-31T13:12:47.460Z Downloaded regress v0.11.1
13252026-08-31T13:12:47.465Z Downloaded chrono-tz v0.10.4
13262026-08-31T13:12:47.481Z Downloaded sha3 v0.10.8
13272026-08-31T13:12:47.496Z Downloaded regex-automata v0.4.14
13282026-08-31T13:12:47.504Z Downloaded ratatui v0.29.0
13292026-08-31T13:12:47.516Z Downloaded tracing v0.1.44
13302026-08-31T13:12:47.527Z Downloaded zerocopy-derive v0.6.6
13312026-08-31T13:12:47.549Z Downloaded petgraph v0.6.5
13322026-08-31T13:12:47.609Z Downloaded jiff v0.2.34
13332026-08-31T13:12:47.677Z Downloaded petgraph v0.8.3
13342026-08-31T13:12:47.692Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-31T13:12:47.723Z Downloaded libz-sys v1.1.24
13362026-08-31T13:12:47.735Z Downloaded csv v1.4.0
13372026-08-31T13:12:47.746Z Downloaded tokio v1.52.1
13382026-08-31T13:12:47.790Z Downloaded encoding_rs v0.8.35
13392026-08-31T13:12:47.798Z Downloaded ring v0.17.14
13402026-08-31T13:12:47.822Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-31T13:12:48.079Z Downloaded aws-lc-sys v0.40.0
13422026-08-31T13:12:48.339Z Compiling serde_core v1.0.228
13432026-08-31T13:12:48.339Z Compiling libc v0.2.185
13442026-08-31T13:12:48.339Z Compiling serde v1.0.228
13452026-08-31T13:12:48.342Z Compiling log v0.4.33
13462026-08-31T13:12:48.342Z Compiling smallvec v1.15.1
13472026-08-31T13:12:48.342Z Compiling shlex v1.3.0
13482026-08-31T13:12:48.342Z Compiling find-msvc-tools v0.1.9
13492026-08-31T13:12:48.480Z Compiling syn v2.0.117
13502026-08-31T13:12:48.676Z Compiling subtle v2.6.1
13512026-08-31T13:12:48.676Z Compiling scopeguard v1.2.0
13522026-08-31T13:12:48.705Z Compiling typenum v1.20.1
13532026-08-31T13:12:48.788Z Compiling lock_api v0.4.14
13542026-08-31T13:12:48.791Z Compiling stable_deref_trait v1.2.1
13552026-08-31T13:12:48.816Z Compiling zerocopy v0.8.55
13562026-08-31T13:12:48.843Z Compiling portable-atomic v1.13.1
13572026-08-31T13:12:48.871Z Compiling serde_json v1.0.151
13582026-08-31T13:12:49.018Z Compiling critical-section v1.2.0
13592026-08-31T13:12:49.075Z Compiling libm v0.2.16
13602026-08-31T13:12:49.123Z Compiling num-traits v0.2.19
13612026-08-31T13:12:49.238Z Compiling pkg-config v0.3.32
13622026-08-31T13:12:49.334Z Compiling errno v0.3.14
13632026-08-31T13:12:49.360Z Compiling jobserver v0.1.34
13642026-08-31T13:12:49.452Z Compiling getrandom v0.2.17
13652026-08-31T13:12:49.490Z Compiling generic-array v0.14.7
13662026-08-31T13:12:49.694Z Compiling cc v1.2.56
13672026-08-31T13:12:49.697Z Compiling rand_core v0.6.4
13682026-08-31T13:12:49.721Z Compiling pin-project-lite v0.2.17
13692026-08-31T13:12:49.756Z Compiling getrandom v0.4.3
13702026-08-31T13:12:49.813Z Compiling once_cell v1.21.3
13712026-08-31T13:12:49.873Z Compiling parking_lot_core v0.9.12
13722026-08-31T13:12:49.969Z Compiling const-oid v0.9.6
13732026-08-31T13:12:50.069Z Compiling rand_core v0.10.0
13742026-08-31T13:12:50.124Z Compiling signal-hook-registry v1.4.8
13752026-08-31T13:12:50.410Z Compiling litemap v0.8.1
13762026-08-31T13:12:50.441Z Compiling writeable v0.6.2
13772026-08-31T13:12:50.588Z Compiling bitflags v2.11.0
13782026-08-31T13:12:50.632Z Compiling percent-encoding v2.3.2
13792026-08-31T13:12:50.657Z Compiling futures-core v0.3.32
13802026-08-31T13:12:50.682Z Compiling semver v1.0.28
13812026-08-31T13:12:50.804Z Compiling parking_lot v0.12.5
13822026-08-31T13:12:50.819Z Compiling mio v1.2.0
13832026-08-31T13:12:50.833Z Compiling icu_normalizer_data v2.1.1
13842026-08-31T13:12:50.994Z Compiling icu_properties_data v2.1.2
13852026-08-31T13:12:51.009Z Compiling socket2 v0.6.3
13862026-08-31T13:12:51.224Z Compiling getrandom v0.3.4
13872026-08-31T13:12:51.245Z Compiling rustix v1.1.4
13882026-08-31T13:12:51.248Z Compiling futures-sink v0.3.32
13892026-08-31T13:12:51.293Z Compiling synstructure v0.13.2
13902026-08-31T13:12:51.384Z Compiling futures-channel v0.3.32
13912026-08-31T13:12:51.504Z Compiling indexmap v2.14.0
13922026-08-31T13:12:51.524Z Compiling slab v0.4.12
13932026-08-31T13:12:51.619Z Compiling futures-task v0.3.32
13942026-08-31T13:12:51.706Z Compiling futures-io v0.3.32
13952026-08-31T13:12:51.800Z Compiling utf8_iter v1.0.4
13962026-08-31T13:12:51.844Z Compiling form_urlencoded v1.2.2
13972026-08-31T13:12:51.867Z Compiling rustversion v1.0.22
13982026-08-31T13:12:51.899Z Compiling iana-time-zone v0.1.65
13992026-08-31T13:12:51.958Z Compiling base64ct v1.8.3
14002026-08-31T13:12:52.024Z Compiling cmake v0.1.57
14012026-08-31T13:12:52.100Z Compiling flagset v0.4.7
14022026-08-31T13:12:52.136Z Compiling fs_extra v1.3.0
14032026-08-31T13:12:52.182Z Compiling dunce v1.0.5
14042026-08-31T13:12:52.233Z Compiling pem-rfc7468 v0.7.0
14052026-08-31T13:12:52.253Z Compiling regex-syntax v0.8.10
14062026-08-31T13:12:52.283Z Compiling ident_case v1.0.1
14072026-08-31T13:12:52.410Z Compiling rand_core v0.9.5
14082026-08-31T13:12:52.426Z Compiling uuid v1.23.4
14092026-08-31T13:12:52.431Z Compiling aws-lc-sys v0.40.0
14102026-08-31T13:12:52.531Z Compiling base64 v0.22.1
14112026-08-31T13:12:52.764Z Compiling vcpkg v0.2.15
14122026-08-31T13:12:52.885Z Compiling syn v1.0.109
14132026-08-31T13:12:52.900Z Compiling serde_derive_internals v0.29.1
14142026-08-31T13:12:53.032Z Compiling rustc_version v0.4.1
14152026-08-31T13:12:53.104Z Compiling serde_derive v1.0.228
14162026-08-31T13:12:53.144Z Compiling zeroize_derive v1.5.0
14172026-08-31T13:12:53.196Z Compiling zerocopy-derive v0.8.55
14182026-08-31T13:12:53.364Z Compiling zerofrom-derive v0.1.6
14192026-08-31T13:12:53.497Z Compiling yoke-derive v0.8.1
14202026-08-31T13:12:53.807Z Compiling zerovec-derive v0.11.2
14212026-08-31T13:12:53.822Z Compiling displaydoc v0.2.5
14222026-08-31T13:12:54.592Z Compiling tokio-macros v2.7.0
14232026-08-31T13:12:54.657Z Compiling futures-macro v0.3.32
14242026-08-31T13:12:54.679Z Compiling der_derive v0.7.3
14252026-08-31T13:12:54.782Z Compiling zerofrom v0.1.6
14262026-08-31T13:12:54.911Z Compiling yoke v0.8.1
14272026-08-31T13:12:54.949Z Compiling thiserror-impl v2.0.18
14282026-08-31T13:12:55.104Z Compiling zerovec v0.11.5
14292026-08-31T13:12:55.340Z Compiling zerotrie v0.2.3
14302026-08-31T13:12:55.496Z Compiling futures-util v0.3.32
14312026-08-31T13:12:55.629Z Compiling tinystr v0.8.2
14322026-08-31T13:12:55.644Z Compiling potential_utf v0.1.4
14332026-08-31T13:12:55.663Z Compiling openssl-sys v0.9.117
14342026-08-31T13:12:55.803Z Compiling icu_locale_core v2.1.1
14352026-08-31T13:12:55.833Z Compiling icu_collections v2.1.1
14362026-08-31T13:12:56.266Z Compiling tracing-attributes v0.1.31
14372026-08-31T13:12:56.374Z Compiling thiserror v2.0.18
14382026-08-31T13:12:56.378Z Compiling tracing-core v0.1.36
14392026-08-31T13:12:56.486Z Compiling icu_provider v2.1.1
14402026-08-31T13:12:56.662Z Compiling zeroize v1.9.0
14412026-08-31T13:12:56.708Z Compiling bytes v1.11.1
14422026-08-31T13:12:56.782Z Compiling icu_properties v2.1.2
14432026-08-31T13:12:56.936Z Compiling icu_normalizer v2.1.1
14442026-08-31T13:12:57.335Z Compiling tokio v1.52.1
14452026-08-31T13:12:57.465Z Compiling crypto-common v0.1.7
14462026-08-31T13:12:57.468Z Compiling block-buffer v0.10.4
14472026-08-31T13:12:57.584Z Compiling chrono v0.4.45
14482026-08-31T13:12:57.621Z Compiling digest v0.10.7
14492026-08-31T13:12:57.655Z Compiling idna_adapter v1.2.1
14502026-08-31T13:12:57.796Z Compiling ppv-lite86 v0.2.21
14512026-08-31T13:12:57.842Z Compiling idna v1.1.0
14522026-08-31T13:12:57.857Z Compiling der v0.7.10
14532026-08-31T13:12:57.873Z Compiling http v1.4.2
14542026-08-31T13:12:57.888Z Compiling simd-adler32 v0.3.8
14552026-08-31T13:12:58.118Z Compiling rand_chacha v0.9.0
14562026-08-31T13:12:58.135Z Compiling url v2.5.8
14572026-08-31T13:12:58.484Z Compiling aws-lc-rs v1.16.3
14582026-08-31T13:12:58.761Z Compiling spki v0.7.3
14592026-08-31T13:12:58.764Z Compiling cpufeatures v0.2.17
14602026-08-31T13:12:58.805Z Compiling dyn-clone v1.0.20
14612026-08-31T13:12:58.837Z Compiling schemars v0.8.22
14622026-08-31T13:12:58.915Z Compiling http-body v1.0.1
14632026-08-31T13:12:58.934Z Compiling pkcs8 v0.10.2
14642026-08-31T13:12:58.948Z Compiling rand v0.9.2
14652026-08-31T13:12:58.979Z Compiling tracing v0.1.44
14662026-08-31T13:12:59.041Z Compiling rustls-pki-types v1.14.0
14672026-08-31T13:12:59.131Z Compiling schemars_derive v0.8.22
14682026-08-31T13:12:59.182Z Compiling spin v0.9.8
14692026-08-31T13:12:59.233Z Compiling openssl-probe v0.2.1
14702026-08-31T13:12:59.384Z Compiling httparse v1.10.1
14712026-08-31T13:12:59.405Z Compiling adler2 v2.0.1
14722026-08-31T13:12:59.478Z Compiling cmov v0.5.4
14732026-08-31T13:12:59.530Z Compiling crc32fast v1.5.0
14742026-08-31T13:12:59.671Z Compiling tinyvec_macros v0.1.1
14752026-08-31T13:12:59.686Z Compiling ctutils v0.4.2
14762026-08-31T13:12:59.738Z Compiling tinyvec v1.10.0
14772026-08-31T13:12:59.754Z Compiling miniz_oxide v0.8.9
14782026-08-31T13:12:59.826Z Compiling tempfile v3.27.0
14792026-08-31T13:12:59.909Z Compiling pest_generator v2.8.6
14802026-08-31T13:13:00.071Z Compiling sha2 v0.10.9
14812026-08-31T13:13:00.182Z Compiling terminal_size v0.4.3
14822026-08-31T13:13:00.319Z Compiling aho-corasick v1.1.4
14832026-08-31T13:13:00.349Z Compiling tower-layer v0.3.3
14842026-08-31T13:13:00.509Z Compiling untrusted v0.7.1
14852026-08-31T13:13:00.577Z Compiling unicode-segmentation v1.12.0
14862026-08-31T13:13:00.630Z Compiling try-lock v0.2.5
14872026-08-31T13:13:00.738Z Compiling tower-service v0.3.3
14882026-08-31T13:13:00.834Z Compiling radium v0.7.0
14892026-08-31T13:13:00.946Z Compiling atomic-waker v1.1.2
14902026-08-31T13:13:01.069Z Compiling tokio-util v0.7.18
14912026-08-31T13:13:01.154Z Compiling regex-automata v0.4.14
14922026-08-31T13:13:01.356Z Compiling want v0.3.1
14932026-08-31T13:13:01.524Z Compiling pest_derive v2.8.6
14942026-08-31T13:13:01.650Z Compiling hybrid-array v0.4.13
14952026-08-31T13:13:01.963Z Compiling h2 v0.4.15
14962026-08-31T13:13:02.156Z Compiling ipnet v2.12.0
14972026-08-31T13:13:02.403Z Compiling scroll_derive v0.13.1
14982026-08-31T13:13:02.428Z Compiling darling_core v0.20.11
14992026-08-31T13:13:02.646Z Compiling openssl v0.10.80
15002026-08-31T13:13:02.869Z Compiling tap v1.0.1
15012026-08-31T13:13:02.872Z Compiling rustls v0.23.41
15022026-08-31T13:13:02.983Z Compiling foreign-types-shared v0.1.1
15032026-08-31T13:13:03.045Z Compiling httpdate v1.0.3
15042026-08-31T13:13:03.061Z Compiling maybe-uninit v2.0.0
15052026-08-31T13:13:03.075Z Compiling untrusted v0.9.0
15062026-08-31T13:13:03.185Z Compiling scroll v0.13.0
15072026-08-31T13:13:03.200Z Compiling foreign-types v0.3.2
15082026-08-31T13:13:03.267Z Compiling wyz v0.5.1
15092026-08-31T13:13:03.361Z Compiling unicode-normalization v0.1.25
15102026-08-31T13:13:03.456Z Compiling rand_chacha v0.3.1
15112026-08-31T13:13:03.496Z Compiling signature v2.2.0
15122026-08-31T13:13:03.681Z Compiling hex v0.4.3
15132026-08-31T13:13:03.812Z Compiling openssl-macros v0.1.1
15142026-08-31T13:13:03.839Z Compiling thiserror-impl v1.0.69
15152026-08-31T13:13:03.946Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-31T13:13:04.205Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-31T13:13:04.217Z Compiling num-integer v0.1.46
15182026-08-31T13:13:04.231Z Compiling socket2 v0.5.10
15192026-08-31T13:13:04.527Z Compiling wait-timeout v0.2.1
15202026-08-31T13:13:04.580Z Compiling ahash v0.8.12
15212026-08-31T13:13:04.614Z Compiling packed_struct v0.10.1
15222026-08-31T13:13:04.662Z Compiling darling_macro v0.20.11
15232026-08-31T13:13:04.778Z Compiling funty v2.0.0
15242026-08-31T13:13:04.793Z Compiling num-bigint-dig v0.8.6
15252026-08-31T13:13:04.848Z Compiling powerfmt v0.2.0
15262026-08-31T13:13:04.971Z Compiling time-core v0.1.8
15272026-08-31T13:13:05.045Z Compiling hyper v1.10.1
15282026-08-31T13:13:05.066Z Compiling num-conv v0.2.0
15292026-08-31T13:13:05.116Z Compiling bit-vec v0.8.0
15302026-08-31T13:13:05.139Z Compiling native-tls v0.2.18
15312026-08-31T13:13:05.191Z Compiling quick-error v1.2.3
15322026-08-31T13:13:05.207Z Compiling clap_builder v4.6.0
15332026-08-31T13:13:05.298Z Compiling bit-set v0.8.0
15342026-08-31T13:13:05.347Z Compiling rusty-fork v0.3.1
15352026-08-31T13:13:05.351Z Compiling time-macros v0.2.27
15362026-08-31T13:13:05.375Z Compiling darling v0.20.11
15372026-08-31T13:13:05.453Z Compiling bitvec v1.0.1
15382026-08-31T13:13:05.456Z Compiling thiserror v1.0.69
15392026-08-31T13:13:05.574Z Compiling deranged v0.5.8
15402026-08-31T13:13:06.027Z Compiling num-iter v0.1.45
15412026-08-31T13:13:06.197Z Compiling hyper-util v0.1.20
15422026-08-31T13:13:06.668Z Compiling rand v0.8.6
15432026-08-31T13:13:06.933Z Compiling goblin v0.10.5
15442026-08-31T13:13:07.288Z Compiling packed_struct_codegen v0.10.1
15452026-08-31T13:13:07.470Z Compiling lazy_static v1.5.0
15462026-08-31T13:13:07.564Z Compiling hmac v0.12.1
15472026-08-31T13:13:07.721Z Compiling serde_spanned v0.6.9
15482026-08-31T13:13:07.867Z Compiling toml_datetime v0.6.11
15492026-08-31T13:13:07.943Z Compiling zerocopy-derive v0.6.6
15502026-08-31T13:13:08.115Z Compiling clap_derive v4.6.1
15512026-08-31T13:13:08.209Z Compiling bitfield-macros v0.19.4
15522026-08-31T13:13:08.338Z Compiling rand_xorshift v0.4.0
15532026-08-31T13:13:08.496Z Compiling sync_wrapper v1.0.2
15542026-08-31T13:13:08.606Z Compiling indexmap v1.9.3
15552026-08-31T13:13:08.751Z Compiling nodrop v0.1.14
15562026-08-31T13:13:08.788Z Compiling usdt-impl v0.6.0
15572026-08-31T13:13:08.845Z Compiling crossbeam-utils v0.8.21
15582026-08-31T13:13:08.893Z Compiling zlib-rs v0.6.2
15592026-08-31T13:13:08.990Z Compiling num_threads v0.1.7
15602026-08-31T13:13:09.090Z Compiling unarray v0.1.4
15612026-08-31T13:13:09.126Z Compiling siphasher v1.0.2
15622026-08-31T13:13:09.199Z Compiling paste v1.0.15
15632026-08-31T13:13:09.310Z Compiling crc-catalog v2.4.0
15642026-08-31T13:13:09.405Z Compiling object v0.37.3
15652026-08-31T13:13:09.509Z Compiling crc v3.4.0
15662026-08-31T13:13:09.531Z Compiling proptest v1.11.0
15672026-08-31T13:13:09.698Z Compiling dof v0.4.0
15682026-08-31T13:13:09.733Z Compiling time v0.3.47
15692026-08-31T13:13:09.843Z Compiling clap v4.6.1
15702026-08-31T13:13:09.944Z Compiling bitfield v0.19.4
15712026-08-31T13:13:10.229Z Compiling array-init v0.0.4
15722026-08-31T13:13:10.812Z Compiling zerocopy v0.6.6
15732026-08-31T13:13:10.883Z Compiling tower v0.5.3
15742026-08-31T13:13:11.332Z Compiling smallvec v0.6.14
15752026-08-31T13:13:11.507Z Compiling derive_builder_core v0.20.2
15762026-08-31T13:13:11.703Z Compiling dtrace-parser v0.3.0
15772026-08-31T13:13:12.250Z Compiling flate2 v1.1.9
15782026-08-31T13:13:12.349Z Compiling ipnetwork v0.21.1
15792026-08-31T13:13:12.378Z Compiling pkcs1 v0.7.5
15802026-08-31T13:13:12.433Z Compiling http-body-util v0.1.3
15812026-08-31T13:13:12.461Z Compiling heapless v0.7.17
15822026-08-31T13:13:12.645Z Compiling structmeta-derive v0.3.0
15832026-08-31T13:13:12.671Z Compiling scroll_derive v0.12.1
15842026-08-31T13:13:12.694Z Compiling slog v2.8.2
15852026-08-31T13:13:12.726Z Compiling darling_core v0.23.0
15862026-08-31T13:13:12.764Z Compiling thread-id v5.1.0
15872026-08-31T13:13:12.849Z Compiling cookie v0.18.1
15882026-08-31T13:13:12.874Z Compiling env_filter v2.0.0
15892026-08-31T13:13:13.029Z Compiling syn v3.0.3
15902026-08-31T13:13:13.168Z Compiling unicode-bidi v0.3.18
15912026-08-31T13:13:13.326Z Compiling signal-hook v0.3.18
15922026-08-31T13:13:13.498Z Compiling unicode-properties v0.1.4
15932026-08-31T13:13:13.694Z Compiling anyhow v1.0.104
15942026-08-31T13:13:13.706Z Compiling hashbrown v0.12.3
15952026-08-31T13:13:13.721Z Compiling allocator-api2 v0.2.21
15962026-08-31T13:13:13.993Z Compiling zstd-safe v7.2.4
15972026-08-31T13:13:14.050Z Compiling ryu v1.0.23
15982026-08-31T13:13:14.174Z Compiling gimli v0.32.3
15992026-08-31T13:13:14.188Z Compiling base64 v0.21.7
16002026-08-31T13:13:14.232Z Compiling winnow v0.5.40
16012026-08-31T13:13:14.501Z Compiling iri-string v0.7.10
16022026-08-31T13:13:15.212Z Compiling darling_macro v0.23.0
16032026-08-31T13:13:15.664Z Compiling tower-http v0.6.8
16042026-08-31T13:13:15.706Z Compiling toml_edit v0.19.15
16052026-08-31T13:13:16.019Z Compiling addr2line v0.25.1
16062026-08-31T13:13:16.064Z Compiling ron v0.8.1
16072026-08-31T13:13:16.140Z Compiling serde_urlencoded v0.7.1
16082026-08-31T13:13:16.467Z Compiling daft-derive v0.1.8
16092026-08-31T13:13:16.580Z Compiling structmeta v0.3.0
16102026-08-31T13:13:16.615Z Compiling stringprep v0.1.5
16112026-08-31T13:13:16.786Z Compiling scroll v0.12.0
16122026-08-31T13:13:16.848Z Compiling env_logger v0.11.11
16132026-08-31T13:13:17.090Z Compiling rsa v0.9.10
16142026-08-31T13:13:17.109Z Compiling oxnet v0.1.6
16152026-08-31T13:13:17.198Z Compiling derive_builder_macro v0.20.2
16162026-08-31T13:13:17.307Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-31T13:13:17.527Z Compiling newtype-uuid v1.3.2
16182026-08-31T13:13:17.648Z Compiling hashbrown v0.13.2
16192026-08-31T13:13:17.663Z Compiling serde-hex v0.1.0
16202026-08-31T13:13:17.854Z Compiling bzip2 v0.4.4
16212026-08-31T13:13:18.062Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-31T13:13:18.129Z Compiling camino v1.2.5
16232026-08-31T13:13:18.245Z Compiling tokio-native-tls v0.3.1
16242026-08-31T13:13:18.869Z Compiling bstr v1.12.1
16252026-08-31T13:13:19.006Z Compiling block-padding v0.4.2
16262026-08-31T13:13:19.179Z Compiling crypto-common v0.2.2
16272026-08-31T13:13:19.380Z Compiling block-buffer v0.12.1
16282026-08-31T13:13:19.502Z Compiling heck v0.4.1
16292026-08-31T13:13:19.582Z Compiling rustls-native-certs v0.8.3
16302026-08-31T13:13:19.724Z Compiling x509-cert v0.2.5
16312026-08-31T13:13:19.872Z Compiling md-5 v0.10.6
16322026-08-31T13:13:20.047Z Compiling serde_tokenstream v0.2.3
16332026-08-31T13:13:20.108Z Compiling erased-serde v0.3.31
16342026-08-31T13:13:20.361Z Compiling curve25519-dalek v4.1.3
16352026-08-31T13:13:20.451Z Compiling async-trait v0.1.89
16362026-08-31T13:13:20.590Z Compiling pin-project-internal v1.1.11
16372026-08-31T13:13:20.681Z Compiling zerocopy-derive v0.7.35
16382026-08-31T13:13:20.917Z Compiling vergen-lib v9.1.0
16392026-08-31T13:13:21.109Z Compiling hash32 v0.2.1
16402026-08-31T13:13:21.212Z Compiling memoffset v0.9.1
16412026-08-31T13:13:21.336Z Compiling encoding_rs v0.8.35
16422026-08-31T13:13:21.351Z Compiling rustix v0.38.44
16432026-08-31T13:13:21.403Z Compiling crc-any v2.5.0
16442026-08-31T13:13:21.458Z Compiling smoltcp v0.9.1
16452026-08-31T13:13:21.572Z Compiling litrs v1.0.0
16462026-08-31T13:13:21.632Z Compiling fallible-iterator v0.2.0
16472026-08-31T13:13:21.689Z Compiling cfg_aliases v0.2.1
16482026-08-31T13:13:21.712Z Compiling rustc-demangle v0.1.27
16492026-08-31T13:13:21.765Z Compiling mime v0.3.17
16502026-08-31T13:13:21.790Z Compiling ref-cast v1.0.25
16512026-08-31T13:13:21.884Z Compiling psl-types v2.0.11
16522026-08-31T13:13:21.944Z Compiling owo-colors v4.3.0
16532026-08-31T13:13:22.010Z Compiling publicsuffix v2.3.0
16542026-08-31T13:13:22.025Z Compiling backtrace v0.3.76
16552026-08-31T13:13:22.082Z Compiling document-features v0.2.12
16562026-08-31T13:13:22.109Z Compiling postgres-protocol v0.6.10
16572026-08-31T13:13:22.147Z Compiling nix v0.31.2
16582026-08-31T13:13:22.175Z Compiling pin-project v1.1.11
16592026-08-31T13:13:22.297Z Compiling zerocopy v0.7.35
16602026-08-31T13:13:22.356Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16612026-08-31T13:13:22.734Z Compiling snafu-derive v0.8.9
16622026-08-31T13:13:22.814Z Compiling inout v0.2.2
16632026-08-31T13:13:22.838Z Compiling daft v0.1.8
16642026-08-31T13:13:22.994Z Compiling hyper-tls v0.6.0
16652026-08-31T13:13:23.048Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16662026-08-31T13:13:23.063Z Compiling object v0.30.4
16672026-08-31T13:13:23.110Z Compiling zip v0.6.6
16682026-08-31T13:13:23.160Z Compiling derive_builder v0.20.2
16692026-08-31T13:13:23.285Z Compiling toml v0.7.8
16702026-08-31T13:13:23.321Z Compiling goblin v0.8.2
16712026-08-31T13:13:23.677Z Compiling derive-ex v0.1.8
16722026-08-31T13:13:24.163Z Compiling darling v0.23.0
16732026-08-31T13:13:24.258Z Compiling phf_shared v0.13.1
16742026-08-31T13:13:24.266Z Compiling regex v1.12.3
16752026-08-31T13:13:24.487Z Compiling hubpack_derive v0.1.1
16762026-08-31T13:13:24.599Z Compiling convert_case v0.10.0
16772026-08-31T13:13:24.681Z Compiling futures-executor v0.3.32
16782026-08-31T13:13:24.895Z Compiling curve25519-dalek-derive v0.1.1
16792026-08-31T13:13:24.937Z Compiling strum_macros v0.27.2
16802026-08-31T13:13:24.940Z Compiling ref-cast-impl v1.0.25
16812026-08-31T13:13:25.328Z Compiling vergen v9.1.0
16822026-08-31T13:13:25.494Z Compiling cargo-platform v0.3.2
16832026-08-31T13:13:25.513Z Compiling ff v0.13.1
16842026-08-31T13:13:25.532Z Compiling fs-err v3.3.0
16852026-08-31T13:13:25.650Z Compiling base16ct v0.2.0
16862026-08-31T13:13:25.723Z Compiling foldhash v0.2.0
16872026-08-31T13:13:25.764Z Compiling bitflags v1.3.2
16882026-08-31T13:13:25.834Z Compiling bumpalo v3.20.2
16892026-08-31T13:13:25.848Z Compiling foldhash v0.1.5
16902026-08-31T13:13:25.894Z Compiling managed v0.8.0
16912026-08-31T13:13:25.943Z Compiling same-file v1.0.6
16922026-08-31T13:13:26.017Z Compiling jiff-core v0.1.0
16932026-08-31T13:13:26.084Z Compiling path-slash v0.1.5
16942026-08-31T13:13:26.142Z Compiling libbz2-rs-sys v0.2.2
16952026-08-31T13:13:26.145Z Compiling is_ci v1.2.0
16962026-08-31T13:13:26.284Z Compiling supports-color v3.0.2
16972026-08-31T13:13:26.323Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16982026-08-31T13:13:26.812Z Compiling jiff v0.2.34
16992026-08-31T13:13:26.879Z Compiling bzip2 v0.6.1
17002026-08-31T13:13:26.926Z Compiling strum v0.27.2
17012026-08-31T13:13:27.059Z Compiling walkdir v2.5.0
17022026-08-31T13:13:27.086Z Compiling zopfli v0.8.3
17032026-08-31T13:13:27.166Z Compiling hashbrown v0.15.5
17042026-08-31T13:13:27.275Z Compiling textwrap v0.16.2
17052026-08-31T13:13:27.370Z Compiling hashbrown v0.16.1
17062026-08-31T13:13:27.717Z Compiling sec1 v0.7.3
17072026-08-31T13:13:27.745Z Compiling cargo_metadata v0.23.1
17082026-08-31T13:13:27.765Z Compiling group v0.13.0
17092026-08-31T13:13:27.961Z Compiling dof v0.3.0
17102026-08-31T13:13:27.991Z Compiling test-strategy v0.4.5
17112026-08-31T13:13:28.076Z Compiling hubpack v0.1.2
17122026-08-31T13:13:28.290Z Compiling derive_more-impl v2.1.1
17132026-08-31T13:13:28.680Z Compiling futures v0.3.32
17142026-08-31T13:13:28.767Z Compiling snafu v0.8.9
17152026-08-31T13:13:29.069Z Compiling phf v0.13.1
17162026-08-31T13:13:29.136Z Compiling serde_with_macros v3.21.0
17172026-08-31T13:13:29.433Z Compiling signal-hook-mio v0.2.5
17182026-08-31T13:13:29.449Z Compiling cookie_store v0.22.1
17192026-08-31T13:13:29.555Z Compiling zstd v0.13.3
17202026-08-31T13:13:29.591Z Compiling reqwest v0.12.28
17212026-08-31T13:13:29.818Z Compiling cipher v0.5.2
17222026-08-31T13:13:30.151Z Compiling postgres-types v0.2.12
17232026-08-31T13:13:30.183Z Compiling backtrace-ext v0.2.1
17242026-08-31T13:13:30.369Z Compiling usdt-macro v0.6.0
17252026-08-31T13:13:30.702Z Compiling usdt-attr-macro v0.6.0
17262026-08-31T13:13:30.790Z Compiling globset v0.4.18
17272026-08-31T13:13:31.069Z Compiling phf_shared v0.11.3
17282026-08-31T13:13:31.135Z Compiling hkdf v0.12.4
17292026-08-31T13:13:31.309Z Compiling dtrace-parser v0.2.0
17302026-08-31T13:13:31.336Z Compiling byte-wrapper v0.1.0
17312026-08-31T13:13:31.393Z Compiling olpc-cjson v0.1.4
17322026-08-31T13:13:31.467Z Compiling ed25519 v2.2.3
17332026-08-31T13:13:31.496Z Compiling crypto-bigint v0.5.5
17342026-08-31T13:13:31.515Z Compiling serde-big-array v0.5.1
17352026-08-31T13:13:31.552Z Compiling serde_plain v1.0.2
17362026-08-31T13:13:31.659Z Compiling serde_repr v0.1.20
17372026-08-31T13:13:31.674Z Compiling enum-as-inner v0.6.1
17382026-08-31T13:13:31.747Z Compiling async-recursion v1.1.1
17392026-08-31T13:13:32.056Z Compiling strum_macros v0.26.4
17402026-08-31T13:13:32.182Z Compiling miette-derive v7.6.0
17412026-08-31T13:13:32.202Z Compiling pem v3.0.6
17422026-08-31T13:13:32.385Z Compiling float-cmp v0.10.0
17432026-08-31T13:13:32.423Z Compiling memmap2 v0.9.10
17442026-08-31T13:13:32.527Z Compiling thread-id v4.2.2
17452026-08-31T13:13:32.542Z Compiling new_debug_unreachable v1.0.6
17462026-08-31T13:13:32.647Z Compiling winnow v1.0.3
17472026-08-31T13:13:32.653Z Compiling keccak v0.1.6
17482026-08-31T13:13:32.653Z Compiling predicates-core v1.0.10
17492026-08-31T13:13:32.819Z Compiling const-oid v0.10.2
17502026-08-31T13:13:33.028Z Compiling typed-path v0.9.3
17512026-08-31T13:13:33.329Z Compiling cpufeatures v0.3.0
17522026-08-31T13:13:33.348Z Compiling normalize-line-endings v0.3.0
17532026-08-31T13:13:33.410Z Compiling static_assertions v1.1.0
17542026-08-31T13:13:33.445Z Compiling whoami v2.1.0
17552026-08-31T13:13:33.459Z Compiling either v1.15.0
17562026-08-31T13:13:33.484Z Compiling supports-unicode v3.0.0
17572026-08-31T13:13:33.625Z Compiling supports-hyperlinks v3.2.0
17582026-08-31T13:13:33.640Z Compiling data-encoding v2.10.0
17592026-08-31T13:13:33.663Z Compiling fixedbitset v0.5.7
17602026-08-31T13:13:33.693Z Compiling precomputed-hash v0.1.1
17612026-08-31T13:13:33.774Z Compiling fixedbitset v0.4.2
17622026-08-31T13:13:33.787Z Compiling difflib v0.4.0
17632026-08-31T13:13:33.812Z Compiling toml_edit v0.22.27
17642026-08-31T13:13:33.827Z Compiling strum v0.26.3
17652026-08-31T13:13:33.954Z Compiling hickory-proto v0.25.2
17662026-08-31T13:13:33.969Z Compiling petgraph v0.6.5
17672026-08-31T13:13:33.984Z Compiling petgraph v0.8.3
17682026-08-31T13:13:34.250Z Compiling predicates v3.1.4
17692026-08-31T13:13:34.329Z Compiling string_cache v0.8.9
17702026-08-31T13:13:34.343Z Compiling miette v7.6.0
17712026-08-31T13:13:34.547Z Compiling tokio-postgres v0.7.16
17722026-08-31T13:13:34.883Z Compiling itertools v0.13.0
17732026-08-31T13:13:35.465Z Compiling toml_parser v1.1.2+spec-1.1.0
17742026-08-31T13:13:35.480Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-08-31T13:13:35.901Z Compiling chacha20 v0.10.0
17762026-08-31T13:13:36.093Z Compiling digest v0.11.3
17772026-08-31T13:13:36.139Z Compiling sha3 v0.10.8
17782026-08-31T13:13:36.326Z Compiling usdt-impl v0.5.0
17792026-08-31T13:13:36.326Z Compiling usdt v0.6.0
17802026-08-31T13:13:36.599Z Compiling elliptic-curve v0.13.8
17812026-08-31T13:13:36.615Z Compiling ed25519-dalek v2.2.0
17822026-08-31T13:13:36.631Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-31T13:13:36.815Z Compiling crossterm v0.28.1
17842026-08-31T13:13:36.933Z Compiling serde_with v3.21.0
17852026-08-31T13:13:37.141Z Compiling zip v4.6.1
17862026-08-31T13:13:38.073Z Compiling derive_more v2.1.1
17872026-08-31T13:13:38.144Z Compiling iddqd v0.4.2
17882026-08-31T13:13:38.342Z Compiling similar v2.7.0
17892026-08-31T13:13:38.478Z Compiling crossbeam-epoch v0.9.18
17902026-08-31T13:13:38.572Z Compiling tokio-stream v0.1.18
17912026-08-31T13:13:38.701Z Compiling buf-list v1.1.2
17922026-08-31T13:13:38.713Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-31T13:13:38.713Z Compiling openapiv3 v2.2.0
17942026-08-31T13:13:38.794Z Compiling peg-runtime v0.8.5
17952026-08-31T13:13:38.961Z Compiling lalrpop-util v0.19.12
17962026-08-31T13:13:38.999Z Compiling thread_local v1.1.9
17972026-08-31T13:13:39.020Z Compiling slog-async v2.8.0
17982026-08-31T13:13:39.074Z Compiling crossbeam-channel v0.5.15
17992026-08-31T13:13:39.150Z Compiling filetime v0.2.27
18002026-08-31T13:13:39.181Z Compiling is-terminal v0.4.17
18012026-08-31T13:13:39.247Z Compiling xattr v1.6.1
18022026-08-31T13:13:39.291Z Compiling term v1.2.1
18032026-08-31T13:13:39.319Z Compiling take_mut v0.2.2
18042026-08-31T13:13:39.333Z Compiling camino-tempfile v1.4.1
18052026-08-31T13:13:39.402Z Compiling tar v0.4.46
18062026-08-31T13:13:39.550Z Compiling slog-term v2.9.2
18072026-08-31T13:13:45.354Z Compiling rustls-webpki v0.103.13
18082026-08-31T13:13:48.070Z Compiling tokio-rustls v0.26.4
18092026-08-31T13:13:48.070Z Compiling rustls-platform-verifier v0.6.2
18102026-08-31T13:13:48.098Z Compiling tough v0.22.0
18112026-08-31T13:13:48.282Z Compiling hyper-rustls v0.27.7
18122026-08-31T13:13:48.463Z Compiling reqwest v0.13.2
18132026-08-31T13:13:50.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-08-31T13:13:50.895Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-08-31T13:13:53.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18162026-08-31T13:13:53.981Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18172026-08-31T13:13:54.044ZAug 31 13:13:53.166 INFO Starting download, target: Console
18182026-08-31T13:13:54.044ZAug 31 13:13:53.166 INFO Starting download, target: Cockroach
18192026-08-31T13:13:54.044ZAug 31 13:13:53.166 INFO Starting download, target: DendriteStub
18202026-08-31T13:13:54.058ZAug 31 13:13:53.166 INFO Starting download, target: Clickhouse
18212026-08-31T13:13:54.058ZAug 31 13:13:53.166 INFO Starting download, target: MaghemiteMgd
18222026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Starting download, target: MaghemiteDdmd
18232026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Starting download, target: TransceiverControl
18242026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18272026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18282026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18292026-08-31T13:13:54.058ZAug 31 13:13:53.167 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-31T13:13:54.059ZAug 31 13:13:53.167 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18312026-08-31T13:13:55.771ZAug 31 13:13:54.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18322026-08-31T13:13:55.791ZAug 31 13:13:54.924 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18332026-08-31T13:13:56.022ZAug 31 13:13:55.154 INFO Download complete, target: Console
18342026-08-31T13:13:57.332ZAug 31 13:13:56.434 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18352026-08-31T13:13:57.523ZAug 31 13:13:56.650 INFO Download complete, target: TransceiverControl
18362026-08-31T13:14:00.463ZAug 31 13:13:59.545 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18372026-08-31T13:14:00.678ZAug 31 13:13:59.798 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-31T13:14:00.746ZAug 31 13:13:59.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-31T13:14:01.658ZAug 31 13:14:00.791 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-31T13:14:01.658ZAug 31 13:14:00.791 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-31T13:14:02.316ZAug 31 13:14:01.449 INFO Checking that binary works, target: Clickhouse
18422026-08-31T13:14:02.483ZAug 31 13:14:01.616 INFO Download complete, target: Clickhouse
18432026-08-31T13:14:02.635ZAug 31 13:14:01.766 INFO Download complete, target: MaghemiteDdmd
18442026-08-31T13:14:02.816ZAug 31 13:14:01.949 INFO Download complete, target: DendriteStub
18452026-08-31T13:14:03.186ZAug 31 13:14:02.316 INFO Download complete, target: MaghemiteMgd
18462026-08-31T13:14:06.101ZAug 31 13:14:05.234 INFO Checking that binary works, target: Cockroach
18472026-08-31T13:14:06.216ZAug 31 13:14:05.348 INFO Download complete, target: Cockroach
18482026-08-31T13:14:06.231ZAll builder prerequisites installed successfully, and PATH looks valid
18492026-08-31T13:14:06.259Z
18502026-08-31T13:14:06.259Zreal 2:19.430303000
18512026-08-31T13:14:06.260Zuser 7:22.659687876
18522026-08-31T13:14:06.260Zsys 1:26.880254791
18532026-08-31T13:14:06.260Ztrap 0.248709123
18542026-08-31T13:14:06.260Ztflt 0.550273345
18552026-08-31T13:14:06.260Zdflt 0.847366982
18562026-08-31T13:14:06.260Zkflt 0.033742632
18572026-08-31T13:14:06.260Zlock 28:20.441936878
18582026-08-31T13:14:06.260Zslp 22:28.467926946
18592026-08-31T13:14:06.260Zlat 48.841106185
18602026-08-31T13:14:06.260Zstop 2:47.603629105
18612026-08-31T13:14:06.260Z+ banner clippy
18622026-08-31T13:14:06.260Z
18632026-08-31T13:14:06.260Z #### # # ##### ##### # #
18642026-08-31T13:14:06.260Z # # # # # # # # # #
18652026-08-31T13:14:06.260Z # # # # # # # #
18662026-08-31T13:14:06.260Z # # # ##### ##### #
18672026-08-31T13:14:06.260Z # # # # # # #
18682026-08-31T13:14:06.260Z #### ###### # # # #
18692026-08-31T13:14:06.264Z
18702026-08-31T13:14:06.264Z+ export CARGO_INCREMENTAL=0
18712026-08-31T13:14:06.265Z+ CARGO_INCREMENTAL=0
18722026-08-31T13:14:06.265Z+ ptime -m cargo xtask clippy
18732026-08-31T13:14:06.701Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18742026-08-31T13:14:06.986Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18752026-08-31T13:14:08.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18762026-08-31T13:14:08.866Z Running `target/debug/xtask clippy`
18772026-08-31T13:14:08.892Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18782026-08-31T13:14:09.460Z Downloading crates ...
18792026-08-31T13:14:09.636Z Downloaded constant_time_eq v0.3.1
18802026-08-31T13:14:09.640Z Downloaded approx v0.5.1
18812026-08-31T13:14:09.640Z Downloaded cast v0.3.0
18822026-08-31T13:14:09.640Z Downloaded criterion-plot v0.6.0
18832026-08-31T13:14:09.640Z Downloaded assert-json-diff v2.0.2
18842026-08-31T13:14:09.640Z Downloaded async-object-pool v0.2.0
18852026-08-31T13:14:09.646Z Downloaded concurrent-queue v2.5.0
18862026-08-31T13:14:09.646Z Downloaded anes v0.1.6
18872026-08-31T13:14:09.646Z Downloaded assert_cmd v2.1.2
18882026-08-31T13:14:09.646Z Downloaded async-lock v3.4.2
18892026-08-31T13:14:09.652Z Downloaded cfg-expr v0.20.6
18902026-08-31T13:14:09.652Z Downloaded datatest-stable v0.3.3
18912026-08-31T13:14:09.652Z Downloaded event-listener-strategy v0.5.4
18922026-08-31T13:14:09.652Z Downloaded escape8259 v0.5.3
18932026-08-31T13:14:09.652Z Downloaded blake2b_simd v1.0.4
18942026-08-31T13:14:09.652Z Downloaded futures-timer v3.0.3
18952026-08-31T13:14:09.652Z Downloaded fancy-regex v0.14.0
18962026-08-31T13:14:09.655Z Downloaded criterion v0.7.0
18972026-08-31T13:14:09.658Z Downloaded event-listener v5.4.1
18982026-08-31T13:14:09.658Z Downloaded guppy-workspace-hack v0.1.0
18992026-08-31T13:14:09.658Z Downloaded hickory-client v0.25.2
19002026-08-31T13:14:09.658Z Downloaded guppy v0.17.25
19012026-08-31T13:14:09.662Z Downloaded hex-literal v0.4.1
19022026-08-31T13:14:09.665Z Downloaded httptest v0.16.4
19032026-08-31T13:14:09.665Z Downloaded miette-derive v5.10.0
19042026-08-31T13:14:09.665Z Downloaded linkme-impl v0.3.35
19052026-08-31T13:14:09.665Z Downloaded libtest-mimic v0.8.1
19062026-08-31T13:14:09.665Z Downloaded linkme v0.3.35
19072026-08-31T13:14:09.668Z Downloaded nested v0.1.1
19082026-08-31T13:14:09.668Z Downloaded parking v2.2.1
19092026-08-31T13:14:09.668Z Downloaded knuffel-derive v3.2.0
19102026-08-31T13:14:09.668Z Downloaded oorandom v11.1.5
19112026-08-31T13:14:09.670Z Downloaded pathdiff v0.2.3
19122026-08-31T13:14:09.670Z Downloaded plotters-svg v0.3.7
19132026-08-31T13:14:09.670Z Downloaded knuffel v3.2.0
19142026-08-31T13:14:09.670Z Downloaded partial-io v0.5.4
19152026-08-31T13:14:09.673Z Downloaded miette v5.10.0
19162026-08-31T13:14:09.673Z Downloaded owo-colors v3.5.0
19172026-08-31T13:14:09.677Z Downloaded path-tree v0.8.3
19182026-08-31T13:14:09.677Z Downloaded plotters-backend v0.3.7
19192026-08-31T13:14:09.677Z Downloaded relative-path v1.9.3
19202026-08-31T13:14:09.677Z Downloaded plotters v0.3.7
19212026-08-31T13:14:09.681Z Downloaded rust-argon2 v2.1.0
19222026-08-31T13:14:09.684Z Downloaded rstest v0.25.0
19232026-08-31T13:14:09.687Z Downloaded serde_regex v1.1.0
19242026-08-31T13:14:09.687Z Downloaded similar-asserts v1.7.0
19252026-08-31T13:14:09.687Z Downloaded rand_distr v0.5.1
19262026-08-31T13:14:09.690Z Downloaded rstest_macros v0.25.0
19272026-08-31T13:14:09.692Z Downloaded supports-unicode v2.1.0
19282026-08-31T13:14:09.692Z Downloaded textwrap v0.15.2
19292026-08-31T13:14:09.692Z Downloaded supports-color v2.1.0
19302026-08-31T13:14:09.692Z Downloaded terminal_size v0.1.17
19312026-08-31T13:14:09.695Z Downloaded stringmetrics v2.2.2
19322026-08-31T13:14:09.695Z Downloaded supports-hyperlinks v2.1.0
19332026-08-31T13:14:09.695Z Downloaded target-triple v1.0.0
19342026-08-31T13:14:09.695Z Downloaded target-spec v3.5.7
19352026-08-31T13:14:09.698Z Downloaded termcolor v1.4.1
19362026-08-31T13:14:09.698Z Downloaded tinytemplate v1.2.1
19372026-08-31T13:14:09.698Z Downloaded target-lexicon v0.13.3
19382026-08-31T13:14:09.701Z Downloaded trybuild v1.0.116
19392026-08-31T13:14:09.723Z Downloaded httpmock v0.8.3
19402026-08-31T13:14:11.549Z Checking cfg-if v1.0.4
19412026-08-31T13:14:11.924Z Checking serde_core v1.0.228
19422026-08-31T13:14:11.925Z Checking libc v0.2.185
19432026-08-31T13:14:12.001Z Checking memchr v2.8.0
19442026-08-31T13:14:12.046Z Checking smallvec v1.15.1
19452026-08-31T13:14:12.086Z Checking rand_core v0.10.0
19462026-08-31T13:14:12.120Z Checking itoa v1.0.17
19472026-08-31T13:14:12.163Z Checking subtle v2.6.1
19482026-08-31T13:14:12.168Z Checking libm v0.2.16
19492026-08-31T13:14:12.276Z Checking log v0.4.33
19502026-08-31T13:14:12.304Z Checking typenum v1.20.1
19512026-08-31T13:14:12.356Z Checking scopeguard v1.2.0
19522026-08-31T13:14:12.366Z Checking zmij v1.0.21
19532026-08-31T13:14:12.421Z Checking getrandom v0.4.3
19542026-08-31T13:14:12.426Z Checking errno v0.3.14
19552026-08-31T13:14:12.495Z Checking stable_deref_trait v1.2.1
19562026-08-31T13:14:12.498Z Checking lock_api v0.4.14
19572026-08-31T13:14:12.599Z Checking zerofrom v0.1.6
19582026-08-31T13:14:12.644Z Checking percent-encoding v2.3.2
19592026-08-31T13:14:12.685Z Checking writeable v0.6.2
19602026-08-31T13:14:12.685Z Checking litemap v0.8.1
19612026-08-31T13:14:12.753Z Checking yoke v0.8.1
19622026-08-31T13:14:12.792Z Checking icu_normalizer_data v2.1.1
19632026-08-31T13:14:12.830Z Checking icu_properties_data v2.1.2
19642026-08-31T13:14:12.891Z Checking form_urlencoded v1.2.2
19652026-08-31T13:14:12.932Z Checking num-traits v0.2.19
19662026-08-31T13:14:12.990Z Checking utf8_iter v1.0.4
19672026-08-31T13:14:13.032Z Checking zerovec v0.11.5
19682026-08-31T13:14:13.032Z Checking zerotrie v0.2.3
19692026-08-31T13:14:13.104Z Checking portable-atomic v1.13.1
19702026-08-31T13:14:13.112Z Checking zerocopy v0.8.55
19712026-08-31T13:14:13.179Z Checking critical-section v1.2.0
19722026-08-31T13:14:13.218Z Checking pin-project-lite v0.2.17
19732026-08-31T13:14:13.325Z Checking parking_lot_core v0.9.12
19742026-08-31T13:14:13.371Z Checking signal-hook-registry v1.4.8
19752026-08-31T13:14:13.417Z Checking mio v1.2.0
19762026-08-31T13:14:13.458Z Checking serde v1.0.228
19772026-08-31T13:14:13.500Z Checking bitflags v2.11.0
19782026-08-31T13:14:13.506Z Checking serde_json v1.0.151
19792026-08-31T13:14:13.573Z Checking tinystr v0.8.2
19802026-08-31T13:14:13.576Z Checking potential_utf v0.1.4
19812026-08-31T13:14:13.576Z Checking once_cell v1.21.3
19822026-08-31T13:14:13.739Z Checking parking_lot v0.12.5
19832026-08-31T13:14:13.776Z Checking iana-time-zone v0.1.65
19842026-08-31T13:14:13.819Z Checking icu_locale_core v2.1.1
19852026-08-31T13:14:13.831Z Checking icu_collections v2.1.1
19862026-08-31T13:14:13.894Z Checking zeroize v1.9.0
19872026-08-31T13:14:13.894Z Checking bytes v1.11.1
19882026-08-31T13:14:13.968Z Checking chrono v0.4.45
19892026-08-31T13:14:14.011Z Checking uuid v1.23.4
19902026-08-31T13:14:14.135Z Checking socket2 v0.6.3
19912026-08-31T13:14:14.190Z Checking semver v1.0.28
19922026-08-31T13:14:14.245Z Checking thiserror v2.0.18
19932026-08-31T13:14:14.359Z Checking dyn-clone v1.0.20
19942026-08-31T13:14:14.403Z Checking icu_provider v2.1.1
19952026-08-31T13:14:14.403Z Checking tokio v1.52.1
19962026-08-31T13:14:14.492Z Checking rustix v1.1.4
19972026-08-31T13:14:14.492Z Checking futures-core v0.3.32
19982026-08-31T13:14:14.495Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19992026-08-31T13:14:14.495Z Checking equivalent v1.0.2
20002026-08-31T13:14:14.677Z Checking getrandom v0.2.17
20012026-08-31T13:14:14.717Z Checking cmov v0.5.4
20022026-08-31T13:14:14.723Z Checking icu_normalizer v2.1.1
20032026-08-31T13:14:14.823Z Checking icu_properties v2.1.2
20042026-08-31T13:14:14.865Z Checking rand_core v0.6.4
20052026-08-31T13:14:14.941Z Checking ctutils v0.4.2
20062026-08-31T13:14:14.975Z Checking futures-sink v0.3.32
20072026-08-31T13:14:15.095Z Checking byteorder v1.5.0
20082026-08-31T13:14:15.131Z Checking getrandom v0.3.4
20092026-08-31T13:14:15.134Z Checking futures-channel v0.3.32
20102026-08-31T13:14:15.204Z Checking hybrid-array v0.4.13
20112026-08-31T13:14:15.308Z Checking slab v0.4.12
20122026-08-31T13:14:15.347Z Checking futures-task v0.3.32
20132026-08-31T13:14:15.350Z Checking futures-io v0.3.32
20142026-08-31T13:14:15.420Z Checking fnv v1.0.7
20152026-08-31T13:14:15.494Z Checking regex-syntax v0.8.10
20162026-08-31T13:14:15.584Z Checking generic-array v0.14.7
20172026-08-31T13:14:15.587Z Checking futures-util v0.3.32
20182026-08-31T13:14:15.588Z Checking hashbrown v0.17.0
20192026-08-31T13:14:15.677Z Checking idna_adapter v1.2.1
20202026-08-31T13:14:15.828Z Checking idna v1.1.0
20212026-08-31T13:14:15.933Z Checking ppv-lite86 v0.2.21
20222026-08-31T13:14:15.975Z Checking crypto-common v0.2.2
20232026-08-31T13:14:16.063Z Checking thiserror v1.0.69
20242026-08-31T13:14:16.101Z Checking indexmap v2.14.0
20252026-08-31T13:14:16.104Z Checking url v2.5.8
20262026-08-31T13:14:16.191Z Checking base64ct v1.8.3
20272026-08-31T13:14:16.259Z Checking const-oid v0.9.6
20282026-08-31T13:14:16.455Z Checking crypto-common v0.1.7
20292026-08-31T13:14:16.591Z Checking schemars v0.8.22
20302026-08-31T13:14:16.640Z Checking block-buffer v0.12.1
20312026-08-31T13:14:16.650Z Checking base64 v0.22.1
20322026-08-31T13:14:16.702Z Checking block-buffer v0.10.4
20332026-08-31T13:14:16.786Z Checking rand_core v0.9.5
20342026-08-31T13:14:16.852Z Checking erased-serde v0.3.31
20352026-08-31T13:14:16.890Z Checking utf8parse v0.2.2
20362026-08-31T13:14:16.931Z Checking anstyle v1.0.14
20372026-08-31T13:14:16.970Z Checking digest v0.10.7
20382026-08-31T13:14:17.008Z Checking rand_chacha v0.9.0
20392026-08-31T13:14:17.052Z Checking http v1.4.2
20402026-08-31T13:14:17.140Z Checking tracing-core v0.1.36
20412026-08-31T13:14:17.201Z Checking is_terminal_polyfill v1.70.2
20422026-08-31T13:14:17.241Z Checking rand v0.9.2
20432026-08-31T13:14:17.279Z Checking slog v2.8.2
20442026-08-31T13:14:17.283Z Checking fastrand v2.3.0
20452026-08-31T13:14:17.353Z Checking colorchoice v1.0.4
20462026-08-31T13:14:17.452Z Checking const-oid v0.10.2
20472026-08-31T13:14:17.497Z Checking anstyle-query v1.1.5
20482026-08-31T13:14:17.505Z Checking tracing v0.1.44
20492026-08-31T13:14:17.564Z Checking terminal_size v0.4.3
20502026-08-31T13:14:17.600Z Checking anstyle-parse v1.0.0
20512026-08-31T13:14:17.641Z Checking tempfile v3.27.0
20522026-08-31T13:14:17.645Z Checking ipnet v2.12.0
20532026-08-31T13:14:17.679Z Checking aho-corasick v1.1.4
20542026-08-31T13:14:17.682Z Checking tokio-util v0.7.18
20552026-08-31T13:14:17.750Z Checking clap_lex v1.0.0
20562026-08-31T13:14:17.821Z Checking anstream v1.0.0
20572026-08-31T13:14:17.825Z Checking strsim v0.11.1
20582026-08-31T13:14:17.857Z Checking unicode-ident v1.0.24
20592026-08-31T13:14:17.860Z Checking digest v0.11.3
20602026-08-31T13:14:17.964Z Checking ipnetwork v0.21.1
20612026-08-31T13:14:17.970Z Checking crossbeam-utils v0.8.21
20622026-08-31T13:14:18.046Z Checking proc-macro2 v1.0.106
20632026-08-31T13:14:18.049Z Checking cpufeatures v0.3.0
20642026-08-31T13:14:18.118Z Checking clap_builder v4.6.0
20652026-08-31T13:14:18.155Z Checking allocator-api2 v0.2.21
20662026-08-31T13:14:18.196Z Checking powerfmt v0.2.0
20672026-08-31T13:14:18.232Z Checking httparse v1.10.1
20682026-08-31T13:14:18.374Z Checking deranged v0.5.8
20692026-08-31T13:14:18.378Z Checking num-conv v0.2.0
20702026-08-31T13:14:18.448Z Checking quote v1.0.45
20712026-08-31T13:14:18.452Z Checking regex-automata v0.4.14
20722026-08-31T13:14:18.483Z Checking time-core v0.1.8
20732026-08-31T13:14:18.556Z Checking num_threads v0.1.7
20742026-08-31T13:14:18.563Z Checking cpufeatures v0.2.17
20752026-08-31T13:14:18.563Z Checking anyhow v1.0.104
20762026-08-31T13:14:18.660Z Checking syn v2.0.117
20772026-08-31T13:14:18.698Z Checking rustls-pki-types v1.14.0
20782026-08-31T13:14:18.703Z Checking aws-lc-sys v0.40.0
20792026-08-31T13:14:18.703Z Checking untrusted v0.7.1
20802026-08-31T13:14:18.841Z Checking http-body v1.0.1
20812026-08-31T13:14:18.907Z Checking atomic-waker v1.1.2
20822026-08-31T13:14:19.004Z Checking hex v0.4.3
20832026-08-31T13:14:19.045Z Checking try-lock v0.2.5
20842026-08-31T13:14:19.048Z Checking simd-adler32 v0.3.8
20852026-08-31T13:14:19.173Z Checking httpdate v1.0.3
20862026-08-31T13:14:19.250Z Checking aws-lc-rs v1.16.3
20872026-08-31T13:14:19.290Z Checking want v0.3.1
20882026-08-31T13:14:19.293Z Checking h2 v0.4.15
20892026-08-31T13:14:19.368Z Checking time v0.3.47
20902026-08-31T13:14:19.375Z Checking oxnet v0.1.6
20912026-08-31T13:14:19.434Z Checking clap v4.6.1
20922026-08-31T13:14:19.438Z Checking spin v0.9.8
20932026-08-31T13:14:19.544Z Checking adler2 v2.0.1
20942026-08-31T13:14:19.652Z Checking ryu v1.0.23
20952026-08-31T13:14:19.689Z Checking untrusted v0.9.0
20962026-08-31T13:14:19.698Z Checking tower-service v0.3.3
20972026-08-31T13:14:19.816Z Checking tower-layer v0.3.3
20982026-08-31T13:14:19.856Z Checking miniz_oxide v0.8.9
20992026-08-31T13:14:19.859Z Checking pem-rfc7468 v0.7.0
21002026-08-31T13:14:20.051Z Checking flagset v0.4.7
21012026-08-31T13:14:20.113Z Checking unicode-width v0.2.0
21022026-08-31T13:14:20.117Z Checking rustls-webpki v0.103.13
21032026-08-31T13:14:20.225Z Checking der v0.7.10
21042026-08-31T13:14:20.229Z Checking block-padding v0.4.2
21052026-08-31T13:14:20.320Z Checking camino v1.2.5
21062026-08-31T13:14:20.384Z Checking socket2 v0.5.10
21072026-08-31T13:14:20.444Z Checking mime v0.3.17
21082026-08-31T13:14:20.530Z Checking inout v0.2.2
21092026-08-31T13:14:20.580Z Checking rustls v0.23.41
21102026-08-31T13:14:20.621Z Checking pretty-hex v0.4.1
21112026-08-31T13:14:20.664Z Checking http-body-util v0.1.3
21122026-08-31T13:14:20.671Z Checking plain v0.2.3
21132026-08-31T13:14:20.729Z Checking cipher v0.5.2
21142026-08-31T13:14:20.766Z Checking rand_chacha v0.3.1
21152026-08-31T13:14:20.882Z Checking openssl-probe v0.2.1
21162026-08-31T13:14:20.910Z Checking bit-vec v0.8.0
21172026-08-31T13:14:20.948Z Checking ucd-trie v0.1.7
21182026-08-31T13:14:20.989Z Checking regex v1.12.3
21192026-08-31T13:14:20.998Z Checking spki v0.7.3
21202026-08-31T13:14:21.058Z Checking rand v0.8.6
21212026-08-31T13:14:21.061Z Checking serde_urlencoded v0.7.1
21222026-08-31T13:14:21.130Z Checking bit-set v0.8.0
21232026-08-31T13:14:21.133Z Checking pest v2.8.6
21242026-08-31T13:14:21.208Z Checking wait-timeout v0.2.1
21252026-08-31T13:14:21.316Z Checking encoding_rs v0.8.35
21262026-08-31T13:14:21.348Z Checking futures-executor v0.3.32
21272026-08-31T13:14:21.351Z Checking crc32fast v1.5.0
21282026-08-31T13:14:21.421Z Checking quick-error v1.2.3
21292026-08-31T13:14:21.517Z Checking rand_xorshift v0.4.0
21302026-08-31T13:14:21.559Z Checking rusty-fork v0.3.1
21312026-08-31T13:14:21.564Z Checking futures v0.3.32
21322026-08-31T13:14:21.648Z Checking unarray v0.1.4
21332026-08-31T13:14:21.671Z Checking either v1.15.0
21342026-08-31T13:14:21.711Z Checking pkcs8 v0.10.2
21352026-08-31T13:14:21.764Z Checking sync_wrapper v1.0.2
21362026-08-31T13:14:21.768Z Checking proptest v1.11.0
21372026-08-31T13:14:21.890Z Checking iri-string v0.7.10
21382026-08-31T13:14:21.927Z Checking tower v0.5.3
21392026-08-31T13:14:21.930Z Checking foldhash v0.2.0
21402026-08-31T13:14:22.144Z Checking zlib-rs v0.6.2
21412026-08-31T13:14:22.191Z Checking hyper v1.10.1
21422026-08-31T13:14:22.237Z Checking hashbrown v0.16.1
21432026-08-31T13:14:22.284Z Checking sha2 v0.10.9
21442026-08-31T13:14:22.345Z Checking openapiv3 v2.2.0
21452026-08-31T13:14:22.583Z Checking static_assertions v1.1.0
21462026-08-31T13:14:22.681Z Checking lazy_static v1.5.0
21472026-08-31T13:14:22.751Z Checking tinyvec_macros v0.1.1
21482026-08-31T13:14:22.803Z Checking rustls-native-certs v0.8.3
21492026-08-31T13:14:22.853Z Checking tokio-rustls v0.26.4
21502026-08-31T13:14:22.857Z Checking tinyvec v1.10.0
21512026-08-31T13:14:22.976Z Checking hubpack v0.1.2
21522026-08-31T13:14:23.014Z Checking tower-http v0.6.8
21532026-08-31T13:14:23.077Z Checking flate2 v1.1.9
21542026-08-31T13:14:23.123Z Checking psl-types v2.0.11
21552026-08-31T13:14:23.163Z Checking hyper-util v0.1.20
21562026-08-31T13:14:23.201Z Checking cookie v0.18.1
21572026-08-31T13:14:23.240Z Checking signature v2.2.0
21582026-08-31T13:14:23.277Z Checking publicsuffix v2.3.0
21592026-08-31T13:14:23.321Z Checking num-integer v0.1.46
21602026-08-31T13:14:23.404Z Checking strum v0.26.3
21612026-08-31T13:14:23.410Z Checking rustls-platform-verifier v0.6.2
21622026-08-31T13:14:23.479Z Checking ahash v0.8.12
21632026-08-31T13:14:23.485Z Checking cookie_store v0.22.1
21642026-08-31T13:14:23.554Z Checking scroll v0.13.0
21652026-08-31T13:14:23.591Z Checking unicode-width v0.1.14
21662026-08-31T13:14:23.627Z Checking toml_datetime v0.6.11
21672026-08-31T13:14:23.631Z Checking newtype-uuid v1.3.2
21682026-08-31T13:14:23.704Z Checking serde_spanned v0.6.9
21692026-08-31T13:14:23.709Z Checking memmap2 v0.9.10
21702026-08-31T13:14:23.802Z Checking goblin v0.10.5
21712026-08-31T13:14:23.841Z Checking data-encoding v2.10.0
21722026-08-31T13:14:23.877Z Checking dtrace-parser v0.3.0
21732026-08-31T13:14:23.880Z Checking bstr v1.12.1
21742026-08-31T13:14:23.880Z Checking hmac v0.12.1
21752026-08-31T13:14:23.990Z Checking daft v0.1.8
21762026-08-31T13:14:23.998Z Checking thread-id v5.1.0
21772026-08-31T13:14:24.075Z Checking base64 v0.21.7
21782026-08-31T13:14:24.125Z Checking x509-cert v0.2.5
21792026-08-31T13:14:24.168Z Checking crossbeam-epoch v0.9.18
21802026-08-31T13:14:24.172Z Checking num-iter v0.1.45
21812026-08-31T13:14:24.252Z Checking memoffset v0.9.1
21822026-08-31T13:14:24.337Z Checking scroll v0.12.0
21832026-08-31T13:14:24.340Z Checking zerocopy v0.7.35
21842026-08-31T13:14:24.411Z Checking rustix v0.38.44
21852026-08-31T13:14:24.417Z Checking env_filter v2.0.0
21862026-08-31T13:14:24.486Z Checking smawk v0.3.2
21872026-08-31T13:14:24.490Z Checking hyper-rustls v0.27.7
21882026-08-31T13:14:24.620Z Checking tap v1.0.1
21892026-08-31T13:14:24.656Z Checking goblin v0.8.2
21902026-08-31T13:14:24.660Z Checking unicode-segmentation v1.12.0
21912026-08-31T13:14:24.750Z Checking unicode-linebreak v0.1.5
21922026-08-31T13:14:24.754Z Checking reqwest v0.13.2
21932026-08-31T13:14:24.824Z Checking wyz v0.5.1
21942026-08-31T13:14:24.864Z Checking env_logger v0.11.11
21952026-08-31T13:14:24.988Z Checking num-bigint-dig v0.8.6
21962026-08-31T13:14:25.028Z Checking dtrace-parser v0.2.0
21972026-08-31T13:14:25.031Z Checking pkcs1 v0.7.5
21982026-08-31T13:14:25.101Z Checking ff v0.13.1
21992026-08-31T13:14:25.228Z Checking radium v0.7.0
22002026-08-31T13:14:25.267Z Checking thread-id v4.2.2
22012026-08-31T13:14:25.305Z Checking same-file v1.0.6
22022026-08-31T13:14:25.309Z Checking funty v2.0.0
22032026-08-31T13:14:25.378Z Checking crc-catalog v2.4.0
22042026-08-31T13:14:25.430Z Checking winnow v1.0.3
22052026-08-31T13:14:25.469Z Checking base16ct v0.2.0
22062026-08-31T13:14:25.506Z Checking crc v3.4.0
22072026-08-31T13:14:25.623Z Checking sec1 v0.7.3
22082026-08-31T13:14:25.666Z Checking walkdir v2.5.0
22092026-08-31T13:14:25.704Z Checking bitvec v1.0.1
22102026-08-31T13:14:25.741Z Checking group v0.13.0
22112026-08-31T13:14:25.810Z Checking rsa v0.9.10
22122026-08-31T13:14:25.858Z Checking nix v0.31.2
22132026-08-31T13:14:25.862Z Checking hkdf v0.12.4
22142026-08-31T13:14:25.930Z Checking unicode-normalization v0.1.25
22152026-08-31T13:14:26.026Z Checking crypto-bigint v0.5.5
22162026-08-31T13:14:26.128Z Checking dof v0.4.0
22172026-08-31T13:14:26.299Z Checking zerocopy v0.6.6
22182026-08-31T13:14:26.338Z Checking maybe-uninit v2.0.0
22192026-08-31T13:14:26.376Z Checking foldhash v0.1.5
22202026-08-31T13:14:26.435Z Checking nodrop v0.1.14
22212026-08-31T13:14:26.536Z Checking gimli v0.32.3
22222026-08-31T13:14:26.578Z Checking is_ci v1.2.0
22232026-08-31T13:14:26.581Z Checking dof v0.3.0
22242026-08-31T13:14:26.649Z Checking winnow v0.5.40
22252026-08-31T13:14:26.704Z Checking foreign-types-shared v0.1.1
22262026-08-31T13:14:26.775Z Checking usdt-impl v0.6.0
22272026-08-31T13:14:26.821Z Checking foreign-types v0.3.2
22282026-08-31T13:14:26.921Z Checking array-init v0.0.4
22292026-08-31T13:14:26.960Z Checking usdt-impl v0.5.0
22302026-08-31T13:14:26.997Z Checking elliptic-curve v0.13.8
22312026-08-31T13:14:27.041Z Checking packed_struct v0.10.1
22322026-08-31T13:14:27.128Z Checking usdt v0.6.0
22332026-08-31T13:14:27.131Z Checking hashbrown v0.15.5
22342026-08-31T13:14:27.246Z Checking smallvec v0.6.14
22352026-08-31T13:14:27.284Z Checking serde_with v3.21.0
22362026-08-31T13:14:27.321Z Checking bitfield v0.19.4
22372026-08-31T13:14:27.359Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-31T13:14:27.462Z Checking openssl-sys v0.9.117
22392026-08-31T13:14:27.501Z Checking object v0.37.3
22402026-08-31T13:14:27.613Z Checking rustc-demangle v0.1.27
22412026-08-31T13:14:27.653Z Checking hashbrown v0.12.3
22422026-08-31T13:14:27.815Z Checking toml_edit v0.19.15
22432026-08-31T13:14:27.860Z Checking siphasher v1.0.2
22442026-08-31T13:14:27.899Z Checking keccak v0.1.6
22452026-08-31T13:14:28.049Z Checking bitflags v1.3.2
22462026-08-31T13:14:28.101Z Checking indexmap v1.9.3
22472026-08-31T13:14:28.105Z Checking addr2line v0.25.1
22482026-08-31T13:14:28.105Z Checking sha3 v0.10.8
22492026-08-31T13:14:28.211Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22502026-08-31T13:14:28.214Z Checking openssl v0.10.80
22512026-08-31T13:14:28.381Z Checking bzip2 v0.4.4
22522026-08-31T13:14:28.451Z Checking serde-hex v0.1.0
22532026-08-31T13:14:28.489Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-31T13:14:28.568Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-31T13:14:28.671Z Checking ron v0.8.1
22562026-08-31T13:14:28.794Z Checking hashbrown v0.13.2
22572026-08-31T13:14:28.858Z Checking toml v0.7.8
22582026-08-31T13:14:28.931Z Checking itertools v0.13.0
22592026-08-31T13:14:29.191Z Checking signal-hook v0.3.18
22602026-08-31T13:14:29.234Z Checking managed v0.8.0
22612026-08-31T13:14:29.238Z Checking crc-any v2.5.0
22622026-08-31T13:14:29.414Z Checking object v0.30.4
22632026-08-31T13:14:29.453Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-31T13:14:29.489Z Checking zip v0.6.6
22652026-08-31T13:14:29.642Z Checking globset v0.4.18
22662026-08-31T13:14:29.834Z Checking backtrace v0.3.76
22672026-08-31T13:14:29.837Z Checking chacha20 v0.10.0
22682026-08-31T13:14:29.923Z Checking curve25519-dalek v4.1.3
22692026-08-31T13:14:29.986Z Checking toml_write v0.1.2
22702026-08-31T13:14:30.024Z Checking winnow v0.7.14
22712026-08-31T13:14:30.153Z Checking path-slash v0.1.5
22722026-08-31T13:14:30.156Z Checking backtrace-ext v0.2.1
22732026-08-31T13:14:30.225Z Checking signal-hook-mio v0.2.5
22742026-08-31T13:14:30.263Z Checking native-tls v0.2.18
22752026-08-31T13:14:30.300Z Checking textwrap v0.16.2
22762026-08-31T13:14:30.336Z Checking ed25519 v2.2.3
22772026-08-31T13:14:30.373Z Checking ref-cast v1.0.25
22782026-08-31T13:14:30.471Z Checking pin-project v1.1.11
22792026-08-31T13:14:30.517Z Checking jiff-core v0.1.0
22802026-08-31T13:14:30.550Z Checking tokio-native-tls v0.3.1
22812026-08-31T13:14:30.584Z Checking pem v3.0.6
22822026-08-31T13:14:30.621Z Checking zstd-sys v2.0.16+zstd.1.5.7
22832026-08-31T13:14:30.727Z Checking ed25519-dalek v2.2.0
22842026-08-31T13:14:30.767Z Checking owo-colors v4.3.0
22852026-08-31T13:14:30.771Z Checking fixedbitset v0.5.7
22862026-08-31T13:14:30.771Z Checking hyper-tls v0.6.0
22872026-08-31T13:14:30.993Z Checking zstd-safe v7.2.4
22882026-08-31T13:14:31.036Z Checking petgraph v0.8.3
22892026-08-31T13:14:31.072Z Checking snafu v0.8.9
22902026-08-31T13:14:31.191Z Checking crossterm v0.28.1
22912026-08-31T13:14:31.230Z Checking jiff v0.2.34
22922026-08-31T13:14:31.267Z Checking toml_edit v0.22.27
22932026-08-31T13:14:31.302Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22942026-08-31T13:14:31.342Z Checking supports-color v3.0.2
22952026-08-31T13:14:31.381Z Checking similar v2.7.0
22962026-08-31T13:14:31.497Z Checking fs-err v3.3.0
22972026-08-31T13:14:31.536Z Checking hash32 v0.2.1
22982026-08-31T13:14:31.733Z Checking serde-big-array v0.5.1
22992026-08-31T13:14:31.780Z Checking serde_plain v1.0.2
23002026-08-31T13:14:31.837Z Checking typed-path v0.9.3
23012026-08-31T13:14:31.892Z Checking unicode-properties v0.1.4
23022026-08-31T13:14:31.929Z Checking libbz2-rs-sys v0.2.2
23032026-08-31T13:14:31.971Z Checking unicode-bidi v0.3.18
23042026-08-31T13:14:32.106Z Checking bumpalo v3.20.2
23052026-08-31T13:14:32.285Z Checking predicates-core v1.0.10
23062026-08-31T13:14:32.289Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23072026-08-31T13:14:32.360Z Checking zopfli v0.8.3
23082026-08-31T13:14:32.363Z Checking bzip2 v0.6.1
23092026-08-31T13:14:32.435Z Checking stringprep v0.1.5
23102026-08-31T13:14:32.468Z Checking heapless v0.7.17
23112026-08-31T13:14:32.587Z Checking zstd v0.13.3
23122026-08-31T13:14:32.627Z Checking reqwest v0.12.28
23132026-08-31T13:14:32.631Z Checking hickory-proto v0.25.2
23142026-08-31T13:14:32.700Z Checking byte-wrapper v0.1.0
23152026-08-31T13:14:32.703Z Checking md-5 v0.10.6
23162026-08-31T13:14:32.775Z Checking float-cmp v0.10.0
23172026-08-31T13:14:32.812Z Checking fallible-iterator v0.2.0
23182026-08-31T13:14:32.914Z Checking supports-unicode v3.0.0
23192026-08-31T13:14:32.920Z Checking difflib v0.4.0
23202026-08-31T13:14:32.981Z Checking normalize-line-endings v0.3.0
23212026-08-31T13:14:32.984Z Checking supports-hyperlinks v3.2.0
23222026-08-31T13:14:33.053Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-31T13:14:33.136Z Checking smoltcp v0.9.1
23242026-08-31T13:14:33.145Z Checking postgres-protocol v0.6.10
23252026-08-31T13:14:33.148Z Checking zip v4.6.1
23262026-08-31T13:14:33.217Z Checking miette v7.6.0
23272026-08-31T13:14:33.221Z Checking predicates v3.1.4
23282026-08-31T13:14:33.424Z Checking iddqd v0.4.2
23292026-08-31T13:14:33.494Z Checking phf_shared v0.13.1
23302026-08-31T13:14:33.554Z Checking phf_shared v0.11.3
23312026-08-31T13:14:33.677Z Checking olpc-cjson v0.1.4
23322026-08-31T13:14:33.728Z Checking tokio-stream v0.1.18
23332026-08-31T13:14:33.732Z Checking derive_more v2.1.1
23342026-08-31T13:14:33.732Z Checking strum v0.27.2
23352026-08-31T13:14:33.834Z Checking new_debug_unreachable v1.0.6
23362026-08-31T13:14:33.837Z Checking lalrpop-util v0.19.12
23372026-08-31T13:14:33.909Z Checking fixedbitset v0.4.2
23382026-08-31T13:14:33.914Z Checking precomputed-hash v0.1.1
23392026-08-31T13:14:33.983Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23402026-08-31T13:14:33.987Z Checking tough v0.22.0
23412026-08-31T13:14:34.055Z Checking phf v0.13.1
23422026-08-31T13:14:34.058Z Checking string_cache v0.8.9
23432026-08-31T13:14:34.127Z Checking petgraph v0.6.5
23442026-08-31T13:14:34.131Z Checking postgres-types v0.2.12
23452026-08-31T13:14:34.234Z Checking buf-list v1.1.2
23462026-08-31T13:14:34.288Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-31T13:14:34.388Z Checking peg-runtime v0.8.5
23482026-08-31T13:14:34.447Z Checking whoami v2.1.0
23492026-08-31T13:14:34.562Z Checking is-terminal v0.4.17
23502026-08-31T13:14:34.601Z Checking crossbeam-channel v0.5.15
23512026-08-31T13:14:34.641Z Checking thread_local v1.1.9
23522026-08-31T13:14:34.681Z Checking tokio-postgres v0.7.16
23532026-08-31T13:14:34.684Z Checking term v1.2.1
23542026-08-31T13:14:34.839Z Checking take_mut v0.2.2
23552026-08-31T13:14:34.959Z Compiling newtype-uuid-macros v0.1.0
23562026-08-31T13:14:34.998Z Checking slog-async v2.8.0
23572026-08-31T13:14:35.002Z Checking slog-term v2.9.2
23582026-08-31T13:14:35.205Z Compiling multer v3.1.0
23592026-08-31T13:14:35.319Z Compiling async-stream-impl v0.3.6
23602026-08-31T13:14:35.411Z Checking match_cfg v0.1.0
23612026-08-31T13:14:35.489Z Checking slog-json v2.6.1
23622026-08-31T13:14:35.528Z Checking hostname v0.3.1
23632026-08-31T13:14:35.564Z Compiling dropshot v0.17.1
23642026-08-31T13:14:35.655Z Checking debug-ignore v1.0.5
23652026-08-31T13:14:35.694Z Checking slog-bunyan v2.5.0
23662026-08-31T13:14:35.739Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-08-31T13:14:35.820Z Compiling dropshot_endpoint v0.17.1
23682026-08-31T13:14:35.857Z Checking serde_path_to_error v0.1.20
23692026-08-31T13:14:35.892Z Checking sha1 v0.11.0
23702026-08-31T13:14:35.930Z Checking serde_spanned v1.1.1
23712026-08-31T13:14:35.968Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-31T13:14:36.034Z Checking toml_writer v1.1.1+spec-1.1.0
23732026-08-31T13:14:36.089Z Checking compression-core v0.4.31
23742026-08-31T13:14:36.127Z Checking async-stream v0.3.6
23752026-08-31T13:14:36.200Z Checking rustls-pemfile v2.2.0
23762026-08-31T13:14:36.239Z Checking waitgroup v0.1.2
23772026-08-31T13:14:36.242Z Checking toml v1.1.2+spec-1.1.0
23782026-08-31T13:14:36.242Z Checking compression-codecs v0.4.37
23792026-08-31T13:14:36.349Z Checking hostname v0.4.2
23802026-08-31T13:14:36.420Z Checking progenitor-client v0.14.0
23812026-08-31T13:14:36.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822026-08-31T13:14:36.423Z Checking atomicwrites v0.4.4
23832026-08-31T13:14:36.530Z Checking async-compression v0.4.41
23842026-08-31T13:14:36.534Z Compiling serde_tokenstream v0.3.0
23852026-08-31T13:14:36.607Z Compiling parse-display-derive v0.10.0
23862026-08-31T13:14:36.611Z Checking macaddr v1.0.1
23872026-08-31T13:14:36.684Z Checking regress v0.10.5
23882026-08-31T13:14:36.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23892026-08-31T13:14:36.842Z Checking instant v0.1.13
23902026-08-31T13:14:36.897Z Checking itertools v0.14.0
23912026-08-31T13:14:36.936Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922026-08-31T13:14:36.940Z Compiling oxide-generation-macros v0.2.0
23932026-08-31T13:14:37.009Z Checking oxide-generation v0.1.3
23942026-08-31T13:14:37.078Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-31T13:14:37.240Z Checking backoff v0.4.0
23962026-08-31T13:14:37.278Z Checking backon v1.6.0
23972026-08-31T13:14:37.339Z Checking humantime v2.3.0
23982026-08-31T13:14:37.449Z Compiling convert_case v0.4.0
23992026-08-31T13:14:37.489Z Checking progenitor-extras v0.2.0
24002026-08-31T13:14:37.552Z Checking half v2.7.1
24012026-08-31T13:14:37.739Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24022026-08-31T13:14:37.742Z Checking ciborium-io v0.2.2
24032026-08-31T13:14:37.842Z Compiling derive_more v0.99.20
24042026-08-31T13:14:37.845Z Checking heck v0.5.0
24052026-08-31T13:14:37.915Z Checking ciborium-ll v0.2.2
24062026-08-31T13:14:37.993Z Checking secrecy v0.10.3
24072026-08-31T13:14:38.040Z Checking camino-tempfile v1.4.1
24082026-08-31T13:14:38.077Z Checking indent_write v2.2.0
24092026-08-31T13:14:38.119Z Checking ciborium v0.2.2
24102026-08-31T13:14:38.159Z Compiling crucible-workspace-hack v0.1.0
24112026-08-31T13:14:38.193Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-31T13:14:38.233Z Checking inout v0.1.4
24132026-08-31T13:14:38.271Z Compiling regress v0.11.1
24142026-08-31T13:14:38.361Z Checking parse-display v0.10.0
24152026-08-31T13:14:38.433Z Checking cipher v0.4.4
24162026-08-31T13:14:38.524Z Checking universal-hash v0.5.1
24172026-08-31T13:14:38.564Z Compiling thiserror-impl-no-std v2.0.2
24182026-08-31T13:14:38.601Z Checking opaque-debug v0.3.1
24192026-08-31T13:14:38.604Z Checking blake2 v0.10.6
24202026-08-31T13:14:38.673Z Checking chacha20 v0.9.1
24212026-08-31T13:14:38.709Z Checking aead v0.5.2
24222026-08-31T13:14:38.744Z Checking poly1305 v0.8.0
24232026-08-31T13:14:38.870Z Checking password-hash v0.5.0
24242026-08-31T13:14:38.908Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24252026-08-31T13:14:38.911Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-08-31T13:14:39.040Z Checking chacha20poly1305 v0.10.1
24272026-08-31T13:14:39.122Z Checking argon2 v0.5.3
24282026-08-31T13:14:39.199Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24292026-08-31T13:14:39.337Z Compiling unsafe-libyaml v0.2.11
24302026-08-31T13:14:39.471Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-31T13:14:39.510Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-08-31T13:14:39.614Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-31T13:14:39.759Z Checking thiserror-no-std v2.0.2
24342026-08-31T13:14:39.762Z Checking swrite v0.1.0
24352026-08-31T13:14:39.880Z Compiling typify-impl v0.6.2
24362026-08-31T13:14:39.919Z Checking vsss-rs v3.3.4
24372026-08-31T13:14:40.120Z Compiling serde_yaml v0.9.34+deprecated
24382026-08-31T13:14:40.477Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-08-31T13:14:41.079Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24402026-08-31T13:14:41.177Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-31T13:14:41.224Z Checking crossbeam-deque v0.8.6
24422026-08-31T13:14:41.306Z Compiling rayon-core v1.13.0
24432026-08-31T13:14:41.439Z Compiling num-derive v0.4.2
24442026-08-31T13:14:41.476Z Compiling toml_datetime v0.7.5+spec-1.1.0
24452026-08-31T13:14:41.613Z Compiling proc-macro-error v1.0.4
24462026-08-31T13:14:41.749Z Compiling toml_edit v0.23.10+spec-1.0.0
24472026-08-31T13:14:41.934Z Checking rayon v1.11.0
24482026-08-31T13:14:41.972Z Checking tabwriter v1.4.1
24492026-08-31T13:14:41.975Z Compiling illumos-nvpair-sys v0.2.0
24502026-08-31T13:14:42.148Z Checking glob v0.3.3
24512026-08-31T13:14:42.264Z Compiling itertools v0.15.0
24522026-08-31T13:14:42.304Z Compiling heapless v0.8.0
24532026-08-31T13:14:42.361Z Compiling proc-macro-crate v3.4.0
24542026-08-31T13:14:42.547Z Checking hash32 v0.3.1
24552026-08-31T13:14:42.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-08-31T13:14:42.815Z Checking colored v3.1.1
24572026-08-31T13:14:42.851Z Compiling smoltcp v0.11.0
24582026-08-31T13:14:42.922Z Compiling num_enum_derive v0.7.6
24592026-08-31T13:14:42.961Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-31T13:14:43.096Z Checking illumos-nvpair v0.3.0
24612026-08-31T13:14:43.283Z Checking toml v0.8.23
24622026-08-31T13:14:43.329Z Checking cobs v0.3.0
24632026-08-31T13:14:43.461Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-08-31T13:14:43.533Z Checking postcard v1.1.3
24652026-08-31T13:14:43.639Z Checking rand v0.10.1
24662026-08-31T13:14:43.679Z Compiling ingot-macros v0.2.0
24672026-08-31T13:14:43.760Z Compiling proc-macro-crate v1.3.1
24682026-08-31T13:14:43.858Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-31T13:14:44.022Z Checking num_enum v0.7.6
24702026-08-31T13:14:44.099Z Checking sigpipe v0.1.3
24712026-08-31T13:14:44.161Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-31T13:14:44.198Z Compiling foreign-types-macros v0.2.3
24732026-08-31T13:14:44.235Z Checking foreign-types-shared v0.3.1
24742026-08-31T13:14:44.239Z Compiling num_enum_derive v0.5.11
24752026-08-31T13:14:44.429Z Compiling typify-macro v0.6.2
24762026-08-31T13:14:44.512Z Checking cstr-argument v0.1.2
24772026-08-31T13:14:44.613Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24782026-08-31T13:14:44.662Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-31T13:14:44.710Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24802026-08-31T13:14:44.814Z Checking foreign-types v0.5.0
24812026-08-31T13:14:44.922Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822026-08-31T13:14:45.003Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24832026-08-31T13:14:45.072Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24842026-08-31T13:14:45.141Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852026-08-31T13:14:45.178Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-31T13:14:45.214Z Checking itertools v0.12.1
24872026-08-31T13:14:45.217Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24882026-08-31T13:14:45.326Z Checking num_enum v0.5.11
24892026-08-31T13:14:45.399Z Compiling zone_cfg_derive v0.3.1
24902026-08-31T13:14:45.471Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24912026-08-31T13:14:45.619Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-31T13:14:45.673Z Compiling usdt-macro v0.5.0
24932026-08-31T13:14:45.822Z Compiling usdt-attr-macro v0.5.0
24942026-08-31T13:14:46.065Z Checking memmap v0.7.0
24952026-08-31T13:14:46.204Z Compiling typify v0.6.2
24962026-08-31T13:14:46.242Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24972026-08-31T13:14:46.313Z Checking zone v0.3.1
24982026-08-31T13:14:46.350Z Compiling progenitor-impl v0.14.0
24992026-08-31T13:14:46.440Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-31T13:14:46.581Z Checking ingot-types v0.2.0
25012026-08-31T13:14:46.621Z Checking usdt v0.5.0
25022026-08-31T13:14:46.658Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-31T13:14:46.728Z Checking smf v0.2.3
25042026-08-31T13:14:46.732Z Checking whoami v1.6.1
25052026-08-31T13:14:46.817Z Compiling derive-where v1.6.0
25062026-08-31T13:14:46.901Z Checking tokio-dtrace v0.1.1
25072026-08-31T13:14:46.938Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-31T13:14:46.976Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-08-31T13:14:46.979Z Checking ingot v0.2.1
25102026-08-31T13:14:47.119Z Checking oxide-tokio-rt v0.1.4
25112026-08-31T13:14:47.157Z Checking console v0.15.11
25122026-08-31T13:14:47.289Z Checking newline-converter v0.3.0
25132026-08-31T13:14:47.326Z Checking bytecount v0.6.9
25142026-08-31T13:14:47.435Z Checking num-rational v0.4.2
25152026-08-31T13:14:47.472Z Checking num-complex v0.4.6
25162026-08-31T13:14:47.476Z Checking expectorate v1.2.0
25172026-08-31T13:14:47.665Z Compiling cancel-safe-futures v0.1.5
25182026-08-31T13:14:47.743Z Checking float-ord v0.3.2
25192026-08-31T13:14:47.834Z Checking num v0.4.3
25202026-08-31T13:14:47.883Z Checking linear-map v1.2.0
25212026-08-31T13:14:47.956Z Checking gethostname v0.5.0
25222026-08-31T13:14:48.100Z Compiling prettyplease v0.2.37
25232026-08-31T13:14:48.137Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25242026-08-31T13:14:48.176Z Checking oxide-update-engine-types v0.1.2
25252026-08-31T13:14:48.299Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-31T13:14:48.607Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25272026-08-31T13:14:48.711Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-31T13:14:48.750Z Checking resolv-conf v0.7.6
25292026-08-31T13:14:48.883Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-08-31T13:14:48.967Z Checking papergrid v0.11.0
25312026-08-31T13:14:49.011Z Compiling progenitor-macro v0.14.0
25322026-08-31T13:14:49.118Z Checking oxide-update-engine v0.1.2
25332026-08-31T13:14:49.156Z Compiling tabled_derive v0.7.0
25342026-08-31T13:14:49.574Z Compiling slog-dtrace v0.3.0
25352026-08-31T13:14:49.916Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25362026-08-31T13:14:50.025Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25372026-08-31T13:14:50.181Z Checking tabled v0.15.0
25382026-08-31T13:14:50.409Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25392026-08-31T13:14:50.446Z Checking crossterm v0.29.0
25402026-08-31T13:14:50.483Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25412026-08-31T13:14:50.963Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25422026-08-31T13:14:51.392Z Checking fd-lock v4.0.4
25432026-08-31T13:14:51.862Z Checking vte v0.14.1
25442026-08-31T13:14:52.224Z Checking strip-ansi-escapes v0.2.1
25452026-08-31T13:14:53.174Z Checking linked-hash-map v0.5.6
25462026-08-31T13:14:53.370Z Checking nu-ansi-term v0.50.3
25472026-08-31T13:14:53.407Z Checking termtree v0.5.1
25482026-08-31T13:14:53.464Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-31T13:14:53.533Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-31T13:14:53.572Z Checking lru-cache v0.1.2
25512026-08-31T13:14:53.614Z Checking reedline v0.40.0
25522026-08-31T13:14:53.831Z Checking hickory-proto v0.24.4
25532026-08-31T13:14:54.007Z Checking progenitor v0.14.0
25542026-08-31T13:14:54.090Z Compiling minimal-lexical v0.2.1
25552026-08-31T13:14:54.173Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-31T13:14:54.369Z Compiling nom v7.1.3
25572026-08-31T13:14:54.784Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25582026-08-31T13:14:55.672Z Checking display-error-chain v0.2.2
25592026-08-31T13:14:55.724Z Compiling unicode-xid v0.2.6
25602026-08-31T13:14:55.810Z Checking hickory-resolver v0.24.4
25612026-08-31T13:14:55.848Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25622026-08-31T13:14:56.157Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-31T13:14:56.444Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25642026-08-31T13:14:56.507Z Compiling ar_archive_writer v0.5.1
25652026-08-31T13:14:56.544Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25662026-08-31T13:14:56.584Z Checking csv-core v0.1.13
25672026-08-31T13:14:56.588Z Compiling stacker v0.1.23
25682026-08-31T13:14:56.659Z Checking qorb v0.4.1
25692026-08-31T13:14:56.797Z Checking csv v1.4.0
25702026-08-31T13:14:56.915Z Checking highway v1.3.0
25712026-08-31T13:14:57.054Z Compiling semver v0.1.20
25722026-08-31T13:14:57.178Z Compiling cfg_aliases v0.1.1
25732026-08-31T13:14:57.266Z Compiling rustc_version v0.1.7
25742026-08-31T13:14:57.303Z Compiling nix v0.28.0
25752026-08-31T13:14:57.367Z Compiling psm v0.1.30
25762026-08-31T13:14:57.404Z Checking nibble_vec v0.1.0
25772026-08-31T13:14:57.521Z Checking endian-type v0.1.2
25782026-08-31T13:14:57.564Z Compiling newtype_derive v0.1.6
25792026-08-31T13:14:57.716Z Checking radix_trie v0.2.1
25802026-08-31T13:14:57.762Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25812026-08-31T13:14:57.798Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25822026-08-31T13:14:57.847Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-31T13:14:57.884Z Checking phf_shared v0.12.1
25842026-08-31T13:14:57.954Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-31T13:14:58.106Z Compiling chrono-tz v0.10.4
25862026-08-31T13:14:58.231Z Checking phf v0.12.1
25872026-08-31T13:14:58.389Z Compiling const_format_proc_macros v0.2.34
25882026-08-31T13:14:58.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-31T13:14:58.469Z Checking recursive v0.1.1
25902026-08-31T13:14:58.469Z Compiling peg-macros v0.8.5
25912026-08-31T13:14:58.469Z Checking winnow v0.6.26
25922026-08-31T13:14:58.623Z Compiling sqlparser_derive v0.5.0
25932026-08-31T13:14:58.956Z Checking unicode_categories v0.1.1
25942026-08-31T13:14:58.994Z Checking home v0.5.12
25952026-08-31T13:14:59.286Z Checking const_format v0.2.35
25962026-08-31T13:14:59.349Z Checking rustyline v14.0.0
25972026-08-31T13:14:59.408Z Checking sqlparser v0.61.0
25982026-08-31T13:14:59.746Z Checking sqlformat v0.3.5
25992026-08-31T13:14:59.950Z Checking peg v0.8.5
26002026-08-31T13:15:00.093Z Checking bcs v0.1.6
26012026-08-31T13:15:00.162Z Checking nom v8.0.0
26022026-08-31T13:15:00.219Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-31T13:15:00.343Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-31T13:15:00.380Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-31T13:15:00.466Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-31T13:15:00.561Z Checking steno v0.4.1
26072026-08-31T13:15:00.599Z Checking sha1 v0.10.6
26082026-08-31T13:15:00.799Z Checking filetime v0.2.27
26092026-08-31T13:15:00.875Z Checking xattr v1.6.1
26102026-08-31T13:15:00.965Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-31T13:15:01.037Z Checking tar v0.4.46
26122026-08-31T13:15:01.205Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-31T13:15:01.489Z Checking subprocess v0.2.15
26142026-08-31T13:15:01.527Z Checking headers-core v0.3.0
26152026-08-31T13:15:01.582Z Checking yasna v0.5.2
26162026-08-31T13:15:01.663Z Checking headers v0.4.1
26172026-08-31T13:15:01.799Z Checking port-file v0.1.0
26182026-08-31T13:15:02.009Z Checking rcgen v0.12.1
26192026-08-31T13:15:02.046Z Checking dropshot-api-manager-types v0.8.0
26202026-08-31T13:15:02.151Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-08-31T13:15:02.189Z Checking tagptr v0.2.0
26222026-08-31T13:15:02.241Z Checking utf-8 v0.7.6
26232026-08-31T13:15:02.287Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26242026-08-31T13:15:02.356Z Checking moka v0.12.13
26252026-08-31T13:15:02.391Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-31T13:15:02.428Z Compiling libefi-sys v0.1.0
26272026-08-31T13:15:02.464Z Compiling bitfield-struct v0.6.2
26282026-08-31T13:15:02.859Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-31T13:15:02.901Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302026-08-31T13:15:02.998Z Checking tungstenite v0.21.0
26312026-08-31T13:15:03.046Z Checking hickory-resolver v0.25.2
26322026-08-31T13:15:03.084Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26332026-08-31T13:15:03.118Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26342026-08-31T13:15:03.159Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352026-08-31T13:15:03.379Z Compiling xshell-macros v0.2.7
26362026-08-31T13:15:03.426Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372026-08-31T13:15:03.464Z Checking tokio-tungstenite v0.21.0
26382026-08-31T13:15:03.690Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-31T13:15:03.772Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-31T13:15:03.808Z Checking xshell v0.2.7
26412026-08-31T13:15:03.841Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26422026-08-31T13:15:04.019Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-08-31T13:15:04.055Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-31T13:15:04.526Z Checking half v1.8.3
26452026-08-31T13:15:04.649Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-31T13:15:04.731Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26472026-08-31T13:15:04.768Z Checking serde_cbor v0.11.2
26482026-08-31T13:15:04.772Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-08-31T13:15:04.948Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-31T13:15:05.045Z Checking libscf-sys v1.2.0
26512026-08-31T13:15:05.172Z Checking maplit v1.0.2
26522026-08-31T13:15:05.207Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-08-31T13:15:05.286Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-08-31T13:15:05.371Z Checking papergrid v0.18.0
26552026-08-31T13:15:05.492Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562026-08-31T13:15:05.628Z Checking sha2 v0.11.0
26572026-08-31T13:15:05.914Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26582026-08-31T13:15:06.003Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-31T13:15:06.201Z Checking tabled v0.21.0
26602026-08-31T13:15:06.247Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-31T13:15:06.342Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-31T13:15:06.384Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26632026-08-31T13:15:06.577Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26642026-08-31T13:15:06.693Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26652026-08-31T13:15:06.812Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-31T13:15:06.891Z Checking unicase v2.9.0
26672026-08-31T13:15:06.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26682026-08-31T13:15:07.078Z Checking crc8 v0.1.1
26692026-08-31T13:15:07.224Z Checking fxhash v0.2.1
26702026-08-31T13:15:07.269Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26712026-08-31T13:15:07.474Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-31T13:15:07.477Z Compiling darling_core v0.21.3
26732026-08-31T13:15:07.569Z Compiling vergen-lib v0.1.6
26742026-08-31T13:15:07.785Z Compiling diesel_derives v2.3.7
26752026-08-31T13:15:07.952Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26762026-08-31T13:15:08.159Z Checking scheduled-thread-pool v0.2.7
26772026-08-31T13:15:08.310Z Compiling vergen-gitcl v1.0.8
26782026-08-31T13:15:08.345Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-31T13:15:08.580Z Checking r2d2 v0.8.10
26802026-08-31T13:15:08.651Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-31T13:15:08.796Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-31T13:15:08.833Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-31T13:15:09.014Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-31T13:15:09.183Z Checking downcast-rs v2.0.2
26852026-08-31T13:15:09.352Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-31T13:15:09.725Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-31T13:15:09.832Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-31T13:15:09.921Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26892026-08-31T13:15:09.989Z Checking kstat-rs v0.2.5
26902026-08-31T13:15:10.024Z Compiling proc-macro-error-attr2 v2.0.0
26912026-08-31T13:15:10.059Z Compiling darling_macro v0.21.3
26922026-08-31T13:15:10.212Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-31T13:15:10.478Z Compiling proc-macro-error2 v2.0.1
26942026-08-31T13:15:10.548Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26952026-08-31T13:15:10.595Z Compiling darling v0.21.3
26962026-08-31T13:15:10.714Z Compiling dsl_auto_type v0.2.0
26972026-08-31T13:15:10.820Z Compiling knus-derive v3.4.0
26982026-08-31T13:15:10.857Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26992026-08-31T13:15:11.858Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-31T13:15:12.171Z Compiling dirs-sys-next v0.1.2
27012026-08-31T13:15:12.197Z Compiling parking_lot_core v0.8.6
27022026-08-31T13:15:12.234Z Compiling salty v0.3.0
27032026-08-31T13:15:12.283Z Compiling crunchy v0.2.4
27042026-08-31T13:15:12.434Z Compiling dirs-next v2.0.0
27052026-08-31T13:15:12.556Z Compiling clang-sys v1.8.1
27062026-08-31T13:15:12.593Z Checking predicates-tree v1.0.13
27072026-08-31T13:15:12.596Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-31T13:15:12.712Z Compiling git-stub v1.0.0
27092026-08-31T13:15:12.747Z Compiling tiny-keccak v2.0.2
27102026-08-31T13:15:13.048Z Compiling git-stub-vcs v0.1.0
27112026-08-31T13:15:13.119Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-31T13:15:13.288Z Compiling term v0.7.0
27132026-08-31T13:15:13.422Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27142026-08-31T13:15:13.455Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-08-31T13:15:13.458Z Checking anstyle-parse v0.2.7
27162026-08-31T13:15:13.458Z Compiling bit-vec v0.6.3
27172026-08-31T13:15:13.704Z Compiling bit-set v0.5.3
27182026-08-31T13:15:13.740Z Checking anstream v0.6.21
27192026-08-31T13:15:13.743Z Compiling ascii-canvas v3.0.0
27202026-08-31T13:15:13.868Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27212026-08-31T13:15:13.904Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27222026-08-31T13:15:13.981Z Checking parking_lot v0.11.2
27232026-08-31T13:15:14.119Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27242026-08-31T13:15:14.205Z Checking rfc6979 v0.4.0
27252026-08-31T13:15:14.355Z Checking prefix-trie v0.7.0
27262026-08-31T13:15:14.392Z Compiling hashbrown v0.14.5
27272026-08-31T13:15:14.530Z Compiling itertools v0.10.5
27282026-08-31T13:15:14.665Z Compiling ena v0.14.4
27292026-08-31T13:15:14.721Z Compiling libloading v0.8.9
27302026-08-31T13:15:14.906Z Compiling bindgen v0.71.1
27312026-08-31T13:15:14.963Z Compiling regex-syntax v0.6.29
27322026-08-31T13:15:14.999Z Compiling diff v0.1.13
27332026-08-31T13:15:15.152Z Compiling chumsky v0.9.3
27342026-08-31T13:15:15.378Z Checking hickory-server v0.25.2
27352026-08-31T13:15:15.644Z Compiling ecdsa v0.16.9
27362026-08-31T13:15:16.376Z Compiling lalrpop v0.19.12
27372026-08-31T13:15:16.515Z Checking sled v0.34.7
27382026-08-31T13:15:16.614Z Checking diesel v2.3.7
27392026-08-31T13:15:16.651Z Compiling cexpr v0.6.0
27402026-08-31T13:15:16.689Z Checking ignore v0.4.25
27412026-08-31T13:15:17.042Z Checking primeorder v0.13.6
27422026-08-31T13:15:17.120Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-31T13:15:17.295Z Checking nanorand v0.7.0
27442026-08-31T13:15:17.366Z Compiling rustc-hash v2.1.1
27452026-08-31T13:15:17.525Z Checking flume v0.11.1
27462026-08-31T13:15:17.630Z Compiling p384 v0.13.1
27472026-08-31T13:15:17.830Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27482026-08-31T13:15:18.227Z Checking globwalk v0.9.1
27492026-08-31T13:15:18.264Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27502026-08-31T13:15:18.447Z Compiling knus v3.4.0
27512026-08-31T13:15:18.876Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27522026-08-31T13:15:18.924Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27532026-08-31T13:15:19.330Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27542026-08-31T13:15:19.367Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27552026-08-31T13:15:19.370Z Checking digest-io v0.1.0
27562026-08-31T13:15:19.585Z Compiling libxml v0.3.3
27572026-08-31T13:15:19.809Z Checking assert_matches v1.5.0
27582026-08-31T13:15:19.845Z Checking rawzip v0.4.4
27592026-08-31T13:15:19.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27602026-08-31T13:15:19.971Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27612026-08-31T13:15:20.071Z Checking camino-tempfile-ext v0.3.3
27622026-08-31T13:15:20.296Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-08-31T13:15:20.334Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27642026-08-31T13:15:20.983Z Compiling strum_macros v0.24.3
27652026-08-31T13:15:21.595Z Compiling indoc v1.0.9
27662026-08-31T13:15:22.066Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27672026-08-31T13:15:22.135Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27682026-08-31T13:15:22.293Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27692026-08-31T13:15:22.329Z Checking quick-xml v0.37.5
27702026-08-31T13:15:22.396Z Checking derive_builder v0.20.2
27712026-08-31T13:15:22.542Z Compiling oso-derive v0.27.3
27722026-08-31T13:15:22.653Z Compiling impl-trait-for-tuples v0.2.3
27732026-08-31T13:15:23.107Z Compiling trait-variant v0.1.2
27742026-08-31T13:15:23.259Z Checking openssl-probe v0.1.6
27752026-08-31T13:15:23.455Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27762026-08-31T13:15:23.704Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27772026-08-31T13:15:23.936Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27782026-08-31T13:15:24.273Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27792026-08-31T13:15:24.504Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27802026-08-31T13:15:24.540Z Checking corncobs v0.1.4
27812026-08-31T13:15:24.696Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27822026-08-31T13:15:24.733Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27832026-08-31T13:15:24.733Z Checking secrecy v0.8.0
27842026-08-31T13:15:24.852Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27852026-08-31T13:15:24.930Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27862026-08-31T13:15:25.023Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27872026-08-31T13:15:25.246Z Checking bb8 v0.8.6
27882026-08-31T13:15:25.411Z Checking rand_seeder v0.4.0
27892026-08-31T13:15:25.651Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-08-31T13:15:25.806Z Compiling mime_guess v2.0.5
27912026-08-31T13:15:25.880Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27922026-08-31T13:15:26.104Z Checking http-range v0.1.5
27932026-08-31T13:15:26.244Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-08-31T13:15:26.282Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27952026-08-31T13:15:26.442Z Checking nonempty v0.12.0
27962026-08-31T13:15:26.639Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-08-31T13:15:26.676Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27982026-08-31T13:15:26.849Z Checking hyper-staticfile v0.10.1
27992026-08-31T13:15:26.962Z Checking signal-hook-tokio v0.3.1
28002026-08-31T13:15:26.999Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28012026-08-31T13:15:27.128Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-31T13:15:27.178Z Checking scuffle v0.1.0
28032026-08-31T13:15:27.267Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-31T13:15:27.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-31T13:15:27.650Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-31T13:15:27.900Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28072026-08-31T13:15:27.986Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28082026-08-31T13:15:27.989Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28092026-08-31T13:15:28.205Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28102026-08-31T13:15:28.310Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28112026-08-31T13:15:28.385Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28122026-08-31T13:15:28.595Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-31T13:15:28.675Z Checking tungstenite v0.23.0
28142026-08-31T13:15:29.074Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28152026-08-31T13:15:29.142Z Checking tokio-tungstenite v0.23.1
28162026-08-31T13:15:29.445Z Checking void v1.0.2
28172026-08-31T13:15:29.483Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28182026-08-31T13:15:29.585Z Checking lzss v0.8.2
28192026-08-31T13:15:29.624Z Checking nix v0.27.1
28202026-08-31T13:15:29.676Z Checking serde_bytes v0.11.19
28212026-08-31T13:15:29.804Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-31T13:15:29.884Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28232026-08-31T13:15:30.167Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28242026-08-31T13:15:30.217Z Checking yansi v1.0.1
28252026-08-31T13:15:30.625Z Checking cpubits v0.1.1
28262026-08-31T13:15:30.688Z Checking pretty_assertions v1.4.1
28272026-08-31T13:15:30.725Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-08-31T13:15:30.759Z Checking pem-rfc7468 v1.0.0
28292026-08-31T13:15:30.882Z Checking async-bb8-diesel v0.2.1
28302026-08-31T13:15:30.943Z Checking diesel-dtrace v0.5.0
28312026-08-31T13:15:31.029Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-31T13:15:31.227Z Checking colored v2.2.0
28332026-08-31T13:15:31.269Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28342026-08-31T13:15:31.306Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28352026-08-31T13:15:31.460Z Checking hmac v0.13.0
28362026-08-31T13:15:31.496Z Checking universal-hash v0.6.1
28372026-08-31T13:15:31.584Z Compiling libz-sys v1.1.24
28382026-08-31T13:15:31.655Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28392026-08-31T13:15:31.658Z Compiling instability v0.3.11
28402026-08-31T13:15:32.000Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28412026-08-31T13:15:32.075Z Checking castaway v0.2.4
28422026-08-31T13:15:32.109Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28432026-08-31T13:15:32.142Z Compiling indoc v2.0.7
28442026-08-31T13:15:32.218Z Checking compact_str v0.8.1
28452026-08-31T13:15:32.657Z Checking polyval v0.7.1
28462026-08-31T13:15:32.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28472026-08-31T13:15:32.868Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28482026-08-31T13:15:33.053Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28492026-08-31T13:15:33.115Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28502026-08-31T13:15:33.400Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-08-31T13:15:34.743Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28522026-08-31T13:15:34.905Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28532026-08-31T13:15:35.081Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28542026-08-31T13:15:35.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28552026-08-31T13:15:35.617Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28562026-08-31T13:15:35.854Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28572026-08-31T13:15:37.082Z Checking der v0.8.0
28582026-08-31T13:15:37.121Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28592026-08-31T13:15:37.318Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28602026-08-31T13:15:37.355Z Checking unicode-truncate v1.1.0
28612026-08-31T13:15:37.538Z Checking lru v0.12.5
28622026-08-31T13:15:37.576Z Compiling libgit2-sys v0.18.3+1.9.2
28632026-08-31T13:15:37.735Z Checking arc-swap v1.8.2
28642026-08-31T13:15:37.922Z Checking cassowary v0.3.0
28652026-08-31T13:15:38.059Z Checking slog-scope v4.4.1
28662026-08-31T13:15:38.181Z Checking ratatui v0.29.0
28672026-08-31T13:15:38.218Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28682026-08-31T13:15:38.349Z Checking ghash v0.6.0
28692026-08-31T13:15:38.510Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-08-31T13:15:39.081Z Checking pbkdf2 v0.13.0
28712026-08-31T13:15:39.243Z Checking aes v0.9.1
28722026-08-31T13:15:39.568Z Checking crypto-bigint v0.7.5
28732026-08-31T13:15:39.679Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28742026-08-31T13:15:39.767Z Checking ctr v0.10.1
28752026-08-31T13:15:39.926Z Checking aead v0.6.1
28762026-08-31T13:15:39.981Z Checking cargo-platform v0.3.2
28772026-08-31T13:15:40.101Z Compiling petname v2.0.2
28782026-08-31T13:15:40.191Z Checking cargo_metadata v0.23.1
28792026-08-31T13:15:40.230Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28802026-08-31T13:15:40.767Z Checking aes-gcm v0.11.0
28812026-08-31T13:15:40.965Z Checking slog-stdlog v4.1.1
28822026-08-31T13:15:41.004Z Checking spki v0.8.0
28832026-08-31T13:15:41.124Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28842026-08-31T13:15:41.210Z Compiling progenitor-impl v0.13.0
28852026-08-31T13:15:41.863Z Checking salsa20 v0.11.0
28862026-08-31T13:15:42.046Z Checking console v0.16.2
28872026-08-31T13:15:42.388Z Compiling vergen-git2 v9.1.0
28882026-08-31T13:15:42.586Z Checking plotters-backend v0.3.7
28892026-08-31T13:15:42.623Z Checking unit-prefix v0.5.2
28902026-08-31T13:15:42.785Z Checking indicatif v0.18.4
28912026-08-31T13:15:42.822Z Checking plotters-svg v0.3.7
28922026-08-31T13:15:43.054Z Checking scrypt v0.12.0
28932026-08-31T13:15:43.207Z Checking slog-envlogger v2.2.0
28942026-08-31T13:15:43.400Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28952026-08-31T13:15:43.601Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-31T13:15:43.826Z Checking progenitor-client v0.13.0
28972026-08-31T13:15:43.864Z Compiling progenitor-macro v0.13.0
28982026-08-31T13:15:44.104Z Checking cbc v0.2.1
28992026-08-31T13:15:44.285Z Checking libsw-core v0.3.2
29002026-08-31T13:15:44.472Z Checking sapling-renderdag v0.1.0
29012026-08-31T13:15:44.608Z Checking sync-ptr v0.1.4
29022026-08-31T13:15:44.746Z Checking cast v0.3.0
29032026-08-31T13:15:44.781Z Checking libsw v3.5.0
29042026-08-31T13:15:44.932Z Checking criterion-plot v0.6.0
29052026-08-31T13:15:44.970Z Checking pkcs5 v0.8.1
29062026-08-31T13:15:45.260Z Checking plotters v0.3.7
29072026-08-31T13:15:45.299Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-31T13:15:46.033Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-31T13:15:46.262Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29102026-08-31T13:15:46.317Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29112026-08-31T13:15:46.485Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29122026-08-31T13:15:46.542Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29132026-08-31T13:15:46.712Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-31T13:15:46.771Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29152026-08-31T13:15:46.940Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-31T13:15:46.999Z Checking tinytemplate v1.2.1
29172026-08-31T13:15:47.250Z Checking shell-words v1.1.1
29182026-08-31T13:15:47.410Z Checking anes v0.1.6
29192026-08-31T13:15:47.624Z Checking oorandom v11.1.5
29202026-08-31T13:15:47.795Z Checking criterion v0.7.0
29212026-08-31T13:15:48.053Z Checking pkcs8 v0.11.0
29222026-08-31T13:15:48.293Z Checking oxide-update-engine-display v0.1.2
29232026-08-31T13:15:48.638Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29242026-08-31T13:15:48.879Z Checking progenitor v0.13.0
29252026-08-31T13:15:49.064Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29262026-08-31T13:15:49.100Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29272026-08-31T13:15:49.651Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29282026-08-31T13:15:49.909Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29292026-08-31T13:15:50.491Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29302026-08-31T13:15:51.071Z Checking tokio-test v0.4.5
29312026-08-31T13:15:51.310Z Checking ff v0.14.0
29322026-08-31T13:15:51.486Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332026-08-31T13:15:51.718Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29342026-08-31T13:15:52.145Z Checking twox-hash v2.1.2
29352026-08-31T13:15:52.493Z Checking atty v0.2.14
29362026-08-31T13:15:52.627Z Checking constant_time_eq v0.4.2
29372026-08-31T13:15:52.803Z Checking arrayvec v0.7.6
29382026-08-31T13:15:53.066Z Checking arrayref v0.3.9
29392026-08-31T13:15:53.224Z Checking group v0.14.0
29402026-08-31T13:15:53.416Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29412026-08-31T13:15:53.621Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29422026-08-31T13:15:54.390Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29432026-08-31T13:15:54.832Z Checking fatfs v0.3.6
29442026-08-31T13:15:55.338Z Checking signature v3.0.0
29452026-08-31T13:15:55.404Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29462026-08-31T13:15:55.525Z Checking base16ct v1.0.0
29472026-08-31T13:15:55.562Z Compiling seq-macro v0.3.6
29482026-08-31T13:15:55.597Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29492026-08-31T13:15:55.685Z Checking sec1 v0.8.1
29502026-08-31T13:15:55.774Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29512026-08-31T13:15:55.931Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-31T13:15:56.083Z Checking hkdf v0.13.0
29532026-08-31T13:15:56.258Z Checking concurrent-queue v2.5.0
29542026-08-31T13:15:56.475Z Checking parking v2.2.1
29552026-08-31T13:15:56.632Z Checking event-listener v5.4.1
29562026-08-31T13:15:56.755Z Checking elliptic-curve v0.14.1
29572026-08-31T13:15:56.882Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29582026-08-31T13:15:57.099Z Checking rtoolbox v0.0.3
29592026-08-31T13:15:57.188Z Checking event-listener-strategy v0.5.4
29602026-08-31T13:15:57.263Z Checking rpassword v7.5.4
29612026-08-31T13:15:57.357Z Checking wnaf v0.14.0
29622026-08-31T13:15:57.461Z Checking primefield v0.14.0
29632026-08-31T13:15:57.557Z Checking rfc6979 v0.6.0
29642026-08-31T13:15:57.700Z Checking tui-tree-widget v0.23.1
29652026-08-31T13:15:57.738Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29662026-08-31T13:15:57.806Z Compiling samael v0.0.19
29672026-08-31T13:15:57.920Z Compiling blake3 v1.8.5
29682026-08-31T13:15:58.329Z Checking futures-timer v3.0.3
29692026-08-31T13:15:58.768Z Checking ecdsa v0.17.0
29702026-08-31T13:15:59.058Z Checking primeorder v0.14.0
29712026-08-31T13:15:59.203Z Checking async-lock v3.4.2
29722026-08-31T13:15:59.454Z Compiling curve25519-dalek v5.0.0
29732026-08-31T13:15:59.612Z Checking async-object-pool v0.2.0
29742026-08-31T13:15:59.939Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29752026-08-31T13:15:59.987Z Checking ssh-encoding v0.3.0
29762026-08-31T13:16:00.078Z Checking serde_regex v1.1.0
29772026-08-31T13:16:00.240Z Checking assert-json-diff v2.0.2
29782026-08-31T13:16:00.275Z Checking path-tree v0.8.3
29792026-08-31T13:16:00.441Z Checking keccak v0.2.0
29802026-08-31T13:16:00.494Z Checking stringmetrics v2.2.2
29812026-08-31T13:16:00.633Z Compiling strsim v0.10.0
29822026-08-31T13:16:00.680Z Checking topological-sort v0.2.2
29832026-08-31T13:16:00.850Z Checking omicron-zone-package v0.12.3
29842026-08-31T13:16:00.988Z Compiling darling_core v0.13.4
29852026-08-31T13:16:01.767Z Checking httpmock v0.8.3
29862026-08-31T13:16:02.870Z Checking ed25519 v3.0.0
29872026-08-31T13:16:02.941Z Checking crypto-primes v0.7.2
29882026-08-31T13:16:03.113Z Checking pkcs1 v0.8.0-rc.4
29892026-08-31T13:16:03.361Z Checking poly1305 v0.9.0
29902026-08-31T13:16:03.562Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29912026-08-31T13:16:03.674Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29922026-08-31T13:16:03.949Z Checking blowfish v0.10.0
29932026-08-31T13:16:04.005Z Checking blake2 v0.11.0-rc.6
29942026-08-31T13:16:04.044Z Compiling target-lexicon v0.13.3
29952026-08-31T13:16:04.135Z Checking bcrypt-pbkdf v0.11.0
29962026-08-31T13:16:04.297Z Checking argon2 v0.6.0-rc.8
29972026-08-31T13:16:04.333Z Checking rsa v0.10.0-rc.18
29982026-08-31T13:16:04.369Z Checking ssh-cipher v0.3.0
29992026-08-31T13:16:04.607Z Checking ed25519-dalek v3.0.0
30002026-08-31T13:16:04.642Z Compiling darling_macro v0.13.4
30012026-08-31T13:16:04.679Z Checking sha3 v0.11.0
30022026-08-31T13:16:04.859Z Checking p521 v0.14.0
30032026-08-31T13:16:04.895Z Checking p256 v0.14.0
30042026-08-31T13:16:05.054Z Checking p384 v0.14.0
30052026-08-31T13:16:05.159Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30062026-08-31T13:16:05.426Z Checking kem v0.3.0
30072026-08-31T13:16:05.582Z Checking module-lattice v0.2.3
30082026-08-31T13:16:05.673Z Checking sponge-cursor v0.1.0
30092026-08-31T13:16:05.835Z Checking hex-literal v0.4.1
30102026-08-31T13:16:05.839Z Compiling guppy-workspace-hack v0.1.0
30112026-08-31T13:16:05.969Z Compiling git2 v0.20.4
30122026-08-31T13:16:06.018Z Checking ml-kem v0.3.2
30132026-08-31T13:16:06.137Z Checking sha3 v0.12.0
30142026-08-31T13:16:06.379Z Compiling darling v0.13.4
30152026-08-31T13:16:06.767Z Checking russh-cryptovec v0.62.0
30162026-08-31T13:16:06.807Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30172026-08-31T13:16:06.963Z Checking internal-russh-num-bigint v0.5.0
30182026-08-31T13:16:07.068Z Checking num-bigint v0.4.6
30192026-08-31T13:16:07.553Z Checking russh-util v0.52.0
30202026-08-31T13:16:07.721Z Checking generic-array v1.4.3
30212026-08-31T13:16:07.926Z Checking ssh-key v0.7.0-rc.11
30222026-08-31T13:16:08.025Z Compiling enum_dispatch v0.3.13
30232026-08-31T13:16:08.061Z Compiling delegate v0.13.5
30242026-08-31T13:16:08.825Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30252026-08-31T13:16:08.861Z Checking md5 v0.8.0
30262026-08-31T13:16:09.044Z Checking hex-literal v1.1.0
30272026-08-31T13:16:09.080Z Compiling target-spec v3.5.7
30282026-08-31T13:16:09.176Z Checking russh v0.62.4
30292026-08-31T13:16:09.283Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30302026-08-31T13:16:09.319Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30312026-08-31T13:16:09.481Z Checking cfg-expr v0.20.6
30322026-08-31T13:16:09.921Z Compiling serde_with_macros v1.5.2
30332026-08-31T13:16:10.056Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30342026-08-31T13:16:10.321Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-08-31T13:16:10.535Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30362026-08-31T13:16:10.770Z Checking internet-checksum v0.2.1
30372026-08-31T13:16:10.807Z Compiling serde_with v1.14.0
30382026-08-31T13:16:11.452Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-08-31T13:16:11.994Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30402026-08-31T13:16:12.509Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30412026-08-31T13:16:12.567Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30422026-08-31T13:16:12.606Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30432026-08-31T13:16:12.735Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30442026-08-31T13:16:12.814Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30452026-08-31T13:16:12.929Z Checking httptest v0.16.4
30462026-08-31T13:16:13.067Z Checking pathdiff v0.2.3
30472026-08-31T13:16:13.210Z Checking nested v0.1.1
30482026-08-31T13:16:13.343Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30492026-08-31T13:16:13.382Z Checking guppy v0.17.25
30502026-08-31T13:16:13.525Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30512026-08-31T13:16:13.726Z Checking similar-asserts v1.7.0
30522026-08-31T13:16:13.801Z Compiling target-triple v1.0.0
30532026-08-31T13:16:13.916Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30542026-08-31T13:16:14.173Z Compiling polar-core v0.27.3
30552026-08-31T13:16:14.366Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30562026-08-31T13:16:14.979Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30572026-08-31T13:16:15.043Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30582026-08-31T13:16:15.268Z Checking hickory-client v0.25.2
30592026-08-31T13:16:15.578Z Checking supports-color v2.1.0
30602026-08-31T13:16:15.614Z Checking supports-hyperlinks v2.1.0
30612026-08-31T13:16:15.694Z Checking supports-unicode v2.1.0
30622026-08-31T13:16:15.742Z Checking textwrap v0.15.2
30632026-08-31T13:16:15.778Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-08-31T13:16:15.843Z Checking terminal_size v0.1.17
30652026-08-31T13:16:15.957Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30662026-08-31T13:16:15.992Z Compiling miette-derive v5.10.0
30672026-08-31T13:16:15.996Z Compiling fs-err v2.11.0
30682026-08-31T13:16:16.262Z Checking escape8259 v0.5.3
30692026-08-31T13:16:16.394Z Compiling assert_cmd v2.1.2
30702026-08-31T13:16:16.430Z Checking owo-colors v3.5.0
30712026-08-31T13:16:16.724Z Checking libtest-mimic v0.8.1
30722026-08-31T13:16:16.988Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30732026-08-31T13:16:17.120Z Checking miette v5.10.0
30742026-08-31T13:16:17.156Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30752026-08-31T13:16:17.693Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30762026-08-31T13:16:17.833Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30772026-08-31T13:16:18.354Z Checking blake2b_simd v1.0.4
30782026-08-31T13:16:18.572Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30792026-08-31T13:16:18.791Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30802026-08-31T13:16:19.022Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30812026-08-31T13:16:19.060Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30822026-08-31T13:16:19.168Z Checking oso v0.27.3
30832026-08-31T13:16:19.249Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30842026-08-31T13:16:19.287Z Compiling knuffel-derive v3.2.0
30852026-08-31T13:16:19.523Z Checking fancy-regex v0.14.0
30862026-08-31T13:16:19.561Z Checking serde_tokenstream v0.2.3
30872026-08-31T13:16:19.913Z Checking approx v0.5.1
30882026-08-31T13:16:20.005Z Compiling rstest_macros v0.25.0
30892026-08-31T13:16:20.082Z Checking uzers v0.12.2
30902026-08-31T13:16:20.082Z Checking constant_time_eq v0.3.1
30912026-08-31T13:16:20.247Z Checking termcolor v1.4.1
30922026-08-31T13:16:20.302Z Compiling linkme-impl v0.3.35
30932026-08-31T13:16:20.451Z Checking rust-argon2 v2.1.0
30942026-08-31T13:16:20.488Z Checking trybuild v1.0.116
30952026-08-31T13:16:20.725Z Checking datatest-stable v0.3.3
30962026-08-31T13:16:20.782Z Checking knuffel v3.2.0
30972026-08-31T13:16:21.118Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30982026-08-31T13:16:21.121Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-31T13:16:21.436Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31002026-08-31T13:16:21.442Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-08-31T13:16:21.462Z Checking support-bundle-viewer v0.1.2
31022026-08-31T13:16:21.500Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31032026-08-31T13:16:21.564Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31042026-08-31T13:16:21.726Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-08-31T13:16:21.762Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31062026-08-31T13:16:21.802Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31072026-08-31T13:16:21.952Z Checking drift v0.2.0
31082026-08-31T13:16:21.997Z Checking rand_distr v0.5.1
31092026-08-31T13:16:22.179Z Checking multimap v0.10.1
31102026-08-31T13:16:22.254Z Checking parse-size v1.1.0
31112026-08-31T13:16:22.339Z Compiling relative-path v1.9.3
31122026-08-31T13:16:22.383Z Compiling linkme v0.3.35
31132026-08-31T13:16:22.418Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31142026-08-31T13:16:22.454Z Checking dropshot-api-manager v0.8.0
31152026-08-31T13:16:22.951Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31162026-08-31T13:16:23.804Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31172026-08-31T13:16:24.270Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31182026-08-31T13:16:24.626Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31192026-08-31T13:16:24.663Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31202026-08-31T13:16:24.857Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31212026-08-31T13:16:24.899Z Checking cargo_toml v0.21.0
31222026-08-31T13:16:25.284Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31232026-08-31T13:16:25.563Z Checking partial-io v0.5.4
31242026-08-31T13:16:25.601Z Checking termios v0.3.3
31252026-08-31T13:16:25.760Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31262026-08-31T13:16:25.794Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31272026-08-31T13:16:26.424Z Checking rstest v0.25.0
31282026-08-31T13:16:27.759Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31292026-08-31T13:16:29.411Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31302026-08-31T13:16:31.912Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31312026-08-31T13:16:32.935Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31322026-08-31T13:16:37.571Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31332026-08-31T13:16:37.964Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31342026-08-31T13:16:40.340Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31352026-08-31T13:16:47.634Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31362026-08-31T13:16:48.564Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31372026-08-31T13:16:49.977Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31382026-08-31T13:16:53.065Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31392026-08-31T13:16:55.317Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31402026-08-31T13:16:56.054Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31412026-08-31T13:16:57.720Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31422026-08-31T13:17:02.104Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31432026-08-31T13:17:06.875Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31442026-08-31T13:17:28.135Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31452026-08-31T13:18:21.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31462026-08-31T13:18:21.800Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31472026-08-31T13:18:21.801Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31482026-08-31T13:18:22.463Z
31492026-08-31T13:18:22.463Zreal 4:16.226162765
31502026-08-31T13:18:22.463Zuser 22:02.084220645
31512026-08-31T13:18:22.463Zsys 5:14.443047644
31522026-08-31T13:18:22.466Ztrap 0.540763753
31532026-08-31T13:18:22.466Ztflt 0.430598194
31542026-08-31T13:18:22.466Zdflt 0.496347901
31552026-08-31T13:18:22.466Zkflt 0.004647662
31562026-08-31T13:18:22.466Zlock 1:06:19.328842914
31572026-08-31T13:18:22.466Zslp 59:41.015479152
31582026-08-31T13:18:22.466Zlat 1:50.731090942
31592026-08-31T13:18:22.466Zstop 14:31.166170923
31602026-08-31T13:18:22.466Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31612026-08-31T13:18:22.466Z+ ptime -m cargo doc --workspace --no-deps
31622026-08-31T13:18:23.315Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31632026-08-31T13:18:23.315Z |
31642026-08-31T13:18:23.315Z = 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)`
31652026-08-31T13:18:23.315Z = 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>
31662026-08-31T13:18:24.376Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31672026-08-31T13:18:24.617Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31682026-08-31T13:18:24.655Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31692026-08-31T13:18:24.689Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-31T13:18:24.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31712026-08-31T13:18:24.836Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31722026-08-31T13:18:24.958Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31732026-08-31T13:18:24.988Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-08-31T13:18:25.015Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31752026-08-31T13:18:25.018Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-08-31T13:18:25.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-31T13:18:25.157Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-08-31T13:18:25.239Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-08-31T13:18:25.284Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-08-31T13:18:25.310Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-08-31T13:18:25.364Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-08-31T13:18:25.399Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31832026-08-31T13:18:25.422Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31842026-08-31T13:18:25.444Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31852026-08-31T13:18:25.471Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-08-31T13:18:25.520Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-08-31T13:18:25.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31882026-08-31T13:18:25.783Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-08-31T13:18:25.887Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31902026-08-31T13:18:26.077Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31912026-08-31T13:18:26.101Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31922026-08-31T13:18:26.126Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31932026-08-31T13:18:26.243Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-08-31T13:18:26.336Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31952026-08-31T13:18:26.363Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31962026-08-31T13:18:26.503Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31972026-08-31T13:18:26.600Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31982026-08-31T13:18:26.645Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31992026-08-31T13:18:26.705Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32002026-08-31T13:18:26.789Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32012026-08-31T13:18:27.016Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32022026-08-31T13:18:27.042Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32032026-08-31T13:18:27.066Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32042026-08-31T13:18:27.250Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32052026-08-31T13:18:27.276Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32062026-08-31T13:18:27.302Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32072026-08-31T13:18:27.530Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32082026-08-31T13:18:27.638Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32092026-08-31T13:18:27.762Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32102026-08-31T13:18:27.786Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32112026-08-31T13:18:27.850Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122026-08-31T13:18:27.952Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32132026-08-31T13:18:27.979Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32142026-08-31T13:18:28.018Z Checking scuffle v0.1.0
32152026-08-31T13:18:28.079Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-08-31T13:18:28.228Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32172026-08-31T13:18:28.305Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32182026-08-31T13:18:28.329Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192026-08-31T13:18:28.355Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-08-31T13:18:28.422Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-08-31T13:18:28.525Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-08-31T13:18:28.591Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-08-31T13:18:28.669Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32242026-08-31T13:18:29.071Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32252026-08-31T13:18:29.446Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262026-08-31T13:18:29.561Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32272026-08-31T13:18:29.988Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32282026-08-31T13:18:30.014Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-08-31T13:18:30.085Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32302026-08-31T13:18:30.335Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-08-31T13:18:30.362Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-08-31T13:18:30.387Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32332026-08-31T13:18:30.519Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32342026-08-31T13:18:30.683Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32352026-08-31T13:18:30.734Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-31T13:18:31.218Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32372026-08-31T13:18:31.268Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32382026-08-31T13:18:31.463Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32392026-08-31T13:18:31.599Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32402026-08-31T13:18:31.729Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32412026-08-31T13:18:31.779Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32422026-08-31T13:18:31.829Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-08-31T13:18:31.861Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-08-31T13:18:31.948Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32452026-08-31T13:18:31.973Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32462026-08-31T13:18:32.057Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32472026-08-31T13:18:32.082Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32482026-08-31T13:18:32.148Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32492026-08-31T13:18:32.172Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32502026-08-31T13:18:32.433Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32512026-08-31T13:18:32.433Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-08-31T13:18:32.483Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32532026-08-31T13:18:32.486Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32542026-08-31T13:18:32.486Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32552026-08-31T13:18:32.661Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-08-31T13:18:32.664Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32572026-08-31T13:18:32.763Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32582026-08-31T13:18:32.787Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32592026-08-31T13:18:32.846Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-08-31T13:18:32.849Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32612026-08-31T13:18:33.009Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-08-31T13:18:33.033Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32632026-08-31T13:18:33.058Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32642026-08-31T13:18:33.113Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32652026-08-31T13:18:33.137Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-08-31T13:18:33.206Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32672026-08-31T13:18:33.230Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32682026-08-31T13:18:33.332Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32692026-08-31T13:18:33.403Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32702026-08-31T13:18:33.429Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32712026-08-31T13:18:33.685Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32722026-08-31T13:18:33.729Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32732026-08-31T13:18:33.755Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32742026-08-31T13:18:34.323Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32752026-08-31T13:18:34.429Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-08-31T13:18:34.518Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32772026-08-31T13:18:34.716Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32782026-08-31T13:18:35.503Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32792026-08-31T13:18:36.167Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32802026-08-31T13:18:37.016Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-08-31T13:18:37.399Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32822026-08-31T13:18:37.582Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32832026-08-31T13:18:38.284Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-08-31T13:18:39.151Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32852026-08-31T13:18:39.323Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32862026-08-31T13:18:39.646Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32872026-08-31T13:18:39.762Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32882026-08-31T13:18:39.832Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32892026-08-31T13:18:39.835Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32902026-08-31T13:18:39.915Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-08-31T13:18:40.230Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-08-31T13:18:40.716Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-08-31T13:18:40.833Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32942026-08-31T13:18:40.973Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-08-31T13:18:41.443Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32962026-08-31T13:18:41.614Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32972026-08-31T13:18:41.795Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32982026-08-31T13:18:41.863Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32992026-08-31T13:18:42.155Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-08-31T13:18:42.228Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33012026-08-31T13:18:42.957Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33022026-08-31T13:18:42.983Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33032026-08-31T13:18:43.285Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33042026-08-31T13:18:43.864Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33052026-08-31T13:18:43.990Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33062026-08-31T13:18:44.450Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33072026-08-31T13:18:44.980Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33082026-08-31T13:18:45.143Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33092026-08-31T13:18:45.704Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33102026-08-31T13:18:45.841Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33112026-08-31T13:18:46.226Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-31T13:18:46.478Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33132026-08-31T13:18:46.863Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33142026-08-31T13:18:47.178Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33152026-08-31T13:18:47.420Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-31T13:18:47.700Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-08-31T13:18:48.113Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33182026-08-31T13:18:48.664Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33192026-08-31T13:18:48.816Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33202026-08-31T13:18:49.398Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33212026-08-31T13:18:49.959Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-31T13:18:52.867Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33232026-08-31T13:18:53.070Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33242026-08-31T13:18:53.073Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33252026-08-31T13:18:55.641Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33262026-08-31T13:18:56.076Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33272026-08-31T13:18:56.462Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33282026-08-31T13:18:56.552Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33292026-08-31T13:18:56.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33302026-08-31T13:18:56.736Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-08-31T13:18:57.673Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33322026-08-31T13:18:58.446Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33332026-08-31T13:18:58.987Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342026-08-31T13:18:59.352Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33352026-08-31T13:18:59.768Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33362026-08-31T13:19:00.179Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33372026-08-31T13:19:00.485Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33382026-08-31T13:19:00.654Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-31T13:19:00.770Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33402026-08-31T13:19:00.991Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33412026-08-31T13:19:01.146Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422026-08-31T13:19:01.361Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33432026-08-31T13:19:01.599Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33442026-08-31T13:19:01.747Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33452026-08-31T13:19:02.381Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462026-08-31T13:19:02.515Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-31T13:19:02.541Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33482026-08-31T13:19:02.776Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33492026-08-31T13:19:02.841Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502026-08-31T13:19:03.292Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33512026-08-31T13:19:03.579Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33522026-08-31T13:19:04.690Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33532026-08-31T13:19:05.056Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33542026-08-31T13:19:05.596Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33552026-08-31T13:19:08.097Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33562026-08-31T13:19:09.543Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33572026-08-31T13:19:10.021Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33582026-08-31T13:19:10.531Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33592026-08-31T13:19:13.083Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33602026-08-31T13:19:13.946Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33612026-08-31T13:19:15.138Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33622026-08-31T13:19:15.629Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33632026-08-31T13:19:16.428Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33642026-08-31T13:19:18.417Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33652026-08-31T13:19:18.825Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33662026-08-31T13:19:20.124Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33672026-08-31T13:19:20.381Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33682026-08-31T13:19:21.279Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-08-31T13:19:21.715Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33702026-08-31T13:19:26.976Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-08-31T13:19:27.539Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33722026-08-31T13:19:28.582Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33732026-08-31T13:19:29.110Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33742026-08-31T13:19:29.987Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33752026-08-31T13:19:30.762Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33762026-08-31T13:19:31.523Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33772026-08-31T13:19:32.356Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33782026-08-31T13:19:34.156Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792026-08-31T13:19:34.467Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33802026-08-31T13:19:35.239Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33812026-08-31T13:19:35.844Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33822026-08-31T13:19:36.006Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33832026-08-31T13:19:37.081Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33842026-08-31T13:19:37.829Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33852026-08-31T13:19:41.612Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862026-08-31T13:19:42.370Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33872026-08-31T13:19:43.618Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33882026-08-31T13:19:44.102Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33892026-08-31T13:19:45.394Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33902026-08-31T13:19:46.351Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33912026-08-31T13:19:48.044Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33922026-08-31T13:19:49.444Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33932026-08-31T13:19:50.458Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33942026-08-31T13:19:51.815Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33952026-08-31T13:19:53.254Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33962026-08-31T13:19:54.081Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33972026-08-31T13:19:56.318Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-08-31T13:19:56.816Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33992026-08-31T13:20:00.161Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34002026-08-31T13:20:00.539Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34012026-08-31T13:20:01.658Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-08-31T13:20:03.355Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-31T13:20:04.902Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34042026-08-31T13:20:06.589Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34052026-08-31T13:20:08.358Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34062026-08-31T13:20:10.010Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-08-31T13:20:11.806Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-08-31T13:20:16.462Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34092026-08-31T13:20:16.614Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34102026-08-31T13:20:17.969Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34112026-08-31T13:20:18.699Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34122026-08-31T13:20:20.488Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34132026-08-31T13:20:22.337Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34142026-08-31T13:20:24.299Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34152026-08-31T13:20:26.276Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34162026-08-31T13:20:28.148Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34172026-08-31T13:20:29.901Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34182026-08-31T13:20:32.011Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34192026-08-31T13:20:33.604Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34202026-08-31T13:20:35.421Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34212026-08-31T13:20:37.279Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34222026-08-31T13:20:39.081Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34232026-08-31T13:20:40.851Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34242026-08-31T13:20:42.653Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34252026-08-31T13:20:44.199Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34262026-08-31T13:20:46.351Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-31T13:20:47.965Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-08-31T13:20:49.757Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34292026-08-31T13:20:51.647Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-08-31T13:20:55.231Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34312026-08-31T13:20:57.315Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34322026-08-31T13:20:59.073Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34332026-08-31T13:21:01.524Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-31T13:21:02.996Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34352026-08-31T13:21:06.699Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34362026-08-31T13:21:07.805Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34372026-08-31T13:21:10.081Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34382026-08-31T13:21:12.319Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392026-08-31T13:21:15.413Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34402026-08-31T13:21:17.477Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34412026-08-31T13:21:19.841Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34422026-08-31T13:21:22.041Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-31T13:21:24.755Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-31T13:21:26.987Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-31T13:21:29.944Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34462026-08-31T13:21:31.911Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34472026-08-31T13:21:35.085Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34482026-08-31T13:21:37.040Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34492026-08-31T13:21:39.448Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34502026-08-31T13:21:42.181Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34512026-08-31T13:21:44.716Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34522026-08-31T13:21:46.975Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34532026-08-31T13:21:49.690Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34542026-08-31T13:21:52.239Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34552026-08-31T13:21:54.835Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34562026-08-31T13:21:57.274Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34572026-08-31T13:21:59.690Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34582026-08-31T13:22:02.453Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34592026-08-31T13:22:04.983Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34602026-08-31T13:22:07.542Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34612026-08-31T13:22:10.130Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34622026-08-31T13:22:12.647Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34632026-08-31T13:22:15.376Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-08-31T13:22:17.900Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34652026-08-31T13:22:20.478Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34662026-08-31T13:22:23.142Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34672026-08-31T13:22:25.795Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34682026-08-31T13:22:28.314Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34692026-08-31T13:22:30.964Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34702026-08-31T13:22:33.685Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-31T13:22:36.230Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34722026-08-31T13:22:38.847Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34732026-08-31T13:22:42.179Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34742026-08-31T13:22:44.401Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34752026-08-31T13:22:47.228Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34762026-08-31T13:22:49.872Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34772026-08-31T13:22:52.605Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34782026-08-31T13:22:55.142Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34792026-08-31T13:22:58.158Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34802026-08-31T13:23:00.788Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34812026-08-31T13:23:03.619Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34822026-08-31T13:23:06.351Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34832026-08-31T13:23:09.031Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34842026-08-31T13:23:11.756Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34852026-08-31T13:23:14.586Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34862026-08-31T13:23:17.287Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34872026-08-31T13:23:20.051Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34882026-08-31T13:23:22.924Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34892026-08-31T13:23:25.712Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34902026-08-31T13:23:33.658Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34912026-08-31T13:23:34.236Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34922026-08-31T13:23:37.428Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34932026-08-31T13:23:41.058Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34942026-08-31T13:23:44.724Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34952026-08-31T13:23:48.293Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34962026-08-31T13:23:53.207Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34972026-08-31T13:23:56.338Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34982026-08-31T13:24:00.157Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34992026-08-31T13:24:04.067Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35002026-08-31T13:24:08.073Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35012026-08-31T13:24:12.251Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35022026-08-31T13:24:15.826Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35032026-08-31T13:24:19.751Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35042026-08-31T13:24:23.661Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35052026-08-31T13:24:27.575Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35062026-08-31T13:24:31.523Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35072026-08-31T13:24:35.393Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35082026-08-31T13:24:39.370Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35092026-08-31T13:24:43.173Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35102026-08-31T13:24:47.193Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35112026-08-31T13:24:51.173Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35122026-08-31T13:24:55.014Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35132026-08-31T13:24:59.195Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35142026-08-31T13:25:02.951Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35152026-08-31T13:25:06.861Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35162026-08-31T13:25:10.737Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35172026-08-31T13:25:14.667Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35182026-08-31T13:25:18.685Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-31T13:25:22.577Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-31T13:25:26.430Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-31T13:25:30.338Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-31T13:26:01.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 39s
35232026-08-31T13:26:01.612Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-31T13:26:01.613Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-31T13:26:01.771Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35262026-08-31T13:26:01.882Z
35272026-08-31T13:26:01.882Zreal 7:39.324788249
35282026-08-31T13:26:01.882Zuser 20:31.001479421
35292026-08-31T13:26:01.891Zsys 4:23.182640648
35302026-08-31T13:26:01.891Ztrap 0.299464290
35312026-08-31T13:26:01.891Ztflt 0.029941948
35322026-08-31T13:26:01.891Zdflt 0.156929420
35332026-08-31T13:26:01.891Zkflt 0.000064950
35342026-08-31T13:26:01.891Zlock 7:20:36.781595946
35352026-08-31T13:26:01.892Zslp 2:34:45.430061840
35362026-08-31T13:26:01.892Zlat 39.097316449
35372026-08-31T13:26:01.892Zstop 2:11.499668441
35382026-08-31T13:26:01.892Zprocess exited: duration 855131 ms, exit code 0
 
35392026-08-31T13:26:01.900Zfound 0 output files