01M0KMDE1VPXJS3SVZKQEFR6SC: clippy (helios)

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

Buildomat Job: 01M0KME0D4RWN78VESHHSY6W8A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T02:23:34.174Zjob assigned to worker 01M0KME31T5BV7EJ3BXFGERHPR [factory aws, i-0f587b6e45d8381ae] (queued for 54 s)
 
22026-08-22T02:23:40.678Zstarting task 0: "setup"
32026-08-22T02:23:40.681Z++ uname -s
42026-08-22T02:23:40.685Z+ kern=SunOS
52026-08-22T02:23:40.685Z+ build_user=build
62026-08-22T02:23:40.685Z+ build_uid=12345
72026-08-22T02:23:40.685Z+ work_dir=/work
82026-08-22T02:23:40.685Z+ input_dir=/input
92026-08-22T02:23:40.685Z+ [[ 0 == 12345 ]]
102026-08-22T02:23:40.685Z+ case "$kern" in
112026-08-22T02:23:40.685Z+ groupadd -g 12345 build
122026-08-22T02:23:40.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T02:23:42.690Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T02:23:42.748Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T02:23:42.751Z+ home_fs=zfs
162026-08-22T02:23:42.752Z+ [[ zfs == autofs ]]
172026-08-22T02:23:42.752Z+ mkdir -p /home/build
182026-08-22T02:23:42.752Z+ chown build:build /home/build /work
192026-08-22T02:23:44.752Z+ chmod 0700 /home/build /work
202026-08-22T02:23:44.755Zprocess exited: duration 4077 ms, exit code 0
 
212026-08-22T02:23:44.761Zstarting task 1: "rust-toolchain"
222026-08-22T02:23:44.765Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T02:23:44.765Z * rust toolchain channel = "1.97.1"
242026-08-22T02:23:44.765Z * rust toolchain profile = "default"
252026-08-22T02:23:44.765Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-22T02:23:44.765Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-22T02:23:44.765Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-22T02:23:44.768Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T02:23:44.768Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T02:23:44.876Zinfo: downloading installer
312026-08-22T02:23:46.255Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T02:23:46.255Zwarn: /home/build/.rustup/settings.toml
332026-08-22T02:23:46.255Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T02:23:46.255Zwarn: instead of the one inferred from the default host triple.
352026-08-22T02:23:46.266Zinfo: profile set to default
362026-08-22T02:23:46.266Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T02:23:46.269Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T02:23:46.408Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T02:23:46.456Zinfo: downloading 6 components
402026-08-22T02:24:01.505Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T02:24:01.506Z
422026-08-22T02:24:01.532Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T02:24:01.532Z
442026-08-22T02:24:01.535Z
452026-08-22T02:24:01.535ZRust is installed now. Great!
462026-08-22T02:24:01.535Z
472026-08-22T02:24:01.535ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T02:24:01.535Zenvironment variable. This has not been done automatically.
492026-08-22T02:24:01.535Z
502026-08-22T02:24:01.535ZTo configure your current shell, you need to source
512026-08-22T02:24:01.535Zthe corresponding env file under $HOME/.cargo.
522026-08-22T02:24:01.535Z
532026-08-22T02:24:01.535ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T02:24:01.535Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T02:24:01.535Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T02:24:01.535Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T02:24:01.535Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T02:24:01.535Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T02:24:01.536Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T02:24:01.536Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T02:24:01.536Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T02:24:01.630Z+ rustup --version
632026-08-22T02:24:01.639Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T02:24:01.642Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T02:24:01.660Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T02:24:01.663Z+ cargo --version
672026-08-22T02:24:01.678Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T02:24:01.681Z+ rustc --version
692026-08-22T02:24:01.700Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T02:24:01.702Zprocess exited: duration 16940 ms, exit code 0
 
712026-08-22T02:24:01.708Zstarting task 2: "authentication"
722026-08-22T02:24:01.725Zprocess exited: duration 16 ms, exit code 0
 
732026-08-22T02:24:01.730Zstarting task 3: "clone repository"
742026-08-22T02:24:01.733Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T02:24:01.736Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T02:24:01.766ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T02:24:20.017Z+ cd /work/oxidecomputer/omicron
782026-08-22T02:24:20.017Z+ git fetch origin 434e09d02ffa162784da91d392f012c5e1b4afef
792026-08-22T02:24:20.370ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T02:24:20.370Z * branch 434e09d02ffa162784da91d392f012c5e1b4afef -> FETCH_HEAD
812026-08-22T02:24:20.380Z+ [[ -n '' ]]
822026-08-22T02:24:20.380Z+ git reset --hard 434e09d02ffa162784da91d392f012c5e1b4afef
832026-08-22T02:24:20.517ZHEAD is now at 434e09d02 misc: tagged union api design
842026-08-22T02:24:20.520Zprocess exited: duration 18789 ms, exit code 0
 
852026-08-22T02:24:20.528Zstarting task 4: "build"
862026-08-22T02:24:20.532Z+ source ./env.sh
872026-08-22T02:24:20.532Z++ OLD_SHELL_OPTS=ehxB
882026-08-22T02:24:20.532Z++ set -o xtrace
892026-08-22T02:24:20.534Z++++ dirname ./env.sh
902026-08-22T02:24:20.535Z+++ readlink -f .
912026-08-22T02:24:20.537Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-22T02:24:20.538Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-22T02:24:20.538Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-22T02:24:20.538Z++ 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
952026-08-22T02:24:20.538Z++ 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
962026-08-22T02:24:20.538Z++ 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
972026-08-22T02:24:20.538Z++ 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
982026-08-22T02:24:20.538Z++ 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
992026-08-22T02:24:20.538Z++ 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
1002026-08-22T02:24:20.538Z++ 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
1012026-08-22T02:24:20.538Z++ 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
1022026-08-22T02:24:20.538Z++ case $OLD_SHELL_OPTS in
1032026-08-22T02:24:20.538Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-22T02:24:20.538Z+ source .github/buildomat/ci-env.sh
1052026-08-22T02:24:20.538Z++ export CARGO_TERM_COLOR=always
1062026-08-22T02:24:20.538Z++ CARGO_TERM_COLOR=always
1072026-08-22T02:24:20.538Z+++ uname -s
1082026-08-22T02:24:20.541Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-22T02:24:20.541Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-22T02:24:20.541Z+ cargo --version
1112026-08-22T02:24:20.549Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-22T02:24:20.552Z+ rustc --version
1132026-08-22T02:24:20.571Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-22T02:24:20.574Z+ banner prerequisites
1152026-08-22T02:24:20.578Z
1162026-08-22T02:24:20.578Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-22T02:24:20.579Z # # # # # # # # # # # # # # #
1182026-08-22T02:24:20.579Z # # # # ##### # # ##### # # # # # #### #
1192026-08-22T02:24:20.579Z ##### ##### # ##### # # # # # # # # #
1202026-08-22T02:24:20.579Z # # # # # # # # # # # # # # #
1212026-08-22T02:24:20.579Z # # # ###### # # ###### ### # #### # #### #
1222026-08-22T02:24:20.579Z
1232026-08-22T02:24:20.579Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-22T02:24:22.463Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-22T02:24:22.809Z Startup: Caching catalogs ... Done
1262026-08-22T02:24:24.803ZPlanning: Solver setup ... Done (1.883s)
1272026-08-22T02:24:24.875ZPlanning: Running solver ... Done (0.057s)
1282026-08-22T02:24:24.905ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-22T02:24:24.915ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-22T02:24:24.932ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-22T02:24:24.945ZPlanning: Package planning ... Done (0.013s)
1322026-08-22T02:24:24.949ZPlanning: Merging actions ... Done (0.001s)
1332026-08-22T02:24:25.104ZPlanning: Checking for conflicting actions ... Done (0.157s)
1342026-08-22T02:24:25.107ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-22T02:24:25.974ZPlanning: Evaluating mediators ... Done (0.869s)
1362026-08-22T02:24:25.977ZPlanning: Planning completed in 3.13 seconds
1372026-08-22T02:24:25.984Z Packages to install: 2
1382026-08-22T02:24:25.984Z Estimated space available: 156.01 GB
1392026-08-22T02:24:25.987ZEstimated space to be consumed: 74.96 MB
1402026-08-22T02:24:25.988Z Create boot environment: No
1412026-08-22T02:24:25.988ZCreate backup boot environment: No
1422026-08-22T02:24:25.988Z Rebuild boot archive: No
1432026-08-22T02:24:25.988Z
1442026-08-22T02:24:25.988ZChanged packages:
1452026-08-22T02:24:25.988Zhelios
1462026-08-22T02:24:25.988Z developer/build-essential
1472026-08-22T02:24:25.988Z None -> 11-3.0
1482026-08-22T02:24:25.988Z library/libxmlsec1
1492026-08-22T02:24:25.988Z None -> 1.2.35-3.0
1502026-08-22T02:24:26.008Z
1512026-08-22T02:24:26.008ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-22T02:24:26.086ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1532026-08-22T02:24:26.136Z Actions: 1/268 actions (Installing new actions)
1542026-08-22T02:24:26.174Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-22T02:24:26.205ZFinalize: Updating package state database ... Done (0.031s)
1562026-08-22T02:24:26.208ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-22T02:24:26.291ZFinalize: Updating image state ... Done (0.085s)
1582026-08-22T02:24:28.803ZFinalize: Creating fast lookup database ... Done (2.462s)
1592026-08-22T02:24:28.900ZFinalize: Reading search index ... Done (0.012s)
1602026-08-22T02:24:28.920ZFinalize: Updating search index ... Done (0.000s)
1612026-08-22T02:24:28.953ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-22T02:24:29.316ZPlanning: Evaluating mediator changes ... Done
1632026-08-22T02:24:29.422ZPlanning: Checking for conflicting actions ... Done
1642026-08-22T02:24:29.425ZPlanning: Consolidating action changes ... Done
1652026-08-22T02:24:29.580ZPlanning: Evaluating mediators ... Done
1662026-08-22T02:24:29.583ZPlanning: Planning completed in 0.26 seconds
1672026-08-22T02:24:29.603Z Mediators to change: 2
1682026-08-22T02:24:29.603Z Create boot environment: No
1692026-08-22T02:24:29.603ZCreate backup boot environment: No
1702026-08-22T02:24:29.651ZFinalize: Updating package state database ... Done
1712026-08-22T02:24:29.651ZFinalize: Updating package cache ... Done
1722026-08-22T02:24:29.700ZFinalize: Updating image state ... Done
1732026-08-22T02:24:31.629ZFinalize: Creating fast lookup database ... Done
1742026-08-22T02:24:31.691ZFinalize: Reading search index ... Done
1752026-08-22T02:24:31.694ZFinalize: Updating search index ... Done
1762026-08-22T02:24:31.776ZFinalize: Updating package cache ... Done
1772026-08-22T02:24:32.060ZPlanning: Evaluating mediator changes ... Done
1782026-08-22T02:24:32.166ZPlanning: Checking for conflicting actions ... Done
1792026-08-22T02:24:32.169ZPlanning: Consolidating action changes ... Done
1802026-08-22T02:24:32.324ZPlanning: Evaluating mediators ... Done
1812026-08-22T02:24:32.327ZPlanning: Planning completed in 0.26 seconds
1822026-08-22T02:24:32.347Z Mediators to change: 1
1832026-08-22T02:24:32.347Z Create boot environment: No
1842026-08-22T02:24:32.347ZCreate backup boot environment: No
1852026-08-22T02:24:32.412ZFinalize: Updating package state database ... Done
1862026-08-22T02:24:32.412ZFinalize: Updating package cache ... Done
1872026-08-22T02:24:32.461ZFinalize: Updating image state ... Done
1882026-08-22T02:24:34.400ZFinalize: Creating fast lookup database ... Done
1892026-08-22T02:24:34.463ZFinalize: Reading search index ... Done
1902026-08-22T02:24:34.468ZFinalize: Updating search index ... Done
1912026-08-22T02:24:34.535ZFinalize: Updating package cache ... Done
1922026-08-22T02:24:34.850ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-22T02:24:34.850Zapache system 2.4 system
1942026-08-22T02:24:34.850Zclang system 15 system
1952026-08-22T02:24:34.850Zcsh system system illumos
1962026-08-22T02:24:34.850Zctags system system illumos
1972026-08-22T02:24:34.850Zfile vendor vendor darwinsys
1982026-08-22T02:24:34.850Zfile system system illumos
1992026-08-22T02:24:34.850Zgcc vendor 14 vendor
2002026-08-22T02:24:34.850Zgcc system 13 system
2012026-08-22T02:24:34.850Zgcc system 10 system
2022026-08-22T02:24:34.850Zgo system 1.25 system
2032026-08-22T02:24:34.850Zllvm system 15 system
2042026-08-22T02:24:34.850Zmariadb system 11.4 system
2052026-08-22T02:24:34.850Zmta vendor vendor dma
2062026-08-22T02:24:34.850Zopenjdk system 17 system
2072026-08-22T02:24:34.850Zopenjdk system 11 system
2082026-08-22T02:24:34.850Zopenssl vendor 3 vendor
2092026-08-22T02:24:34.850Zperl system 5.40 system
2102026-08-22T02:24:34.850Zpostgresql system 18 system
2112026-08-22T02:24:34.850Zpostgresql system 17 system
2122026-08-22T02:24:34.850Zpython vendor 3 vendor
2132026-08-22T02:24:34.850Zpython system 2 system
2142026-08-22T02:24:34.850Zpython3 vendor 3.13 vendor
2152026-08-22T02:24:34.850Zruby system 3.4 system
2162026-08-22T02:24:34.850Zruby system 3.0 system
2172026-08-22T02:24:34.850Zwords vendor vendor american-english
2182026-08-22T02:24:34.850Zwords system system australian-english
2192026-08-22T02:24:34.850Zwords system system british-english
2202026-08-22T02:24:34.850Zwords system system canadian-english
2212026-08-22T02:24:34.850Zwords system system french
2222026-08-22T02:24:34.850Zwords system system italian
2232026-08-22T02:24:34.850Zwords system system ngerman
2242026-08-22T02:24:34.850Zwords system system ogerman
2252026-08-22T02:24:34.850Zwords system system spanish
2262026-08-22T02:24:35.105ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-22T02:24:35.105Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-22T02:24:35.576ZFMRI IFO
2292026-08-22T02:24:35.576Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-22T02:24:35.576Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-22T02:24:35.576Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-22T02:24:35.576Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-22T02:24:35.576Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-22T02:24:35.576Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-22T02:24:35.576Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-22T02:24:35.576Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-22T02:24:35.577Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-22T02:24:35.896Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-22T02:24:36.230Z Updating crates.io index
2402026-08-22T02:24:36.235Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-22T02:24:36.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-22T02:24:36.874Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-22T02:24:37.901Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-22T02:24:38.483Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-22T02:24:40.076Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-22T02:24:40.915Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-22T02:24:41.222Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-22T02:24:41.606Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-22T02:24:42.775Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-22T02:24:43.079Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-22T02:24:43.446Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-22T02:24:43.713Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-22T02:24:43.972Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-22T02:24:44.267Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-22T02:24:44.624Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-22T02:24:44.874Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-22T02:24:45.227Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-22T02:24:45.743Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-22T02:24:46.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-22T02:24:46.616Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-22T02:24:46.909Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-22T02:24:47.427Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-22T02:24:47.746Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-22T02:24:48.003Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-22T02:24:48.442Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-22T02:24:48.717Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-22T02:24:49.144Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-22T02:24:49.494Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-22T02:24:49.774Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-22T02:24:50.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-22T02:24:50.559Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-22T02:24:51.146Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-22T02:24:51.491Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-22T02:24:51.880Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-22T02:24:52.119Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-22T02:24:52.875Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-22T02:24:53.024Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-22T02:24:53.525Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-22T02:24:53.654Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-22T02:24:54.010Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-08-22T02:24:54.305Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-22T02:24:57.195Z Downloading crates ...
2832026-08-22T02:24:57.252Z Downloaded errno v0.3.14
2842026-08-22T02:24:57.334Z Downloaded heck v0.5.0
2852026-08-22T02:24:57.334Z Downloaded cargo-platform v0.3.2
2862026-08-22T02:24:57.334Z Downloaded scroll_derive v0.12.1
2872026-08-22T02:24:57.334Z Downloaded tabled_derive v0.7.0
2882026-08-22T02:24:57.334Z Downloaded byteorder v1.5.0
2892026-08-22T02:24:57.334Z Downloaded cargo_metadata v0.23.1
2902026-08-22T02:24:57.335Z Downloaded camino v1.2.5
2912026-08-22T02:24:57.335Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-22T02:24:57.335Z Downloaded zerocopy-derive v0.7.35
2932026-08-22T02:24:57.335Z Downloaded crypto-common v0.1.7
2942026-08-22T02:24:57.335Z Downloaded anstream v1.0.0
2952026-08-22T02:24:57.335Z Downloaded camino-tempfile v1.4.1
2962026-08-22T02:24:57.335Z Downloaded cargo_toml v0.21.0
2972026-08-22T02:24:57.335Z Downloaded pest_generator v2.8.6
2982026-08-22T02:24:57.335Z Downloaded cpufeatures v0.2.17
2992026-08-22T02:24:57.335Z Downloaded clap_lex v1.0.0
3002026-08-22T02:24:57.335Z Downloaded fastrand v2.3.0
3012026-08-22T02:24:57.336Z Downloaded zmij v1.0.21
3022026-08-22T02:24:57.837Z Downloaded colorchoice v1.0.4
3032026-08-22T02:24:57.837Z Downloaded terminal_size v0.4.3
3042026-08-22T02:24:57.837Z Downloaded autocfg v1.5.0
3052026-08-22T02:24:57.837Z Downloaded pest_meta v2.8.6
3062026-08-22T02:24:57.837Z Downloaded zerocopy v0.7.35
3072026-08-22T02:24:57.837Z Downloaded proc-macro-error-attr v1.0.4
3082026-08-22T02:24:57.837Z Downloaded anstyle-query v1.1.5
3092026-08-22T02:24:57.837Z Downloaded once_cell v1.21.3
3102026-08-22T02:24:57.837Z Downloaded anstyle v1.0.14
3112026-08-22T02:24:57.837Z Downloaded proc-macro2 v1.0.106
3122026-08-22T02:24:57.862Z Downloaded bytecount v0.6.9
3132026-08-22T02:24:57.862Z Downloaded macaddr v1.0.1
3142026-08-22T02:24:57.862Z Downloaded serde_tokenstream v0.2.3
3152026-08-22T02:24:57.862Z Downloaded heck v0.4.1
3162026-08-22T02:24:57.862Z Downloaded itoa v1.0.17
3172026-08-22T02:24:57.862Z Downloaded dof v0.3.0
3182026-08-22T02:24:57.862Z Downloaded dtrace-parser v0.2.0
3192026-08-22T02:24:57.862Z Downloaded bitflags v2.11.0
3202026-08-22T02:24:57.862Z Downloaded usdt v0.5.0
3212026-08-22T02:24:57.863Z Downloaded memmap v0.7.0
3222026-08-22T02:24:57.863Z Downloaded unicode-linebreak v0.1.5
3232026-08-22T02:24:57.863Z Downloaded toml_datetime v0.6.11
3242026-08-22T02:24:57.863Z Downloaded block-buffer v0.10.4
3252026-08-22T02:24:57.863Z Downloaded usdt-attr-macro v0.5.0
3262026-08-22T02:24:57.863Z Downloaded serde_spanned v0.6.9
3272026-08-22T02:24:57.863Z Downloaded plain v0.2.3
3282026-08-22T02:24:57.863Z Downloaded equivalent v1.0.2
3292026-08-22T02:24:57.863Z Downloaded swrite v0.1.0
3302026-08-22T02:24:57.863Z Downloaded utf8parse v0.2.2
3312026-08-22T02:24:57.863Z Downloaded cfg-if v1.0.4
3322026-08-22T02:24:57.863Z Downloaded smawk v0.3.2
3332026-08-22T02:24:57.863Z Downloaded scroll v0.12.0
3342026-08-22T02:24:57.863Z Downloaded usdt-macro v0.5.0
3352026-08-22T02:24:57.864Z Downloaded fnv v1.0.7
3362026-08-22T02:24:57.865Z Downloaded pretty-hex v0.4.1
3372026-08-22T02:24:57.865Z Downloaded sha2 v0.10.9
3382026-08-22T02:24:57.865Z Downloaded anyhow v1.0.104
3392026-08-22T02:24:57.865Z Downloaded strsim v0.11.1
3402026-08-22T02:24:57.865Z Downloaded thread-id v4.2.2
3412026-08-22T02:24:57.865Z Downloaded version_check v0.9.5
3422026-08-22T02:24:57.865Z Downloaded generic-array v0.14.7
3432026-08-22T02:24:57.865Z Downloaded thiserror-impl v1.0.69
3442026-08-22T02:24:57.865Z Downloaded ucd-trie v0.1.7
3452026-08-22T02:24:57.865Z Downloaded thiserror v2.0.18
3462026-08-22T02:24:57.865Z Downloaded toml_write v0.1.2
3472026-08-22T02:24:57.865Z Downloaded thiserror v1.0.69
3482026-08-22T02:24:57.866Z Downloaded quote v1.0.45
3492026-08-22T02:24:57.866Z Downloaded thiserror-impl v2.0.18
3502026-08-22T02:24:57.866Z Downloaded pest_derive v2.8.6
3512026-08-22T02:24:57.866Z Downloaded textwrap v0.16.2
3522026-08-22T02:24:57.866Z Downloaded usdt-impl v0.5.0
3532026-08-22T02:24:57.866Z Downloaded digest v0.10.7
3542026-08-22T02:24:57.866Z Downloaded semver v1.0.28
3552026-08-22T02:24:57.866Z Downloaded serde_core v1.0.228
3562026-08-22T02:24:57.866Z Downloaded getrandom v0.3.4
3572026-08-22T02:24:57.866Z Downloaded anstyle-parse v1.0.0
3582026-08-22T02:24:57.866Z Downloaded clap_derive v4.6.1
3592026-08-22T02:24:57.881Z Downloaded fs-err v3.3.0
3602026-08-22T02:24:57.881Z Downloaded tempfile v3.27.0
3612026-08-22T02:24:57.882Z Downloaded toml v0.8.23
3622026-08-22T02:24:57.882Z Downloaded log v0.4.33
3632026-08-22T02:24:57.882Z Downloaded proc-macro-error v1.0.4
3642026-08-22T02:24:57.882Z Downloaded serde_derive v1.0.228
3652026-08-22T02:24:57.882Z Downloaded papergrid v0.11.0
3662026-08-22T02:24:57.882Z Downloaded unicode-ident v1.0.24
3672026-08-22T02:24:57.882Z Downloaded clap v4.6.1
3682026-08-22T02:24:57.882Z Downloaded serde v1.0.228
3692026-08-22T02:24:57.882Z Downloaded toml_edit v0.22.27
3702026-08-22T02:24:57.882Z Downloaded memchr v2.8.0
3712026-08-22T02:24:57.882Z Downloaded indexmap v2.14.0
3722026-08-22T02:24:57.882Z Downloaded winnow v0.7.14
3732026-08-22T02:24:57.882Z Downloaded pest v2.8.6
3742026-08-22T02:24:57.882Z Downloaded typenum v1.20.1
3752026-08-22T02:24:57.882Z Downloaded hashbrown v0.17.0
3762026-08-22T02:24:57.883Z Downloaded serde_json v1.0.151
3772026-08-22T02:24:57.883Z Downloaded goblin v0.8.2
3782026-08-22T02:24:57.883Z Downloaded clap_builder v4.6.0
3792026-08-22T02:24:57.883Z Downloaded tabled v0.15.0
3802026-08-22T02:24:57.883Z Downloaded unicode-width v0.1.14
3812026-08-22T02:24:57.883Z Downloaded unicode-width v0.2.0
3822026-08-22T02:24:57.883Z Downloaded syn v1.0.109
3832026-08-22T02:24:57.883Z Downloaded syn v2.0.117
3842026-08-22T02:24:57.883Z Downloaded rustix v1.1.4
3852026-08-22T02:24:57.883Z Downloaded libc v0.2.185
3862026-08-22T02:24:57.883Z Compiling proc-macro2 v1.0.106
3872026-08-22T02:24:57.883Z Compiling unicode-ident v1.0.24
3882026-08-22T02:24:57.883Z Compiling quote v1.0.45
3892026-08-22T02:24:57.883Z Compiling serde_core v1.0.228
3902026-08-22T02:24:57.883Z Compiling libc v0.2.185
3912026-08-22T02:24:57.883Z Compiling version_check v0.9.5
3922026-08-22T02:24:57.883Z Compiling memchr v2.8.0
3932026-08-22T02:24:57.883Z Compiling serde v1.0.228
3942026-08-22T02:24:58.199Z Compiling zmij v1.0.21
3952026-08-22T02:24:58.278Z Compiling itoa v1.0.17
3962026-08-22T02:24:58.331Z Compiling ucd-trie v0.1.7
3972026-08-22T02:24:58.390Z Compiling thiserror v1.0.69
3982026-08-22T02:24:58.618Z Compiling pest v2.8.6
3992026-08-22T02:24:59.100Z Compiling rustix v1.1.4
4002026-08-22T02:24:59.163Z Compiling byteorder v1.5.0
4012026-08-22T02:24:59.163Z Compiling errno v0.3.14
4022026-08-22T02:24:59.163Z Compiling bitflags v2.11.0
4032026-08-22T02:24:59.163Z Compiling serde_json v1.0.151
4042026-08-22T02:24:59.209Z Compiling syn v2.0.117
4052026-08-22T02:24:59.268Z Compiling thread-id v4.2.2
4062026-08-22T02:24:59.276Z Compiling proc-macro-error-attr v1.0.4
4072026-08-22T02:24:59.300Z Compiling usdt-impl v0.5.0
4082026-08-22T02:24:59.388Z Compiling camino v1.2.5
4092026-08-22T02:24:59.431Z Compiling syn v1.0.109
4102026-08-22T02:24:59.682Z Compiling pest_meta v2.8.6
4112026-08-22T02:24:59.785Z Compiling proc-macro-error v1.0.4
4122026-08-22T02:24:59.846Z Compiling getrandom v0.3.4
4132026-08-22T02:24:59.846Z Compiling plain v0.2.3
4142026-08-22T02:24:59.932Z Compiling utf8parse v0.2.2
4152026-08-22T02:24:59.970Z Compiling hashbrown v0.17.0
4162026-08-22T02:25:00.063Z Compiling equivalent v1.0.2
4172026-08-22T02:25:00.221Z Compiling log v0.4.33
4182026-08-22T02:25:00.519Z Compiling indexmap v2.14.0
4192026-08-22T02:25:00.566Z Compiling terminal_size v0.4.3
4202026-08-22T02:25:00.566Z Compiling anstyle-parse v1.0.0
4212026-08-22T02:25:00.971Z Compiling colorchoice v1.0.4
4222026-08-22T02:25:01.092Z Compiling autocfg v1.5.0
4232026-08-22T02:25:01.104Z Compiling cfg-if v1.0.4
4242026-08-22T02:25:01.109Z Compiling thiserror v2.0.18
4252026-08-22T02:25:01.191Z Compiling anstyle v1.0.14
4262026-08-22T02:25:01.211Z Compiling pretty-hex v0.4.1
4272026-08-22T02:25:01.325Z Compiling anstyle-query v1.1.5
4282026-08-22T02:25:01.352Z Compiling winnow v0.7.14
4292026-08-22T02:25:01.402Z Compiling pest_generator v2.8.6
4302026-08-22T02:25:01.457Z Compiling is_terminal_polyfill v1.70.2
4312026-08-22T02:25:01.514Z Compiling toml_write v0.1.2
4322026-08-22T02:25:01.555Z Compiling anstream v1.0.0
4332026-08-22T02:25:01.555Z Compiling fs-err v3.3.0
4342026-08-22T02:25:01.711Z Compiling unicode-width v0.1.14
4352026-08-22T02:25:01.767Z Compiling anyhow v1.0.104
4362026-08-22T02:25:01.814Z Compiling heck v0.5.0
4372026-08-22T02:25:01.992Z Compiling fnv v1.0.7
4382026-08-22T02:25:02.042Z Compiling heck v0.4.1
4392026-08-22T02:25:02.066Z Compiling fastrand v2.3.0
4402026-08-22T02:25:02.070Z Compiling bytecount v0.6.9
4412026-08-22T02:25:02.110Z Compiling clap_lex v1.0.0
4422026-08-22T02:25:02.137Z Compiling once_cell v1.21.3
4432026-08-22T02:25:02.221Z Compiling strsim v0.11.1
4442026-08-22T02:25:02.307Z Compiling papergrid v0.11.0
4452026-08-22T02:25:02.332Z Compiling tempfile v3.27.0
4462026-08-22T02:25:02.462Z Compiling clap_builder v4.6.0
4472026-08-22T02:25:02.559Z Compiling semver v1.0.28
4482026-08-22T02:25:02.576Z Compiling cargo-platform v0.3.2
4492026-08-22T02:25:02.696Z Compiling memmap v0.7.0
4502026-08-22T02:25:02.739Z Compiling tabled_derive v0.7.0
4512026-08-22T02:25:02.809Z Compiling unicode-linebreak v0.1.5
4522026-08-22T02:25:02.848Z Compiling smawk v0.3.2
4532026-08-22T02:25:02.872Z Compiling unicode-width v0.2.0
4542026-08-22T02:25:02.988Z Compiling camino-tempfile v1.4.1
4552026-08-22T02:25:03.051Z Compiling serde_derive v1.0.228
4562026-08-22T02:25:03.142Z Compiling thiserror-impl v1.0.69
4572026-08-22T02:25:03.219Z Compiling zerocopy-derive v0.7.35
4582026-08-22T02:25:03.240Z Compiling pest_derive v2.8.6
4592026-08-22T02:25:03.312Z Compiling scroll_derive v0.12.1
4602026-08-22T02:25:03.632Z Compiling thiserror-impl v2.0.18
4612026-08-22T02:25:03.672Z Compiling clap_derive v4.6.1
4622026-08-22T02:25:03.688Z Compiling tabled v0.15.0
4632026-08-22T02:25:03.973Z Compiling scroll v0.12.0
4642026-08-22T02:25:04.076Z Compiling zerocopy v0.7.35
4652026-08-22T02:25:04.244Z Compiling goblin v0.8.2
4662026-08-22T02:25:04.515Z Compiling dtrace-parser v0.2.0
4672026-08-22T02:25:04.665Z Compiling textwrap v0.16.2
4682026-08-22T02:25:05.077Z Compiling swrite v0.1.0
4692026-08-22T02:25:05.470Z Compiling clap v4.6.1
4702026-08-22T02:25:06.145Z Compiling serde_spanned v0.6.9
4712026-08-22T02:25:06.145Z Compiling toml_datetime v0.6.11
4722026-08-22T02:25:06.146Z Compiling macaddr v1.0.1
4732026-08-22T02:25:06.149Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-08-22T02:25:06.149Z Compiling cargo_metadata v0.23.1
4752026-08-22T02:25:06.226Z Compiling dof v0.3.0
4762026-08-22T02:25:06.240Z Compiling serde_tokenstream v0.2.3
4772026-08-22T02:25:06.353Z Compiling toml_edit v0.22.27
4782026-08-22T02:25:07.012Z Compiling usdt-attr-macro v0.5.0
4792026-08-22T02:25:07.012Z Compiling usdt-macro v0.5.0
4802026-08-22T02:25:07.604Z Compiling usdt v0.5.0
4812026-08-22T02:25:07.686Z Compiling toml v0.8.23
4822026-08-22T02:25:08.020Z Compiling cargo_toml v0.21.0
4832026-08-22T02:25:09.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-22T02:25:11.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.56s
4852026-08-22T02:25:11.505Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-22T02:25:12.007Z Downloading crates ...
4872026-08-22T02:25:12.066Z Downloaded adler2 v2.0.1
4882026-08-22T02:25:12.069Z Downloaded bitfield-struct v0.6.2
4892026-08-22T02:25:12.069Z Downloaded array-init v0.0.4
4902026-08-22T02:25:12.073Z Downloaded assert_matches v1.5.0
4912026-08-22T02:25:12.073Z Downloaded backtrace-ext v0.2.1
4922026-08-22T02:25:12.073Z Downloaded base16ct v0.2.0
4932026-08-22T02:25:12.076Z Downloaded bitfield-macros v0.19.4
4942026-08-22T02:25:12.076Z Downloaded aead v0.5.2
4952026-08-22T02:25:12.076Z Downloaded aho-corasick v1.1.4
4962026-08-22T02:25:12.079Z Downloaded async-stream-impl v0.3.6
4972026-08-22T02:25:12.083Z Downloaded async-recursion v1.1.1
4982026-08-22T02:25:12.086Z Downloaded bcrypt-pbkdf v0.11.0
4992026-08-22T02:25:12.086Z Downloaded ascii-canvas v3.0.0
5002026-08-22T02:25:12.086Z Downloaded ff v0.14.0
5012026-08-22T02:25:12.086Z Downloaded form_urlencoded v1.2.2
5022026-08-22T02:25:12.089Z Downloaded erased-serde v0.3.31
5032026-08-22T02:25:12.093Z Downloaded bb8 v0.8.6
5042026-08-22T02:25:12.096Z Downloaded anstyle-parse v0.2.7
5052026-08-22T02:25:12.096Z Downloaded const-oid v0.10.2
5062026-08-22T02:25:12.099Z Downloaded fxhash v0.2.1
5072026-08-22T02:25:12.105Z Downloaded atomic-waker v1.1.2
5082026-08-22T02:25:12.105Z Downloaded bit-set v0.8.0
5092026-08-22T02:25:12.105Z Downloaded futures-io v0.3.32
5102026-08-22T02:25:12.105Z Downloaded hex-literal v1.1.0
5112026-08-22T02:25:12.105Z Downloaded arrayref v0.3.9
5122026-08-22T02:25:12.105Z Downloaded async-stream v0.3.6
5132026-08-22T02:25:12.108Z Downloaded base16ct v1.0.0
5142026-08-22T02:25:12.109Z Downloaded atty v0.2.14
5152026-08-22T02:25:12.109Z Downloaded compression-core v0.4.31
5162026-08-22T02:25:12.109Z Downloaded foreign-types v0.3.2
5172026-08-22T02:25:12.109Z Downloaded float-cmp v0.10.0
5182026-08-22T02:25:12.112Z Downloaded futures-core v0.3.32
5192026-08-22T02:25:12.112Z Downloaded atomicwrites v0.4.4
5202026-08-22T02:25:12.112Z Downloaded gethostname v0.5.0
5212026-08-22T02:25:12.112Z Downloaded group v0.14.0
5222026-08-22T02:25:12.115Z Downloaded futures-task v0.3.32
5232026-08-22T02:25:12.115Z Downloaded bcs v0.1.6
5242026-08-22T02:25:12.118Z Downloaded endian-type v0.1.2
5252026-08-22T02:25:12.118Z Downloaded argon2 v0.5.3
5262026-08-22T02:25:12.118Z Downloaded foreign-types-macros v0.2.3
5272026-08-22T02:25:12.125Z Downloaded bit-set v0.5.3
5282026-08-22T02:25:12.125Z Downloaded foreign-types-shared v0.3.1
5292026-08-22T02:25:12.125Z Downloaded futures-macro v0.3.32
5302026-08-22T02:25:12.125Z Downloaded backoff v0.4.0
5312026-08-22T02:25:12.125Z Downloaded futures-sink v0.3.32
5322026-08-22T02:25:12.129Z Downloaded foreign-types v0.5.0
5332026-08-22T02:25:12.129Z Downloaded ahash v0.8.12
5342026-08-22T02:25:12.129Z Downloaded funty v2.0.0
5352026-08-22T02:25:12.129Z Downloaded find-msvc-tools v0.1.9
5362026-08-22T02:25:12.170Z Downloaded block-buffer v0.12.1
5372026-08-22T02:25:12.170Z Downloaded castaway v0.2.4
5382026-08-22T02:25:12.170Z Downloaded env_filter v2.0.0
5392026-08-22T02:25:12.170Z Downloaded home v0.5.12
5402026-08-22T02:25:12.170Z Downloaded enum-as-inner v0.6.1
5412026-08-22T02:25:12.170Z Downloaded foreign-types-shared v0.1.1
5422026-08-22T02:25:12.171Z Downloaded cobs v0.3.0
5432026-08-22T02:25:12.171Z Downloaded flagset v0.4.7
5442026-08-22T02:25:12.171Z Downloaded float-ord v0.3.2
5452026-08-22T02:25:12.171Z Downloaded ena v0.14.4
5462026-08-22T02:25:12.171Z Downloaded fallible-iterator v0.2.0
5472026-08-22T02:25:12.171Z Downloaded globwalk v0.9.1
5482026-08-22T02:25:12.171Z Downloaded highway v1.3.0
5492026-08-22T02:25:12.171Z Downloaded cfg_aliases v0.1.1
5502026-08-22T02:25:12.171Z Downloaded fs-err v2.11.0
5512026-08-22T02:25:12.171Z Downloaded ciborium-io v0.2.2
5522026-08-22T02:25:12.171Z Downloaded futures-executor v0.3.32
5532026-08-22T02:25:12.171Z Downloaded futures-channel v0.3.32
5542026-08-22T02:25:12.171Z Downloaded hmac v0.12.1
5552026-08-22T02:25:12.171Z Downloaded embedded-io v0.4.0
5562026-08-22T02:25:12.171Z Downloaded httpdate v1.0.3
5572026-08-22T02:25:12.171Z Downloaded cfg_aliases v0.2.1
5582026-08-22T02:25:12.171Z Downloaded block-padding v0.4.2
5592026-08-22T02:25:12.171Z Downloaded fixedbitset v0.4.2
5602026-08-22T02:25:12.171Z Downloaded fs_extra v1.3.0
5612026-08-22T02:25:12.180Z Downloaded async-trait v0.1.89
5622026-08-22T02:25:12.183Z Downloaded hex v0.4.3
5632026-08-22T02:25:12.183Z Downloaded fd-lock v4.0.4
5642026-08-22T02:25:12.183Z Downloaded hostname v0.4.2
5652026-08-22T02:25:12.183Z Downloaded newline-converter v0.3.0
5662026-08-22T02:25:12.183Z Downloaded nodrop v0.1.14
5672026-08-22T02:25:12.183Z Downloaded normalize-line-endings v0.3.0
5682026-08-22T02:25:12.183Z Downloaded num-iter v0.1.45
5692026-08-22T02:25:12.183Z Downloaded hostname v0.3.1
5702026-08-22T02:25:12.186Z Downloaded openssl-macros v0.1.1
5712026-08-22T02:25:12.186Z Downloaded aead v0.6.1
5722026-08-22T02:25:12.186Z Downloaded base64ct v1.8.3
5732026-08-22T02:25:12.188Z Downloaded bit-vec v0.8.0
5742026-08-22T02:25:12.188Z Downloaded byte-wrapper v0.1.0
5752026-08-22T02:25:12.188Z Downloaded anstream v0.6.21
5762026-08-22T02:25:12.192Z Downloaded hash32 v0.3.1
5772026-08-22T02:25:12.192Z Downloaded headers-core v0.3.0
5782026-08-22T02:25:12.192Z Downloaded http-body v1.0.1
5792026-08-22T02:25:12.192Z Downloaded addr2line v0.25.1
5802026-08-22T02:25:12.195Z Downloaded arrayvec v0.7.6
5812026-08-22T02:25:12.195Z Downloaded http-range v0.1.5
5822026-08-22T02:25:12.195Z Downloaded ghash v0.6.0
5832026-08-22T02:25:12.196Z Downloaded fixedbitset v0.5.7
5842026-08-22T02:25:12.198Z Downloaded git-stub v1.0.0
5852026-08-22T02:25:12.198Z Downloaded ciborium-ll v0.2.2
5862026-08-22T02:25:12.198Z Downloaded num_threads v0.1.7
5872026-08-22T02:25:12.198Z Downloaded async-bb8-diesel v0.2.1
5882026-08-22T02:25:12.201Z Downloaded backon v1.6.0
5892026-08-22T02:25:12.201Z Downloaded enum_dispatch v0.3.13
5902026-08-22T02:25:12.203Z Downloaded filetime v0.2.27
5912026-08-22T02:25:12.204Z Downloaded foldhash v0.1.5
5922026-08-22T02:25:12.204Z Downloaded oso-derive v0.27.3
5932026-08-22T02:25:12.207Z Downloaded phf_shared v0.12.1
5942026-08-22T02:25:12.210Z Downloaded hubpack v0.1.2
5952026-08-22T02:25:12.210Z Downloaded psl-types v2.0.11
5962026-08-22T02:25:12.213Z Downloaded hash32 v0.2.1
5972026-08-22T02:25:12.216Z Downloaded ref-cast-impl v1.0.25
5982026-08-22T02:25:12.216Z Downloaded bs58 v0.5.1
5992026-08-22T02:25:12.219Z Downloaded globset v0.4.18
6002026-08-22T02:25:12.222Z Downloaded bitfield v0.19.4
6012026-08-22T02:25:12.222Z Downloaded cmov v0.5.4
6022026-08-22T02:25:12.222Z Downloaded foldhash v0.2.0
6032026-08-22T02:25:12.222Z Downloaded packed_struct_codegen v0.10.1
6042026-08-22T02:25:12.222Z Downloaded bit-vec v0.6.3
6052026-08-22T02:25:12.226Z Downloaded hubpack_derive v0.1.1
6062026-08-22T02:25:12.226Z Downloaded buf-list v1.1.2
6072026-08-22T02:25:12.226Z Downloaded elliptic-curve v0.14.1
6082026-08-22T02:25:12.229Z Downloaded cassowary v0.3.0
6092026-08-22T02:25:12.231Z Downloaded embedded-io v0.6.1
6102026-08-22T02:25:12.231Z Downloaded proc-macro-error-attr2 v2.0.0
6112026-08-22T02:25:12.233Z Downloaded blowfish v0.10.0
6122026-08-22T02:25:12.233Z Downloaded cipher v0.4.4
6132026-08-22T02:25:12.237Z Downloaded cmake v0.1.57
6142026-08-22T02:25:12.237Z Downloaded quick-error v1.2.3
6152026-08-22T02:25:12.237Z Downloaded cbc v0.2.1
6162026-08-22T02:25:12.237Z Downloaded cipher v0.5.2
6172026-08-22T02:25:12.240Z Downloaded rustc_version v0.4.1
6182026-08-22T02:25:12.244Z Downloaded cexpr v0.6.0
6192026-08-22T02:25:12.244Z Downloaded rand_pcg v0.10.2
6202026-08-22T02:25:12.244Z Downloaded russh-cryptovec v0.62.0
6212026-08-22T02:25:12.244Z Downloaded chacha20 v0.9.1
6222026-08-22T02:25:12.248Z Downloaded compression-codecs v0.4.37
6232026-08-22T02:25:12.251Z Downloaded newtype-uuid v1.3.2
6242026-08-22T02:25:12.251Z Downloaded sapling-renderdag v0.1.0
6252026-08-22T02:25:12.255Z Downloaded argon2 v0.6.0-rc.8
6262026-08-22T02:25:12.255Z Downloaded env_logger v0.11.11
6272026-08-22T02:25:12.255Z Downloaded num-integer v0.1.46
6282026-08-22T02:25:12.259Z Downloaded http-body-util v0.1.3
6292026-08-22T02:25:12.259Z Downloaded sigpipe v0.1.3
6302026-08-22T02:25:12.261Z Downloaded git-stub-vcs v0.1.0
6312026-08-22T02:25:12.265Z Downloaded paste v1.0.15
6322026-08-22T02:25:12.265Z Downloaded peg v0.8.5
6332026-08-22T02:25:12.265Z Downloaded phf_shared v0.11.3
6342026-08-22T02:25:12.268Z Downloaded port-file v0.1.0
6352026-08-22T02:25:12.268Z Downloaded serde_spanned v1.1.1
6362026-08-22T02:25:12.269Z Downloaded tokio-macros v2.7.0
6372026-08-22T02:25:12.272Z Downloaded seq-macro v0.3.6
6382026-08-22T02:25:12.272Z Downloaded serde_repr v0.1.20
6392026-08-22T02:25:12.275Z Downloaded sha1 v0.10.6
6402026-08-22T02:25:12.275Z Downloaded sha1 v0.11.0
6412026-08-22T02:25:12.275Z Downloaded colored v3.1.1
6422026-08-22T02:25:12.277Z Downloaded rand_chacha v0.9.0
6432026-08-22T02:25:12.277Z Downloaded bzip2 v0.4.4
6442026-08-22T02:25:12.280Z Downloaded console v0.15.11
6452026-08-22T02:25:12.280Z Downloaded signal-hook-tokio v0.3.1
6462026-08-22T02:25:12.280Z Downloaded strsim v0.10.0
6472026-08-22T02:25:12.280Z Downloaded getrandom v0.2.17
6482026-08-22T02:25:12.282Z Downloaded chacha20 v0.10.0
6492026-08-22T02:25:12.285Z Downloaded clang-sys v1.8.1
6502026-08-22T02:25:12.285Z Downloaded bitflags v1.3.2
6512026-08-22T02:25:12.289Z Downloaded blake2 v0.10.6
6522026-08-22T02:25:12.289Z Downloaded camino-tempfile-ext v0.3.3
6532026-08-22T02:25:12.292Z Downloaded ff v0.13.1
6542026-08-22T02:25:12.292Z Downloaded glob v0.3.3
6552026-08-22T02:25:12.292Z Downloaded termtree v0.5.1
6562026-08-22T02:25:12.292Z Downloaded tokio-test v0.4.5
6572026-08-22T02:25:12.292Z Downloaded unarray v0.1.4
6582026-08-22T02:25:12.297Z Downloaded yoke-derive v0.8.1
6592026-08-22T02:25:12.300Z Downloaded cancel-safe-futures v0.1.5
6602026-08-22T02:25:12.303Z Downloaded bzip2 v0.6.1
6612026-08-22T02:25:12.303Z Downloaded ciborium v0.2.2
6622026-08-22T02:25:12.303Z Downloaded console v0.16.2
6632026-08-22T02:25:12.305Z Downloaded futures v0.3.32
6642026-08-22T02:25:12.310Z Downloaded packed_struct v0.10.1
6652026-08-22T02:25:12.310Z Downloaded pem-rfc7468 v1.0.0
6662026-08-22T02:25:12.313Z Downloaded strum v0.27.2
6672026-08-22T02:25:12.313Z Downloaded subtle v2.6.1
6682026-08-22T02:25:12.313Z Downloaded sync-ptr v0.1.4
6692026-08-22T02:25:12.313Z Downloaded sync_wrapper v1.0.2
6702026-08-22T02:25:12.313Z Downloaded headers v0.4.1
6712026-08-22T02:25:12.316Z Downloaded allocator-api2 v0.2.21
6722026-08-22T02:25:12.316Z Downloaded arc-swap v1.8.2
6732026-08-22T02:25:12.320Z Downloaded slog-dtrace v0.3.0
6742026-08-22T02:25:12.320Z Downloaded parse-display-derive v0.10.0
6752026-08-22T02:25:12.320Z Downloaded pkcs8 v0.10.2
6762026-08-22T02:25:12.320Z Downloaded progenitor-client v0.13.0
6772026-08-22T02:25:12.325Z Downloaded curve25519-dalek-derive v0.1.1
6782026-08-22T02:25:12.325Z Downloaded ar_archive_writer v0.5.1
6792026-08-22T02:25:12.328Z Downloaded universal-hash v0.6.1
6802026-08-22T02:25:12.328Z Downloaded usdt v0.6.0
6812026-08-22T02:25:12.328Z Downloaded postcard v1.1.3
6822026-08-22T02:25:12.333Z Downloaded usdt-attr-macro v0.6.0
6832026-08-22T02:25:12.333Z Downloaded ssh-cipher v0.3.0
6842026-08-22T02:25:12.336Z Downloaded zeroize_derive v1.5.0
6852026-08-22T02:25:12.336Z Downloaded defmt-parser v1.0.0
6862026-08-22T02:25:12.339Z Downloaded zone_cfg_derive v0.3.1
6872026-08-22T02:25:12.339Z Downloaded difflib v0.4.0
6882026-08-22T02:25:12.339Z Downloaded dirs-next v2.0.0
6892026-08-22T02:25:12.339Z Downloaded httparse v1.10.1
6902026-08-22T02:25:12.342Z Downloaded dof v0.4.0
6912026-08-22T02:25:12.342Z Downloaded hyper-tls v0.6.0
6922026-08-22T02:25:12.345Z Downloaded group v0.13.0
6932026-08-22T02:25:12.345Z Downloaded rustversion v1.0.22
6942026-08-22T02:25:12.348Z Downloaded const-oid v0.9.6
6952026-08-22T02:25:12.351Z Downloaded colored v2.2.0
6962026-08-22T02:25:12.357Z Downloaded rustls-pemfile v2.2.0
6972026-08-22T02:25:12.361Z Downloaded schemars_derive v0.8.22
6982026-08-22T02:25:12.361Z Downloaded tokio-tungstenite v0.21.0
6992026-08-22T02:25:12.364Z Downloaded tokio-tungstenite v0.23.1
7002026-08-22T02:25:12.364Z Downloaded darling_macro v0.20.11
7012026-08-22T02:25:12.367Z Downloaded darling_macro v0.21.3
7022026-08-22T02:25:12.367Z Downloaded instant v0.1.13
7032026-08-22T02:25:12.370Z Downloaded kem v0.3.0
7042026-08-22T02:25:12.370Z Downloaded unicase v2.9.0
7052026-08-22T02:25:12.370Z Downloaded vergen-lib v0.1.6
7062026-08-22T02:25:12.373Z Downloaded vsss-rs v3.3.4
7072026-08-22T02:25:12.373Z Downloaded serdect v0.4.3
7082026-08-22T02:25:12.373Z Downloaded spki v0.8.0
7092026-08-22T02:25:12.381Z Downloaded simd-adler32 v0.3.8
7102026-08-22T02:25:12.384Z Downloaded slog-scope v4.4.1
7112026-08-22T02:25:12.384Z Downloaded smf v0.2.3
7122026-08-22T02:25:12.384Z Downloaded spki v0.7.3
7132026-08-22T02:25:12.388Z Downloaded internet-checksum v0.2.1
7142026-08-22T02:25:12.388Z Downloaded generic-array v1.4.3
7152026-08-22T02:25:12.388Z Downloaded lru-cache v0.1.2
7162026-08-22T02:25:12.388Z Downloaded lru-slab v0.1.2
7172026-08-22T02:25:12.388Z Downloaded serde_cbor v0.11.2
7182026-08-22T02:25:12.391Z Downloaded base64 v0.22.1
7192026-08-22T02:25:12.391Z Downloaded crc-catalog v2.4.0
7202026-08-22T02:25:12.391Z Downloaded illumos-nvpair-sys v0.2.0
7212026-08-22T02:25:12.395Z Downloaded lalrpop-util v0.19.12
7222026-08-22T02:25:12.395Z Downloaded jiff-static v0.2.34
7232026-08-22T02:25:12.395Z Downloaded hickory-resolver v0.24.4
7242026-08-22T02:25:12.395Z Downloaded lzss v0.8.2
7252026-08-22T02:25:12.398Z Downloaded new_debug_unreachable v1.0.6
7262026-08-22T02:25:12.398Z Downloaded newtype-uuid-macros v0.1.0
7272026-08-22T02:25:12.398Z Downloaded nonempty v0.12.0
7282026-08-22T02:25:12.401Z Downloaded getrandom v0.4.3
7292026-08-22T02:25:12.402Z Downloaded tiny-keccak v2.0.2
7302026-08-22T02:25:12.404Z Downloaded omicron-zone-package v0.12.3
7312026-08-22T02:25:12.405Z Downloaded openssl-probe v0.1.6
7322026-08-22T02:25:12.405Z Downloaded oso v0.27.3
7332026-08-22T02:25:12.408Z Downloaded async-compression v0.4.41
7342026-08-22T02:25:12.411Z Downloaded prefix-trie v0.7.0
7352026-08-22T02:25:12.413Z Downloaded writeable v0.6.2
7362026-08-22T02:25:12.414Z Downloaded wyz v0.5.1
7372026-08-22T02:25:12.414Z Downloaded libscf-sys v1.2.0
7382026-08-22T02:25:12.414Z Downloaded delegate v0.13.5
7392026-08-22T02:25:12.417Z Downloaded diesel-dtrace v0.5.0
7402026-08-22T02:25:12.417Z Downloaded mime v0.3.17
7412026-08-22T02:25:12.417Z Downloaded num v0.4.3
7422026-08-22T02:25:12.417Z Downloaded predicates-tree v1.0.13
7432026-08-22T02:25:12.420Z Downloaded password-hash v0.6.1
7442026-08-22T02:25:12.420Z Downloaded path-slash v0.1.5
7452026-08-22T02:25:12.420Z Downloaded fatfs v0.3.6
7462026-08-22T02:25:12.423Z Downloaded predicates-core v1.0.10
7472026-08-22T02:25:12.423Z Downloaded hmac v0.13.0
7482026-08-22T02:25:12.423Z Downloaded ref-cast v1.0.25
7492026-08-22T02:25:12.426Z Downloaded half v2.7.1
7502026-08-22T02:25:12.426Z Downloaded term v1.2.1
7512026-08-22T02:25:12.429Z Downloaded chacha20poly1305 v0.10.1
7522026-08-22T02:25:12.435Z Downloaded half v1.8.3
7532026-08-22T02:25:12.438Z Downloaded tokio-stream v0.1.18
7542026-08-22T02:25:12.438Z Downloaded humantime v2.3.0
7552026-08-22T02:25:12.438Z Downloaded instability v0.3.11
7562026-08-22T02:25:12.441Z Downloaded crossbeam-deque v0.8.6
7572026-08-22T02:25:12.453Z Downloaded salsa20 v0.11.0
7582026-08-22T02:25:12.459Z Downloaded serde_plain v1.0.2
7592026-08-22T02:25:12.468Z Downloaded signal-hook-mio v0.2.5
7602026-08-22T02:25:12.471Z Downloaded dropshot-api-manager-types v0.8.0
7612026-08-22T02:25:12.471Z Downloaded nu-ansi-term v0.50.3
7622026-08-22T02:25:12.471Z Downloaded radium v0.7.0
7632026-08-22T02:25:12.475Z Downloaded p256 v0.14.0
7642026-08-22T02:25:12.475Z Downloaded scopeguard v1.2.0
7652026-08-22T02:25:12.475Z Downloaded strip-ansi-escapes v0.2.1
7662026-08-22T02:25:12.478Z Downloaded termios v0.3.3
7672026-08-22T02:25:12.484Z Downloaded slog-envlogger v2.2.0
7682026-08-22T02:25:12.484Z Downloaded sqlparser_derive v0.5.0
7692026-08-22T02:25:12.487Z Downloaded multer v3.1.0
7702026-08-22T02:25:12.487Z Downloaded oxide-update-engine v0.1.2
7712026-08-22T02:25:12.487Z Downloaded mime_guess v2.0.5
7722026-08-22T02:25:12.487Z Downloaded structmeta v0.3.0
7732026-08-22T02:25:12.487Z Downloaded pkcs5 v0.8.1
7742026-08-22T02:25:12.490Z Downloaded rcgen v0.12.1
7752026-08-22T02:25:12.490Z Downloaded supports-color v3.0.2
7762026-08-22T02:25:12.490Z Downloaded tabwriter v1.4.1
7772026-08-22T02:25:12.494Z Downloaded progenitor-impl v0.14.0
7782026-08-22T02:25:12.494Z Downloaded try-lock v0.2.5
7792026-08-22T02:25:12.497Z Downloaded universal-hash v0.5.1
7802026-08-22T02:25:12.497Z Downloaded compact_str v0.8.1
7812026-08-22T02:25:12.497Z Downloaded blake2 v0.11.0-rc.6
7822026-08-22T02:25:12.502Z Downloaded bumpalo v3.20.2
7832026-08-22T02:25:12.502Z Downloaded progenitor-extras v0.2.0
7842026-08-22T02:25:12.505Z Downloaded chumsky v0.9.3
7852026-08-22T02:25:12.505Z Downloaded base64 v0.21.7
7862026-08-22T02:25:12.508Z Downloaded cc v1.2.56
7872026-08-22T02:25:12.508Z Downloaded slog-bunyan v2.5.0
7882026-08-22T02:25:12.511Z Downloaded thiserror-impl-no-std v2.0.2
7892026-08-22T02:25:12.511Z Downloaded test-strategy v0.4.5
7902026-08-22T02:25:12.514Z Downloaded tinyvec_macros v0.1.1
7912026-08-22T02:25:12.514Z Downloaded void v1.0.2
7922026-08-22T02:25:12.514Z Downloaded wnaf v0.14.0
7932026-08-22T02:25:12.519Z Downloaded phf v0.13.1
7942026-08-22T02:25:12.522Z Downloaded pin-project-lite v0.2.17
7952026-08-22T02:25:12.525Z Downloaded vte v0.14.1
7962026-08-22T02:25:12.525Z Downloaded bytes v1.11.1
7972026-08-22T02:25:12.535Z Downloaded cookie_store v0.22.1
7982026-08-22T02:25:12.538Z Downloaded ctr v0.10.1
7992026-08-22T02:25:12.538Z Downloaded darling v0.20.11
8002026-08-22T02:25:12.541Z Downloaded serde_urlencoded v0.7.1
8012026-08-22T02:25:12.542Z Downloaded derive_builder_macro v0.20.2
8022026-08-22T02:25:12.545Z Downloaded zerofrom-derive v0.1.6
8032026-08-22T02:25:12.545Z Downloaded crc-any v2.5.0
8042026-08-22T02:25:12.545Z Downloaded slab v0.4.12
8052026-08-22T02:25:12.549Z Downloaded idna_adapter v1.2.1
8062026-08-22T02:25:12.549Z Downloaded proc-macro-error2 v2.0.1
8072026-08-22T02:25:12.553Z Downloaded oxide-tokio-rt v0.1.4
8082026-08-22T02:25:12.553Z Downloaded pretty_assertions v1.4.1
8092026-08-22T02:25:12.556Z Downloaded subprocess v0.2.15
8102026-08-22T02:25:12.556Z Downloaded ecdsa v0.17.0
8112026-08-22T02:25:12.560Z Downloaded parking_lot_core v0.9.12
8122026-08-22T02:25:12.563Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8132026-08-22T02:25:12.563Z Downloaded crunchy v0.2.4
8142026-08-22T02:25:12.563Z Downloaded digest-io v0.1.0
8152026-08-22T02:25:12.563Z Downloaded is-terminal v0.4.17
8162026-08-22T02:25:12.568Z Downloaded linked-hash-map v0.5.6
8172026-08-22T02:25:12.572Z Downloaded serde-hex v0.1.0
8182026-08-22T02:25:12.583Z Downloaded debug-ignore v1.0.5
8192026-08-22T02:25:12.586Z Downloaded defmt v0.3.100
8202026-08-22T02:25:12.586Z Downloaded flume v0.11.1
8212026-08-22T02:25:12.589Z Downloaded ingot-macros v0.2.0
8222026-08-22T02:25:12.589Z Downloaded inout v0.2.2
8232026-08-22T02:25:12.589Z Downloaded whoami v1.6.1
8242026-08-22T02:25:12.592Z Downloaded tracing-attributes v0.1.31
8252026-08-22T02:25:12.592Z Downloaded zstd v0.13.3
8262026-08-22T02:25:12.592Z Downloaded const_format_proc_macros v0.2.34
8272026-08-22T02:25:12.596Z Downloaded memoffset v0.9.1
8282026-08-22T02:25:12.596Z Downloaded tracing-core v0.1.36
8292026-08-22T02:25:12.596Z Downloaded stacker v0.1.23
8302026-08-22T02:25:12.599Z Downloaded thiserror-no-std v2.0.2
8312026-08-22T02:25:12.599Z Downloaded tls_codec v0.4.2
8322026-08-22T02:25:12.602Z Downloaded tls_codec_derive v0.4.2
8332026-08-22T02:25:12.602Z Downloaded backtrace v0.3.76
8342026-08-22T02:25:12.604Z Downloaded darling v0.13.4
8352026-08-22T02:25:12.605Z Downloaded litrs v1.0.0
8362026-08-22T02:25:12.608Z Downloaded openssl-probe v0.2.1
8372026-08-22T02:25:12.608Z Downloaded percent-encoding v2.3.2
8382026-08-22T02:25:12.610Z Downloaded crossbeam-epoch v0.9.18
8392026-08-22T02:25:12.611Z Downloaded poly1305 v0.9.0
8402026-08-22T02:25:12.611Z Downloaded flate2 v1.1.9
8412026-08-22T02:25:12.613Z Downloaded heapless v0.8.0
8422026-08-22T02:25:12.616Z Downloaded hickory-resolver v0.25.2
8432026-08-22T02:25:12.619Z Downloaded proc-macro-crate v1.3.1
8442026-08-22T02:25:12.619Z Downloaded zip v0.6.6
8452026-08-22T02:25:12.622Z Downloaded aes v0.9.1
8462026-08-22T02:25:12.622Z Downloaded pkcs1 v0.7.5
8472026-08-22T02:25:12.627Z Downloaded poly1305 v0.8.0
8482026-08-22T02:25:12.627Z Downloaded scuffle v0.1.0
8492026-08-22T02:25:12.631Z Downloaded uzers v0.12.2
8502026-08-22T02:25:12.631Z Downloaded zeroize v1.9.0
8512026-08-22T02:25:12.631Z Downloaded smallvec v1.15.1
8522026-08-22T02:25:12.631Z Downloaded ident_case v1.0.1
8532026-08-22T02:25:12.631Z Downloaded newtype_derive v0.1.6
8542026-08-22T02:25:12.631Z Downloaded indoc v2.0.7
8552026-08-22T02:25:12.634Z Downloaded steno v0.4.1
8562026-08-22T02:25:12.634Z Downloaded heapless v0.7.17
8572026-08-22T02:25:12.637Z Downloaded darling_core v0.20.11
8582026-08-22T02:25:12.640Z Downloaded pbkdf2 v0.13.0
8592026-08-22T02:25:12.640Z Downloaded twox-hash v2.1.2
8602026-08-22T02:25:12.643Z Downloaded rustc-demangle v0.1.27
8612026-08-22T02:25:12.649Z Downloaded indicatif v0.18.4
8622026-08-22T02:25:12.651Z Downloaded data-encoding v2.10.0
8632026-08-22T02:25:12.651Z Downloaded digest v0.11.3
8642026-08-22T02:25:12.654Z Downloaded progenitor-impl v0.13.0
8652026-08-22T02:25:12.654Z Downloaded rand_xorshift v0.4.0
8662026-08-22T02:25:12.658Z Downloaded zstd-safe v7.2.4
8672026-08-22T02:25:12.658Z Downloaded crossbeam-utils v0.8.21
8682026-08-22T02:25:12.661Z Downloaded same-file v1.0.6
8692026-08-22T02:25:12.661Z Downloaded scheduled-thread-pool v0.2.7
8702026-08-22T02:25:12.664Z Downloaded sponge-cursor v0.1.0
8712026-08-22T02:25:12.667Z Downloaded num_enum v0.7.6
8722026-08-22T02:25:12.670Z Downloaded rand v0.8.6
8732026-08-22T02:25:12.674Z Downloaded num-bigint v0.4.6
8742026-08-22T02:25:12.674Z Downloaded schemars v0.8.22
8752026-08-22T02:25:12.679Z Downloaded libefi-sys v0.1.0
8762026-08-22T02:25:12.683Z Downloaded usdt-impl v0.6.0
8772026-08-22T02:25:12.684Z Downloaded peg-macros v0.8.5
8782026-08-22T02:25:12.687Z Downloaded supports-hyperlinks v3.2.0
8792026-08-22T02:25:12.687Z Downloaded tagptr v0.2.0
8802026-08-22T02:25:12.687Z Downloaded usdt-macro v0.6.0
8812026-08-22T02:25:12.687Z Downloaded take_mut v0.2.2
8822026-08-22T02:25:12.687Z Downloaded tap v1.0.1
8832026-08-22T02:25:12.687Z Downloaded const_format v0.2.35
8842026-08-22T02:25:12.690Z Downloaded rand_core v0.6.4
8852026-08-22T02:25:12.693Z Downloaded hybrid-array v0.4.13
8862026-08-22T02:25:12.696Z Downloaded expectorate v1.2.0
8872026-08-22T02:25:12.696Z Downloaded parking_lot_core v0.8.6
8882026-08-22T02:25:12.699Z Downloaded primeorder v0.14.0
8892026-08-22T02:25:12.699Z Downloaded papergrid v0.18.0
8902026-08-22T02:25:12.702Z Downloaded aes-gcm v0.11.0
8912026-08-22T02:25:12.705Z Downloaded der v0.7.10
8922026-08-22T02:25:12.709Z Downloaded topological-sort v0.2.2
8932026-08-22T02:25:12.709Z Downloaded linear-map v1.2.0
8942026-08-22T02:25:12.709Z Downloaded rustls-native-certs v0.8.3
8952026-08-22T02:25:12.712Z Downloaded serde_path_to_error v0.1.20
8962026-08-22T02:25:12.715Z Downloaded hickory-server v0.25.2
8972026-08-22T02:25:12.740Z Downloaded hashbrown v0.12.3
8982026-08-22T02:25:12.740Z Downloaded rayon-core v1.13.0
8992026-08-22T02:25:12.740Z Downloaded icu_locale_core v2.1.1
9002026-08-22T02:25:12.740Z Downloaded zerocopy v0.6.6
9012026-08-22T02:25:12.740Z Downloaded zopfli v0.8.3
9022026-08-22T02:25:12.740Z Downloaded dtrace-parser v0.3.0
9032026-08-22T02:25:12.741Z Downloaded siphasher v1.0.2
9042026-08-22T02:25:12.741Z Downloaded slog-json v2.6.1
9052026-08-22T02:25:12.741Z Downloaded string_cache v0.8.9
9062026-08-22T02:25:12.741Z Downloaded dsl_auto_type v0.2.0
9072026-08-22T02:25:12.741Z Downloaded psm v0.1.30
9082026-08-22T02:25:12.755Z Downloaded md5 v0.8.0
9092026-08-22T02:25:12.756Z Downloaded icu_normalizer v2.1.1
9102026-08-22T02:25:12.756Z Downloaded strum_macros v0.24.3
9112026-08-22T02:25:12.756Z Downloaded tokio-dtrace v0.1.1
9122026-08-22T02:25:12.756Z Downloaded darling v0.21.3
9132026-08-22T02:25:12.786Z Downloaded zerocopy-derive v0.8.55
9142026-08-22T02:25:12.786Z Downloaded postgres-types v0.2.12
9152026-08-22T02:25:12.786Z Downloaded indoc v1.0.9
9162026-08-22T02:25:12.786Z Downloaded pkcs1 v0.8.0-rc.4
9172026-08-22T02:25:12.786Z Downloaded kstat-rs v0.2.5
9182026-08-22T02:25:12.786Z Downloaded derive_more v0.99.20
9192026-08-22T02:25:12.786Z Downloaded ed25519 v3.0.0
9202026-08-22T02:25:12.786Z Downloaded num-derive v0.4.2
9212026-08-22T02:25:12.786Z Downloaded vergen-lib v9.1.0
9222026-08-22T02:25:12.786Z Downloaded whoami v2.1.0
9232026-08-22T02:25:12.786Z Downloaded scroll v0.13.0
9242026-08-22T02:25:12.786Z Downloaded parse-size v1.1.0
9252026-08-22T02:25:12.786Z Downloaded xshell v0.2.7
9262026-08-22T02:25:12.786Z Downloaded unicode_categories v0.1.1
9272026-08-22T02:25:12.786Z Downloaded serde_derive_internals v0.29.1
9282026-08-22T02:25:12.787Z Downloaded signal-hook-registry v1.4.8
9292026-08-22T02:25:12.787Z Downloaded critical-section v1.2.0
9302026-08-22T02:25:12.787Z Downloaded litemap v0.8.1
9312026-08-22T02:25:12.787Z Downloaded powerfmt v0.2.0
9322026-08-22T02:25:12.794Z Downloaded num_enum_derive v0.5.11
9332026-08-22T02:25:12.794Z Downloaded recursive v0.1.1
9342026-08-22T02:25:12.795Z Downloaded rtoolbox v0.0.3
9352026-08-22T02:25:12.795Z Downloaded russh-util v0.52.0
9362026-08-22T02:25:12.795Z Downloaded quinn v0.11.11
9372026-08-22T02:25:12.795Z Downloaded daft v0.1.7
9382026-08-22T02:25:12.795Z Downloaded http v1.4.2
9392026-08-22T02:25:12.795Z Downloaded rsa v0.10.0-rc.18
9402026-08-22T02:25:12.795Z Downloaded hashbrown v0.13.2
9412026-08-22T02:25:12.802Z Downloaded schemars v1.2.1
9422026-08-22T02:25:12.802Z Downloaded libbz2-rs-sys v0.2.2
9432026-08-22T02:25:12.803Z Downloaded structmeta-derive v0.3.0
9442026-08-22T02:25:12.807Z Downloaded spin v0.9.8
9452026-08-22T02:25:12.808Z Downloaded derive_more v2.1.1
9462026-08-22T02:25:12.811Z Downloaded schemars v0.9.0
9472026-08-22T02:25:12.820Z Downloaded yoke v0.8.1
9482026-08-22T02:25:12.824Z Downloaded pkcs8 v0.11.0
9492026-08-22T02:25:12.824Z Downloaded zerovec-derive v0.11.2
9502026-08-22T02:25:12.827Z Downloaded typify-macro v0.6.2
9512026-08-22T02:25:12.830Z Downloaded unicode-xid v0.2.6
9522026-08-22T02:25:12.830Z Downloaded untrusted v0.9.0
9532026-08-22T02:25:12.833Z Downloaded pem-rfc7468 v0.7.0
9542026-08-22T02:25:12.837Z Downloaded der_derive v0.7.3
9552026-08-22T02:25:12.839Z Downloaded primefield v0.14.0
9562026-08-22T02:25:12.842Z Downloaded derive_builder_core v0.20.2
9572026-08-22T02:25:12.842Z Downloaded defmt v1.0.1
9582026-08-22T02:25:12.846Z Downloaded ingot v0.2.1
9592026-08-22T02:25:12.849Z Downloaded want v0.3.1
9602026-08-22T02:25:12.849Z Downloaded zone v0.3.1
9612026-08-22T02:25:12.854Z Downloaded lock_api v0.4.14
9622026-08-22T02:25:12.857Z Downloaded dirs-sys-next v0.1.2
9632026-08-22T02:25:12.860Z Downloaded tinyvec v1.10.0
9642026-08-22T02:25:12.864Z Downloaded ed25519-dalek v3.0.0
9652026-08-22T02:25:12.866Z Downloaded hyper-staticfile v0.10.1
9662026-08-22T02:25:12.870Z Downloaded trait-variant v0.1.2
9672026-08-22T02:25:12.870Z Downloaded crc v3.4.0
9682026-08-22T02:25:12.870Z Downloaded knus-derive v3.4.0
9692026-08-22T02:25:12.870Z Downloaded cstr-argument v0.1.2
9702026-08-22T02:25:12.873Z Downloaded num_enum_derive v0.7.6
9712026-08-22T02:25:12.876Z Downloaded stringprep v0.1.5
9722026-08-22T02:25:12.878Z Downloaded phf_shared v0.13.1
9732026-08-22T02:25:12.878Z Downloaded inout v0.1.4
9742026-08-22T02:25:12.883Z Downloaded internal-russh-num-bigint v0.5.0
9752026-08-22T02:25:12.886Z Downloaded downcast-rs v2.0.2
9762026-08-22T02:25:12.890Z Downloaded tokio-native-tls v0.3.1
9772026-08-22T02:25:12.896Z Downloaded match_cfg v0.1.0
9782026-08-22T02:25:12.899Z Downloaded multimap v0.10.1
9792026-08-22T02:25:12.899Z Downloaded phf v0.12.1
9802026-08-22T02:25:12.904Z Downloaded progenitor v0.14.0
9812026-08-22T02:25:12.908Z Downloaded recursive-proc-macro-impl v0.1.1
9822026-08-22T02:25:12.911Z Downloaded rand_core v0.10.0
9832026-08-22T02:25:12.911Z Downloaded olpc-cjson v0.1.4
9842026-08-22T02:25:12.916Z Downloaded rfc6979 v0.6.0
9852026-08-22T02:25:12.920Z Downloaded vergen v9.1.0
9862026-08-22T02:25:12.920Z Downloaded scrypt v0.12.0
9872026-08-22T02:25:12.920Z Downloaded sec1 v0.7.3
9882026-08-22T02:25:12.925Z Downloaded dropshot_endpoint v0.17.1
9892026-08-22T02:25:12.934Z Downloaded quinn-udp v0.5.14
9902026-08-22T02:25:12.934Z Downloaded vergen-git2 v9.1.0
9912026-08-22T02:25:12.942Z Downloaded walkdir v2.5.0
9922026-08-22T02:25:12.942Z Downloaded des v0.9.0
9932026-08-22T02:25:12.942Z Downloaded iana-time-zone v0.1.65
9942026-08-22T02:25:12.942Z Downloaded secrecy v0.8.0
9952026-08-22T02:25:12.942Z Downloaded strum v0.26.3
9962026-08-22T02:25:12.947Z Downloaded deranged v0.5.8
9972026-08-22T02:25:12.947Z Downloaded ed25519 v2.2.3
9982026-08-22T02:25:12.948Z Downloaded serde_bytes v0.11.19
9992026-08-22T02:25:12.948Z Downloaded icu_properties v2.1.2
10002026-08-22T02:25:12.953Z Downloaded knus v3.4.0
10012026-08-22T02:25:12.954Z Downloaded miniz_oxide v0.8.9
10022026-08-22T02:25:12.959Z Downloaded signature v3.0.0
10032026-08-22T02:25:12.959Z Downloaded drift v0.2.0
10042026-08-22T02:25:12.962Z Downloaded testing_table v0.3.0
10052026-08-22T02:25:12.962Z Downloaded openssl-sys v0.9.117
10062026-08-22T02:25:12.962Z Downloaded hashbrown v0.14.5
10072026-08-22T02:25:12.968Z Downloaded url v2.5.8
10082026-08-22T02:25:12.968Z Downloaded ipnet v2.12.0
10092026-08-22T02:25:12.968Z Downloaded ipnetwork v0.21.1
10102026-08-22T02:25:12.968Z Downloaded utf-8 v0.7.6
10112026-08-22T02:25:12.968Z Downloaded zerofrom v0.1.6
10122026-08-22T02:25:12.971Z Downloaded rand v0.9.2
10132026-08-22T02:25:12.975Z Downloaded tungstenite v0.21.0
10142026-08-22T02:25:12.975Z Downloaded cpufeatures v0.3.0
10152026-08-22T02:25:12.975Z Downloaded impl-trait-for-tuples v0.2.3
10162026-08-22T02:25:12.978Z Downloaded ml-kem v0.3.2
10172026-08-22T02:25:12.979Z Downloaded wait-timeout v0.2.1
10182026-08-22T02:25:12.982Z Downloaded crucible-workspace-hack v0.1.0
10192026-08-22T02:25:12.982Z Downloaded crypto-bigint v0.5.5
10202026-08-22T02:25:12.984Z Downloaded hashbrown v0.16.1
10212026-08-22T02:25:12.987Z Downloaded native-tls v0.2.18
10222026-08-22T02:25:12.987Z Downloaded nanorand v0.7.0
10232026-08-22T02:25:12.993Z Downloaded oxnet v0.1.6
10242026-08-22T02:25:12.993Z Downloaded pem v3.0.6
10252026-08-22T02:25:12.993Z Downloaded phc v0.6.1
10262026-08-22T02:25:12.993Z Downloaded primeorder v0.13.6
10272026-08-22T02:25:12.993Z Downloaded proc-macro-crate v3.4.0
10282026-08-22T02:25:12.999Z Downloaded predicates v3.1.4
10292026-08-22T02:25:12.999Z Downloaded document-features v0.2.12
10302026-08-22T02:25:12.999Z Downloaded diesel_table_macro_syntax v0.3.0
10312026-08-22T02:25:13.009Z Downloaded oxide-update-engine-types v0.1.2
10322026-08-22T02:25:13.009Z Downloaded futures-util v0.3.32
10332026-08-22T02:25:13.013Z Downloaded daft-derive v0.1.7
10342026-08-22T02:25:13.016Z Downloaded darling v0.23.0
10352026-08-22T02:25:13.019Z Downloaded rustls-webpki v0.103.13
10362026-08-22T02:25:13.022Z Downloaded term v0.7.0
10372026-08-22T02:25:13.022Z Downloaded illumos-nvpair v0.3.0
10382026-08-22T02:25:13.022Z Downloaded lazy_static v1.5.0
10392026-08-22T02:25:13.025Z Downloaded slog-term v2.9.2
10402026-08-22T02:25:13.025Z Downloaded lru v0.12.5
10412026-08-22T02:25:13.025Z Downloaded md-5 v0.10.6
10422026-08-22T02:25:13.031Z Downloaded toml_parser v1.1.2+spec-1.1.0
10432026-08-22T02:25:13.031Z Downloaded ron v0.8.1
10442026-08-22T02:25:13.034Z Downloaded derive_builder v0.20.2
10452026-08-22T02:25:13.034Z Downloaded rawzip v0.4.4
10462026-08-22T02:25:13.036Z Downloaded tower-http v0.6.8
10472026-08-22T02:25:13.041Z Downloaded idna v1.1.0
10482026-08-22T02:25:13.044Z Downloaded num-conv v0.2.0
10492026-08-22T02:25:13.044Z Downloaded opaque-debug v0.3.1
10502026-08-22T02:25:13.047Z Downloaded parse-display v0.10.0
10512026-08-22T02:25:13.047Z Downloaded serde_yaml v0.9.34+deprecated
10522026-08-22T02:25:13.047Z Downloaded signal-hook v0.3.18
10532026-08-22T02:25:13.050Z Downloaded libsw-core v0.3.2
10542026-08-22T02:25:13.050Z Downloaded static_assertions v1.1.0
10552026-08-22T02:25:13.050Z Downloaded time-macros v0.2.27
10562026-08-22T02:25:13.053Z Downloaded potential_utf v0.1.4
10572026-08-22T02:25:13.053Z Downloaded supports-unicode v3.0.0
10582026-08-22T02:25:13.053Z Downloaded sqlformat v0.3.5
10592026-08-22T02:25:13.058Z Downloaded secrecy v0.10.3
10602026-08-22T02:25:13.058Z Downloaded prettyplease v0.2.37
10612026-08-22T02:25:13.058Z Downloaded hyper-util v0.1.20
10622026-08-22T02:25:13.060Z Downloaded convert_case v0.10.0
10632026-08-22T02:25:13.063Z Downloaded typify v0.6.2
10642026-08-22T02:25:13.063Z Downloaded rustls-pki-types v1.14.0
10652026-08-22T02:25:13.066Z Downloaded tungstenite v0.23.0
10662026-08-22T02:25:13.069Z Downloaded portable-atomic v1.13.1
10672026-08-22T02:25:13.073Z Downloaded typed-path v0.9.3
10682026-08-22T02:25:13.076Z Downloaded parking_lot v0.12.5
10692026-08-22T02:25:13.079Z Downloaded unicode-normalization v0.1.25
10702026-08-22T02:25:13.088Z Downloaded ctutils v0.4.2
10712026-08-22T02:25:13.089Z Downloaded sha2 v0.11.0
10722026-08-22T02:25:13.094Z Downloaded cpubits v0.1.1
10732026-08-22T02:25:13.094Z Downloaded similar v2.7.0
10742026-08-22T02:25:13.094Z Downloaded hashbrown v0.15.5
10752026-08-22T02:25:13.094Z Downloaded publicsuffix v2.3.0
10762026-08-22T02:25:13.094Z Downloaded socket2 v0.6.3
10772026-08-22T02:25:13.098Z Downloaded icu_provider v2.1.1
10782026-08-22T02:25:13.098Z Downloaded progenitor-macro v0.14.0
10792026-08-22T02:25:13.102Z Downloaded rand_chacha v0.3.1
10802026-08-22T02:25:13.107Z Downloaded progenitor-macro v0.13.0
10812026-08-22T02:25:13.107Z Downloaded crypto-common v0.2.2
10822026-08-22T02:25:13.107Z Downloaded rpassword v7.5.4
10832026-08-22T02:25:13.110Z Downloaded toml_writer v1.1.1+spec-1.1.0
10842026-08-22T02:25:13.110Z Downloaded dyn-clone v1.0.20
10852026-08-22T02:25:13.110Z Downloaded indent_write v2.2.0
10862026-08-22T02:25:13.125Z Downloaded smallvec v0.6.14
10872026-08-22T02:25:13.130Z Downloaded ssh-encoding v0.3.0
10882026-08-22T02:25:13.130Z Downloaded unicode-truncate v1.1.0
10892026-08-22T02:25:13.131Z Downloaded unit-prefix v0.5.2
10902026-08-22T02:25:13.131Z Downloaded dunce v1.0.5
10912026-08-22T02:25:13.131Z Downloaded snafu v0.8.9
10922026-08-22T02:25:13.138Z Downloaded nibble_vec v0.1.0
10932026-08-22T02:25:13.138Z Downloaded nom v8.0.0
10942026-08-22T02:25:13.138Z Downloaded managed v0.8.0
10952026-08-22T02:25:13.139Z Downloaded shell-words v1.1.1
10962026-08-22T02:25:13.143Z Downloaded ryu v1.0.23
10972026-08-22T02:25:13.143Z Downloaded support-bundle-viewer v0.1.2
10982026-08-22T02:25:13.143Z Downloaded constant_time_eq v0.4.2
10992026-08-22T02:25:13.143Z Downloaded postgres-protocol v0.6.10
11002026-08-22T02:25:13.146Z Downloaded serde_with_macros v1.5.2
11012026-08-22T02:25:13.150Z Downloaded xshell-macros v0.2.7
11022026-08-22T02:25:13.150Z Downloaded crc8 v0.1.1
11032026-08-22T02:25:13.153Z Downloaded darling_core v0.21.3
11042026-08-22T02:25:13.156Z Downloaded keccak v0.1.6
11052026-08-22T02:25:13.156Z Downloaded is_ci v1.2.0
11062026-08-22T02:25:13.156Z Downloaded synstructure v0.13.2
11072026-08-22T02:25:13.159Z Downloaded derive-ex v0.1.8
11082026-08-22T02:25:13.159Z Downloaded tower-layer v0.3.3
11092026-08-22T02:25:13.162Z Downloaded darling_macro v0.13.4
11102026-08-22T02:25:13.162Z Downloaded rsa v0.9.10
11112026-08-22T02:25:13.165Z Downloaded blake3 v1.8.5
11122026-08-22T02:25:13.176Z Downloaded h2 v0.4.15
11132026-08-22T02:25:13.190Z Downloaded num-complex v0.4.6
11142026-08-22T02:25:13.191Z Downloaded r2d2 v0.8.10
11152026-08-22T02:25:13.191Z Downloaded tinystr v0.8.2
11162026-08-22T02:25:13.191Z Downloaded ecdsa v0.16.9
11172026-08-22T02:25:13.191Z Downloaded slog-async v2.8.0
11182026-08-22T02:25:13.191Z Downloaded minimal-lexical v0.2.1
11192026-08-22T02:25:13.191Z Downloaded time-core v0.1.8
11202026-08-22T02:25:13.191Z Downloaded untrusted v0.7.1
11212026-08-22T02:25:13.195Z Downloaded zerotrie v0.2.3
11222026-08-22T02:25:13.195Z Downloaded dropshot-api-manager v0.8.0
11232026-08-22T02:25:13.195Z Downloaded icu_collections v2.1.1
11242026-08-22T02:25:13.199Z Downloaded rustc-hash v2.1.1
11252026-08-22T02:25:13.199Z Downloaded ingot-types v0.2.0
11262026-08-22T02:25:13.202Z Downloaded libsw v3.5.0
11272026-08-22T02:25:13.205Z Downloaded yasna v0.5.2
11282026-08-22T02:25:13.205Z Downloaded diff v0.1.13
11292026-08-22T02:25:13.208Z Downloaded module-lattice v0.2.3
11302026-08-22T02:25:13.208Z Downloaded rustc_version v0.1.7
11312026-08-22T02:25:13.208Z Downloaded num-bigint-dig v0.8.6
11322026-08-22T02:25:13.211Z Downloaded strum_macros v0.26.4
11332026-08-22T02:25:13.211Z Downloaded bindgen v0.71.1
11342026-08-22T02:25:13.216Z Downloaded pin-project-internal v1.1.11
11352026-08-22T02:25:13.222Z Downloaded display-error-chain v0.2.2
11362026-08-22T02:25:13.222Z Downloaded stable_deref_trait v1.2.1
11372026-08-22T02:25:13.222Z Downloaded itertools v0.13.0
11382026-08-22T02:25:13.268Z Downloaded mio v1.2.0
11392026-08-22T02:25:13.268Z Downloaded toml_edit v0.19.15
11402026-08-22T02:25:13.268Z Downloaded toml v0.7.8
11412026-08-22T02:25:13.268Z Downloaded rfc6979 v0.4.0
11422026-08-22T02:25:13.268Z Downloaded xattr v1.6.1
11432026-08-22T02:25:13.268Z Downloaded darling_macro v0.23.0
11442026-08-22T02:25:13.268Z Downloaded tower v0.5.3
11452026-08-22T02:25:13.268Z Downloaded semver v0.1.20
11462026-08-22T02:25:13.268Z Downloaded serde-big-array v0.5.1
11472026-08-22T02:25:13.268Z Downloaded itertools v0.10.5
11482026-08-22T02:25:13.268Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11492026-08-22T02:25:13.268Z Downloaded rand_core v0.9.5
11502026-08-22T02:25:13.268Z Downloaded maplit v1.0.2
11512026-08-22T02:25:13.268Z Downloaded num-rational v0.4.2
11522026-08-22T02:25:13.268Z Downloaded aws-lc-rs v1.16.3
11532026-08-22T02:25:13.268Z Downloaded hkdf v0.12.4
11542026-08-22T02:25:13.268Z Downloaded hkdf v0.13.0
11552026-08-22T02:25:13.268Z Downloaded ppv-lite86 v0.2.21
11562026-08-22T02:25:13.268Z Downloaded polyval v0.7.1
11572026-08-22T02:25:13.268Z Downloaded rand_seeder v0.4.0
11582026-08-22T02:25:13.268Z Downloaded yansi v1.0.1
11592026-08-22T02:25:13.268Z Downloaded thread-id v5.1.0
11602026-08-22T02:25:13.268Z Downloaded tower-service v0.3.3
11612026-08-22T02:25:13.273Z Downloaded derive_more-impl v2.1.1
11622026-08-22T02:25:13.275Z Downloaded utf8_iter v1.0.4
11632026-08-22T02:25:13.278Z Downloaded crypto-primes v0.7.2
11642026-08-22T02:25:13.281Z Downloaded displaydoc v0.2.5
11652026-08-22T02:25:13.281Z Downloaded either v1.15.0
11662026-08-22T02:25:13.285Z Downloaded memmap2 v0.9.10
11672026-08-22T02:25:13.299Z Downloaded corncobs v0.1.4
11682026-08-22T02:25:13.299Z Downloaded tui-tree-widget v0.23.1
11692026-08-22T02:25:13.300Z Downloaded defmt-macros v1.0.1
11702026-08-22T02:25:13.300Z Downloaded peg-runtime v0.8.5
11712026-08-22T02:25:13.300Z Downloaded pkg-config v0.3.32
11722026-08-22T02:25:13.306Z Downloaded quick-xml v0.37.5
11732026-08-22T02:25:13.306Z Downloaded icu_normalizer_data v2.1.1
11742026-08-22T02:25:13.306Z Downloaded itertools v0.14.0
11752026-08-22T02:25:13.306Z Downloaded winnow v0.6.26
11762026-08-22T02:25:13.306Z Downloaded x509-cert v0.2.5
11772026-08-22T02:25:13.310Z Downloaded signature v2.2.0
11782026-08-22T02:25:13.310Z Downloaded rusty-fork v0.3.1
11792026-08-22T02:25:13.310Z Downloaded oxide-update-engine-display v0.1.2
11802026-08-22T02:25:13.310Z Downloaded chrono v0.4.45
11812026-08-22T02:25:13.316Z Downloaded serde_with v1.14.0
11822026-08-22T02:25:13.320Z Downloaded slog-stdlog v4.1.1
11832026-08-22T02:25:13.320Z Downloaded shlex v1.3.0
11842026-08-22T02:25:13.320Z Downloaded waitgroup v0.1.2
11852026-08-22T02:25:13.320Z Downloaded precomputed-hash v0.1.1
11862026-08-22T02:25:13.320Z Downloaded progenitor-client v0.14.0
11872026-08-22T02:25:13.323Z Downloaded cookie v0.18.1
11882026-08-22T02:25:13.323Z Downloaded pin-project v1.1.11
11892026-08-22T02:25:13.328Z Downloaded jiff-core v0.1.0
11902026-08-22T02:25:13.337Z Downloaded password-hash v0.5.0
11912026-08-22T02:25:13.337Z Downloaded convert_case v0.4.0
11922026-08-22T02:25:13.338Z Downloaded tokio-util v0.7.18
11932026-08-22T02:25:13.343Z Downloaded serde_with_macros v3.21.0
11942026-08-22T02:25:13.343Z Downloaded progenitor v0.13.0
11952026-08-22T02:25:13.343Z Downloaded maybe-uninit v2.0.0
11962026-08-22T02:25:13.343Z Downloaded derive-where v1.6.0
11972026-08-22T02:25:13.343Z Downloaded strum_macros v0.27.2
11982026-08-22T02:25:13.344Z Downloaded unicode-bidi v0.3.18
11992026-08-22T02:25:13.347Z Downloaded slog v2.8.2
12002026-08-22T02:25:13.350Z Downloaded rustls-platform-verifier v0.6.2
12012026-08-22T02:25:13.350Z Downloaded darling_core v0.13.4
12022026-08-22T02:25:13.353Z Downloaded unicode-properties v0.1.4
12032026-08-22T02:25:13.356Z Downloaded keccak v0.2.0
12042026-08-22T02:25:13.356Z Downloaded libloading v0.8.9
12052026-08-22T02:25:13.356Z Downloaded vergen-gitcl v1.0.8
12062026-08-22T02:25:13.359Z Downloaded zip v4.6.1
12072026-08-22T02:25:13.362Z Downloaded crossterm v0.29.0
12082026-08-22T02:25:13.365Z Downloaded csv-core v0.1.13
12092026-08-22T02:25:13.365Z Downloaded sec1 v0.8.1
12102026-08-22T02:25:13.365Z Downloaded winnow v1.0.3
12112026-08-22T02:25:13.371Z Downloaded salty v0.3.0
12122026-08-22T02:25:13.374Z Downloaded tar v0.4.46
12132026-08-22T02:25:13.377Z Downloaded indexmap v1.9.3
12142026-08-22T02:25:13.380Z Downloaded num_enum v0.5.11
12152026-08-22T02:25:13.383Z Downloaded scroll_derive v0.13.1
12162026-08-22T02:25:13.383Z Downloaded jobserver v0.1.34
12172026-08-22T02:25:13.383Z Downloaded snafu-derive v0.8.9
12182026-08-22T02:25:13.383Z Downloaded resolv-conf v0.7.6
12192026-08-22T02:25:13.386Z Downloaded bitvec v1.0.1
12202026-08-22T02:25:13.392Z Downloaded libxml v0.3.3
12212026-08-22T02:25:13.395Z Downloaded crc32fast v1.5.0
12222026-08-22T02:25:13.398Z Downloaded thread_local v1.1.9
12232026-08-22T02:25:13.398Z Downloaded uuid v1.23.4
12242026-08-22T02:25:13.401Z Downloaded p521 v0.14.0
12252026-08-22T02:25:13.404Z Downloaded socket2 v0.5.10
12262026-08-22T02:25:13.409Z Downloaded miette-derive v7.6.0
12272026-08-22T02:25:13.412Z Downloaded crossterm v0.28.1
12282026-08-22T02:25:13.416Z Downloaded darling_core v0.23.0
12292026-08-22T02:25:13.421Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-08-22T02:25:13.421Z Downloaded owo-colors v4.3.0
12312026-08-22T02:25:13.427Z Downloaded parking_lot v0.11.2
12322026-08-22T02:25:13.427Z Downloaded vcpkg v0.2.15
12332026-08-22T02:25:13.444Z Downloaded toml v1.1.2+spec-1.1.0
12342026-08-22T02:25:13.448Z Downloaded zerovec v0.11.5
12352026-08-22T02:25:13.451Z Downloaded reqwest v0.13.2
12362026-08-22T02:25:13.454Z Downloaded hyper-rustls v0.27.7
12372026-08-22T02:25:13.457Z Downloaded reqwest v0.12.28
12382026-08-22T02:25:13.459Z Downloaded p384 v0.14.0
12392026-08-22T02:25:13.459Z Downloaded unsafe-libyaml v0.2.11
12402026-08-22T02:25:13.463Z Downloaded rustyline v14.0.0
12412026-08-22T02:25:13.465Z Downloaded ssh-key v0.7.0-rc.11
12422026-08-22T02:25:13.469Z Downloaded qorb v0.4.1
12432026-08-22T02:25:13.471Z Downloaded ignore v0.4.25
12442026-08-22T02:25:13.476Z Downloaded tough v0.22.0
12452026-08-22T02:25:13.481Z Downloaded miette v7.6.0
12462026-08-22T02:25:13.486Z Downloaded rand v0.10.1
12472026-08-22T02:25:13.490Z Downloaded tokio-rustls v0.26.4
12482026-08-22T02:25:13.497Z Downloaded ed25519-dalek v2.2.0
12492026-08-22T02:25:13.503Z Downloaded iri-string v0.7.10
12502026-08-22T02:25:13.506Z Downloaded petname v2.0.2
12512026-08-22T02:25:13.510Z Downloaded samael v0.0.19
12522026-08-22T02:25:13.513Z Downloaded num-traits v0.2.19
12532026-08-22T02:25:13.513Z Downloaded git2 v0.20.4
12542026-08-22T02:25:13.516Z Downloaded tabled v0.21.0
12552026-08-22T02:25:13.533Z Downloaded goblin v0.10.5
12562026-08-22T02:25:13.538Z Downloaded winnow v0.5.40
12572026-08-22T02:25:13.553Z Downloaded elliptic-curve v0.13.8
12582026-08-22T02:25:13.566Z Downloaded unicode-segmentation v1.12.0
12592026-08-22T02:25:13.570Z Downloaded crossbeam-channel v0.5.15
12602026-08-22T02:25:13.570Z Downloaded proptest v1.11.0
12612026-08-22T02:25:13.574Z Downloaded der v0.8.0
12622026-08-22T02:25:13.579Z Downloaded bstr v1.12.1
12632026-08-22T02:25:13.593Z Downloaded diesel_derives v2.3.7
12642026-08-22T02:25:13.597Z Downloaded tokio-postgres v0.7.16
12652026-08-22T02:25:13.601Z Downloaded reedline v0.40.0
12662026-08-22T02:25:13.613Z Downloaded time v0.3.47
12672026-08-22T02:25:13.620Z Downloaded itertools v0.12.1
12682026-08-22T02:25:13.628Z Downloaded smoltcp v0.9.1
12692026-08-22T02:25:13.628Z Downloaded hyper v1.10.1
12702026-08-22T02:25:13.632Z Downloaded regex v1.12.3
12712026-08-22T02:25:13.632Z Downloaded sha3 v0.12.0
12722026-08-22T02:25:13.642Z Downloaded icu_properties_data v2.1.2
12732026-08-22T02:25:13.647Z Downloaded lalrpop v0.19.12
12742026-08-22T02:25:13.647Z Downloaded smoltcp v0.11.0
12752026-08-22T02:25:13.655Z Downloaded p384 v0.13.1
12762026-08-22T02:25:13.661Z Downloaded iddqd v0.4.2
12772026-08-22T02:25:13.661Z Downloaded regex-syntax v0.6.29
12782026-08-22T02:25:13.665Z Downloaded serde_with v3.21.0
12792026-08-22T02:25:13.670Z Downloaded libm v0.2.16
12802026-08-22T02:25:13.675Z Downloaded radix_trie v0.2.1
12812026-08-22T02:25:13.678Z Downloaded openssl v0.10.80
12822026-08-22T02:25:13.687Z Downloaded nix v0.28.0
12832026-08-22T02:25:13.693Z Downloaded nom v7.1.3
12842026-08-22T02:25:13.699Z Downloaded moka v0.12.13
12852026-08-22T02:25:13.703Z Downloaded regress v0.11.1
12862026-08-22T02:25:13.706Z Downloaded dropshot v0.17.1
12872026-08-22T02:25:13.716Z Downloaded rustls v0.23.41
12882026-08-22T02:25:13.723Z Downloaded russh v0.62.4
12892026-08-22T02:25:13.731Z Downloaded gimli v0.32.3
12902026-08-22T02:25:13.740Z Downloaded rustix v0.38.44
12912026-08-22T02:25:13.767Z Downloaded itertools v0.15.0
12922026-08-22T02:25:13.779Z Downloaded rayon v1.11.0
12932026-08-22T02:25:13.800Z Downloaded openapiv3 v2.2.0
12942026-08-22T02:25:13.854Z Downloaded curve25519-dalek v4.1.3
12952026-08-22T02:25:13.864Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-08-22T02:25:13.871Z Downloaded nix v0.27.1
12972026-08-22T02:25:13.877Z Downloaded regress v0.10.5
12982026-08-22T02:25:13.882Z Downloaded sqlparser v0.61.0
12992026-08-22T02:25:13.887Z Downloaded hickory-proto v0.24.4
13002026-08-22T02:25:13.895Z Downloaded regex-syntax v0.8.10
13012026-08-22T02:25:13.902Z Downloaded object v0.30.4
13022026-08-22T02:25:13.908Z Downloaded quinn-proto v0.11.16
13032026-08-22T02:25:13.915Z Downloaded zlib-rs v0.6.2
13042026-08-22T02:25:13.923Z Downloaded object v0.37.3
13052026-08-22T02:25:13.927Z Downloaded nix v0.31.2
13062026-08-22T02:25:13.934Z Downloaded petgraph v0.6.5
13072026-08-22T02:25:13.944Z Downloaded crypto-bigint v0.7.5
13082026-08-22T02:25:13.953Z Downloaded zerocopy v0.8.55
13092026-08-22T02:25:13.966Z Downloaded chrono-tz v0.10.4
13102026-08-22T02:25:13.973Z Downloaded polar-core v0.27.3
13112026-08-22T02:25:13.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-08-22T02:25:13.988Z Downloaded hickory-proto v0.25.2
13132026-08-22T02:25:13.996Z Downloaded jiff v0.2.34
13142026-08-22T02:25:14.010Z Downloaded tracing v0.1.44
13152026-08-22T02:25:14.018Z Downloaded curve25519-dalek v5.0.0
13162026-08-22T02:25:14.023Z Downloaded petgraph v0.8.3
13172026-08-22T02:25:14.035Z Downloaded csv v1.4.0
13182026-08-22T02:25:14.048Z Downloaded tokio v1.52.1
13192026-08-22T02:25:14.073Z Downloaded typify-impl v0.6.2
13202026-08-22T02:25:14.082Z Downloaded ring v0.17.14
13212026-08-22T02:25:14.105Z Downloaded sha3 v0.11.0
13222026-08-22T02:25:14.108Z Downloaded sled v0.34.7
13232026-08-22T02:25:14.113Z Downloaded ratatui v0.29.0
13242026-08-22T02:25:14.124Z Downloaded diesel v2.3.7
13252026-08-22T02:25:14.138Z Downloaded zerocopy-derive v0.6.6
13262026-08-22T02:25:14.177Z Downloaded regex-automata v0.4.14
13272026-08-22T02:25:14.221Z Downloaded sha3 v0.10.8
13282026-08-22T02:25:14.225Z Downloaded libz-sys v1.1.24
13292026-08-22T02:25:14.282Z Downloaded encoding_rs v0.8.35
13302026-08-22T02:25:14.342Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-22T02:25:14.582Z Downloaded aws-lc-sys v0.40.0
13322026-08-22T02:25:14.830Z Compiling serde_core v1.0.228
13332026-08-22T02:25:14.830Z Compiling libc v0.2.185
13342026-08-22T02:25:14.830Z Compiling serde v1.0.228
13352026-08-22T02:25:14.835Z Compiling log v0.4.33
13362026-08-22T02:25:14.835Z Compiling smallvec v1.15.1
13372026-08-22T02:25:14.965Z Compiling find-msvc-tools v0.1.9
13382026-08-22T02:25:14.976Z Compiling shlex v1.3.0
13392026-08-22T02:25:14.979Z Compiling syn v2.0.117
13402026-08-22T02:25:15.200Z Compiling subtle v2.6.1
13412026-08-22T02:25:15.227Z Compiling scopeguard v1.2.0
13422026-08-22T02:25:15.242Z Compiling typenum v1.20.1
13432026-08-22T02:25:15.255Z Compiling stable_deref_trait v1.2.1
13442026-08-22T02:25:15.310Z Compiling lock_api v0.4.14
13452026-08-22T02:25:15.325Z Compiling zerocopy v0.8.55
13462026-08-22T02:25:15.365Z Compiling portable-atomic v1.13.1
13472026-08-22T02:25:15.379Z Compiling serde_json v1.0.151
13482026-08-22T02:25:15.564Z Compiling critical-section v1.2.0
13492026-08-22T02:25:15.657Z Compiling libm v0.2.16
13502026-08-22T02:25:15.674Z Compiling num-traits v0.2.19
13512026-08-22T02:25:15.792Z Compiling pkg-config v0.3.32
13522026-08-22T02:25:15.843Z Compiling errno v0.3.14
13532026-08-22T02:25:15.858Z Compiling jobserver v0.1.34
13542026-08-22T02:25:15.961Z Compiling getrandom v0.2.17
13552026-08-22T02:25:16.064Z Compiling cc v1.2.56
13562026-08-22T02:25:16.192Z Compiling rand_core v0.6.4
13572026-08-22T02:25:16.342Z Compiling generic-array v0.14.7
13582026-08-22T02:25:16.412Z Compiling once_cell v1.21.3
13592026-08-22T02:25:16.460Z Compiling pin-project-lite v0.2.17
13602026-08-22T02:25:16.475Z Compiling parking_lot_core v0.9.12
13612026-08-22T02:25:16.538Z Compiling const-oid v0.9.6
13622026-08-22T02:25:16.613Z Compiling getrandom v0.3.4
13632026-08-22T02:25:16.628Z Compiling signal-hook-registry v1.4.8
13642026-08-22T02:25:17.039Z Compiling litemap v0.8.1
13652026-08-22T02:25:17.139Z Compiling bitflags v2.11.0
13662026-08-22T02:25:17.262Z Compiling percent-encoding v2.3.2
13672026-08-22T02:25:17.291Z Compiling futures-core v0.3.32
13682026-08-22T02:25:17.305Z Compiling writeable v0.6.2
13692026-08-22T02:25:17.446Z Compiling semver v1.0.28
13702026-08-22T02:25:17.468Z Compiling parking_lot v0.12.5
13712026-08-22T02:25:17.503Z Compiling mio v1.2.0
13722026-08-22T02:25:17.567Z Compiling icu_normalizer_data v2.1.1
13732026-08-22T02:25:17.594Z Compiling icu_properties_data v2.1.2
13742026-08-22T02:25:17.647Z Compiling socket2 v0.6.3
13752026-08-22T02:25:17.770Z Compiling getrandom v0.4.3
13762026-08-22T02:25:17.813Z Compiling synstructure v0.13.2
13772026-08-22T02:25:17.874Z Compiling rustix v1.1.4
13782026-08-22T02:25:17.980Z Compiling rand_core v0.10.0
13792026-08-22T02:25:17.992Z Compiling futures-sink v0.3.32
13802026-08-22T02:25:18.057Z Compiling indexmap v2.14.0
13812026-08-22T02:25:18.102Z Compiling futures-channel v0.3.32
13822026-08-22T02:25:18.148Z Compiling futures-io v0.3.32
13832026-08-22T02:25:18.305Z Compiling futures-task v0.3.32
13842026-08-22T02:25:18.341Z Compiling utf8_iter v1.0.4
13852026-08-22T02:25:18.363Z Compiling slab v0.4.12
13862026-08-22T02:25:18.399Z Compiling form_urlencoded v1.2.2
13872026-08-22T02:25:18.413Z Compiling rustversion v1.0.22
13882026-08-22T02:25:18.482Z Compiling base64ct v1.8.3
13892026-08-22T02:25:18.495Z Compiling iana-time-zone v0.1.65
13902026-08-22T02:25:18.532Z Compiling cmake v0.1.57
13912026-08-22T02:25:18.566Z Compiling regex-syntax v0.8.10
13922026-08-22T02:25:18.691Z Compiling flagset v0.4.7
13932026-08-22T02:25:18.706Z Compiling fs_extra v1.3.0
13942026-08-22T02:25:18.771Z Compiling pem-rfc7468 v0.7.0
13952026-08-22T02:25:18.820Z Compiling ident_case v1.0.1
13962026-08-22T02:25:18.912Z Compiling dunce v1.0.5
13972026-08-22T02:25:18.946Z Compiling uuid v1.23.4
13982026-08-22T02:25:18.970Z Compiling rand_core v0.9.5
13992026-08-22T02:25:19.009Z Compiling aws-lc-sys v0.40.0
14002026-08-22T02:25:19.064Z Compiling base64 v0.22.1
14012026-08-22T02:25:19.246Z Compiling vcpkg v0.2.15
14022026-08-22T02:25:19.353Z Compiling syn v1.0.109
14032026-08-22T02:25:19.385Z Compiling serde_derive_internals v0.29.1
14042026-08-22T02:25:19.530Z Compiling serde_derive v1.0.228
14052026-08-22T02:25:19.599Z Compiling zeroize_derive v1.5.0
14062026-08-22T02:25:19.673Z Compiling zerofrom-derive v0.1.6
14072026-08-22T02:25:19.673Z Compiling zerocopy-derive v0.8.55
14082026-08-22T02:25:20.007Z Compiling yoke-derive v0.8.1
14092026-08-22T02:25:20.279Z Compiling zerovec-derive v0.11.2
14102026-08-22T02:25:20.337Z Compiling displaydoc v0.2.5
14112026-08-22T02:25:20.926Z Compiling tokio-macros v2.7.0
14122026-08-22T02:25:21.084Z Compiling zerofrom v0.1.6
14132026-08-22T02:25:21.087Z Compiling futures-macro v0.3.32
14142026-08-22T02:25:21.181Z Compiling thiserror-impl v2.0.18
14152026-08-22T02:25:21.218Z Compiling yoke v0.8.1
14162026-08-22T02:25:21.389Z Compiling der_derive v0.7.3
14172026-08-22T02:25:21.411Z Compiling zerovec v0.11.5
14182026-08-22T02:25:21.674Z Compiling zerotrie v0.2.3
14192026-08-22T02:25:21.916Z Compiling tinystr v0.8.2
14202026-08-22T02:25:21.940Z Compiling potential_utf v0.1.4
14212026-08-22T02:25:21.976Z Compiling futures-util v0.3.32
14222026-08-22T02:25:22.101Z Compiling icu_locale_core v2.1.1
14232026-08-22T02:25:22.122Z Compiling icu_collections v2.1.1
14242026-08-22T02:25:22.357Z Compiling openssl-sys v0.9.117
14252026-08-22T02:25:22.507Z Compiling thiserror v2.0.18
14262026-08-22T02:25:22.619Z Compiling tracing-attributes v0.1.31
14272026-08-22T02:25:22.654Z Compiling rustc_version v0.4.1
14282026-08-22T02:25:22.870Z Compiling icu_provider v2.1.1
14292026-08-22T02:25:22.968Z Compiling zeroize v1.9.0
14302026-08-22T02:25:22.971Z Compiling bytes v1.11.1
14312026-08-22T02:25:23.032Z Compiling chrono v0.4.45
14322026-08-22T02:25:23.186Z Compiling icu_properties v2.1.2
14332026-08-22T02:25:23.589Z Compiling tokio v1.52.1
14342026-08-22T02:25:23.733Z Compiling crypto-common v0.1.7
14352026-08-22T02:25:23.888Z Compiling block-buffer v0.10.4
14362026-08-22T02:25:23.902Z Compiling icu_normalizer v2.1.1
14372026-08-22T02:25:24.066Z Compiling ppv-lite86 v0.2.21
14382026-08-22T02:25:24.234Z Compiling digest v0.10.7
14392026-08-22T02:25:24.250Z Compiling idna_adapter v1.2.1
14402026-08-22T02:25:24.265Z Compiling der v0.7.10
14412026-08-22T02:25:24.387Z Compiling idna v1.1.0
14422026-08-22T02:25:24.402Z Compiling http v1.4.2
14432026-08-22T02:25:24.406Z Compiling rand_chacha v0.9.0
14442026-08-22T02:25:24.446Z Compiling tracing-core v0.1.36
14452026-08-22T02:25:24.485Z Compiling cpufeatures v0.2.17
14462026-08-22T02:25:24.646Z Compiling dyn-clone v1.0.20
14472026-08-22T02:25:24.792Z Compiling url v2.5.8
14482026-08-22T02:25:25.036Z Compiling schemars v0.8.22
14492026-08-22T02:25:25.078Z Compiling aws-lc-rs v1.16.3
14502026-08-22T02:25:25.115Z Compiling simd-adler32 v0.3.8
14512026-08-22T02:25:25.233Z Compiling spki v0.7.3
14522026-08-22T02:25:25.372Z Compiling http-body v1.0.1
14532026-08-22T02:25:25.387Z Compiling tracing v0.1.44
14542026-08-22T02:25:25.390Z Compiling rand v0.9.2
14552026-08-22T02:25:25.443Z Compiling pkcs8 v0.10.2
14562026-08-22T02:25:25.519Z Compiling rustls-pki-types v1.14.0
14572026-08-22T02:25:25.608Z Compiling schemars_derive v0.8.22
14582026-08-22T02:25:25.651Z Compiling spin v0.9.8
14592026-08-22T02:25:25.697Z Compiling tinyvec_macros v0.1.1
14602026-08-22T02:25:25.766Z Compiling crc32fast v1.5.0
14612026-08-22T02:25:25.851Z Compiling adler2 v2.0.1
14622026-08-22T02:25:25.969Z Compiling httparse v1.10.1
14632026-08-22T02:25:25.983Z Compiling openssl-probe v0.2.1
14642026-08-22T02:25:26.025Z Compiling cmov v0.5.4
14652026-08-22T02:25:26.145Z Compiling tempfile v3.27.0
14662026-08-22T02:25:26.203Z Compiling ctutils v0.4.2
14672026-08-22T02:25:26.233Z Compiling miniz_oxide v0.8.9
14682026-08-22T02:25:26.343Z Compiling tinyvec v1.10.0
14692026-08-22T02:25:26.437Z Compiling pest_generator v2.8.6
14702026-08-22T02:25:26.505Z Compiling sha2 v0.10.9
14712026-08-22T02:25:26.686Z Compiling terminal_size v0.4.3
14722026-08-22T02:25:26.818Z Compiling aho-corasick v1.1.4
14732026-08-22T02:25:26.833Z Compiling radium v0.7.0
14742026-08-22T02:25:27.089Z Compiling try-lock v0.2.5
14752026-08-22T02:25:27.114Z Compiling tower-service v0.3.3
14762026-08-22T02:25:27.197Z Compiling tower-layer v0.3.3
14772026-08-22T02:25:27.210Z Compiling atomic-waker v1.1.2
14782026-08-22T02:25:27.330Z Compiling untrusted v0.7.1
14792026-08-22T02:25:27.352Z Compiling want v0.3.1
14802026-08-22T02:25:27.454Z Compiling tokio-util v0.7.18
14812026-08-22T02:25:27.514Z Compiling pest_derive v2.8.6
14822026-08-22T02:25:27.779Z Compiling regex-automata v0.4.14
14832026-08-22T02:25:27.969Z Compiling hybrid-array v0.4.13
14842026-08-22T02:25:28.375Z Compiling h2 v0.4.15
14852026-08-22T02:25:28.465Z Compiling ipnet v2.12.0
14862026-08-22T02:25:28.598Z Compiling scroll_derive v0.13.1
14872026-08-22T02:25:28.719Z Compiling darling_core v0.20.11
14882026-08-22T02:25:28.946Z Compiling openssl v0.10.80
14892026-08-22T02:25:29.172Z Compiling maybe-uninit v2.0.0
14902026-08-22T02:25:29.313Z Compiling untrusted v0.9.0
14912026-08-22T02:25:29.337Z Compiling foreign-types-shared v0.1.1
14922026-08-22T02:25:29.377Z Compiling httpdate v1.0.3
14932026-08-22T02:25:29.423Z Compiling tap v1.0.1
14942026-08-22T02:25:29.437Z Compiling rustls v0.23.41
14952026-08-22T02:25:29.486Z Compiling foreign-types v0.3.2
14962026-08-22T02:25:29.577Z Compiling wyz v0.5.1
14972026-08-22T02:25:29.591Z Compiling scroll v0.13.0
14982026-08-22T02:25:29.652Z Compiling unicode-normalization v0.1.25
14992026-08-22T02:25:29.835Z Compiling signature v2.2.0
15002026-08-22T02:25:29.849Z Compiling rand_chacha v0.3.1
15012026-08-22T02:25:30.024Z Compiling hex v0.4.3
15022026-08-22T02:25:30.110Z Compiling openssl-macros v0.1.1
15032026-08-22T02:25:30.175Z Compiling thiserror-impl v1.0.69
15042026-08-22T02:25:30.298Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-08-22T02:25:30.508Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15062026-08-22T02:25:30.575Z Compiling num-integer v0.1.46
15072026-08-22T02:25:30.634Z Compiling wait-timeout v0.2.1
15082026-08-22T02:25:30.884Z Compiling ahash v0.8.12
15092026-08-22T02:25:30.898Z Compiling packed_struct v0.10.1
15102026-08-22T02:25:30.898Z Compiling num-bigint-dig v0.8.6
15112026-08-22T02:25:31.011Z Compiling darling_macro v0.20.11
15122026-08-22T02:25:31.085Z Compiling quick-error v1.2.3
15132026-08-22T02:25:31.085Z Compiling native-tls v0.2.18
15142026-08-22T02:25:31.130Z Compiling bit-vec v0.8.0
15152026-08-22T02:25:31.195Z Compiling funty v2.0.0
15162026-08-22T02:25:31.295Z Compiling num-conv v0.2.0
15172026-08-22T02:25:31.366Z Compiling powerfmt v0.2.0
15182026-08-22T02:25:31.454Z Compiling time-core v0.1.8
15192026-08-22T02:25:31.459Z Compiling thiserror v1.0.69
15202026-08-22T02:25:31.487Z Compiling darling v0.20.11
15212026-08-22T02:25:31.530Z Compiling hyper v1.10.1
15222026-08-22T02:25:31.556Z Compiling time-macros v0.2.27
15232026-08-22T02:25:31.570Z Compiling bitvec v1.0.1
15242026-08-22T02:25:31.573Z Compiling deranged v0.5.8
15252026-08-22T02:25:31.774Z Compiling bit-set v0.8.0
15262026-08-22T02:25:31.897Z Compiling rusty-fork v0.3.1
15272026-08-22T02:25:31.955Z Compiling clap_builder v4.6.0
15282026-08-22T02:25:32.512Z Compiling num-iter v0.1.45
15292026-08-22T02:25:32.593Z Compiling hyper-util v0.1.20
15302026-08-22T02:25:32.982Z Compiling rand v0.8.6
15312026-08-22T02:25:33.083Z Compiling goblin v0.10.5
15322026-08-22T02:25:33.357Z Compiling packed_struct_codegen v0.10.1
15332026-08-22T02:25:33.789Z Compiling lazy_static v1.5.0
15342026-08-22T02:25:33.885Z Compiling hmac v0.12.1
15352026-08-22T02:25:34.048Z Compiling serde_spanned v0.6.9
15362026-08-22T02:25:34.194Z Compiling toml_datetime v0.6.11
15372026-08-22T02:25:34.286Z Compiling bitfield-macros v0.19.4
15382026-08-22T02:25:34.392Z Compiling clap_derive v4.6.1
15392026-08-22T02:25:34.448Z Compiling zerocopy-derive v0.6.6
15402026-08-22T02:25:34.881Z Compiling rand_xorshift v0.4.0
15412026-08-22T02:25:35.029Z Compiling sync_wrapper v1.0.2
15422026-08-22T02:25:35.050Z Compiling indexmap v1.9.3
15432026-08-22T02:25:35.142Z Compiling zlib-rs v0.6.2
15442026-08-22T02:25:35.245Z Compiling paste v1.0.15
15452026-08-22T02:25:35.321Z Compiling crc-catalog v2.4.0
15462026-08-22T02:25:35.418Z Compiling siphasher v1.0.2
15472026-08-22T02:25:35.505Z Compiling usdt-impl v0.6.0
15482026-08-22T02:25:35.598Z Compiling crossbeam-utils v0.8.21
15492026-08-22T02:25:35.613Z Compiling object v0.37.3
15502026-08-22T02:25:35.708Z Compiling unarray v0.1.4
15512026-08-22T02:25:35.820Z Compiling num_threads v0.1.7
15522026-08-22T02:25:35.873Z Compiling nodrop v0.1.14
15532026-08-22T02:25:35.906Z Compiling time v0.3.47
15542026-08-22T02:25:35.963Z Compiling array-init v0.0.4
15552026-08-22T02:25:35.968Z Compiling dof v0.4.0
15562026-08-22T02:25:36.183Z Compiling clap v4.6.1
15572026-08-22T02:25:36.267Z Compiling proptest v1.11.0
15582026-08-22T02:25:36.369Z Compiling crc v3.4.0
15592026-08-22T02:25:36.562Z Compiling zerocopy v0.6.6
15602026-08-22T02:25:36.897Z Compiling tower v0.5.3
15612026-08-22T02:25:37.100Z Compiling bitfield v0.19.4
15622026-08-22T02:25:37.416Z Compiling smallvec v0.6.14
15632026-08-22T02:25:37.687Z Compiling derive_builder_core v0.20.2
15642026-08-22T02:25:37.833Z Compiling dtrace-parser v0.3.0
15652026-08-22T02:25:38.314Z Compiling flate2 v1.1.9
15662026-08-22T02:25:38.509Z Compiling ipnetwork v0.21.1
15672026-08-22T02:25:38.554Z Compiling pkcs1 v0.7.5
15682026-08-22T02:25:38.603Z Compiling http-body-util v0.1.3
15692026-08-22T02:25:38.713Z Compiling heapless v0.7.17
15702026-08-22T02:25:38.845Z Compiling structmeta-derive v0.3.0
15712026-08-22T02:25:38.890Z Compiling scroll_derive v0.12.1
15722026-08-22T02:25:38.942Z Compiling slog v2.8.2
15732026-08-22T02:25:38.956Z Compiling darling_core v0.23.0
15742026-08-22T02:25:38.970Z Compiling thread-id v5.1.0
15752026-08-22T02:25:39.052Z Compiling cookie v0.18.1
15762026-08-22T02:25:39.123Z Compiling env_filter v2.0.0
15772026-08-22T02:25:39.238Z Compiling anyhow v1.0.104
15782026-08-22T02:25:39.419Z Compiling iri-string v0.7.10
15792026-08-22T02:25:39.565Z Compiling unicode-bidi v0.3.18
15802026-08-22T02:25:39.581Z Compiling signal-hook v0.3.18
15812026-08-22T02:25:39.758Z Compiling unicode-properties v0.1.4
15822026-08-22T02:25:39.951Z Compiling zstd-safe v7.2.4
15832026-08-22T02:25:39.981Z Compiling allocator-api2 v0.2.21
15842026-08-22T02:25:40.102Z Compiling winnow v0.5.40
15852026-08-22T02:25:40.146Z Compiling base64 v0.21.7
15862026-08-22T02:25:40.309Z Compiling hashbrown v0.12.3
15872026-08-22T02:25:40.466Z Compiling gimli v0.32.3
15882026-08-22T02:25:40.789Z Compiling ryu v1.0.23
15892026-08-22T02:25:40.973Z Compiling serde_urlencoded v0.7.1
15902026-08-22T02:25:41.286Z Compiling tower-http v0.6.8
15912026-08-22T02:25:41.370Z Compiling ron v0.8.1
15922026-08-22T02:25:41.525Z Compiling darling_macro v0.23.0
15932026-08-22T02:25:41.541Z Compiling toml_edit v0.19.15
15942026-08-22T02:25:41.637Z Compiling structmeta v0.3.0
15952026-08-22T02:25:41.854Z Compiling stringprep v0.1.5
15962026-08-22T02:25:42.031Z Compiling scroll v0.12.0
15972026-08-22T02:25:42.287Z Compiling addr2line v0.25.1
15982026-08-22T02:25:42.314Z Compiling env_logger v0.11.11
15992026-08-22T02:25:42.635Z Compiling rsa v0.9.10
16002026-08-22T02:25:42.656Z Compiling oxnet v0.1.6
16012026-08-22T02:25:42.669Z Compiling newtype-uuid v1.3.2
16022026-08-22T02:25:42.796Z Compiling derive_builder_macro v0.20.2
16032026-08-22T02:25:43.000Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16042026-08-22T02:25:43.012Z Compiling hashbrown v0.13.2
16052026-08-22T02:25:43.086Z Compiling bzip2 v0.4.4
16062026-08-22T02:25:43.261Z Compiling serde-hex v0.1.0
16072026-08-22T02:25:43.292Z Compiling tokio-native-tls v0.3.1
16082026-08-22T02:25:43.470Z Compiling camino v1.2.5
16092026-08-22T02:25:43.494Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16102026-08-22T02:25:44.177Z Compiling bstr v1.12.1
16112026-08-22T02:25:44.689Z Compiling crypto-common v0.2.2
16122026-08-22T02:25:44.856Z Compiling block-buffer v0.12.1
16132026-08-22T02:25:45.051Z Compiling block-padding v0.4.2
16142026-08-22T02:25:45.064Z Compiling rustls-native-certs v0.8.3
16152026-08-22T02:25:45.226Z Compiling x509-cert v0.2.5
16162026-08-22T02:25:45.357Z Compiling md-5 v0.10.6
16172026-08-22T02:25:45.537Z Compiling curve25519-dalek v4.1.3
16182026-08-22T02:25:45.668Z Compiling erased-serde v0.3.31
16192026-08-22T02:25:45.874Z Compiling serde_tokenstream v0.2.3
16202026-08-22T02:25:46.175Z Compiling zerocopy-derive v0.7.35
16212026-08-22T02:25:46.202Z Compiling async-trait v0.1.89
16222026-08-22T02:25:46.514Z Compiling daft-derive v0.1.7
16232026-08-22T02:25:46.679Z Compiling pin-project-internal v1.1.11
16242026-08-22T02:25:46.834Z Compiling vergen-lib v9.1.0
16252026-08-22T02:25:47.016Z Compiling hash32 v0.2.1
16262026-08-22T02:25:47.024Z Compiling memoffset v0.9.1
16272026-08-22T02:25:47.175Z Compiling encoding_rs v0.8.35
16282026-08-22T02:25:47.200Z Compiling owo-colors v4.3.0
16292026-08-22T02:25:47.203Z Compiling cfg_aliases v0.2.1
16302026-08-22T02:25:47.226Z Compiling rustc-demangle v0.1.27
16312026-08-22T02:25:47.245Z Compiling fallible-iterator v0.2.0
16322026-08-22T02:25:47.303Z Compiling smoltcp v0.9.1
16332026-08-22T02:25:47.536Z Compiling rustix v0.38.44
16342026-08-22T02:25:47.582Z Compiling ref-cast v1.0.25
16352026-08-22T02:25:47.627Z Compiling crc-any v2.5.0
16362026-08-22T02:25:47.648Z Compiling mime v0.3.17
16372026-08-22T02:25:47.649Z Compiling litrs v1.0.0
16382026-08-22T02:25:47.787Z Compiling psl-types v2.0.11
16392026-08-22T02:25:47.812Z Compiling pin-project v1.1.11
16402026-08-22T02:25:47.877Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-08-22T02:25:47.886Z Compiling publicsuffix v2.3.0
16422026-08-22T02:25:47.909Z Compiling postgres-protocol v0.6.10
16432026-08-22T02:25:47.937Z Compiling backtrace v0.3.76
16442026-08-22T02:25:47.968Z Compiling nix v0.31.2
16452026-08-22T02:25:48.114Z Compiling document-features v0.2.12
16462026-08-22T02:25:48.146Z Compiling daft v0.1.7
16472026-08-22T02:25:48.418Z Compiling zerocopy v0.7.35
16482026-08-22T02:25:48.678Z Compiling inout v0.2.2
16492026-08-22T02:25:48.692Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16502026-08-22T02:25:48.785Z Compiling object v0.30.4
16512026-08-22T02:25:48.845Z Compiling hyper-tls v0.6.0
16522026-08-22T02:25:48.860Z Compiling derive_builder v0.20.2
16532026-08-22T02:25:48.966Z Compiling zip v0.6.6
16542026-08-22T02:25:48.968Z Compiling toml v0.7.8
16552026-08-22T02:25:49.194Z Compiling goblin v0.8.2
16562026-08-22T02:25:49.588Z Compiling darling v0.23.0
16572026-08-22T02:25:49.603Z Compiling derive-ex v0.1.8
16582026-08-22T02:25:49.635Z Compiling phf_shared v0.13.1
16592026-08-22T02:25:49.671Z Compiling regex v1.12.3
16602026-08-22T02:25:49.740Z Compiling hubpack_derive v0.1.1
16612026-08-22T02:25:49.879Z Compiling futures-executor v0.3.32
16622026-08-22T02:25:50.096Z Compiling curve25519-dalek-derive v0.1.1
16632026-08-22T02:25:50.137Z Compiling snafu-derive v0.8.9
16642026-08-22T02:25:50.218Z Compiling strum_macros v0.27.2
16652026-08-22T02:25:50.743Z Compiling ref-cast-impl v1.0.25
16662026-08-22T02:25:51.265Z Compiling vergen v9.1.0
16672026-08-22T02:25:51.286Z Compiling cargo-platform v0.3.2
16682026-08-22T02:25:51.441Z Compiling ff v0.13.1
16692026-08-22T02:25:51.556Z Compiling fs-err v3.3.0
16702026-08-22T02:25:51.584Z Compiling is_ci v1.2.0
16712026-08-22T02:25:51.659Z Compiling bumpalo v3.20.2
16722026-08-22T02:25:51.718Z Compiling foldhash v0.1.5
16732026-08-22T02:25:51.736Z Compiling bitflags v1.3.2
16742026-08-22T02:25:51.816Z Compiling managed v0.8.0
16752026-08-22T02:25:51.890Z Compiling jiff-core v0.1.0
16762026-08-22T02:25:51.909Z Compiling base16ct v0.2.0
16772026-08-22T02:25:52.011Z Compiling libbz2-rs-sys v0.2.2
16782026-08-22T02:25:52.031Z Compiling either v1.15.0
16792026-08-22T02:25:52.087Z Compiling same-file v1.0.6
16802026-08-22T02:25:52.113Z Compiling path-slash v0.1.5
16812026-08-22T02:25:52.308Z Compiling foldhash v0.2.0
16822026-08-22T02:25:52.316Z Compiling unicode-segmentation v1.12.0
16832026-08-22T02:25:52.316Z Compiling walkdir v2.5.0
16842026-08-22T02:25:52.474Z Compiling bzip2 v0.6.1
16852026-08-22T02:25:52.569Z Compiling hashbrown v0.16.1
16862026-08-22T02:25:52.631Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16872026-08-22T02:25:52.645Z Compiling jiff v0.2.34
16882026-08-22T02:25:52.677Z Compiling strum v0.27.2
16892026-08-22T02:25:52.691Z Compiling textwrap v0.16.2
16902026-08-22T02:25:52.810Z Compiling sec1 v0.7.3
16912026-08-22T02:25:52.960Z Compiling snafu v0.8.9
16922026-08-22T02:25:53.146Z Compiling zopfli v0.8.3
16932026-08-22T02:25:53.161Z Compiling hashbrown v0.15.5
16942026-08-22T02:25:53.426Z Compiling supports-color v3.0.2
16952026-08-22T02:25:53.599Z Compiling group v0.13.0
16962026-08-22T02:25:53.723Z Compiling cargo_metadata v0.23.1
16972026-08-22T02:25:53.795Z Compiling dof v0.3.0
16982026-08-22T02:25:53.871Z Compiling test-strategy v0.4.5
16992026-08-22T02:25:54.005Z Compiling hubpack v0.1.2
17002026-08-22T02:25:54.230Z Compiling futures v0.3.32
17012026-08-22T02:25:54.313Z Compiling phf v0.13.1
17022026-08-22T02:25:54.477Z Compiling serde_with_macros v3.21.0
17032026-08-22T02:25:54.528Z Compiling signal-hook-mio v0.2.5
17042026-08-22T02:25:54.657Z Compiling cookie_store v0.22.1
17052026-08-22T02:25:55.331Z Compiling zstd v0.13.3
17062026-08-22T02:25:55.367Z Compiling reqwest v0.12.28
17072026-08-22T02:25:55.470Z Compiling cipher v0.5.2
17082026-08-22T02:25:55.608Z Compiling backtrace-ext v0.2.1
17092026-08-22T02:25:55.646Z Compiling postgres-types v0.2.12
17102026-08-22T02:25:56.196Z Compiling usdt-attr-macro v0.6.0
17112026-08-22T02:25:56.198Z Compiling usdt-macro v0.6.0
17122026-08-22T02:25:56.501Z Compiling globset v0.4.18
17132026-08-22T02:25:56.909Z Compiling phf_shared v0.11.3
17142026-08-22T02:25:56.951Z Compiling hkdf v0.12.4
17152026-08-22T02:25:56.971Z Compiling dtrace-parser v0.2.0
17162026-08-22T02:25:57.000Z Compiling byte-wrapper v0.1.0
17172026-08-22T02:25:57.014Z Compiling olpc-cjson v0.1.4
17182026-08-22T02:25:57.090Z Compiling ed25519 v2.2.3
17192026-08-22T02:25:57.122Z Compiling crypto-bigint v0.5.5
17202026-08-22T02:25:57.168Z Compiling serde-big-array v0.5.1
17212026-08-22T02:25:57.173Z Compiling serde_plain v1.0.2
17222026-08-22T02:25:57.315Z Compiling serde_repr v0.1.20
17232026-08-22T02:25:57.328Z Compiling strum_macros v0.26.4
17242026-08-22T02:25:57.378Z Compiling async-recursion v1.1.1
17252026-08-22T02:25:57.706Z Compiling enum-as-inner v0.6.1
17262026-08-22T02:25:57.843Z Compiling miette-derive v7.6.0
17272026-08-22T02:25:57.986Z Compiling pem v3.0.6
17282026-08-22T02:25:58.024Z Compiling float-cmp v0.10.0
17292026-08-22T02:25:58.179Z Compiling thread-id v4.2.2
17302026-08-22T02:25:58.217Z Compiling memmap2 v0.9.10
17312026-08-22T02:25:58.267Z Compiling const-oid v0.10.2
17322026-08-22T02:25:58.309Z Compiling difflib v0.4.0
17332026-08-22T02:25:58.433Z Compiling fixedbitset v0.5.7
17342026-08-22T02:25:58.475Z Compiling whoami v2.1.0
17352026-08-22T02:25:58.740Z Compiling fixedbitset v0.4.2
17362026-08-22T02:25:58.852Z Compiling cpufeatures v0.3.0
17372026-08-22T02:25:58.855Z Compiling new_debug_unreachable v1.0.6
17382026-08-22T02:25:58.937Z Compiling static_assertions v1.1.0
17392026-08-22T02:25:58.953Z Compiling predicates-core v1.0.10
17402026-08-22T02:25:58.967Z Compiling supports-unicode v3.0.0
17412026-08-22T02:25:58.986Z Compiling normalize-line-endings v0.3.0
17422026-08-22T02:25:59.011Z Compiling winnow v1.0.3
17432026-08-22T02:25:59.043Z Compiling data-encoding v2.10.0
17442026-08-22T02:25:59.079Z Compiling keccak v0.1.6
17452026-08-22T02:25:59.100Z Compiling typed-path v0.9.3
17462026-08-22T02:25:59.103Z Compiling precomputed-hash v0.1.1
17472026-08-22T02:25:59.128Z Compiling supports-hyperlinks v3.2.0
17482026-08-22T02:25:59.201Z Compiling string_cache v0.8.9
17492026-08-22T02:25:59.218Z Compiling miette v7.6.0
17502026-08-22T02:25:59.274Z Compiling sha3 v0.10.8
17512026-08-22T02:25:59.420Z Compiling hickory-proto v0.25.2
17522026-08-22T02:25:59.745Z Compiling predicates v3.1.4
17532026-08-22T02:25:59.782Z Compiling strum v0.26.3
17542026-08-22T02:25:59.832Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-22T02:25:59.911Z Compiling toml_edit v0.22.27
17562026-08-22T02:26:00.130Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-08-22T02:26:00.381Z Compiling chacha20 v0.10.0
17582026-08-22T02:26:00.384Z Compiling petgraph v0.6.5
17592026-08-22T02:26:00.384Z Compiling tokio-postgres v0.7.16
17602026-08-22T02:26:00.763Z Compiling petgraph v0.8.3
17612026-08-22T02:26:00.766Z Compiling digest v0.11.3
17622026-08-22T02:26:01.003Z Compiling usdt v0.6.0
17632026-08-22T02:26:01.267Z Compiling usdt-impl v0.5.0
17642026-08-22T02:26:01.834Z Compiling elliptic-curve v0.13.8
17652026-08-22T02:26:01.867Z Compiling ed25519-dalek v2.2.0
17662026-08-22T02:26:02.241Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17672026-08-22T02:26:02.390Z Compiling crossterm v0.28.1
17682026-08-22T02:26:02.632Z Compiling serde_with v3.21.0
17692026-08-22T02:26:02.635Z Compiling zip v4.6.1
17702026-08-22T02:26:03.089Z Compiling iddqd v0.4.2
17712026-08-22T02:26:03.654Z Compiling heck v0.4.1
17722026-08-22T02:26:03.748Z Compiling similar v2.7.0
17732026-08-22T02:26:03.872Z Compiling itertools v0.13.0
17742026-08-22T02:26:04.008Z Compiling itertools v0.15.0
17752026-08-22T02:26:04.109Z Compiling crossbeam-epoch v0.9.18
17762026-08-22T02:26:04.303Z Compiling tokio-stream v0.1.18
17772026-08-22T02:26:04.337Z Compiling buf-list v1.1.2
17782026-08-22T02:26:04.389Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-22T02:26:04.437Z Compiling openapiv3 v2.2.0
17802026-08-22T02:26:04.602Z Compiling peg-runtime v0.8.5
17812026-08-22T02:26:04.639Z Compiling lalrpop-util v0.19.12
17822026-08-22T02:26:04.730Z Compiling thread_local v1.1.9
17832026-08-22T02:26:04.788Z Compiling slog-async v2.8.0
17842026-08-22T02:26:04.836Z Compiling crossbeam-channel v0.5.15
17852026-08-22T02:26:04.877Z Compiling is-terminal v0.4.17
17862026-08-22T02:26:04.977Z Compiling filetime v0.2.27
17872026-08-22T02:26:04.992Z Compiling term v1.2.1
17882026-08-22T02:26:05.100Z Compiling take_mut v0.2.2
17892026-08-22T02:26:05.155Z Compiling xattr v1.6.1
17902026-08-22T02:26:05.158Z Compiling camino-tempfile v1.4.1
17912026-08-22T02:26:05.301Z Compiling tar v0.4.46
17922026-08-22T02:26:05.329Z Compiling slog-term v2.9.2
17932026-08-22T02:26:11.290Z Compiling rustls-webpki v0.103.13
17942026-08-22T02:26:13.974Z Compiling tokio-rustls v0.26.4
17952026-08-22T02:26:13.974Z Compiling rustls-platform-verifier v0.6.2
17962026-08-22T02:26:13.982Z Compiling tough v0.22.0
17972026-08-22T02:26:14.196Z Compiling hyper-rustls v0.27.7
17982026-08-22T02:26:14.387Z Compiling reqwest v0.13.2
17992026-08-22T02:26:16.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-08-22T02:26:16.810Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-08-22T02:26:19.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18022026-08-22T02:26:19.876Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18032026-08-22T02:26:19.930ZAug 22 02:26:19.058 INFO Starting download, target: Clickhouse
18042026-08-22T02:26:19.930ZAug 22 02:26:19.058 INFO Starting download, target: Console
18052026-08-22T02:26:19.930ZAug 22 02:26:19.058 INFO Starting download, target: DendriteStub
18062026-08-22T02:26:19.933ZAug 22 02:26:19.058 INFO Starting download, target: Cockroach
18072026-08-22T02:26:19.933ZAug 22 02:26:19.058 INFO Starting download, target: MaghemiteMgd
18082026-08-22T02:26:19.933ZAug 22 02:26:19.058 INFO Starting download, target: MaghemiteDdmd
18092026-08-22T02:26:19.933ZAug 22 02:26:19.058 INFO Starting download, target: TransceiverControl
18102026-08-22T02:26:19.933ZAug 22 02:26:19.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18112026-08-22T02:26:19.933ZAug 22 02:26:19.059 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18122026-08-22T02:26:19.933ZAug 22 02:26:19.059 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18132026-08-22T02:26:19.934ZAug 22 02:26:19.059 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18142026-08-22T02:26:19.934ZAug 22 02:26:19.059 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-08-22T02:26:19.934ZAug 22 02:26:19.059 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18162026-08-22T02:26:19.934ZAug 22 02:26:19.059 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18172026-08-22T02:26:20.439ZAug 22 02:26:19.553 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-08-22T02:26:20.643ZAug 22 02:26:19.769 INFO Download complete, target: TransceiverControl
18192026-08-22T02:26:21.363ZAug 22 02:26:20.487 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18202026-08-22T02:26:21.673ZAug 22 02:26:20.795 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18212026-08-22T02:26:21.775ZAug 22 02:26:20.898 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18222026-08-22T02:26:21.825ZAug 22 02:26:20.951 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18232026-08-22T02:26:21.929ZAug 22 02:26:21.054 INFO Download complete, target: Console
18242026-08-22T02:26:22.193ZAug 22 02:26:21.322 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18252026-08-22T02:26:22.193ZAug 22 02:26:21.322 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18262026-08-22T02:26:22.202ZAug 22 02:26:21.331 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18272026-08-22T02:26:24.181ZAug 22 02:26:23.289 INFO Download complete, target: MaghemiteDdmd
18282026-08-22T02:26:24.210ZAug 22 02:26:23.339 INFO Download complete, target: MaghemiteMgd
18292026-08-22T02:26:24.562ZAug 22 02:26:23.690 INFO Download complete, target: DendriteStub
18302026-08-22T02:26:27.125ZAug 22 02:26:26.253 INFO Checking that binary works, target: Cockroach
18312026-08-22T02:26:27.237ZAug 22 02:26:26.365 INFO Download complete, target: Cockroach
18322026-08-22T02:26:29.189ZAug 22 02:26:28.318 INFO Checking that binary works, target: Clickhouse
18332026-08-22T02:26:29.331ZAug 22 02:26:28.460 INFO Download complete, target: Clickhouse
18342026-08-22T02:26:29.348ZAll builder prerequisites installed successfully, and PATH looks valid
18352026-08-22T02:26:29.350Z
18362026-08-22T02:26:29.351Zreal 2:08.771201673
18372026-08-22T02:26:29.351Zuser 7:19.305187157
18382026-08-22T02:26:29.351Zsys 1:26.988399858
18392026-08-22T02:26:29.351Ztrap 0.254219187
18402026-08-22T02:26:29.351Ztflt 0.572224063
18412026-08-22T02:26:29.351Zdflt 1.031431034
18422026-08-22T02:26:29.351Zkflt 0.025666955
18432026-08-22T02:26:29.351Zlock 28:02.381166264
18442026-08-22T02:26:29.351Zslp 22:02.370975887
18452026-08-22T02:26:29.351Zlat 49.203539772
18462026-08-22T02:26:29.351Zstop 2:38.931360425
18472026-08-22T02:26:29.351Z+ banner clippy
18482026-08-22T02:26:29.351Z
18492026-08-22T02:26:29.351Z #### # # ##### ##### # #
18502026-08-22T02:26:29.351Z # # # # # # # # # #
18512026-08-22T02:26:29.351Z # # # # # # # #
18522026-08-22T02:26:29.351Z # # # ##### ##### #
18532026-08-22T02:26:29.351Z # # # # # # #
18542026-08-22T02:26:29.351Z #### ###### # # # #
18552026-08-22T02:26:29.351Z
18562026-08-22T02:26:29.351Z+ export CARGO_INCREMENTAL=0
18572026-08-22T02:26:29.351Z+ CARGO_INCREMENTAL=0
18582026-08-22T02:26:29.351Z+ ptime -m cargo xtask clippy
18592026-08-22T02:26:29.817Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18602026-08-22T02:26:30.108Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18612026-08-22T02:26:31.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18622026-08-22T02:26:31.981Z Running `target/debug/xtask clippy`
18632026-08-22T02:26:32.007Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18642026-08-22T02:26:32.577Z Downloading crates ...
18652026-08-22T02:26:32.750Z Downloaded constant_time_eq v0.3.1
18662026-08-22T02:26:32.753Z Downloaded concurrent-queue v2.5.0
18672026-08-22T02:26:32.753Z Downloaded async-object-pool v0.2.0
18682026-08-22T02:26:32.753Z Downloaded approx v0.5.1
18692026-08-22T02:26:32.753Z Downloaded async-lock v3.4.2
18702026-08-22T02:26:32.756Z Downloaded assert-json-diff v2.0.2
18712026-08-22T02:26:32.756Z Downloaded anes v0.1.6
18722026-08-22T02:26:32.756Z Downloaded datatest-stable v0.3.3
18732026-08-22T02:26:32.759Z Downloaded cast v0.3.0
18742026-08-22T02:26:32.759Z Downloaded assert_cmd v2.1.2
18752026-08-22T02:26:32.762Z Downloaded criterion-plot v0.6.0
18762026-08-22T02:26:32.762Z Downloaded blake2b_simd v1.0.4
18772026-08-22T02:26:32.762Z Downloaded cfg-expr v0.20.6
18782026-08-22T02:26:32.765Z Downloaded event-listener-strategy v0.5.4
18792026-08-22T02:26:32.765Z Downloaded criterion v0.7.0
18802026-08-22T02:26:32.767Z Downloaded event-listener v5.4.1
18812026-08-22T02:26:32.770Z Downloaded guppy-workspace-hack v0.1.0
18822026-08-22T02:26:32.770Z Downloaded escape8259 v0.5.3
18832026-08-22T02:26:32.770Z Downloaded hex-literal v0.4.1
18842026-08-22T02:26:32.770Z Downloaded guppy v0.17.25
18852026-08-22T02:26:32.773Z Downloaded hickory-client v0.25.2
18862026-08-22T02:26:32.775Z Downloaded futures-timer v3.0.3
18872026-08-22T02:26:32.775Z Downloaded fancy-regex v0.14.0
18882026-08-22T02:26:32.775Z Downloaded httptest v0.16.4
18892026-08-22T02:26:32.778Z Downloaded knuffel-derive v3.2.0
18902026-08-22T02:26:32.778Z Downloaded linkme-impl v0.3.35
18912026-08-22T02:26:32.778Z Downloaded libtest-mimic v0.8.1
18922026-08-22T02:26:32.781Z Downloaded linkme v0.3.35
18932026-08-22T02:26:32.781Z Downloaded miette v5.10.0
18942026-08-22T02:26:32.785Z Downloaded nested v0.1.1
18952026-08-22T02:26:32.786Z Downloaded miette-derive v5.10.0
18962026-08-22T02:26:32.786Z Downloaded parking v2.2.1
18972026-08-22T02:26:32.786Z Downloaded plotters-backend v0.3.7
18982026-08-22T02:26:32.788Z Downloaded plotters-svg v0.3.7
18992026-08-22T02:26:32.788Z Downloaded pathdiff v0.2.3
19002026-08-22T02:26:32.788Z Downloaded partial-io v0.5.4
19012026-08-22T02:26:32.788Z Downloaded oorandom v11.1.5
19022026-08-22T02:26:32.788Z Downloaded path-tree v0.8.3
19032026-08-22T02:26:32.788Z Downloaded owo-colors v3.5.0
19042026-08-22T02:26:32.791Z Downloaded knuffel v3.2.0
19052026-08-22T02:26:32.791Z Downloaded relative-path v1.9.3
19062026-08-22T02:26:32.791Z Downloaded serde_regex v1.1.0
19072026-08-22T02:26:32.794Z Downloaded rust-argon2 v2.1.0
19082026-08-22T02:26:32.794Z Downloaded rand_distr v0.5.1
19092026-08-22T02:26:32.797Z Downloaded similar-asserts v1.7.0
19102026-08-22T02:26:32.797Z Downloaded supports-color v2.1.0
19112026-08-22T02:26:32.797Z Downloaded supports-hyperlinks v2.1.0
19122026-08-22T02:26:32.797Z Downloaded rstest v0.25.0
19132026-08-22T02:26:32.800Z Downloaded terminal_size v0.1.17
19142026-08-22T02:26:32.803Z Downloaded rstest_macros v0.25.0
19152026-08-22T02:26:32.803Z Downloaded stringmetrics v2.2.2
19162026-08-22T02:26:32.806Z Downloaded supports-unicode v2.1.0
19172026-08-22T02:26:32.806Z Downloaded target-triple v1.0.0
19182026-08-22T02:26:32.806Z Downloaded target-spec v3.5.7
19192026-08-22T02:26:32.809Z Downloaded target-lexicon v0.13.3
19202026-08-22T02:26:32.811Z Downloaded termcolor v1.4.1
19212026-08-22T02:26:32.811Z Downloaded tinytemplate v1.2.1
19222026-08-22T02:26:32.815Z Downloaded plotters v0.3.7
19232026-08-22T02:26:32.821Z Downloaded textwrap v0.15.2
19242026-08-22T02:26:32.823Z Downloaded trybuild v1.0.116
19252026-08-22T02:26:32.927Z Downloaded httpmock v0.8.3
19262026-08-22T02:26:34.746Z Checking cfg-if v1.0.4
19272026-08-22T02:26:35.125Z Checking serde_core v1.0.228
19282026-08-22T02:26:35.125Z Checking libc v0.2.185
19292026-08-22T02:26:35.198Z Checking memchr v2.8.0
19302026-08-22T02:26:35.242Z Checking smallvec v1.15.1
19312026-08-22T02:26:35.284Z Checking itoa v1.0.17
19322026-08-22T02:26:35.319Z Checking subtle v2.6.1
19332026-08-22T02:26:35.357Z Checking rand_core v0.10.0
19342026-08-22T02:26:35.401Z Checking log v0.4.33
19352026-08-22T02:26:35.454Z Checking libm v0.2.16
19362026-08-22T02:26:35.506Z Checking typenum v1.20.1
19372026-08-22T02:26:35.509Z Checking scopeguard v1.2.0
19382026-08-22T02:26:35.583Z Checking errno v0.3.14
19392026-08-22T02:26:35.583Z Checking getrandom v0.4.3
19402026-08-22T02:26:35.656Z Checking zmij v1.0.21
19412026-08-22T02:26:35.659Z Checking stable_deref_trait v1.2.1
19422026-08-22T02:26:35.728Z Checking lock_api v0.4.14
19432026-08-22T02:26:35.770Z Checking zerofrom v0.1.6
19442026-08-22T02:26:35.813Z Checking percent-encoding v2.3.2
19452026-08-22T02:26:35.853Z Checking litemap v0.8.1
19462026-08-22T02:26:35.895Z Checking writeable v0.6.2
19472026-08-22T02:26:35.932Z Checking yoke v0.8.1
19482026-08-22T02:26:35.974Z Checking icu_normalizer_data v2.1.1
19492026-08-22T02:26:36.014Z Checking icu_properties_data v2.1.2
19502026-08-22T02:26:36.053Z Checking form_urlencoded v1.2.2
19512026-08-22T02:26:36.092Z Checking pin-project-lite v0.2.17
19522026-08-22T02:26:36.092Z Checking utf8_iter v1.0.4
19532026-08-22T02:26:36.163Z Checking zerovec v0.11.5
19542026-08-22T02:26:36.232Z Checking num-traits v0.2.19
19552026-08-22T02:26:36.232Z Checking zerotrie v0.2.3
19562026-08-22T02:26:36.275Z Checking zerocopy v0.8.55
19572026-08-22T02:26:36.316Z Checking parking_lot_core v0.9.12
19582026-08-22T02:26:36.319Z Checking portable-atomic v1.13.1
19592026-08-22T02:26:36.395Z Checking critical-section v1.2.0
19602026-08-22T02:26:36.471Z Checking signal-hook-registry v1.4.8
19612026-08-22T02:26:36.528Z Checking mio v1.2.0
19622026-08-22T02:26:36.571Z Checking parking_lot v0.12.5
19632026-08-22T02:26:36.624Z Checking serde v1.0.228
19642026-08-22T02:26:36.660Z Checking bitflags v2.11.0
19652026-08-22T02:26:36.664Z Checking serde_json v1.0.151
19662026-08-22T02:26:36.773Z Checking tinystr v0.8.2
19672026-08-22T02:26:36.812Z Checking potential_utf v0.1.4
19682026-08-22T02:26:36.815Z Checking once_cell v1.21.3
19692026-08-22T02:26:36.900Z Checking socket2 v0.6.3
19702026-08-22T02:26:36.940Z Checking iana-time-zone v0.1.65
19712026-08-22T02:26:36.978Z Checking icu_collections v2.1.1
19722026-08-22T02:26:36.981Z Checking icu_locale_core v2.1.1
19732026-08-22T02:26:37.057Z Checking zeroize v1.9.0
19742026-08-22T02:26:37.057Z Checking bytes v1.11.1
19752026-08-22T02:26:37.130Z Checking chrono v0.4.45
19762026-08-22T02:26:37.178Z Checking uuid v1.23.4
19772026-08-22T02:26:37.308Z Checking semver v1.0.28
19782026-08-22T02:26:37.352Z Checking thiserror v2.0.18
19792026-08-22T02:26:37.410Z Checking dyn-clone v1.0.20
19802026-08-22T02:26:37.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19812026-08-22T02:26:37.526Z Checking tokio v1.52.1
19822026-08-22T02:26:37.529Z Checking futures-core v0.3.32
19832026-08-22T02:26:37.598Z Checking icu_provider v2.1.1
19842026-08-22T02:26:37.598Z Checking getrandom v0.3.4
19852026-08-22T02:26:37.601Z Checking rustix v1.1.4
19862026-08-22T02:26:37.710Z Checking equivalent v1.0.2
19872026-08-22T02:26:37.794Z Checking getrandom v0.2.17
19882026-08-22T02:26:37.839Z Checking cmov v0.5.4
19892026-08-22T02:26:37.878Z Checking icu_normalizer v2.1.1
19902026-08-22T02:26:37.878Z Checking icu_properties v2.1.2
19912026-08-22T02:26:37.978Z Checking rand_core v0.6.4
19922026-08-22T02:26:38.017Z Checking byteorder v1.5.0
19932026-08-22T02:26:38.063Z Checking ctutils v0.4.2
19942026-08-22T02:26:38.196Z Checking futures-sink v0.3.32
19952026-08-22T02:26:38.246Z Checking slab v0.4.12
19962026-08-22T02:26:38.283Z Checking futures-task v0.3.32
19972026-08-22T02:26:38.320Z Checking hybrid-array v0.4.13
19982026-08-22T02:26:38.357Z Checking futures-channel v0.3.32
19992026-08-22T02:26:38.436Z Checking futures-io v0.3.32
20002026-08-22T02:26:38.472Z Checking hashbrown v0.17.0
20012026-08-22T02:26:38.509Z Checking generic-array v0.14.7
20022026-08-22T02:26:38.580Z Checking thiserror v1.0.69
20032026-08-22T02:26:38.584Z Checking futures-util v0.3.32
20042026-08-22T02:26:38.712Z Checking fnv v1.0.7
20052026-08-22T02:26:38.750Z Checking idna_adapter v1.2.1
20062026-08-22T02:26:38.839Z Checking regex-syntax v0.8.10
20072026-08-22T02:26:38.904Z Checking idna v1.1.0
20082026-08-22T02:26:38.964Z Checking indexmap v2.14.0
20092026-08-22T02:26:39.002Z Checking const-oid v0.9.6
20102026-08-22T02:26:39.042Z Checking ppv-lite86 v0.2.21
20112026-08-22T02:26:39.107Z Checking crypto-common v0.2.2
20122026-08-22T02:26:39.198Z Checking url v2.5.8
20132026-08-22T02:26:39.372Z Checking base64ct v1.8.3
20142026-08-22T02:26:39.570Z Checking crypto-common v0.1.7
20152026-08-22T02:26:39.641Z Checking block-buffer v0.12.1
20162026-08-22T02:26:39.680Z Checking schemars v0.8.22
20172026-08-22T02:26:39.716Z Checking base64 v0.22.1
20182026-08-22T02:26:39.754Z Checking block-buffer v0.10.4
20192026-08-22T02:26:39.757Z Checking utf8parse v0.2.2
20202026-08-22T02:26:39.834Z Checking anstyle v1.0.14
20212026-08-22T02:26:39.917Z Checking http v1.4.2
20222026-08-22T02:26:39.956Z Checking digest v0.10.7
20232026-08-22T02:26:39.991Z Checking tracing-core v0.1.36
20242026-08-22T02:26:40.043Z Checking rand_core v0.9.5
20252026-08-22T02:26:40.168Z Checking is_terminal_polyfill v1.70.2
20262026-08-22T02:26:40.206Z Checking anstyle-query v1.1.5
20272026-08-22T02:26:40.250Z Checking colorchoice v1.0.4
20282026-08-22T02:26:40.294Z Checking terminal_size v0.4.3
20292026-08-22T02:26:40.332Z Checking tracing v0.1.44
20302026-08-22T02:26:40.335Z Checking const-oid v0.10.2
20312026-08-22T02:26:40.404Z Checking anstyle-parse v1.0.0
20322026-08-22T02:26:40.407Z Checking erased-serde v0.3.31
20332026-08-22T02:26:40.474Z Checking rand_chacha v0.9.0
20342026-08-22T02:26:40.511Z Checking ipnet v2.12.0
20352026-08-22T02:26:40.551Z Checking aho-corasick v1.1.4
20362026-08-22T02:26:40.590Z Checking crossbeam-utils v0.8.21
20372026-08-22T02:26:40.654Z Checking anstream v1.0.0
20382026-08-22T02:26:40.654Z Checking clap_lex v1.0.0
20392026-08-22T02:26:40.696Z Checking rand v0.9.2
20402026-08-22T02:26:40.747Z Checking tokio-util v0.7.18
20412026-08-22T02:26:40.791Z Checking unicode-ident v1.0.24
20422026-08-22T02:26:40.833Z Checking strsim v0.11.1
20432026-08-22T02:26:40.874Z Checking slog v2.8.2
20442026-08-22T02:26:40.877Z Checking allocator-api2 v0.2.21
20452026-08-22T02:26:40.946Z Checking proc-macro2 v1.0.106
20462026-08-22T02:26:40.983Z Checking powerfmt v0.2.0
20472026-08-22T02:26:41.027Z Checking clap_builder v4.6.0
20482026-08-22T02:26:41.161Z Checking deranged v0.5.8
20492026-08-22T02:26:41.200Z Checking digest v0.11.3
20502026-08-22T02:26:41.204Z Checking num_threads v0.1.7
20512026-08-22T02:26:41.272Z Checking cpufeatures v0.3.0
20522026-08-22T02:26:41.275Z Checking regex-automata v0.4.14
20532026-08-22T02:26:41.275Z Checking quote v1.0.45
20542026-08-22T02:26:41.378Z Checking time-core v0.1.8
20552026-08-22T02:26:41.381Z Checking num-conv v0.2.0
20562026-08-22T02:26:41.382Z Checking fastrand v2.3.0
20572026-08-22T02:26:41.449Z Checking httparse v1.10.1
20582026-08-22T02:26:41.520Z Checking syn v2.0.117
20592026-08-22T02:26:41.556Z Checking anyhow v1.0.104
20602026-08-22T02:26:41.596Z Checking cpufeatures v0.2.17
20612026-08-22T02:26:41.635Z Checking tempfile v3.27.0
20622026-08-22T02:26:41.697Z Checking ipnetwork v0.21.1
20632026-08-22T02:26:41.743Z Checking rustls-pki-types v1.14.0
20642026-08-22T02:26:41.782Z Checking aws-lc-sys v0.40.0
20652026-08-22T02:26:41.857Z Checking untrusted v0.7.1
20662026-08-22T02:26:41.940Z Checking http-body v1.0.1
20672026-08-22T02:26:42.003Z Checking atomic-waker v1.1.2
20682026-08-22T02:26:42.057Z Checking httpdate v1.0.3
20692026-08-22T02:26:42.102Z Checking time v0.3.47
20702026-08-22T02:26:42.105Z Checking try-lock v0.2.5
20712026-08-22T02:26:42.176Z Checking h2 v0.4.15
20722026-08-22T02:26:42.232Z Checking hex v0.4.3
20732026-08-22T02:26:42.235Z Checking want v0.3.1
20742026-08-22T02:26:42.305Z Checking aws-lc-rs v1.16.3
20752026-08-22T02:26:42.308Z Checking clap v4.6.1
20762026-08-22T02:26:42.419Z Checking tower-layer v0.3.3
20772026-08-22T02:26:42.458Z Checking untrusted v0.9.0
20782026-08-22T02:26:42.496Z Checking simd-adler32 v0.3.8
20792026-08-22T02:26:42.599Z Checking ryu v1.0.23
20802026-08-22T02:26:42.602Z Checking tower-service v0.3.3
20812026-08-22T02:26:42.705Z Checking spin v0.9.8
20822026-08-22T02:26:42.757Z Checking unicode-width v0.2.0
20832026-08-22T02:26:42.795Z Checking adler2 v2.0.1
20842026-08-22T02:26:42.919Z Checking pem-rfc7468 v0.7.0
20852026-08-22T02:26:42.957Z Checking miniz_oxide v0.8.9
20862026-08-22T02:26:43.033Z Checking mime v0.3.17
20872026-08-22T02:26:43.113Z Checking flagset v0.4.7
20882026-08-22T02:26:43.197Z Checking rustls-webpki v0.103.13
20892026-08-22T02:26:43.200Z Checking block-padding v0.4.2
20902026-08-22T02:26:43.274Z Checking pretty-hex v0.4.1
20912026-08-22T02:26:43.277Z Checking http-body-util v0.1.3
20922026-08-22T02:26:43.353Z Checking oxnet v0.1.6
20932026-08-22T02:26:43.396Z Checking inout v0.2.2
20942026-08-22T02:26:43.400Z Checking der v0.7.10
20952026-08-22T02:26:43.471Z Checking camino v1.2.5
20962026-08-22T02:26:43.543Z Checking plain v0.2.3
20972026-08-22T02:26:43.591Z Checking ucd-trie v0.1.7
20982026-08-22T02:26:43.641Z Checking openssl-probe v0.2.1
20992026-08-22T02:26:43.678Z Checking rustls v0.23.41
21002026-08-22T02:26:43.714Z Checking cipher v0.5.2
21012026-08-22T02:26:43.754Z Checking pest v2.8.6
21022026-08-22T02:26:43.788Z Checking regex v1.12.3
21032026-08-22T02:26:43.824Z Checking serde_urlencoded v0.7.1
21042026-08-22T02:26:43.858Z Checking rand_chacha v0.3.1
21052026-08-22T02:26:43.993Z Checking encoding_rs v0.8.35
21062026-08-22T02:26:44.069Z Checking futures-executor v0.3.32
21072026-08-22T02:26:44.120Z Checking rand v0.8.6
21082026-08-22T02:26:44.122Z Checking crc32fast v1.5.0
21092026-08-22T02:26:44.223Z Checking spki v0.7.3
21102026-08-22T02:26:44.261Z Checking futures v0.3.32
21112026-08-22T02:26:44.329Z Checking either v1.15.0
21122026-08-22T02:26:44.374Z Checking sync_wrapper v1.0.2
21132026-08-22T02:26:44.430Z Checking pkcs8 v0.10.2
21142026-08-22T02:26:44.512Z Checking tower v0.5.3
21152026-08-22T02:26:44.552Z Checking iri-string v0.7.10
21162026-08-22T02:26:44.620Z Checking foldhash v0.2.0
21172026-08-22T02:26:44.679Z Checking openapiv3 v2.2.0
21182026-08-22T02:26:44.812Z Checking hashbrown v0.16.1
21192026-08-22T02:26:44.857Z Checking zlib-rs v0.6.2
21202026-08-22T02:26:44.931Z Checking bit-vec v0.8.0
21212026-08-22T02:26:44.977Z Checking static_assertions v1.1.0
21222026-08-22T02:26:45.017Z Checking hyper v1.10.1
21232026-08-22T02:26:45.081Z Checking sha2 v0.10.9
21242026-08-22T02:26:45.156Z Checking bit-set v0.8.0
21252026-08-22T02:26:45.334Z Checking wait-timeout v0.2.1
21262026-08-22T02:26:45.337Z Checking rustls-native-certs v0.8.3
21272026-08-22T02:26:45.409Z Checking lazy_static v1.5.0
21282026-08-22T02:26:45.544Z Checking hubpack v0.1.2
21292026-08-22T02:26:45.552Z Checking psl-types v2.0.11
21302026-08-22T02:26:45.568Z Checking quick-error v1.2.3
21312026-08-22T02:26:45.604Z Checking tower-http v0.6.8
21322026-08-22T02:26:45.677Z Checking tinyvec_macros v0.1.1
21332026-08-22T02:26:45.716Z Checking rusty-fork v0.3.1
21342026-08-22T02:26:45.719Z Checking publicsuffix v2.3.0
21352026-08-22T02:26:45.788Z Checking tinyvec v1.10.0
21362026-08-22T02:26:45.792Z Checking flate2 v1.1.9
21372026-08-22T02:26:45.909Z Checking cookie v0.18.1
21382026-08-22T02:26:45.946Z Checking rand_xorshift v0.4.0
21392026-08-22T02:26:45.949Z Checking unarray v0.1.4
21402026-08-22T02:26:46.017Z Checking signature v2.2.0
21412026-08-22T02:26:46.020Z Checking hyper-util v0.1.20
21422026-08-22T02:26:46.020Z Checking tokio-rustls v0.26.4
21432026-08-22T02:26:46.122Z Checking rustls-platform-verifier v0.6.2
21442026-08-22T02:26:46.125Z Checking proptest v1.11.0
21452026-08-22T02:26:46.125Z Checking num-integer v0.1.46
21462026-08-22T02:26:46.225Z Checking strum v0.26.3
21472026-08-22T02:26:46.228Z Checking cookie_store v0.22.1
21482026-08-22T02:26:46.258Z Checking scroll v0.13.0
21492026-08-22T02:26:46.330Z Checking ahash v0.8.12
21502026-08-22T02:26:46.334Z Checking memmap2 v0.9.10
21512026-08-22T02:26:46.401Z Checking unicode-width v0.1.14
21522026-08-22T02:26:46.438Z Checking dtrace-parser v0.3.0
21532026-08-22T02:26:46.550Z Checking serde_spanned v0.6.9
21542026-08-22T02:26:46.554Z Checking goblin v0.10.5
21552026-08-22T02:26:46.554Z Checking toml_datetime v0.6.11
21562026-08-22T02:26:46.655Z Checking thread-id v5.1.0
21572026-08-22T02:26:46.692Z Checking data-encoding v2.10.0
21582026-08-22T02:26:46.730Z Checking bstr v1.12.1
21592026-08-22T02:26:46.733Z Checking hmac v0.12.1
21602026-08-22T02:26:46.802Z Checking base64 v0.21.7
21612026-08-22T02:26:46.842Z Checking x509-cert v0.2.5
21622026-08-22T02:26:46.900Z Checking crossbeam-epoch v0.9.18
21632026-08-22T02:26:46.986Z Checking memoffset v0.9.1
21642026-08-22T02:26:47.068Z Checking num-iter v0.1.45
21652026-08-22T02:26:47.108Z Checking scroll v0.12.0
21662026-08-22T02:26:47.158Z Checking zerocopy v0.7.35
21672026-08-22T02:26:47.196Z Checking rustix v0.38.44
21682026-08-22T02:26:47.233Z Checking env_filter v2.0.0
21692026-08-22T02:26:47.330Z Checking hyper-rustls v0.27.7
21702026-08-22T02:26:47.368Z Checking goblin v0.8.2
21712026-08-22T02:26:47.408Z Checking unicode-segmentation v1.12.0
21722026-08-22T02:26:47.522Z Checking tap v1.0.1
21732026-08-22T02:26:47.567Z Checking reqwest v0.13.2
21742026-08-22T02:26:47.661Z Checking unicode-linebreak v0.1.5
21752026-08-22T02:26:47.701Z Checking smawk v0.3.2
21762026-08-22T02:26:47.747Z Checking wyz v0.5.1
21772026-08-22T02:26:47.861Z Checking env_logger v0.11.11
21782026-08-22T02:26:47.906Z Checking num-bigint-dig v0.8.6
21792026-08-22T02:26:47.957Z Checking nix v0.31.2
21802026-08-22T02:26:47.995Z Checking newtype-uuid v1.3.2
21812026-08-22T02:26:48.034Z Checking dtrace-parser v0.2.0
21822026-08-22T02:26:48.077Z Checking pkcs1 v0.7.5
21832026-08-22T02:26:48.231Z Checking daft v0.1.7
21842026-08-22T02:26:48.296Z Checking ff v0.13.1
21852026-08-22T02:26:48.334Z Checking radium v0.7.0
21862026-08-22T02:26:48.456Z Checking thread-id v4.2.2
21872026-08-22T02:26:48.497Z Checking same-file v1.0.6
21882026-08-22T02:26:48.536Z Checking funty v2.0.0
21892026-08-22T02:26:48.539Z Checking crc-catalog v2.4.0
21902026-08-22T02:26:48.608Z Checking winnow v1.0.3
21912026-08-22T02:26:48.647Z Checking base16ct v0.2.0
21922026-08-22T02:26:48.692Z Checking crc v3.4.0
21932026-08-22T02:26:48.744Z Checking rsa v0.9.10
21942026-08-22T02:26:48.804Z Checking sec1 v0.7.3
21952026-08-22T02:26:48.882Z Checking bitvec v1.0.1
21962026-08-22T02:26:48.921Z Checking walkdir v2.5.0
21972026-08-22T02:26:48.924Z Checking dof v0.4.0
21982026-08-22T02:26:49.058Z Checking group v0.13.0
21992026-08-22T02:26:49.121Z Checking hkdf v0.12.4
22002026-08-22T02:26:49.210Z Checking unicode-normalization v0.1.25
22012026-08-22T02:26:49.249Z Checking crypto-bigint v0.5.5
22022026-08-22T02:26:49.289Z Checking dof v0.3.0
22032026-08-22T02:26:49.293Z Checking zerocopy v0.6.6
22042026-08-22T02:26:49.360Z Checking maybe-uninit v2.0.0
22052026-08-22T02:26:49.461Z Checking gimli v0.32.3
22062026-08-22T02:26:49.509Z Checking foreign-types-shared v0.1.1
22072026-08-22T02:26:49.606Z Checking usdt-impl v0.5.0
22082026-08-22T02:26:49.645Z Checking foldhash v0.1.5
22092026-08-22T02:26:49.649Z Checking usdt-impl v0.6.0
22102026-08-22T02:26:49.679Z Checking is_ci v1.2.0
22112026-08-22T02:26:49.682Z Checking nodrop v0.1.14
22122026-08-22T02:26:49.804Z Checking winnow v0.5.40
22132026-08-22T02:26:49.809Z Checking hashbrown v0.15.5
22142026-08-22T02:26:49.877Z Checking array-init v0.0.4
22152026-08-22T02:26:49.913Z Checking foreign-types v0.3.2
22162026-08-22T02:26:50.014Z Checking smallvec v0.6.14
22172026-08-22T02:26:50.122Z Checking usdt v0.6.0
22182026-08-22T02:26:50.193Z Checking elliptic-curve v0.13.8
22192026-08-22T02:26:50.235Z Checking serde_with v3.21.0
22202026-08-22T02:26:50.238Z Checking packed_struct v0.10.1
22212026-08-22T02:26:50.239Z Checking bitfield v0.19.4
22222026-08-22T02:26:50.342Z Checking bzip2-sys v0.1.13+1.0.8
22232026-08-22T02:26:50.345Z Checking openssl-sys v0.9.117
22242026-08-22T02:26:50.460Z Checking object v0.37.3
22252026-08-22T02:26:50.529Z Checking bitflags v1.3.2
22262026-08-22T02:26:50.597Z Checking siphasher v1.0.2
22272026-08-22T02:26:50.636Z Checking keccak v0.1.6
22282026-08-22T02:26:50.775Z Checking hashbrown v0.12.3
22292026-08-22T02:26:50.813Z Checking rustc-demangle v0.1.27
22302026-08-22T02:26:50.848Z Checking sha3 v0.10.8
22312026-08-22T02:26:50.970Z Checking toml_edit v0.19.15
22322026-08-22T02:26:51.009Z Checking addr2line v0.25.1
22332026-08-22T02:26:51.062Z Checking openssl v0.10.80
22342026-08-22T02:26:51.100Z Checking bzip2 v0.4.4
22352026-08-22T02:26:51.208Z Checking indexmap v1.9.3
22362026-08-22T02:26:51.291Z Checking serde-hex v0.1.0
22372026-08-22T02:26:51.294Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22382026-08-22T02:26:51.364Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22392026-08-22T02:26:51.511Z Checking toml_parser v1.1.2+spec-1.1.0
22402026-08-22T02:26:51.550Z Checking ron v0.8.1
22412026-08-22T02:26:51.751Z Checking hashbrown v0.13.2
22422026-08-22T02:26:51.868Z Checking itertools v0.13.0
22432026-08-22T02:26:52.006Z Checking toml v0.7.8
22442026-08-22T02:26:52.090Z Checking itertools v0.15.0
22452026-08-22T02:26:52.213Z Checking signal-hook v0.3.18
22462026-08-22T02:26:52.349Z Checking crc-any v2.5.0
22472026-08-22T02:26:52.439Z Checking managed v0.8.0
22482026-08-22T02:26:52.557Z Checking object v0.30.4
22492026-08-22T02:26:52.656Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-08-22T02:26:52.766Z Checking backtrace v0.3.76
22512026-08-22T02:26:52.804Z Checking zip v0.6.6
22522026-08-22T02:26:52.849Z Checking globset v0.4.18
22532026-08-22T02:26:52.918Z Checking chacha20 v0.10.0
22542026-08-22T02:26:53.078Z Checking curve25519-dalek v4.1.3
22552026-08-22T02:26:53.117Z Checking backtrace-ext v0.2.1
22562026-08-22T02:26:53.155Z Checking winnow v0.7.14
22572026-08-22T02:26:53.158Z Checking path-slash v0.1.5
22582026-08-22T02:26:53.227Z Checking toml_write v0.1.2
22592026-08-22T02:26:53.230Z Checking native-tls v0.2.18
22602026-08-22T02:26:53.299Z Checking signal-hook-mio v0.2.5
22612026-08-22T02:26:53.336Z Checking textwrap v0.16.2
22622026-08-22T02:26:53.434Z Checking ed25519 v2.2.3
22632026-08-22T02:26:53.473Z Checking ref-cast v1.0.25
22642026-08-22T02:26:53.476Z Checking pin-project v1.1.11
22652026-08-22T02:26:53.581Z Checking jiff-core v0.1.0
22662026-08-22T02:26:53.626Z Checking tokio-native-tls v0.3.1
22672026-08-22T02:26:53.664Z Checking pem v3.0.6
22682026-08-22T02:26:53.667Z Checking zstd-sys v2.0.16+zstd.1.5.7
22692026-08-22T02:26:53.816Z Checking owo-colors v4.3.0
22702026-08-22T02:26:53.854Z Checking fixedbitset v0.5.7
22712026-08-22T02:26:53.893Z Checking zstd-safe v7.2.4
22722026-08-22T02:26:53.895Z Checking ed25519-dalek v2.2.0
22732026-08-22T02:26:54.092Z Checking petgraph v0.8.3
22742026-08-22T02:26:54.095Z Checking hyper-tls v0.6.0
22752026-08-22T02:26:54.210Z Checking snafu v0.8.9
22762026-08-22T02:26:54.312Z Checking jiff v0.2.34
22772026-08-22T02:26:54.350Z Checking crossterm v0.28.1
22782026-08-22T02:26:54.389Z Checking toml_edit v0.22.27
22792026-08-22T02:26:54.428Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22802026-08-22T02:26:54.431Z Checking supports-color v3.0.2
22812026-08-22T02:26:54.501Z Checking similar v2.7.0
22822026-08-22T02:26:54.618Z Checking fs-err v3.3.0
22832026-08-22T02:26:54.677Z Checking hash32 v0.2.1
22842026-08-22T02:26:54.866Z Checking serde-big-array v0.5.1
22852026-08-22T02:26:54.909Z Checking serde_plain v1.0.2
22862026-08-22T02:26:54.945Z Checking typed-path v0.9.3
22872026-08-22T02:26:55.029Z Checking predicates-core v1.0.10
22882026-08-22T02:26:55.076Z Checking unicode-properties v0.1.4
22892026-08-22T02:26:55.114Z Checking libbz2-rs-sys v0.2.2
22902026-08-22T02:26:55.185Z Checking unicode-bidi v0.3.18
22912026-08-22T02:26:55.295Z Checking bumpalo v3.20.2
22922026-08-22T02:26:55.404Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22932026-08-22T02:26:55.560Z Checking heapless v0.7.17
22942026-08-22T02:26:55.563Z Checking bzip2 v0.6.1
22952026-08-22T02:26:55.563Z Checking stringprep v0.1.5
22962026-08-22T02:26:55.563Z Checking zopfli v0.8.3
22972026-08-22T02:26:55.687Z Checking reqwest v0.12.28
22982026-08-22T02:26:55.725Z Checking zstd v0.13.3
22992026-08-22T02:26:55.761Z Checking hickory-proto v0.25.2
23002026-08-22T02:26:55.764Z Checking byte-wrapper v0.1.0
23012026-08-22T02:26:55.833Z Checking md-5 v0.10.6
23022026-08-22T02:26:55.936Z Checking float-cmp v0.10.0
23032026-08-22T02:26:55.974Z Checking supports-unicode v3.0.0
23042026-08-22T02:26:55.977Z Checking supports-hyperlinks v3.2.0
23052026-08-22T02:26:56.047Z Checking fallible-iterator v0.2.0
23062026-08-22T02:26:56.050Z Checking difflib v0.4.0
23072026-08-22T02:26:56.119Z Checking normalize-line-endings v0.3.0
23082026-08-22T02:26:56.123Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23092026-08-22T02:26:56.191Z Checking miette v7.6.0
23102026-08-22T02:26:56.233Z Checking zip v4.6.1
23112026-08-22T02:26:56.271Z Checking smoltcp v0.9.1
23122026-08-22T02:26:56.307Z Checking predicates v3.1.4
23132026-08-22T02:26:56.351Z Checking postgres-protocol v0.6.10
23142026-08-22T02:26:56.449Z Checking iddqd v0.4.2
23152026-08-22T02:26:56.639Z Checking phf_shared v0.11.3
23162026-08-22T02:26:56.692Z Checking phf_shared v0.13.1
23172026-08-22T02:26:56.730Z Checking olpc-cjson v0.1.4
23182026-08-22T02:26:56.769Z Checking tokio-stream v0.1.18
23192026-08-22T02:26:56.815Z Checking strum v0.27.2
23202026-08-22T02:26:56.855Z Checking new_debug_unreachable v1.0.6
23212026-08-22T02:26:56.892Z Checking fixedbitset v0.4.2
23222026-08-22T02:26:56.930Z Checking precomputed-hash v0.1.1
23232026-08-22T02:26:56.933Z Checking lalrpop-util v0.19.12
23242026-08-22T02:26:57.004Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23252026-08-22T02:26:57.007Z Checking phf v0.13.1
23262026-08-22T02:26:57.076Z Checking string_cache v0.8.9
23272026-08-22T02:26:57.079Z Checking petgraph v0.6.5
23282026-08-22T02:26:57.154Z Checking tough v0.22.0
23292026-08-22T02:26:57.193Z Checking postgres-types v0.2.12
23302026-08-22T02:26:57.231Z Checking buf-list v1.1.2
23312026-08-22T02:26:57.274Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-22T02:26:57.375Z Checking whoami v2.1.0
23332026-08-22T02:26:57.449Z Checking peg-runtime v0.8.5
23342026-08-22T02:26:57.575Z Checking is-terminal v0.4.17
23352026-08-22T02:26:57.613Z Checking tokio-postgres v0.7.16
23362026-08-22T02:26:57.654Z Checking crossbeam-channel v0.5.15
23372026-08-22T02:26:57.695Z Checking thread_local v1.1.9
23382026-08-22T02:26:57.732Z Checking term v1.2.1
23392026-08-22T02:26:57.893Z Checking take_mut v0.2.2
23402026-08-22T02:26:57.987Z Checking slog-term v2.9.2
23412026-08-22T02:26:58.025Z Compiling newtype-uuid-macros v0.1.0
23422026-08-22T02:26:58.062Z Checking slog-async v2.8.0
23432026-08-22T02:26:58.268Z Checking match_cfg v0.1.0
23442026-08-22T02:26:58.308Z Checking slog-json v2.6.1
23452026-08-22T02:26:58.371Z Checking hostname v0.3.1
23462026-08-22T02:26:58.411Z Compiling multer v3.1.0
23472026-08-22T02:26:58.502Z Compiling async-stream-impl v0.3.6
23482026-08-22T02:26:58.506Z Checking slog-bunyan v2.5.0
23492026-08-22T02:26:58.572Z Compiling dropshot v0.17.1
23502026-08-22T02:26:58.681Z Checking debug-ignore v1.0.5
23512026-08-22T02:26:58.718Z Compiling dropshot_endpoint v0.17.1
23522026-08-22T02:26:58.831Z Checking serde_path_to_error v0.1.20
23532026-08-22T02:26:58.834Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-22T02:26:58.901Z Checking progenitor-client v0.14.0
23552026-08-22T02:26:58.905Z Checking sha1 v0.11.0
23562026-08-22T02:26:59.125Z Checking serde_spanned v1.1.1
23572026-08-22T02:26:59.164Z Checking toml_datetime v1.1.1+spec-1.1.0
23582026-08-22T02:26:59.200Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-22T02:26:59.203Z Checking compression-core v0.4.31
23602026-08-22T02:26:59.273Z Checking toml_writer v1.1.1+spec-1.1.0
23612026-08-22T02:26:59.313Z Checking async-stream v0.3.6
23622026-08-22T02:26:59.387Z Checking compression-codecs v0.4.37
23632026-08-22T02:26:59.387Z Checking waitgroup v0.1.2
23642026-08-22T02:26:59.493Z Checking toml v1.1.2+spec-1.1.0
23652026-08-22T02:26:59.496Z Checking rustls-pemfile v2.2.0
23662026-08-22T02:26:59.570Z Checking hostname v0.4.2
23672026-08-22T02:26:59.610Z Checking atomicwrites v0.4.4
23682026-08-22T02:26:59.646Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-22T02:26:59.649Z Checking async-compression v0.4.41
23702026-08-22T02:26:59.649Z Compiling parse-display-derive v0.10.0
23712026-08-22T02:26:59.751Z Checking macaddr v1.0.1
23722026-08-22T02:26:59.753Z Checking regress v0.10.5
23732026-08-22T02:26:59.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742026-08-22T02:26:59.826Z Checking instant v0.1.13
23752026-08-22T02:26:59.957Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-08-22T02:26:59.996Z Checking itertools v0.14.0
23772026-08-22T02:26:59.999Z Checking backoff v0.4.0
23782026-08-22T02:27:00.089Z Checking backon v1.6.0
23792026-08-22T02:27:00.220Z Checking humantime v2.3.0
23802026-08-22T02:27:00.261Z Compiling convert_case v0.4.0
23812026-08-22T02:27:00.300Z Checking progenitor-extras v0.2.0
23822026-08-22T02:27:00.303Z Checking half v2.7.1
23832026-08-22T02:27:00.436Z Checking ciborium-io v0.2.2
23842026-08-22T02:27:00.550Z Checking heck v0.5.0
23852026-08-22T02:27:00.589Z Checking secrecy v0.10.3
23862026-08-22T02:27:00.625Z Checking ciborium-ll v0.2.2
23872026-08-22T02:27:00.662Z Compiling derive_more v0.99.20
23882026-08-22T02:27:00.705Z Checking indent_write v2.2.0
23892026-08-22T02:27:00.744Z Checking camino-tempfile v1.4.1
23902026-08-22T02:27:00.831Z Checking ciborium v0.2.2
23912026-08-22T02:27:00.873Z Compiling crucible-workspace-hack v0.1.0
23922026-08-22T02:27:00.935Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-08-22T02:27:01.080Z Compiling regress v0.11.1
23942026-08-22T02:27:01.237Z Checking inout v0.1.4
23952026-08-22T02:27:01.276Z Checking universal-hash v0.5.1
23962026-08-22T02:27:01.279Z Compiling thiserror-impl-no-std v2.0.2
23972026-08-22T02:27:01.345Z Checking opaque-debug v0.3.1
23982026-08-22T02:27:01.379Z Checking parse-display v0.10.0
23992026-08-22T02:27:01.416Z Checking cipher v0.4.4
24002026-08-22T02:27:01.454Z Checking blake2 v0.10.6
24012026-08-22T02:27:01.457Z Checking poly1305 v0.8.0
24022026-08-22T02:27:01.557Z Checking aead v0.5.2
24032026-08-22T02:27:01.651Z Checking chacha20 v0.9.1
24042026-08-22T02:27:01.721Z Checking password-hash v0.5.0
24052026-08-22T02:27:01.758Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24062026-08-22T02:27:01.796Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-08-22T02:27:01.874Z Checking chacha20poly1305 v0.10.1
24082026-08-22T02:27:02.004Z Checking argon2 v0.5.3
24092026-08-22T02:27:02.037Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24102026-08-22T02:27:02.200Z Compiling unsafe-libyaml v0.2.11
24112026-08-22T02:27:02.303Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-22T02:27:02.360Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24132026-08-22T02:27:02.489Z Checking thiserror-no-std v2.0.2
24142026-08-22T02:27:02.530Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152026-08-22T02:27:02.610Z Checking swrite v0.1.0
24162026-08-22T02:27:02.613Z Checking vsss-rs v3.3.4
24172026-08-22T02:27:02.735Z Compiling typify-impl v0.6.2
24182026-08-22T02:27:02.992Z Compiling serde_yaml v0.9.34+deprecated
24192026-08-22T02:27:03.241Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24202026-08-22T02:27:03.791Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212026-08-22T02:27:03.984Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-22T02:27:04.034Z Checking crossbeam-deque v0.8.6
24232026-08-22T02:27:04.126Z Compiling rayon-core v1.13.0
24242026-08-22T02:27:04.251Z Compiling num-derive v0.4.2
24252026-08-22T02:27:04.380Z Compiling toml_datetime v0.7.5+spec-1.1.0
24262026-08-22T02:27:04.483Z Compiling proc-macro-error v1.0.4
24272026-08-22T02:27:04.662Z Compiling toml_edit v0.23.10+spec-1.0.0
24282026-08-22T02:27:04.793Z Checking rayon v1.11.0
24292026-08-22T02:27:04.830Z Checking tabwriter v1.4.1
24302026-08-22T02:27:04.835Z Checking glob v0.3.3
24312026-08-22T02:27:05.014Z Compiling heapless v0.8.0
24322026-08-22T02:27:05.053Z Checking hash32 v0.3.1
24332026-08-22T02:27:05.092Z Compiling ingot-macros v0.2.0
24342026-08-22T02:27:05.203Z Compiling smoltcp v0.11.0
24352026-08-22T02:27:05.243Z Compiling proc-macro-crate v3.4.0
24362026-08-22T02:27:05.532Z Checking colored v3.1.1
24372026-08-22T02:27:05.569Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24382026-08-22T02:27:05.840Z Compiling num_enum_derive v0.7.6
24392026-08-22T02:27:05.844Z Checking toml v0.8.23
24402026-08-22T02:27:05.912Z Checking cobs v0.3.0
24412026-08-22T02:27:05.949Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24422026-08-22T02:27:06.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24432026-08-22T02:27:06.231Z Checking postcard v1.1.3
24442026-08-22T02:27:06.275Z Checking rand v0.10.1
24452026-08-22T02:27:06.357Z Compiling proc-macro-crate v1.3.1
24462026-08-22T02:27:06.557Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-22T02:27:06.791Z Checking sigpipe v0.1.3
24482026-08-22T02:27:06.828Z Compiling foreign-types-macros v0.2.3
24492026-08-22T02:27:06.832Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24502026-08-22T02:27:06.905Z Checking foreign-types-shared v0.3.1
24512026-08-22T02:27:06.941Z Checking num_enum v0.7.6
24522026-08-22T02:27:07.026Z Compiling num_enum_derive v0.5.11
24532026-08-22T02:27:07.232Z Compiling usdt-macro v0.5.0
24542026-08-22T02:27:07.287Z Compiling usdt-attr-macro v0.5.0
24552026-08-22T02:27:07.326Z Compiling typify-macro v0.6.2
24562026-08-22T02:27:07.373Z Checking cstr-argument v0.1.2
24572026-08-22T02:27:07.481Z Checking foreign-types v0.5.0
24582026-08-22T02:27:07.526Z Checking memmap v0.7.0
24592026-08-22T02:27:07.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-22T02:27:07.695Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-22T02:27:07.917Z Checking ingot-types v0.2.0
24622026-08-22T02:27:08.002Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-22T02:27:08.042Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24642026-08-22T02:27:08.080Z Checking num_enum v0.5.11
24652026-08-22T02:27:08.115Z Checking usdt v0.5.0
24662026-08-22T02:27:08.176Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24672026-08-22T02:27:08.213Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24682026-08-22T02:27:08.284Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-22T02:27:08.317Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-22T02:27:08.320Z Checking ingot v0.2.1
24712026-08-22T02:27:08.389Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24722026-08-22T02:27:08.392Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24732026-08-22T02:27:08.493Z Compiling zone_cfg_derive v0.3.1
24742026-08-22T02:27:08.497Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24752026-08-22T02:27:08.583Z Checking itertools v0.12.1
24762026-08-22T02:27:08.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772026-08-22T02:27:08.993Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-22T02:27:09.073Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-22T02:27:09.108Z Compiling typify v0.6.2
24802026-08-22T02:27:09.252Z Compiling progenitor-impl v0.14.0
24812026-08-22T02:27:09.255Z Checking smf v0.2.3
24822026-08-22T02:27:09.327Z Checking whoami v1.6.1
24832026-08-22T02:27:09.366Z Compiling derive-where v1.6.0
24842026-08-22T02:27:09.528Z Checking tokio-dtrace v0.1.1
24852026-08-22T02:27:09.565Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24862026-08-22T02:27:09.713Z Checking zone v0.3.1
24872026-08-22T02:27:09.755Z Checking oxide-tokio-rt v0.1.4
24882026-08-22T02:27:09.964Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-08-22T02:27:10.079Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-22T02:27:10.116Z Checking console v0.15.11
24912026-08-22T02:27:10.153Z Checking newline-converter v0.3.0
24922026-08-22T02:27:10.301Z Checking bytecount v0.6.9
24932026-08-22T02:27:10.339Z Checking num-rational v0.4.2
24942026-08-22T02:27:10.433Z Checking expectorate v1.2.0
24952026-08-22T02:27:10.470Z Checking num-complex v0.4.6
24962026-08-22T02:27:10.600Z Compiling cancel-safe-futures v0.1.5
24972026-08-22T02:27:10.656Z Checking float-ord v0.3.2
24982026-08-22T02:27:10.711Z Checking oxide-update-engine-types v0.1.2
24992026-08-22T02:27:10.798Z Checking linear-map v1.2.0
25002026-08-22T02:27:10.838Z Checking num v0.4.3
25012026-08-22T02:27:10.945Z Checking gethostname v0.5.0
25022026-08-22T02:27:11.013Z Compiling prettyplease v0.2.37
25032026-08-22T02:27:11.063Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-08-22T02:27:11.242Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25052026-08-22T02:27:11.345Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25062026-08-22T02:27:11.456Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-08-22T02:27:11.496Z Checking resolv-conf v0.7.6
25082026-08-22T02:27:11.564Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-08-22T02:27:11.639Z Checking oxide-update-engine v0.1.2
25102026-08-22T02:27:11.693Z Checking papergrid v0.11.0
25112026-08-22T02:27:11.731Z Compiling tabled_derive v0.7.0
25122026-08-22T02:27:11.895Z Compiling progenitor-macro v0.14.0
25132026-08-22T02:27:12.091Z Compiling convert_case v0.10.0
25142026-08-22T02:27:12.329Z Compiling slog-dtrace v0.3.0
25152026-08-22T02:27:12.368Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25162026-08-22T02:27:12.427Z Compiling derive_more-impl v2.1.1
25172026-08-22T02:27:12.653Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-08-22T02:27:12.720Z Checking tabled v0.15.0
25192026-08-22T02:27:13.113Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-08-22T02:27:13.254Z Checking derive_more v2.1.1
25212026-08-22T02:27:13.402Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-08-22T02:27:13.439Z Checking crossterm v0.29.0
25232026-08-22T02:27:13.821Z Checking linked-hash-map v0.5.6
25242026-08-22T02:27:14.044Z Checking lru-cache v0.1.2
25252026-08-22T02:27:14.240Z Checking hickory-proto v0.24.4
25262026-08-22T02:27:14.283Z Checking fd-lock v4.0.4
25272026-08-22T02:27:14.856Z Checking vte v0.14.1
25282026-08-22T02:27:15.218Z Checking strip-ansi-escapes v0.2.1
25292026-08-22T02:27:15.938Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-08-22T02:27:16.076Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25312026-08-22T02:27:16.466Z Checking termtree v0.5.1
25322026-08-22T02:27:16.637Z Checking nu-ansi-term v0.50.3
25332026-08-22T02:27:16.878Z Checking reedline v0.40.0
25342026-08-22T02:27:16.881Z Checking progenitor v0.14.0
25352026-08-22T02:27:16.983Z Checking hickory-resolver v0.24.4
25362026-08-22T02:27:17.091Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-08-22T02:27:17.206Z Compiling minimal-lexical v0.2.1
25382026-08-22T02:27:17.495Z Compiling nom v7.1.3
25392026-08-22T02:27:17.754Z Checking qorb v0.4.1
25402026-08-22T02:27:18.067Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25412026-08-22T02:27:18.672Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25422026-08-22T02:27:18.806Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25432026-08-22T02:27:18.870Z Checking display-error-chain v0.2.2
25442026-08-22T02:27:18.952Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-08-22T02:27:19.020Z Compiling unicode-xid v0.2.6
25462026-08-22T02:27:19.056Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-08-22T02:27:19.185Z Compiling ar_archive_writer v0.5.1
25482026-08-22T02:27:19.402Z Checking csv-core v0.1.13
25492026-08-22T02:27:19.528Z Compiling stacker v0.1.23
25502026-08-22T02:27:19.613Z Checking csv v1.4.0
25512026-08-22T02:27:19.710Z Checking highway v1.3.0
25522026-08-22T02:27:19.748Z Compiling semver v0.1.20
25532026-08-22T02:27:19.821Z Compiling cfg_aliases v0.1.1
25542026-08-22T02:27:19.937Z Compiling nix v0.28.0
25552026-08-22T02:27:20.021Z Compiling rustc_version v0.1.7
25562026-08-22T02:27:20.058Z Checking nibble_vec v0.1.0
25572026-08-22T02:27:20.093Z Compiling psm v0.1.30
25582026-08-22T02:27:20.096Z Checking endian-type v0.1.2
25592026-08-22T02:27:20.218Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25602026-08-22T02:27:20.277Z Compiling newtype_derive v0.1.6
25612026-08-22T02:27:20.315Z Checking radix_trie v0.2.1
25622026-08-22T02:27:20.398Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-08-22T02:27:20.500Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-08-22T02:27:20.558Z Checking phf_shared v0.12.1
25652026-08-22T02:27:20.663Z Compiling recursive-proc-macro-impl v0.1.1
25662026-08-22T02:27:20.855Z Compiling chrono-tz v0.10.4
25672026-08-22T02:27:20.860Z Checking phf v0.12.1
25682026-08-22T02:27:20.966Z Compiling const_format_proc_macros v0.2.34
25692026-08-22T02:27:21.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-08-22T02:27:21.072Z Compiling peg-macros v0.8.5
25712026-08-22T02:27:21.110Z Checking winnow v0.6.26
25722026-08-22T02:27:21.114Z Checking recursive v0.1.1
25732026-08-22T02:27:21.236Z Compiling sqlparser_derive v0.5.0
25742026-08-22T02:27:21.304Z Checking unicode_categories v0.1.1
25752026-08-22T02:27:21.498Z Checking home v0.5.12
25762026-08-22T02:27:21.794Z Checking const_format v0.2.35
25772026-08-22T02:27:21.869Z Checking rustyline v14.0.0
25782026-08-22T02:27:22.018Z Checking sqlparser v0.61.0
25792026-08-22T02:27:22.169Z Checking bcs v0.1.6
25802026-08-22T02:27:22.427Z Checking peg v0.8.5
25812026-08-22T02:27:22.466Z Checking sqlformat v0.3.5
25822026-08-22T02:27:22.537Z Checking nom v8.0.0
25832026-08-22T02:27:22.583Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-08-22T02:27:22.941Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-08-22T02:27:22.978Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25862026-08-22T02:27:23.173Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25872026-08-22T02:27:23.278Z Checking steno v0.4.1
25882026-08-22T02:27:23.478Z Checking sha1 v0.10.6
25892026-08-22T02:27:23.575Z Checking filetime v0.2.27
25902026-08-22T02:27:23.687Z Checking xattr v1.6.1
25912026-08-22T02:27:23.747Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922026-08-22T02:27:23.753Z Checking subprocess v0.2.15
25932026-08-22T02:27:23.858Z Checking tar v0.4.46
25942026-08-22T02:27:23.949Z Checking headers-core v0.3.0
25952026-08-22T02:27:24.112Z Checking yasna v0.5.2
25962026-08-22T02:27:24.150Z Checking headers v0.4.1
25972026-08-22T02:27:24.337Z Checking port-file v0.1.0
25982026-08-22T02:27:24.537Z Checking rcgen v0.12.1
25992026-08-22T02:27:24.574Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26002026-08-22T02:27:24.577Z Checking dropshot-api-manager-types v0.8.0
26012026-08-22T02:27:24.644Z Checking tagptr v0.2.0
26022026-08-22T02:27:24.813Z Checking utf-8 v0.7.6
26032026-08-22T02:27:24.850Z Checking moka v0.12.13
26042026-08-22T02:27:25.003Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26052026-08-22T02:27:25.009Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26062026-08-22T02:27:25.077Z Compiling libefi-sys v0.1.0
26072026-08-22T02:27:25.339Z Compiling bitfield-struct v0.6.2
26082026-08-22T02:27:25.491Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092026-08-22T02:27:25.526Z Checking hickory-resolver v0.25.2
26102026-08-22T02:27:25.600Z Checking tungstenite v0.21.0
26112026-08-22T02:27:25.664Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26122026-08-22T02:27:25.849Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26132026-08-22T02:27:26.008Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-22T02:27:26.057Z Checking tokio-tungstenite v0.21.0
26152026-08-22T02:27:26.094Z Compiling xshell-macros v0.2.7
26162026-08-22T02:27:26.171Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26172026-08-22T02:27:26.265Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26182026-08-22T02:27:26.303Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-22T02:27:26.340Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-22T02:27:26.375Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26212026-08-22T02:27:26.528Z Checking xshell v0.2.7
26222026-08-22T02:27:26.564Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-08-22T02:27:26.608Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26242026-08-22T02:27:26.907Z Checking half v1.8.3
26252026-08-22T02:27:26.958Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-22T02:27:27.137Z Checking serde_cbor v0.11.2
26272026-08-22T02:27:27.274Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26282026-08-22T02:27:27.365Z Checking libscf-sys v1.2.0
26292026-08-22T02:27:27.497Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26302026-08-22T02:27:27.535Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-08-22T02:27:27.569Z Checking papergrid v0.18.0
26322026-08-22T02:27:27.617Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332026-08-22T02:27:27.768Z Checking maplit v1.0.2
26342026-08-22T02:27:27.885Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-08-22T02:27:28.048Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-08-22T02:27:28.085Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372026-08-22T02:27:28.367Z Checking tabled v0.21.0
26382026-08-22T02:27:28.440Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26392026-08-22T02:27:28.589Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-22T02:27:28.664Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26412026-08-22T02:27:28.704Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26422026-08-22T02:27:28.741Z Checking crc8 v0.1.1
26432026-08-22T02:27:28.867Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26442026-08-22T02:27:29.031Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26452026-08-22T02:27:29.192Z Checking unicase v2.9.0
26462026-08-22T02:27:29.254Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26472026-08-22T02:27:29.341Z Checking fxhash v0.2.1
26482026-08-22T02:27:29.529Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26492026-08-22T02:27:29.568Z Checking sha2 v0.11.0
26502026-08-22T02:27:29.756Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-22T02:27:29.828Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522026-08-22T02:27:30.149Z Compiling darling_core v0.21.3
26532026-08-22T02:27:30.258Z Compiling vergen-lib v0.1.6
26542026-08-22T02:27:30.323Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26552026-08-22T02:27:30.477Z Compiling diesel_derives v2.3.7
26562026-08-22T02:27:30.565Z Checking scheduled-thread-pool v0.2.7
26572026-08-22T02:27:30.743Z Compiling vergen-gitcl v1.0.8
26582026-08-22T02:27:30.746Z Compiling diesel_table_macro_syntax v0.3.0
26592026-08-22T02:27:30.984Z Checking r2d2 v0.8.10
26602026-08-22T02:27:31.053Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26612026-08-22T02:27:31.162Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26622026-08-22T02:27:31.200Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26632026-08-22T02:27:31.488Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26642026-08-22T02:27:31.578Z Checking downcast-rs v2.0.2
26652026-08-22T02:27:31.805Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-08-22T02:27:31.902Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26672026-08-22T02:27:32.117Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-08-22T02:27:32.295Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26692026-08-22T02:27:32.333Z Checking kstat-rs v0.2.5
26702026-08-22T02:27:32.440Z Compiling proc-macro-error-attr2 v2.0.0
26712026-08-22T02:27:32.556Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-08-22T02:27:32.652Z Compiling darling_macro v0.21.3
26732026-08-22T02:27:32.832Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26742026-08-22T02:27:32.868Z Compiling proc-macro-error2 v2.0.1
26752026-08-22T02:27:33.196Z Compiling darling v0.21.3
26762026-08-22T02:27:33.234Z Compiling knus-derive v3.4.0
26772026-08-22T02:27:33.291Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-08-22T02:27:33.328Z Compiling dsl_auto_type v0.2.0
26792026-08-22T02:27:34.207Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-08-22T02:27:34.549Z Compiling dirs-sys-next v0.1.2
26812026-08-22T02:27:34.748Z Compiling parking_lot_core v0.8.6
26822026-08-22T02:27:34.804Z Compiling crunchy v0.2.4
26832026-08-22T02:27:34.841Z Compiling salty v0.3.0
26842026-08-22T02:27:34.877Z Compiling dirs-next v2.0.0
26852026-08-22T02:27:35.064Z Compiling clang-sys v1.8.1
26862026-08-22T02:27:35.171Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-22T02:27:35.206Z Compiling git-stub v1.0.0
26882026-08-22T02:27:35.244Z Compiling tiny-keccak v2.0.2
26892026-08-22T02:27:35.516Z Compiling git-stub-vcs v0.1.0
26902026-08-22T02:27:35.585Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-22T02:27:35.862Z Compiling term v0.7.0
26922026-08-22T02:27:35.893Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26932026-08-22T02:27:35.931Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-22T02:27:35.934Z Compiling bit-vec v0.6.3
26952026-08-22T02:27:36.003Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26962026-08-22T02:27:36.223Z Compiling ascii-canvas v3.0.0
26972026-08-22T02:27:36.262Z Compiling bit-set v0.5.3
26982026-08-22T02:27:36.421Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26992026-08-22T02:27:36.457Z Checking parking_lot v0.11.2
27002026-08-22T02:27:36.585Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-08-22T02:27:36.621Z Checking rfc6979 v0.4.0
27022026-08-22T02:27:36.679Z Checking prefix-trie v0.7.0
27032026-08-22T02:27:36.778Z Compiling hashbrown v0.14.5
27042026-08-22T02:27:36.941Z Compiling itertools v0.10.5
27052026-08-22T02:27:37.042Z Compiling ena v0.14.4
27062026-08-22T02:27:37.078Z Compiling libloading v0.8.9
27072026-08-22T02:27:37.291Z Compiling bindgen v0.71.1
27082026-08-22T02:27:37.328Z Compiling diff v0.1.13
27092026-08-22T02:27:37.368Z Compiling regex-syntax v0.6.29
27102026-08-22T02:27:37.562Z Compiling chumsky v0.9.3
27112026-08-22T02:27:37.751Z Checking hickory-server v0.25.2
27122026-08-22T02:27:38.015Z Compiling ecdsa v0.16.9
27132026-08-22T02:27:38.785Z Compiling lalrpop v0.19.12
27142026-08-22T02:27:38.893Z Checking sled v0.34.7
27152026-08-22T02:27:39.021Z Compiling cexpr v0.6.0
27162026-08-22T02:27:39.060Z Checking primeorder v0.13.6
27172026-08-22T02:27:39.285Z Checking diesel v2.3.7
27182026-08-22T02:27:39.340Z Checking nanorand v0.7.0
27192026-08-22T02:27:39.577Z Compiling rustc-hash v2.1.1
27202026-08-22T02:27:39.761Z Compiling p384 v0.13.1
27212026-08-22T02:27:39.796Z Checking flume v0.11.1
27222026-08-22T02:27:40.200Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-08-22T02:27:40.344Z Compiling knus v3.4.0
27242026-08-22T02:27:40.528Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27252026-08-22T02:27:40.840Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27262026-08-22T02:27:40.982Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-22T02:27:41.241Z Compiling libxml v0.3.3
27282026-08-22T02:27:41.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-08-22T02:27:41.309Z Checking assert_matches v1.5.0
27302026-08-22T02:27:41.413Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27312026-08-22T02:27:41.608Z Compiling strum_macros v0.24.3
27322026-08-22T02:27:41.644Z Compiling indoc v1.0.9
27332026-08-22T02:27:42.566Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-08-22T02:27:42.690Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-08-22T02:27:42.786Z Checking quick-xml v0.37.5
27362026-08-22T02:27:42.933Z Checking derive_builder v0.20.2
27372026-08-22T02:27:43.057Z Compiling oso-derive v0.27.3
27382026-08-22T02:27:43.093Z Compiling impl-trait-for-tuples v0.2.3
27392026-08-22T02:27:43.586Z Compiling trait-variant v0.1.2
27402026-08-22T02:27:43.669Z Checking openssl-probe v0.1.6
27412026-08-22T02:27:43.863Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27422026-08-22T02:27:44.188Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-22T02:27:44.254Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-08-22T02:27:44.683Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27452026-08-22T02:27:44.721Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27462026-08-22T02:27:44.923Z Checking corncobs v0.1.4
27472026-08-22T02:27:45.008Z Checking predicates-tree v1.0.13
27482026-08-22T02:27:45.046Z Compiling progenitor-impl v0.13.0
27492026-08-22T02:27:45.088Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27502026-08-22T02:27:45.158Z Checking secrecy v0.8.0
27512026-08-22T02:27:45.389Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-08-22T02:27:45.887Z Checking progenitor-client v0.13.0
27532026-08-22T02:27:46.134Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27542026-08-22T02:27:46.170Z Checking anstyle-parse v0.2.7
27552026-08-22T02:27:46.303Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27562026-08-22T02:27:46.359Z Checking anstream v0.6.21
27572026-08-22T02:27:46.529Z Checking bb8 v0.8.6
27582026-08-22T02:27:46.843Z Compiling mime_guess v2.0.5
27592026-08-22T02:27:46.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-08-22T02:27:47.162Z Checking ignore v0.4.25
27612026-08-22T02:27:47.425Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27622026-08-22T02:27:47.604Z Checking http-range v0.1.5
27632026-08-22T02:27:47.639Z Checking globwalk v0.9.1
27642026-08-22T02:27:47.683Z Compiling progenitor-macro v0.13.0
27652026-08-22T02:27:47.767Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27662026-08-22T02:27:47.960Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672026-08-22T02:27:48.339Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27682026-08-22T02:27:48.417Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27692026-08-22T02:27:49.011Z Checking digest-io v0.1.0
27702026-08-22T02:27:49.188Z Checking nonempty v0.12.0
27712026-08-22T02:27:49.396Z Checking rawzip v0.4.4
27722026-08-22T02:27:49.764Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27732026-08-22T02:27:49.889Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27742026-08-22T02:27:50.175Z Checking camino-tempfile-ext v0.3.3
27752026-08-22T02:27:50.384Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-22T02:27:50.422Z Checking hyper-staticfile v0.10.1
27772026-08-22T02:27:50.754Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-08-22T02:27:51.097Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27792026-08-22T02:27:51.198Z Checking signal-hook-tokio v0.3.1
27802026-08-22T02:27:51.369Z Compiling illumos-nvpair-sys v0.2.0
27812026-08-22T02:27:51.640Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-08-22T02:27:51.742Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27832026-08-22T02:27:51.867Z Checking scuffle v0.1.0
27842026-08-22T02:27:52.098Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27852026-08-22T02:27:52.169Z Checking illumos-nvpair v0.3.0
27862026-08-22T02:27:52.366Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27872026-08-22T02:27:52.462Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27882026-08-22T02:27:52.574Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27892026-08-22T02:27:52.710Z Checking progenitor v0.13.0
27902026-08-22T02:27:52.795Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27912026-08-22T02:27:52.799Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-08-22T02:27:52.890Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-22T02:27:53.076Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27942026-08-22T02:27:53.266Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27952026-08-22T02:27:53.472Z Checking diesel-dtrace v0.5.0
27962026-08-22T02:27:53.573Z Checking async-bb8-diesel v0.2.1
27972026-08-22T02:27:53.759Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27982026-08-22T02:27:53.968Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27992026-08-22T02:27:54.075Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28002026-08-22T02:27:54.450Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28012026-08-22T02:27:54.616Z Checking tungstenite v0.23.0
28022026-08-22T02:27:54.678Z Checking rand_seeder v0.4.0
28032026-08-22T02:27:54.718Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28042026-08-22T02:27:54.856Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28052026-08-22T02:27:55.077Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28062026-08-22T02:27:56.616Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28072026-08-22T02:27:56.715Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28082026-08-22T02:27:56.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28092026-08-22T02:27:57.105Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28102026-08-22T02:27:57.451Z Checking tokio-tungstenite v0.23.1
28112026-08-22T02:27:57.763Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28122026-08-22T02:27:57.864Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-22T02:27:58.096Z Checking void v1.0.2
28142026-08-22T02:27:58.209Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152026-08-22T02:27:58.245Z Checking lzss v0.8.2
28162026-08-22T02:27:58.279Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-08-22T02:27:58.413Z Checking nix v0.27.1
28182026-08-22T02:27:58.468Z Checking serde_bytes v0.11.19
28192026-08-22T02:27:58.471Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-08-22T02:27:58.955Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28212026-08-22T02:27:59.227Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-22T02:27:59.703Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232026-08-22T02:28:00.059Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242026-08-22T02:28:00.352Z Checking yansi v1.0.1
28252026-08-22T02:28:00.391Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28262026-08-22T02:28:00.427Z Checking cpubits v0.1.1
28272026-08-22T02:28:00.644Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-08-22T02:28:00.723Z Checking pretty_assertions v1.4.1
28292026-08-22T02:28:00.896Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28302026-08-22T02:28:00.981Z Checking pem-rfc7468 v1.0.0
28312026-08-22T02:28:01.185Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-22T02:28:01.462Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28332026-08-22T02:28:01.627Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-22T02:28:01.693Z Checking hmac v0.13.0
28352026-08-22T02:28:01.901Z Checking universal-hash v0.6.1
28362026-08-22T02:28:02.075Z Compiling libz-sys v1.1.24
28372026-08-22T02:28:02.445Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-22T02:28:02.491Z Compiling instability v0.3.11
28392026-08-22T02:28:02.725Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28402026-08-22T02:28:02.794Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28412026-08-22T02:28:02.867Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28422026-08-22T02:28:02.912Z Checking castaway v0.2.4
28432026-08-22T02:28:03.063Z Compiling indoc v2.0.7
28442026-08-22T02:28:03.149Z Checking compact_str v0.8.1
28452026-08-22T02:28:03.589Z Checking polyval v0.7.1
28462026-08-22T02:28:03.645Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-08-22T02:28:03.796Z Checking der v0.8.0
28482026-08-22T02:28:04.224Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28492026-08-22T02:28:04.312Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28502026-08-22T02:28:04.458Z Checking unicode-truncate v1.1.0
28512026-08-22T02:28:04.540Z Checking lru v0.12.5
28522026-08-22T02:28:04.577Z Compiling libgit2-sys v0.18.3+1.9.2
28532026-08-22T02:28:04.640Z Checking arc-swap v1.8.2
28542026-08-22T02:28:04.673Z Checking cassowary v0.3.0
28552026-08-22T02:28:04.827Z Checking ghash v0.6.0
28562026-08-22T02:28:04.900Z Checking slog-scope v4.4.1
28572026-08-22T02:28:04.938Z Checking ratatui v0.29.0
28582026-08-22T02:28:05.098Z Checking pbkdf2 v0.13.0
28592026-08-22T02:28:05.133Z Checking crypto-bigint v0.7.5
28602026-08-22T02:28:05.250Z Checking aes v0.9.1
28612026-08-22T02:28:05.685Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-22T02:28:06.282Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28632026-08-22T02:28:06.533Z Checking ctr v0.10.1
28642026-08-22T02:28:06.754Z Checking aead v0.6.1
28652026-08-22T02:28:06.937Z Checking cargo-platform v0.3.2
28662026-08-22T02:28:06.975Z Checking aes-gcm v0.11.0
28672026-08-22T02:28:07.149Z Checking cargo_metadata v0.23.1
28682026-08-22T02:28:07.184Z Checking slog-stdlog v4.1.1
28692026-08-22T02:28:07.344Z Checking spki v0.8.0
28702026-08-22T02:28:07.387Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-08-22T02:28:07.558Z Checking colored v2.2.0
28722026-08-22T02:28:07.794Z Checking salsa20 v0.11.0
28732026-08-22T02:28:07.934Z Checking console v0.16.2
28742026-08-22T02:28:07.980Z Compiling vergen-git2 v9.1.0
28752026-08-22T02:28:08.203Z Checking plotters-backend v0.3.7
28762026-08-22T02:28:08.277Z Checking unit-prefix v0.5.2
28772026-08-22T02:28:08.438Z Checking indicatif v0.18.4
28782026-08-22T02:28:08.441Z Checking plotters-svg v0.3.7
28792026-08-22T02:28:08.698Z Checking scrypt v0.12.0
28802026-08-22T02:28:08.797Z Checking slog-envlogger v2.2.0
28812026-08-22T02:28:08.849Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-08-22T02:28:08.904Z Checking cbc v0.2.1
28832026-08-22T02:28:08.983Z Checking libsw-core v0.3.2
28842026-08-22T02:28:09.090Z Checking cast v0.3.0
28852026-08-22T02:28:09.127Z Checking pkcs5 v0.8.1
28862026-08-22T02:28:09.176Z Checking libsw v3.5.0
28872026-08-22T02:28:09.279Z Checking criterion-plot v0.6.0
28882026-08-22T02:28:09.419Z Checking plotters v0.3.7
28892026-08-22T02:28:09.468Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28902026-08-22T02:28:09.559Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28912026-08-22T02:28:09.788Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28922026-08-22T02:28:10.015Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28932026-08-22T02:28:10.200Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28942026-08-22T02:28:10.248Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-22T02:28:10.426Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-08-22T02:28:10.463Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28972026-08-22T02:28:10.498Z Checking tinytemplate v1.2.1
28982026-08-22T02:28:10.651Z Checking anes v0.1.6
28992026-08-22T02:28:10.750Z Checking shell-words v1.1.1
29002026-08-22T02:28:10.865Z Checking oorandom v11.1.5
29012026-08-22T02:28:11.025Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29022026-08-22T02:28:11.043Z Checking criterion v0.7.0
29032026-08-22T02:28:11.345Z Checking pkcs8 v0.11.0
29042026-08-22T02:28:11.588Z Checking oxide-update-engine-display v0.1.2
29052026-08-22T02:28:11.947Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29062026-08-22T02:28:12.277Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29072026-08-22T02:28:12.514Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29082026-08-22T02:28:13.335Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29092026-08-22T02:28:14.206Z Checking tokio-test v0.4.5
29102026-08-22T02:28:14.456Z Checking ff v0.14.0
29112026-08-22T02:28:14.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-22T02:28:14.860Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-22T02:28:15.273Z Checking twox-hash v2.1.2
29142026-08-22T02:28:15.604Z Compiling petname v2.0.2
29152026-08-22T02:28:15.916Z Checking atty v0.2.14
29162026-08-22T02:28:16.051Z Checking arrayvec v0.7.6
29172026-08-22T02:28:16.127Z Checking arrayref v0.3.9
29182026-08-22T02:28:16.239Z Checking constant_time_eq v0.4.2
29192026-08-22T02:28:16.455Z Checking group v0.14.0
29202026-08-22T02:28:16.502Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29212026-08-22T02:28:16.645Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29222026-08-22T02:28:16.705Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-22T02:28:17.403Z Checking fatfs v0.3.6
29242026-08-22T02:28:17.504Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-22T02:28:17.686Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-22T02:28:17.737Z Checking signature v3.0.0
29272026-08-22T02:28:17.895Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29282026-08-22T02:28:17.931Z Checking base16ct v1.0.0
29292026-08-22T02:28:18.099Z Compiling seq-macro v0.3.6
29302026-08-22T02:28:18.625Z Checking sec1 v0.8.1
29312026-08-22T02:28:18.994Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29322026-08-22T02:28:19.037Z Checking hkdf v0.13.0
29332026-08-22T02:28:19.212Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-08-22T02:28:19.249Z Checking concurrent-queue v2.5.0
29352026-08-22T02:28:19.303Z Checking sapling-renderdag v0.1.0
29362026-08-22T02:28:19.412Z Checking sync-ptr v0.1.4
29372026-08-22T02:28:19.470Z Checking parking v2.2.1
29382026-08-22T02:28:19.566Z Checking elliptic-curve v0.14.1
29392026-08-22T02:28:19.604Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29402026-08-22T02:28:19.640Z Checking event-listener v5.4.1
29412026-08-22T02:28:19.824Z Compiling samael v0.0.19
29422026-08-22T02:28:19.885Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29432026-08-22T02:28:19.996Z Checking rtoolbox v0.0.3
29442026-08-22T02:28:20.151Z Checking event-listener-strategy v0.5.4
29452026-08-22T02:28:20.185Z Checking rpassword v7.5.4
29462026-08-22T02:28:20.318Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29472026-08-22T02:28:20.375Z Checking wnaf v0.14.0
29482026-08-22T02:28:20.578Z Checking primefield v0.14.0
29492026-08-22T02:28:20.820Z Checking rfc6979 v0.6.0
29502026-08-22T02:28:21.001Z Checking tui-tree-widget v0.23.1
29512026-08-22T02:28:21.225Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29522026-08-22T02:28:21.304Z Compiling blake3 v1.8.5
29532026-08-22T02:28:21.693Z Checking futures-timer v3.0.3
29542026-08-22T02:28:22.240Z Checking ecdsa v0.17.0
29552026-08-22T02:28:22.421Z Checking primeorder v0.14.0
29562026-08-22T02:28:22.675Z Checking async-lock v3.4.2
29572026-08-22T02:28:22.821Z Compiling curve25519-dalek v5.0.0
29582026-08-22T02:28:23.072Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29592026-08-22T02:28:23.109Z Checking async-object-pool v0.2.0
29602026-08-22T02:28:23.582Z Checking ssh-encoding v0.3.0
29612026-08-22T02:28:23.845Z Checking serde_regex v1.1.0
29622026-08-22T02:28:24.065Z Checking assert-json-diff v2.0.2
29632026-08-22T02:28:24.346Z Checking path-tree v0.8.3
29642026-08-22T02:28:24.506Z Checking keccak v0.2.0
29652026-08-22T02:28:24.710Z Checking topological-sort v0.2.2
29662026-08-22T02:28:24.882Z Checking stringmetrics v2.2.2
29672026-08-22T02:28:25.020Z Compiling strsim v0.10.0
29682026-08-22T02:28:25.070Z Checking httpmock v0.8.3
29692026-08-22T02:28:25.353Z Compiling darling_core v0.13.4
29702026-08-22T02:28:25.390Z Checking omicron-zone-package v0.12.3
29712026-08-22T02:28:26.303Z Checking ed25519 v3.0.0
29722026-08-22T02:28:26.544Z Checking pkcs1 v0.8.0-rc.4
29732026-08-22T02:28:26.671Z Checking crypto-primes v0.7.2
29742026-08-22T02:28:26.791Z Checking poly1305 v0.9.0
29752026-08-22T02:28:27.098Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-22T02:28:27.220Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29772026-08-22T02:28:27.275Z Checking blowfish v0.10.0
29782026-08-22T02:28:27.465Z Checking blake2 v0.11.0-rc.6
29792026-08-22T02:28:27.524Z Compiling target-lexicon v0.13.3
29802026-08-22T02:28:27.655Z Checking rsa v0.10.0-rc.18
29812026-08-22T02:28:27.759Z Checking argon2 v0.6.0-rc.8
29822026-08-22T02:28:27.880Z Checking bcrypt-pbkdf v0.11.0
29832026-08-22T02:28:28.076Z Compiling darling_macro v0.13.4
29842026-08-22T02:28:28.110Z Checking ssh-cipher v0.3.0
29852026-08-22T02:28:28.145Z Checking ed25519-dalek v3.0.0
29862026-08-22T02:28:28.180Z Checking sha3 v0.11.0
29872026-08-22T02:28:28.355Z Checking p256 v0.14.0
29882026-08-22T02:28:28.406Z Checking p521 v0.14.0
29892026-08-22T02:28:28.558Z Checking p384 v0.14.0
29902026-08-22T02:28:28.598Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29912026-08-22T02:28:28.860Z Checking kem v0.3.0
29922026-08-22T02:28:29.036Z Checking module-lattice v0.2.3
29932026-08-22T02:28:29.137Z Checking socket2 v0.5.10
29942026-08-22T02:28:29.296Z Checking hex-literal v0.4.1
29952026-08-22T02:28:29.423Z Checking sponge-cursor v0.1.0
29962026-08-22T02:28:29.457Z Compiling guppy-workspace-hack v0.1.0
29972026-08-22T02:28:29.591Z Checking sha3 v0.12.0
29982026-08-22T02:28:29.721Z Checking ml-kem v0.3.2
29992026-08-22T02:28:29.829Z Compiling darling v0.13.4
30002026-08-22T02:28:30.217Z Checking russh-cryptovec v0.62.0
30012026-08-22T02:28:30.412Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-08-22T02:28:30.505Z Checking internal-russh-num-bigint v0.5.0
30032026-08-22T02:28:30.631Z Checking num-bigint v0.4.6
30042026-08-22T02:28:31.069Z Checking russh-util v0.52.0
30052026-08-22T02:28:31.228Z Checking generic-array v1.4.3
30062026-08-22T02:28:31.444Z Checking ssh-key v0.7.0-rc.11
30072026-08-22T02:28:31.536Z Compiling enum_dispatch v0.3.13
30082026-08-22T02:28:31.575Z Compiling delegate v0.13.5
30092026-08-22T02:28:31.658Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30102026-08-22T02:28:32.099Z Compiling target-spec v3.5.7
30112026-08-22T02:28:32.339Z Checking hex-literal v1.1.0
30122026-08-22T02:28:32.398Z Checking md5 v0.8.0
30132026-08-22T02:28:32.505Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30142026-08-22T02:28:32.611Z Checking russh v0.62.4
30152026-08-22T02:28:32.721Z Checking cfg-expr v0.20.6
30162026-08-22T02:28:33.091Z Compiling git2 v0.20.4
30172026-08-22T02:28:33.152Z Compiling serde_with_macros v1.5.2
30182026-08-22T02:28:33.289Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30192026-08-22T02:28:33.663Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-22T02:28:33.878Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-08-22T02:28:34.028Z Checking internet-checksum v0.2.1
30222026-08-22T02:28:34.140Z Compiling serde_with v1.14.0
30232026-08-22T02:28:34.703Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-08-22T02:28:35.702Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30252026-08-22T02:28:35.795Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30262026-08-22T02:28:35.933Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30272026-08-22T02:28:35.997Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30282026-08-22T02:28:36.216Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30292026-08-22T02:28:36.253Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30302026-08-22T02:28:36.350Z Checking httptest v0.16.4
30312026-08-22T02:28:36.455Z Compiling polar-core v0.27.3
30322026-08-22T02:28:36.491Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30332026-08-22T02:28:36.494Z Checking pathdiff v0.2.3
30342026-08-22T02:28:36.562Z Checking nested v0.1.1
30352026-08-22T02:28:36.664Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30362026-08-22T02:28:36.729Z Checking guppy v0.17.25
30372026-08-22T02:28:36.763Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30382026-08-22T02:28:37.035Z Checking similar-asserts v1.7.0
30392026-08-22T02:28:37.108Z Compiling target-triple v1.0.0
30402026-08-22T02:28:37.219Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-08-22T02:28:37.469Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-08-22T02:28:37.765Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30432026-08-22T02:28:37.925Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30442026-08-22T02:28:38.040Z Checking hickory-client v0.25.2
30452026-08-22T02:28:38.358Z Checking supports-color v2.1.0
30462026-08-22T02:28:38.524Z Checking supports-unicode v2.1.0
30472026-08-22T02:28:38.560Z Checking supports-hyperlinks v2.1.0
30482026-08-22T02:28:38.676Z Checking textwrap v0.15.2
30492026-08-22T02:28:38.712Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-08-22T02:28:38.902Z Checking terminal_size v0.1.17
30512026-08-22T02:28:38.938Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30522026-08-22T02:28:38.973Z Compiling miette-derive v5.10.0
30532026-08-22T02:28:39.074Z Compiling fs-err v2.11.0
30542026-08-22T02:28:39.310Z Checking escape8259 v0.5.3
30552026-08-22T02:28:39.392Z Checking owo-colors v3.5.0
30562026-08-22T02:28:39.477Z Compiling assert_cmd v2.1.2
30572026-08-22T02:28:39.805Z Checking libtest-mimic v0.8.1
30582026-08-22T02:28:39.965Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30592026-08-22T02:28:40.123Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-22T02:28:40.158Z Checking miette v5.10.0
30612026-08-22T02:28:40.694Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30622026-08-22T02:28:40.833Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30632026-08-22T02:28:41.321Z Checking blake2b_simd v1.0.4
30642026-08-22T02:28:41.469Z Checking oso v0.27.3
30652026-08-22T02:28:41.576Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30662026-08-22T02:28:41.741Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30672026-08-22T02:28:41.962Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30682026-08-22T02:28:42.027Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30692026-08-22T02:28:42.194Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30702026-08-22T02:28:42.258Z Compiling knuffel-derive v3.2.0
30712026-08-22T02:28:42.431Z Checking fancy-regex v0.14.0
30722026-08-22T02:28:42.562Z Checking serde_tokenstream v0.2.3
30732026-08-22T02:28:42.842Z Checking approx v0.5.1
30742026-08-22T02:28:43.004Z Compiling rstest_macros v0.25.0
30752026-08-22T02:28:43.038Z Checking uzers v0.12.2
30762026-08-22T02:28:43.286Z Checking constant_time_eq v0.3.1
30772026-08-22T02:28:43.321Z Compiling linkme-impl v0.3.35
30782026-08-22T02:28:43.397Z Checking termcolor v1.4.1
30792026-08-22T02:28:43.431Z Checking rust-argon2 v2.1.0
30802026-08-22T02:28:43.666Z Checking trybuild v1.0.116
30812026-08-22T02:28:43.772Z Checking knuffel v3.2.0
30822026-08-22T02:28:43.844Z Checking datatest-stable v0.3.3
30832026-08-22T02:28:44.205Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30842026-08-22T02:28:44.243Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30852026-08-22T02:28:44.455Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30862026-08-22T02:28:44.490Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30872026-08-22T02:28:44.493Z Checking support-bundle-viewer v0.1.2
30882026-08-22T02:28:45.575Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30892026-08-22T02:28:45.579Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30902026-08-22T02:28:45.579Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30912026-08-22T02:28:45.579Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30922026-08-22T02:28:45.579Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30932026-08-22T02:28:45.579Z Checking drift v0.2.0
30942026-08-22T02:28:45.579Z Checking rand_distr v0.5.1
30952026-08-22T02:28:45.579Z Checking multimap v0.10.1
30962026-08-22T02:28:45.579Z Compiling linkme v0.3.35
30972026-08-22T02:28:45.579Z Checking parse-size v1.1.0
30982026-08-22T02:28:45.579Z Compiling relative-path v1.9.3
30992026-08-22T02:28:45.579Z Checking dropshot-api-manager v0.8.0
31002026-08-22T02:28:45.579Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31012026-08-22T02:28:45.888Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31022026-08-22T02:28:46.648Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31032026-08-22T02:28:47.119Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31042026-08-22T02:28:47.479Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-08-22T02:28:47.627Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31062026-08-22T02:28:47.698Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31072026-08-22T02:28:47.735Z Checking cargo_toml v0.21.0
31082026-08-22T02:28:48.209Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31092026-08-22T02:28:48.394Z Checking partial-io v0.5.4
31102026-08-22T02:28:48.450Z Checking termios v0.3.3
31112026-08-22T02:28:48.611Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31122026-08-22T02:28:49.064Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31132026-08-22T02:28:49.337Z Checking rstest v0.25.0
31142026-08-22T02:28:50.737Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31152026-08-22T02:28:54.158Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31162026-08-22T02:28:54.407Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31172026-08-22T02:28:56.118Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31182026-08-22T02:29:00.231Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31192026-08-22T02:29:02.078Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31202026-08-22T02:29:04.596Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31212026-08-22T02:29:09.625Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31222026-08-22T02:29:12.200Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31232026-08-22T02:29:13.992Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31242026-08-22T02:29:15.725Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31252026-08-22T02:29:19.457Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31262026-08-22T02:29:21.003Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31272026-08-22T02:29:22.196Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31282026-08-22T02:29:25.345Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31292026-08-22T02:29:30.318Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31302026-08-22T02:29:53.404Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31312026-08-22T02:30:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31322026-08-22T02:30:44.766Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31332026-08-22T02:30:44.766Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31342026-08-22T02:30:45.439Z
31352026-08-22T02:30:45.439Zreal 4:16.084994198
31362026-08-22T02:30:45.440Zuser 22:03.178607425
31372026-08-22T02:30:45.440Zsys 5:16.058280148
31382026-08-22T02:30:45.440Ztrap 0.529564635
31392026-08-22T02:30:45.440Ztflt 0.471582711
31402026-08-22T02:30:45.440Zdflt 0.525731320
31412026-08-22T02:30:45.440Zkflt 0.004799025
31422026-08-22T02:30:45.440Zlock 1:06:39.406440241
31432026-08-22T02:30:45.440Zslp 1:00:10.061847565
31442026-08-22T02:30:45.440Zlat 1:47.827807810
31452026-08-22T02:30:45.440Zstop 14:14.917872580
31462026-08-22T02:30:45.443Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31472026-08-22T02:30:45.443Z+ ptime -m cargo doc --workspace --no-deps
31482026-08-22T02:30:46.294Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31492026-08-22T02:30:46.294Z |
31502026-08-22T02:30:46.294Z = 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)`
31512026-08-22T02:30:46.294Z = 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>
31522026-08-22T02:30:47.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31532026-08-22T02:30:47.629Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31542026-08-22T02:30:47.676Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-08-22T02:30:47.741Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31562026-08-22T02:30:47.804Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31572026-08-22T02:30:47.913Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-08-22T02:30:47.942Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31592026-08-22T02:30:47.967Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31602026-08-22T02:30:47.996Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31612026-08-22T02:30:48.025Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-08-22T02:30:48.146Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31632026-08-22T02:30:48.215Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-08-22T02:30:48.241Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31652026-08-22T02:30:48.300Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31662026-08-22T02:30:48.327Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-08-22T02:30:48.349Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31682026-08-22T02:30:48.375Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-08-22T02:30:48.378Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31702026-08-22T02:30:48.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31712026-08-22T02:30:48.472Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-22T02:30:48.498Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-08-22T02:30:48.814Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31742026-08-22T02:30:48.929Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31752026-08-22T02:30:48.964Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31762026-08-22T02:30:48.988Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31772026-08-22T02:30:49.106Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-08-22T02:30:49.216Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31792026-08-22T02:30:49.258Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31802026-08-22T02:30:49.381Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31812026-08-22T02:30:49.480Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31822026-08-22T02:30:49.510Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31832026-08-22T02:30:49.586Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31842026-08-22T02:30:49.671Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31852026-08-22T02:30:49.897Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31862026-08-22T02:30:49.923Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31872026-08-22T02:30:49.946Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31882026-08-22T02:30:50.133Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31892026-08-22T02:30:50.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902026-08-22T02:30:50.184Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31912026-08-22T02:30:50.388Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31922026-08-22T02:30:50.456Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-22T02:30:50.631Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31942026-08-22T02:30:50.656Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-08-22T02:30:50.683Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31962026-08-22T02:30:50.721Z Checking scuffle v0.1.0
31972026-08-22T02:30:50.884Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982026-08-22T02:30:50.912Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31992026-08-22T02:30:51.008Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32002026-08-22T02:30:51.107Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-08-22T02:30:51.133Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32022026-08-22T02:30:51.156Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32032026-08-22T02:30:51.208Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32042026-08-22T02:30:51.319Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32052026-08-22T02:30:51.688Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32062026-08-22T02:30:52.004Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32072026-08-22T02:30:52.327Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-22T02:30:52.528Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32092026-08-22T02:30:52.754Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32102026-08-22T02:30:52.781Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32112026-08-22T02:30:52.875Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32122026-08-22T02:30:53.030Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32132026-08-22T02:30:53.056Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32142026-08-22T02:30:53.082Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32152026-08-22T02:30:53.174Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32162026-08-22T02:30:53.257Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32172026-08-22T02:30:53.361Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32182026-08-22T02:30:54.028Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32192026-08-22T02:30:54.254Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32202026-08-22T02:30:54.390Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32212026-08-22T02:30:54.451Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32222026-08-22T02:30:54.627Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32232026-08-22T02:30:54.740Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32242026-08-22T02:30:54.792Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32252026-08-22T02:30:54.792Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32262026-08-22T02:30:54.866Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32272026-08-22T02:30:54.896Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32282026-08-22T02:30:55.026Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32292026-08-22T02:30:55.051Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32302026-08-22T02:30:55.054Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32312026-08-22T02:30:55.136Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32322026-08-22T02:30:55.225Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32332026-08-22T02:30:55.251Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32342026-08-22T02:30:55.275Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32352026-08-22T02:30:55.523Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32362026-08-22T02:30:55.546Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32372026-08-22T02:30:55.549Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-08-22T02:30:55.596Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32392026-08-22T02:30:55.596Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32402026-08-22T02:30:55.599Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32412026-08-22T02:30:55.799Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32422026-08-22T02:30:55.876Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32432026-08-22T02:30:55.901Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32442026-08-22T02:30:55.938Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32452026-08-22T02:30:55.964Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32462026-08-22T02:30:56.124Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32472026-08-22T02:30:56.127Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32482026-08-22T02:30:56.172Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32492026-08-22T02:30:56.224Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32502026-08-22T02:30:56.248Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32512026-08-22T02:30:56.322Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32522026-08-22T02:30:56.373Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32532026-08-22T02:30:56.444Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32542026-08-22T02:30:56.535Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32552026-08-22T02:30:56.583Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32562026-08-22T02:30:56.766Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32572026-08-22T02:30:56.813Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-08-22T02:30:56.837Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32592026-08-22T02:30:57.381Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32602026-08-22T02:30:57.511Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-08-22T02:30:57.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32622026-08-22T02:30:57.899Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632026-08-22T02:30:58.675Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32642026-08-22T02:30:58.976Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32652026-08-22T02:30:59.229Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32662026-08-22T02:30:59.286Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32672026-08-22T02:31:00.327Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-08-22T02:31:00.648Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32692026-08-22T02:31:01.173Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32702026-08-22T02:31:01.394Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-08-22T02:31:01.503Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32722026-08-22T02:31:01.780Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-08-22T02:31:01.829Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32742026-08-22T02:31:02.004Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32752026-08-22T02:31:02.303Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32762026-08-22T02:31:02.903Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-08-22T02:31:03.067Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-08-22T02:31:03.102Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32792026-08-22T02:31:03.257Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32802026-08-22T02:31:03.615Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32812026-08-22T02:31:03.849Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-08-22T02:31:04.051Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32832026-08-22T02:31:04.356Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32842026-08-22T02:31:04.394Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-08-22T02:31:04.478Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32862026-08-22T02:31:05.174Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32872026-08-22T02:31:05.447Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32882026-08-22T02:31:05.776Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32892026-08-22T02:31:06.043Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32902026-08-22T02:31:06.805Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-08-22T02:31:06.851Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32922026-08-22T02:31:07.262Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32932026-08-22T02:31:07.586Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32942026-08-22T02:31:07.685Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32952026-08-22T02:31:07.926Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32962026-08-22T02:31:08.372Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-22T02:31:08.477Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32982026-08-22T02:31:08.993Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32992026-08-22T02:31:09.064Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33002026-08-22T02:31:09.537Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33012026-08-22T02:31:09.688Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33022026-08-22T02:31:10.343Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33032026-08-22T02:31:10.766Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33042026-08-22T02:31:10.862Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-08-22T02:31:11.306Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33062026-08-22T02:31:12.005Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-08-22T02:31:12.436Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33082026-08-22T02:31:15.601Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33092026-08-22T02:31:16.007Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33102026-08-22T02:31:16.124Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-22T02:31:17.567Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33122026-08-22T02:31:17.710Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33132026-08-22T02:31:18.836Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33142026-08-22T02:31:19.444Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33152026-08-22T02:31:19.515Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33162026-08-22T02:31:19.729Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33172026-08-22T02:31:20.735Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-08-22T02:31:20.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33192026-08-22T02:31:21.514Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33202026-08-22T02:31:22.589Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-08-22T02:31:22.627Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33222026-08-22T02:31:22.899Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33232026-08-22T02:31:23.147Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33242026-08-22T02:31:23.349Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33252026-08-22T02:31:23.462Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-08-22T02:31:23.620Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33272026-08-22T02:31:23.827Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33282026-08-22T02:31:23.869Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33292026-08-22T02:31:24.186Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33302026-08-22T02:31:24.664Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33312026-08-22T02:31:24.964Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33322026-08-22T02:31:24.990Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33332026-08-22T02:31:25.491Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33342026-08-22T02:31:25.517Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33352026-08-22T02:31:25.577Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33362026-08-22T02:31:25.728Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33372026-08-22T02:31:26.236Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33382026-08-22T02:31:26.307Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33392026-08-22T02:31:27.971Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33402026-08-22T02:31:28.099Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33412026-08-22T02:31:28.723Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33422026-08-22T02:31:30.793Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33432026-08-22T02:31:32.278Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33442026-08-22T02:31:32.843Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33452026-08-22T02:31:33.418Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33462026-08-22T02:31:35.596Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-22T02:31:36.545Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33482026-08-22T02:31:37.821Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33492026-08-22T02:31:38.312Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-08-22T02:31:39.269Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33512026-08-22T02:31:41.273Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33522026-08-22T02:31:41.810Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-22T02:31:43.379Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33542026-08-22T02:31:43.987Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33552026-08-22T02:31:44.458Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33562026-08-22T02:31:45.245Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33572026-08-22T02:31:47.582Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33582026-08-22T02:31:51.186Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33592026-08-22T02:31:51.828Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33602026-08-22T02:31:52.666Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33612026-08-22T02:31:53.582Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33622026-08-22T02:31:54.391Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33632026-08-22T02:31:55.191Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33642026-08-22T02:31:55.970Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33652026-08-22T02:31:57.788Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33662026-08-22T02:31:57.814Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33672026-08-22T02:31:59.054Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33682026-08-22T02:31:59.158Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-08-22T02:31:59.978Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33702026-08-22T02:32:01.036Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33712026-08-22T02:32:01.890Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33722026-08-22T02:32:04.960Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33732026-08-22T02:32:06.738Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33742026-08-22T02:32:07.446Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33752026-08-22T02:32:08.403Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33762026-08-22T02:32:09.265Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33772026-08-22T02:32:10.183Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33782026-08-22T02:32:12.099Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33792026-08-22T02:32:13.416Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33802026-08-22T02:32:14.334Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33812026-08-22T02:32:15.552Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33822026-08-22T02:32:16.452Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33832026-08-22T02:32:18.985Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33842026-08-22T02:32:21.232Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33852026-08-22T02:32:21.651Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33862026-08-22T02:32:22.664Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33872026-08-22T02:32:24.742Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33882026-08-22T02:32:25.951Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-08-22T02:32:27.617Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33902026-08-22T02:32:29.192Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33912026-08-22T02:32:30.899Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33922026-08-22T02:32:32.603Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-08-22T02:32:34.167Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-08-22T02:32:38.895Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33952026-08-22T02:32:39.057Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33962026-08-22T02:32:40.593Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33972026-08-22T02:32:40.976Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33982026-08-22T02:32:42.783Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33992026-08-22T02:32:44.698Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34002026-08-22T02:32:46.431Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34012026-08-22T02:32:48.484Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34022026-08-22T02:32:50.275Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34032026-08-22T02:32:52.258Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34042026-08-22T02:32:53.830Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34052026-08-22T02:32:55.585Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34062026-08-22T02:32:57.357Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34072026-08-22T02:32:59.148Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34082026-08-22T02:33:00.982Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34092026-08-22T02:33:02.732Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34102026-08-22T02:33:04.461Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34112026-08-22T02:33:06.159Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34122026-08-22T02:33:09.740Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-08-22T02:33:11.679Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34142026-08-22T02:33:13.459Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34152026-08-22T02:33:15.373Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34162026-08-22T02:33:17.047Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34172026-08-22T02:33:21.407Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34182026-08-22T02:33:23.075Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34192026-08-22T02:33:24.988Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34202026-08-22T02:33:26.795Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34212026-08-22T02:33:30.274Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34222026-08-22T02:33:31.306Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34232026-08-22T02:33:33.328Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34242026-08-22T02:33:35.833Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34252026-08-22T02:33:38.095Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34262026-08-22T02:33:40.510Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34272026-08-22T02:33:43.494Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34282026-08-22T02:33:45.344Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34292026-08-22T02:33:47.498Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34302026-08-22T02:33:50.408Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34312026-08-22T02:33:52.582Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-08-22T02:33:55.358Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-08-22T02:33:57.149Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34342026-08-22T02:33:59.630Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34352026-08-22T02:34:02.219Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34362026-08-22T02:34:04.626Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34372026-08-22T02:34:07.354Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34382026-08-22T02:34:09.880Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34392026-08-22T02:34:12.069Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34402026-08-22T02:34:14.809Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34412026-08-22T02:34:17.247Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34422026-08-22T02:34:19.794Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34432026-08-22T02:34:22.276Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34442026-08-22T02:34:24.851Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34452026-08-22T02:34:27.297Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34462026-08-22T02:34:29.702Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34472026-08-22T02:34:32.473Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-08-22T02:34:34.967Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-08-22T02:34:37.522Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34502026-08-22T02:34:40.001Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34512026-08-22T02:34:42.555Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34522026-08-22T02:34:45.213Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34532026-08-22T02:34:47.681Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34542026-08-22T02:34:50.332Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34552026-08-22T02:34:52.851Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34562026-08-22T02:34:55.468Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34572026-08-22T02:34:58.080Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34582026-08-22T02:35:00.648Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34592026-08-22T02:35:03.094Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34602026-08-22T02:35:05.714Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34612026-08-22T02:35:08.454Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34622026-08-22T02:35:10.977Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34632026-08-22T02:35:13.633Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34642026-08-22T02:35:16.201Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34652026-08-22T02:35:18.791Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34662026-08-22T02:35:21.510Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34672026-08-22T02:35:24.021Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34682026-08-22T02:35:26.480Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34692026-08-22T02:35:29.255Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34702026-08-22T02:35:32.526Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34712026-08-22T02:35:34.738Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34722026-08-22T02:35:37.435Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34732026-08-22T02:35:40.028Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34742026-08-22T02:35:42.684Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34752026-08-22T02:35:45.711Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34762026-08-22T02:35:48.475Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34772026-08-22T02:35:51.119Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34782026-08-22T02:35:53.829Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792026-08-22T02:35:56.656Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34802026-08-22T02:35:59.404Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34812026-08-22T02:36:02.237Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34822026-08-22T02:36:05.506Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34832026-08-22T02:36:08.066Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34842026-08-22T02:36:15.932Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34852026-08-22T02:36:16.412Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34862026-08-22T02:36:19.737Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34872026-08-22T02:36:23.329Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34882026-08-22T02:36:28.278Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34892026-08-22T02:36:31.295Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34902026-08-22T02:36:35.300Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34912026-08-22T02:36:39.130Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34922026-08-22T02:36:42.939Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34932026-08-22T02:36:46.780Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34942026-08-22T02:36:50.710Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34952026-08-22T02:36:54.660Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34962026-08-22T02:36:58.514Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34972026-08-22T02:37:02.362Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34982026-08-22T02:37:06.344Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34992026-08-22T02:37:10.221Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35002026-08-22T02:37:14.012Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35012026-08-22T02:37:17.934Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35022026-08-22T02:37:21.798Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35032026-08-22T02:37:25.659Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35042026-08-22T02:37:29.579Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35052026-08-22T02:37:33.439Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35062026-08-22T02:37:37.391Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35072026-08-22T02:37:41.217Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35082026-08-22T02:38:12.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 26s
35092026-08-22T02:38:12.174Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35102026-08-22T02:38:12.174Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35112026-08-22T02:38:12.339Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35122026-08-22T02:38:12.448Z
35132026-08-22T02:38:12.448Zreal 7:26.916804069
35142026-08-22T02:38:12.451Zuser 20:18.502354324
35152026-08-22T02:38:12.451Zsys 4:22.078349944
35162026-08-22T02:38:12.451Ztrap 0.298400150
35172026-08-22T02:38:12.451Ztflt 0.011563751
35182026-08-22T02:38:12.451Zdflt 0.033648684
35192026-08-22T02:38:12.451Zkflt 0.000053620
35202026-08-22T02:38:12.451Zlock 7:05:18.020347799
35212026-08-22T02:38:12.451Zslp 2:29:53.421640928
35222026-08-22T02:38:12.451Zlat 37.405490590
35232026-08-22T02:38:12.451Zstop 2:11.803255761
35242026-08-22T02:38:12.451Zprocess exited: duration 831917 ms, exit code 0
 
35252026-08-22T02:38:12.458Zfound 0 output files