01KWG0WSF61XNT19QSRQF2GSZW: clippy (helios)

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

Buildomat Job: 01KWG0XWFVKT6RXG6G2WKHJ3QE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T23:42:06.718Zjob assigned to worker 01KWG0Y03D1TTB2KKEGSMSHH84 [factory aws, i-0770df478c98e3c65] (queued for 48 s)
 
22026-07-01T23:42:18.944Zstarting task 0: "setup"
32026-07-01T23:42:19.022Z++ uname -s
42026-07-01T23:42:19.022Z+ kern=SunOS
52026-07-01T23:42:19.022Z+ build_user=build
62026-07-01T23:42:19.022Z+ build_uid=12345
72026-07-01T23:42:19.022Z+ work_dir=/work
82026-07-01T23:42:19.022Z+ input_dir=/input
92026-07-01T23:42:19.022Z+ [[ 0 == 12345 ]]
102026-07-01T23:42:19.022Z+ case "$kern" in
112026-07-01T23:42:19.022Z+ groupadd -g 12345 build
122026-07-01T23:42:19.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T23:42:22.171Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T23:42:22.354Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T23:42:22.354Z+ home_fs=zfs
162026-07-01T23:42:22.354Z+ [[ zfs == autofs ]]
172026-07-01T23:42:22.354Z+ mkdir -p /home/build
182026-07-01T23:42:22.354Z+ chown build:build /home/build /work
192026-07-01T23:42:23.024Z+ chmod 0700 /home/build /work
202026-07-01T23:42:23.049Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-01T23:42:23.146Zstarting task 1: "rust-toolchain"
222026-07-01T23:42:24.219Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T23:42:24.219Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T23:42:24.219Z * rust toolchain channel = "1.96.1"
252026-07-01T23:42:24.219Z * rust toolchain profile = "default"
262026-07-01T23:42:24.219Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T23:42:24.219Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T23:42:24.219Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T23:42:24.219Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T23:42:24.281Zinfo: downloading installer
312026-07-01T23:42:25.258Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T23:42:25.259Zwarn: /home/build/.rustup/settings.toml
332026-07-01T23:42:25.259Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T23:42:25.259Zwarn: instead of the one inferred from the default host triple.
352026-07-01T23:42:25.973Zinfo: profile set to default
362026-07-01T23:42:25.973Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T23:42:25.973Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T23:42:25.973Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T23:42:25.973Zinfo: downloading 6 components
402026-07-01T23:42:39.710Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T23:42:39.710Z
422026-07-01T23:42:39.764Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T23:42:39.764Z
442026-07-01T23:42:39.764Z
452026-07-01T23:42:39.764ZRust is installed now. Great!
462026-07-01T23:42:39.764Z
472026-07-01T23:42:39.764ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T23:42:39.764Zenvironment variable. This has not been done automatically.
492026-07-01T23:42:39.764Z
502026-07-01T23:42:39.765ZTo configure your current shell, you need to source
512026-07-01T23:42:39.765Zthe corresponding env file under $HOME/.cargo.
522026-07-01T23:42:39.765Z
532026-07-01T23:42:39.765ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T23:42:39.772Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T23:42:39.773Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T23:42:39.773Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T23:42:39.773Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T23:42:39.773Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T23:42:39.773Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T23:42:39.773Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T23:42:39.773Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T23:42:39.940Z+ rustup --version
632026-07-01T23:42:40.045Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T23:42:40.045Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T23:42:40.045Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T23:42:40.045Z+ cargo --version
672026-07-01T23:42:40.046Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T23:42:40.046Z+ rustc --version
692026-07-01T23:42:40.046Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T23:42:40.046Zprocess exited: duration 16798 ms, exit code 0
 
712026-07-01T23:42:40.119Zstarting task 2: "authentication"
722026-07-01T23:42:40.128ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-01T23:43:05.104Zprocess exited: duration 24974 ms, exit code 0
 
742026-07-01T23:43:05.202Zstarting task 3: "clone repository"
752026-07-01T23:43:05.230Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-01T23:43:05.230Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-01T23:43:05.269ZCloning into '/work/oxidecomputer/omicron'...
782026-07-01T23:43:15.509Z+ cd /work/oxidecomputer/omicron
792026-07-01T23:43:15.513Z+ git fetch origin 1468adb792651ea108413d39043eb0dbfc9451d7
802026-07-01T23:43:15.970ZFrom https://github.com/oxidecomputer/omicron
812026-07-01T23:43:15.970Z * branch 1468adb792651ea108413d39043eb0dbfc9451d7 -> FETCH_HEAD
822026-07-01T23:43:15.986Z+ [[ -n '' ]]
832026-07-01T23:43:15.986Z+ git reset --hard 1468adb792651ea108413d39043eb0dbfc9451d7
842026-07-01T23:43:16.224ZHEAD is now at 1468adb79 [update-status] Re-enable stuck saga reporting
852026-07-01T23:43:16.242Zprocess exited: duration 11018 ms, exit code 0
 
862026-07-01T23:43:16.291Zstarting task 4: "build"
872026-07-01T23:43:16.310Z+ source ./env.sh
882026-07-01T23:43:16.310Z++ OLD_SHELL_OPTS=ehxB
892026-07-01T23:43:16.310Z++ set -o xtrace
902026-07-01T23:43:16.330Z++++ dirname ./env.sh
912026-07-01T23:43:16.330Z+++ readlink -f .
922026-07-01T23:43:16.330Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-07-01T23:43:16.331Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-01T23:43:16.331Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-01T23:43:16.331Z++ 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
962026-07-01T23:43:16.331Z++ 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
972026-07-01T23:43:16.331Z++ 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
982026-07-01T23:43:16.331Z++ 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
992026-07-01T23:43:16.331Z++ 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
1002026-07-01T23:43:16.331Z++ 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
1012026-07-01T23:43:16.331Z++ 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
1022026-07-01T23:43:16.331Z++ 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
1032026-07-01T23:43:16.331Z++ case $OLD_SHELL_OPTS in
1042026-07-01T23:43:16.331Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-07-01T23:43:16.332Z+ source .github/buildomat/ci-env.sh
1062026-07-01T23:43:16.332Z++ export CARGO_TERM_COLOR=always
1072026-07-01T23:43:16.332Z++ CARGO_TERM_COLOR=always
1082026-07-01T23:43:16.332Z+ cargo --version
1092026-07-01T23:43:16.332Zcargo 1.96.1 (356927216 2026-06-26)
1102026-07-01T23:43:16.332Z+ rustc --version
1112026-07-01T23:43:16.346Zrustc 1.96.1 (31fca3adb 2026-06-26)
1122026-07-01T23:43:16.357Z+ banner prerequisites
1132026-07-01T23:43:16.357Z
1142026-07-01T23:43:16.357Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-07-01T23:43:16.357Z # # # # # # # # # # # # # # #
1162026-07-01T23:43:16.357Z # # # # ##### # # ##### # # # # # #### #
1172026-07-01T23:43:16.357Z ##### ##### # ##### # # # # # # # # #
1182026-07-01T23:43:16.357Z # # # # # # # # # # # # # # #
1192026-07-01T23:43:16.357Z # # # ###### # # ###### ### # #### # #### #
1202026-07-01T23:43:16.357Z
1212026-07-01T23:43:16.357Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1222026-07-01T23:43:17.870Z Startup: Refreshing catalog 'helios' ... Done
1232026-07-01T23:43:17.946Z Startup: Caching catalogs ... Done
1242026-07-01T23:43:18.446ZPlanning: Solver setup ... Done (0.447s)
1252026-07-01T23:43:18.469ZPlanning: Running solver ... Done (0.027s)
1262026-07-01T23:43:18.480ZPlanning: Finding local manifests ... Done (0.003s)
1272026-07-01T23:43:18.507ZPlanning: Fetching manifests: 0/2 0% complete
1282026-07-01T23:43:18.541ZPlanning: Fetching manifests: 2/2 100% complete
1292026-07-01T23:43:18.559ZPlanning: Package planning ... Done (0.016s)
1302026-07-01T23:43:18.563ZPlanning: Merging actions ... Done (0.001s)
1312026-07-01T23:43:18.742ZPlanning: Checking for conflicting actions ... Done (0.168s)
1322026-07-01T23:43:18.759ZPlanning: Consolidating action changes ... Done (0.001s)
1332026-07-01T23:43:19.524ZPlanning: Evaluating mediators ... Done (0.796s)
1342026-07-01T23:43:19.530ZPlanning: Planning completed in 1.56 seconds
1352026-07-01T23:43:19.540Z Packages to install: 2
1362026-07-01T23:43:19.540Z Estimated space available: 156.06 GB
1372026-07-01T23:43:19.540ZEstimated space to be consumed: 30.98 MB
1382026-07-01T23:43:19.540Z Create boot environment: No
1392026-07-01T23:43:19.540ZCreate backup boot environment: No
1402026-07-01T23:43:19.540Z Rebuild boot archive: No
1412026-07-01T23:43:19.540Z
1422026-07-01T23:43:19.540ZChanged packages:
1432026-07-01T23:43:19.540Zhelios
1442026-07-01T23:43:19.540Z developer/build-essential
1452026-07-01T23:43:19.540Z None -> 11-3.0
1462026-07-01T23:43:19.540Z library/libxmlsec1
1472026-07-01T23:43:19.540Z None -> 1.2.35-3.0
1482026-07-01T23:43:19.561Z
1492026-07-01T23:43:19.562ZDownload: 0/214 items 0.0/1.3MB 0% complete
1502026-07-01T23:43:20.046ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1512026-07-01T23:43:20.098Z Actions: 1/268 actions (Installing new actions)
1522026-07-01T23:43:20.136Z Actions: Completed 268 actions in 0.04 seconds.
1532026-07-01T23:43:20.148ZFinalize: Updating package state database ... Done (0.011s)
1542026-07-01T23:43:20.149ZFinalize: Updating package cache ... Done (0.000s)
1552026-07-01T23:43:20.180ZFinalize: Updating image state ... Done (0.031s)
1562026-07-01T23:43:22.588ZFinalize: Creating fast lookup database ... Done (2.372s)
1572026-07-01T23:43:22.648ZFinalize: Reading search index ... Done (0.013s)
1582026-07-01T23:43:22.658ZFinalize: Updating search index ... Done (0.000s)
1592026-07-01T23:43:22.726ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-01T23:43:23.044ZPlanning: Evaluating mediator changes ... Done
1612026-07-01T23:43:23.144ZPlanning: Checking for conflicting actions ... Done
1622026-07-01T23:43:23.151ZPlanning: Consolidating action changes ... Done
1632026-07-01T23:43:23.299ZPlanning: Evaluating mediators ... Done
1642026-07-01T23:43:23.303ZPlanning: Planning completed in 0.26 seconds
1652026-07-01T23:43:23.324Z Mediators to change: 2
1662026-07-01T23:43:23.324Z Create boot environment: No
1672026-07-01T23:43:23.324ZCreate backup boot environment: No
1682026-07-01T23:43:23.401ZFinalize: Updating package state database ... Done
1692026-07-01T23:43:23.402ZFinalize: Updating package cache ... Done
1702026-07-01T23:43:23.427ZFinalize: Updating image state ... Done
1712026-07-01T23:43:25.376ZFinalize: Creating fast lookup database ... Done
1722026-07-01T23:43:25.444ZFinalize: Reading search index ... Done
1732026-07-01T23:43:25.452ZFinalize: Updating search index ... Done
1742026-07-01T23:43:25.526ZFinalize: Updating package cache ... Done
1752026-07-01T23:43:25.816ZPlanning: Evaluating mediator changes ... Done
1762026-07-01T23:43:25.922ZPlanning: Checking for conflicting actions ... Done
1772026-07-01T23:43:25.928ZPlanning: Consolidating action changes ... Done
1782026-07-01T23:43:26.083ZPlanning: Evaluating mediators ... Done
1792026-07-01T23:43:26.091ZPlanning: Planning completed in 0.27 seconds
1802026-07-01T23:43:26.102Z Mediators to change: 1
1812026-07-01T23:43:26.102Z Create boot environment: No
1822026-07-01T23:43:26.102ZCreate backup boot environment: No
1832026-07-01T23:43:26.158ZFinalize: Updating package state database ... Done
1842026-07-01T23:43:26.158ZFinalize: Updating package cache ... Done
1852026-07-01T23:43:26.171ZFinalize: Updating image state ... Done
1862026-07-01T23:43:28.127ZFinalize: Creating fast lookup database ... Done
1872026-07-01T23:43:28.189ZFinalize: Reading search index ... Done
1882026-07-01T23:43:28.198ZFinalize: Updating search index ... Done
1892026-07-01T23:43:28.260ZFinalize: Updating package cache ... Done
1902026-07-01T23:43:28.572ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912026-07-01T23:43:28.572Zapache system 2.4 system
1922026-07-01T23:43:28.572Zclang system 15 system
1932026-07-01T23:43:28.572Zcsh system system illumos
1942026-07-01T23:43:28.572Zctags system system illumos
1952026-07-01T23:43:28.572Zfile vendor vendor darwinsys
1962026-07-01T23:43:28.572Zfile system system illumos
1972026-07-01T23:43:28.572Zgcc vendor 14 vendor
1982026-07-01T23:43:28.572Zgcc system 13 system
1992026-07-01T23:43:28.572Zgcc system 10 system
2002026-07-01T23:43:28.572Zgo system 1.25 system
2012026-07-01T23:43:28.572Zllvm system 15 system
2022026-07-01T23:43:28.572Zmariadb system 11.4 system
2032026-07-01T23:43:28.572Zmta vendor vendor dma
2042026-07-01T23:43:28.572Zopenjdk system 17 system
2052026-07-01T23:43:28.572Zopenjdk system 11 system
2062026-07-01T23:43:28.572Zopenssl vendor 3 vendor
2072026-07-01T23:43:28.572Zperl system 5.40 system
2082026-07-01T23:43:28.573Zpostgresql system 18 system
2092026-07-01T23:43:28.573Zpostgresql system 17 system
2102026-07-01T23:43:28.573Zpython vendor 3 vendor
2112026-07-01T23:43:28.573Zpython system 2 system
2122026-07-01T23:43:28.573Zpython3 vendor 3.13 vendor
2132026-07-01T23:43:28.573Zruby system 3.4 system
2142026-07-01T23:43:28.573Zruby system 3.0 system
2152026-07-01T23:43:28.573Zwords vendor vendor american-english
2162026-07-01T23:43:28.573Zwords system system australian-english
2172026-07-01T23:43:28.573Zwords system system british-english
2182026-07-01T23:43:28.573Zwords system system canadian-english
2192026-07-01T23:43:28.573Zwords system system french
2202026-07-01T23:43:28.573Zwords system system italian
2212026-07-01T23:43:28.573Zwords system system ngerman
2222026-07-01T23:43:28.573Zwords system system ogerman
2232026-07-01T23:43:28.573Zwords system system spanish
2242026-07-01T23:43:28.827ZPUBLISHER TYPE STATUS P LOCATION
2252026-07-01T23:43:28.827Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2262026-07-01T23:43:29.138ZFMRI IFO
2272026-07-01T23:43:29.138Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2282026-07-01T23:43:29.138Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2292026-07-01T23:43:29.138Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2302026-07-01T23:43:29.138Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2312026-07-01T23:43:29.138Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2322026-07-01T23:43:29.138Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2332026-07-01T23:43:29.138Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2342026-07-01T23:43:29.138Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2352026-07-01T23:43:29.138Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2362026-07-01T23:43:29.409Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372026-07-01T23:43:29.675Z Updating crates.io index
2382026-07-01T23:43:29.680Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392026-07-01T23:43:29.932Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-07-01T23:43:30.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-07-01T23:43:31.163Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-07-01T23:43:31.641Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-07-01T23:43:33.453Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-07-01T23:43:34.240Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-07-01T23:43:34.478Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-07-01T23:43:34.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472026-07-01T23:43:35.838Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482026-07-01T23:43:36.083Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-07-01T23:43:36.408Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502026-07-01T23:43:36.671Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-07-01T23:43:37.156Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-07-01T23:43:37.632Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-07-01T23:43:38.265Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-07-01T23:43:38.391Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552026-07-01T23:43:38.629Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2562026-07-01T23:43:38.938Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-07-01T23:43:39.336Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582026-07-01T23:43:39.407Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592026-07-01T23:43:39.689Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-01T23:43:40.120Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-07-01T23:43:40.421Z Updating git repository `https://github.com/oxidecomputer/erebor`
2622026-07-01T23:43:40.657Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2632026-07-01T23:43:41.081Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2642026-07-01T23:43:41.348Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2652026-07-01T23:43:41.672Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662026-07-01T23:43:41.940Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-07-01T23:43:42.222Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682026-07-01T23:43:42.542Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-07-01T23:43:42.916Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702026-07-01T23:43:43.161Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-07-01T23:43:43.457Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-07-01T23:43:43.722Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2732026-07-01T23:43:44.019Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2742026-07-01T23:43:44.283Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752026-07-01T23:43:44.528Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762026-07-01T23:43:44.783Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772026-07-01T23:43:45.039Z Updating git repository `https://github.com/illumos/smf-rs`
2782026-07-01T23:43:48.003Z Downloading crates ...
2792026-07-01T23:43:48.055Z Downloaded fastrand v2.3.0
2802026-07-01T23:43:48.062Z Downloaded anstyle v1.0.14
2812026-07-01T23:43:48.066Z Downloaded digest v0.10.7
2822026-07-01T23:43:48.069Z Downloaded papergrid v0.11.0
2832026-07-01T23:43:48.072Z Downloaded semver v1.0.28
2842026-07-01T23:43:48.075Z Downloaded fs-err v3.3.0
2852026-07-01T23:43:48.078Z Downloaded block-buffer v0.10.4
2862026-07-01T23:43:48.081Z Downloaded memmap v0.7.0
2872026-07-01T23:43:48.084Z Downloaded anstyle-query v1.1.5
2882026-07-01T23:43:48.084Z Downloaded zerocopy-derive v0.7.35
2892026-07-01T23:43:48.086Z Downloaded textwrap v0.16.2
2902026-07-01T23:43:48.091Z Downloaded zmij v1.0.21
2912026-07-01T23:43:48.091Z Downloaded colorchoice v1.0.4
2922026-07-01T23:43:48.093Z Downloaded zerocopy v0.7.35
2932026-07-01T23:43:48.098Z Downloaded heck v0.5.0
2942026-07-01T23:43:48.101Z Downloaded dof v0.3.0
2952026-07-01T23:43:48.101Z Downloaded cfg-if v1.0.4
2962026-07-01T23:43:48.101Z Downloaded bitflags v2.11.0
2972026-07-01T23:43:48.104Z Downloaded plain v0.2.3
2982026-07-01T23:43:48.104Z Downloaded macaddr v1.0.1
2992026-07-01T23:43:48.107Z Downloaded cargo_toml v0.21.0
3002026-07-01T23:43:48.107Z Downloaded anstream v1.0.0
3012026-07-01T23:43:48.107Z Downloaded thiserror-impl v1.0.69
3022026-07-01T23:43:48.110Z Downloaded camino-tempfile v1.4.1
3032026-07-01T23:43:48.110Z Downloaded generic-array v0.14.7
3042026-07-01T23:43:48.111Z Downloaded cargo_metadata v0.23.1
3052026-07-01T23:43:48.114Z Downloaded errno v0.3.14
3062026-07-01T23:43:48.114Z Downloaded clap_lex v1.0.0
3072026-07-01T23:43:48.114Z Downloaded itoa v1.0.17
3082026-07-01T23:43:48.119Z Downloaded cpufeatures v0.2.17
3092026-07-01T23:43:48.125Z Downloaded dtrace-parser v0.2.0
3102026-07-01T23:43:48.125Z Downloaded byteorder v1.5.0
3112026-07-01T23:43:48.134Z Downloaded equivalent v1.0.2
3122026-07-01T23:43:48.134Z Downloaded crypto-common v0.1.7
3132026-07-01T23:43:48.134Z Downloaded swrite v0.1.0
3142026-07-01T23:43:48.134Z Downloaded heck v0.4.1
3152026-07-01T23:43:48.137Z Downloaded anstyle-parse v1.0.0
3162026-07-01T23:43:48.137Z Downloaded camino v1.2.2
3172026-07-01T23:43:48.137Z Downloaded anyhow v1.0.102
3182026-07-01T23:43:48.137Z Downloaded bytecount v0.6.9
3192026-07-01T23:43:48.137Z Downloaded thread-id v4.2.2
3202026-07-01T23:43:48.137Z Downloaded is_terminal_polyfill v1.70.2
3212026-07-01T23:43:48.137Z Downloaded autocfg v1.5.0
3222026-07-01T23:43:48.140Z Downloaded cargo-platform v0.3.2
3232026-07-01T23:43:48.143Z Downloaded clap v4.6.1
3242026-07-01T23:43:48.145Z Downloaded proc-macro-error-attr v1.0.4
3252026-07-01T23:43:48.153Z Downloaded serde_spanned v0.6.9
3262026-07-01T23:43:48.156Z Downloaded fnv v1.0.7
3272026-07-01T23:43:48.156Z Downloaded version_check v0.9.5
3282026-07-01T23:43:48.162Z Downloaded toml_datetime v0.6.11
3292026-07-01T23:43:48.164Z Downloaded pretty-hex v0.4.1
3302026-07-01T23:43:48.169Z Downloaded smawk v0.3.2
3312026-07-01T23:43:48.172Z Downloaded terminal_size v0.4.3
3322026-07-01T23:43:48.175Z Downloaded unicode-linebreak v0.1.5
3332026-07-01T23:43:48.178Z Downloaded usdt-attr-macro v0.5.0
3342026-07-01T23:43:48.182Z Downloaded scroll_derive v0.12.1
3352026-07-01T23:43:48.185Z Downloaded strsim v0.11.1
3362026-07-01T23:43:48.188Z Downloaded toml_write v0.1.2
3372026-07-01T23:43:48.188Z Downloaded usdt-macro v0.5.0
3382026-07-01T23:43:48.188Z Downloaded usdt v0.5.0
3392026-07-01T23:43:48.194Z Downloaded once_cell v1.21.3
3402026-07-01T23:43:48.197Z Downloaded utf8parse v0.2.2
3412026-07-01T23:43:48.197Z Downloaded tabled_derive v0.7.0
3422026-07-01T23:43:48.206Z Downloaded usdt-impl v0.5.0
3432026-07-01T23:43:48.212Z Downloaded thiserror-impl v2.0.18
3442026-07-01T23:43:48.216Z Downloaded thiserror v1.0.69
3452026-07-01T23:43:48.228Z Downloaded thiserror v2.0.18
3462026-07-01T23:43:48.231Z Downloaded scroll v0.12.0
3472026-07-01T23:43:48.238Z Downloaded quote v1.0.45
3482026-07-01T23:43:48.250Z Downloaded clap_derive v4.6.1
3492026-07-01T23:43:48.254Z Downloaded serde_tokenstream v0.2.3
3502026-07-01T23:43:48.256Z Downloaded proc-macro-error v1.0.4
3512026-07-01T23:43:48.262Z Downloaded toml v0.8.23
3522026-07-01T23:43:48.268Z Downloaded pest_generator v2.8.6
3532026-07-01T23:43:48.284Z Downloaded sha2 v0.10.9
3542026-07-01T23:43:48.288Z Downloaded tempfile v3.25.0
3552026-07-01T23:43:48.288Z Downloaded pest_derive v2.8.6
3562026-07-01T23:43:48.292Z Downloaded serde_core v1.0.228
3572026-07-01T23:43:48.296Z Downloaded unicode-ident v1.0.24
3582026-07-01T23:43:48.296Z Downloaded serde_derive v1.0.228
3592026-07-01T23:43:48.296Z Downloaded log v0.4.29
3602026-07-01T23:43:48.305Z Downloaded proc-macro2 v1.0.106
3612026-07-01T23:43:48.308Z Downloaded ucd-trie v0.1.7
3622026-07-01T23:43:48.311Z Downloaded memchr v2.8.0
3632026-07-01T23:43:48.322Z Downloaded pest_meta v2.8.6
3642026-07-01T23:43:48.333Z Downloaded getrandom v0.4.1
3652026-07-01T23:43:48.342Z Downloaded toml_edit v0.22.27
3662026-07-01T23:43:48.345Z Downloaded serde v1.0.228
3672026-07-01T23:43:48.354Z Downloaded indexmap v2.14.0
3682026-07-01T23:43:48.368Z Downloaded typenum v1.20.1
3692026-07-01T23:43:48.400Z Downloaded pest v2.8.6
3702026-07-01T23:43:48.413Z Downloaded clap_builder v4.6.0
3712026-07-01T23:43:48.421Z Downloaded serde_json v1.0.150
3722026-07-01T23:43:48.424Z Downloaded hashbrown v0.17.0
3732026-07-01T23:43:48.441Z Downloaded goblin v0.8.2
3742026-07-01T23:43:48.460Z Downloaded winnow v0.7.14
3752026-07-01T23:43:48.488Z Downloaded tabled v0.15.0
3762026-07-01T23:43:48.493Z Downloaded syn v1.0.109
3772026-07-01T23:43:48.499Z Downloaded unicode-width v0.2.0
3782026-07-01T23:43:48.499Z Downloaded unicode-width v0.1.14
3792026-07-01T23:43:48.504Z Downloaded syn v2.0.117
3802026-07-01T23:43:48.521Z Downloaded rustix v1.1.3
3812026-07-01T23:43:48.556Z Downloaded libc v0.2.185
3822026-07-01T23:43:48.620Z Compiling proc-macro2 v1.0.106
3832026-07-01T23:43:48.620Z Compiling quote v1.0.45
3842026-07-01T23:43:48.622Z Compiling unicode-ident v1.0.24
3852026-07-01T23:43:48.623Z Compiling serde_core v1.0.228
3862026-07-01T23:43:48.623Z Compiling libc v0.2.185
3872026-07-01T23:43:48.623Z Compiling version_check v0.9.5
3882026-07-01T23:43:48.623Z Compiling memchr v2.8.0
3892026-07-01T23:43:48.623Z Compiling serde v1.0.228
3902026-07-01T23:43:48.936Z Compiling zmij v1.0.21
3912026-07-01T23:43:49.192Z Compiling thiserror v1.0.69
3922026-07-01T23:43:49.271Z Compiling itoa v1.0.17
3932026-07-01T23:43:49.456Z Compiling ucd-trie v0.1.7
3942026-07-01T23:43:49.489Z Compiling byteorder v1.5.0
3952026-07-01T23:43:49.577Z Compiling rustix v1.1.3
3962026-07-01T23:43:49.667Z Compiling pest v2.8.6
3972026-07-01T23:43:49.718Z Compiling errno v0.3.14
3982026-07-01T23:43:49.721Z Compiling bitflags v2.11.0
3992026-07-01T23:43:49.951Z Compiling serde_json v1.0.150
4002026-07-01T23:43:50.121Z Compiling syn v2.0.117
4012026-07-01T23:43:50.178Z Compiling thread-id v4.2.2
4022026-07-01T23:43:50.195Z Compiling usdt-impl v0.5.0
4032026-07-01T23:43:50.263Z Compiling proc-macro-error-attr v1.0.4
4042026-07-01T23:43:50.324Z Compiling syn v1.0.109
4052026-07-01T23:43:50.428Z Compiling camino v1.2.2
4062026-07-01T23:43:50.676Z Compiling proc-macro-error v1.0.4
4072026-07-01T23:43:50.711Z Compiling pest_meta v2.8.6
4082026-07-01T23:43:50.818Z Compiling utf8parse v0.2.2
4092026-07-01T23:43:50.871Z Compiling equivalent v1.0.2
4102026-07-01T23:43:50.904Z Compiling getrandom v0.4.1
4112026-07-01T23:43:50.961Z Compiling log v0.4.29
4122026-07-01T23:43:51.077Z Compiling plain v0.2.3
4132026-07-01T23:43:51.158Z Compiling hashbrown v0.17.0
4142026-07-01T23:43:51.196Z Compiling terminal_size v0.4.3
4152026-07-01T23:43:51.356Z Compiling anstyle-parse v1.0.0
4162026-07-01T23:43:51.704Z Compiling indexmap v2.14.0
4172026-07-01T23:43:51.859Z Compiling anstyle-query v1.1.5
4182026-07-01T23:43:51.960Z Compiling winnow v0.7.14
4192026-07-01T23:43:51.964Z Compiling cfg-if v1.0.4
4202026-07-01T23:43:51.996Z Compiling thiserror v2.0.18
4212026-07-01T23:43:52.052Z Compiling pretty-hex v0.4.1
4222026-07-01T23:43:52.199Z Compiling toml_write v0.1.2
4232026-07-01T23:43:52.305Z Compiling anstyle v1.0.14
4242026-07-01T23:43:52.337Z Compiling colorchoice v1.0.4
4252026-07-01T23:43:52.350Z Compiling pest_generator v2.8.6
4262026-07-01T23:43:52.364Z Compiling is_terminal_polyfill v1.70.2
4272026-07-01T23:43:52.402Z Compiling autocfg v1.5.0
4282026-07-01T23:43:52.529Z Compiling anstream v1.0.0
4292026-07-01T23:43:52.770Z Compiling fastrand v2.3.0
4302026-07-01T23:43:52.838Z Compiling fs-err v3.3.0
4312026-07-01T23:43:52.841Z Compiling fnv v1.0.7
4322026-07-01T23:43:52.956Z Compiling heck v0.4.1
4332026-07-01T23:43:52.974Z Compiling clap_lex v1.0.0
4342026-07-01T23:43:53.032Z Compiling once_cell v1.21.3
4352026-07-01T23:43:53.050Z Compiling bytecount v0.6.9
4362026-07-01T23:43:53.053Z Compiling strsim v0.11.1
4372026-07-01T23:43:53.199Z Compiling unicode-width v0.1.14
4382026-07-01T23:43:53.254Z Compiling anyhow v1.0.102
4392026-07-01T23:43:53.295Z Compiling heck v0.5.0
4402026-07-01T23:43:53.312Z Compiling tempfile v3.25.0
4412026-07-01T23:43:53.500Z Compiling papergrid v0.11.0
4422026-07-01T23:43:53.520Z Compiling clap_builder v4.6.0
4432026-07-01T23:43:53.539Z Compiling tabled_derive v0.7.0
4442026-07-01T23:43:53.545Z Compiling cargo-platform v0.3.2
4452026-07-01T23:43:53.643Z Compiling semver v1.0.28
4462026-07-01T23:43:53.695Z Compiling memmap v0.7.0
4472026-07-01T23:43:53.816Z Compiling unicode-linebreak v0.1.5
4482026-07-01T23:43:53.839Z Compiling smawk v0.3.2
4492026-07-01T23:43:53.889Z Compiling unicode-width v0.2.0
4502026-07-01T23:43:54.025Z Compiling serde_derive v1.0.228
4512026-07-01T23:43:54.072Z Compiling thiserror-impl v1.0.69
4522026-07-01T23:43:54.176Z Compiling zerocopy-derive v0.7.35
4532026-07-01T23:43:54.288Z Compiling pest_derive v2.8.6
4542026-07-01T23:43:54.351Z Compiling scroll_derive v0.12.1
4552026-07-01T23:43:54.571Z Compiling thiserror-impl v2.0.18
4562026-07-01T23:43:54.770Z Compiling clap_derive v4.6.1
4572026-07-01T23:43:54.959Z Compiling tabled v0.15.0
4582026-07-01T23:43:55.063Z Compiling scroll v0.12.0
4592026-07-01T23:43:55.076Z Compiling zerocopy v0.7.35
4602026-07-01T23:43:55.347Z Compiling goblin v0.8.2
4612026-07-01T23:43:55.490Z Compiling dtrace-parser v0.2.0
4622026-07-01T23:43:55.637Z Compiling textwrap v0.16.2
4632026-07-01T23:43:56.051Z Compiling camino-tempfile v1.4.1
4642026-07-01T23:43:56.099Z Compiling swrite v0.1.0
4652026-07-01T23:43:56.535Z Compiling clap v4.6.1
4662026-07-01T23:43:57.197Z Compiling serde_spanned v0.6.9
4672026-07-01T23:43:57.197Z Compiling toml_datetime v0.6.11
4682026-07-01T23:43:57.197Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4692026-07-01T23:43:57.207Z Compiling macaddr v1.0.1
4702026-07-01T23:43:57.207Z Compiling cargo_metadata v0.23.1
4712026-07-01T23:43:57.287Z Compiling dof v0.3.0
4722026-07-01T23:43:57.294Z Compiling serde_tokenstream v0.2.3
4732026-07-01T23:43:57.395Z Compiling toml_edit v0.22.27
4742026-07-01T23:43:58.047Z Compiling usdt-attr-macro v0.5.0
4752026-07-01T23:43:58.047Z Compiling usdt-macro v0.5.0
4762026-07-01T23:43:58.672Z Compiling usdt v0.5.0
4772026-07-01T23:43:58.789Z Compiling toml v0.8.23
4782026-07-01T23:43:59.127Z Compiling cargo_toml v0.21.0
4792026-07-01T23:44:00.395Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4802026-07-01T23:44:02.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.10s
4812026-07-01T23:44:02.542Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4822026-07-01T23:44:03.039Z Downloading crates ...
4832026-07-01T23:44:03.137Z Downloaded adler2 v2.0.1
4842026-07-01T23:44:03.146Z Downloaded backoff v0.4.0
4852026-07-01T23:44:03.146Z Downloaded arrayref v0.3.9
4862026-07-01T23:44:03.146Z Downloaded arrayvec v0.7.6
4872026-07-01T23:44:03.151Z Downloaded ciborium-io v0.2.2
4882026-07-01T23:44:03.151Z Downloaded async-stream v0.3.6
4892026-07-01T23:44:03.151Z Downloaded assert_matches v1.5.0
4902026-07-01T23:44:03.151Z Downloaded argon2 v0.6.0-rc.8
4912026-07-01T23:44:03.151Z Downloaded colored v2.2.0
4922026-07-01T23:44:03.158Z Downloaded cookie v0.18.1
4932026-07-01T23:44:03.166Z Downloaded array-init v0.0.4
4942026-07-01T23:44:03.171Z Downloaded base16ct v0.2.0
4952026-07-01T23:44:03.171Z Downloaded crossbeam-deque v0.8.6
4962026-07-01T23:44:03.171Z Downloaded aead v0.5.2
4972026-07-01T23:44:03.171Z Downloaded atty v0.2.14
4982026-07-01T23:44:03.171Z Downloaded crc v3.4.0
4992026-07-01T23:44:03.176Z Downloaded anstream v0.6.21
5002026-07-01T23:44:03.176Z Downloaded argon2 v0.5.3
5012026-07-01T23:44:03.176Z Downloaded crossbeam-utils v0.8.21
5022026-07-01T23:44:03.180Z Downloaded crypto-common v0.2.2
5032026-07-01T23:44:03.180Z Downloaded crucible-workspace-hack v0.1.0
5042026-07-01T23:44:03.181Z Downloaded base16ct v1.0.0
5052026-07-01T23:44:03.185Z Downloaded async-trait v0.1.89
5062026-07-01T23:44:03.185Z Downloaded crossterm v0.28.1
5072026-07-01T23:44:03.193Z Downloaded defmt-parser v1.0.0
5082026-07-01T23:44:03.193Z Downloaded backon v1.6.0
5092026-07-01T23:44:03.202Z Downloaded cpufeatures v0.3.0
5102026-07-01T23:44:03.202Z Downloaded crossbeam-epoch v0.9.18
5112026-07-01T23:44:03.202Z Downloaded critical-section v1.2.0
5122026-07-01T23:44:03.202Z Downloaded async-stream-impl v0.3.6
5132026-07-01T23:44:03.202Z Downloaded darling_macro v0.20.11
5142026-07-01T23:44:03.203Z Downloaded debug-ignore v1.0.5
5152026-07-01T23:44:03.203Z Downloaded crc-catalog v2.4.0
5162026-07-01T23:44:03.203Z Downloaded async-recursion v1.1.1
5172026-07-01T23:44:03.212Z Downloaded darling v0.13.4
5182026-07-01T23:44:03.212Z Downloaded crossbeam-channel v0.5.15
5192026-07-01T23:44:03.212Z Downloaded curve25519-dalek-derive v0.1.1
5202026-07-01T23:44:03.212Z Downloaded async-bb8-diesel v0.2.1
5212026-07-01T23:44:03.212Z Downloaded ascii-canvas v3.0.0
5222026-07-01T23:44:03.212Z Downloaded bit-set v0.5.3
5232026-07-01T23:44:03.224Z Downloaded ctutils v0.4.2
5242026-07-01T23:44:03.224Z Downloaded atomic-waker v1.1.2
5252026-07-01T23:44:03.224Z Downloaded anstyle-parse v0.2.7
5262026-07-01T23:44:03.224Z Downloaded darling v0.20.11
5272026-07-01T23:44:03.224Z Downloaded crossterm v0.29.0
5282026-07-01T23:44:03.234Z Downloaded derive_builder_macro v0.20.2
5292026-07-01T23:44:03.234Z Downloaded compression-core v0.4.31
5302026-07-01T23:44:03.234Z Downloaded cfg_aliases v0.1.1
5312026-07-01T23:44:03.234Z Downloaded derive-ex v0.1.8
5322026-07-01T23:44:03.234Z Downloaded defmt v0.3.100
5332026-07-01T23:44:03.234Z Downloaded bitfield-struct v0.6.2
5342026-07-01T23:44:03.234Z Downloaded cfg_aliases v0.2.1
5352026-07-01T23:44:03.234Z Downloaded convert_case v0.4.0
5362026-07-01T23:44:03.234Z Downloaded base64ct v1.8.3
5372026-07-01T23:44:03.234Z Downloaded atomicwrites v0.4.4
5382026-07-01T23:44:03.238Z Downloaded cstr-argument v0.1.2
5392026-07-01T23:44:03.238Z Downloaded bb8 v0.8.6
5402026-07-01T23:44:03.239Z Downloaded darling_macro v0.23.0
5412026-07-01T23:44:03.239Z Downloaded crunchy v0.2.4
5422026-07-01T23:44:03.248Z Downloaded difflib v0.4.0
5432026-07-01T23:44:03.248Z Downloaded bit-set v0.8.0
5442026-07-01T23:44:03.248Z Downloaded darling_macro v0.13.4
5452026-07-01T23:44:03.252Z Downloaded darling_macro v0.21.3
5462026-07-01T23:44:03.252Z Downloaded cpubits v0.1.1
5472026-07-01T23:44:03.253Z Downloaded downcast-rs v2.0.2
5482026-07-01T23:44:03.253Z Downloaded dof v0.4.0
5492026-07-01T23:44:03.253Z Downloaded block-buffer v0.12.1
5502026-07-01T23:44:03.257Z Downloaded bcrypt-pbkdf v0.11.0
5512026-07-01T23:44:03.262Z Downloaded cobs v0.3.0
5522026-07-01T23:44:03.273Z Downloaded endian-type v0.1.2
5532026-07-01T23:44:03.273Z Downloaded block-padding v0.4.2
5542026-07-01T23:44:03.273Z Downloaded bitfield-macros v0.19.4
5552026-07-01T23:44:03.273Z Downloaded display-error-chain v0.2.2
5562026-07-01T23:44:03.279Z Downloaded enum-as-inner v0.6.1
5572026-07-01T23:44:03.279Z Downloaded ciborium-ll v0.2.2
5582026-07-01T23:44:03.279Z Downloaded dunce v1.0.5
5592026-07-01T23:44:03.279Z Downloaded document-features v0.2.12
5602026-07-01T23:44:03.279Z Downloaded aead v0.6.1
5612026-07-01T23:44:03.279Z Downloaded dsl_auto_type v0.2.0
5622026-07-01T23:44:03.289Z Downloaded constant_time_eq v0.4.2
5632026-07-01T23:44:03.289Z Downloaded dirs-next v2.0.0
5642026-07-01T23:44:03.289Z Downloaded embedded-io v0.4.0
5652026-07-01T23:44:03.289Z Downloaded dirs-sys-next v0.1.2
5662026-07-01T23:44:03.289Z Downloaded diesel_table_macro_syntax v0.3.0
5672026-07-01T23:44:03.289Z Downloaded ahash v0.8.12
5682026-07-01T23:44:03.299Z Downloaded env_filter v1.0.0
5692026-07-01T23:44:03.299Z Downloaded crc8 v0.1.1
5702026-07-01T23:44:03.299Z Downloaded dropshot-api-manager-types v0.7.2
5712026-07-01T23:44:03.299Z Downloaded fd-lock v4.0.4
5722026-07-01T23:44:03.306Z Downloaded fixedbitset v0.4.2
5732026-07-01T23:44:03.306Z Downloaded flagset v0.4.7
5742026-07-01T23:44:03.306Z Downloaded float-ord v0.3.2
5752026-07-01T23:44:03.306Z Downloaded dyn-clone v1.0.20
5762026-07-01T23:44:03.306Z Downloaded foreign-types-macros v0.2.3
5772026-07-01T23:44:03.306Z Downloaded foreign-types v0.5.0
5782026-07-01T23:44:03.310Z Downloaded colored v3.1.1
5792026-07-01T23:44:03.310Z Downloaded ed25519 v3.0.0
5802026-07-01T23:44:03.315Z Downloaded either v1.15.0
5812026-07-01T23:44:03.315Z Downloaded blowfish v0.10.0
5822026-07-01T23:44:03.315Z Downloaded cexpr v0.6.0
5832026-07-01T23:44:03.315Z Downloaded buf-list v1.1.2
5842026-07-01T23:44:03.320Z Downloaded delegate v0.13.5
5852026-07-01T23:44:03.320Z Downloaded foreign-types-shared v0.1.1
5862026-07-01T23:44:03.320Z Downloaded cookie_store v0.22.1
5872026-07-01T23:44:03.320Z Downloaded ena v0.14.4
5882026-07-01T23:44:03.324Z Downloaded bit-vec v0.8.0
5892026-07-01T23:44:03.324Z Downloaded compression-codecs v0.4.37
5902026-07-01T23:44:03.324Z Downloaded darling v0.23.0
5912026-07-01T23:44:03.329Z Downloaded futures-sink v0.3.32
5922026-07-01T23:44:03.329Z Downloaded cmake v0.1.57
5932026-07-01T23:44:03.334Z Downloaded fxhash v0.2.1
5942026-07-01T23:44:03.334Z Downloaded futures-task v0.3.32
5952026-07-01T23:44:03.334Z Downloaded bit-vec v0.6.3
5962026-07-01T23:44:03.334Z Downloaded ghash v0.6.0
5972026-07-01T23:44:03.334Z Downloaded hash32 v0.3.1
5982026-07-01T23:44:03.334Z Downloaded futures-io v0.3.32
5992026-07-01T23:44:03.341Z Downloaded futures-macro v0.3.32
6002026-07-01T23:44:03.342Z Downloaded cmov v0.5.4
6012026-07-01T23:44:03.342Z Downloaded env_logger v0.11.9
6022026-07-01T23:44:03.342Z Downloaded globwalk v0.9.1
6032026-07-01T23:44:03.346Z Downloaded digest v0.11.3
6042026-07-01T23:44:03.346Z Downloaded defmt-macros v1.0.1
6052026-07-01T23:44:03.346Z Downloaded byte-wrapper v0.1.0
6062026-07-01T23:44:03.346Z Downloaded bcs v0.1.6
6072026-07-01T23:44:03.346Z Downloaded git-stub v1.0.0
6082026-07-01T23:44:03.351Z Downloaded daft v0.1.7
6092026-07-01T23:44:03.351Z Downloaded data-encoding v2.10.0
6102026-07-01T23:44:03.351Z Downloaded csv-core v0.1.13
6112026-07-01T23:44:03.351Z Downloaded const_format v0.2.35
6122026-07-01T23:44:03.357Z Downloaded funty v2.0.0
6132026-07-01T23:44:03.357Z Downloaded displaydoc v0.2.5
6142026-07-01T23:44:03.361Z Downloaded gethostname v0.5.0
6152026-07-01T23:44:03.361Z Downloaded foreign-types-shared v0.3.1
6162026-07-01T23:44:03.361Z Downloaded fixedbitset v0.5.7
6172026-07-01T23:44:03.361Z Downloaded filetime v0.2.27
6182026-07-01T23:44:03.361Z Downloaded foldhash v0.1.5
6192026-07-01T23:44:03.366Z Downloaded hash32 v0.2.1
6202026-07-01T23:44:03.366Z Downloaded enum_dispatch v0.3.13
6212026-07-01T23:44:03.366Z Downloaded hex v0.4.3
6222026-07-01T23:44:03.370Z Downloaded float-cmp v0.10.0
6232026-07-01T23:44:03.370Z Downloaded ff v0.14.0
6242026-07-01T23:44:03.370Z Downloaded fs-err v2.11.0
6252026-07-01T23:44:03.375Z Downloaded headers-core v0.3.0
6262026-07-01T23:44:03.375Z Downloaded futures-core v0.3.32
6272026-07-01T23:44:03.375Z Downloaded corncobs v0.1.4
6282026-07-01T23:44:03.375Z Downloaded ecdsa v0.16.9
6292026-07-01T23:44:03.381Z Downloaded find-msvc-tools v0.1.9
6302026-07-01T23:44:03.381Z Downloaded derive_more v0.99.20
6312026-07-01T23:44:03.389Z Downloaded allocator-api2 v0.2.21
6322026-07-01T23:44:03.389Z Downloaded ff v0.13.1
6332026-07-01T23:44:03.389Z Downloaded diesel-dtrace v0.5.0
6342026-07-01T23:44:03.389Z Downloaded form_urlencoded v1.2.2
6352026-07-01T23:44:03.389Z Downloaded embedded-io v0.6.1
6362026-07-01T23:44:03.392Z Downloaded glob v0.3.3
6372026-07-01T23:44:03.392Z Downloaded futures-executor v0.3.32
6382026-07-01T23:44:03.392Z Downloaded camino-tempfile-ext v0.3.3
6392026-07-01T23:44:03.392Z Downloaded bitflags v1.3.2
6402026-07-01T23:44:03.392Z Downloaded http-range v0.1.5
6412026-07-01T23:44:03.395Z Downloaded hyper-tls v0.6.0
6422026-07-01T23:44:03.395Z Downloaded console v0.16.2
6432026-07-01T23:44:03.395Z Downloaded clang-sys v1.8.1
6442026-07-01T23:44:03.400Z Downloaded ciborium v0.2.2
6452026-07-01T23:44:03.407Z Downloaded http-body v1.0.1
6462026-07-01T23:44:03.407Z Downloaded ecdsa v0.17.0-rc.18
6472026-07-01T23:44:03.407Z Downloaded hostname v0.3.1
6482026-07-01T23:44:03.407Z Downloaded hex-literal v1.1.0
6492026-07-01T23:44:03.414Z Downloaded diff v0.1.13
6502026-07-01T23:44:03.414Z Downloaded fallible-iterator v0.2.0
6512026-07-01T23:44:03.414Z Downloaded derive_builder v0.20.2
6522026-07-01T23:44:03.414Z Downloaded httpdate v1.0.3
6532026-07-01T23:44:03.423Z Downloaded git-stub-vcs v0.1.0
6542026-07-01T23:44:03.423Z Downloaded des v0.9.0
6552026-07-01T23:44:03.423Z Downloaded hubpack_derive v0.1.1
6562026-07-01T23:44:03.423Z Downloaded hubpack v0.1.2
6572026-07-01T23:44:03.423Z Downloaded base64 v0.21.7
6582026-07-01T23:44:03.428Z Downloaded globset v0.4.18
6592026-07-01T23:44:03.428Z Downloaded ar_archive_writer v0.5.1
6602026-07-01T23:44:03.428Z Downloaded group v0.14.0
6612026-07-01T23:44:03.428Z Downloaded ed25519 v2.2.3
6622026-07-01T23:44:03.428Z Downloaded indent_write v2.2.0
6632026-07-01T23:44:03.428Z Downloaded ident_case v1.0.1
6642026-07-01T23:44:03.437Z Downloaded idna_adapter v1.2.1
6652026-07-01T23:44:03.437Z Downloaded illumos-nvpair-sys v0.2.0
6662026-07-01T23:44:03.437Z Downloaded illumos-nvpair v0.3.0
6672026-07-01T23:44:03.437Z Downloaded foldhash v0.2.0
6682026-07-01T23:44:03.437Z Downloaded chacha20 v0.10.0
6692026-07-01T23:44:03.441Z Downloaded erased-serde v0.3.31
6702026-07-01T23:44:03.441Z Downloaded crc-any v2.5.0
6712026-07-01T23:44:03.441Z Downloaded fs_extra v1.3.0
6722026-07-01T23:44:03.441Z Downloaded cbc v0.2.1
6732026-07-01T23:44:03.442Z Downloaded cancel-safe-futures v0.1.5
6742026-07-01T23:44:03.446Z Downloaded inout v0.1.4
6752026-07-01T23:44:03.446Z Downloaded instant v0.1.13
6762026-07-01T23:44:03.446Z Downloaded inout v0.2.2
6772026-07-01T23:44:03.446Z Downloaded bzip2 v0.6.1
6782026-07-01T23:44:03.446Z Downloaded indoc v1.0.9
6792026-07-01T23:44:03.454Z Downloaded instability v0.3.11
6802026-07-01T23:44:03.454Z Downloaded crypto-bigint v0.5.5
6812026-07-01T23:44:03.464Z Downloaded is_ci v1.2.0
6822026-07-01T23:44:03.464Z Downloaded hostname v0.4.2
6832026-07-01T23:44:03.464Z Downloaded const-oid v0.9.6
6842026-07-01T23:44:03.464Z Downloaded futures-channel v0.3.32
6852026-07-01T23:44:03.464Z Downloaded highway v1.3.0
6862026-07-01T23:44:03.471Z Downloaded group v0.13.0
6872026-07-01T23:44:03.471Z Downloaded kem v0.3.0
6882026-07-01T23:44:03.471Z Downloaded keccak v0.1.6
6892026-07-01T23:44:03.471Z Downloaded blake2 v0.11.0-rc.6
6902026-07-01T23:44:03.471Z Downloaded is-terminal v0.4.17
6912026-07-01T23:44:03.471Z Downloaded internet-checksum v0.2.1
6922026-07-01T23:44:03.471Z Downloaded blake2 v0.10.6
6932026-07-01T23:44:03.471Z Downloaded home v0.5.12
6942026-07-01T23:44:03.475Z Downloaded lalrpop-util v0.19.12
6952026-07-01T23:44:03.475Z Downloaded linked-hash-map v0.5.6
6962026-07-01T23:44:03.475Z Downloaded const-oid v0.10.2
6972026-07-01T23:44:03.475Z Downloaded bzip2 v0.4.4
6982026-07-01T23:44:03.475Z Downloaded lru-slab v0.1.2
6992026-07-01T23:44:03.475Z Downloaded crc32fast v1.5.0
7002026-07-01T23:44:03.480Z Downloaded lru-cache v0.1.2
7012026-07-01T23:44:03.480Z Downloaded derive-where v1.6.0
7022026-07-01T23:44:03.480Z Downloaded libscf-sys v1.1.0
7032026-07-01T23:44:03.484Z Downloaded lazy_static v1.5.0
7042026-07-01T23:44:03.484Z Downloaded dropshot_endpoint v0.17.1
7052026-07-01T23:44:03.484Z Downloaded lru v0.12.5
7062026-07-01T23:44:03.490Z Downloaded elliptic-curve v0.14.0-rc.33
7072026-07-01T23:44:03.490Z Downloaded humantime v2.3.0
7082026-07-01T23:44:03.490Z Downloaded http-body-util v0.1.3
7092026-07-01T23:44:03.493Z Downloaded half v1.8.3
7102026-07-01T23:44:03.493Z Downloaded console v0.15.11
7112026-07-01T23:44:03.493Z Downloaded drift v0.2.0
7122026-07-01T23:44:03.501Z Downloaded mime v0.3.17
7132026-07-01T23:44:03.504Z Downloaded memoffset v0.9.1
7142026-07-01T23:44:03.504Z Downloaded match_cfg v0.1.0
7152026-07-01T23:44:03.504Z Downloaded maplit v1.0.2
7162026-07-01T23:44:03.504Z Downloaded managed v0.8.0
7172026-07-01T23:44:03.504Z Downloaded md-5 v0.10.6
7182026-07-01T23:44:03.508Z Downloaded arc-swap v1.8.2
7192026-07-01T23:44:03.508Z Downloaded multimap v0.10.1
7202026-07-01T23:44:03.511Z Downloaded md5 v0.8.0
7212026-07-01T23:44:03.511Z Downloaded darling_core v0.21.3
7222026-07-01T23:44:03.511Z Downloaded lzss v0.8.2
7232026-07-01T23:44:03.515Z Downloaded darling_core v0.20.11
7242026-07-01T23:44:03.519Z Downloaded ingot-types v0.1.2
7252026-07-01T23:44:03.520Z Downloaded ingot v0.1.1
7262026-07-01T23:44:03.520Z Downloaded hmac v0.13.0
7272026-07-01T23:44:03.523Z Downloaded getrandom v0.2.17
7282026-07-01T23:44:03.523Z Downloaded hmac v0.12.1
7292026-07-01T23:44:03.523Z Downloaded elliptic-curve v0.13.8
7302026-07-01T23:44:03.527Z Downloaded newtype_derive v0.1.6
7312026-07-01T23:44:03.527Z Downloaded newtype-uuid-macros v0.1.0
7322026-07-01T23:44:03.530Z Downloaded newline-converter v0.3.0
7332026-07-01T23:44:03.530Z Downloaded new_debug_unreachable v1.0.6
7342026-07-01T23:44:03.530Z Downloaded indoc v2.0.7
7352026-07-01T23:44:03.530Z Downloaded nodrop v0.1.14
7362026-07-01T23:44:03.533Z Downloaded nibble_vec v0.1.0
7372026-07-01T23:44:03.533Z Downloaded httparse v1.10.1
7382026-07-01T23:44:03.537Z Downloaded keccak v0.2.0
7392026-07-01T23:44:03.538Z Downloaded ipnet v2.11.0
7402026-07-01T23:44:03.538Z Downloaded ipnetwork v0.21.1
7412026-07-01T23:44:03.541Z Downloaded libefi-sys v0.1.0
7422026-07-01T23:44:03.541Z Downloaded libloading v0.8.9
7432026-07-01T23:44:03.541Z Downloaded num v0.4.3
7442026-07-01T23:44:03.544Z Downloaded jobserver v0.1.34
7452026-07-01T23:44:03.544Z Downloaded libsw-core v0.3.2
7462026-07-01T23:44:03.544Z Downloaded num-derive v0.4.2
7472026-07-01T23:44:03.547Z Downloaded normalize-line-endings v0.3.0
7482026-07-01T23:44:03.547Z Downloaded num_threads v0.1.7
7492026-07-01T23:44:03.547Z Downloaded num-iter v0.1.45
7502026-07-01T23:44:03.550Z Downloaded nonempty v0.12.0
7512026-07-01T23:44:03.550Z Downloaded kstat-rs v0.2.4
7522026-07-01T23:44:03.550Z Downloaded olpc-cjson v0.1.4
7532026-07-01T23:44:03.553Z Downloaded num-conv v0.2.0
7542026-07-01T23:44:03.553Z Downloaded darling_core v0.23.0
7552026-07-01T23:44:03.558Z Downloaded lock_api v0.4.14
7562026-07-01T23:44:03.558Z Downloaded libsw v3.5.0
7572026-07-01T23:44:03.562Z Downloaded getrandom v0.3.4
7582026-07-01T23:44:03.562Z Downloaded num-derive v0.3.3
7592026-07-01T23:44:03.562Z Downloaded linear-map v1.2.0
7602026-07-01T23:44:03.580Z Downloaded generic-array v1.4.3
7612026-07-01T23:44:03.580Z Downloaded chacha20poly1305 v0.10.1
7622026-07-01T23:44:03.580Z Downloaded half v2.7.1
7632026-07-01T23:44:03.588Z Downloaded futures v0.3.32
7642026-07-01T23:44:03.588Z Downloaded hyper-rustls v0.27.7
7652026-07-01T23:44:03.588Z Downloaded mime_guess v2.0.5
7662026-07-01T23:44:03.588Z Downloaded iana-time-zone v0.1.65
7672026-07-01T23:44:03.588Z Downloaded maybe-uninit v2.0.0
7682026-07-01T23:44:03.588Z Downloaded openssl-probe v0.1.6
7692026-07-01T23:44:03.588Z Downloaded opaque-debug v0.3.1
7702026-07-01T23:44:03.588Z Downloaded num_enum_derive v0.5.11
7712026-07-01T23:44:03.588Z Downloaded hyper-staticfile v0.10.1
7722026-07-01T23:44:03.588Z Downloaded oso-derive v0.27.3
7732026-07-01T23:44:03.588Z Downloaded openssl-probe v0.2.1
7742026-07-01T23:44:03.588Z Downloaded hybrid-array v0.4.13
7752026-07-01T23:44:03.588Z Downloaded openssl-macros v0.1.1
7762026-07-01T23:44:03.588Z Downloaded nanorand v0.7.0
7772026-07-01T23:44:03.588Z Downloaded multer v3.1.0
7782026-07-01T23:44:03.594Z Downloaded ingot-macros v0.1.1
7792026-07-01T23:44:03.594Z Downloaded flume v0.11.1
7802026-07-01T23:44:03.594Z Downloaded fatfs v0.3.6
7812026-07-01T23:44:03.594Z Downloaded native-tls v0.2.18
7822026-07-01T23:44:03.600Z Downloaded module-lattice v0.2.3
7832026-07-01T23:44:03.600Z Downloaded impl-trait-for-tuples v0.2.3
7842026-07-01T23:44:03.600Z Downloaded der_derive v0.7.3
7852026-07-01T23:44:03.600Z Downloaded base64 v0.22.1
7862026-07-01T23:44:03.606Z Downloaded packed_struct_codegen v0.10.1
7872026-07-01T23:44:03.606Z Downloaded darling v0.21.3
7882026-07-01T23:44:03.617Z Downloaded parse-display v0.10.0
7892026-07-01T23:44:03.620Z Downloaded peg-runtime v0.8.5
7902026-07-01T23:44:03.620Z Downloaded num-integer v0.1.46
7912026-07-01T23:44:03.620Z Downloaded num-complex v0.4.6
7922026-07-01T23:44:03.620Z Downloaded newtype-uuid v1.3.2
7932026-07-01T23:44:03.623Z Downloaded compact_str v0.8.1
7942026-07-01T23:44:03.623Z Downloaded percent-encoding v2.3.2
7952026-07-01T23:44:03.628Z Downloaded phf_shared v0.12.1
7962026-07-01T23:44:03.628Z Downloaded password-hash v0.6.1
7972026-07-01T23:44:03.632Z Downloaded parse-size v1.1.0
7982026-07-01T23:44:03.632Z Downloaded nu-ansi-term v0.50.3
7992026-07-01T23:44:03.633Z Downloaded cc v1.2.56
8002026-07-01T23:44:03.637Z Downloaded path-slash v0.1.5
8012026-07-01T23:44:03.637Z Downloaded num_enum v0.7.6
8022026-07-01T23:44:03.643Z Downloaded der v0.7.10
8032026-07-01T23:44:03.643Z Downloaded num_enum_derive v0.7.6
8042026-07-01T23:44:03.646Z Downloaded num_enum v0.5.11
8052026-07-01T23:44:03.646Z Downloaded num-rational v0.4.2
8062026-07-01T23:44:03.646Z Downloaded litrs v1.0.0
8072026-07-01T23:44:03.651Z Downloaded phf_shared v0.11.3
8082026-07-01T23:44:03.651Z Downloaded phf_shared v0.13.1
8092026-07-01T23:44:03.651Z Downloaded ml-kem v0.3.2
8102026-07-01T23:44:03.654Z Downloaded memmap2 v0.9.10
8112026-07-01T23:44:03.654Z Downloaded litemap v0.8.1
8122026-07-01T23:44:03.654Z Downloaded ignore v0.4.25
8132026-07-01T23:44:03.658Z Downloaded owo-colors v4.3.0
8142026-07-01T23:44:03.658Z Downloaded icu_properties v2.1.2
8152026-07-01T23:44:03.663Z Downloaded derive_more-impl v2.1.1
8162026-07-01T23:44:03.666Z Downloaded precomputed-hash v0.1.1
8172026-07-01T23:44:03.666Z Downloaded indexmap v1.9.3
8182026-07-01T23:44:03.666Z Downloaded heapless v0.8.0
8192026-07-01T23:44:04.074Z Downloaded headers v0.4.1
8202026-07-01T23:44:04.081Z Downloaded oxnet v0.1.6
8212026-07-01T23:44:04.081Z Downloaded oxide-tokio-rt v0.1.4
8222026-07-01T23:44:04.081Z Downloaded async-compression v0.4.41
8232026-07-01T23:44:04.081Z Downloaded predicates-tree v1.0.13
8242026-07-01T23:44:04.081Z Downloaded predicates-core v1.0.10
8252026-07-01T23:44:04.081Z Downloaded potential_utf v0.1.4
8262026-07-01T23:44:04.081Z Downloaded packed_struct v0.10.1
8272026-07-01T23:44:04.081Z Downloaded bytes v1.11.1
8282026-07-01T23:44:04.081Z Downloaded proc-macro-crate v3.4.0
8292026-07-01T23:44:04.081Z Downloaded libbz2-rs-sys v0.2.2
8302026-07-01T23:44:04.081Z Downloaded const_format_proc_macros v0.2.34
8312026-07-01T23:44:04.081Z Downloaded chacha20 v0.9.1
8322026-07-01T23:44:04.081Z Downloaded pbkdf2 v0.13.0
8332026-07-01T23:44:04.081Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-07-01T23:44:04.081Z Downloaded pem v3.0.6
8352026-07-01T23:44:04.081Z Downloaded peg v0.8.5
8362026-07-01T23:44:04.081Z Downloaded psl-types v2.0.11
8372026-07-01T23:44:04.081Z Downloaded pem-rfc7468 v1.0.0
8382026-07-01T23:44:04.081Z Downloaded progenitor-macro v0.13.0
8392026-07-01T23:44:04.081Z Downloaded derive_more v2.1.1
8402026-07-01T23:44:04.081Z Downloaded icu_normalizer_data v2.1.1
8412026-07-01T23:44:04.082Z Downloaded icu_normalizer v2.1.1
8422026-07-01T23:44:04.082Z Downloaded quick-error v1.2.3
8432026-07-01T23:44:04.082Z Downloaded phf v0.13.1
8442026-07-01T23:44:04.082Z Downloaded progenitor-macro v0.14.0
8452026-07-01T23:44:04.082Z Downloaded phf v0.12.1
8462026-07-01T23:44:04.082Z Downloaded flate2 v1.1.9
8472026-07-01T23:44:04.082Z Downloaded pkcs8 v0.10.2
8482026-07-01T23:44:04.082Z Downloaded icu_provider v2.1.1
8492026-07-01T23:44:04.082Z Downloaded peg-macros v0.8.5
8502026-07-01T23:44:04.082Z Downloaded password-hash v0.5.0
8512026-07-01T23:44:04.082Z Downloaded icu_locale_core v2.1.1
8522026-07-01T23:44:04.082Z Downloaded radium v0.7.0
8532026-07-01T23:44:04.082Z Downloaded rand_chacha v0.3.1
8542026-07-01T23:44:04.082Z Downloaded ed25519-dalek v2.2.0
8552026-07-01T23:44:04.082Z Downloaded proc-macro-crate v1.3.1
8562026-07-01T23:44:04.082Z Downloaded parse-display-derive v0.10.0
8572026-07-01T23:44:04.082Z Downloaded parking_lot_core v0.8.6
8582026-07-01T23:44:04.082Z Downloaded poly1305 v0.8.0
8592026-07-01T23:44:04.082Z Downloaded polyval v0.7.1
8602026-07-01T23:44:04.082Z Downloaded pin-project-internal v1.1.11
8612026-07-01T23:44:04.082Z Downloaded heapless v0.7.17
8622026-07-01T23:44:04.082Z Downloaded expectorate v1.2.0
8632026-07-01T23:44:04.082Z Downloaded powerfmt v0.2.0
8642026-07-01T23:44:04.082Z Downloaded cipher v0.5.2
8652026-07-01T23:44:04.082Z Downloaded cassowary v0.3.0
8662026-07-01T23:44:04.082Z Downloaded rand_xorshift v0.4.0
8672026-07-01T23:44:04.082Z Downloaded parking_lot v0.11.2
8682026-07-01T23:44:04.082Z Downloaded ref-cast v1.0.25
8692026-07-01T23:44:04.082Z Downloaded pin-project-lite v0.2.17
8702026-07-01T23:44:04.082Z Downloaded predicates v3.1.4
8712026-07-01T23:44:04.082Z Downloaded progenitor-client v0.14.0
8722026-07-01T23:44:04.082Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-07-01T23:44:04.082Z Downloaded hickory-resolver v0.25.2
8742026-07-01T23:44:04.082Z Downloaded parking_lot_core v0.9.12
8752026-07-01T23:44:04.082Z Downloaded progenitor-client v0.13.0
8762026-07-01T23:44:04.082Z Downloaded progenitor v0.14.0
8772026-07-01T23:44:04.082Z Downloaded proc-macro-error2 v2.0.1
8782026-07-01T23:44:04.082Z Downloaded psm v0.1.30
8792026-07-01T23:44:04.083Z Downloaded progenitor v0.13.0
8802026-07-01T23:44:04.083Z Downloaded primeorder v0.13.6
8812026-07-01T23:44:04.083Z Downloaded recursive v0.1.1
8822026-07-01T23:44:04.083Z Downloaded primeorder v0.14.0-rc.10
8832026-07-01T23:44:04.083Z Downloaded primefield v0.14.0
8842026-07-01T23:44:04.083Z Downloaded postgres-protocol v0.6.10
8852026-07-01T23:44:04.083Z Downloaded ref-cast-impl v1.0.25
8862026-07-01T23:44:04.083Z Downloaded ed25519-dalek v3.0.0-rc.0
8872026-07-01T23:44:04.083Z Downloaded paste v1.0.15
8882026-07-01T23:44:04.083Z Downloaded foreign-types v0.3.2
8892026-07-01T23:44:04.083Z Downloaded darling_core v0.13.4
8902026-07-01T23:44:04.083Z Downloaded icu_collections v2.1.1
8912026-07-01T23:44:04.083Z Downloaded aes v0.9.1
8922026-07-01T23:44:04.083Z Downloaded rfc6979 v0.4.0
8932026-07-01T23:44:04.083Z Downloaded pkcs1 v0.7.5
8942026-07-01T23:44:04.083Z Downloaded omicron-zone-package v0.12.3
8952026-07-01T23:44:04.083Z Downloaded defmt v1.0.1
8962026-07-01T23:44:04.083Z Downloaded pkcs1 v0.8.0-rc.4
8972026-07-01T23:44:04.083Z Downloaded russh-util v0.52.0
8982026-07-01T23:44:04.083Z Downloaded rfc6979 v0.5.0
8992026-07-01T23:44:04.083Z Downloaded rtoolbox v0.0.3
9002026-07-01T23:44:04.083Z Downloaded ctr v0.10.1
9012026-07-01T23:44:04.083Z Downloaded phc v0.6.1
9022026-07-01T23:44:04.083Z Downloaded dtrace-parser v0.3.0
9032026-07-01T23:44:04.083Z Downloaded rustc_version v0.4.1
9042026-07-01T23:44:04.083Z Downloaded rustc_version v0.1.7
9052026-07-01T23:44:04.083Z Downloaded rand_core v0.6.4
9062026-07-01T23:44:04.083Z Downloaded rand_chacha v0.9.0
9072026-07-01T23:44:04.083Z Downloaded indicatif v0.18.4
9082026-07-01T23:44:04.083Z Downloaded bumpalo v3.20.2
9092026-07-01T23:44:04.083Z Downloaded postcard v1.1.3
9102026-07-01T23:44:04.083Z Downloaded poly1305 v0.9.0
9112026-07-01T23:44:04.083Z Downloaded parking_lot v0.12.5
9122026-07-01T23:44:04.083Z Downloaded papergrid v0.17.0
9132026-07-01T23:44:04.083Z Downloaded same-file v1.0.6
9142026-07-01T23:44:04.083Z Downloaded rand_seeder v0.4.0
9152026-07-01T23:44:04.083Z Downloaded postgres-types v0.2.12
9162026-07-01T23:44:04.083Z Downloaded pkcs8 v0.11.0
9172026-07-01T23:44:04.084Z Downloaded hickory-resolver v0.24.4
9182026-07-01T23:44:04.084Z Downloaded oso v0.27.3
9192026-07-01T23:44:04.084Z Downloaded http v1.4.2
9202026-07-01T23:44:04.087Z Downloaded pem-rfc7468 v0.7.0
9212026-07-01T23:44:04.087Z Downloaded aws-lc-rs v1.16.3
9222026-07-01T23:44:04.087Z Downloaded scheduled-thread-pool v0.2.7
9232026-07-01T23:44:04.087Z Downloaded rand_core v0.10.0
9242026-07-01T23:44:04.087Z Downloaded r2d2 v0.8.10
9252026-07-01T23:44:04.087Z Downloaded pkg-config v0.3.32
9262026-07-01T23:44:04.087Z Downloaded rustc-hash v2.1.1
9272026-07-01T23:44:04.087Z Downloaded russh-cryptovec v0.61.0
9282026-07-01T23:44:04.087Z Downloaded progenitor-extras v0.2.0
9292026-07-01T23:44:04.087Z Downloaded diesel_derives v2.3.7
9302026-07-01T23:44:04.087Z Downloaded hyper-util v0.1.20
9312026-07-01T23:44:04.087Z Downloaded hashbrown v0.12.3
9322026-07-01T23:44:04.087Z Downloaded scopeguard v1.2.0
9332026-07-01T23:44:04.087Z Downloaded sapling-renderdag v0.1.0
9342026-07-01T23:44:04.087Z Downloaded pkcs5 v0.8.1
9352026-07-01T23:44:04.087Z Downloaded secrecy v0.10.3
9362026-07-01T23:44:04.087Z Downloaded scroll_derive v0.13.1
9372026-07-01T23:44:04.087Z Downloaded der v0.8.0
9382026-07-01T23:44:04.087Z Downloaded serde_urlencoded v0.7.1
9392026-07-01T23:44:04.087Z Downloaded seq-macro v0.3.6
9402026-07-01T23:44:04.088Z Downloaded secrecy v0.8.0
9412026-07-01T23:44:04.088Z Downloaded miniz_oxide v0.8.9
9422026-07-01T23:44:04.088Z Downloaded rustls-pemfile v2.2.0
9432026-07-01T23:44:04.088Z Downloaded minimal-lexical v0.2.1
9442026-07-01T23:44:04.088Z Downloaded semver v0.1.20
9452026-07-01T23:44:04.088Z Downloaded aho-corasick v1.1.4
9462026-07-01T23:44:04.088Z Downloaded prefix-trie v0.7.0
9472026-07-01T23:44:04.088Z Downloaded serde-big-array v0.5.1
9482026-07-01T23:44:04.088Z Downloaded p256 v0.14.0-rc.10
9492026-07-01T23:44:04.088Z Downloaded serde_spanned v1.1.1
9502026-07-01T23:44:04.088Z Downloaded quinn-udp v0.5.14
9512026-07-01T23:44:04.088Z Downloaded serde_plain v1.0.2
9522026-07-01T23:44:04.088Z Downloaded derive_builder_core v0.20.2
9532026-07-01T23:44:04.088Z Downloaded deranged v0.5.8
9542026-07-01T23:44:04.088Z Downloaded sha1 v0.11.0
9552026-07-01T23:44:04.088Z Downloaded daft-derive v0.1.7
9562026-07-01T23:44:04.088Z Downloaded rustversion v1.0.22
9572026-07-01T23:44:04.088Z Downloaded convert_case v0.10.0
9582026-07-01T23:44:04.088Z Downloaded pin-project v1.1.11
9592026-07-01T23:44:04.088Z Downloaded serde_repr v0.1.20
9602026-07-01T23:44:04.088Z Downloaded cipher v0.4.4
9612026-07-01T23:44:04.088Z Downloaded castaway v0.2.4
9622026-07-01T23:44:04.088Z Downloaded rand_core v0.9.5
9632026-07-01T23:44:04.088Z Downloaded rustls-native-certs v0.8.3
9642026-07-01T23:44:04.088Z Downloaded ppv-lite86 v0.2.21
9652026-07-01T23:44:04.088Z Downloaded jiff-static v0.2.21
9662026-07-01T23:44:04.088Z Downloaded shell-words v1.1.1
9672026-07-01T23:44:04.088Z Downloaded bitfield v0.19.4
9682026-07-01T23:44:04.088Z Downloaded sigpipe v0.1.3
9692026-07-01T23:44:04.088Z Downloaded signature v2.2.0
9702026-07-01T23:44:04.088Z Downloaded hickory-server v0.25.2
9712026-07-01T23:44:04.088Z Downloaded signal-hook-tokio v0.3.1
9722026-07-01T23:44:04.088Z Downloaded schemars_derive v0.8.22
9732026-07-01T23:44:04.088Z Downloaded hashbrown v0.13.2
9742026-07-01T23:44:04.088Z Downloaded signature v3.0.0
9752026-07-01T23:44:04.088Z Downloaded progenitor-impl v0.13.0
9762026-07-01T23:44:04.088Z Downloaded slog-envlogger v2.2.0
9772026-07-01T23:44:04.088Z Downloaded slog-bunyan v2.5.0
9782026-07-01T23:44:04.089Z Downloaded siphasher v1.0.2
9792026-07-01T23:44:04.089Z Downloaded signal-hook-mio v0.2.5
9802026-07-01T23:44:04.089Z Downloaded sec1 v0.8.1
9812026-07-01T23:44:04.089Z Downloaded scrypt v0.12.0
9822026-07-01T23:44:04.089Z Downloaded resolv-conf v0.7.6
9832026-07-01T23:44:04.089Z Downloaded scroll v0.13.0
9842026-07-01T23:44:04.089Z Downloaded serde_with_macros v1.5.2
9852026-07-01T23:44:04.089Z Downloaded pretty_assertions v1.4.1
9862026-07-01T23:44:04.089Z Downloaded rustls-pki-types v1.14.0
9872026-07-01T23:44:04.089Z Downloaded salsa20 v0.11.0
9882026-07-01T23:44:04.089Z Downloaded serde_bytes v0.11.19
9892026-07-01T23:44:04.089Z Downloaded sec1 v0.7.3
9902026-07-01T23:44:04.089Z Downloaded sqlparser_derive v0.5.0
9912026-07-01T23:44:04.089Z Downloaded serde_path_to_error v0.1.20
9922026-07-01T23:44:04.089Z Downloaded serde_derive_internals v0.29.1
9932026-07-01T23:44:04.089Z Downloaded serde-hex v0.1.0
9942026-07-01T23:44:04.089Z Downloaded openssl-sys v0.9.115
9952026-07-01T23:44:04.089Z Downloaded p384 v0.14.0-rc.10
9962026-07-01T23:44:04.089Z Downloaded num-traits v0.2.19
9972026-07-01T23:44:04.089Z Downloaded sha1 v0.10.6
9982026-07-01T23:44:04.089Z Downloaded serdect v0.4.3
9992026-07-01T23:44:04.089Z Downloaded prettyplease v0.2.37
10002026-07-01T23:44:04.089Z Downloaded itertools v0.10.5
10012026-07-01T23:44:04.089Z Downloaded strip-ansi-escapes v0.2.1
10022026-07-01T23:44:04.089Z Downloaded structmeta v0.3.0
10032026-07-01T23:44:04.089Z Downloaded strsim v0.10.0
10042026-07-01T23:44:04.089Z Downloaded rcgen v0.12.1
10052026-07-01T23:44:04.089Z Downloaded simd-adler32 v0.3.8
10062026-07-01T23:44:04.089Z Downloaded dropshot-api-manager v0.7.2
10072026-07-01T23:44:04.089Z Downloaded strum v0.27.2
10082026-07-01T23:44:04.089Z Downloaded strum v0.26.3
10092026-07-01T23:44:04.089Z Downloaded structmeta-derive v0.3.0
10102026-07-01T23:44:04.089Z Downloaded slog-json v2.6.1
10112026-07-01T23:44:04.089Z Downloaded slog-async v2.8.0
10122026-07-01T23:44:04.089Z Downloaded rusty-fork v0.3.1
10132026-07-01T23:44:04.089Z Downloaded aes-gcm v0.11.0
10142026-07-01T23:44:04.089Z Downloaded progenitor-impl v0.14.0
10152026-07-01T23:44:04.089Z Downloaded smallvec v0.6.14
10162026-07-01T23:44:04.090Z Downloaded subtle v2.6.1
10172026-07-01T23:44:04.090Z Downloaded slog-term v2.9.2
10182026-07-01T23:44:04.090Z Downloaded tabwriter v1.4.1
10192026-07-01T23:44:04.090Z Downloaded ron v0.8.1
10202026-07-01T23:44:04.093Z Downloaded sync_wrapper v1.0.2
10212026-07-01T23:44:04.093Z Downloaded sync-ptr v0.1.4
10222026-07-01T23:44:04.093Z Downloaded slog-stdlog v4.1.1
10232026-07-01T23:44:04.093Z Downloaded slog-scope v4.4.1
10242026-07-01T23:44:04.093Z Downloaded slog-dtrace v0.3.0
10252026-07-01T23:44:04.093Z Downloaded rustls-platform-verifier v0.6.2
10262026-07-01T23:44:04.093Z Downloaded ryu v1.0.23
10272026-07-01T23:44:04.094Z Downloaded supports-color v3.0.2
10282026-07-01T23:44:04.094Z Downloaded serde_cbor v0.11.2
10292026-07-01T23:44:04.094Z Downloaded slab v0.4.12
10302026-07-01T23:44:04.094Z Downloaded signal-hook-registry v1.4.8
10312026-07-01T23:44:04.094Z Downloaded snafu-derive v0.8.9
10322026-07-01T23:44:04.094Z Downloaded hashbrown v0.15.5
10332026-07-01T23:44:04.094Z Downloaded tabled_derive v0.11.0
10342026-07-01T23:44:04.094Z Downloaded tap v1.0.1
10352026-07-01T23:44:04.094Z Downloaded termtree v0.5.1
10362026-07-01T23:44:04.094Z Downloaded spki v0.8.0
10372026-07-01T23:44:04.094Z Downloaded thread-id v5.1.0
10382026-07-01T23:44:04.094Z Downloaded sha2 v0.11.0
10392026-07-01T23:44:04.094Z Downloaded stacker v0.1.23
10402026-07-01T23:44:04.094Z Downloaded ssh-cipher v0.3.0-rc.9
10412026-07-01T23:44:04.094Z Downloaded sqlformat v0.3.5
10422026-07-01T23:44:04.094Z Downloaded serde_with_macros v3.17.0
10432026-07-01T23:44:04.094Z Downloaded rayon-core v1.13.0
10442026-07-01T23:44:04.094Z Downloaded spki v0.7.3
10452026-07-01T23:44:04.094Z Downloaded internal-russh-num-bigint v0.5.0
10462026-07-01T23:44:04.094Z Downloaded stable_deref_trait v1.2.1
10472026-07-01T23:44:04.094Z Downloaded num-bigint v0.4.6
10482026-07-01T23:44:04.094Z Downloaded testing_table v0.3.0
10492026-07-01T23:44:04.094Z Downloaded shlex v1.3.0
10502026-07-01T23:44:04.094Z Downloaded schemars v0.8.22
10512026-07-01T23:44:04.094Z Downloaded thiserror-impl-no-std v2.0.2
10522026-07-01T23:44:04.094Z Downloaded strum_macros v0.24.3
10532026-07-01T23:44:04.094Z Downloaded take_mut v0.2.2
10542026-07-01T23:44:04.094Z Downloaded stringprep v0.1.5
10552026-07-01T23:44:04.098Z Downloaded string_cache v0.8.9
10562026-07-01T23:44:04.098Z Downloaded publicsuffix v2.3.0
10572026-07-01T23:44:04.107Z Downloaded tinyvec_macros v0.1.1
10582026-07-01T23:44:04.111Z Downloaded time-core v0.1.8
10592026-07-01T23:44:04.111Z Downloaded tokio-macros v2.7.0
10602026-07-01T23:44:04.111Z Downloaded rand v0.8.6
10612026-07-01T23:44:04.111Z Downloaded strum_macros v0.26.4
10622026-07-01T23:44:04.111Z Downloaded tokio-test v0.4.5
10632026-07-01T23:44:04.528Z Downloaded smf v0.2.3
10642026-07-01T23:44:04.528Z Downloaded strum_macros v0.27.2
10652026-07-01T23:44:04.528Z Downloaded smallvec v1.15.1
10662026-07-01T23:44:04.533Z Downloaded mio v1.2.0
10672026-07-01T23:44:04.533Z Downloaded iri-string v0.7.10
10682026-07-01T23:44:04.533Z Downloaded tagptr v0.2.0
10692026-07-01T23:44:04.533Z Downloaded topological-sort v0.2.2
10702026-07-01T23:44:04.533Z Downloaded support-bundle-viewer v0.1.2
10712026-07-01T23:44:04.533Z Downloaded quinn v0.11.9
10722026-07-01T23:44:04.533Z Downloaded termios v0.3.3
10732026-07-01T23:44:04.533Z Downloaded itertools v0.13.0
10742026-07-01T23:44:04.533Z Downloaded ssh-encoding v0.3.0-rc.9
10752026-07-01T23:44:04.533Z Downloaded p521 v0.14.0-rc.10
10762026-07-01T23:44:04.533Z Downloaded futures-util v0.3.32
10772026-07-01T23:44:04.533Z Downloaded trait-variant v0.1.2
10782026-07-01T23:44:04.533Z Downloaded num-bigint-dig v0.8.6
10792026-07-01T23:44:04.533Z Downloaded itertools v0.12.1
10802026-07-01T23:44:04.533Z Downloaded static_assertions v1.1.0
10812026-07-01T23:44:04.533Z Downloaded tower-layer v0.3.3
10822026-07-01T23:44:04.533Z Downloaded hashbrown v0.16.1
10832026-07-01T23:44:04.533Z Downloaded try-lock v0.2.5
10842026-07-01T23:44:04.533Z Downloaded tower-service v0.3.3
10852026-07-01T23:44:04.533Z Downloaded synstructure v0.13.2
10862026-07-01T23:44:04.533Z Downloaded spin v0.9.8
10872026-07-01T23:44:04.533Z Downloaded thread_local v1.1.9
10882026-07-01T23:44:04.533Z Downloaded thiserror-no-std v2.0.2
10892026-07-01T23:44:04.533Z Downloaded unarray v0.1.4
10902026-07-01T23:44:04.533Z Downloaded similar v2.7.0
10912026-07-01T23:44:04.533Z Downloaded qorb v0.4.1
10922026-07-01T23:44:04.533Z Downloaded tinystr v0.8.2
10932026-07-01T23:44:04.533Z Downloaded libxml v0.3.3
10942026-07-01T23:44:04.533Z Downloaded schemars v0.9.0
10952026-07-01T23:44:04.533Z Downloaded untrusted v0.9.0
10962026-07-01T23:44:04.534Z Downloaded unicode-xid v0.2.6
10972026-07-01T23:44:04.534Z Downloaded unicode-truncate v1.1.0
10982026-07-01T23:44:04.534Z Downloaded usdt-macro v0.6.0
10992026-07-01T23:44:04.534Z Downloaded usdt v0.6.0
11002026-07-01T23:44:04.534Z Downloaded typify-macro v0.6.2
11012026-07-01T23:44:04.534Z Downloaded tokio-dtrace v0.1.1
11022026-07-01T23:44:04.534Z Downloaded untrusted v0.7.1
11032026-07-01T23:44:04.534Z Downloaded unit-prefix v0.5.2
11042026-07-01T23:44:04.534Z Downloaded universal-hash v0.6.1
11052026-07-01T23:44:04.534Z Downloaded tokio-tungstenite v0.21.0
11062026-07-01T23:44:04.534Z Downloaded universal-hash v0.5.1
11072026-07-01T23:44:04.534Z Downloaded hkdf v0.12.4
11082026-07-01T23:44:04.534Z Downloaded tokio-native-tls v0.3.1
11092026-07-01T23:44:04.534Z Downloaded samael v0.0.19
11102026-07-01T23:44:04.534Z Downloaded serde_yaml v0.9.34+deprecated
11112026-07-01T23:44:04.534Z Downloaded hyper v1.10.1
11122026-07-01T23:44:04.534Z Downloaded term v1.2.1
11132026-07-01T23:44:04.534Z Downloaded utf-8 v0.7.6
11142026-07-01T23:44:04.534Z Downloaded usdt-attr-macro v0.6.0
11152026-07-01T23:44:04.534Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-07-01T23:44:04.534Z Downloaded utf8_iter v1.0.4
11172026-07-01T23:44:04.534Z Downloaded term v0.7.0
11182026-07-01T23:44:04.534Z Downloaded rand v0.10.1
11192026-07-01T23:44:04.534Z Downloaded tls_codec_derive v0.4.2
11202026-07-01T23:44:04.534Z Downloaded tls_codec v0.4.2
11212026-07-01T23:44:04.534Z Downloaded idna v1.1.0
11222026-07-01T23:44:04.534Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11232026-07-01T23:44:04.534Z Downloaded icu_properties_data v2.1.2
11242026-07-01T23:44:04.534Z Downloaded blake3 v1.8.5
11252026-07-01T23:44:04.534Z Downloaded nom v7.1.3
11262026-07-01T23:44:04.534Z Downloaded tui-tree-widget v0.23.1
11272026-07-01T23:44:04.534Z Downloaded h2 v0.4.15
11282026-07-01T23:44:04.534Z Downloaded signal-hook v0.3.18
11292026-07-01T23:44:04.534Z Downloaded tiny-keccak v2.0.2
11302026-07-01T23:44:04.535Z Downloaded wait-timeout v0.2.1
11312026-07-01T23:44:04.535Z Downloaded want v0.3.1
11322026-07-01T23:44:04.535Z Downloaded waitgroup v0.1.2
11332026-07-01T23:44:04.535Z Downloaded void v1.0.2
11342026-07-01T23:44:04.535Z Downloaded time-macros v0.2.27
11352026-07-01T23:44:04.535Z Downloaded slog v2.8.2
11362026-07-01T23:44:04.535Z Downloaded unicase v2.9.0
11372026-07-01T23:44:04.535Z Downloaded subprocess v0.2.15
11382026-07-01T23:44:04.535Z Downloaded xshell-macros v0.2.7
11392026-07-01T23:44:04.535Z Downloaded tokio-stream v0.1.18
11402026-07-01T23:44:04.535Z Downloaded xattr v1.6.1
11412026-07-01T23:44:04.535Z Downloaded crypto-primes v0.7.2
11422026-07-01T23:44:04.535Z Downloaded rustls-webpki v0.103.9
11432026-07-01T23:44:04.535Z Downloaded rsa v0.9.10
11442026-07-01T23:44:04.535Z Downloaded tokio-tungstenite v0.23.1
11452026-07-01T23:44:04.535Z Downloaded test-strategy v0.4.5
11462026-07-01T23:44:04.535Z Downloaded usdt-impl v0.6.0
11472026-07-01T23:44:04.535Z Downloaded yoke-derive v0.8.1
11482026-07-01T23:44:04.535Z Downloaded socket2 v0.6.3
11492026-07-01T23:44:04.535Z Downloaded zerofrom-derive v0.1.6
11502026-07-01T23:44:04.535Z Downloaded snafu v0.8.9
11512026-07-01T23:44:04.535Z Downloaded zeroize_derive v1.4.3
11522026-07-01T23:44:04.535Z Downloaded zerofrom v0.1.6
11532026-07-01T23:44:04.535Z Downloaded toml_writer v1.1.1+spec-1.1.0
11542026-07-01T23:44:04.535Z Downloaded uzers v0.12.2
11552026-07-01T23:44:04.535Z Downloaded itertools v0.14.0
11562026-07-01T23:44:04.535Z Downloaded zone v0.3.1
11572026-07-01T23:44:04.535Z Downloaded libm v0.2.16
11582026-07-01T23:44:04.535Z Downloaded toml_parser v1.1.2+spec-1.1.0
11592026-07-01T23:44:04.535Z Downloaded socket2 v0.5.10
11602026-07-01T23:44:04.535Z Downloaded rand v0.9.2
11612026-07-01T23:44:04.535Z Downloaded vergen-lib v9.1.0
11622026-07-01T23:44:04.535Z Downloaded vergen-git2 v9.1.0
11632026-07-01T23:44:04.535Z Downloaded vergen-gitcl v1.0.8
11642026-07-01T23:44:04.535Z Downloaded nom v8.0.0
11652026-07-01T23:44:04.535Z Downloaded vergen-lib v0.1.6
11662026-07-01T23:44:04.540Z Downloaded tracing-attributes v0.1.31
11672026-07-01T23:44:04.540Z Downloaded walkdir v2.5.0
11682026-07-01T23:44:04.540Z Downloaded vsss-rs v3.3.4
11692026-07-01T23:44:04.540Z Downloaded tokio-rustls v0.26.4
11702026-07-01T23:44:04.540Z Downloaded whoami v2.1.0
11712026-07-01T23:44:04.540Z Downloaded zone_cfg_derive v0.3.1
11722026-07-01T23:44:04.541Z Downloaded wyz v0.5.1
11732026-07-01T23:44:04.541Z Downloaded whoami v1.6.1
11742026-07-01T23:44:04.541Z Downloaded twox-hash v2.1.2
11752026-07-01T23:44:04.541Z Downloaded tinyvec v1.10.0
11762026-07-01T23:44:04.541Z Downloaded yoke v0.8.1
11772026-07-01T23:44:04.541Z Downloaded xshell v0.2.7
11782026-07-01T23:44:04.541Z Downloaded tar v0.4.45
11792026-07-01T23:44:04.541Z Downloaded zerovec-derive v0.11.2
11802026-07-01T23:44:04.541Z Downloaded toml v1.1.2+spec-1.1.0
11812026-07-01T23:44:04.541Z Downloaded toml v0.7.8
11822026-07-01T23:44:04.541Z Downloaded hkdf v0.13.0
11832026-07-01T23:44:04.541Z Downloaded steno v0.4.1
11842026-07-01T23:44:04.541Z Downloaded zstd v0.13.3
11852026-07-01T23:44:04.541Z Downloaded zstd-safe v7.2.4
11862026-07-01T23:44:04.541Z Downloaded bindgen v0.71.1
11872026-07-01T23:44:04.541Z Downloaded rustyline v14.0.0
11882026-07-01T23:44:04.541Z Downloaded bitvec v1.0.1
11892026-07-01T23:44:04.541Z Downloaded writeable v0.6.2
11902026-07-01T23:44:04.541Z Downloaded typify v0.6.2
11912026-07-01T23:44:04.542Z Downloaded unicode-bidi v0.3.18
11922026-07-01T23:44:04.542Z Downloaded rsa v0.10.0-rc.18
11932026-07-01T23:44:04.542Z Downloaded unicode-properties v0.1.4
11942026-07-01T23:44:04.542Z Downloaded schemars v1.2.1
11952026-07-01T23:44:04.542Z Downloaded yasna v0.5.2
11962026-07-01T23:44:04.542Z Downloaded uuid v1.23.4
11972026-07-01T23:44:04.542Z Downloaded unsafe-libyaml v0.2.11
11982026-07-01T23:44:04.542Z Downloaded iddqd v0.4.2
11992026-07-01T23:44:04.542Z Downloaded zeroize v1.8.2
12002026-07-01T23:44:04.542Z Downloaded vte v0.14.1
12012026-07-01T23:44:04.542Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-07-01T23:44:04.542Z Downloaded vergen v9.1.0
12032026-07-01T23:44:04.542Z Downloaded tracing-core v0.1.36
12042026-07-01T23:44:04.542Z Downloaded serde_with v1.14.0
12052026-07-01T23:44:04.542Z Downloaded tungstenite v0.23.0
12062026-07-01T23:44:04.542Z Downloaded rpassword v7.4.0
12072026-07-01T23:44:04.542Z Downloaded zerocopy v0.6.6
12082026-07-01T23:44:04.542Z Downloaded tungstenite v0.21.0
12092026-07-01T23:44:04.542Z Downloaded git2 v0.20.4
12102026-07-01T23:44:04.542Z Downloaded regex v1.12.3
12112026-07-01T23:44:04.542Z Downloaded toml_edit v0.19.15
12122026-07-01T23:44:04.542Z Downloaded p384 v0.13.1
12132026-07-01T23:44:04.542Z Downloaded reedline v0.40.0
12142026-07-01T23:44:04.542Z Downloaded lalrpop v0.19.12
12152026-07-01T23:44:04.542Z Downloaded zip v0.6.6
12162026-07-01T23:44:04.542Z Downloaded reqwest v0.12.28
12172026-07-01T23:44:04.542Z Downloaded yansi v1.0.1
12182026-07-01T23:44:04.542Z Downloaded url v2.5.8
12192026-07-01T23:44:04.542Z Downloaded chrono v0.4.44
12202026-07-01T23:44:04.543Z Downloaded unicode_categories v0.1.1
12212026-07-01T23:44:04.543Z Downloaded zopfli v0.8.3
12222026-07-01T23:44:04.548Z Downloaded rayon v1.11.0
12232026-07-01T23:44:04.557Z Downloaded zerocopy-derive v0.8.40
12242026-07-01T23:44:04.562Z Downloaded zerotrie v0.2.3
12252026-07-01T23:44:04.562Z Downloaded tokio-postgres v0.7.16
12262026-07-01T23:44:04.566Z Downloaded goblin v0.10.5
12272026-07-01T23:44:04.570Z Downloaded typed-path v0.9.3
12282026-07-01T23:44:04.573Z Downloaded reqwest v0.13.2
12292026-07-01T23:44:04.576Z Downloaded tower v0.5.3
12302026-07-01T23:44:04.580Z Downloaded crypto-bigint v0.7.5
12312026-07-01T23:44:04.589Z Downloaded ssh-key v0.7.0-rc.10
12322026-07-01T23:44:04.595Z Downloaded x509-cert v0.2.5
12332026-07-01T23:44:04.599Z Downloaded quick-xml v0.37.5
12342026-07-01T23:44:04.603Z Downloaded unicode-segmentation v1.12.0
12352026-07-01T23:44:04.603Z Downloaded salty v0.3.0
12362026-07-01T23:44:04.607Z Downloaded portable-atomic v1.13.1
12372026-07-01T23:44:05.024Z Downloaded moka v0.12.13
12382026-07-01T23:44:05.033Z Downloaded unicode-normalization v0.1.25
12392026-07-01T23:44:05.033Z Downloaded proptest v1.10.0
12402026-07-01T23:44:05.033Z Downloaded tough v0.22.0
12412026-07-01T23:44:05.033Z Downloaded petname v2.0.2
12422026-07-01T23:44:05.033Z Downloaded zip v4.6.1
12432026-07-01T23:44:05.033Z Downloaded object v0.30.4
12442026-07-01T23:44:05.033Z Downloaded tower-http v0.6.8
12452026-07-01T23:44:05.033Z Downloaded curve25519-dalek v5.0.0-rc.0
12462026-07-01T23:44:05.034Z Downloaded tokio-util v0.7.18
12472026-07-01T23:44:05.034Z Downloaded zerovec v0.11.5
12482026-07-01T23:44:05.034Z Downloaded serde_with v3.17.0
12492026-07-01T23:44:05.034Z Downloaded russh v0.61.2
12502026-07-01T23:44:05.034Z Downloaded radix_trie v0.2.1
12512026-07-01T23:44:05.034Z Downloaded quinn-proto v0.11.13
12522026-07-01T23:44:05.034Z Downloaded nix v0.27.1
12532026-07-01T23:44:05.034Z Downloaded winnow v0.5.40
12542026-07-01T23:44:05.034Z Downloaded bstr v1.12.1
12552026-07-01T23:44:05.034Z Downloaded curve25519-dalek v4.1.3
12562026-07-01T23:44:05.034Z Downloaded polar-core v0.27.3
12572026-07-01T23:44:05.034Z Downloaded nix v0.28.0
12582026-07-01T23:44:05.034Z Downloaded winnow v1.0.3
12592026-07-01T23:44:05.034Z Downloaded openssl v0.10.79
12602026-07-01T23:44:05.034Z Downloaded regex-syntax v0.6.29
12612026-07-01T23:44:05.034Z Downloaded dropshot v0.17.1
12622026-07-01T23:44:05.034Z Downloaded winnow v0.6.26
12632026-07-01T23:44:05.034Z Downloaded nix v0.31.2
12642026-07-01T23:44:05.034Z Downloaded tabled v0.20.0
12652026-07-01T23:44:05.034Z Downloaded vcpkg v0.2.15
12662026-07-01T23:44:05.034Z Downloaded zlib-rs v0.6.2
12672026-07-01T23:44:05.034Z Downloaded openapiv3 v2.2.0
12682026-07-01T23:44:05.034Z Downloaded object v0.37.3
12692026-07-01T23:44:05.034Z Downloaded regress v0.10.5
12702026-07-01T23:44:05.034Z Downloaded zerocopy v0.8.40
12712026-07-01T23:44:05.034Z Downloaded regex-syntax v0.8.10
12722026-07-01T23:44:05.034Z Downloaded regress v0.11.1
12732026-07-01T23:44:05.034Z Downloaded smoltcp v0.11.0
12742026-07-01T23:44:05.034Z Downloaded hickory-proto v0.25.2
12752026-07-01T23:44:05.034Z Downloaded diesel v2.3.7
12762026-07-01T23:44:05.034Z Downloaded hickory-proto v0.24.4
12772026-07-01T23:44:05.034Z Downloaded rustix v0.38.44
12782026-07-01T23:44:05.034Z Downloaded rustls v0.23.41
12792026-07-01T23:44:05.034Z Downloaded time v0.3.47
12802026-07-01T23:44:05.034Z Downloaded smoltcp v0.9.1
12812026-07-01T23:44:05.035Z Downloaded sqlparser v0.61.0
12822026-07-01T23:44:05.035Z Downloaded tracing v0.1.44
12832026-07-01T23:44:05.035Z Downloaded sled v0.34.7
12842026-07-01T23:44:05.035Z Downloaded fiat-crypto v0.3.0
12852026-07-01T23:44:05.035Z Downloaded regex-automata v0.4.14
12862026-07-01T23:44:05.035Z Downloaded typify-impl v0.6.2
12872026-07-01T23:44:05.035Z Downloaded zerocopy-derive v0.6.6
12882026-07-01T23:44:05.089Z Downloaded sha3 v0.11.0
12892026-07-01T23:44:05.089Z Downloaded ratatui v0.29.0
12902026-07-01T23:44:05.089Z Downloaded petgraph v0.6.5
12912026-07-01T23:44:05.089Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-07-01T23:44:05.092Z Downloaded jiff v0.2.21
12932026-07-01T23:44:05.093Z Downloaded petgraph v0.8.3
12942026-07-01T23:44:05.105Z Downloaded chrono-tz v0.10.4
12952026-07-01T23:44:05.121Z Downloaded csv v1.4.0
12962026-07-01T23:44:05.133Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-07-01T23:44:05.140Z Downloaded sha3 v0.10.8
12982026-07-01T23:44:05.146Z Downloaded libz-sys v1.1.24
12992026-07-01T23:44:05.167Z Downloaded tokio v1.52.1
13002026-07-01T23:44:05.205Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-07-01T23:44:05.664Z Downloaded encoding_rs v0.8.35
13022026-07-01T23:44:05.667Z Downloaded ring v0.17.14
13032026-07-01T23:44:06.244Z Downloaded aws-lc-sys v0.40.0
13042026-07-01T23:44:06.247Z Compiling libc v0.2.185
13052026-07-01T23:44:06.247Z Compiling serde_core v1.0.228
13062026-07-01T23:44:06.247Z Compiling serde v1.0.228
13072026-07-01T23:44:06.247Z Compiling log v0.4.29
13082026-07-01T23:44:06.247Z Compiling smallvec v1.15.1
13092026-07-01T23:44:06.247Z Compiling find-msvc-tools v0.1.9
13102026-07-01T23:44:06.247Z Compiling shlex v1.3.0
13112026-07-01T23:44:06.247Z Compiling syn v2.0.117
13122026-07-01T23:44:06.440Z Compiling subtle v2.6.1
13132026-07-01T23:44:06.456Z Compiling scopeguard v1.2.0
13142026-07-01T23:44:06.470Z Compiling stable_deref_trait v1.2.1
13152026-07-01T23:44:06.494Z Compiling typenum v1.20.1
13162026-07-01T23:44:06.549Z Compiling serde_json v1.0.150
13172026-07-01T23:44:06.564Z Compiling lock_api v0.4.14
13182026-07-01T23:44:06.573Z Compiling portable-atomic v1.13.1
13192026-07-01T23:44:06.614Z Compiling zerocopy v0.8.40
13202026-07-01T23:44:06.766Z Compiling pin-project-lite v0.2.17
13212026-07-01T23:44:06.786Z Compiling parking_lot_core v0.9.12
13222026-07-01T23:44:06.867Z Compiling critical-section v1.2.0
13232026-07-01T23:44:06.971Z Compiling pkg-config v0.3.32
13242026-07-01T23:44:07.052Z Compiling jobserver v0.1.34
13252026-07-01T23:44:07.068Z Compiling errno v0.3.14
13262026-07-01T23:44:07.114Z Compiling getrandom v0.2.17
13272026-07-01T23:44:07.211Z Compiling signal-hook-registry v1.4.8
13282026-07-01T23:44:07.704Z Compiling cc v1.2.56
13292026-07-01T23:44:07.716Z Compiling rand_core v0.6.4
13302026-07-01T23:44:07.716Z Compiling futures-core v0.3.32
13312026-07-01T23:44:07.716Z Compiling libm v0.2.16
13322026-07-01T23:44:07.716Z Compiling once_cell v1.21.3
13332026-07-01T23:44:07.716Z Compiling getrandom v0.4.1
13342026-07-01T23:44:07.716Z Compiling parking_lot v0.12.5
13352026-07-01T23:44:07.716Z Compiling mio v1.2.0
13362026-07-01T23:44:07.820Z Compiling num-traits v0.2.19
13372026-07-01T23:44:07.853Z Compiling generic-array v0.14.7
13382026-07-01T23:44:07.991Z Compiling const-oid v0.9.6
13392026-07-01T23:44:08.004Z Compiling rand_core v0.10.0
13402026-07-01T23:44:08.270Z Compiling litemap v0.8.1
13412026-07-01T23:44:08.283Z Compiling percent-encoding v2.3.2
13422026-07-01T23:44:08.479Z Compiling bitflags v2.11.0
13432026-07-01T23:44:08.491Z Compiling writeable v0.6.2
13442026-07-01T23:44:08.560Z Compiling semver v1.0.28
13452026-07-01T23:44:08.687Z Compiling socket2 v0.6.3
13462026-07-01T23:44:08.705Z Compiling icu_normalizer_data v2.1.1
13472026-07-01T23:44:08.843Z Compiling icu_properties_data v2.1.2
13482026-07-01T23:44:08.889Z Compiling futures-sink v0.3.32
13492026-07-01T23:44:09.015Z Compiling futures-channel v0.3.32
13502026-07-01T23:44:09.033Z Compiling slab v0.4.12
13512026-07-01T23:44:09.111Z Compiling futures-task v0.3.32
13522026-07-01T23:44:09.201Z Compiling synstructure v0.13.2
13532026-07-01T23:44:09.221Z Compiling futures-io v0.3.32
13542026-07-01T23:44:09.242Z Compiling indexmap v2.14.0
13552026-07-01T23:44:09.288Z Compiling utf8_iter v1.0.4
13562026-07-01T23:44:09.354Z Compiling rustversion v1.0.22
13572026-07-01T23:44:09.373Z Compiling getrandom v0.3.4
13582026-07-01T23:44:09.439Z Compiling form_urlencoded v1.2.2
13592026-07-01T23:44:09.622Z Compiling cmake v0.1.57
13602026-07-01T23:44:09.637Z Compiling rustix v1.1.3
13612026-07-01T23:44:09.644Z Compiling dunce v1.0.5
13622026-07-01T23:44:09.753Z Compiling fs_extra v1.3.0
13632026-07-01T23:44:09.833Z Compiling ident_case v1.0.1
13642026-07-01T23:44:09.944Z Compiling regex-syntax v0.8.10
13652026-07-01T23:44:09.955Z Compiling iana-time-zone v0.1.65
13662026-07-01T23:44:10.034Z Compiling base64ct v1.8.3
13672026-07-01T23:44:10.043Z Compiling aws-lc-sys v0.40.0
13682026-07-01T23:44:10.146Z Compiling vcpkg v0.2.15
13692026-07-01T23:44:10.322Z Compiling rand_core v0.9.5
13702026-07-01T23:44:10.335Z Compiling pem-rfc7468 v0.7.0
13712026-07-01T23:44:10.415Z Compiling rustc_version v0.4.1
13722026-07-01T23:44:10.608Z Compiling uuid v1.23.4
13732026-07-01T23:44:10.656Z Compiling tracing-core v0.1.36
13742026-07-01T23:44:11.144Z Compiling aws-lc-rs v1.16.3
13752026-07-01T23:44:11.147Z Compiling openssl-sys v0.9.115
13762026-07-01T23:44:11.147Z Compiling serde_derive v1.0.228
13772026-07-01T23:44:11.147Z Compiling zeroize_derive v1.4.3
13782026-07-01T23:44:11.236Z Compiling zerofrom-derive v0.1.6
13792026-07-01T23:44:11.366Z Compiling yoke-derive v0.8.1
13802026-07-01T23:44:11.447Z Compiling zerocopy-derive v0.8.40
13812026-07-01T23:44:11.462Z Compiling zerovec-derive v0.11.2
13822026-07-01T23:44:11.733Z Compiling zeroize v1.8.2
13832026-07-01T23:44:11.952Z Compiling displaydoc v0.2.5
13842026-07-01T23:44:12.581Z Compiling tokio-macros v2.7.0
13852026-07-01T23:44:12.640Z Compiling futures-macro v0.3.32
13862026-07-01T23:44:12.690Z Compiling zerofrom v0.1.6
13872026-07-01T23:44:12.739Z Compiling thiserror-impl v2.0.18
13882026-07-01T23:44:12.824Z Compiling yoke v0.8.1
13892026-07-01T23:44:12.938Z Compiling crypto-common v0.1.7
13902026-07-01T23:44:13.017Z Compiling zerovec v0.11.5
13912026-07-01T23:44:13.137Z Compiling zerotrie v0.2.3
13922026-07-01T23:44:13.413Z Compiling block-buffer v0.10.4
13932026-07-01T23:44:13.445Z Compiling tracing-attributes v0.1.31
13942026-07-01T23:44:13.499Z Compiling tinystr v0.8.2
13952026-07-01T23:44:13.550Z Compiling potential_utf v0.1.4
13962026-07-01T23:44:13.590Z Compiling futures-util v0.3.32
13972026-07-01T23:44:13.708Z Compiling icu_locale_core v2.1.1
13982026-07-01T23:44:13.723Z Compiling icu_collections v2.1.1
13992026-07-01T23:44:14.156Z Compiling digest v0.10.7
14002026-07-01T23:44:14.217Z Compiling der_derive v0.7.3
14012026-07-01T23:44:14.411Z Compiling icu_provider v2.1.1
14022026-07-01T23:44:14.563Z Compiling bytes v1.11.1
14032026-07-01T23:44:14.598Z Compiling chrono v0.4.44
14042026-07-01T23:44:14.713Z Compiling icu_normalizer v2.1.1
14052026-07-01T23:44:14.857Z Compiling icu_properties v2.1.2
14062026-07-01T23:44:15.188Z Compiling tokio v1.52.1
14072026-07-01T23:44:15.220Z Compiling http v1.4.2
14082026-07-01T23:44:15.266Z Compiling base64 v0.22.1
14092026-07-01T23:44:15.576Z Compiling flagset v0.4.7
14102026-07-01T23:44:15.711Z Compiling idna_adapter v1.2.1
14112026-07-01T23:44:15.857Z Compiling idna v1.1.0
14122026-07-01T23:44:15.910Z Compiling ppv-lite86 v0.2.21
14132026-07-01T23:44:15.926Z Compiling http-body v1.0.1
14142026-07-01T23:44:16.394Z Compiling der v0.7.10
14152026-07-01T23:44:16.397Z Compiling tracing v0.1.44
14162026-07-01T23:44:16.397Z Compiling thiserror v2.0.18
14172026-07-01T23:44:16.397Z Compiling url v2.5.8
14182026-07-01T23:44:16.397Z Compiling rustls-pki-types v1.14.0
14192026-07-01T23:44:16.397Z Compiling rand_chacha v0.9.0
14202026-07-01T23:44:16.397Z Compiling tinyvec_macros v0.1.1
14212026-07-01T23:44:16.471Z Compiling cmov v0.5.4
14222026-07-01T23:44:16.512Z Compiling openssl-probe v0.2.1
14232026-07-01T23:44:16.626Z Compiling httparse v1.10.1
14242026-07-01T23:44:16.673Z Compiling ctutils v0.4.2
14252026-07-01T23:44:16.690Z Compiling tinyvec v1.10.0
14262026-07-01T23:44:16.907Z Compiling spki v0.7.3
14272026-07-01T23:44:16.921Z Compiling rand v0.9.2
14282026-07-01T23:44:16.935Z Compiling pest_generator v2.8.6
14292026-07-01T23:44:17.018Z Compiling serde_derive_internals v0.29.1
14302026-07-01T23:44:17.033Z Compiling aho-corasick v1.1.4
14312026-07-01T23:44:17.107Z Compiling tower-layer v0.3.3
14322026-07-01T23:44:17.177Z Compiling try-lock v0.2.5
14332026-07-01T23:44:17.284Z Compiling untrusted v0.7.1
14342026-07-01T23:44:17.294Z Compiling tower-service v0.3.3
14352026-07-01T23:44:17.377Z Compiling schemars v0.8.22
14362026-07-01T23:44:17.391Z Compiling dyn-clone v1.0.20
14372026-07-01T23:44:17.524Z Compiling atomic-waker v1.1.2
14382026-07-01T23:44:17.609Z Compiling tempfile v3.25.0
14392026-07-01T23:44:18.033Z Compiling pest_derive v2.8.6
14402026-07-01T23:44:18.037Z Compiling want v0.3.1
14412026-07-01T23:44:18.037Z Compiling regex-automata v0.4.14
14422026-07-01T23:44:18.037Z Compiling schemars_derive v0.8.22
14432026-07-01T23:44:18.037Z Compiling hybrid-array v0.4.13
14442026-07-01T23:44:18.037Z Compiling ipnet v2.11.0
14452026-07-01T23:44:18.103Z Compiling scroll_derive v0.13.1
14462026-07-01T23:44:18.528Z Compiling darling_core v0.20.11
14472026-07-01T23:44:18.726Z Compiling rustls v0.23.41
14482026-07-01T23:44:18.806Z Compiling foreign-types-shared v0.1.1
14492026-07-01T23:44:18.896Z Compiling untrusted v0.9.0
14502026-07-01T23:44:18.918Z Compiling openssl v0.10.79
14512026-07-01T23:44:19.336Z Compiling tokio-util v0.7.18
14522026-07-01T23:44:19.342Z Compiling httpdate v1.0.3
14532026-07-01T23:44:19.342Z Compiling cpufeatures v0.2.17
14542026-07-01T23:44:19.342Z Compiling scroll v0.13.0
14552026-07-01T23:44:19.342Z Compiling foreign-types v0.3.2
14562026-07-01T23:44:19.342Z Compiling pkcs8 v0.10.2
14572026-07-01T23:44:19.519Z Compiling unicode-normalization v0.1.25
14582026-07-01T23:44:19.970Z Compiling h2 v0.4.15
14592026-07-01T23:44:19.984Z Compiling openssl-macros v0.1.1
14602026-07-01T23:44:20.008Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14612026-07-01T23:44:20.381Z Compiling spin v0.9.8
14622026-07-01T23:44:20.406Z Compiling powerfmt v0.2.0
14632026-07-01T23:44:20.452Z Compiling num-conv v0.2.0
14642026-07-01T23:44:20.581Z Compiling time-core v0.1.8
14652026-07-01T23:44:20.596Z Compiling crc32fast v1.5.0
14662026-07-01T23:44:20.608Z Compiling native-tls v0.2.18
14672026-07-01T23:44:20.722Z Compiling time-macros v0.2.27
14682026-07-01T23:44:20.766Z Compiling darling_macro v0.20.11
14692026-07-01T23:44:20.838Z Compiling deranged v0.5.8
14702026-07-01T23:44:21.247Z Compiling darling v0.20.11
14712026-07-01T23:44:21.330Z Compiling goblin v0.10.5
14722026-07-01T23:44:21.795Z Compiling sha2 v0.10.9
14732026-07-01T23:44:21.809Z Compiling hmac v0.12.1
14742026-07-01T23:44:21.893Z Compiling sync_wrapper v1.0.2
14752026-07-01T23:44:21.960Z Compiling wait-timeout v0.2.1
14762026-07-01T23:44:22.403Z Compiling simd-adler32 v0.3.8
14772026-07-01T23:44:22.407Z Compiling usdt-impl v0.6.0
14782026-07-01T23:44:22.407Z Compiling num_threads v0.1.7
14792026-07-01T23:44:22.407Z Compiling quick-error v1.2.3
14802026-07-01T23:44:22.441Z Compiling crossbeam-utils v0.8.21
14812026-07-01T23:44:22.457Z Compiling bit-vec v0.8.0
14822026-07-01T23:44:22.687Z Compiling siphasher v1.0.2
14832026-07-01T23:44:22.739Z Compiling syn v1.0.109
14842026-07-01T23:44:22.894Z Compiling bit-set v0.8.0
14852026-07-01T23:44:23.096Z Compiling hyper v1.10.1
14862026-07-01T23:44:23.214Z Compiling rusty-fork v0.3.1
14872026-07-01T23:44:23.530Z Compiling time v0.3.47
14882026-07-01T23:44:23.540Z Compiling tower v0.5.3
14892026-07-01T23:44:23.920Z Compiling derive_builder_core v0.20.2
14902026-07-01T23:44:24.070Z Compiling dof v0.4.0
14912026-07-01T23:44:24.209Z Compiling hyper-util v0.1.20
14922026-07-01T23:44:24.699Z Compiling dtrace-parser v0.3.0
14932026-07-01T23:44:24.810Z Compiling http-body-util v0.1.3
14942026-07-01T23:44:25.057Z Compiling thiserror-impl v1.0.69
14952026-07-01T23:44:25.071Z Compiling scroll_derive v0.12.1
14962026-07-01T23:44:25.233Z Compiling heapless v0.7.17
14972026-07-01T23:44:25.434Z Compiling rand_xorshift v0.4.0
14982026-07-01T23:44:25.489Z Compiling slog v2.8.2
14992026-07-01T23:44:25.543Z Compiling darling_core v0.21.3
15002026-07-01T23:44:25.593Z Compiling bzip2-sys v0.1.13+1.0.8
15012026-07-01T23:44:25.691Z Compiling thread-id v5.1.0
15022026-07-01T23:44:25.727Z Compiling cookie v0.18.1
15032026-07-01T23:44:25.770Z Compiling paste v1.0.15
15042026-07-01T23:44:25.886Z Compiling unarray v0.1.4
15052026-07-01T23:44:25.919Z Compiling iri-string v0.7.10
15062026-07-01T23:44:25.937Z Compiling zstd-safe v7.2.4
15072026-07-01T23:44:25.993Z Compiling unicode-properties v0.1.4
15082026-07-01T23:44:26.055Z Compiling adler2 v2.0.1
15092026-07-01T23:44:26.147Z Compiling signal-hook v0.3.18
15102026-07-01T23:44:26.187Z Compiling allocator-api2 v0.2.21
15112026-07-01T23:44:26.198Z Compiling anyhow v1.0.102
15122026-07-01T23:44:26.301Z Compiling unicode-bidi v0.3.18
15132026-07-01T23:44:26.330Z Compiling ryu v1.0.23
15142026-07-01T23:44:26.504Z Compiling serde_urlencoded v0.7.1
15152026-07-01T23:44:26.551Z Compiling thiserror v1.0.69
15162026-07-01T23:44:26.653Z Compiling stringprep v0.1.5
15172026-07-01T23:44:26.753Z Compiling miniz_oxide v0.8.9
15182026-07-01T23:44:26.795Z Compiling proptest v1.10.0
15192026-07-01T23:44:27.081Z Compiling tower-http v0.6.8
15202026-07-01T23:44:27.404Z Compiling scroll v0.12.0
15212026-07-01T23:44:27.495Z Compiling derive_builder_macro v0.20.2
15222026-07-01T23:44:27.528Z Compiling camino v1.2.2
15232026-07-01T23:44:27.616Z Compiling tokio-native-tls v0.3.1
15242026-07-01T23:44:27.898Z Compiling bstr v1.12.1
15252026-07-01T23:44:27.915Z Compiling ipnetwork v0.21.1
15262026-07-01T23:44:27.964Z Compiling crypto-common v0.2.2
15272026-07-01T23:44:28.018Z Compiling darling_macro v0.21.3
15282026-07-01T23:44:28.329Z Compiling block-padding v0.4.2
15292026-07-01T23:44:28.350Z Compiling block-buffer v0.12.1
15302026-07-01T23:44:28.495Z Compiling rustls-native-certs v0.8.3
15312026-07-01T23:44:28.527Z Compiling rand_chacha v0.3.1
15322026-07-01T23:44:28.544Z Compiling erased-serde v0.3.31
15332026-07-01T23:44:28.560Z Compiling serde_tokenstream v0.2.3
15342026-07-01T23:44:28.782Z Compiling serde_spanned v0.6.9
15352026-07-01T23:44:28.875Z Compiling toml_datetime v0.6.11
15362026-07-01T23:44:28.931Z Compiling md-5 v0.10.6
15372026-07-01T23:44:29.035Z Compiling signature v2.2.0
15382026-07-01T23:44:29.128Z Compiling async-trait v0.1.89
15392026-07-01T23:44:29.145Z Compiling zerocopy-derive v0.7.35
15402026-07-01T23:44:29.218Z Compiling pin-project-internal v1.1.11
15412026-07-01T23:44:29.336Z Compiling curve25519-dalek v4.1.3
15422026-07-01T23:44:29.685Z Compiling vergen-lib v9.1.0
15432026-07-01T23:44:29.746Z Compiling num-integer v0.1.46
15442026-07-01T23:44:29.885Z Compiling hash32 v0.2.1
15452026-07-01T23:44:30.015Z Compiling memoffset v0.9.1
15462026-07-01T23:44:30.070Z Compiling encoding_rs v0.8.35
15472026-07-01T23:44:30.082Z Compiling mime v0.3.17
15482026-07-01T23:44:30.124Z Compiling psl-types v2.0.11
15492026-07-01T23:44:30.223Z Compiling rustix v0.38.44
15502026-07-01T23:44:30.252Z Compiling zlib-rs v0.6.2
15512026-07-01T23:44:30.328Z Compiling litrs v1.0.0
15522026-07-01T23:44:30.344Z Compiling smoltcp v0.9.1
15532026-07-01T23:44:30.580Z Compiling cfg_aliases v0.2.1
15542026-07-01T23:44:30.655Z Compiling fallible-iterator v0.2.0
15552026-07-01T23:44:30.691Z Compiling num-bigint-dig v0.8.6
15562026-07-01T23:44:30.836Z Compiling ref-cast v1.0.25
15572026-07-01T23:44:30.911Z Compiling document-features v0.2.12
15582026-07-01T23:44:30.963Z Compiling postgres-protocol v0.6.10
15592026-07-01T23:44:31.226Z Compiling nix v0.31.2
15602026-07-01T23:44:31.520Z Compiling pin-project v1.1.11
15612026-07-01T23:44:31.556Z Compiling publicsuffix v2.3.0
15622026-07-01T23:44:31.560Z Compiling hubpack_derive v0.1.1
15632026-07-01T23:44:31.629Z Compiling zerocopy v0.7.35
15642026-07-01T23:44:31.694Z Compiling num-iter v0.1.45
15652026-07-01T23:44:31.810Z Compiling newtype-uuid v1.3.2
15662026-07-01T23:44:32.015Z Compiling rand v0.8.6
15672026-07-01T23:44:32.078Z Compiling darling v0.21.3
15682026-07-01T23:44:32.138Z Compiling inout v0.2.2
15692026-07-01T23:44:32.162Z Compiling oxnet v0.1.6
15702026-07-01T23:44:32.177Z Compiling derive_builder v0.20.2
15712026-07-01T23:44:32.208Z Compiling hyper-tls v0.6.0
15722026-07-01T23:44:32.296Z Compiling goblin v0.8.2
15732026-07-01T23:44:32.951Z Compiling phf_shared v0.13.1
15742026-07-01T23:44:32.978Z Compiling lazy_static v1.5.0
15752026-07-01T23:44:33.105Z Compiling regex v1.12.3
15762026-07-01T23:44:33.124Z Compiling anstyle-parse v0.2.7
15772026-07-01T23:44:33.189Z Compiling flate2 v1.1.9
15782026-07-01T23:44:33.245Z Compiling futures-executor v0.3.32
15792026-07-01T23:44:33.308Z Compiling hex v0.4.3
15802026-07-01T23:44:33.506Z Compiling terminal_size v0.4.3
15812026-07-01T23:44:33.539Z Compiling snafu-derive v0.8.9
15822026-07-01T23:44:33.567Z Compiling curve25519-dalek-derive v0.1.1
15832026-07-01T23:44:33.581Z Compiling daft-derive v0.1.7
15842026-07-01T23:44:33.605Z Compiling strum_macros v0.27.2
15852026-07-01T23:44:33.639Z Compiling ref-cast-impl v1.0.25
15862026-07-01T23:44:34.203Z Compiling vergen v9.1.0
15872026-07-01T23:44:34.236Z Compiling cargo-platform v0.3.2
15882026-07-01T23:44:34.323Z Compiling ff v0.13.1
15892026-07-01T23:44:34.401Z Compiling fs-err v3.3.0
15902026-07-01T23:44:34.466Z Compiling ahash v0.8.12
15912026-07-01T23:44:34.514Z Compiling bumpalo v3.20.2
15922026-07-01T23:44:34.603Z Compiling managed v0.8.0
15932026-07-01T23:44:34.693Z Compiling object v0.37.3
15942026-07-01T23:44:34.763Z Compiling same-file v1.0.6
15952026-07-01T23:44:34.826Z Compiling libbz2-rs-sys v0.2.2
15962026-07-01T23:44:34.927Z Compiling bitflags v1.3.2
15972026-07-01T23:44:34.977Z Compiling foldhash v0.1.5
15982026-07-01T23:44:35.003Z Compiling winnow v0.5.40
15992026-07-01T23:44:35.150Z Compiling base16ct v0.2.0
16002026-07-01T23:44:35.339Z Compiling foldhash v0.2.0
16012026-07-01T23:44:35.465Z Compiling unicode-segmentation v1.12.0
16022026-07-01T23:44:35.508Z Compiling hashbrown v0.16.1
16032026-07-01T23:44:35.564Z Compiling snafu v0.8.9
16042026-07-01T23:44:35.609Z Compiling strum v0.27.2
16052026-07-01T23:44:35.737Z Compiling sec1 v0.7.3
16062026-07-01T23:44:35.825Z Compiling bzip2 v0.6.1
16072026-07-01T23:44:35.852Z Compiling hashbrown v0.15.5
16082026-07-01T23:44:36.028Z Compiling walkdir v2.5.0
16092026-07-01T23:44:36.052Z Compiling zopfli v0.8.3
16102026-07-01T23:44:36.143Z Compiling clap_builder v4.6.0
16112026-07-01T23:44:36.336Z Compiling toml_edit v0.19.15
16122026-07-01T23:44:36.451Z Compiling dof v0.3.0
16132026-07-01T23:44:36.491Z Compiling group v0.13.0
16142026-07-01T23:44:36.674Z Compiling cargo_metadata v0.23.1
16152026-07-01T23:44:36.724Z Compiling daft v0.1.7
16162026-07-01T23:44:37.108Z Compiling futures v0.3.32
16172026-07-01T23:44:37.164Z Compiling anstream v0.6.21
16182026-07-01T23:44:37.191Z Compiling phf v0.13.1
16192026-07-01T23:44:37.470Z Compiling signal-hook-mio v0.2.5
16202026-07-01T23:44:37.755Z Compiling cookie_store v0.22.1
16212026-07-01T23:44:37.953Z Compiling zstd v0.13.3
16222026-07-01T23:44:38.009Z Compiling bzip2 v0.4.4
16232026-07-01T23:44:38.242Z Compiling reqwest v0.12.28
16242026-07-01T23:44:38.272Z Compiling cipher v0.5.2
16252026-07-01T23:44:38.451Z Compiling serde_with_macros v3.17.0
16262026-07-01T23:44:38.589Z Compiling hubpack v0.1.2
16272026-07-01T23:44:39.000Z Compiling postgres-types v0.2.12
16282026-07-01T23:44:39.209Z Compiling ed25519 v2.2.3
16292026-07-01T23:44:39.568Z Compiling usdt-attr-macro v0.6.0
16302026-07-01T23:44:39.632Z Compiling usdt-macro v0.6.0
16312026-07-01T23:44:39.752Z Compiling globset v0.4.18
16322026-07-01T23:44:40.026Z Compiling dtrace-parser v0.2.0
16332026-07-01T23:44:40.101Z Compiling phf_shared v0.11.3
16342026-07-01T23:44:40.298Z Compiling hkdf v0.12.4
16352026-07-01T23:44:40.380Z Compiling olpc-cjson v0.1.4
16362026-07-01T23:44:40.380Z Compiling pkcs1 v0.7.5
16372026-07-01T23:44:40.423Z Compiling pem v3.0.6
16382026-07-01T23:44:40.464Z Compiling serde-big-array v0.5.1
16392026-07-01T23:44:40.578Z Compiling serde_plain v1.0.2
16402026-07-01T23:44:40.606Z Compiling crypto-bigint v0.5.5
16412026-07-01T23:44:40.730Z Compiling async-recursion v1.1.1
16422026-07-01T23:44:40.745Z Compiling clap_derive v4.6.1
16432026-07-01T23:44:40.770Z Compiling enum-as-inner v0.6.1
16442026-07-01T23:44:40.780Z Compiling serde_repr v0.1.20
16452026-07-01T23:44:41.276Z Compiling strum_macros v0.26.4
16462026-07-01T23:44:41.324Z Compiling float-cmp v0.10.0
16472026-07-01T23:44:41.383Z Compiling memmap2 v0.9.10
16482026-07-01T23:44:41.474Z Compiling thread-id v4.2.2
16492026-07-01T23:44:41.561Z Compiling env_filter v1.0.0
16502026-07-01T23:44:41.598Z Compiling fixedbitset v0.5.7
16512026-07-01T23:44:41.864Z Compiling difflib v0.4.0
16522026-07-01T23:44:41.911Z Compiling jiff v0.2.21
16532026-07-01T23:44:41.968Z Compiling typed-path v0.9.3
16542026-07-01T23:44:42.414Z Compiling normalize-line-endings v0.3.0
16552026-07-01T23:44:42.507Z Compiling either v1.15.0
16562026-07-01T23:44:42.520Z Compiling winnow v1.0.3
16572026-07-01T23:44:42.731Z Compiling cpufeatures v0.3.0
16582026-07-01T23:44:42.743Z Compiling whoami v2.1.0
16592026-07-01T23:44:42.780Z Compiling const-oid v0.10.2
16602026-07-01T23:44:42.875Z Compiling precomputed-hash v0.1.1
16612026-07-01T23:44:42.960Z Compiling predicates-core v1.0.10
16622026-07-01T23:44:42.987Z Compiling new_debug_unreachable v1.0.6
16632026-07-01T23:44:43.041Z Compiling static_assertions v1.1.0
16642026-07-01T23:44:43.105Z Compiling data-encoding v2.10.0
16652026-07-01T23:44:43.108Z Compiling keccak v0.1.6
16662026-07-01T23:44:43.134Z Compiling fixedbitset v0.4.2
16672026-07-01T23:44:43.159Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-07-01T23:44:43.174Z Compiling strum v0.26.3
16692026-07-01T23:44:43.203Z Compiling string_cache v0.8.9
16702026-07-01T23:44:43.302Z Compiling petgraph v0.6.5
16712026-07-01T23:44:43.352Z Compiling sha3 v0.10.8
16722026-07-01T23:44:43.431Z Compiling hickory-proto v0.25.2
16732026-07-01T23:44:43.810Z Compiling predicates v3.1.4
16742026-07-01T23:44:43.824Z Compiling toml_edit v0.22.27
16752026-07-01T23:44:43.846Z Compiling tokio-postgres v0.7.16
16762026-07-01T23:44:44.496Z Compiling digest v0.11.3
16772026-07-01T23:44:44.746Z Compiling zip v4.6.1
16782026-07-01T23:44:44.824Z Compiling toml_parser v1.1.2+spec-1.1.0
16792026-07-01T23:44:45.436Z Compiling chacha20 v0.10.0
16802026-07-01T23:44:45.669Z Compiling itertools v0.13.0
16812026-07-01T23:44:45.810Z Compiling clap v4.6.1
16822026-07-01T23:44:45.910Z Compiling petgraph v0.8.3
16832026-07-01T23:44:45.996Z Compiling env_logger v0.11.9
16842026-07-01T23:44:46.059Z Compiling elliptic-curve v0.13.8
16852026-07-01T23:44:46.097Z Compiling usdt-impl v0.5.0
16862026-07-01T23:44:46.338Z Compiling usdt v0.6.0
16872026-07-01T23:44:46.458Z Compiling rsa v0.9.10
16882026-07-01T23:44:46.527Z Compiling crossterm v0.28.1
16892026-07-01T23:44:46.602Z Compiling serde_with v3.17.0
16902026-07-01T23:44:46.682Z Compiling ed25519-dalek v2.2.0
16912026-07-01T23:44:47.328Z Compiling zip v0.6.6
16922026-07-01T23:44:47.875Z Compiling toml v0.7.8
16932026-07-01T23:44:47.910Z Compiling iddqd v0.4.2
16942026-07-01T23:44:48.490Z Compiling heck v0.4.1
16952026-07-01T23:44:48.519Z Compiling similar v2.7.0
16962026-07-01T23:44:48.576Z Compiling crossbeam-epoch v0.9.18
16972026-07-01T23:44:48.616Z Compiling tokio-stream v0.1.18
16982026-07-01T23:44:48.720Z Compiling buf-list v1.1.2
16992026-07-01T23:44:48.920Z Compiling x509-cert v0.2.5
17002026-07-01T23:44:48.989Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-07-01T23:44:49.092Z Compiling openapiv3 v2.2.0
17022026-07-01T23:44:49.246Z Compiling peg-runtime v0.8.5
17032026-07-01T23:44:49.297Z Compiling lalrpop-util v0.19.12
17042026-07-01T23:44:49.370Z Compiling thread_local v1.1.9
17052026-07-01T23:44:49.498Z Compiling slog-async v2.8.0
17062026-07-01T23:44:49.522Z Compiling crossbeam-channel v0.5.15
17072026-07-01T23:44:49.632Z Compiling is-terminal v0.4.17
17082026-07-01T23:44:49.727Z Compiling filetime v0.2.27
17092026-07-01T23:44:49.805Z Compiling xattr v1.6.1
17102026-07-01T23:44:49.852Z Compiling take_mut v0.2.2
17112026-07-01T23:44:49.905Z Compiling term v1.2.1
17122026-07-01T23:44:50.005Z Compiling tar v0.4.45
17132026-07-01T23:44:50.021Z Compiling camino-tempfile v1.4.1
17142026-07-01T23:44:50.222Z Compiling slog-term v2.9.2
17152026-07-01T23:45:00.315Z Compiling rustls-webpki v0.103.9
17162026-07-01T23:45:03.031Z Compiling tokio-rustls v0.26.4
17172026-07-01T23:45:03.031Z Compiling rustls-platform-verifier v0.6.2
17182026-07-01T23:45:03.031Z Compiling tough v0.22.0
17192026-07-01T23:45:03.246Z Compiling hyper-rustls v0.27.7
17202026-07-01T23:45:03.450Z Compiling reqwest v0.13.2
17212026-07-01T23:45:05.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-07-01T23:45:05.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-07-01T23:45:08.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-07-01T23:45:08.936Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-07-01T23:45:08.989ZJul 01 23:45:08.153 INFO Starting download, target: DendriteStub
17262026-07-01T23:45:08.989ZJul 01 23:45:08.153 INFO Starting download, target: Cockroach
17272026-07-01T23:45:08.989ZJul 01 23:45:08.153 INFO Starting download, target: Clickhouse
17282026-07-01T23:45:08.989ZJul 01 23:45:08.153 INFO Starting download, target: Console
17292026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Starting download, target: MaghemiteMgd
17302026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Starting download, target: MaghemiteDdmd
17312026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Starting download, target: TransceiverControl
17322026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-07-01T23:45:09.057ZJul 01 23:45:08.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-07-01T23:45:09.057ZJul 01 23:45:08.154 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-07-01T23:45:09.057ZJul 01 23:45:08.154 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-07-01T23:45:09.057ZJul 01 23:45:08.154 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-07-01T23:45:09.057ZJul 01 23:45:08.154 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-07-01T23:45:09.651ZJul 01 23:45:08.815 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-07-01T23:45:09.879ZJul 01 23:45:09.023 INFO Download complete, target: TransceiverControl
17412026-07-01T23:45:10.760ZJul 01 23:45:09.908 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-07-01T23:45:11.012ZJul 01 23:45:10.145 INFO Download complete, target: Console
17432026-07-01T23:45:11.235ZJul 01 23:45:10.378 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-07-01T23:45:11.334ZJul 01 23:45:10.493 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-07-01T23:45:11.370ZJul 01 23:45:10.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-07-01T23:45:11.413ZJul 01 23:45:10.549 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-07-01T23:45:12.014ZJul 01 23:45:11.171 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-07-01T23:45:12.014ZJul 01 23:45:11.171 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-07-01T23:45:13.060ZJul 01 23:45:12.224 INFO Download complete, target: MaghemiteDdmd
17502026-07-01T23:45:13.766ZJul 01 23:45:12.930 INFO Download complete, target: MaghemiteMgd
17512026-07-01T23:45:13.825ZJul 01 23:45:12.990 INFO Download complete, target: DendriteStub
17522026-07-01T23:45:16.561ZJul 01 23:45:15.725 INFO Checking that binary works, target: Cockroach
17532026-07-01T23:45:16.680ZJul 01 23:45:15.844 INFO Download complete, target: Cockroach
17542026-07-01T23:45:17.975ZJul 01 23:45:17.138 INFO Checking that binary works, target: Clickhouse
17552026-07-01T23:45:18.108ZJul 01 23:45:17.272 INFO Download complete, target: Clickhouse
17562026-07-01T23:45:18.123ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-07-01T23:45:18.126Z
17582026-07-01T23:45:18.126Zreal 2:01.781796083
17592026-07-01T23:45:18.126Zuser 6:38.340972620
17602026-07-01T23:45:18.126Zsys 1:22.675088424
17612026-07-01T23:45:18.126Ztrap 0.235347005
17622026-07-01T23:45:18.126Ztflt 0.582532965
17632026-07-01T23:45:18.126Zdflt 0.688126378
17642026-07-01T23:45:18.126Zkflt 0.022816643
17652026-07-01T23:45:18.126Zlock 22:31.169218786
17662026-07-01T23:45:18.126Zslp 20:17.312639784
17672026-07-01T23:45:18.126Zlat 43.306962038
17682026-07-01T23:45:18.126Zstop 1:56.761613612
17692026-07-01T23:45:18.126Z+ banner clippy
17702026-07-01T23:45:18.126Z
17712026-07-01T23:45:18.127Z #### # # ##### ##### # #
17722026-07-01T23:45:18.127Z # # # # # # # # # #
17732026-07-01T23:45:18.127Z # # # # # # # #
17742026-07-01T23:45:18.127Z # # # ##### ##### #
17752026-07-01T23:45:18.127Z # # # # # # #
17762026-07-01T23:45:18.127Z #### ###### # # # #
17772026-07-01T23:45:18.127Z
17782026-07-01T23:45:18.127Z+ export CARGO_INCREMENTAL=0
17792026-07-01T23:45:18.127Z+ CARGO_INCREMENTAL=0
17802026-07-01T23:45:18.127Z+ ptime -m cargo xtask clippy
17812026-07-01T23:45:18.575Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-07-01T23:45:18.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-07-01T23:45:20.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17842026-07-01T23:45:20.676Z Running `target/debug/xtask clippy`
17852026-07-01T23:45:20.702Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-07-01T23:45:21.259Z Downloading crates ...
17872026-07-01T23:45:21.555Z Downloaded approx v0.5.1
17882026-07-01T23:45:21.568Z Downloaded addr2line v0.25.1
17892026-07-01T23:45:21.568Z Downloaded oorandom v11.1.5
17902026-07-01T23:45:21.568Z Downloaded rstest_macros v0.25.0
17912026-07-01T23:45:21.568Z Downloaded async-object-pool v0.2.0
17922026-07-01T23:45:21.568Z Downloaded guppy-workspace-hack v0.1.0
17932026-07-01T23:45:21.568Z Downloaded pathdiff v0.2.3
17942026-07-01T23:45:21.568Z Downloaded assert-json-diff v2.0.2
17952026-07-01T23:45:21.568Z Downloaded event-listener-strategy v0.5.4
17962026-07-01T23:45:21.568Z Downloaded plotters-backend v0.3.7
17972026-07-01T23:45:21.568Z Downloaded owo-colors v3.5.0
17982026-07-01T23:45:21.568Z Downloaded futures-timer v3.0.3
17992026-07-01T23:45:21.568Z Downloaded cfg-expr v0.20.6
18002026-07-01T23:45:21.568Z Downloaded termcolor v1.4.1
18012026-07-01T23:45:21.568Z Downloaded linkme v0.3.35
18022026-07-01T23:45:21.568Z Downloaded knuffel-derive v3.2.0
18032026-07-01T23:45:21.568Z Downloaded datatest-stable v0.3.3
18042026-07-01T23:45:21.568Z Downloaded supports-unicode v2.1.0
18052026-07-01T23:45:21.568Z Downloaded knuffel v3.2.0
18062026-07-01T23:45:21.568Z Downloaded rstest v0.25.0
18072026-07-01T23:45:21.568Z Downloaded plotters-svg v0.3.7
18082026-07-01T23:45:21.568Z Downloaded relative-path v1.9.3
18092026-07-01T23:45:21.568Z Downloaded criterion-plot v0.6.0
18102026-07-01T23:45:21.568Z Downloaded partial-io v0.5.4
18112026-07-01T23:45:21.568Z Downloaded hashbrown v0.14.5
18122026-07-01T23:45:21.583Z Downloaded serde_regex v1.1.0
18132026-07-01T23:45:21.583Z Downloaded backtrace-ext v0.2.1
18142026-07-01T23:45:21.583Z Downloaded target-triple v1.0.0
18152026-07-01T23:45:21.583Z Downloaded supports-hyperlinks v2.1.0
18162026-07-01T23:45:21.583Z Downloaded parking v2.2.1
18172026-07-01T23:45:21.591Z Downloaded escape8259 v0.5.3
18182026-07-01T23:45:21.591Z Downloaded terminal_size v0.1.17
18192026-07-01T23:45:21.591Z Downloaded hickory-client v0.25.2
18202026-07-01T23:45:21.592Z Downloaded linkme-impl v0.3.35
18212026-07-01T23:45:21.592Z Downloaded nested v0.1.1
18222026-07-01T23:45:21.592Z Downloaded cast v0.3.0
18232026-07-01T23:45:21.595Z Downloaded assert_cmd v2.1.2
18242026-07-01T23:45:21.595Z Downloaded target-lexicon v0.13.3
18252026-07-01T23:45:21.595Z Downloaded constant_time_eq v0.3.1
18262026-07-01T23:45:21.600Z Downloaded hex-literal v0.4.1
18272026-07-01T23:45:21.603Z Downloaded tinytemplate v1.2.1
18282026-07-01T23:45:21.605Z Downloaded target-spec v3.5.7
18292026-07-01T23:45:21.608Z Downloaded supports-color v2.1.0
18302026-07-01T23:45:21.613Z Downloaded similar-asserts v1.7.0
18312026-07-01T23:45:21.616Z Downloaded anes v0.1.6
18322026-07-01T23:45:21.622Z Downloaded path-tree v0.8.3
18332026-07-01T23:45:21.622Z Downloaded libtest-mimic v0.8.1
18342026-07-01T23:45:21.626Z Downloaded concurrent-queue v2.5.0
18352026-07-01T23:45:21.626Z Downloaded trybuild v1.0.116
18362026-07-01T23:45:21.626Z Downloaded miette-derive v5.10.0
18372026-07-01T23:45:21.626Z Downloaded blake2b_simd v1.0.4
18382026-07-01T23:45:21.629Z Downloaded rust-argon2 v2.1.0
18392026-07-01T23:45:21.637Z Downloaded async-lock v3.4.2
18402026-07-01T23:45:21.640Z Downloaded miette v5.10.0
18412026-07-01T23:45:21.642Z Downloaded stringmetrics v2.2.2
18422026-07-01T23:45:21.645Z Downloaded rustc-demangle v0.1.27
18432026-07-01T23:45:21.648Z Downloaded httptest v0.16.4
18442026-07-01T23:45:21.667Z Downloaded textwrap v0.15.2
18452026-07-01T23:45:21.672Z Downloaded event-listener v5.4.1
18462026-07-01T23:45:21.675Z Downloaded backtrace v0.3.76
18472026-07-01T23:45:21.675Z Downloaded rand_distr v0.5.1
18482026-07-01T23:45:21.677Z Downloaded chumsky v0.9.3
18492026-07-01T23:45:21.685Z Downloaded fancy-regex v0.14.0
18502026-07-01T23:45:21.698Z Downloaded criterion v0.7.0
18512026-07-01T23:45:21.702Z Downloaded plotters v0.3.7
18522026-07-01T23:45:21.707Z Downloaded guppy v0.17.25
18532026-07-01T23:45:21.710Z Downloaded gimli v0.32.3
18542026-07-01T23:45:21.831Z Downloaded httpmock v0.8.3
18552026-07-01T23:45:23.502Z Checking cfg-if v1.0.4
18562026-07-01T23:45:23.865Z Checking libc v0.2.185
18572026-07-01T23:45:23.868Z Checking serde_core v1.0.228
18582026-07-01T23:45:23.939Z Checking memchr v2.8.0
18592026-07-01T23:45:23.982Z Checking zeroize v1.8.2
18602026-07-01T23:45:23.982Z Checking smallvec v1.15.1
18612026-07-01T23:45:24.127Z Checking rand_core v0.10.0
18622026-07-01T23:45:24.149Z Checking itoa v1.0.17
18632026-07-01T23:45:24.149Z Checking subtle v2.6.1
18642026-07-01T23:45:24.179Z Checking log v0.4.29
18652026-07-01T23:45:24.226Z Checking libm v0.2.16
18662026-07-01T23:45:24.274Z Checking typenum v1.20.1
18672026-07-01T23:45:24.315Z Checking getrandom v0.4.1
18682026-07-01T23:45:24.315Z Checking errno v0.3.14
18692026-07-01T23:45:24.387Z Checking scopeguard v1.2.0
18702026-07-01T23:45:24.428Z Checking stable_deref_trait v1.2.1
18712026-07-01T23:45:24.468Z Checking zmij v1.0.21
18722026-07-01T23:45:24.507Z Checking zerofrom v0.1.6
18732026-07-01T23:45:24.545Z Checking lock_api v0.4.14
18742026-07-01T23:45:24.587Z Checking percent-encoding v2.3.2
18752026-07-01T23:45:24.626Z Checking writeable v0.6.2
18762026-07-01T23:45:24.662Z Checking yoke v0.8.1
18772026-07-01T23:45:24.702Z Checking litemap v0.8.1
18782026-07-01T23:45:24.757Z Checking icu_normalizer_data v2.1.1
18792026-07-01T23:45:24.797Z Checking icu_properties_data v2.1.2
18802026-07-01T23:45:24.835Z Checking pin-project-lite v0.2.17
18812026-07-01T23:45:24.874Z Checking zerovec v0.11.5
18822026-07-01T23:45:24.877Z Checking zerotrie v0.2.3
18832026-07-01T23:45:24.944Z Checking num-traits v0.2.19
18842026-07-01T23:45:24.983Z Checking form_urlencoded v1.2.2
18852026-07-01T23:45:25.019Z Checking utf8_iter v1.0.4
18862026-07-01T23:45:25.064Z Checking parking_lot_core v0.9.12
18872026-07-01T23:45:25.100Z Checking zerocopy v0.8.40
18882026-07-01T23:45:25.145Z Checking portable-atomic v1.13.1
18892026-07-01T23:45:25.188Z Checking critical-section v1.2.0
18902026-07-01T23:45:25.303Z Checking signal-hook-registry v1.4.8
18912026-07-01T23:45:25.320Z Checking parking_lot v0.12.5
18922026-07-01T23:45:25.323Z Checking mio v1.2.0
18932026-07-01T23:45:25.364Z Checking tinystr v0.8.2
18942026-07-01T23:45:25.414Z Checking serde v1.0.228
18952026-07-01T23:45:25.416Z Checking bitflags v2.11.0
18962026-07-01T23:45:25.489Z Checking serde_json v1.0.150
18972026-07-01T23:45:25.526Z Checking potential_utf v0.1.4
18982026-07-01T23:45:25.570Z Checking icu_locale_core v2.1.1
18992026-07-01T23:45:25.607Z Checking once_cell v1.21.3
19002026-07-01T23:45:25.656Z Checking socket2 v0.6.3
19012026-07-01T23:45:25.698Z Checking iana-time-zone v0.1.65
19022026-07-01T23:45:25.701Z Checking icu_collections v2.1.1
19032026-07-01T23:45:25.819Z Checking uuid v1.23.4
19042026-07-01T23:45:25.863Z Checking bytes v1.11.1
19052026-07-01T23:45:25.866Z Checking chrono v0.4.44
19062026-07-01T23:45:25.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19072026-07-01T23:45:26.026Z Checking thiserror v2.0.18
19082026-07-01T23:45:26.143Z Checking icu_provider v2.1.1
19092026-07-01T23:45:26.183Z Checking semver v1.0.28
19102026-07-01T23:45:26.220Z Checking futures-core v0.3.32
19112026-07-01T23:45:26.224Z Checking dyn-clone v1.0.20
19122026-07-01T23:45:26.333Z Checking getrandom v0.2.17
19132026-07-01T23:45:26.336Z Checking tokio v1.52.1
19142026-07-01T23:45:26.403Z Checking equivalent v1.0.2
19152026-07-01T23:45:26.406Z Checking icu_normalizer v2.1.1
19162026-07-01T23:45:26.406Z Checking icu_properties v2.1.2
19172026-07-01T23:45:26.542Z Checking cmov v0.5.4
19182026-07-01T23:45:26.561Z Checking rand_core v0.6.4
19192026-07-01T23:45:26.561Z Checking rustix v1.1.3
19202026-07-01T23:45:26.716Z Checking ctutils v0.4.2
19212026-07-01T23:45:26.752Z Checking byteorder v1.5.0
19222026-07-01T23:45:26.790Z Checking futures-sink v0.3.32
19232026-07-01T23:45:26.827Z Checking slab v0.4.12
19242026-07-01T23:45:26.923Z Checking futures-channel v0.3.32
19252026-07-01T23:45:26.954Z Checking hybrid-array v0.4.13
19262026-07-01T23:45:26.990Z Checking futures-task v0.3.32
19272026-07-01T23:45:27.027Z Checking futures-io v0.3.32
19282026-07-01T23:45:27.137Z Checking generic-array v0.14.7
19292026-07-01T23:45:27.175Z Checking thiserror v1.0.69
19302026-07-01T23:45:27.179Z Checking futures-util v0.3.32
19312026-07-01T23:45:27.265Z Checking idna_adapter v1.2.1
19322026-07-01T23:45:27.302Z Checking getrandom v0.3.4
19332026-07-01T23:45:27.419Z Checking idna v1.1.0
19342026-07-01T23:45:27.458Z Checking hashbrown v0.17.0
19352026-07-01T23:45:27.492Z Checking const-oid v0.9.6
19362026-07-01T23:45:27.621Z Checking base64ct v1.8.3
19372026-07-01T23:45:27.748Z Checking url v2.5.8
19382026-07-01T23:45:27.760Z Checking crypto-common v0.2.2
19392026-07-01T23:45:27.866Z Checking ppv-lite86 v0.2.21
19402026-07-01T23:45:27.903Z Checking crypto-common v0.1.7
19412026-07-01T23:45:27.947Z Checking indexmap v2.14.0
19422026-07-01T23:45:28.055Z Checking fnv v1.0.7
19432026-07-01T23:45:28.161Z Checking schemars v0.8.22
19442026-07-01T23:45:28.198Z Checking regex-syntax v0.8.10
19452026-07-01T23:45:28.201Z Checking block-buffer v0.12.1
19462026-07-01T23:45:28.266Z Checking block-buffer v0.10.4
19472026-07-01T23:45:28.364Z Checking http v1.4.2
19482026-07-01T23:45:28.418Z Checking tracing-core v0.1.36
19492026-07-01T23:45:28.455Z Checking digest v0.10.7
19502026-07-01T23:45:28.539Z Checking base64 v0.22.1
19512026-07-01T23:45:28.691Z Checking utf8parse v0.2.2
19522026-07-01T23:45:28.762Z Checking tracing v0.1.44
19532026-07-01T23:45:28.807Z Checking anstyle v1.0.14
19542026-07-01T23:45:28.844Z Checking colorchoice v1.0.4
19552026-07-01T23:45:28.946Z Checking is_terminal_polyfill v1.70.2
19562026-07-01T23:45:28.974Z Checking anstyle-query v1.1.5
19572026-07-01T23:45:29.011Z Checking ipnet v2.11.0
19582026-07-01T23:45:29.014Z Checking const-oid v0.10.2
19592026-07-01T23:45:29.014Z Checking anstyle-parse v1.0.0
19602026-07-01T23:45:29.116Z Checking terminal_size v0.4.3
19612026-07-01T23:45:29.119Z Checking aho-corasick v1.1.4
19622026-07-01T23:45:29.192Z Checking crossbeam-utils v0.8.21
19632026-07-01T23:45:29.221Z Checking unicode-ident v1.0.24
19642026-07-01T23:45:29.258Z Checking anstream v1.0.0
19652026-07-01T23:45:29.294Z Checking clap_lex v1.0.0
19662026-07-01T23:45:29.296Z Checking powerfmt v0.2.0
19672026-07-01T23:45:29.361Z Checking proc-macro2 v1.0.106
19682026-07-01T23:45:29.471Z Checking strsim v0.11.1
19692026-07-01T23:45:29.507Z Checking deranged v0.5.8
19702026-07-01T23:45:29.512Z Checking httparse v1.10.1
19712026-07-01T23:45:29.577Z Checking num_threads v0.1.7
19722026-07-01T23:45:29.580Z Checking time-core v0.1.8
19732026-07-01T23:45:29.647Z Checking tokio-util v0.7.18
19742026-07-01T23:45:29.686Z Checking clap_builder v4.6.0
19752026-07-01T23:45:29.689Z Checking num-conv v0.2.0
19762026-07-01T23:45:29.754Z Checking quote v1.0.45
19772026-07-01T23:45:29.788Z Checking cpufeatures v0.3.0
19782026-07-01T23:45:29.791Z Checking rand_core v0.9.5
19792026-07-01T23:45:29.859Z Checking regex-automata v0.4.14
19802026-07-01T23:45:29.862Z Checking digest v0.11.3
19812026-07-01T23:45:29.927Z Checking erased-serde v0.3.31
19822026-07-01T23:45:29.962Z Checking syn v2.0.117
19832026-07-01T23:45:30.020Z Checking http-body v1.0.1
19842026-07-01T23:45:30.095Z Checking cpufeatures v0.2.17
19852026-07-01T23:45:30.179Z Checking atomic-waker v1.1.2
19862026-07-01T23:45:30.215Z Checking allocator-api2 v0.2.21
19872026-07-01T23:45:30.270Z Checking rand_chacha v0.9.0
19882026-07-01T23:45:30.306Z Checking aws-lc-sys v0.40.0
19892026-07-01T23:45:30.343Z Checking slog v2.8.2
19902026-07-01T23:45:30.445Z Checking time v0.3.47
19912026-07-01T23:45:30.497Z Checking anyhow v1.0.102
19922026-07-01T23:45:30.533Z Checking rustls-pki-types v1.14.0
19932026-07-01T23:45:30.640Z Checking untrusted v0.7.1
19942026-07-01T23:45:30.721Z Checking try-lock v0.2.5
19952026-07-01T23:45:30.774Z Checking httpdate v1.0.3
19962026-07-01T23:45:30.821Z Checking aws-lc-rs v1.16.3
19972026-07-01T23:45:30.859Z Checking rand v0.9.2
19982026-07-01T23:45:30.861Z Checking want v0.3.1
19992026-07-01T23:45:30.944Z Checking h2 v0.4.15
20002026-07-01T23:45:30.948Z Checking clap v4.6.1
20012026-07-01T23:45:31.013Z Checking ryu v1.0.23
20022026-07-01T23:45:31.088Z Checking tower-service v0.3.3
20032026-07-01T23:45:31.176Z Checking tower-layer v0.3.3
20042026-07-01T23:45:31.214Z Checking ipnetwork v0.21.1
20052026-07-01T23:45:31.354Z Checking hex v0.4.3
20062026-07-01T23:45:31.394Z Checking fastrand v2.3.0
20072026-07-01T23:45:31.450Z Checking untrusted v0.9.0
20082026-07-01T23:45:31.580Z Checking mime v0.3.17
20092026-07-01T23:45:31.616Z Checking pem-rfc7468 v0.7.0
20102026-07-01T23:45:31.619Z Checking block-padding v0.4.2
20112026-07-01T23:45:31.650Z Checking spin v0.9.8
20122026-07-01T23:45:31.717Z Checking flagset v0.4.7
20132026-07-01T23:45:31.720Z Checking rustls-webpki v0.103.9
20142026-07-01T23:45:31.785Z Checking http-body-util v0.1.3
20152026-07-01T23:45:31.821Z Checking pretty-hex v0.4.1
20162026-07-01T23:45:31.824Z Checking inout v0.2.2
20172026-07-01T23:45:31.890Z Checking der v0.7.10
20182026-07-01T23:45:31.893Z Checking simd-adler32 v0.3.8
20192026-07-01T23:45:31.963Z Checking tempfile v3.25.0
20202026-07-01T23:45:32.024Z Checking adler2 v2.0.1
20212026-07-01T23:45:32.027Z Checking plain v0.2.3
20222026-07-01T23:45:32.123Z Checking openssl-probe v0.2.1
20232026-07-01T23:45:32.161Z Checking miniz_oxide v0.8.9
20242026-07-01T23:45:32.199Z Checking cipher v0.5.2
20252026-07-01T23:45:32.202Z Checking rustls v0.23.41
20262026-07-01T23:45:32.202Z Checking regex v1.12.3
20272026-07-01T23:45:32.302Z Checking serde_urlencoded v0.7.1
20282026-07-01T23:45:32.305Z Checking camino v1.2.2
20292026-07-01T23:45:32.463Z Checking encoding_rs v0.8.35
20302026-07-01T23:45:32.527Z Checking ucd-trie v0.1.7
20312026-07-01T23:45:32.565Z Checking rand_chacha v0.3.1
20322026-07-01T23:45:32.568Z Checking oxnet v0.1.6
20332026-07-01T23:45:32.608Z Checking sync_wrapper v1.0.2
20342026-07-01T23:45:32.731Z Checking pest v2.8.6
20352026-07-01T23:45:32.734Z Checking spki v0.7.3
20362026-07-01T23:45:32.801Z Checking either v1.15.0
20372026-07-01T23:45:32.864Z Checking rand v0.8.6
20382026-07-01T23:45:32.960Z Checking tower v0.5.3
20392026-07-01T23:45:32.997Z Checking futures-executor v0.3.32
20402026-07-01T23:45:33.045Z Checking crc32fast v1.5.0
20412026-07-01T23:45:33.174Z Checking iri-string v0.7.10
20422026-07-01T23:45:33.214Z Checking futures v0.3.32
20432026-07-01T23:45:33.318Z Checking static_assertions v1.1.0
20442026-07-01T23:45:33.376Z Checking foldhash v0.2.0
20452026-07-01T23:45:33.418Z Checking pkcs8 v0.10.2
20462026-07-01T23:45:33.456Z Checking openapiv3 v2.2.0
20472026-07-01T23:45:33.459Z Checking hubpack v0.1.2
20482026-07-01T23:45:33.558Z Checking hashbrown v0.16.1
20492026-07-01T23:45:33.615Z Checking zlib-rs v0.6.2
20502026-07-01T23:45:33.667Z Checking rustls-native-certs v0.8.3
20512026-07-01T23:45:33.811Z Checking hyper v1.10.1
20522026-07-01T23:45:33.848Z Checking sha2 v0.10.9
20532026-07-01T23:45:33.851Z Checking strum v0.26.3
20542026-07-01T23:45:34.020Z Checking psl-types v2.0.11
20552026-07-01T23:45:34.105Z Checking lazy_static v1.5.0
20562026-07-01T23:45:34.156Z Checking cookie v0.18.1
20572026-07-01T23:45:34.193Z Checking publicsuffix v2.3.0
20582026-07-01T23:45:34.229Z Checking tinyvec_macros v0.1.1
20592026-07-01T23:45:34.265Z Checking tower-http v0.6.8
20602026-07-01T23:45:34.323Z Checking tinyvec v1.10.0
20612026-07-01T23:45:34.375Z Checking scroll v0.13.0
20622026-07-01T23:45:34.415Z Checking cookie_store v0.22.1
20632026-07-01T23:45:34.540Z Checking flate2 v1.1.9
20642026-07-01T23:45:34.624Z Checking signature v2.2.0
20652026-07-01T23:45:34.635Z Checking tokio-rustls v0.26.4
20662026-07-01T23:45:34.648Z Checking rustls-platform-verifier v0.6.2
20672026-07-01T23:45:34.682Z Checking goblin v0.10.5
20682026-07-01T23:45:34.734Z Checking num-integer v0.1.46
20692026-07-01T23:45:34.770Z Checking memmap2 v0.9.10
20702026-07-01T23:45:34.804Z Checking hyper-util v0.1.20
20712026-07-01T23:45:34.808Z Checking bit-vec v0.8.0
20722026-07-01T23:45:34.873Z Checking data-encoding v2.10.0
20732026-07-01T23:45:34.876Z Checking dtrace-parser v0.3.0
20742026-07-01T23:45:34.905Z Checking hmac v0.12.1
20752026-07-01T23:45:34.972Z Checking thread-id v5.1.0
20762026-07-01T23:45:35.008Z Checking wait-timeout v0.2.1
20772026-07-01T23:45:35.050Z Checking bit-set v0.8.0
20782026-07-01T23:45:35.085Z Checking bstr v1.12.1
20792026-07-01T23:45:35.123Z Checking crossbeam-epoch v0.9.18
20802026-07-01T23:45:35.160Z Checking anstyle-parse v0.2.7
20812026-07-01T23:45:35.163Z Checking ahash v0.8.12
20822026-07-01T23:45:35.230Z Checking serde_spanned v0.6.9
20832026-07-01T23:45:35.233Z Checking toml_datetime v0.6.11
20842026-07-01T23:45:35.337Z Checking quick-error v1.2.3
20852026-07-01T23:45:35.375Z Checking anstream v0.6.21
20862026-07-01T23:45:35.412Z Checking rand_xorshift v0.4.0
20872026-07-01T23:45:35.415Z Checking memoffset v0.9.1
20882026-07-01T23:45:35.481Z Checking scroll v0.12.0
20892026-07-01T23:45:35.484Z Checking rusty-fork v0.3.1
20902026-07-01T23:45:35.551Z Checking unarray v0.1.4
20912026-07-01T23:45:35.554Z Checking x509-cert v0.2.5
20922026-07-01T23:45:35.554Z Checking zerocopy v0.7.35
20932026-07-01T23:45:35.652Z Checking unicode-segmentation v1.12.0
20942026-07-01T23:45:35.688Z Checking num-iter v0.1.45
20952026-07-01T23:45:35.691Z Checking proptest v1.10.0
20962026-07-01T23:45:35.763Z Checking goblin v0.8.2
20972026-07-01T23:45:35.826Z Checking dtrace-parser v0.2.0
20982026-07-01T23:45:35.992Z Checking ff v0.13.1
20992026-07-01T23:45:36.083Z Checking hyper-rustls v0.27.7
21002026-07-01T23:45:36.119Z Checking thread-id v4.2.2
21012026-07-01T23:45:36.156Z Checking foreign-types-shared v0.1.1
21022026-07-01T23:45:36.159Z Checking base16ct v0.2.0
21032026-07-01T23:45:36.225Z Checking group v0.13.0
21042026-07-01T23:45:36.266Z Checking nix v0.31.2
21052026-07-01T23:45:36.268Z Checking foreign-types v0.3.2
21062026-07-01T23:45:36.334Z Checking reqwest v0.13.2
21072026-07-01T23:45:36.369Z Checking sec1 v0.7.3
21082026-07-01T23:45:36.404Z Checking hkdf v0.12.4
21092026-07-01T23:45:36.408Z Checking crypto-bigint v0.5.5
21102026-07-01T23:45:36.565Z Checking rustix v0.38.44
21112026-07-01T23:45:36.602Z Checking openssl-sys v0.9.115
21122026-07-01T23:45:37.005Z Checking env_filter v1.0.0
21132026-07-01T23:45:37.044Z Checking dof v0.4.0
21142026-07-01T23:45:37.180Z Checking keccak v0.1.6
21152026-07-01T23:45:37.221Z Checking winnow v0.7.14
21162026-07-01T23:45:37.368Z Checking same-file v1.0.6
21172026-07-01T23:45:37.406Z Checking sha3 v0.10.8
21182026-07-01T23:45:37.409Z Checking elliptic-curve v0.13.8
21192026-07-01T23:45:37.511Z Checking env_logger v0.11.9
21202026-07-01T23:45:37.515Z Checking walkdir v2.5.0
21212026-07-01T23:45:37.583Z Checking newtype-uuid v1.3.2
21222026-07-01T23:45:37.636Z Checking openssl v0.10.79
21232026-07-01T23:45:37.673Z Checking dof v0.3.0
21242026-07-01T23:45:37.708Z Checking usdt-impl v0.6.0
21252026-07-01T23:45:37.745Z Checking num-bigint-dig v0.8.6
21262026-07-01T23:45:37.748Z Checking pkcs1 v0.7.5
21272026-07-01T23:45:37.814Z Checking itertools v0.13.0
21282026-07-01T23:45:37.817Z Checking daft v0.1.7
21292026-07-01T23:45:37.980Z Checking usdt-impl v0.5.0
21302026-07-01T23:45:38.018Z Checking serde_with v3.17.0
21312026-07-01T23:45:38.022Z Checking usdt v0.6.0
21322026-07-01T23:45:38.107Z Checking siphasher v1.0.2
21332026-07-01T23:45:38.245Z Checking winnow v1.0.3
21342026-07-01T23:45:38.293Z Checking bitflags v1.3.2
21352026-07-01T23:45:38.328Z Checking unicode-normalization v0.1.25
21362026-07-01T23:45:38.393Z Checking signal-hook v0.3.18
21372026-07-01T23:45:38.430Z Checking winnow v0.5.40
21382026-07-01T23:45:38.557Z Checking toml_parser v1.1.2+spec-1.1.0
21392026-07-01T23:45:38.594Z Checking rsa v0.9.10
21402026-07-01T23:45:38.633Z Checking toml_write v0.1.2
21412026-07-01T23:45:38.770Z Checking managed v0.8.0
21422026-07-01T23:45:38.831Z Checking toml_edit v0.22.27
21432026-07-01T23:45:38.913Z Checking chacha20 v0.10.0
21442026-07-01T23:45:38.988Z Checking curve25519-dalek v4.1.3
21452026-07-01T23:45:38.996Z Checking bzip2-sys v0.1.13+1.0.8
21462026-07-01T23:45:39.105Z Checking object v0.37.3
21472026-07-01T23:45:39.143Z Checking foldhash v0.1.5
21482026-07-01T23:45:39.204Z Checking bzip2 v0.4.4
21492026-07-01T23:45:39.304Z Checking hashbrown v0.15.5
21502026-07-01T23:45:39.390Z Checking signal-hook-mio v0.2.5
21512026-07-01T23:45:39.506Z Checking globset v0.4.18
21522026-07-01T23:45:39.546Z Checking ed25519 v2.2.3
21532026-07-01T23:45:39.617Z Checking toml_edit v0.19.15
21542026-07-01T23:45:39.713Z Checking native-tls v0.2.18
21552026-07-01T23:45:39.750Z Checking ref-cast v1.0.25
21562026-07-01T23:45:39.785Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-07-01T23:45:39.821Z Checking ed25519-dalek v2.2.0
21582026-07-01T23:45:39.824Z Checking zip v0.6.6
21592026-07-01T23:45:39.889Z Checking pin-project v1.1.11
21602026-07-01T23:45:39.927Z Checking zstd-safe v7.2.4
21612026-07-01T23:45:39.929Z Checking tokio-native-tls v0.3.1
21622026-07-01T23:45:39.996Z Checking bumpalo v3.20.2
21632026-07-01T23:45:40.032Z Checking libbz2-rs-sys v0.2.2
21642026-07-01T23:45:40.107Z Checking crossterm v0.28.1
21652026-07-01T23:45:40.144Z Checking zstd v0.13.3
21662026-07-01T23:45:40.181Z Checking similar v2.7.0
21672026-07-01T23:45:40.184Z Checking hyper-tls v0.6.0
21682026-07-01T23:45:40.251Z Checking zopfli v0.8.3
21692026-07-01T23:45:40.354Z Checking fs-err v3.3.0
21702026-07-01T23:45:40.412Z Checking reqwest v0.12.28
21712026-07-01T23:45:40.449Z Checking bzip2 v0.6.1
21722026-07-01T23:45:40.602Z Checking pem v3.0.6
21732026-07-01T23:45:40.606Z Checking hash32 v0.2.1
21742026-07-01T23:45:40.674Z Checking toml v0.7.8
21752026-07-01T23:45:40.679Z Checking serde-big-array v0.5.1
21762026-07-01T23:45:40.743Z Checking predicates-core v1.0.10
21772026-07-01T23:45:40.784Z Checking unicode-bidi v0.3.18
21782026-07-01T23:45:40.822Z Checking unicode-properties v0.1.4
21792026-07-01T23:45:40.860Z Checking jiff v0.2.21
21802026-07-01T23:45:40.895Z Checking heapless v0.7.17
21812026-07-01T23:45:40.898Z Checking snafu v0.8.9
21822026-07-01T23:45:41.012Z Checking olpc-cjson v0.1.4
21832026-07-01T23:45:41.049Z Checking hickory-proto v0.25.2
21842026-07-01T23:45:41.106Z Checking stringprep v0.1.5
21852026-07-01T23:45:41.180Z Checking md-5 v0.10.6
21862026-07-01T23:45:41.216Z Checking serde_plain v1.0.2
21872026-07-01T23:45:41.219Z Checking float-cmp v0.10.0
21882026-07-01T23:45:41.289Z Checking difflib v0.4.0
21892026-07-01T23:45:41.343Z Checking fallible-iterator v0.2.0
21902026-07-01T23:45:41.421Z Checking typed-path v0.9.3
21912026-07-01T23:45:41.426Z Checking normalize-line-endings v0.3.0
21922026-07-01T23:45:41.426Z Checking smoltcp v0.9.1
21932026-07-01T23:45:41.486Z Checking iddqd v0.4.2
21942026-07-01T23:45:41.520Z Checking phf_shared v0.11.3
21952026-07-01T23:45:41.555Z Checking predicates v3.1.4
21962026-07-01T23:45:41.649Z Checking postgres-protocol v0.6.10
21972026-07-01T23:45:41.690Z Checking phf_shared v0.13.1
21982026-07-01T23:45:41.878Z Checking tokio-stream v0.1.18
21992026-07-01T23:45:41.915Z Checking buf-list v1.1.2
22002026-07-01T23:45:41.984Z Checking strum v0.27.2
22012026-07-01T23:45:42.068Z Checking new_debug_unreachable v1.0.6
22022026-07-01T23:45:42.123Z Checking fixedbitset v0.5.7
22032026-07-01T23:45:42.126Z Checking lalrpop-util v0.19.12
22042026-07-01T23:45:42.194Z Checking tough v0.22.0
22052026-07-01T23:45:42.200Z Checking fixedbitset v0.4.2
22062026-07-01T23:45:42.281Z Checking precomputed-hash v0.1.1
22072026-07-01T23:45:42.344Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-07-01T23:45:42.347Z Checking petgraph v0.8.3
22092026-07-01T23:45:42.413Z Checking string_cache v0.8.9
22102026-07-01T23:45:42.416Z Checking petgraph v0.6.5
22112026-07-01T23:45:42.446Z Checking postgres-types v0.2.12
22122026-07-01T23:45:42.608Z Checking phf v0.13.1
22132026-07-01T23:45:42.787Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-01T23:45:42.824Z Checking peg-runtime v0.8.5
22152026-07-01T23:45:43.009Z Checking whoami v2.1.0
22162026-07-01T23:45:43.122Z Checking zip v4.6.1
22172026-07-01T23:45:43.199Z Checking is-terminal v0.4.17
22182026-07-01T23:45:43.237Z Checking tokio-postgres v0.7.16
22192026-07-01T23:45:43.319Z Checking crossbeam-channel v0.5.15
22202026-07-01T23:45:43.690Z Checking thread_local v1.1.9
22212026-07-01T23:45:43.728Z Compiling structmeta-derive v0.3.0
22222026-07-01T23:45:43.817Z Checking take_mut v0.2.2
22232026-07-01T23:45:43.873Z Checking term v1.2.1
22242026-07-01T23:45:43.916Z Compiling newtype-uuid-macros v0.1.0
22252026-07-01T23:45:43.917Z Checking slog-async v2.8.0
22262026-07-01T23:45:43.986Z Compiling multer v3.1.0
22272026-07-01T23:45:44.129Z Checking slog-term v2.9.2
22282026-07-01T23:45:44.167Z Compiling async-stream-impl v0.3.6
22292026-07-01T23:45:44.267Z Checking match_cfg v0.1.0
22302026-07-01T23:45:44.303Z Checking slog-json v2.6.1
22312026-07-01T23:45:44.365Z Checking hostname v0.3.1
22322026-07-01T23:45:44.415Z Compiling dropshot v0.17.1
22332026-07-01T23:45:44.488Z Compiling dropshot_endpoint v0.17.1
22342026-07-01T23:45:44.491Z Checking slog-bunyan v2.5.0
22352026-07-01T23:45:44.560Z Checking debug-ignore v1.0.5
22362026-07-01T23:45:44.719Z Checking progenitor-client v0.14.0
22372026-07-01T23:45:44.750Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382026-07-01T23:45:44.753Z Checking sha1 v0.11.0
22392026-07-01T23:45:44.820Z Checking serde_path_to_error v0.1.20
22402026-07-01T23:45:44.823Z Checking serde_spanned v1.1.1
22412026-07-01T23:45:44.892Z Compiling structmeta v0.3.0
22422026-07-01T23:45:44.926Z Checking toml_datetime v1.1.1+spec-1.1.0
22432026-07-01T23:45:44.962Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22442026-07-01T23:45:44.998Z Checking toml_writer v1.1.1+spec-1.1.0
22452026-07-01T23:45:45.032Z Checking compression-core v0.4.31
22462026-07-01T23:45:45.115Z Checking async-stream v0.3.6
22472026-07-01T23:45:45.151Z Compiling derive-ex v0.1.8
22482026-07-01T23:45:45.220Z Checking toml v1.1.2+spec-1.1.0
22492026-07-01T23:45:45.254Z Checking compression-codecs v0.4.37
22502026-07-01T23:45:45.257Z Checking rustls-pemfile v2.2.0
22512026-07-01T23:45:45.320Z Checking waitgroup v0.1.2
22522026-07-01T23:45:45.387Z Checking hostname v0.4.2
22532026-07-01T23:45:45.429Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-07-01T23:45:45.466Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22552026-07-01T23:45:45.469Z Checking async-compression v0.4.41
22562026-07-01T23:45:45.469Z Checking atomicwrites v0.4.4
22572026-07-01T23:45:45.566Z Checking itertools v0.14.0
22582026-07-01T23:45:45.569Z Compiling parse-display-derive v0.10.0
22592026-07-01T23:45:45.637Z Checking macaddr v1.0.1
22602026-07-01T23:45:45.669Z Checking regress v0.10.5
22612026-07-01T23:45:45.798Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-07-01T23:45:45.834Z Checking instant v0.1.13
22632026-07-01T23:45:45.870Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22642026-07-01T23:45:45.949Z Checking backoff v0.4.0
22652026-07-01T23:45:46.131Z Checking backon v1.6.0
22662026-07-01T23:45:46.169Z Checking humantime v2.3.0
22672026-07-01T23:45:46.277Z Checking unicode-width v0.2.0
22682026-07-01T23:45:46.325Z Checking progenitor-extras v0.2.0
22692026-07-01T23:45:46.378Z Compiling convert_case v0.4.0
22702026-07-01T23:45:46.582Z Checking heck v0.5.0
22712026-07-01T23:45:46.589Z Checking half v2.7.1
22722026-07-01T23:45:46.649Z Checking ciborium-io v0.2.2
22732026-07-01T23:45:46.706Z Checking secrecy v0.10.3
22742026-07-01T23:45:46.771Z Checking camino-tempfile v1.4.1
22752026-07-01T23:45:46.776Z Compiling derive_more v0.99.20
22762026-07-01T23:45:46.850Z Compiling regress v0.11.1
22772026-07-01T23:45:46.887Z Compiling test-strategy v0.4.5
22782026-07-01T23:45:46.896Z Checking ciborium-ll v0.2.2
22792026-07-01T23:45:46.956Z Checking indent_write v2.2.0
22802026-07-01T23:45:47.151Z Checking ciborium v0.2.2
22812026-07-01T23:45:47.154Z Compiling crucible-workspace-hack v0.1.0
22822026-07-01T23:45:47.350Z Checking parse-display v0.10.0
22832026-07-01T23:45:47.450Z Compiling unsafe-libyaml v0.2.11
22842026-07-01T23:45:47.598Z Checking inout v0.1.4
22852026-07-01T23:45:47.634Z Checking universal-hash v0.5.1
22862026-07-01T23:45:47.762Z Checking cipher v0.4.4
22872026-07-01T23:45:47.798Z Compiling thiserror-impl-no-std v2.0.2
22882026-07-01T23:45:47.996Z Checking swrite v0.1.0
22892026-07-01T23:45:48.115Z Compiling serde_yaml v0.9.34+deprecated
22902026-07-01T23:45:48.230Z Checking opaque-debug v0.3.1
22912026-07-01T23:45:48.267Z Checking chacha20 v0.9.1
22922026-07-01T23:45:48.328Z Checking poly1305 v0.8.0
22932026-07-01T23:45:48.433Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-07-01T23:45:48.492Z Compiling typify-impl v0.6.2
22952026-07-01T23:45:48.686Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-07-01T23:45:48.845Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972026-07-01T23:45:49.040Z Checking blake2 v0.10.6
22982026-07-01T23:45:49.076Z Checking thiserror-no-std v2.0.2
22992026-07-01T23:45:49.192Z Checking aead v0.5.2
23002026-07-01T23:45:49.312Z Checking password-hash v0.5.0
23012026-07-01T23:45:49.368Z Checking chacha20poly1305 v0.10.1
23022026-07-01T23:45:49.429Z Checking vsss-rs v3.3.4
23032026-07-01T23:45:49.527Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23042026-07-01T23:45:49.578Z Checking argon2 v0.5.3
23052026-07-01T23:45:49.691Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23062026-07-01T23:45:49.879Z Checking byte-wrapper v0.1.0
23072026-07-01T23:45:49.957Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23082026-07-01T23:45:49.994Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23092026-07-01T23:45:50.030Z Checking crossbeam-deque v0.8.6
23102026-07-01T23:45:50.112Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23112026-07-01T23:45:50.197Z Compiling rayon-core v1.13.0
23122026-07-01T23:45:50.242Z Compiling toml_datetime v0.7.5+spec-1.1.0
23132026-07-01T23:45:50.267Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-01T23:45:50.520Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-07-01T23:45:50.592Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23162026-07-01T23:45:50.827Z Compiling proc-macro-error v1.0.4
23172026-07-01T23:45:50.867Z Checking rayon v1.11.0
23182026-07-01T23:45:51.165Z Compiling proc-macro-crate v3.4.0
23192026-07-01T23:45:51.551Z Checking tabwriter v1.4.1
23202026-07-01T23:45:51.599Z Checking toml v0.8.23
23212026-07-01T23:45:51.757Z Checking glob v0.3.3
23222026-07-01T23:45:51.766Z Compiling num_enum_derive v0.7.6
23232026-07-01T23:45:51.801Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-01T23:45:51.804Z Checking colored v3.1.1
23252026-07-01T23:45:51.926Z Compiling heapless v0.8.0
23262026-07-01T23:45:51.963Z Compiling ingot-macros v0.1.1
23272026-07-01T23:45:51.966Z Checking hash32 v0.3.1
23282026-07-01T23:45:52.056Z Checking unicode-width v0.1.14
23292026-07-01T23:45:52.156Z Compiling smoltcp v0.11.0
23302026-07-01T23:45:52.334Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-07-01T23:45:52.388Z Checking cobs v0.3.0
23322026-07-01T23:45:52.574Z Compiling usdt-attr-macro v0.5.0
23332026-07-01T23:45:52.645Z Compiling usdt-macro v0.5.0
23342026-07-01T23:45:52.680Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23352026-07-01T23:45:52.717Z Checking memmap v0.7.0
23362026-07-01T23:45:52.830Z Checking num_enum v0.7.6
23372026-07-01T23:45:52.879Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-01T23:45:52.996Z Checking postcard v1.1.3
23392026-07-01T23:45:53.097Z Compiling typify-macro v0.6.2
23402026-07-01T23:45:53.186Z Checking rand v0.10.1
23412026-07-01T23:45:53.317Z Compiling proc-macro-crate v1.3.1
23422026-07-01T23:45:53.395Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23432026-07-01T23:45:53.438Z Checking usdt v0.5.0
23442026-07-01T23:45:53.655Z Checking sigpipe v0.1.3
23452026-07-01T23:45:53.692Z Compiling foreign-types-macros v0.2.3
23462026-07-01T23:45:53.753Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23472026-07-01T23:45:53.789Z Checking foreign-types-shared v0.3.1
23482026-07-01T23:45:53.792Z Compiling num_enum_derive v0.5.11
23492026-07-01T23:45:54.082Z Checking cstr-argument v0.1.2
23502026-07-01T23:45:54.117Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23512026-07-01T23:45:54.185Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-01T23:45:54.235Z Compiling num-derive v0.4.2
23532026-07-01T23:45:54.336Z Checking foreign-types v0.5.0
23542026-07-01T23:45:54.446Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23552026-07-01T23:45:54.619Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-07-01T23:45:54.678Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572026-07-01T23:45:54.745Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-07-01T23:45:54.795Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-07-01T23:45:54.886Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-07-01T23:45:54.922Z Checking num_enum v0.5.11
23612026-07-01T23:45:54.925Z Compiling typify v0.6.2
23622026-07-01T23:45:55.029Z Checking ingot-types v0.1.2
23632026-07-01T23:45:55.056Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-07-01T23:45:55.059Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23652026-07-01T23:45:55.156Z Compiling progenitor-impl v0.14.0
23662026-07-01T23:45:55.221Z Compiling zone_cfg_derive v0.3.1
23672026-07-01T23:45:55.313Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23682026-07-01T23:45:55.398Z Checking ingot v0.1.1
23692026-07-01T23:45:55.442Z Checking itertools v0.12.1
23702026-07-01T23:45:55.508Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23712026-07-01T23:45:55.790Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23722026-07-01T23:45:55.940Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23732026-07-01T23:45:55.977Z Checking smf v0.2.3
23742026-07-01T23:45:56.083Z Checking whoami v1.6.1
23752026-07-01T23:45:56.120Z Checking tokio-dtrace v0.1.1
23762026-07-01T23:45:56.188Z Compiling derive-where v1.6.0
23772026-07-01T23:45:56.234Z Checking console v0.15.11
23782026-07-01T23:45:56.288Z Checking newline-converter v0.3.0
23792026-07-01T23:45:56.329Z Checking oxide-tokio-rt v0.1.4
23802026-07-01T23:45:56.423Z Checking bytecount v0.6.9
23812026-07-01T23:45:56.479Z Checking zone v0.3.1
23822026-07-01T23:45:56.526Z Compiling owo-colors v4.3.0
23832026-07-01T23:45:56.563Z Compiling cancel-safe-futures v0.1.5
23842026-07-01T23:45:56.566Z Checking expectorate v1.2.0
23852026-07-01T23:45:56.722Z Checking libsw-core v0.3.2
23862026-07-01T23:45:56.883Z Checking num-rational v0.4.2
23872026-07-01T23:45:56.918Z Checking libsw v3.5.0
23882026-07-01T23:45:57.022Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23892026-07-01T23:45:57.125Z Checking num-complex v0.4.6
23902026-07-01T23:45:57.254Z Checking linear-map v1.2.0
23912026-07-01T23:45:57.403Z Checking float-ord v0.3.2
23922026-07-01T23:45:57.451Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23932026-07-01T23:45:57.489Z Checking num v0.4.3
23942026-07-01T23:45:57.534Z Checking gethostname v0.5.0
23952026-07-01T23:45:57.538Z Compiling prettyplease v0.2.37
23962026-07-01T23:45:57.602Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23972026-07-01T23:45:57.636Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-07-01T23:45:57.668Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23992026-07-01T23:45:57.787Z Compiling progenitor-macro v0.14.0
24002026-07-01T23:45:57.868Z Checking resolv-conf v0.7.6
24012026-07-01T23:45:58.008Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24022026-07-01T23:45:58.083Z Checking smawk v0.3.2
24032026-07-01T23:45:58.245Z Checking unicode-linebreak v0.1.5
24042026-07-01T23:45:58.280Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24052026-07-01T23:45:58.488Z Checking papergrid v0.11.0
24062026-07-01T23:45:59.167Z Compiling tabled_derive v0.7.0
24072026-07-01T23:45:59.204Z Compiling convert_case v0.10.0
24082026-07-01T23:45:59.356Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-07-01T23:45:59.429Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24102026-07-01T23:45:59.520Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-07-01T23:45:59.556Z Compiling slog-dtrace v0.3.0
24122026-07-01T23:45:59.591Z Compiling derive_more-impl v2.1.1
24132026-07-01T23:45:59.832Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24142026-07-01T23:45:59.870Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24152026-07-01T23:46:00.192Z Checking tabled v0.15.0
24162026-07-01T23:46:00.474Z Checking derive_more v2.1.1
24172026-07-01T23:46:00.575Z Checking linked-hash-map v0.5.6
24182026-07-01T23:46:00.582Z Checking crossterm v0.29.0
24192026-07-01T23:46:00.773Z Checking lru-cache v0.1.2
24202026-07-01T23:46:01.192Z Checking hickory-proto v0.24.4
24212026-07-01T23:46:01.227Z Checking fd-lock v4.0.4
24222026-07-01T23:46:01.680Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24232026-07-01T23:46:01.888Z Checking vte v0.14.1
24242026-07-01T23:46:02.107Z Checking display-error-chain v0.2.2
24252026-07-01T23:46:02.274Z Checking strip-ansi-escapes v0.2.1
24262026-07-01T23:46:02.468Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24272026-07-01T23:46:02.578Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-07-01T23:46:02.741Z Checking progenitor v0.14.0
24292026-07-01T23:46:02.938Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24302026-07-01T23:46:03.443Z Checking termtree v0.5.1
24312026-07-01T23:46:03.478Z Checking nu-ansi-term v0.50.3
24322026-07-01T23:46:03.643Z Checking hickory-resolver v0.24.4
24332026-07-01T23:46:03.715Z Checking textwrap v0.16.2
24342026-07-01T23:46:03.752Z Checking reedline v0.40.0
24352026-07-01T23:46:03.972Z Compiling minimal-lexical v0.2.1
24362026-07-01T23:46:04.008Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-07-01T23:46:04.257Z Compiling nom v7.1.3
24382026-07-01T23:46:04.444Z Checking qorb v0.4.1
24392026-07-01T23:46:04.504Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24402026-07-01T23:46:04.712Z Compiling unicode-xid v0.2.6
24412026-07-01T23:46:04.868Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24422026-07-01T23:46:05.089Z Compiling ar_archive_writer v0.5.1
24432026-07-01T23:46:05.483Z Checking csv-core v0.1.13
24442026-07-01T23:46:05.615Z Compiling stacker v0.1.23
24452026-07-01T23:46:05.649Z Compiling semver v0.1.20
24462026-07-01T23:46:05.683Z Checking highway v1.3.0
24472026-07-01T23:46:05.716Z Checking csv v1.4.0
24482026-07-01T23:46:05.922Z Compiling cfg_aliases v0.1.1
24492026-07-01T23:46:05.958Z Compiling psm v0.1.30
24502026-07-01T23:46:06.023Z Compiling rustc_version v0.1.7
24512026-07-01T23:46:06.058Z Compiling nix v0.28.0
24522026-07-01T23:46:06.061Z Checking nibble_vec v0.1.0
24532026-07-01T23:46:06.124Z Checking endian-type v0.1.2
24542026-07-01T23:46:06.240Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24552026-07-01T23:46:06.275Z Compiling newtype_derive v0.1.6
24562026-07-01T23:46:06.278Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24572026-07-01T23:46:06.341Z Checking radix_trie v0.2.1
24582026-07-01T23:46:06.487Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24592026-07-01T23:46:06.523Z Checking phf_shared v0.12.1
24602026-07-01T23:46:06.590Z Compiling recursive-proc-macro-impl v0.1.1
24612026-07-01T23:46:06.689Z Compiling chrono-tz v0.10.4
24622026-07-01T23:46:06.744Z Checking phf v0.12.1
24632026-07-01T23:46:07.016Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24642026-07-01T23:46:07.052Z Compiling const_format_proc_macros v0.2.34
24652026-07-01T23:46:07.055Z Checking recursive v0.1.1
24662026-07-01T23:46:07.055Z Compiling peg-macros v0.8.5
24672026-07-01T23:46:07.176Z Checking nom v8.0.0
24682026-07-01T23:46:07.210Z Checking winnow v0.6.26
24692026-07-01T23:46:07.558Z Compiling sqlparser_derive v0.5.0
24702026-07-01T23:46:07.917Z Checking unicode_categories v0.1.1
24712026-07-01T23:46:07.956Z Checking home v0.5.12
24722026-07-01T23:46:08.102Z Checking const_format v0.2.35
24732026-07-01T23:46:08.138Z Checking rustyline v14.0.0
24742026-07-01T23:46:08.398Z Checking sqlparser v0.61.0
24752026-07-01T23:46:08.401Z Checking sqlformat v0.3.5
24762026-07-01T23:46:08.531Z Checking peg v0.8.5
24772026-07-01T23:46:08.645Z Checking bcs v0.1.6
24782026-07-01T23:46:08.887Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24792026-07-01T23:46:08.921Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24802026-07-01T23:46:08.924Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24812026-07-01T23:46:09.023Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24822026-07-01T23:46:09.173Z Checking steno v0.4.1
24832026-07-01T23:46:09.209Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24842026-07-01T23:46:09.370Z Checking sha1 v0.10.6
24852026-07-01T23:46:09.437Z Checking filetime v0.2.27
24862026-07-01T23:46:09.611Z Checking xattr v1.6.1
24872026-07-01T23:46:09.765Z Checking tar v0.4.45
24882026-07-01T23:46:10.009Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-07-01T23:46:10.188Z Checking subprocess v0.2.15
24902026-07-01T23:46:10.222Z Checking headers-core v0.3.0
24912026-07-01T23:46:10.258Z Checking base64 v0.21.7
24922026-07-01T23:46:10.359Z Checking headers v0.4.1
24932026-07-01T23:46:10.500Z Checking yasna v0.5.2
24942026-07-01T23:46:10.537Z Checking dropshot-api-manager-types v0.7.2
24952026-07-01T23:46:10.737Z Checking tagptr v0.2.0
24962026-07-01T23:46:10.852Z Checking utf-8 v0.7.6
24972026-07-01T23:46:10.909Z Checking moka v0.12.13
24982026-07-01T23:46:10.944Z Checking rcgen v0.12.1
24992026-07-01T23:46:11.016Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25002026-07-01T23:46:11.146Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25012026-07-01T23:46:11.190Z Checking tungstenite v0.21.0
25022026-07-01T23:46:11.284Z Compiling libefi-sys v0.1.0
25032026-07-01T23:46:11.599Z Checking hickory-resolver v0.25.2
25042026-07-01T23:46:11.667Z Checking tokio-tungstenite v0.21.0
25052026-07-01T23:46:11.699Z Compiling bitfield-struct v0.6.2
25062026-07-01T23:46:11.969Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25072026-07-01T23:46:12.244Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25082026-07-01T23:46:12.379Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-07-01T23:46:12.416Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-07-01T23:46:12.686Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-07-01T23:46:12.794Z Compiling radium v0.7.0
25122026-07-01T23:46:12.861Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-07-01T23:46:12.911Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-07-01T23:46:13.039Z Checking tap v1.0.1
25152026-07-01T23:46:13.080Z Compiling maybe-uninit v2.0.0
25162026-07-01T23:46:13.191Z Compiling zerocopy-derive v0.6.6
25172026-07-01T23:46:13.194Z Checking wyz v0.5.1
25182026-07-01T23:46:13.261Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-07-01T23:46:13.367Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25202026-07-01T23:46:13.431Z Checking funty v2.0.0
25212026-07-01T23:46:13.465Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-07-01T23:46:13.496Z Compiling packed_struct v0.10.1
25232026-07-01T23:46:13.500Z Checking crc-catalog v2.4.0
25242026-07-01T23:46:13.674Z Checking crc v3.4.0
25252026-07-01T23:46:13.801Z Checking bitvec v1.0.1
25262026-07-01T23:46:13.924Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-07-01T23:46:13.978Z Compiling packed_struct_codegen v0.10.1
25282026-07-01T23:46:14.025Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25292026-07-01T23:46:14.079Z Checking zerocopy v0.6.6
25302026-07-01T23:46:14.411Z Compiling bitfield-macros v0.19.4
25312026-07-01T23:46:14.948Z Compiling indexmap v1.9.3
25322026-07-01T23:46:15.123Z Checking nodrop v0.1.14
25332026-07-01T23:46:15.168Z Checking bitfield v0.19.4
25342026-07-01T23:46:15.266Z Checking array-init v0.0.4
25352026-07-01T23:46:15.309Z Checking smallvec v0.6.14
25362026-07-01T23:46:15.500Z Checking hashbrown v0.12.3
25372026-07-01T23:46:15.533Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25382026-07-01T23:46:15.600Z Checking serde-hex v0.1.0
25392026-07-01T23:46:15.724Z Checking ron v0.8.1
25402026-07-01T23:46:16.254Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25412026-07-01T23:46:16.289Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25422026-07-01T23:46:16.321Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-07-01T23:46:16.354Z Checking hashbrown v0.13.2
25442026-07-01T23:46:16.507Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25452026-07-01T23:46:16.578Z Checking crc-any v2.5.0
25462026-07-01T23:46:16.788Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-01T23:46:16.822Z Checking object v0.30.4
25482026-07-01T23:46:16.956Z Compiling xshell-macros v0.2.7
25492026-07-01T23:46:16.990Z Checking path-slash v0.1.5
25502026-07-01T23:46:17.123Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25512026-07-01T23:46:17.392Z Checking xshell v0.2.7
25522026-07-01T23:46:17.470Z Checking half v1.8.3
25532026-07-01T23:46:17.522Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25542026-07-01T23:46:17.610Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-07-01T23:46:17.694Z Checking serde_cbor v0.11.2
25562026-07-01T23:46:17.763Z Compiling proc-macro-error-attr2 v2.0.0
25572026-07-01T23:46:18.107Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25582026-07-01T23:46:18.210Z Compiling proc-macro-error2 v2.0.1
25592026-07-01T23:46:18.330Z Compiling num-derive v0.3.3
25602026-07-01T23:46:18.409Z Checking maplit v1.0.2
25612026-07-01T23:46:18.519Z Checking papergrid v0.17.0
25622026-07-01T23:46:18.555Z Compiling tabled_derive v0.11.0
25632026-07-01T23:46:19.015Z Checking testing_table v0.3.0
25642026-07-01T23:46:19.141Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-07-01T23:46:19.347Z Checking libscf-sys v1.1.0
25662026-07-01T23:46:19.380Z Compiling progenitor-impl v0.13.0
25672026-07-01T23:46:19.412Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-07-01T23:46:19.507Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-07-01T23:46:19.665Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-07-01T23:46:19.744Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-07-01T23:46:19.845Z Checking tabled v0.20.0
25722026-07-01T23:46:20.064Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25732026-07-01T23:46:20.441Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-07-01T23:46:20.476Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-01T23:46:20.728Z Checking progenitor-client v0.13.0
25762026-07-01T23:46:20.820Z Compiling git-stub v1.0.0
25772026-07-01T23:46:20.997Z Checking unicase v2.9.0
25782026-07-01T23:46:21.106Z Compiling git-stub-vcs v0.1.0
25792026-07-01T23:46:21.141Z Checking crc8 v0.1.1
25802026-07-01T23:46:21.183Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-07-01T23:46:21.265Z Checking fxhash v0.2.1
25822026-07-01T23:46:21.416Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25832026-07-01T23:46:21.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-07-01T23:46:21.621Z Compiling vergen-lib v0.1.6
25852026-07-01T23:46:21.867Z Compiling diesel_derives v2.3.7
25862026-07-01T23:46:21.973Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-07-01T23:46:22.005Z Compiling progenitor-macro v0.13.0
25882026-07-01T23:46:22.037Z Checking scheduled-thread-pool v0.2.7
25892026-07-01T23:46:22.132Z Compiling dsl_auto_type v0.2.0
25902026-07-01T23:46:22.197Z Compiling vergen-gitcl v1.0.8
25912026-07-01T23:46:22.230Z Compiling diesel_table_macro_syntax v0.3.0
25922026-07-01T23:46:22.334Z Checking r2d2 v0.8.10
25932026-07-01T23:46:22.402Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25942026-07-01T23:46:22.467Z Checking downcast-rs v2.0.2
25952026-07-01T23:46:22.509Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25962026-07-01T23:46:22.543Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25972026-07-01T23:46:22.784Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-07-01T23:46:22.891Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25992026-07-01T23:46:23.029Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-07-01T23:46:23.088Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26012026-07-01T23:46:23.124Z Checking kstat-rs v0.2.4
26022026-07-01T23:46:23.160Z Checking arc-swap v1.8.2
26032026-07-01T23:46:23.195Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26042026-07-01T23:46:23.354Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26052026-07-01T23:46:23.396Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26062026-07-01T23:46:23.430Z Checking slog-scope v4.4.1
26072026-07-01T23:46:23.597Z Compiling dirs-sys-next v0.1.2
26082026-07-01T23:46:23.727Z Compiling parking_lot_core v0.8.6
26092026-07-01T23:46:23.866Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26102026-07-01T23:46:23.933Z Compiling crunchy v0.2.4
26112026-07-01T23:46:24.069Z Compiling dirs-next v2.0.0
26122026-07-01T23:46:24.107Z Checking slog-stdlog v4.1.1
26132026-07-01T23:46:24.224Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26142026-07-01T23:46:24.293Z Compiling clang-sys v1.8.1
26152026-07-01T23:46:24.334Z Compiling tiny-keccak v2.0.2
26162026-07-01T23:46:24.736Z Checking slog-envlogger v2.2.0
26172026-07-01T23:46:24.771Z Compiling term v0.7.0
26182026-07-01T23:46:24.836Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26192026-07-01T23:46:24.914Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-07-01T23:46:25.028Z Compiling bit-vec v0.6.3
26212026-07-01T23:46:25.151Z Compiling ascii-canvas v3.0.0
26222026-07-01T23:46:25.279Z Compiling bit-set v0.5.3
26232026-07-01T23:46:25.325Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26242026-07-01T23:46:25.358Z Checking parking_lot v0.11.2
26252026-07-01T23:46:25.424Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26262026-07-01T23:46:25.461Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26272026-07-01T23:46:25.575Z Checking prefix-trie v0.7.0
26282026-07-01T23:46:25.636Z Compiling itertools v0.10.5
26292026-07-01T23:46:25.832Z Compiling ena v0.14.4
26302026-07-01T23:46:25.963Z Compiling libloading v0.8.9
26312026-07-01T23:46:25.972Z Compiling regex-syntax v0.6.29
26322026-07-01T23:46:25.982Z Compiling diff v0.1.13
26332026-07-01T23:46:26.067Z Compiling bindgen v0.71.1
26342026-07-01T23:46:26.318Z Checking hickory-server v0.25.2
26352026-07-01T23:46:26.642Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26362026-07-01T23:46:26.761Z Checking sled v0.34.7
26372026-07-01T23:46:26.969Z Checking progenitor v0.13.0
26382026-07-01T23:46:27.138Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-07-01T23:46:27.254Z Compiling cexpr v0.6.0
26402026-07-01T23:46:27.598Z Compiling lalrpop v0.19.12
26412026-07-01T23:46:27.955Z Checking nanorand v0.7.0
26422026-07-01T23:46:28.033Z Compiling rustc-hash v2.1.1
26432026-07-01T23:46:28.066Z Compiling salty v0.3.0
26442026-07-01T23:46:28.150Z Checking diesel v2.3.7
26452026-07-01T23:46:28.187Z Checking flume v0.11.1
26462026-07-01T23:46:28.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26472026-07-01T23:46:28.485Z Compiling libxml v0.3.3
26482026-07-01T23:46:28.521Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26492026-07-01T23:46:29.044Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26502026-07-01T23:46:29.649Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26512026-07-01T23:46:29.850Z Compiling strum_macros v0.24.3
26522026-07-01T23:46:29.885Z Compiling fs-err v2.11.0
26532026-07-01T23:46:30.127Z Compiling indoc v1.0.9
26542026-07-01T23:46:30.609Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26552026-07-01T23:46:30.847Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26562026-07-01T23:46:31.058Z Checking quick-xml v0.37.5
26572026-07-01T23:46:31.213Z Checking derive_builder v0.20.2
26582026-07-01T23:46:31.247Z Compiling oso-derive v0.27.3
26592026-07-01T23:46:31.353Z Compiling trait-variant v0.1.2
26602026-07-01T23:46:31.768Z Compiling impl-trait-for-tuples v0.2.3
26612026-07-01T23:46:31.935Z Checking openssl-probe v0.1.6
26622026-07-01T23:46:31.969Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26632026-07-01T23:46:32.331Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26642026-07-01T23:46:32.778Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26652026-07-01T23:46:33.348Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26662026-07-01T23:46:33.588Z Checking rfc6979 v0.4.0
26672026-07-01T23:46:33.728Z Checking parse-size v1.1.0
26682026-07-01T23:46:33.762Z Checking assert_matches v1.5.0
26692026-07-01T23:46:33.766Z Checking ecdsa v0.16.9
26702026-07-01T23:46:33.866Z Checking primeorder v0.13.6
26712026-07-01T23:46:33.900Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26722026-07-01T23:46:34.153Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26732026-07-01T23:46:34.185Z Checking p384 v0.13.1
26742026-07-01T23:46:34.391Z Checking predicates-tree v1.0.13
26752026-07-01T23:46:34.541Z Checking bb8 v0.8.6
26762026-07-01T23:46:34.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-07-01T23:46:34.929Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26782026-07-01T23:46:34.962Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26792026-07-01T23:46:34.994Z Checking http-range v0.1.5
26802026-07-01T23:46:35.028Z Compiling mime_guess v2.0.5
26812026-07-01T23:46:35.243Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-07-01T23:46:35.319Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26832026-07-01T23:46:35.549Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-07-01T23:46:35.655Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26852026-07-01T23:46:35.690Z Checking atty v0.2.14
26862026-07-01T23:46:35.722Z Checking nonempty v0.12.0
26872026-07-01T23:46:35.775Z Checking corncobs v0.1.4
26882026-07-01T23:46:35.940Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-01T23:46:35.943Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-07-01T23:46:36.006Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26912026-07-01T23:46:36.173Z Checking ignore v0.4.25
26922026-07-01T23:46:36.262Z Checking secrecy v0.8.0
26932026-07-01T23:46:36.308Z Checking hyper-staticfile v0.10.1
26942026-07-01T23:46:36.622Z Checking globwalk v0.9.1
26952026-07-01T23:46:36.658Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26962026-07-01T23:46:36.690Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26972026-07-01T23:46:36.841Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26982026-07-01T23:46:37.020Z Compiling illumos-nvpair-sys v0.2.0
26992026-07-01T23:46:37.055Z Checking camino-tempfile-ext v0.3.3
27002026-07-01T23:46:37.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27012026-07-01T23:46:37.288Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27022026-07-01T23:46:37.331Z Checking signal-hook-tokio v0.3.1
27032026-07-01T23:46:37.433Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27042026-07-01T23:46:37.647Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27052026-07-01T23:46:37.726Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27062026-07-01T23:46:37.975Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072026-07-01T23:46:38.114Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27082026-07-01T23:46:38.218Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27092026-07-01T23:46:38.325Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27102026-07-01T23:46:38.425Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27112026-07-01T23:46:38.560Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27122026-07-01T23:46:39.064Z Checking illumos-nvpair v0.3.0
27132026-07-01T23:46:39.256Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27142026-07-01T23:46:39.692Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27152026-07-01T23:46:40.122Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27162026-07-01T23:46:40.179Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27172026-07-01T23:46:40.247Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27182026-07-01T23:46:40.410Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27192026-07-01T23:46:40.487Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-07-01T23:46:40.547Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27212026-07-01T23:46:40.613Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27222026-07-01T23:46:41.201Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27232026-07-01T23:46:41.335Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27242026-07-01T23:46:41.528Z Checking tungstenite v0.23.0
27252026-07-01T23:46:41.624Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27262026-07-01T23:46:41.659Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-07-01T23:46:41.991Z Checking tokio-tungstenite v0.23.1
27282026-07-01T23:46:42.072Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27292026-07-01T23:46:42.291Z Checking rand_seeder v0.4.0
27302026-07-01T23:46:42.443Z Checking void v1.0.2
27312026-07-01T23:46:42.478Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27322026-07-01T23:46:42.587Z Checking async-bb8-diesel v0.2.1
27332026-07-01T23:46:42.647Z Checking diesel-dtrace v0.5.0
27342026-07-01T23:46:42.679Z Checking lzss v0.8.2
27352026-07-01T23:46:42.798Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27362026-07-01T23:46:42.901Z Checking nix v0.27.1
27372026-07-01T23:46:42.932Z Checking serde_bytes v0.11.19
27382026-07-01T23:46:42.969Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27392026-07-01T23:46:43.102Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27402026-07-01T23:46:43.140Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27412026-07-01T23:46:43.446Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27422026-07-01T23:46:43.818Z Checking is_ci v1.2.0
27432026-07-01T23:46:43.914Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27442026-07-01T23:46:43.956Z Checking yansi v1.0.1
27452026-07-01T23:46:44.119Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-07-01T23:46:44.241Z Checking cpubits v0.1.1
27472026-07-01T23:46:44.347Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27482026-07-01T23:46:44.382Z Checking pretty_assertions v1.4.1
27492026-07-01T23:46:44.547Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27502026-07-01T23:46:44.634Z Checking pem-rfc7468 v1.0.0
27512026-07-01T23:46:44.833Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27522026-07-01T23:46:44.900Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27532026-07-01T23:46:45.101Z Compiling darling_core v0.23.0
27542026-07-01T23:46:45.423Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27552026-07-01T23:46:46.121Z Compiling indoc v2.0.7
27562026-07-01T23:46:46.155Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27572026-07-01T23:46:46.406Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-01T23:46:46.644Z Checking hmac v0.13.0
27592026-07-01T23:46:46.836Z Checking universal-hash v0.6.1
27602026-07-01T23:46:47.001Z Compiling libz-sys v1.1.24
27612026-07-01T23:46:47.231Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-01T23:46:47.273Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27632026-07-01T23:46:47.431Z Compiling instability v0.3.11
27642026-07-01T23:46:47.655Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-01T23:46:47.688Z Compiling darling_macro v0.23.0
27662026-07-01T23:46:47.810Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27672026-07-01T23:46:47.957Z Checking castaway v0.2.4
27682026-07-01T23:46:48.131Z Checking compact_str v0.8.1
27692026-07-01T23:46:48.275Z Compiling darling v0.23.0
27702026-07-01T23:46:48.542Z Checking polyval v0.7.1
27712026-07-01T23:46:48.762Z Checking der v0.8.0
27722026-07-01T23:46:48.896Z Checking supports-color v3.0.2
27732026-07-01T23:46:49.062Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742026-07-01T23:46:49.171Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27752026-07-01T23:46:49.342Z Checking unicode-truncate v1.1.0
27762026-07-01T23:46:49.432Z Checking console v0.16.2
27772026-07-01T23:46:49.466Z Checking lru v0.12.5
27782026-07-01T23:46:49.499Z Compiling libgit2-sys v0.18.3+1.9.2
27792026-07-01T23:46:49.616Z Checking cassowary v0.3.0
27802026-07-01T23:46:49.657Z Checking unit-prefix v0.5.2
27812026-07-01T23:46:49.814Z Checking indicatif v0.18.4
27822026-07-01T23:46:49.880Z Checking ratatui v0.29.0
27832026-07-01T23:46:49.913Z Checking ghash v0.6.0
27842026-07-01T23:46:50.214Z Checking pbkdf2 v0.13.0
27852026-07-01T23:46:50.272Z Checking aes v0.9.1
27862026-07-01T23:46:50.359Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27872026-07-01T23:46:50.718Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27882026-07-01T23:46:50.972Z Checking ctr v0.10.1
27892026-07-01T23:46:51.182Z Checking aead v0.6.1
27902026-07-01T23:46:51.233Z Checking sha2 v0.11.0
27912026-07-01T23:46:51.357Z Checking cargo-platform v0.3.2
27922026-07-01T23:46:51.571Z Checking cargo_metadata v0.23.1
27932026-07-01T23:46:51.606Z Checking aes-gcm v0.11.0
27942026-07-01T23:46:51.801Z Checking spki v0.8.0
27952026-07-01T23:46:51.989Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-07-01T23:46:52.022Z Checking crypto-bigint v0.7.5
27972026-07-01T23:46:52.368Z Checking cbc v0.2.1
27982026-07-01T23:46:52.542Z Checking salsa20 v0.11.0
27992026-07-01T23:46:52.716Z Compiling vergen-git2 v9.1.0
28002026-07-01T23:46:52.961Z Checking plotters-backend v0.3.7
28012026-07-01T23:46:53.235Z Checking plotters-svg v0.3.7
28022026-07-01T23:46:53.416Z Checking scrypt v0.12.0
28032026-07-01T23:46:53.636Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-07-01T23:46:53.728Z Checking cast v0.3.0
28052026-07-01T23:46:53.918Z Checking criterion-plot v0.6.0
28062026-07-01T23:46:53.958Z Checking pkcs5 v0.8.1
28072026-07-01T23:46:54.199Z Checking plotters v0.3.7
28082026-07-01T23:46:54.288Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-07-01T23:46:54.371Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28102026-07-01T23:46:54.607Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-01T23:46:54.847Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-01T23:46:54.969Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-07-01T23:46:55.087Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-07-01T23:46:55.208Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-07-01T23:46:55.311Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-07-01T23:46:55.345Z Checking colored v2.2.0
28172026-07-01T23:46:55.447Z Checking tinytemplate v1.2.1
28182026-07-01T23:46:55.576Z Checking oorandom v11.1.5
28192026-07-01T23:46:55.696Z Checking shell-words v1.1.1
28202026-07-01T23:46:55.730Z Checking anes v0.1.6
28212026-07-01T23:46:55.940Z Checking criterion v0.7.0
28222026-07-01T23:46:55.974Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-07-01T23:46:56.188Z Checking pkcs8 v0.11.0
28242026-07-01T23:46:56.423Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28252026-07-01T23:46:57.201Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28262026-07-01T23:46:57.236Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-07-01T23:46:57.720Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28282026-07-01T23:46:58.539Z Checking tokio-test v0.4.5
28292026-07-01T23:46:58.797Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-01T23:46:59.043Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-07-01T23:46:59.465Z Checking twox-hash v2.1.2
28322026-07-01T23:46:59.795Z Checking ff v0.14.0
28332026-07-01T23:47:00.011Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28342026-07-01T23:47:00.221Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28352026-07-01T23:47:00.635Z Checking fatfs v0.3.6
28362026-07-01T23:47:00.995Z Checking signature v3.0.0
28372026-07-01T23:47:01.126Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28382026-07-01T23:47:02.353Z Compiling seq-macro v0.3.6
28392026-07-01T23:47:02.414Z Checking base16ct v1.0.0
28402026-07-01T23:47:02.414Z Checking sec1 v0.8.1
28412026-07-01T23:47:02.414Z Checking group v0.14.0
28422026-07-01T23:47:02.414Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-01T23:47:02.415Z Checking hkdf v0.13.0
28442026-07-01T23:47:02.415Z Compiling petname v2.0.2
28452026-07-01T23:47:02.462Z Checking elliptic-curve v0.14.0-rc.33
28462026-07-01T23:47:02.568Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-07-01T23:47:02.675Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-07-01T23:47:02.807Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28492026-07-01T23:47:02.959Z Checking concurrent-queue v2.5.0
28502026-07-01T23:47:03.176Z Checking rtoolbox v0.0.3
28512026-07-01T23:47:03.339Z Checking parking v2.2.1
28522026-07-01T23:47:03.491Z Checking event-listener v5.4.1
28532026-07-01T23:47:03.744Z Checking rpassword v7.4.0
28542026-07-01T23:47:04.084Z Checking tui-tree-widget v0.23.1
28552026-07-01T23:47:04.301Z Checking rfc6979 v0.5.0
28562026-07-01T23:47:04.335Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-07-01T23:47:04.465Z Checking sapling-renderdag v0.1.0
28582026-07-01T23:47:04.535Z Checking sync-ptr v0.1.4
28592026-07-01T23:47:04.677Z Checking ecdsa v0.17.0-rc.18
28602026-07-01T23:47:04.738Z Checking event-listener-strategy v0.5.4
28612026-07-01T23:47:04.902Z Checking primeorder v0.14.0-rc.10
28622026-07-01T23:47:05.090Z Checking primefield v0.14.0
28632026-07-01T23:47:05.236Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28642026-07-01T23:47:05.328Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-07-01T23:47:05.564Z Compiling curve25519-dalek v5.0.0-rc.0
28662026-07-01T23:47:05.921Z Checking arrayvec v0.7.6
28672026-07-01T23:47:05.963Z Checking arrayref v0.3.9
28682026-07-01T23:47:06.065Z Checking constant_time_eq v0.4.2
28692026-07-01T23:47:06.135Z Checking futures-timer v3.0.3
28702026-07-01T23:47:06.214Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-07-01T23:47:06.374Z Checking async-lock v3.4.2
28722026-07-01T23:47:06.418Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28732026-07-01T23:47:06.796Z Checking ssh-encoding v0.3.0-rc.9
28742026-07-01T23:47:07.050Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28752026-07-01T23:47:07.420Z Compiling strsim v0.10.0
28762026-07-01T23:47:07.826Z Compiling darling_core v0.13.4
28772026-07-01T23:47:08.271Z Checking async-object-pool v0.2.0
28782026-07-01T23:47:08.805Z Compiling samael v0.0.19
28792026-07-01T23:47:09.043Z Checking ed25519 v3.0.0
28802026-07-01T23:47:09.275Z Checking crypto-primes v0.7.2
28812026-07-01T23:47:09.315Z Checking pkcs1 v0.8.0-rc.4
28822026-07-01T23:47:09.554Z Checking poly1305 v0.9.0
28832026-07-01T23:47:09.713Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28842026-07-01T23:47:09.855Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28852026-07-01T23:47:10.109Z Checking serde_regex v1.1.0
28862026-07-01T23:47:10.269Z Checking blowfish v0.10.0
28872026-07-01T23:47:10.303Z Checking blake2 v0.11.0-rc.6
28882026-07-01T23:47:10.453Z Checking assert-json-diff v2.0.2
28892026-07-01T23:47:10.532Z Checking path-tree v0.8.3
28902026-07-01T23:47:10.599Z Checking keccak v0.2.0
28912026-07-01T23:47:10.678Z Checking fiat-crypto v0.3.0
28922026-07-01T23:47:10.748Z Checking stringmetrics v2.2.2
28932026-07-01T23:47:10.787Z Compiling target-lexicon v0.13.3
28942026-07-01T23:47:10.929Z Checking gimli v0.32.3
28952026-07-01T23:47:11.401Z Checking httpmock v0.8.3
28962026-07-01T23:47:12.498Z Checking addr2line v0.25.1
28972026-07-01T23:47:12.798Z Checking sha3 v0.11.0
28982026-07-01T23:47:13.173Z Checking argon2 v0.6.0-rc.8
28992026-07-01T23:47:13.641Z Checking bcrypt-pbkdf v0.11.0
29002026-07-01T23:47:13.662Z Checking rsa v0.10.0-rc.18
29012026-07-01T23:47:13.757Z Checking ssh-cipher v0.3.0-rc.9
29022026-07-01T23:47:13.998Z Compiling darling_macro v0.13.4
29032026-07-01T23:47:14.002Z Checking ed25519-dalek v3.0.0-rc.0
29042026-07-01T23:47:14.296Z Checking p256 v0.14.0-rc.10
29052026-07-01T23:47:14.537Z Checking p521 v0.14.0-rc.10
29062026-07-01T23:47:15.082Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29072026-07-01T23:47:15.353Z Checking kem v0.3.0
29082026-07-01T23:47:15.503Z Checking module-lattice v0.2.3
29092026-07-01T23:47:15.758Z Compiling guppy-workspace-hack v0.1.0
29102026-07-01T23:47:15.927Z Checking p384 v0.14.0-rc.10
29112026-07-01T23:47:15.984Z Checking rustc-demangle v0.1.27
29122026-07-01T23:47:16.094Z Checking hex-literal v0.4.1
29132026-07-01T23:47:16.255Z Checking backtrace v0.3.76
29142026-07-01T23:47:16.297Z Checking ml-kem v0.3.2
29152026-07-01T23:47:16.580Z Compiling darling v0.13.4
29162026-07-01T23:47:16.963Z Checking russh-cryptovec v0.61.0
29172026-07-01T23:47:17.074Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29182026-07-01T23:47:17.154Z Checking internal-russh-num-bigint v0.5.0
29192026-07-01T23:47:17.310Z Checking num-bigint v0.4.6
29202026-07-01T23:47:17.590Z Checking russh-util v0.52.0
29212026-07-01T23:47:17.745Z Compiling git2 v0.20.4
29222026-07-01T23:47:17.779Z Checking generic-array v1.4.3
29232026-07-01T23:47:17.967Z Checking ssh-key v0.7.0-rc.10
29242026-07-01T23:47:18.029Z Compiling enum_dispatch v0.3.13
29252026-07-01T23:47:18.279Z Compiling blake3 v1.8.5
29262026-07-01T23:47:18.367Z Compiling delegate v0.13.5
29272026-07-01T23:47:18.713Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29282026-07-01T23:47:18.923Z Compiling target-spec v3.5.7
29292026-07-01T23:47:19.035Z Checking md5 v0.8.0
29302026-07-01T23:47:19.186Z Checking hex-literal v1.1.0
29312026-07-01T23:47:19.245Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29322026-07-01T23:47:19.395Z Checking russh v0.61.2
29332026-07-01T23:47:19.533Z Checking cfg-expr v0.20.6
29342026-07-01T23:47:19.841Z Compiling serde_with_macros v1.5.2
29352026-07-01T23:47:19.934Z Checking backtrace-ext v0.2.1
29362026-07-01T23:47:20.186Z Checking supports-color v2.1.0
29372026-07-01T23:47:20.353Z Checking textwrap v0.15.2
29382026-07-01T23:47:21.587Z Checking supports-unicode v2.1.0
29392026-07-01T23:47:21.590Z Checking supports-hyperlinks v2.1.0
29402026-07-01T23:47:21.590Z Checking hashbrown v0.14.5
29412026-07-01T23:47:21.591Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-07-01T23:47:21.591Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29432026-07-01T23:47:21.591Z Checking terminal_size v0.1.17
29442026-07-01T23:47:21.591Z Checking socket2 v0.5.10
29452026-07-01T23:47:21.591Z Compiling miette-derive v5.10.0
29462026-07-01T23:47:21.591Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29472026-07-01T23:47:21.591Z Checking owo-colors v3.5.0
29482026-07-01T23:47:21.591Z Checking internet-checksum v0.2.1
29492026-07-01T23:47:21.854Z Checking chumsky v0.9.3
29502026-07-01T23:47:22.305Z Checking miette v5.10.0
29512026-07-01T23:47:22.770Z Compiling serde_with v1.14.0
29522026-07-01T23:47:23.043Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29532026-07-01T23:47:23.173Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29542026-07-01T23:47:23.237Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29552026-07-01T23:47:23.593Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29562026-07-01T23:47:23.859Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29572026-07-01T23:47:23.965Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29582026-07-01T23:47:24.044Z Compiling knuffel-derive v3.2.0
29592026-07-01T23:47:24.081Z Checking httptest v0.16.4
29602026-07-01T23:47:24.123Z Checking pathdiff v0.2.3
29612026-07-01T23:47:24.264Z Checking nested v0.1.1
29622026-07-01T23:47:24.439Z Checking topological-sort v0.2.2
29632026-07-01T23:47:24.510Z Checking guppy v0.17.25
29642026-07-01T23:47:24.620Z Checking omicron-zone-package v0.12.3
29652026-07-01T23:47:24.863Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29662026-07-01T23:47:25.550Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29672026-07-01T23:47:25.553Z Checking similar-asserts v1.7.0
29682026-07-01T23:47:25.621Z Compiling polar-core v0.27.3
29692026-07-01T23:47:25.656Z Checking knuffel v3.2.0
29702026-07-01T23:47:25.767Z Compiling target-triple v1.0.0
29712026-07-01T23:47:25.809Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29722026-07-01T23:47:26.144Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29732026-07-01T23:47:26.335Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29742026-07-01T23:47:26.550Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29752026-07-01T23:47:26.583Z Checking hickory-client v0.25.2
29762026-07-01T23:47:26.886Z Checking escape8259 v0.5.3
29772026-07-01T23:47:27.050Z Compiling assert_cmd v2.1.2
29782026-07-01T23:47:27.095Z Checking libtest-mimic v0.8.1
29792026-07-01T23:47:27.416Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29802026-07-01T23:47:27.487Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29812026-07-01T23:47:27.544Z Checking blake2b_simd v1.0.4
29822026-07-01T23:47:27.614Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29832026-07-01T23:47:27.982Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-07-01T23:47:28.017Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29852026-07-01T23:47:28.152Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29862026-07-01T23:47:28.251Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29872026-07-01T23:47:28.382Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29882026-07-01T23:47:28.493Z Checking fancy-regex v0.14.0
29892026-07-01T23:47:28.638Z Checking serde_tokenstream v0.2.3
29902026-07-01T23:47:28.809Z Checking approx v0.5.1
29912026-07-01T23:47:28.903Z Compiling rstest_macros v0.25.0
29922026-07-01T23:47:28.940Z Checking uzers v0.12.2
29932026-07-01T23:47:28.979Z Checking constant_time_eq v0.3.1
29942026-07-01T23:47:29.107Z Checking termcolor v1.4.1
29952026-07-01T23:47:29.183Z Compiling linkme-impl v0.3.35
29962026-07-01T23:47:29.328Z Checking rust-argon2 v2.1.0
29972026-07-01T23:47:29.361Z Checking trybuild v1.0.116
29982026-07-01T23:47:29.591Z Checking datatest-stable v0.3.3
29992026-07-01T23:47:29.930Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30002026-07-01T23:47:30.041Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30012026-07-01T23:47:30.320Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30022026-07-01T23:47:30.350Z Checking support-bundle-viewer v0.1.2
30032026-07-01T23:47:30.573Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30042026-07-01T23:47:30.694Z Checking oso v0.27.3
30052026-07-01T23:47:30.818Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30062026-07-01T23:47:31.027Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30072026-07-01T23:47:31.062Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30082026-07-01T23:47:31.275Z Checking drift v0.2.0
30092026-07-01T23:47:31.313Z Checking rand_distr v0.5.1
30102026-07-01T23:47:31.648Z Checking multimap v0.10.1
30112026-07-01T23:47:31.681Z Compiling relative-path v1.9.3
30122026-07-01T23:47:31.755Z Compiling linkme v0.3.35
30132026-07-01T23:47:31.853Z Checking dropshot-api-manager v0.7.2
30142026-07-01T23:47:33.047Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30152026-07-01T23:47:33.296Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30162026-07-01T23:47:33.423Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30172026-07-01T23:47:33.499Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30182026-07-01T23:47:33.655Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30192026-07-01T23:47:33.751Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30202026-07-01T23:47:34.064Z Checking cargo_toml v0.21.0
30212026-07-01T23:47:34.099Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30222026-07-01T23:47:34.202Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30232026-07-01T23:47:34.468Z Checking partial-io v0.5.4
30242026-07-01T23:47:34.656Z Checking termios v0.3.3
30252026-07-01T23:47:34.706Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30262026-07-01T23:47:34.816Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30272026-07-01T23:47:34.947Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30282026-07-01T23:47:35.661Z Checking rstest v0.25.0
30292026-07-01T23:47:36.264Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30302026-07-01T23:47:40.210Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30312026-07-01T23:47:44.090Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30322026-07-01T23:47:46.216Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30332026-07-01T23:47:47.625Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30342026-07-01T23:47:49.567Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30352026-07-01T23:47:55.474Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30362026-07-01T23:47:58.983Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30372026-07-01T23:48:03.387Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30382026-07-01T23:48:03.501Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30392026-07-01T23:48:03.908Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30402026-07-01T23:48:10.430Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30412026-07-01T23:48:14.733Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30422026-07-01T23:49:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30432026-07-01T23:49:28.362Z
30442026-07-01T23:49:28.362Zreal 4:10.232913068
30452026-07-01T23:49:28.362Zuser 21:31.197431828
30462026-07-01T23:49:28.363Zsys 5:00.587928396
30472026-07-01T23:49:28.363Ztrap 0.515920698
30482026-07-01T23:49:28.363Ztflt 0.462300578
30492026-07-01T23:49:28.363Zdflt 0.469456626
30502026-07-01T23:49:28.363Zkflt 0.010327066
30512026-07-01T23:49:28.363Zlock 59:02.467516910
30522026-07-01T23:49:28.363Zslp 58:48.210043248
30532026-07-01T23:49:28.367Zlat 1:49.714543186
30542026-07-01T23:49:28.367Zstop 11:12.150975937
30552026-07-01T23:49:28.367Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30562026-07-01T23:49:28.367Z+ ptime -m cargo doc --workspace --no-deps
30572026-07-01T23:49:29.185Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30582026-07-01T23:49:29.185Z |
30592026-07-01T23:49:29.185Z = 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)`
30602026-07-01T23:49:29.185Z = 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>
30612026-07-01T23:49:30.208Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30622026-07-01T23:49:30.450Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-07-01T23:49:30.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30642026-07-01T23:49:30.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30652026-07-01T23:49:30.587Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30662026-07-01T23:49:30.648Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30672026-07-01T23:49:30.677Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30682026-07-01T23:49:30.818Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-07-01T23:49:30.818Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30702026-07-01T23:49:30.868Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30712026-07-01T23:49:31.046Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-07-01T23:49:31.070Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30732026-07-01T23:49:31.101Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30742026-07-01T23:49:31.125Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30752026-07-01T23:49:31.148Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30762026-07-01T23:49:31.152Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30772026-07-01T23:49:31.152Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30782026-07-01T23:49:31.216Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30792026-07-01T23:49:31.278Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30802026-07-01T23:49:31.304Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30812026-07-01T23:49:31.352Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30822026-07-01T23:49:31.376Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30832026-07-01T23:49:31.630Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30842026-07-01T23:49:31.985Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30852026-07-01T23:49:32.011Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30862026-07-01T23:49:32.071Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30872026-07-01T23:49:32.135Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30882026-07-01T23:49:32.155Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30892026-07-01T23:49:32.257Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30902026-07-01T23:49:32.360Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30912026-07-01T23:49:32.435Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30922026-07-01T23:49:32.603Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30932026-07-01T23:49:32.635Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30942026-07-01T23:49:32.727Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30952026-07-01T23:49:32.774Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30962026-07-01T23:49:32.816Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30972026-07-01T23:49:32.867Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30982026-07-01T23:49:32.960Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30992026-07-01T23:49:33.085Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31002026-07-01T23:49:33.268Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31012026-07-01T23:49:33.332Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31022026-07-01T23:49:33.647Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31032026-07-01T23:49:33.744Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31042026-07-01T23:49:33.768Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31052026-07-01T23:49:33.916Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31062026-07-01T23:49:33.954Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31072026-07-01T23:49:33.978Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31082026-07-01T23:49:34.040Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31092026-07-01T23:49:34.163Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31102026-07-01T23:49:34.228Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31112026-07-01T23:49:34.253Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31122026-07-01T23:49:34.310Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31132026-07-01T23:49:34.414Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31142026-07-01T23:49:34.498Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-07-01T23:49:34.522Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-07-01T23:49:34.544Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31172026-07-01T23:49:34.567Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31182026-07-01T23:49:34.630Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192026-07-01T23:49:35.005Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-07-01T23:49:35.118Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-07-01T23:49:35.144Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31222026-07-01T23:49:35.397Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-07-01T23:49:35.565Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-07-01T23:49:35.873Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31252026-07-01T23:49:36.018Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31262026-07-01T23:49:36.063Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31272026-07-01T23:49:36.088Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31282026-07-01T23:49:36.168Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31292026-07-01T23:49:36.307Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-07-01T23:49:36.339Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31312026-07-01T23:49:36.392Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31322026-07-01T23:49:36.423Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31332026-07-01T23:49:36.900Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342026-07-01T23:49:37.451Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-07-01T23:49:37.455Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-07-01T23:49:37.553Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31372026-07-01T23:49:37.608Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-07-01T23:49:37.717Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-07-01T23:49:37.903Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-07-01T23:49:37.943Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-07-01T23:49:37.991Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-07-01T23:49:38.127Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31432026-07-01T23:49:38.176Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31442026-07-01T23:49:38.199Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31452026-07-01T23:49:38.223Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31462026-07-01T23:49:38.345Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31472026-07-01T23:49:38.530Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31482026-07-01T23:49:38.579Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31492026-07-01T23:49:38.626Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502026-07-01T23:49:38.629Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31512026-07-01T23:49:38.671Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31522026-07-01T23:49:38.827Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31532026-07-01T23:49:38.850Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31542026-07-01T23:49:38.874Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31552026-07-01T23:49:38.937Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31562026-07-01T23:49:38.959Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-07-01T23:49:38.982Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31582026-07-01T23:49:39.134Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31592026-07-01T23:49:39.160Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31602026-07-01T23:49:39.227Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31612026-07-01T23:49:39.251Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31622026-07-01T23:49:39.272Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31632026-07-01T23:49:39.358Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31642026-07-01T23:49:39.402Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31652026-07-01T23:49:39.487Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31662026-07-01T23:49:39.554Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31672026-07-01T23:49:39.577Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31682026-07-01T23:49:39.849Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31692026-07-01T23:49:39.852Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31702026-07-01T23:49:39.894Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31712026-07-01T23:49:40.321Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-07-01T23:49:40.507Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31732026-07-01T23:49:40.572Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-07-01T23:49:41.243Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31752026-07-01T23:49:41.331Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31762026-07-01T23:49:41.432Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31772026-07-01T23:49:41.557Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31782026-07-01T23:49:41.967Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-07-01T23:49:42.137Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31802026-07-01T23:49:42.798Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31812026-07-01T23:49:43.427Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31822026-07-01T23:49:43.561Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31832026-07-01T23:49:44.295Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31842026-07-01T23:49:44.542Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31852026-07-01T23:49:44.609Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31862026-07-01T23:49:44.694Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31872026-07-01T23:49:44.863Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31882026-07-01T23:49:45.153Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31892026-07-01T23:49:45.181Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31902026-07-01T23:49:45.574Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31912026-07-01T23:49:45.623Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31922026-07-01T23:49:46.135Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31932026-07-01T23:49:46.356Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31942026-07-01T23:49:46.509Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31952026-07-01T23:49:46.842Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31962026-07-01T23:49:46.897Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31972026-07-01T23:49:47.031Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31982026-07-01T23:49:47.222Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31992026-07-01T23:49:47.577Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32002026-07-01T23:49:48.208Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32012026-07-01T23:49:48.381Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32022026-07-01T23:49:48.993Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32032026-07-01T23:49:49.319Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-01T23:49:49.377Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32052026-07-01T23:49:50.006Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32062026-07-01T23:49:50.602Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32072026-07-01T23:49:50.847Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32082026-07-01T23:49:51.162Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32092026-07-01T23:49:51.399Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32102026-07-01T23:49:51.656Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32112026-07-01T23:49:52.026Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32122026-07-01T23:49:52.718Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32132026-07-01T23:49:52.840Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32142026-07-01T23:49:53.269Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32152026-07-01T23:49:53.958Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32162026-07-01T23:49:53.983Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32172026-07-01T23:49:54.383Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32182026-07-01T23:49:55.393Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32192026-07-01T23:49:58.505Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32202026-07-01T23:49:59.465Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32212026-07-01T23:49:59.560Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32222026-07-01T23:49:59.782Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32232026-07-01T23:50:00.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32242026-07-01T23:50:00.359Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32252026-07-01T23:50:01.900Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262026-07-01T23:50:02.320Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32272026-07-01T23:50:02.464Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-07-01T23:50:02.883Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32292026-07-01T23:50:03.124Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32302026-07-01T23:50:03.183Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32312026-07-01T23:50:03.716Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32322026-07-01T23:50:03.780Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32332026-07-01T23:50:03.999Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32342026-07-01T23:50:04.142Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32352026-07-01T23:50:04.350Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-07-01T23:50:04.437Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-07-01T23:50:04.775Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32382026-07-01T23:50:05.139Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32392026-07-01T23:50:05.505Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-07-01T23:50:05.531Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32412026-07-01T23:50:05.841Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32422026-07-01T23:50:05.905Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32432026-07-01T23:50:06.180Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32442026-07-01T23:50:06.595Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32452026-07-01T23:50:07.438Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32462026-07-01T23:50:08.289Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32472026-07-01T23:50:08.838Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32482026-07-01T23:50:10.120Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32492026-07-01T23:50:11.727Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32502026-07-01T23:50:12.142Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32512026-07-01T23:50:13.448Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32522026-07-01T23:50:13.979Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32532026-07-01T23:50:15.898Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32542026-07-01T23:50:16.699Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32552026-07-01T23:50:17.212Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32562026-07-01T23:50:19.232Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32572026-07-01T23:50:19.701Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32582026-07-01T23:50:21.617Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32592026-07-01T23:50:22.751Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32602026-07-01T23:50:23.468Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32612026-07-01T23:50:23.756Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-01T23:50:23.902Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32632026-07-01T23:50:24.552Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32642026-07-01T23:50:30.050Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32652026-07-01T23:50:30.617Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32662026-07-01T23:50:31.445Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32672026-07-01T23:50:32.712Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32682026-07-01T23:50:33.468Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32692026-07-01T23:50:34.246Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32702026-07-01T23:50:35.050Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32712026-07-01T23:50:35.786Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32722026-07-01T23:50:37.438Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32732026-07-01T23:50:37.956Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32742026-07-01T23:50:38.968Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32752026-07-01T23:50:39.724Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32762026-07-01T23:50:40.320Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32772026-07-01T23:50:41.394Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32782026-07-01T23:50:42.134Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32792026-07-01T23:50:45.177Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32802026-07-01T23:50:46.377Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32812026-07-01T23:50:47.454Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32822026-07-01T23:50:48.487Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32832026-07-01T23:50:49.323Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32842026-07-01T23:50:50.285Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-07-01T23:50:52.984Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32862026-07-01T23:50:53.340Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32872026-07-01T23:50:54.281Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32882026-07-01T23:50:55.625Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-07-01T23:50:56.860Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-07-01T23:50:58.298Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32912026-07-01T23:51:00.743Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32922026-07-01T23:51:01.358Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-07-01T23:51:02.897Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32942026-07-01T23:51:04.771Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32952026-07-01T23:51:06.015Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32962026-07-01T23:51:09.382Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32972026-07-01T23:51:10.902Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32982026-07-01T23:51:12.584Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32992026-07-01T23:51:17.009Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33002026-07-01T23:51:17.395Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33012026-07-01T23:51:18.663Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33022026-07-01T23:51:18.890Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33032026-07-01T23:51:20.984Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33042026-07-01T23:51:22.664Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33052026-07-01T23:51:24.338Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33062026-07-01T23:51:26.392Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33072026-07-01T23:51:28.108Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33082026-07-01T23:51:29.792Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33092026-07-01T23:51:31.824Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33102026-07-01T23:51:33.246Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33112026-07-01T23:51:34.964Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33122026-07-01T23:51:36.706Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33132026-07-01T23:51:38.430Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33142026-07-01T23:51:40.098Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33152026-07-01T23:51:41.786Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33162026-07-01T23:51:43.284Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33172026-07-01T23:51:47.084Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33182026-07-01T23:51:48.520Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-07-01T23:51:50.521Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33202026-07-01T23:51:52.123Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33212026-07-01T23:51:54.361Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33222026-07-01T23:51:58.131Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33232026-07-01T23:52:00.152Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33242026-07-01T23:52:01.984Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33252026-07-01T23:52:05.441Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33262026-07-01T23:52:06.969Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33272026-07-01T23:52:07.543Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33282026-07-01T23:52:10.897Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33292026-07-01T23:52:13.146Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33302026-07-01T23:52:15.448Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33312026-07-01T23:52:17.975Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33322026-07-01T23:52:20.077Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33332026-07-01T23:52:22.358Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33342026-07-01T23:52:24.559Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33352026-07-01T23:52:27.086Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33362026-07-01T23:52:29.449Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33372026-07-01T23:52:31.202Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33382026-07-01T23:52:33.410Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33392026-07-01T23:52:37.851Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33402026-07-01T23:52:37.944Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33412026-07-01T23:52:40.142Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33422026-07-01T23:52:42.510Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-07-01T23:52:44.865Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33442026-07-01T23:52:47.223Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33452026-07-01T23:52:49.666Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33462026-07-01T23:52:51.998Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33472026-07-01T23:52:54.335Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33482026-07-01T23:52:56.715Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33492026-07-01T23:52:59.114Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33502026-07-01T23:53:01.503Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33512026-07-01T23:53:03.887Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33522026-07-01T23:53:06.266Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33532026-07-01T23:53:08.658Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33542026-07-01T23:53:10.923Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33552026-07-01T23:53:13.429Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33562026-07-01T23:53:15.905Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33572026-07-01T23:53:18.303Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33582026-07-01T23:53:20.737Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33592026-07-01T23:53:23.049Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33602026-07-01T23:53:25.537Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33612026-07-01T23:53:27.956Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-07-01T23:53:30.334Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33632026-07-01T23:53:32.712Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33642026-07-01T23:53:35.172Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33652026-07-01T23:53:37.452Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-07-01T23:53:39.862Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-07-01T23:53:42.841Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33682026-07-01T23:53:45.152Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33692026-07-01T23:53:47.571Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33702026-07-01T23:53:50.010Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33712026-07-01T23:53:52.571Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33722026-07-01T23:53:55.197Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33732026-07-01T23:53:57.754Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33742026-07-01T23:54:00.473Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33752026-07-01T23:54:03.068Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33762026-07-01T23:54:05.624Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-07-01T23:54:08.115Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33782026-07-01T23:54:10.741Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33792026-07-01T23:54:13.426Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33802026-07-01T23:54:16.044Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33812026-07-01T23:54:18.981Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33822026-07-01T23:54:21.407Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33832026-07-01T23:54:29.385Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33842026-07-01T23:54:29.428Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33852026-07-01T23:54:32.749Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33862026-07-01T23:54:36.248Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33872026-07-01T23:54:39.642Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33882026-07-01T23:54:42.987Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33892026-07-01T23:54:46.395Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33902026-07-01T23:54:49.863Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33912026-07-01T23:54:53.222Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33922026-07-01T23:54:56.833Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33932026-07-01T23:55:00.114Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-07-01T23:55:03.603Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33952026-07-01T23:55:07.065Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33962026-07-01T23:55:11.853Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33972026-07-01T23:55:14.719Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33982026-07-01T23:55:18.412Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33992026-07-01T23:55:22.237Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34002026-07-01T23:55:26.019Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34012026-07-01T23:55:29.947Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34022026-07-01T23:55:33.599Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34032026-07-01T23:55:37.361Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34042026-07-01T23:55:41.166Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34052026-07-01T23:55:44.975Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34062026-07-01T23:55:48.808Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34072026-07-01T23:55:52.500Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34082026-07-01T23:55:56.273Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34092026-07-01T23:56:26.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s
34102026-07-01T23:56:26.418Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34112026-07-01T23:56:26.520Z
34122026-07-01T23:56:26.520Zreal 6:58.071791663
34132026-07-01T23:56:26.520Zuser 18:33.772801667
34142026-07-01T23:56:26.520Zsys 4:03.362574132
34152026-07-01T23:56:26.520Ztrap 0.266418369
34162026-07-01T23:56:26.520Ztflt 0.005987220
34172026-07-01T23:56:26.520Zdflt 0.042538744
34182026-07-01T23:56:26.520Zkflt 0.000095940
34192026-07-01T23:56:26.520Zlock 6:26:53.447662193
34202026-07-01T23:56:26.523Zslp 2:20:28.738921779
34212026-07-01T23:56:26.523Zlat 33.024550155
34222026-07-01T23:56:26.524Zstop 1:41.517448991
34232026-07-01T23:56:26.524Zprocess exited: duration 790227 ms, exit code 0
 
34242026-07-01T23:56:26.531Zfound 0 output files