01KY2VBP6C3NCXAPS83Q91PGF1: clippy (helios)

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

Buildomat Job: 01KY2VCM1Q1RDP5H8163791Q6G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T17:26:44.300Zjob assigned to worker 01KY2VCTBHRNTJPM044HXMG6PX [factory aws, i-0fe576d00848e7b7d] (queued for 58 s)
 
22026-07-21T17:26:50.555Zstarting task 0: "setup"
32026-07-21T17:26:50.559Z++ uname -s
42026-07-21T17:26:50.562Z+ kern=SunOS
52026-07-21T17:26:50.562Z+ build_user=build
62026-07-21T17:26:50.562Z+ build_uid=12345
72026-07-21T17:26:50.562Z+ work_dir=/work
82026-07-21T17:26:50.562Z+ input_dir=/input
92026-07-21T17:26:50.563Z+ [[ 0 == 12345 ]]
102026-07-21T17:26:50.563Z+ case "$kern" in
112026-07-21T17:26:50.563Z+ groupadd -g 12345 build
122026-07-21T17:26:50.563Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T17:26:52.566Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T17:26:52.666Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T17:26:52.669Z+ home_fs=zfs
162026-07-21T17:26:52.669Z+ [[ zfs == autofs ]]
172026-07-21T17:26:52.669Z+ mkdir -p /home/build
182026-07-21T17:26:52.669Z+ chown build:build /home/build /work
192026-07-21T17:26:54.670Z+ chmod 0700 /home/build /work
202026-07-21T17:26:54.674Zprocess exited: duration 4119 ms, exit code 0
 
212026-07-21T17:26:54.680Zstarting task 1: "rust-toolchain"
222026-07-21T17:26:54.684Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T17:26:54.685Z * rust toolchain channel = "1.96.1"
242026-07-21T17:26:54.685Z * rust toolchain profile = "default"
252026-07-21T17:26:54.685Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T17:26:54.685Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T17:26:54.688Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T17:26:54.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T17:26:54.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T17:26:54.765Zinfo: downloading installer
312026-07-21T17:26:56.406Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T17:26:56.406Zwarn: /home/build/.rustup/settings.toml
332026-07-21T17:26:56.406Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T17:26:56.406Zwarn: instead of the one inferred from the default host triple.
352026-07-21T17:26:56.419Zinfo: profile set to default
362026-07-21T17:26:56.419Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T17:26:56.422Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T17:26:56.560Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T17:26:56.563Zinfo: downloading 6 components
402026-07-21T17:27:11.784Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T17:27:11.784Z
422026-07-21T17:27:11.812Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T17:27:11.812Z
442026-07-21T17:27:11.812Z
452026-07-21T17:27:11.812ZRust is installed now. Great!
462026-07-21T17:27:11.812Z
472026-07-21T17:27:11.816ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T17:27:11.816Zenvironment variable. This has not been done automatically.
492026-07-21T17:27:11.816Z
502026-07-21T17:27:11.816ZTo configure your current shell, you need to source
512026-07-21T17:27:11.816Zthe corresponding env file under $HOME/.cargo.
522026-07-21T17:27:11.816Z
532026-07-21T17:27:11.816ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T17:27:11.816Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T17:27:11.816Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T17:27:11.816Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T17:27:11.816Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T17:27:11.816Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T17:27:11.816Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T17:27:11.816Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T17:27:11.816Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T17:27:11.919Z+ rustup --version
632026-07-21T17:27:11.927Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T17:27:11.930Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T17:27:11.949Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T17:27:11.952Z+ cargo --version
672026-07-21T17:27:11.965Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T17:27:11.968Z+ rustc --version
692026-07-21T17:27:11.987Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T17:27:11.990Zprocess exited: duration 17309 ms, exit code 0
 
712026-07-21T17:27:11.996Zstarting task 2: "authentication"
722026-07-21T17:27:12.012Zprocess exited: duration 16 ms, exit code 0
 
732026-07-21T17:27:12.017Zstarting task 3: "clone repository"
742026-07-21T17:27:12.021Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T17:27:12.023Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T17:27:12.053ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T17:27:21.076Z+ cd /work/oxidecomputer/omicron
782026-07-21T17:27:21.076Z+ git fetch origin 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
792026-07-21T17:27:21.492ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T17:27:21.492Z * branch 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 -> FETCH_HEAD
812026-07-21T17:27:21.502Z+ [[ -n '' ]]
822026-07-21T17:27:21.502Z+ git reset --hard 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
832026-07-21T17:27:21.662ZHEAD is now at 6abd5bd5c rebase
842026-07-21T17:27:21.665Zprocess exited: duration 9647 ms, exit code 0
 
852026-07-21T17:27:21.671Zstarting task 4: "build"
862026-07-21T17:27:21.674Z+ source ./env.sh
872026-07-21T17:27:21.677Z++ OLD_SHELL_OPTS=ehxB
882026-07-21T17:27:21.677Z++ set -o xtrace
892026-07-21T17:27:21.677Z++++ dirname ./env.sh
902026-07-21T17:27:21.680Z+++ readlink -f .
912026-07-21T17:27:21.683Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-21T17:27:21.683Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-21T17:27:21.683Z++ 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-21T17:27:21.683Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-21T17:27:21.683Z++ 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-21T17:27:21.683Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-21T17:27:21.683Z++ 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-21T17:27:21.685Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-21T17:27:21.685Z++ 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-21T17:27:21.685Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-21T17:27:21.685Z++ 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-21T17:27:21.685Z++ case $OLD_SHELL_OPTS in
1032026-07-21T17:27:21.685Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-21T17:27:21.685Z+ source .github/buildomat/ci-env.sh
1052026-07-21T17:27:21.686Z++ export CARGO_TERM_COLOR=always
1062026-07-21T17:27:21.686Z++ CARGO_TERM_COLOR=always
1072026-07-21T17:27:21.686Z+++ uname -s
1082026-07-21T17:27:21.686Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-21T17:27:21.686Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-21T17:27:21.690Z+ cargo --version
1112026-07-21T17:27:21.693Zcargo 1.96.1 (356927216 2026-06-26)
1122026-07-21T17:27:21.695Z+ rustc --version
1132026-07-21T17:27:21.716Zrustc 1.96.1 (31fca3adb 2026-06-26)
1142026-07-21T17:27:21.718Z+ banner prerequisites
1152026-07-21T17:27:21.721Z
1162026-07-21T17:27:21.721Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-21T17:27:21.721Z # # # # # # # # # # # # # # #
1182026-07-21T17:27:21.721Z # # # # ##### # # ##### # # # # # #### #
1192026-07-21T17:27:21.721Z ##### ##### # ##### # # # # # # # # #
1202026-07-21T17:27:21.721Z # # # # # # # # # # # # # # #
1212026-07-21T17:27:21.721Z # # # ###### # # ###### ### # #### # #### #
1222026-07-21T17:27:21.721Z
1232026-07-21T17:27:21.721Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-21T17:27:23.418Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-21T17:27:23.604Z Startup: Caching catalogs ... Done
1262026-07-21T17:27:24.536ZPlanning: Solver setup ... Done (0.864s)
1272026-07-21T17:27:24.573ZPlanning: Running solver ... Done (0.038s)
1282026-07-21T17:27:24.597ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-21T17:27:24.611ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-21T17:27:24.629ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-21T17:27:24.642ZPlanning: Package planning ... Done (0.013s)
1322026-07-21T17:27:24.647ZPlanning: Merging actions ... Done (0.001s)
1332026-07-21T17:27:24.847ZPlanning: Checking for conflicting actions ... Done (0.203s)
1342026-07-21T17:27:24.851ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-21T17:27:25.641ZPlanning: Evaluating mediators ... Done (0.793s)
1362026-07-21T17:27:25.644ZPlanning: Planning completed in 2.01 seconds
1372026-07-21T17:27:25.651Z Packages to install: 2
1382026-07-21T17:27:25.656Z Estimated space available: 156.06 GB
1392026-07-21T17:27:25.656ZEstimated space to be consumed: 46.64 MB
1402026-07-21T17:27:25.656Z Create boot environment: No
1412026-07-21T17:27:25.656ZCreate backup boot environment: No
1422026-07-21T17:27:25.656Z Rebuild boot archive: No
1432026-07-21T17:27:25.656Z
1442026-07-21T17:27:25.656ZChanged packages:
1452026-07-21T17:27:25.656Zhelios
1462026-07-21T17:27:25.656Z developer/build-essential
1472026-07-21T17:27:25.656Z None -> 11-3.0
1482026-07-21T17:27:25.656Z library/libxmlsec1
1492026-07-21T17:27:25.656Z None -> 1.2.35-3.0
1502026-07-21T17:27:25.675Z
1512026-07-21T17:27:25.675ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-21T17:27:25.743ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1532026-07-21T17:27:25.826Z Actions: 1/268 actions (Installing new actions)
1542026-07-21T17:27:25.864Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-21T17:27:25.882ZFinalize: Updating package state database ... Done (0.018s)
1562026-07-21T17:27:25.887ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-21T17:27:25.932ZFinalize: Updating image state ... Done (0.050s)
1582026-07-21T17:27:28.333ZFinalize: Creating fast lookup database ... Done (2.363s)
1592026-07-21T17:27:28.403ZFinalize: Reading search index ... Done (0.012s)
1602026-07-21T17:27:28.406ZFinalize: Updating search index ... Done (0.000s)
1612026-07-21T17:27:28.499ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-21T17:27:28.833ZPlanning: Evaluating mediator changes ... Done
1632026-07-21T17:27:28.938ZPlanning: Checking for conflicting actions ... Done
1642026-07-21T17:27:28.943ZPlanning: Consolidating action changes ... Done
1652026-07-21T17:27:29.096ZPlanning: Evaluating mediators ... Done
1662026-07-21T17:27:29.098ZPlanning: Planning completed in 0.27 seconds
1672026-07-21T17:27:29.119Z Mediators to change: 2
1682026-07-21T17:27:29.119Z Create boot environment: No
1692026-07-21T17:27:29.119ZCreate backup boot environment: No
1702026-07-21T17:27:29.233ZFinalize: Updating package state database ... Done
1712026-07-21T17:27:29.233ZFinalize: Updating package cache ... Done
1722026-07-21T17:27:29.261ZFinalize: Updating image state ... Done
1732026-07-21T17:27:31.210ZFinalize: Creating fast lookup database ... Done
1742026-07-21T17:27:31.278ZFinalize: Reading search index ... Done
1752026-07-21T17:27:31.283ZFinalize: Updating search index ... Done
1762026-07-21T17:27:31.360ZFinalize: Updating package cache ... Done
1772026-07-21T17:27:31.648ZPlanning: Evaluating mediator changes ... Done
1782026-07-21T17:27:31.754ZPlanning: Checking for conflicting actions ... Done
1792026-07-21T17:27:31.758ZPlanning: Consolidating action changes ... Done
1802026-07-21T17:27:31.913ZPlanning: Evaluating mediators ... Done
1812026-07-21T17:27:31.916ZPlanning: Planning completed in 0.27 seconds
1822026-07-21T17:27:31.936Z Mediators to change: 1
1832026-07-21T17:27:31.936Z Create boot environment: No
1842026-07-21T17:27:31.936ZCreate backup boot environment: No
1852026-07-21T17:27:31.990ZFinalize: Updating package state database ... Done
1862026-07-21T17:27:31.990ZFinalize: Updating package cache ... Done
1872026-07-21T17:27:32.018ZFinalize: Updating image state ... Done
1882026-07-21T17:27:33.978ZFinalize: Creating fast lookup database ... Done
1892026-07-21T17:27:34.041ZFinalize: Reading search index ... Done
1902026-07-21T17:27:34.044ZFinalize: Updating search index ... Done
1912026-07-21T17:27:34.125ZFinalize: Updating package cache ... Done
1922026-07-21T17:27:34.436ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-21T17:27:34.436Zapache system 2.4 system
1942026-07-21T17:27:34.436Zclang system 15 system
1952026-07-21T17:27:34.436Zcsh system system illumos
1962026-07-21T17:27:34.436Zctags system system illumos
1972026-07-21T17:27:34.436Zfile vendor vendor darwinsys
1982026-07-21T17:27:34.436Zfile system system illumos
1992026-07-21T17:27:34.436Zgcc vendor 14 vendor
2002026-07-21T17:27:34.436Zgcc system 13 system
2012026-07-21T17:27:34.437Zgcc system 10 system
2022026-07-21T17:27:34.437Zgo system 1.25 system
2032026-07-21T17:27:34.437Zllvm system 15 system
2042026-07-21T17:27:34.437Zmariadb system 11.4 system
2052026-07-21T17:27:34.437Zmta vendor vendor dma
2062026-07-21T17:27:34.437Zopenjdk system 17 system
2072026-07-21T17:27:34.437Zopenjdk system 11 system
2082026-07-21T17:27:34.438Zopenssl vendor 3 vendor
2092026-07-21T17:27:34.438Zperl system 5.40 system
2102026-07-21T17:27:34.438Zpostgresql system 18 system
2112026-07-21T17:27:34.438Zpostgresql system 17 system
2122026-07-21T17:27:34.438Zpython vendor 3 vendor
2132026-07-21T17:27:34.438Zpython system 2 system
2142026-07-21T17:27:34.438Zpython3 vendor 3.13 vendor
2152026-07-21T17:27:34.438Zruby system 3.4 system
2162026-07-21T17:27:34.438Zruby system 3.0 system
2172026-07-21T17:27:34.438Zwords vendor vendor american-english
2182026-07-21T17:27:34.438Zwords system system australian-english
2192026-07-21T17:27:34.438Zwords system system british-english
2202026-07-21T17:27:34.438Zwords system system canadian-english
2212026-07-21T17:27:34.438Zwords system system french
2222026-07-21T17:27:34.438Zwords system system italian
2232026-07-21T17:27:34.438Zwords system system ngerman
2242026-07-21T17:27:34.438Zwords system system ogerman
2252026-07-21T17:27:34.438Zwords system system spanish
2262026-07-21T17:27:34.690ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-21T17:27:34.690Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-21T17:27:35.053ZFMRI IFO
2292026-07-21T17:27:35.053Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-21T17:27:35.053Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-21T17:27:35.053Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-21T17:27:35.053Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-21T17:27:35.054Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-21T17:27:35.054Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-21T17:27:35.054Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-21T17:27:35.054Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-21T17:27:35.054Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-21T17:27:35.341Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-21T17:27:35.752Z Updating crates.io index
2402026-07-21T17:27:35.782Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-21T17:27:35.851Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-21T17:27:36.115Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-21T17:27:37.285Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-21T17:27:37.844Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-21T17:27:39.726Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-21T17:27:40.739Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-21T17:27:40.962Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-21T17:27:41.271Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-21T17:27:42.591Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-21T17:27:42.817Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-21T17:27:43.127Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-21T17:27:43.352Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-21T17:27:43.836Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-21T17:27:44.324Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-21T17:27:44.533Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-21T17:27:44.745Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-21T17:27:45.001Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-21T17:27:45.255Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-21T17:27:45.461Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-21T17:27:45.662Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-21T17:27:45.906Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-21T17:27:46.227Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-21T17:27:46.536Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-21T17:27:46.756Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-21T17:27:47.143Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-21T17:27:47.435Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-07-21T17:27:47.826Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-07-21T17:27:48.110Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-07-21T17:27:48.338Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-07-21T17:27:48.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-07-21T17:27:48.868Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-07-21T17:27:49.179Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-07-21T17:27:49.408Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-07-21T17:27:49.686Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-07-21T17:27:49.901Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-07-21T17:27:50.137Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-07-21T17:27:50.389Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-07-21T17:27:50.633Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-07-21T17:27:50.873Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-07-21T17:27:51.099Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-07-21T17:27:53.775Z Downloading crates ...
2822026-07-21T17:27:53.822Z Downloaded anstream v1.0.0
2832026-07-21T17:27:53.828Z Downloaded block-buffer v0.10.4
2842026-07-21T17:27:53.834Z Downloaded unicode-linebreak v0.1.5
2852026-07-21T17:27:53.837Z Downloaded utf8parse v0.2.2
2862026-07-21T17:27:53.840Z Downloaded fs-err v3.3.0
2872026-07-21T17:27:53.843Z Downloaded zmij v1.0.21
2882026-07-21T17:27:53.843Z Downloaded camino v1.2.2
2892026-07-21T17:27:53.851Z Downloaded memmap v0.7.0
2902026-07-21T17:27:53.854Z Downloaded pest_meta v2.8.6
2912026-07-21T17:27:53.857Z Downloaded zerocopy v0.7.35
2922026-07-21T17:27:53.863Z Downloaded thiserror-impl v2.0.18
2932026-07-21T17:27:53.866Z Downloaded clap_lex v1.0.0
2942026-07-21T17:27:53.866Z Downloaded anstyle v1.0.14
2952026-07-21T17:27:53.866Z Downloaded errno v0.3.14
2962026-07-21T17:27:53.869Z Downloaded colorchoice v1.0.4
2972026-07-21T17:27:53.869Z Downloaded byteorder v1.5.0
2982026-07-21T17:27:53.872Z Downloaded heck v0.5.0
2992026-07-21T17:27:53.875Z Downloaded cargo_metadata v0.23.1
3002026-07-21T17:27:53.875Z Downloaded autocfg v1.5.0
3012026-07-21T17:27:53.879Z Downloaded anstyle-query v1.1.5
3022026-07-21T17:27:53.882Z Downloaded toml_write v0.1.2
3032026-07-21T17:27:53.882Z Downloaded itoa v1.0.17
3042026-07-21T17:27:53.890Z Downloaded fnv v1.0.7
3052026-07-21T17:27:53.894Z Downloaded is_terminal_polyfill v1.70.2
3062026-07-21T17:27:53.894Z Downloaded fastrand v2.3.0
3072026-07-21T17:27:53.894Z Downloaded cargo-platform v0.3.2
3082026-07-21T17:27:53.894Z Downloaded dtrace-parser v0.2.0
3092026-07-21T17:27:53.894Z Downloaded cfg-if v1.0.4
3102026-07-21T17:27:53.894Z Downloaded generic-array v0.14.7
3112026-07-21T17:27:53.897Z Downloaded cpufeatures v0.2.17
3122026-07-21T17:27:53.897Z Downloaded version_check v0.9.5
3132026-07-21T17:27:53.900Z Downloaded equivalent v1.0.2
3142026-07-21T17:27:53.900Z Downloaded strsim v0.11.1
3152026-07-21T17:27:53.905Z Downloaded bytecount v0.6.9
3162026-07-21T17:27:53.913Z Downloaded clap_derive v4.6.1
3172026-07-21T17:27:53.916Z Downloaded swrite v0.1.0
3182026-07-21T17:27:53.919Z Downloaded proc-macro-error-attr v1.0.4
3192026-07-21T17:27:53.924Z Downloaded heck v0.4.1
3202026-07-21T17:27:53.927Z Downloaded dof v0.3.0
3212026-07-21T17:27:53.938Z Downloaded toml_datetime v0.6.11
3222026-07-21T17:27:53.945Z Downloaded thread-id v4.2.2
3232026-07-21T17:27:53.945Z Downloaded usdt-attr-macro v0.5.0
3242026-07-21T17:27:53.945Z Downloaded tabled_derive v0.7.0
3252026-07-21T17:27:53.945Z Downloaded plain v0.2.3
3262026-07-21T17:27:53.945Z Downloaded usdt-macro v0.5.0
3272026-07-21T17:27:53.948Z Downloaded terminal_size v0.4.3
3282026-07-21T17:27:53.948Z Downloaded serde_spanned v0.6.9
3292026-07-21T17:27:53.948Z Downloaded usdt v0.5.0
3302026-07-21T17:27:53.952Z Downloaded scroll_derive v0.12.1
3312026-07-21T17:27:53.955Z Downloaded pretty-hex v0.4.1
3322026-07-21T17:27:53.959Z Downloaded smawk v0.3.2
3332026-07-21T17:27:53.962Z Downloaded crypto-common v0.1.7
3342026-07-21T17:27:53.973Z Downloaded once_cell v1.21.3
3352026-07-21T17:27:53.980Z Downloaded cargo_toml v0.21.0
3362026-07-21T17:27:53.985Z Downloaded serde_tokenstream v0.2.3
3372026-07-21T17:27:53.987Z Downloaded anstyle-parse v1.0.0
3382026-07-21T17:27:53.990Z Downloaded thiserror-impl v1.0.69
3392026-07-21T17:27:53.990Z Downloaded proc-macro-error v1.0.4
3402026-07-21T17:27:53.993Z Downloaded macaddr v1.0.1
3412026-07-21T17:27:53.996Z Downloaded scroll v0.12.0
3422026-07-21T17:27:53.999Z Downloaded sha2 v0.10.9
3432026-07-21T17:27:54.002Z Downloaded thiserror v2.0.18
3442026-07-21T17:27:54.005Z Downloaded usdt-impl v0.5.0
3452026-07-21T17:27:54.005Z Downloaded thiserror v1.0.69
3462026-07-21T17:27:54.008Z Downloaded quote v1.0.45
3472026-07-21T17:27:54.011Z Downloaded pest_derive v2.8.6
3482026-07-21T17:27:54.021Z Downloaded toml v0.8.23
3492026-07-21T17:27:54.024Z Downloaded camino-tempfile v1.4.1
3502026-07-21T17:27:54.024Z Downloaded clap v4.6.1
3512026-07-21T17:27:54.028Z Downloaded pest_generator v2.8.6
3522026-07-21T17:27:54.031Z Downloaded goblin v0.8.2
3532026-07-21T17:27:54.033Z Downloaded bitflags v2.11.0
3542026-07-21T17:27:54.036Z Downloaded ucd-trie v0.1.7
3552026-07-21T17:27:54.041Z Downloaded digest v0.10.7
3562026-07-21T17:27:54.044Z Downloaded semver v1.0.28
3572026-07-21T17:27:54.047Z Downloaded papergrid v0.11.0
3582026-07-21T17:27:54.050Z Downloaded getrandom v0.4.1
3592026-07-21T17:27:54.053Z Downloaded log v0.4.29
3602026-07-21T17:27:54.055Z Downloaded anyhow v1.0.102
3612026-07-21T17:27:54.061Z Downloaded serde_core v1.0.228
3622026-07-21T17:27:54.064Z Downloaded tempfile v3.25.0
3632026-07-21T17:27:54.064Z Downloaded proc-macro2 v1.0.106
3642026-07-21T17:27:54.068Z Downloaded serde_derive v1.0.228
3652026-07-21T17:27:54.068Z Downloaded unicode-ident v1.0.24
3662026-07-21T17:27:54.071Z Downloaded textwrap v0.16.2
3672026-07-21T17:27:54.074Z Downloaded zerocopy-derive v0.7.35
3682026-07-21T17:27:54.087Z Downloaded toml_edit v0.22.27
3692026-07-21T17:27:54.097Z Downloaded memchr v2.8.0
3702026-07-21T17:27:54.100Z Downloaded indexmap v2.14.0
3712026-07-21T17:27:54.112Z Downloaded serde v1.0.228
3722026-07-21T17:27:54.129Z Downloaded typenum v1.20.1
3732026-07-21T17:27:54.138Z Downloaded pest v2.8.6
3742026-07-21T17:27:54.155Z Downloaded serde_json v1.0.150
3752026-07-21T17:27:54.165Z Downloaded hashbrown v0.17.0
3762026-07-21T17:27:54.168Z Downloaded clap_builder v4.6.0
3772026-07-21T17:27:54.188Z Downloaded winnow v0.7.14
3782026-07-21T17:27:54.193Z Downloaded tabled v0.15.0
3792026-07-21T17:27:54.213Z Downloaded unicode-width v0.2.0
3802026-07-21T17:27:54.216Z Downloaded syn v1.0.109
3812026-07-21T17:27:54.224Z Downloaded unicode-width v0.1.14
3822026-07-21T17:27:54.232Z Downloaded syn v2.0.117
3832026-07-21T17:27:54.251Z Downloaded rustix v1.1.3
3842026-07-21T17:27:54.283Z Downloaded libc v0.2.185
3852026-07-21T17:27:54.347Z Compiling proc-macro2 v1.0.106
3862026-07-21T17:27:54.347Z Compiling unicode-ident v1.0.24
3872026-07-21T17:27:54.347Z Compiling quote v1.0.45
3882026-07-21T17:27:54.350Z Compiling serde_core v1.0.228
3892026-07-21T17:27:54.350Z Compiling libc v0.2.185
3902026-07-21T17:27:54.350Z Compiling version_check v0.9.5
3912026-07-21T17:27:54.350Z Compiling memchr v2.8.0
3922026-07-21T17:27:54.350Z Compiling serde v1.0.228
3932026-07-21T17:27:54.664Z Compiling zmij v1.0.21
3942026-07-21T17:27:54.871Z Compiling thiserror v1.0.69
3952026-07-21T17:27:54.988Z Compiling ucd-trie v0.1.7
3962026-07-21T17:27:55.159Z Compiling itoa v1.0.17
3972026-07-21T17:27:55.258Z Compiling pest v2.8.6
3982026-07-21T17:27:55.322Z Compiling rustix v1.1.3
3992026-07-21T17:27:55.338Z Compiling byteorder v1.5.0
4002026-07-21T17:27:55.393Z Compiling errno v0.3.14
4012026-07-21T17:27:55.543Z Compiling bitflags v2.11.0
4022026-07-21T17:27:55.566Z Compiling serde_json v1.0.150
4032026-07-21T17:27:55.798Z Compiling thread-id v4.2.2
4042026-07-21T17:27:55.857Z Compiling syn v2.0.117
4052026-07-21T17:27:55.878Z Compiling proc-macro-error-attr v1.0.4
4062026-07-21T17:27:55.941Z Compiling usdt-impl v0.5.0
4072026-07-21T17:27:56.019Z Compiling camino v1.2.2
4082026-07-21T17:27:56.072Z Compiling syn v1.0.109
4092026-07-21T17:27:56.275Z Compiling pest_meta v2.8.6
4102026-07-21T17:27:56.446Z Compiling proc-macro-error v1.0.4
4112026-07-21T17:27:56.462Z Compiling equivalent v1.0.2
4122026-07-21T17:27:56.478Z Compiling log v0.4.29
4132026-07-21T17:27:56.551Z Compiling hashbrown v0.17.0
4142026-07-21T17:27:56.644Z Compiling plain v0.2.3
4152026-07-21T17:27:56.666Z Compiling getrandom v0.4.1
4162026-07-21T17:27:56.864Z Compiling utf8parse v0.2.2
4172026-07-21T17:27:56.982Z Compiling anstyle-parse v1.0.0
4182026-07-21T17:27:57.066Z Compiling indexmap v2.14.0
4192026-07-21T17:27:57.121Z Compiling terminal_size v0.4.3
4202026-07-21T17:27:57.666Z Compiling winnow v0.7.14
4212026-07-21T17:27:57.683Z Compiling colorchoice v1.0.4
4222026-07-21T17:27:57.765Z Compiling pretty-hex v0.4.1
4232026-07-21T17:27:57.783Z Compiling anstyle-query v1.1.5
4242026-07-21T17:27:57.802Z Compiling thiserror v2.0.18
4252026-07-21T17:27:57.898Z Compiling toml_write v0.1.2
4262026-07-21T17:27:57.914Z Compiling autocfg v1.5.0
4272026-07-21T17:27:57.920Z Compiling is_terminal_polyfill v1.70.2
4282026-07-21T17:27:58.026Z Compiling cfg-if v1.0.4
4292026-07-21T17:27:58.029Z Compiling anstyle v1.0.14
4302026-07-21T17:27:58.098Z Compiling pest_generator v2.8.6
4312026-07-21T17:27:58.266Z Compiling anstream v1.0.0
4322026-07-21T17:27:58.335Z Compiling fs-err v3.3.0
4332026-07-21T17:27:58.386Z Compiling heck v0.5.0
4342026-07-21T17:27:58.537Z Compiling once_cell v1.21.3
4352026-07-21T17:27:58.567Z Compiling unicode-width v0.1.14
4362026-07-21T17:27:58.622Z Compiling clap_lex v1.0.0
4372026-07-21T17:27:58.647Z Compiling fnv v1.0.7
4382026-07-21T17:27:58.751Z Compiling fastrand v2.3.0
4392026-07-21T17:27:58.768Z Compiling strsim v0.11.1
4402026-07-21T17:27:58.797Z Compiling anyhow v1.0.102
4412026-07-21T17:27:58.836Z Compiling bytecount v0.6.9
4422026-07-21T17:27:58.854Z Compiling heck v0.4.1
4432026-07-21T17:27:58.974Z Compiling clap_builder v4.6.0
4442026-07-21T17:27:59.020Z Compiling papergrid v0.11.0
4452026-07-21T17:27:59.082Z Compiling tempfile v3.25.0
4462026-07-21T17:27:59.169Z Compiling semver v1.0.28
4472026-07-21T17:27:59.254Z Compiling cargo-platform v0.3.2
4482026-07-21T17:27:59.329Z Compiling tabled_derive v0.7.0
4492026-07-21T17:27:59.396Z Compiling memmap v0.7.0
4502026-07-21T17:27:59.499Z Compiling smawk v0.3.2
4512026-07-21T17:27:59.518Z Compiling unicode-width v0.2.0
4522026-07-21T17:27:59.532Z Compiling unicode-linebreak v0.1.5
4532026-07-21T17:27:59.643Z Compiling camino-tempfile v1.4.1
4542026-07-21T17:27:59.741Z Compiling serde_derive v1.0.228
4552026-07-21T17:27:59.782Z Compiling thiserror-impl v1.0.69
4562026-07-21T17:27:59.799Z Compiling zerocopy-derive v0.7.35
4572026-07-21T17:27:59.876Z Compiling pest_derive v2.8.6
4582026-07-21T17:27:59.940Z Compiling scroll_derive v0.12.1
4592026-07-21T17:28:00.253Z Compiling thiserror-impl v2.0.18
4602026-07-21T17:28:00.344Z Compiling clap_derive v4.6.1
4612026-07-21T17:28:00.507Z Compiling tabled v0.15.0
4622026-07-21T17:28:00.633Z Compiling scroll v0.12.0
4632026-07-21T17:28:00.698Z Compiling zerocopy v0.7.35
4642026-07-21T17:28:00.907Z Compiling goblin v0.8.2
4652026-07-21T17:28:01.203Z Compiling dtrace-parser v0.2.0
4662026-07-21T17:28:01.263Z Compiling textwrap v0.16.2
4672026-07-21T17:28:01.737Z Compiling swrite v0.1.0
4682026-07-21T17:28:02.114Z Compiling clap v4.6.1
4692026-07-21T17:28:02.843Z Compiling serde_spanned v0.6.9
4702026-07-21T17:28:02.843Z Compiling toml_datetime v0.6.11
4712026-07-21T17:28:02.868Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4722026-07-21T17:28:02.868Z Compiling cargo_metadata v0.23.1
4732026-07-21T17:28:02.868Z Compiling macaddr v1.0.1
4742026-07-21T17:28:02.919Z Compiling dof v0.3.0
4752026-07-21T17:28:02.919Z Compiling serde_tokenstream v0.2.3
4762026-07-21T17:28:03.014Z Compiling toml_edit v0.22.27
4772026-07-21T17:28:03.698Z Compiling usdt-attr-macro v0.5.0
4782026-07-21T17:28:03.702Z Compiling usdt-macro v0.5.0
4792026-07-21T17:28:04.320Z Compiling usdt v0.5.0
4802026-07-21T17:28:04.390Z Compiling toml v0.8.23
4812026-07-21T17:28:04.708Z Compiling cargo_toml v0.21.0
4822026-07-21T17:28:05.992Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832026-07-21T17:28:07.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.76s
4842026-07-21T17:28:08.148Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4852026-07-21T17:28:08.653Z Downloading crates ...
4862026-07-21T17:28:08.737Z Downloaded ascii-canvas v3.0.0
4872026-07-21T17:28:08.753Z Downloaded cfg_aliases v0.2.1
4882026-07-21T17:28:08.756Z Downloaded bitflags v1.3.2
4892026-07-21T17:28:08.757Z Downloaded aead v0.5.2
4902026-07-21T17:28:08.757Z Downloaded aead v0.6.1
4912026-07-21T17:28:08.757Z Downloaded adler2 v2.0.1
4922026-07-21T17:28:08.760Z Downloaded critical-section v1.2.0
4932026-07-21T17:28:08.760Z Downloaded base64 v0.21.7
4942026-07-21T17:28:08.765Z Downloaded aes v0.9.1
4952026-07-21T17:28:08.776Z Downloaded convert_case v0.4.0
4962026-07-21T17:28:08.776Z Downloaded darling_macro v0.13.4
4972026-07-21T17:28:08.776Z Downloaded crunchy v0.2.4
4982026-07-21T17:28:08.776Z Downloaded cpufeatures v0.3.0
4992026-07-21T17:28:08.780Z Downloaded bit-set v0.5.3
5002026-07-21T17:28:08.780Z Downloaded atty v0.2.14
5012026-07-21T17:28:08.781Z Downloaded cookie v0.18.1
5022026-07-21T17:28:08.781Z Downloaded crypto-bigint v0.5.5
5032026-07-21T17:28:08.785Z Downloaded bb8 v0.8.6
5042026-07-21T17:28:08.785Z Downloaded base16ct v1.0.0
5052026-07-21T17:28:08.785Z Downloaded cpubits v0.1.1
5062026-07-21T17:28:08.785Z Downloaded bit-vec v0.8.0
5072026-07-21T17:28:08.788Z Downloaded anstyle-parse v0.2.7
5082026-07-21T17:28:08.788Z Downloaded argon2 v0.6.0-rc.8
5092026-07-21T17:28:08.791Z Downloaded anstream v0.6.21
5102026-07-21T17:28:08.791Z Downloaded bcrypt-pbkdf v0.11.0
5112026-07-21T17:28:08.795Z Downloaded defmt v0.3.100
5122026-07-21T17:28:08.795Z Downloaded crucible-workspace-hack v0.1.0
5132026-07-21T17:28:08.795Z Downloaded async-bb8-diesel v0.2.1
5142026-07-21T17:28:08.802Z Downloaded ahash v0.8.12
5152026-07-21T17:28:08.803Z Downloaded debug-ignore v1.0.5
5162026-07-21T17:28:08.803Z Downloaded crc v3.4.0
5172026-07-21T17:28:08.814Z Downloaded async-stream-impl v0.3.6
5182026-07-21T17:28:08.814Z Downloaded crc8 v0.1.1
5192026-07-21T17:28:08.814Z Downloaded base16ct v0.2.0
5202026-07-21T17:28:08.818Z Downloaded csv-core v0.1.13
5212026-07-21T17:28:08.818Z Downloaded corncobs v0.1.4
5222026-07-21T17:28:08.818Z Downloaded atomicwrites v0.4.4
5232026-07-21T17:28:08.818Z Downloaded atomic-waker v1.1.2
5242026-07-21T17:28:08.818Z Downloaded async-recursion v1.1.1
5252026-07-21T17:28:08.819Z Downloaded cookie_store v0.22.1
5262026-07-21T17:28:08.819Z Downloaded assert_matches v1.5.0
5272026-07-21T17:28:08.822Z Downloaded crc-catalog v2.4.0
5282026-07-21T17:28:08.822Z Downloaded bit-set v0.8.0
5292026-07-21T17:28:08.822Z Downloaded async-stream v0.3.6
5302026-07-21T17:28:08.822Z Downloaded curve25519-dalek-derive v0.1.1
5312026-07-21T17:28:08.829Z Downloaded bitfield-macros v0.19.4
5322026-07-21T17:28:08.829Z Downloaded darling v0.13.4
5332026-07-21T17:28:08.835Z Downloaded daft v0.1.7
5342026-07-21T17:28:08.835Z Downloaded castaway v0.2.4
5352026-07-21T17:28:08.835Z Downloaded darling_macro v0.21.3
5362026-07-21T17:28:08.835Z Downloaded dirs-sys-next v0.1.2
5372026-07-21T17:28:08.835Z Downloaded compression-core v0.4.31
5382026-07-21T17:28:08.839Z Downloaded array-init v0.0.4
5392026-07-21T17:28:08.839Z Downloaded ciborium-io v0.2.2
5402026-07-21T17:28:08.839Z Downloaded bitfield-struct v0.6.2
5412026-07-21T17:28:08.845Z Downloaded cfg_aliases v0.1.1
5422026-07-21T17:28:08.855Z Downloaded difflib v0.4.0
5432026-07-21T17:28:08.856Z Downloaded darling_macro v0.23.0
5442026-07-21T17:28:08.865Z Downloaded block-padding v0.4.2
5452026-07-21T17:28:08.865Z Downloaded aws-lc-rs v1.16.3
5462026-07-21T17:28:08.865Z Downloaded dtrace-parser v0.3.0
5472026-07-21T17:28:08.877Z Downloaded dsl_auto_type v0.2.0
5482026-07-21T17:28:08.877Z Downloaded cobs v0.3.0
5492026-07-21T17:28:08.877Z Downloaded ciborium-ll v0.2.2
5502026-07-21T17:28:08.877Z Downloaded document-features v0.2.12
5512026-07-21T17:28:08.877Z Downloaded diesel_table_macro_syntax v0.3.0
5522026-07-21T17:28:08.877Z Downloaded crypto-common v0.2.2
5532026-07-21T17:28:08.877Z Downloaded enum-as-inner v0.6.1
5542026-07-21T17:28:08.877Z Downloaded defmt v1.0.1
5552026-07-21T17:28:08.877Z Downloaded data-encoding v2.10.0
5562026-07-21T17:28:08.877Z Downloaded ctr v0.10.1
5572026-07-21T17:28:08.884Z Downloaded endian-type v0.1.2
5582026-07-21T17:28:08.884Z Downloaded embedded-io v0.6.1
5592026-07-21T17:28:08.884Z Downloaded digest-io v0.1.0
5602026-07-21T17:28:08.884Z Downloaded derive_builder_macro v0.20.2
5612026-07-21T17:28:08.884Z Downloaded allocator-api2 v0.2.21
5622026-07-21T17:28:08.884Z Downloaded const_format_proc_macros v0.2.34
5632026-07-21T17:28:08.884Z Downloaded blake2 v0.10.6
5642026-07-21T17:28:08.889Z Downloaded display-error-chain v0.2.2
5652026-07-21T17:28:08.889Z Downloaded embedded-io v0.4.0
5662026-07-21T17:28:08.889Z Downloaded dof v0.4.0
5672026-07-21T17:28:08.889Z Downloaded env_filter v1.0.0
5682026-07-21T17:28:08.889Z Downloaded dirs-next v2.0.0
5692026-07-21T17:28:08.889Z Downloaded base64ct v1.8.3
5702026-07-21T17:28:08.896Z Downloaded flagset v0.4.7
5712026-07-21T17:28:08.896Z Downloaded fixedbitset v0.4.2
5722026-07-21T17:28:08.896Z Downloaded defmt-parser v1.0.0
5732026-07-21T17:28:08.896Z Downloaded float-cmp v0.10.0
5742026-07-21T17:28:08.900Z Downloaded float-ord v0.3.2
5752026-07-21T17:28:08.900Z Downloaded dyn-clone v1.0.20
5762026-07-21T17:28:08.900Z Downloaded foreign-types v0.3.2
5772026-07-21T17:28:08.900Z Downloaded backoff v0.4.0
5782026-07-21T17:28:08.900Z Downloaded arrayvec v0.7.6
5792026-07-21T17:28:08.900Z Downloaded dunce v1.0.5
5802026-07-21T17:28:08.904Z Downloaded downcast-rs v2.0.2
5812026-07-21T17:28:08.904Z Downloaded block-buffer v0.12.1
5822026-07-21T17:28:08.904Z Downloaded async-trait v0.1.89
5832026-07-21T17:28:08.908Z Downloaded cipher v0.5.2
5842026-07-21T17:28:08.908Z Downloaded cipher v0.4.4
5852026-07-21T17:28:08.908Z Downloaded camino-tempfile-ext v0.3.3
5862026-07-21T17:28:08.912Z Downloaded darling_macro v0.20.11
5872026-07-21T17:28:08.912Z Downloaded diesel-dtrace v0.5.0
5882026-07-21T17:28:08.912Z Downloaded chacha20 v0.9.1
5892026-07-21T17:28:08.916Z Downloaded foreign-types-shared v0.3.1
5902026-07-21T17:28:08.916Z Downloaded foreign-types-shared v0.1.1
5912026-07-21T17:28:08.916Z Downloaded cmov v0.5.4
5922026-07-21T17:28:08.919Z Downloaded cmake v0.1.57
5932026-07-21T17:28:08.919Z Downloaded funty v2.0.0
5942026-07-21T17:28:08.919Z Downloaded digest v0.11.3
5952026-07-21T17:28:08.923Z Downloaded futures-sink v0.3.32
5962026-07-21T17:28:08.923Z Downloaded futures-core v0.3.32
5972026-07-21T17:28:08.923Z Downloaded cstr-argument v0.1.2
5982026-07-21T17:28:08.926Z Downloaded crc32fast v1.5.0
5992026-07-21T17:28:08.926Z Downloaded cassowary v0.3.0
6002026-07-21T17:28:08.926Z Downloaded compression-codecs v0.4.37
6012026-07-21T17:28:08.931Z Downloaded foreign-types-macros v0.2.3
6022026-07-21T17:28:08.932Z Downloaded constant_time_eq v0.4.2
6032026-07-21T17:28:08.933Z Downloaded cexpr v0.6.0
6042026-07-21T17:28:08.943Z Downloaded buf-list v1.1.2
6052026-07-21T17:28:08.943Z Downloaded bs58 v0.5.1
6062026-07-21T17:28:08.943Z Downloaded daft-derive v0.1.7
6072026-07-21T17:28:08.943Z Downloaded ena v0.14.4
6082026-07-21T17:28:08.943Z Downloaded either v1.15.0
6092026-07-21T17:28:08.948Z Downloaded ghash v0.6.0
6102026-07-21T17:28:08.948Z Downloaded ctutils v0.4.2
6112026-07-21T17:28:08.948Z Downloaded futures-macro v0.3.32
6122026-07-21T17:28:08.948Z Downloaded form_urlencoded v1.2.2
6132026-07-21T17:28:08.948Z Downloaded env_logger v0.11.9
6142026-07-21T17:28:08.952Z Downloaded foreign-types v0.5.0
6152026-07-21T17:28:08.952Z Downloaded gethostname v0.5.0
6162026-07-21T17:28:08.952Z Downloaded fxhash v0.2.1
6172026-07-21T17:28:08.952Z Downloaded find-msvc-tools v0.1.9
6182026-07-21T17:28:08.955Z Downloaded git-stub v1.0.0
6192026-07-21T17:28:08.955Z Downloaded crossbeam-deque v0.8.6
6202026-07-21T17:28:08.955Z Downloaded ff v0.13.1
6212026-07-21T17:28:08.958Z Downloaded fd-lock v4.0.4
6222026-07-21T17:28:08.958Z Downloaded hash32 v0.2.1
6232026-07-21T17:28:08.958Z Downloaded blowfish v0.10.0
6242026-07-21T17:28:08.963Z Downloaded bitfield v0.19.4
6252026-07-21T17:28:08.963Z Downloaded bit-vec v0.6.3
6262026-07-21T17:28:08.963Z Downloaded headers-core v0.3.0
6272026-07-21T17:28:08.969Z Downloaded bcs v0.1.6
6282026-07-21T17:28:08.969Z Downloaded foldhash v0.2.0
6292026-07-21T17:28:08.969Z Downloaded derive_builder_core v0.20.2
6302026-07-21T17:28:08.975Z Downloaded console v0.15.11
6312026-07-21T17:28:08.975Z Downloaded bzip2 v0.6.1
6322026-07-21T17:28:08.975Z Downloaded argon2 v0.5.3
6332026-07-21T17:28:08.975Z Downloaded der_derive v0.7.3
6342026-07-21T17:28:08.976Z Downloaded ecdsa v0.16.9
6352026-07-21T17:28:08.981Z Downloaded deranged v0.5.8
6362026-07-21T17:28:08.982Z Downloaded enum_dispatch v0.3.13
6372026-07-21T17:28:08.982Z Downloaded futures-task v0.3.32
6382026-07-21T17:28:08.982Z Downloaded erased-serde v0.3.31
6392026-07-21T17:28:08.988Z Downloaded fallible-iterator v0.2.0
6402026-07-21T17:28:08.988Z Downloaded globwalk v0.9.1
6412026-07-21T17:28:08.988Z Downloaded crossbeam-utils v0.8.21
6422026-07-21T17:28:08.988Z Downloaded crossbeam-epoch v0.9.18
6432026-07-21T17:28:08.988Z Downloaded http-body v1.0.1
6442026-07-21T17:28:08.992Z Downloaded filetime v0.2.27
6452026-07-21T17:28:08.992Z Downloaded crc-any v2.5.0
6462026-07-21T17:28:08.992Z Downloaded console v0.16.2
6472026-07-21T17:28:08.995Z Downloaded colored v3.1.1
6482026-07-21T17:28:08.995Z Downloaded clang-sys v1.8.1
6492026-07-21T17:28:09.011Z Downloaded chacha20 v0.10.0
6502026-07-21T17:28:09.018Z Downloaded hash32 v0.3.1
6512026-07-21T17:28:09.018Z Downloaded foldhash v0.1.5
6522026-07-21T17:28:09.018Z Downloaded httpdate v1.0.3
6532026-07-21T17:28:09.018Z Downloaded cancel-safe-futures v0.1.5
6542026-07-21T17:28:09.018Z Downloaded hubpack_derive v0.1.1
6552026-07-21T17:28:09.018Z Downloaded hex-literal v1.1.0
6562026-07-21T17:28:09.018Z Downloaded dropshot-api-manager-types v0.7.2
6572026-07-21T17:28:09.018Z Downloaded des v0.9.0
6582026-07-21T17:28:09.018Z Downloaded darling v0.23.0
6592026-07-21T17:28:09.018Z Downloaded git-stub-vcs v0.1.0
6602026-07-21T17:28:09.018Z Downloaded bzip2 v0.4.4
6612026-07-21T17:28:09.019Z Downloaded hostname v0.3.1
6622026-07-21T17:28:09.019Z Downloaded home v0.5.12
6632026-07-21T17:28:09.024Z Downloaded futures-io v0.3.32
6642026-07-21T17:28:09.024Z Downloaded futures-executor v0.3.32
6652026-07-21T17:28:09.024Z Downloaded group v0.14.0
6662026-07-21T17:28:09.025Z Downloaded hostname v0.4.2
6672026-07-21T17:28:09.025Z Downloaded group v0.13.0
6682026-07-21T17:28:09.085Z Downloaded ident_case v1.0.1
6692026-07-21T17:28:09.085Z Downloaded hubpack v0.1.2
6702026-07-21T17:28:09.085Z Downloaded illumos-nvpair-sys v0.2.0
6712026-07-21T17:28:09.085Z Downloaded http-range v0.1.5
6722026-07-21T17:28:09.085Z Downloaded ecdsa v0.17.0-rc.18
6732026-07-21T17:28:09.085Z Downloaded derive-ex v0.1.8
6742026-07-21T17:28:09.085Z Downloaded illumos-nvpair v0.3.0
6752026-07-21T17:28:09.085Z Downloaded inout v0.2.2
6762026-07-21T17:28:09.087Z Downloaded ed25519 v2.2.3
6772026-07-21T17:28:09.112Z Downloaded diff v0.1.13
6782026-07-21T17:28:09.112Z Downloaded derive_builder v0.20.2
6792026-07-21T17:28:09.112Z Downloaded hyper-tls v0.6.0
6802026-07-21T17:28:09.112Z Downloaded globset v0.4.18
6812026-07-21T17:28:09.113Z Downloaded derive-where v1.6.0
6822026-07-21T17:28:09.113Z Downloaded futures-channel v0.3.32
6832026-07-21T17:28:09.113Z Downloaded highway v1.3.0
6842026-07-21T17:28:09.113Z Downloaded indent_write v2.2.0
6852026-07-21T17:28:09.113Z Downloaded idna_adapter v1.2.1
6862026-07-21T17:28:09.113Z Downloaded fixedbitset v0.5.7
6872026-07-21T17:28:09.113Z Downloaded const-oid v0.10.2
6882026-07-21T17:28:09.113Z Downloaded instability v0.3.11
6892026-07-21T17:28:09.113Z Downloaded backon v1.6.0
6902026-07-21T17:28:09.113Z Downloaded darling_core v0.23.0
6912026-07-21T17:28:09.113Z Downloaded is-terminal v0.4.17
6922026-07-21T17:28:09.113Z Downloaded http-body-util v0.1.3
6932026-07-21T17:28:09.113Z Downloaded arc-swap v1.8.2
6942026-07-21T17:28:09.113Z Downloaded inout v0.1.4
6952026-07-21T17:28:09.113Z Downloaded darling v0.21.3
6962026-07-21T17:28:09.113Z Downloaded is_ci v1.2.0
6972026-07-21T17:28:09.113Z Downloaded internet-checksum v0.2.1
6982026-07-21T17:28:09.113Z Downloaded instant v0.1.13
6992026-07-21T17:28:09.114Z Downloaded hex v0.4.3
7002026-07-21T17:28:09.114Z Downloaded drift v0.2.0
7012026-07-21T17:28:09.114Z Downloaded lalrpop-util v0.19.12
7022026-07-21T17:28:09.114Z Downloaded keccak v0.1.6
7032026-07-21T17:28:09.114Z Downloaded indoc v1.0.9
7042026-07-21T17:28:09.114Z Downloaded darling_core v0.13.4
7052026-07-21T17:28:09.114Z Downloaded half v1.8.3
7062026-07-21T17:28:09.114Z Downloaded getrandom v0.2.17
7072026-07-21T17:28:09.124Z Downloaded kem v0.3.0
7082026-07-21T17:28:09.124Z Downloaded impl-trait-for-tuples v0.2.3
7092026-07-21T17:28:09.124Z Downloaded elliptic-curve v0.14.0-rc.33
7102026-07-21T17:28:09.124Z Downloaded hyper-staticfile v0.10.1
7112026-07-21T17:28:09.124Z Downloaded memoffset v0.9.1
7122026-07-21T17:28:09.124Z Downloaded mime v0.3.17
7132026-07-21T17:28:09.124Z Downloaded managed v0.8.0
7142026-07-21T17:28:09.124Z Downloaded lazy_static v1.5.0
7152026-07-21T17:28:09.124Z Downloaded maybe-uninit v2.0.0
7162026-07-21T17:28:09.124Z Downloaded match_cfg v0.1.0
7172026-07-21T17:28:09.124Z Downloaded maplit v1.0.2
7182026-07-21T17:28:09.124Z Downloaded lzss v0.8.2
7192026-07-21T17:28:09.124Z Downloaded lru-slab v0.1.2
7202026-07-21T17:28:09.124Z Downloaded glob v0.3.3
7212026-07-21T17:28:09.124Z Downloaded bytes v1.11.1
7222026-07-21T17:28:09.124Z Downloaded linked-hash-map v0.5.6
7232026-07-21T17:28:09.124Z Downloaded libscf-sys v1.1.0
7242026-07-21T17:28:09.124Z Downloaded futures v0.3.32
7252026-07-21T17:28:09.139Z Downloaded hmac v0.12.1
7262026-07-21T17:28:09.139Z Downloaded md5 v0.8.0
7272026-07-21T17:28:09.140Z Downloaded dropshot_endpoint v0.17.1
7282026-07-21T17:28:09.140Z Downloaded crypto-bigint v0.7.5
7292026-07-21T17:28:09.149Z Downloaded num v0.4.3
7302026-07-21T17:28:09.150Z Downloaded aho-corasick v1.1.4
7312026-07-21T17:28:09.150Z Downloaded normalize-line-endings v0.3.0
7322026-07-21T17:28:09.150Z Downloaded darling_core v0.21.3
7332026-07-21T17:28:09.150Z Downloaded num_threads v0.1.7
7342026-07-21T17:28:09.150Z Downloaded num-derive v0.4.2
7352026-07-21T17:28:09.154Z Downloaded num-derive v0.3.3
7362026-07-21T17:28:09.154Z Downloaded ipnet v2.11.0
7372026-07-21T17:28:09.154Z Downloaded newline-converter v0.3.0
7382026-07-21T17:28:09.154Z Downloaded new_debug_unreachable v1.0.6
7392026-07-21T17:28:09.159Z Downloaded multimap v0.10.1
7402026-07-21T17:28:09.159Z Downloaded iana-time-zone v0.1.65
7412026-07-21T17:28:09.159Z Downloaded nibble_vec v0.1.0
7422026-07-21T17:28:09.185Z Downloaded half v2.7.1
7432026-07-21T17:28:09.185Z Downloaded num-conv v0.2.0
7442026-07-21T17:28:09.185Z Downloaded getrandom v0.3.4
7452026-07-21T17:28:09.185Z Downloaded libefi-sys v0.1.0
7462026-07-21T17:28:09.185Z Downloaded olpc-cjson v0.1.4
7472026-07-21T17:28:09.185Z Downloaded chacha20poly1305 v0.10.1
7482026-07-21T17:28:09.185Z Downloaded num-iter v0.1.45
7492026-07-21T17:28:09.186Z Downloaded ipnetwork v0.21.1
7502026-07-21T17:28:09.186Z Downloaded hmac v0.13.0
7512026-07-21T17:28:09.186Z Downloaded darling_core v0.20.11
7522026-07-21T17:28:09.186Z Downloaded derive_more v0.99.20
7532026-07-21T17:28:09.204Z Downloaded kstat-rs v0.2.4
7542026-07-21T17:28:09.204Z Downloaded cc v1.2.56
7552026-07-21T17:28:09.204Z Downloaded ar_archive_writer v0.5.1
7562026-07-21T17:28:09.204Z Downloaded num_enum_derive v0.5.11
7572026-07-21T17:28:09.204Z Downloaded multer v3.1.0
7582026-07-21T17:28:09.204Z Downloaded mime_guess v2.0.5
7592026-07-21T17:28:09.205Z Downloaded bumpalo v3.20.2
7602026-07-21T17:28:09.217Z Downloaded keccak v0.2.0
7612026-07-21T17:28:09.217Z Downloaded oso-derive v0.27.3
7622026-07-21T17:28:09.217Z Downloaded linear-map v1.2.0
7632026-07-21T17:28:09.217Z Downloaded libsw v3.5.0
7642026-07-21T17:28:09.218Z Downloaded lru v0.12.5
7652026-07-21T17:28:09.218Z Downloaded lock_api v0.4.14
7662026-07-21T17:28:09.218Z Downloaded newtype-uuid v1.3.2
7672026-07-21T17:28:09.218Z Downloaded packed_struct_codegen v0.10.1
7682026-07-21T17:28:09.218Z Downloaded openssl-probe v0.1.6
7692026-07-21T17:28:09.218Z Downloaded opaque-debug v0.3.1
7702026-07-21T17:28:09.218Z Downloaded libsw-core v0.3.2
7712026-07-21T17:28:09.218Z Downloaded hyper-rustls v0.27.7
7722026-07-21T17:28:09.218Z Downloaded openssl-macros v0.1.1
7732026-07-21T17:28:09.218Z Downloaded ff v0.14.0
7742026-07-21T17:28:09.218Z Downloaded jobserver v0.1.34
7752026-07-21T17:28:09.218Z Downloaded nonempty v0.12.0
7762026-07-21T17:28:09.218Z Downloaded module-lattice v0.2.3
7772026-07-21T17:28:09.253Z Downloaded flume v0.11.1
7782026-07-21T17:28:09.254Z Downloaded num_enum v0.7.6
7792026-07-21T17:28:09.254Z Downloaded parse-size v1.1.0
7802026-07-21T17:28:09.272Z Downloaded native-tls v0.2.18
7812026-07-21T17:28:09.272Z Downloaded password-hash v0.6.1
7822026-07-21T17:28:09.272Z Downloaded nanorand v0.7.0
7832026-07-21T17:28:09.272Z Downloaded icu_provider v2.1.1
7842026-07-21T17:28:09.272Z Downloaded flate2 v1.1.9
7852026-07-21T17:28:09.272Z Downloaded heapless v0.7.17
7862026-07-21T17:28:09.272Z Downloaded base64 v0.22.1
7872026-07-21T17:28:09.272Z Downloaded percent-encoding v2.3.2
7882026-07-21T17:28:09.272Z Downloaded peg-runtime v0.8.5
7892026-07-21T17:28:09.273Z Downloaded num-rational v0.4.2
7902026-07-21T17:28:09.273Z Downloaded icu_properties v2.1.2
7912026-07-21T17:28:09.273Z Downloaded openssl-probe v0.2.1
7922026-07-21T17:28:09.273Z Downloaded phf_shared v0.12.1
7932026-07-21T17:28:09.273Z Downloaded litrs v1.0.0
7942026-07-21T17:28:09.273Z Downloaded libloading v0.8.9
7952026-07-21T17:28:09.273Z Downloaded num_enum v0.5.11
7962026-07-21T17:28:09.273Z Downloaded newtype_derive v0.1.6
7972026-07-21T17:28:09.273Z Downloaded newtype-uuid-macros v0.1.0
7982026-07-21T17:28:09.273Z Downloaded hybrid-array v0.4.13
7992026-07-21T17:28:09.273Z Downloaded elliptic-curve v0.13.8
8002026-07-21T17:28:09.273Z Downloaded num-complex v0.4.6
8012026-07-21T17:28:09.273Z Downloaded humantime v2.3.0
8022026-07-21T17:28:09.273Z Downloaded httparse v1.10.1
8032026-07-21T17:28:09.273Z Downloaded parse-display v0.10.0
8042026-07-21T17:28:09.273Z Downloaded derive_more v2.1.1
8052026-07-21T17:28:09.299Z Downloaded num_enum_derive v0.7.6
8062026-07-21T17:28:09.300Z Downloaded litemap v0.8.1
8072026-07-21T17:28:09.300Z Downloaded packed_struct v0.10.1
8082026-07-21T17:28:09.300Z Downloaded path-slash v0.1.5
8092026-07-21T17:28:09.300Z Downloaded nu-ansi-term v0.50.3
8102026-07-21T17:28:09.316Z Downloaded phf_shared v0.11.3
8112026-07-21T17:28:09.316Z Downloaded oxnet v0.1.6
8122026-07-21T17:28:09.317Z Downloaded ed25519-dalek v2.2.0
8132026-07-21T17:28:09.317Z Downloaded oxide-update-engine-display v0.1.2
8142026-07-21T17:28:09.317Z Downloaded memmap2 v0.9.10
8152026-07-21T17:28:09.317Z Downloaded icu_normalizer_data v2.1.1
8162026-07-21T17:28:09.317Z Downloaded indexmap v1.9.3
8172026-07-21T17:28:09.317Z Downloaded parking_lot_core v0.8.6
8182026-07-21T17:28:09.317Z Downloaded oxide-update-engine v0.1.2
8192026-07-21T17:28:09.317Z Downloaded ingot-macros v0.1.1
8202026-07-21T17:28:09.317Z Downloaded generic-array v1.4.3
8212026-07-21T17:28:09.317Z Downloaded fatfs v0.3.6
8222026-07-21T17:28:09.317Z Downloaded libbz2-rs-sys v0.2.2
8232026-07-21T17:28:09.317Z Downloaded indicatif v0.18.4
8242026-07-21T17:28:09.317Z Downloaded predicates-tree v1.0.13
8252026-07-21T17:28:09.318Z Downloaded parse-display-derive v0.10.0
8262026-07-21T17:28:09.318Z Downloaded proc-macro-crate v1.3.1
8272026-07-21T17:28:09.327Z Downloaded heapless v0.8.0
8282026-07-21T17:28:09.327Z Downloaded async-compression v0.4.41
8292026-07-21T17:28:09.327Z Downloaded password-hash v0.5.0
8302026-07-21T17:28:09.327Z Downloaded nodrop v0.1.14
8312026-07-21T17:28:09.327Z Downloaded owo-colors v4.3.0
8322026-07-21T17:28:09.328Z Downloaded headers v0.4.1
8332026-07-21T17:28:09.328Z Downloaded psl-types v2.0.11
8342026-07-21T17:28:09.328Z Downloaded const_format v0.2.35
8352026-07-21T17:28:09.328Z Downloaded predicates-core v1.0.10
8362026-07-21T17:28:09.328Z Downloaded precomputed-hash v0.1.1
8372026-07-21T17:28:09.328Z Downloaded powerfmt v0.2.0
8382026-07-21T17:28:09.328Z Downloaded potential_utf v0.1.4
8392026-07-21T17:28:09.328Z Downloaded phc v0.6.1
8402026-07-21T17:28:09.328Z Downloaded pem-rfc7468 v1.0.0
8412026-07-21T17:28:09.334Z Downloaded pem v3.0.6
8422026-07-21T17:28:09.334Z Downloaded phf v0.12.1
8432026-07-21T17:28:09.334Z Downloaded phf v0.13.1
8442026-07-21T17:28:09.334Z Downloaded oxide-tokio-rt v0.1.4
8452026-07-21T17:28:09.335Z Downloaded pin-project-internal v1.1.11
8462026-07-21T17:28:09.335Z Downloaded pem-rfc7468 v0.7.0
8472026-07-21T17:28:09.344Z Downloaded pin-project-lite v0.2.17
8482026-07-21T17:28:09.344Z Downloaded pkg-config v0.3.32
8492026-07-21T17:28:09.344Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-07-21T17:28:09.344Z Downloaded proc-macro-crate v3.4.0
8512026-07-21T17:28:09.344Z Downloaded num-integer v0.1.46
8522026-07-21T17:28:09.344Z Downloaded expectorate v1.2.0
8532026-07-21T17:28:09.353Z Downloaded pkcs8 v0.10.2
8542026-07-21T17:28:09.353Z Downloaded icu_collections v2.1.1
8552026-07-21T17:28:09.353Z Downloaded progenitor-client v0.14.0
8562026-07-21T17:28:09.353Z Downloaded icu_locale_core v2.1.1
8572026-07-21T17:28:09.363Z Downloaded peg v0.8.5
8582026-07-21T17:28:09.363Z Downloaded radium v0.7.0
8592026-07-21T17:28:09.363Z Downloaded ppv-lite86 v0.2.21
8602026-07-21T17:28:09.363Z Downloaded phf_shared v0.13.1
8612026-07-21T17:28:09.363Z Downloaded peg-macros v0.8.5
8622026-07-21T17:28:09.364Z Downloaded postgres-protocol v0.6.10
8632026-07-21T17:28:09.364Z Downloaded pbkdf2 v0.13.0
8642026-07-21T17:28:09.369Z Downloaded progenitor-macro v0.14.0
8652026-07-21T17:28:09.369Z Downloaded crossterm v0.28.1
8662026-07-21T17:28:09.370Z Downloaded icu_normalizer v2.1.1
8672026-07-21T17:28:09.370Z Downloaded num-traits v0.2.19
8682026-07-21T17:28:09.374Z Downloaded polyval v0.7.1
8692026-07-21T17:28:09.375Z Downloaded primefield v0.14.0
8702026-07-21T17:28:09.375Z Downloaded progenitor-client v0.13.0
8712026-07-21T17:28:09.375Z Downloaded primeorder v0.13.6
8722026-07-21T17:28:09.379Z Downloaded paste v1.0.15
8732026-07-21T17:28:09.379Z Downloaded poly1305 v0.8.0
8742026-07-21T17:28:09.379Z Downloaded predicates v3.1.4
8752026-07-21T17:28:09.383Z Downloaded primeorder v0.14.0-rc.10
8762026-07-21T17:28:09.383Z Downloaded omicron-zone-package v0.12.3
8772026-07-21T17:28:09.383Z Downloaded recursive v0.1.1
8782026-07-21T17:28:09.389Z Downloaded hickory-resolver v0.24.4
8792026-07-21T17:28:09.389Z Downloaded ref-cast v1.0.25
8802026-07-21T17:28:09.389Z Downloaded ml-kem v0.3.2
8812026-07-21T17:28:09.396Z Downloaded progenitor-macro v0.13.0
8822026-07-21T17:28:09.396Z Downloaded parking_lot v0.12.5
8832026-07-21T17:28:09.396Z Downloaded der v0.7.10
8842026-07-21T17:28:09.396Z Downloaded pkcs1 v0.7.5
8852026-07-21T17:28:09.396Z Downloaded pkcs8 v0.11.0
8862026-07-21T17:28:09.403Z Downloaded psm v0.1.30
8872026-07-21T17:28:09.403Z Downloaded pkcs1 v0.8.0-rc.4
8882026-07-21T17:28:09.407Z Downloaded parking_lot v0.11.2
8892026-07-21T17:28:09.407Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-07-21T17:28:09.407Z Downloaded compact_str v0.8.1
8912026-07-21T17:28:09.407Z Downloaded jiff-static v0.2.21
8922026-07-21T17:28:09.411Z Downloaded ciborium v0.2.2
8932026-07-21T17:28:09.411Z Downloaded parking_lot_core v0.9.12
8942026-07-21T17:28:09.414Z Downloaded port-file v0.1.0
8952026-07-21T17:28:09.414Z Downloaded papergrid v0.17.0
8962026-07-21T17:28:09.418Z Downloaded rfc6979 v0.5.0
8972026-07-21T17:28:09.418Z Downloaded rand_xorshift v0.4.0
8982026-07-21T17:28:09.424Z Downloaded progenitor v0.14.0
8992026-07-21T17:28:09.424Z Downloaded progenitor v0.13.0
9002026-07-21T17:28:09.428Z Downloaded rand_chacha v0.9.0
9012026-07-21T17:28:09.428Z Downloaded proc-macro-error2 v2.0.1
9022026-07-21T17:28:09.428Z Downloaded ignore v0.4.25
9032026-07-21T17:28:09.432Z Downloaded postcard v1.1.3
9042026-07-21T17:28:09.432Z Downloaded diesel_derives v2.3.7
9052026-07-21T17:28:09.435Z Downloaded russh-util v0.52.0
9062026-07-21T17:28:09.435Z Downloaded ed25519-dalek v3.0.0-rc.0
9072026-07-21T17:28:09.438Z Downloaded russh-cryptovec v0.61.0
9082026-07-21T17:28:09.438Z Downloaded hashbrown v0.13.2
9092026-07-21T17:28:09.441Z Downloaded quick-error v1.2.3
9102026-07-21T17:28:09.444Z Downloaded rtoolbox v0.0.3
9112026-07-21T17:28:09.444Z Downloaded ref-cast-impl v1.0.25
9122026-07-21T17:28:09.444Z Downloaded der v0.8.0
9132026-07-21T17:28:09.447Z Downloaded rustc_version v0.4.1
9142026-07-21T17:28:09.451Z Downloaded rustc-hash v2.1.1
9152026-07-21T17:28:09.451Z Downloaded rfc6979 v0.4.0
9162026-07-21T17:28:09.451Z Downloaded derive_more-impl v2.1.1
9172026-07-21T17:28:09.454Z Downloaded md-5 v0.10.6
9182026-07-21T17:28:09.462Z Downloaded poly1305 v0.9.0
9192026-07-21T17:28:09.462Z Downloaded hickory-resolver v0.25.2
9202026-07-21T17:28:09.462Z Downloaded lru-cache v0.1.2
9212026-07-21T17:28:09.465Z Downloaded ingot-types v0.1.2
9222026-07-21T17:28:09.465Z Downloaded ingot v0.1.1
9232026-07-21T17:28:09.465Z Downloaded indoc v2.0.7
9242026-07-21T17:28:09.465Z Downloaded fs-err v2.11.0
9252026-07-21T17:28:09.466Z Downloaded miniz_oxide v0.8.9
9262026-07-21T17:28:09.472Z Downloaded postgres-types v0.2.12
9272026-07-21T17:28:09.472Z Downloaded pin-project v1.1.11
9282026-07-21T17:28:09.475Z Downloaded scheduled-thread-pool v0.2.7
9292026-07-21T17:28:09.478Z Downloaded r2d2 v0.8.10
9302026-07-21T17:28:09.478Z Downloaded rustc_version v0.1.7
9312026-07-21T17:28:09.478Z Downloaded rand_seeder v0.4.0
9322026-07-21T17:28:09.478Z Downloaded hyper-util v0.1.20
9332026-07-21T17:28:09.482Z Downloaded rand_core v0.10.0
9342026-07-21T17:28:09.485Z Downloaded rand_core v0.6.4
9352026-07-21T17:28:09.485Z Downloaded p384 v0.14.0-rc.10
9362026-07-21T17:28:09.488Z Downloaded p256 v0.14.0-rc.10
9372026-07-21T17:28:09.491Z Downloaded serde_bytes v0.11.19
9382026-07-21T17:28:09.491Z Downloaded serde-big-array v0.5.1
9392026-07-21T17:28:09.501Z Downloaded secrecy v0.10.3
9402026-07-21T17:28:09.501Z Downloaded serde_spanned v1.1.1
9412026-07-21T17:28:09.501Z Downloaded serde_repr v0.1.20
9422026-07-21T17:28:09.502Z Downloaded rand_core v0.9.5
9432026-07-21T17:28:09.502Z Downloaded rand_chacha v0.3.1
9442026-07-21T17:28:09.514Z Downloaded resolv-conf v0.7.6
9452026-07-21T17:28:09.514Z Downloaded oso v0.27.3
9462026-07-21T17:28:09.515Z Downloaded scroll_derive v0.13.1
9472026-07-21T17:28:09.515Z Downloaded scopeguard v1.2.0
9482026-07-21T17:28:09.515Z Downloaded sapling-renderdag v0.1.0
9492026-07-21T17:28:09.515Z Downloaded progenitor-extras v0.2.0
9502026-07-21T17:28:09.515Z Downloaded darling v0.20.11
9512026-07-21T17:28:09.515Z Downloaded const-oid v0.9.6
9522026-07-21T17:28:09.515Z Downloaded secrecy v0.8.0
9532026-07-21T17:28:09.515Z Downloaded colored v2.2.0
9542026-07-21T17:28:09.515Z Downloaded rustls-native-certs v0.8.3
9552026-07-21T17:28:09.520Z Downloaded byte-wrapper v0.1.0
9562026-07-21T17:28:09.520Z Downloaded hashbrown v0.12.3
9572026-07-21T17:28:09.520Z Downloaded rpassword v7.5.4
9582026-07-21T17:28:09.520Z Downloaded shell-words v1.1.1
9592026-07-21T17:28:09.523Z Downloaded sha1 v0.10.6
9602026-07-21T17:28:09.523Z Downloaded aes-gcm v0.11.0
9612026-07-21T17:28:09.523Z Downloaded serde_urlencoded v0.7.1
9622026-07-21T17:28:09.523Z Downloaded pkcs5 v0.8.1
9632026-07-21T17:28:09.529Z Downloaded dropshot-api-manager v0.7.2
9642026-07-21T17:28:09.534Z Downloaded serde_plain v1.0.2
9652026-07-21T17:28:09.534Z Downloaded seq-macro v0.3.6
9662026-07-21T17:28:09.534Z Downloaded hickory-server v0.25.2
9672026-07-21T17:28:09.543Z Downloaded rustls-pemfile v2.2.0
9682026-07-21T17:28:09.543Z Downloaded signal-hook-tokio v0.3.1
9692026-07-21T17:28:09.543Z Downloaded rusty-fork v0.3.1
9702026-07-21T17:28:09.543Z Downloaded rustversion v1.0.22
9712026-07-21T17:28:09.543Z Downloaded sha1 v0.11.0
9722026-07-21T17:28:09.547Z Downloaded same-file v1.0.6
9732026-07-21T17:28:09.547Z Downloaded signal-hook-mio v0.2.5
9742026-07-21T17:28:09.547Z Downloaded prefix-trie v0.7.0
9752026-07-21T17:28:09.550Z Downloaded sigpipe v0.1.3
9762026-07-21T17:28:09.550Z Downloaded signature v2.2.0
9772026-07-21T17:28:09.550Z Downloaded openssl-sys v0.9.115
9782026-07-21T17:28:09.554Z Downloaded oxide-update-engine-types v0.1.2
9792026-07-21T17:28:09.554Z Downloaded semver v0.1.20
9802026-07-21T17:28:09.557Z Downloaded scrypt v0.12.0
9812026-07-21T17:28:09.557Z Downloaded schemars_derive v0.8.22
9822026-07-21T17:28:09.558Z Downloaded quinn-udp v0.5.14
9832026-07-21T17:28:09.568Z Downloaded minimal-lexical v0.2.1
9842026-07-21T17:28:09.568Z Downloaded defmt-macros v1.0.1
9852026-07-21T17:28:09.568Z Downloaded crossbeam-channel v0.5.15
9862026-07-21T17:28:09.574Z Downloaded ed25519 v3.0.0
9872026-07-21T17:28:09.574Z Downloaded signature v3.0.0
9882026-07-21T17:28:09.574Z Downloaded displaydoc v0.2.5
9892026-07-21T17:28:09.574Z Downloaded delegate v0.13.5
9902026-07-21T17:28:09.574Z Downloaded serde_path_to_error v0.1.20
9912026-07-21T17:28:09.575Z Downloaded siphasher v1.0.2
9922026-07-21T17:28:09.575Z Downloaded slog-bunyan v2.5.0
9932026-07-21T17:28:09.585Z Downloaded serde-hex v0.1.0
9942026-07-21T17:28:09.585Z Downloaded fs_extra v1.3.0
9952026-07-21T17:28:09.585Z Downloaded pretty_assertions v1.4.1
9962026-07-21T17:28:09.585Z Downloaded convert_case v0.10.0
9972026-07-21T17:28:09.605Z Downloaded cbc v0.2.1
9982026-07-21T17:28:09.606Z Downloaded progenitor-impl v0.13.0
9992026-07-21T17:28:09.606Z Downloaded slog-envlogger v2.2.0
10002026-07-21T17:28:09.606Z Downloaded sec1 v0.8.1
10012026-07-21T17:28:09.606Z Downloaded scroll v0.13.0
10022026-07-21T17:28:09.606Z Downloaded blake2 v0.11.0-rc.6
10032026-07-21T17:28:09.606Z Downloaded rustls-pki-types v1.14.0
10042026-07-21T17:28:09.606Z Downloaded serde_with_macros v1.5.2
10052026-07-21T17:28:09.606Z Downloaded serdect v0.4.3
10062026-07-21T17:28:09.606Z Downloaded arrayref v0.3.9
10072026-07-21T17:28:09.611Z Downloaded sqlparser_derive v0.5.0
10082026-07-21T17:28:09.615Z Downloaded crossterm v0.29.0
10092026-07-21T17:28:09.620Z Downloaded stable_deref_trait v1.2.1
10102026-07-21T17:28:09.624Z Downloaded internal-russh-num-bigint v0.5.0
10112026-07-21T17:28:09.624Z Downloaded salsa20 v0.11.0
10122026-07-21T17:28:09.628Z Downloaded shlex v1.3.0
10132026-07-21T17:28:09.628Z Downloaded itertools v0.10.5
10142026-07-21T17:28:09.631Z Downloaded prettyplease v0.2.37
10152026-07-21T17:28:09.637Z Downloaded slab v0.4.12
10162026-07-21T17:28:09.644Z Downloaded serde_derive_internals v0.29.1
10172026-07-21T17:28:09.647Z Downloaded rcgen v0.12.1
10182026-07-21T17:28:09.647Z Downloaded subtle v2.6.1
10192026-07-21T17:28:09.647Z Downloaded slog-async v2.8.0
10202026-07-21T17:28:09.650Z Downloaded signal-hook-registry v1.4.8
10212026-07-21T17:28:09.650Z Downloaded strsim v0.10.0
10222026-07-21T17:28:09.650Z Downloaded tap v1.0.1
10232026-07-21T17:28:09.650Z Downloaded smf v0.2.3
10242026-07-21T17:28:09.653Z Downloaded structmeta v0.3.0
10252026-07-21T17:28:09.653Z Downloaded progenitor-impl v0.14.0
10262026-07-21T17:28:09.654Z Downloaded slog-dtrace v0.3.0
10272026-07-21T17:28:09.656Z Downloaded strip-ansi-escapes v0.2.1
10282026-07-21T17:28:09.656Z Downloaded idna v1.1.0
10292026-07-21T17:28:09.663Z Downloaded strum v0.26.3
10302026-07-21T17:28:09.663Z Downloaded ron v0.8.1
10312026-07-21T17:28:09.663Z Downloaded slog-stdlog v4.1.1
10322026-07-21T17:28:09.666Z Downloaded sec1 v0.7.3
10332026-07-21T17:28:09.666Z Downloaded supports-color v3.0.2
10342026-07-21T17:28:09.666Z Downloaded take_mut v0.2.2
10352026-07-21T17:28:09.666Z Downloaded tabwriter v1.4.1
10362026-07-21T17:28:09.676Z Downloaded tabled_derive v0.11.0
10372026-07-21T17:28:09.676Z Downloaded sync_wrapper v1.0.2
10382026-07-21T17:28:09.676Z Downloaded thread-id v5.1.0
10392026-07-21T17:28:09.689Z Downloaded time-core v0.1.8
10402026-07-21T17:28:09.689Z Downloaded thiserror-impl-no-std v2.0.2
10412026-07-21T17:28:09.689Z Downloaded spki v0.7.3
10422026-07-21T17:28:09.689Z Downloaded slog-scope v4.4.1
10432026-07-21T17:28:09.689Z Downloaded slog-json v2.6.1
10442026-07-21T17:28:09.689Z Downloaded smallvec v0.6.14
10452026-07-21T17:28:09.689Z Downloaded slog-term v2.9.2
10462026-07-21T17:28:09.689Z Downloaded http v1.4.2
10472026-07-21T17:28:09.689Z Downloaded hashbrown v0.16.1
10482026-07-21T17:28:09.696Z Downloaded sqlformat v0.3.5
10492026-07-21T17:28:09.696Z Downloaded rayon-core v1.13.0
10502026-07-21T17:28:09.696Z Downloaded stacker v0.1.23
10512026-07-21T17:28:09.696Z Downloaded static_assertions v1.1.0
10522026-07-21T17:28:09.696Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-21T17:28:09.696Z Downloaded serde_with_macros v3.21.0
10542026-07-21T17:28:09.703Z Downloaded strum v0.27.2
10552026-07-21T17:28:09.703Z Downloaded serde_cbor v0.11.2
10562026-07-21T17:28:09.703Z Downloaded ryu v1.0.23
10572026-07-21T17:28:09.703Z Downloaded simd-adler32 v0.3.8
10582026-07-21T17:28:09.718Z Downloaded publicsuffix v2.3.0
10592026-07-21T17:28:09.718Z Downloaded structmeta-derive v0.3.0
10602026-07-21T17:28:09.718Z Downloaded testing_table v0.3.0
10612026-07-21T17:28:09.718Z Downloaded termtree v0.5.1
10622026-07-21T17:28:09.718Z Downloaded tokio-macros v2.7.0
10632026-07-21T17:28:09.718Z Downloaded nom v7.1.3
10642026-07-21T17:28:09.730Z Downloaded ssh-cipher v0.3.0-rc.9
10652026-07-21T17:28:09.730Z Downloaded qorb v0.4.1
10662026-07-21T17:28:09.730Z Downloaded p521 v0.14.0-rc.10
10672026-07-21T17:28:09.730Z Downloaded rand v0.8.6
10682026-07-21T17:28:09.730Z Downloaded crypto-primes v0.7.2
10692026-07-21T17:28:09.730Z Downloaded stringprep v0.1.5
10702026-07-21T17:28:09.730Z Downloaded num-bigint v0.4.6
10712026-07-21T17:28:09.744Z Downloaded snafu-derive v0.8.9
10722026-07-21T17:28:09.744Z Downloaded string_cache v0.8.9
10732026-07-21T17:28:09.744Z Downloaded schemars v0.8.22
10742026-07-21T17:28:09.750Z Downloaded support-bundle-viewer v0.1.2
10752026-07-21T17:28:09.750Z Downloaded tinyvec_macros v0.1.1
10762026-07-21T17:28:09.750Z Downloaded synstructure v0.13.2
10772026-07-21T17:28:09.750Z Downloaded strum_macros v0.26.4
10782026-07-21T17:28:09.750Z Downloaded spki v0.8.0
10792026-07-21T17:28:09.750Z Downloaded sha2 v0.11.0
10802026-07-21T17:28:09.750Z Downloaded h2 v0.4.15
10812026-07-21T17:28:09.754Z Downloaded smallvec v1.15.1
10822026-07-21T17:28:09.754Z Downloaded hkdf v0.13.0
10832026-07-21T17:28:09.754Z Downloaded tagptr v0.2.0
10842026-07-21T17:28:09.758Z Downloaded hkdf v0.12.4
10852026-07-21T17:28:09.758Z Downloaded termios v0.3.3
10862026-07-21T17:28:09.762Z Downloaded serde_yaml v0.9.34+deprecated
10872026-07-21T17:28:09.763Z Downloaded rustls-platform-verifier v0.6.2
10882026-07-21T17:28:09.763Z Downloaded strum_macros v0.24.3
10892026-07-21T17:28:09.779Z Downloaded tokio-test v0.4.5
10902026-07-21T17:28:09.779Z Downloaded mio v1.2.0
10912026-07-21T17:28:09.779Z Downloaded tinystr v0.8.2
10922026-07-21T17:28:09.779Z Downloaded spin v0.9.8
10932026-07-21T17:28:09.779Z Downloaded itertools v0.12.1
10942026-07-21T17:28:09.784Z Downloaded thread_local v1.1.9
10952026-07-21T17:28:09.784Z Downloaded schemars v0.9.0
10962026-07-21T17:28:09.784Z Downloaded unarray v0.1.4
10972026-07-21T17:28:09.787Z Downloaded try-lock v0.2.5
10982026-07-21T17:28:09.787Z Downloaded slog v2.8.2
10992026-07-21T17:28:09.787Z Downloaded rand v0.9.2
11002026-07-21T17:28:09.791Z Downloaded tokio-dtrace v0.1.1
11012026-07-21T17:28:09.791Z Downloaded itertools v0.14.0
11022026-07-21T17:28:09.795Z Downloaded topological-sort v0.2.2
11032026-07-21T17:28:09.795Z Downloaded typify-macro v0.6.2
11042026-07-21T17:28:09.798Z Downloaded tiny-keccak v2.0.2
11052026-07-21T17:28:09.798Z Downloaded trait-variant v0.1.2
11062026-07-21T17:28:09.798Z Downloaded universal-hash v0.6.1
11072026-07-21T17:28:09.798Z Downloaded unit-prefix v0.5.2
11082026-07-21T17:28:09.802Z Downloaded libxml v0.3.3
11092026-07-21T17:28:09.802Z Downloaded universal-hash v0.5.1
11102026-07-21T17:28:09.807Z Downloaded strum_macros v0.27.2
11112026-07-21T17:28:09.807Z Downloaded sync-ptr v0.1.4
11122026-07-21T17:28:09.807Z Downloaded tls_codec v0.4.2
11132026-07-21T17:28:09.822Z Downloaded tls_codec_derive v0.4.2
11142026-07-21T17:28:09.823Z Downloaded tower-service v0.3.3
11152026-07-21T17:28:09.823Z Downloaded itertools v0.13.0
11162026-07-21T17:28:09.823Z Downloaded icu_properties_data v2.1.2
11172026-07-21T17:28:09.827Z Downloaded usdt v0.6.0
11182026-07-21T17:28:09.827Z Downloaded rsa v0.9.10
11192026-07-21T17:28:09.827Z Downloaded utf8_iter v1.0.4
11202026-07-21T17:28:09.827Z Downloaded usdt-attr-macro v0.6.0
11212026-07-21T17:28:09.827Z Downloaded tokio-native-tls v0.3.1
11222026-07-21T17:28:09.827Z Downloaded hashbrown v0.15.5
11232026-07-21T17:28:09.879Z Downloaded term v0.7.0
11242026-07-21T17:28:09.880Z Downloaded socket2 v0.5.10
11252026-07-21T17:28:09.881Z Downloaded tokio-tungstenite v0.21.0
11262026-07-21T17:28:09.881Z Downloaded thiserror-no-std v2.0.2
11272026-07-21T17:28:09.881Z Downloaded time-macros v0.2.27
11282026-07-21T17:28:09.881Z Downloaded unicode-xid v0.2.6
11292026-07-21T17:28:09.881Z Downloaded untrusted v0.9.0
11302026-07-21T17:28:09.881Z Downloaded unicode-truncate v1.1.0
11312026-07-21T17:28:09.881Z Downloaded num-bigint-dig v0.8.6
11322026-07-21T17:28:09.881Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-07-21T17:28:09.881Z Downloaded samael v0.0.19
11342026-07-21T17:28:09.881Z Downloaded schemars v1.2.1
11352026-07-21T17:28:09.881Z Downloaded utf-8 v0.7.6
11362026-07-21T17:28:09.881Z Downloaded usdt-macro v0.6.0
11372026-07-21T17:28:09.881Z Downloaded untrusted v0.7.1
11382026-07-21T17:28:09.881Z Downloaded similar v2.7.0
11392026-07-21T17:28:09.881Z Downloaded tokio-rustls v0.26.4
11402026-07-21T17:28:09.881Z Downloaded unicase v2.9.0
11412026-07-21T17:28:09.882Z Downloaded rand v0.10.1
11422026-07-21T17:28:09.883Z Downloaded futures-util v0.3.32
11432026-07-21T17:28:09.913Z Downloaded xattr v1.6.1
11442026-07-21T17:28:09.914Z Downloaded tower-layer v0.3.3
11452026-07-21T17:28:09.914Z Downloaded toml_writer v1.1.1+spec-1.1.0
11462026-07-21T17:28:09.914Z Downloaded blake3 v1.8.5
11472026-07-21T17:28:09.950Z Downloaded zerofrom v0.1.6
11482026-07-21T17:28:09.951Z Downloaded yoke-derive v0.8.1
11492026-07-21T17:28:09.951Z Downloaded wait-timeout v0.2.1
11502026-07-21T17:28:09.951Z Downloaded libm v0.2.16
11512026-07-21T17:28:10.022Z Downloaded zone_cfg_derive v0.3.1
11522026-07-21T17:28:10.022Z Downloaded tui-tree-widget v0.23.1
11532026-07-21T17:28:10.022Z Downloaded rustls-webpki v0.103.13
11542026-07-21T17:28:10.022Z Downloaded void v1.0.2
11552026-07-21T17:28:10.022Z Downloaded quinn v0.11.9
11562026-07-21T17:28:10.023Z Downloaded want v0.3.1
11572026-07-21T17:28:10.023Z Downloaded waitgroup v0.1.2
11582026-07-21T17:28:10.023Z Downloaded iri-string v0.7.10
11592026-07-21T17:28:10.023Z Downloaded signal-hook v0.3.18
11602026-07-21T17:28:10.023Z Downloaded uzers v0.12.2
11612026-07-21T17:28:10.023Z Downloaded zeroize_derive v1.4.3
11622026-07-21T17:28:10.023Z Downloaded vergen-gitcl v1.0.8
11632026-07-21T17:28:10.023Z Downloaded snafu v0.8.9
11642026-07-21T17:28:10.023Z Downloaded zone v0.3.1
11652026-07-21T17:28:10.023Z Downloaded xshell-macros v0.2.7
11662026-07-21T17:28:10.023Z Downloaded tokio-tungstenite v0.23.1
11672026-07-21T17:28:10.024Z Downloaded tokio-stream v0.1.18
11682026-07-21T17:28:10.024Z Downloaded vergen-git2 v9.1.0
11692026-07-21T17:28:10.024Z Downloaded term v1.2.1
11702026-07-21T17:28:10.024Z Downloaded hyper v1.10.1
11712026-07-21T17:28:10.024Z Downloaded test-strategy v0.4.5
11722026-07-21T17:28:10.024Z Downloaded socket2 v0.6.3
11732026-07-21T17:28:10.024Z Downloaded twox-hash v2.1.2
11742026-07-21T17:28:10.024Z Downloaded usdt-impl v0.6.0
11752026-07-21T17:28:10.024Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11762026-07-21T17:28:10.024Z Downloaded subprocess v0.2.15
11772026-07-21T17:28:10.024Z Downloaded nom v8.0.0
11782026-07-21T17:28:10.024Z Downloaded writeable v0.6.2
11792026-07-21T17:28:10.024Z Downloaded vergen-lib v9.1.0
11802026-07-21T17:28:10.024Z Downloaded tar v0.4.46
11812026-07-21T17:28:10.025Z Downloaded toml v0.7.8
11822026-07-21T17:28:10.025Z Downloaded toml_parser v1.1.2+spec-1.1.0
11832026-07-21T17:28:10.025Z Downloaded vsss-rs v3.3.4
11842026-07-21T17:28:10.025Z Downloaded yoke v0.8.1
11852026-07-21T17:28:10.025Z Downloaded rsa v0.10.0-rc.18
11862026-07-21T17:28:10.025Z Downloaded iddqd v0.4.2
11872026-07-21T17:28:10.025Z Downloaded tracing-attributes v0.1.31
11882026-07-21T17:28:10.025Z Downloaded vergen-lib v0.1.6
11892026-07-21T17:28:10.025Z Downloaded tinyvec v1.10.0
11902026-07-21T17:28:10.025Z Downloaded zeroize v1.8.2
11912026-07-21T17:28:10.025Z Downloaded unicode-properties v0.1.4
11922026-07-21T17:28:10.025Z Downloaded toml v1.1.2+spec-1.1.0
11932026-07-21T17:28:10.025Z Downloaded zstd-safe v7.2.4
11942026-07-21T17:28:10.026Z Downloaded wyz v0.5.1
11952026-07-21T17:28:10.026Z Downloaded steno v0.4.1
11962026-07-21T17:28:10.026Z Downloaded bitvec v1.0.1
11972026-07-21T17:28:10.026Z Downloaded zerofrom-derive v0.1.6
11982026-07-21T17:28:10.026Z Downloaded xshell v0.2.7
11992026-07-21T17:28:10.026Z Downloaded bindgen v0.71.1
12002026-07-21T17:28:10.026Z Downloaded tungstenite v0.23.0
12012026-07-21T17:28:10.059Z Downloaded whoami v2.1.0
12022026-07-21T17:28:10.059Z Downloaded zerovec-derive v0.11.2
12032026-07-21T17:28:10.059Z Downloaded unsafe-libyaml v0.2.11
12042026-07-21T17:28:10.059Z Downloaded zstd v0.13.3
12052026-07-21T17:28:10.060Z Downloaded serde_with v1.14.0
12062026-07-21T17:28:10.060Z Downloaded tungstenite v0.21.0
12072026-07-21T17:28:10.060Z Downloaded unicode-bidi v0.3.18
12082026-07-21T17:28:10.060Z Downloaded whoami v1.6.1
12092026-07-21T17:28:10.060Z Downloaded walkdir v2.5.0
12102026-07-21T17:28:10.060Z Downloaded typify v0.6.2
12112026-07-21T17:28:10.060Z Downloaded yasna v0.5.2
12122026-07-21T17:28:10.060Z Downloaded vte v0.14.1
12132026-07-21T17:28:10.060Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-07-21T17:28:10.095Z Downloaded uuid v1.23.4
12152026-07-21T17:28:10.095Z Downloaded chrono v0.4.45
12162026-07-21T17:28:10.095Z Downloaded vergen v9.1.0
12172026-07-21T17:28:10.095Z Downloaded rustyline v14.0.0
12182026-07-21T17:28:10.095Z Downloaded git2 v0.20.4
12192026-07-21T17:28:10.111Z Downloaded toml_edit v0.19.15
12202026-07-21T17:28:10.111Z Downloaded p384 v0.13.1
12212026-07-21T17:28:10.111Z Downloaded tokio-postgres v0.7.16
12222026-07-21T17:28:10.111Z Downloaded zerocopy v0.6.6
12232026-07-21T17:28:10.127Z Downloaded reqwest v0.13.2
12242026-07-21T17:28:10.127Z Downloaded zopfli v0.8.3
12252026-07-21T17:28:10.127Z Downloaded goblin v0.10.5
12262026-07-21T17:28:10.127Z Downloaded reedline v0.40.0
12272026-07-21T17:28:10.128Z Downloaded rawzip v0.4.4
12282026-07-21T17:28:10.147Z Downloaded tracing-core v0.1.36
12292026-07-21T17:28:10.147Z Downloaded regex v1.12.3
12302026-07-21T17:28:10.147Z Downloaded moka v0.12.13
12312026-07-21T17:28:10.147Z Downloaded yansi v1.0.1
12322026-07-21T17:28:10.147Z Downloaded quick-xml v0.37.5
12332026-07-21T17:28:10.179Z Downloaded unicode_categories v0.1.1
12342026-07-21T17:28:10.189Z Downloaded url v2.5.8
12352026-07-21T17:28:10.189Z Downloaded zip v0.6.6
12362026-07-21T17:28:10.189Z Downloaded zerocopy-derive v0.8.40
12372026-07-21T17:28:10.242Z Downloaded tower v0.5.3
12382026-07-21T17:28:10.242Z Downloaded portable-atomic v1.13.1
12392026-07-21T17:28:10.242Z Downloaded zerotrie v0.2.3
12402026-07-21T17:28:10.242Z Downloaded x509-cert v0.2.5
12412026-07-21T17:28:10.242Z Downloaded salty v0.3.0
12422026-07-21T17:28:10.242Z Downloaded proptest v1.10.0
12432026-07-21T17:28:10.242Z Downloaded ssh-key v0.7.0-rc.10
12442026-07-21T17:28:10.242Z Downloaded rayon v1.11.0
12452026-07-21T17:28:10.350Z Downloaded curve25519-dalek v4.1.3
12462026-07-21T17:28:10.350Z Downloaded unicode-segmentation v1.12.0
12472026-07-21T17:28:10.350Z Downloaded typed-path v0.9.3
12482026-07-21T17:28:10.350Z Downloaded unicode-normalization v0.1.25
12492026-07-21T17:28:10.350Z Downloaded reqwest v0.12.28
12502026-07-21T17:28:10.350Z Downloaded lalrpop v0.19.12
12512026-07-21T17:28:10.350Z Downloaded zip v4.6.1
12522026-07-21T17:28:10.351Z Downloaded petname v2.0.2
12532026-07-21T17:28:10.351Z Downloaded tokio-util v0.7.18
12542026-07-21T17:28:10.351Z Downloaded tough v0.22.0
12552026-07-21T17:28:10.351Z Downloaded object v0.30.4
12562026-07-21T17:28:10.351Z Downloaded nix v0.27.1
12572026-07-21T17:28:10.351Z Downloaded zerovec v0.11.5
12582026-07-21T17:28:10.351Z Downloaded russh v0.61.2
12592026-07-21T17:28:10.398Z Downloaded tower-http v0.6.8
12602026-07-21T17:28:10.398Z Downloaded bstr v1.12.1
12612026-07-21T17:28:10.398Z Downloaded serde_with v3.21.0
12622026-07-21T17:28:10.398Z Downloaded radix_trie v0.2.1
12632026-07-21T17:28:10.398Z Downloaded winnow v0.5.40
12642026-07-21T17:28:10.398Z Downloaded polar-core v0.27.3
12652026-07-21T17:28:10.398Z Downloaded winnow v0.6.26
12662026-07-21T17:28:10.399Z Downloaded quinn-proto v0.11.13
12672026-07-21T17:28:10.399Z Downloaded curve25519-dalek v5.0.0-rc.0
12682026-07-21T17:28:10.399Z Downloaded winnow v1.0.3
12692026-07-21T17:28:10.399Z Downloaded regex-syntax v0.6.29
12702026-07-21T17:28:10.399Z Downloaded time v0.3.47
12712026-07-21T17:28:10.399Z Downloaded nix v0.28.0
12722026-07-21T17:28:10.471Z Downloaded hickory-proto v0.24.4
12732026-07-21T17:28:10.471Z Downloaded nix v0.31.2
12742026-07-21T17:28:10.471Z Downloaded tabled v0.20.0
12752026-07-21T17:28:10.471Z Downloaded openssl v0.10.79
12762026-07-21T17:28:10.472Z Downloaded dropshot v0.17.1
12772026-07-21T17:28:10.472Z Downloaded zlib-rs v0.6.2
12782026-07-21T17:28:10.472Z Downloaded smoltcp v0.9.1
12792026-07-21T17:28:10.522Z Downloaded openapiv3 v2.2.0
12802026-07-21T17:28:10.522Z Downloaded diesel v2.3.7
12812026-07-21T17:28:10.522Z Downloaded zerocopy v0.8.40
12822026-07-21T17:28:10.522Z Downloaded smoltcp v0.11.0
12832026-07-21T17:28:10.522Z Downloaded regex-syntax v0.8.10
12842026-07-21T17:28:10.522Z Downloaded vcpkg v0.2.15
12852026-07-21T17:28:10.523Z Downloaded rustls v0.23.41
12862026-07-21T17:28:10.530Z Downloaded rustix v0.38.44
12872026-07-21T17:28:10.530Z Downloaded regress v0.11.1
12882026-07-21T17:28:10.530Z Downloaded regress v0.10.5
12892026-07-21T17:28:10.530Z Downloaded hickory-proto v0.25.2
12902026-07-21T17:28:10.530Z Downloaded object v0.37.3
12912026-07-21T17:28:10.569Z Downloaded fiat-crypto v0.3.0
12922026-07-21T17:28:10.596Z Downloaded typify-impl v0.6.2
12932026-07-21T17:28:10.613Z Downloaded ratatui v0.29.0
12942026-07-21T17:28:10.613Z Downloaded sqlparser v0.61.0
12952026-07-21T17:28:10.652Z Downloaded sled v0.34.7
12962026-07-21T17:28:10.698Z Downloaded csv v1.4.0
12972026-07-21T17:28:10.699Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-21T17:28:10.699Z Downloaded sha3 v0.11.0
12992026-07-21T17:28:10.699Z Downloaded tracing v0.1.44
13002026-07-21T17:28:10.699Z Downloaded libz-sys v1.1.24
13012026-07-21T17:28:10.699Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-21T17:28:10.755Z Downloaded zerocopy-derive v0.6.6
13032026-07-21T17:28:10.755Z Downloaded sha3 v0.10.8
13042026-07-21T17:28:10.756Z Downloaded regex-automata v0.4.14
13052026-07-21T17:28:10.756Z Downloaded petgraph v0.6.5
13062026-07-21T17:28:10.840Z Downloaded chrono-tz v0.10.4
13072026-07-21T17:28:10.840Z Downloaded jiff v0.2.21
13082026-07-21T17:28:10.840Z Downloaded petgraph v0.8.3
13092026-07-21T17:28:10.932Z Downloaded tokio v1.52.1
13102026-07-21T17:28:10.964Z Downloaded encoding_rs v0.8.35
13112026-07-21T17:28:10.964Z Downloaded ring v0.17.14
13122026-07-21T17:28:11.014Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-21T17:28:11.503Z Downloaded aws-lc-sys v0.40.0
13142026-07-21T17:28:11.798Z Compiling libc v0.2.185
13152026-07-21T17:28:11.798Z Compiling serde_core v1.0.228
13162026-07-21T17:28:11.798Z Compiling serde v1.0.228
13172026-07-21T17:28:11.911Z Compiling log v0.4.29
13182026-07-21T17:28:11.911Z Compiling smallvec v1.15.1
13192026-07-21T17:28:11.911Z Compiling shlex v1.3.0
13202026-07-21T17:28:11.996Z Compiling find-msvc-tools v0.1.9
13212026-07-21T17:28:11.996Z Compiling syn v2.0.117
13222026-07-21T17:28:12.139Z Compiling subtle v2.6.1
13232026-07-21T17:28:12.172Z Compiling stable_deref_trait v1.2.1
13242026-07-21T17:28:12.173Z Compiling scopeguard v1.2.0
13252026-07-21T17:28:12.173Z Compiling typenum v1.20.1
13262026-07-21T17:28:12.202Z Compiling serde_json v1.0.150
13272026-07-21T17:28:12.217Z Compiling lock_api v0.4.14
13282026-07-21T17:28:12.229Z Compiling portable-atomic v1.13.1
13292026-07-21T17:28:12.253Z Compiling zerocopy v0.8.40
13302026-07-21T17:28:12.411Z Compiling pin-project-lite v0.2.17
13312026-07-21T17:28:12.447Z Compiling parking_lot_core v0.9.12
13322026-07-21T17:28:12.478Z Compiling libm v0.2.16
13332026-07-21T17:28:12.707Z Compiling jobserver v0.1.34
13342026-07-21T17:28:12.759Z Compiling errno v0.3.14
13352026-07-21T17:28:12.759Z Compiling getrandom v0.2.17
13362026-07-21T17:28:12.800Z Compiling getrandom v0.4.1
13372026-07-21T17:28:12.857Z Compiling critical-section v1.2.0
13382026-07-21T17:28:12.946Z Compiling cc v1.2.56
13392026-07-21T17:28:12.966Z Compiling pkg-config v0.3.32
13402026-07-21T17:28:12.973Z Compiling rand_core v0.6.4
13412026-07-21T17:28:13.074Z Compiling signal-hook-registry v1.4.8
13422026-07-21T17:28:13.191Z Compiling once_cell v1.21.3
13432026-07-21T17:28:13.274Z Compiling num-traits v0.2.19
13442026-07-21T17:28:13.338Z Compiling futures-core v0.3.32
13452026-07-21T17:28:13.404Z Compiling rand_core v0.10.0
13462026-07-21T17:28:13.488Z Compiling parking_lot v0.12.5
13472026-07-21T17:28:13.540Z Compiling mio v1.2.0
13482026-07-21T17:28:13.621Z Compiling generic-array v0.14.7
13492026-07-21T17:28:13.772Z Compiling writeable v0.6.2
13502026-07-21T17:28:13.826Z Compiling litemap v0.8.1
13512026-07-21T17:28:13.849Z Compiling const-oid v0.9.6
13522026-07-21T17:28:14.113Z Compiling bitflags v2.11.0
13532026-07-21T17:28:14.118Z Compiling percent-encoding v2.3.2
13542026-07-21T17:28:14.136Z Compiling semver v1.0.28
13552026-07-21T17:28:14.340Z Compiling icu_properties_data v2.1.2
13562026-07-21T17:28:14.369Z Compiling icu_normalizer_data v2.1.1
13572026-07-21T17:28:14.563Z Compiling socket2 v0.6.3
13582026-07-21T17:28:14.678Z Compiling futures-sink v0.3.32
13592026-07-21T17:28:14.718Z Compiling futures-task v0.3.32
13602026-07-21T17:28:14.737Z Compiling futures-io v0.3.32
13612026-07-21T17:28:14.756Z Compiling synstructure v0.13.2
13622026-07-21T17:28:14.779Z Compiling futures-channel v0.3.32
13632026-07-21T17:28:14.893Z Compiling slab v0.4.12
13642026-07-21T17:28:14.920Z Compiling utf8_iter v1.0.4
13652026-07-21T17:28:14.956Z Compiling indexmap v2.14.0
13662026-07-21T17:28:15.015Z Compiling form_urlencoded v1.2.2
13672026-07-21T17:28:15.095Z Compiling rustversion v1.0.22
13682026-07-21T17:28:15.100Z Compiling getrandom v0.3.4
13692026-07-21T17:28:15.100Z Compiling cmake v0.1.57
13702026-07-21T17:28:15.205Z Compiling dunce v1.0.5
13712026-07-21T17:28:15.211Z Compiling fs_extra v1.3.0
13722026-07-21T17:28:15.288Z Compiling rustix v1.1.3
13732026-07-21T17:28:15.376Z Compiling iana-time-zone v0.1.65
13742026-07-21T17:28:15.472Z Compiling ident_case v1.0.1
13752026-07-21T17:28:15.504Z Compiling aws-lc-sys v0.40.0
13762026-07-21T17:28:15.582Z Compiling regex-syntax v0.8.10
13772026-07-21T17:28:15.611Z Compiling uuid v1.23.4
13782026-07-21T17:28:15.631Z Compiling vcpkg v0.2.15
13792026-07-21T17:28:16.024Z Compiling rand_core v0.9.5
13802026-07-21T17:28:16.095Z Compiling base64 v0.22.1
13812026-07-21T17:28:16.314Z Compiling base64ct v1.8.3
13822026-07-21T17:28:16.362Z Compiling rustc_version v0.4.1
13832026-07-21T17:28:16.376Z Compiling openssl-sys v0.9.115
13842026-07-21T17:28:16.397Z Compiling tracing-core v0.1.36
13852026-07-21T17:28:16.470Z Compiling serde_derive v1.0.228
13862026-07-21T17:28:16.607Z Compiling zeroize_derive v1.4.3
13872026-07-21T17:28:16.697Z Compiling zerofrom-derive v0.1.6
13882026-07-21T17:28:16.973Z Compiling yoke-derive v0.8.1
13892026-07-21T17:28:17.041Z Compiling zerovec-derive v0.11.2
13902026-07-21T17:28:17.102Z Compiling zerocopy-derive v0.8.40
13912026-07-21T17:28:17.304Z Compiling zeroize v1.8.2
13922026-07-21T17:28:17.538Z Compiling displaydoc v0.2.5
13932026-07-21T17:28:18.153Z Compiling tokio-macros v2.7.0
13942026-07-21T17:28:18.180Z Compiling zerofrom v0.1.6
13952026-07-21T17:28:18.180Z Compiling futures-macro v0.3.32
13962026-07-21T17:28:18.291Z Compiling yoke v0.8.1
13972026-07-21T17:28:18.309Z Compiling pem-rfc7468 v0.7.0
13982026-07-21T17:28:18.465Z Compiling zerovec v0.11.5
13992026-07-21T17:28:18.655Z Compiling zerotrie v0.2.3
14002026-07-21T17:28:18.684Z Compiling block-buffer v0.10.4
14012026-07-21T17:28:18.800Z Compiling crypto-common v0.1.7
14022026-07-21T17:28:18.871Z Compiling der_derive v0.7.3
14032026-07-21T17:28:18.890Z Compiling digest v0.10.7
14042026-07-21T17:28:18.916Z Compiling tinystr v0.8.2
14052026-07-21T17:28:18.999Z Compiling potential_utf v0.1.4
14062026-07-21T17:28:18.999Z Compiling futures-util v0.3.32
14072026-07-21T17:28:19.135Z Compiling icu_locale_core v2.1.1
14082026-07-21T17:28:19.189Z Compiling icu_collections v2.1.1
14092026-07-21T17:28:19.214Z Compiling tracing-attributes v0.1.31
14102026-07-21T17:28:19.676Z Compiling thiserror-impl v2.0.18
14112026-07-21T17:28:19.862Z Compiling icu_provider v2.1.1
14122026-07-21T17:28:20.014Z Compiling bytes v1.11.1
14132026-07-21T17:28:20.065Z Compiling chrono v0.4.45
14142026-07-21T17:28:20.183Z Compiling icu_properties v2.1.2
14152026-07-21T17:28:20.558Z Compiling tokio v1.52.1
14162026-07-21T17:28:20.652Z Compiling icu_normalizer v2.1.1
14172026-07-21T17:28:21.085Z Compiling idna_adapter v1.2.1
14182026-07-21T17:28:21.175Z Compiling idna v1.1.0
14192026-07-21T17:28:21.190Z Compiling http v1.4.2
14202026-07-21T17:28:21.256Z Compiling flagset v0.4.7
14212026-07-21T17:28:21.333Z Compiling aws-lc-rs v1.16.3
14222026-07-21T17:28:21.379Z Compiling der v0.7.10
14232026-07-21T17:28:21.454Z Compiling thiserror v2.0.18
14242026-07-21T17:28:21.530Z Compiling ppv-lite86 v0.2.21
14252026-07-21T17:28:21.565Z Compiling url v2.5.8
14262026-07-21T17:28:21.648Z Compiling tracing v0.1.44
14272026-07-21T17:28:21.829Z Compiling rand_chacha v0.9.0
14282026-07-21T17:28:21.845Z Compiling http-body v1.0.1
14292026-07-21T17:28:21.904Z Compiling rustls-pki-types v1.14.0
14302026-07-21T17:28:22.060Z Compiling serde_derive_internals v0.29.1
14312026-07-21T17:28:22.080Z Compiling openssl-probe v0.2.1
14322026-07-21T17:28:22.253Z Compiling httparse v1.10.1
14332026-07-21T17:28:22.347Z Compiling cmov v0.5.4
14342026-07-21T17:28:22.350Z Compiling tinyvec_macros v0.1.1
14352026-07-21T17:28:22.423Z Compiling dyn-clone v1.0.20
14362026-07-21T17:28:22.532Z Compiling schemars v0.8.22
14372026-07-21T17:28:22.554Z Compiling ctutils v0.4.2
14382026-07-21T17:28:22.558Z Compiling tinyvec v1.10.0
14392026-07-21T17:28:22.580Z Compiling spki v0.7.3
14402026-07-21T17:28:22.639Z Compiling pest_generator v2.8.6
14412026-07-21T17:28:22.735Z Compiling rand v0.9.2
14422026-07-21T17:28:22.772Z Compiling aho-corasick v1.1.4
14432026-07-21T17:28:22.788Z Compiling tower-service v0.3.3
14442026-07-21T17:28:22.879Z Compiling atomic-waker v1.1.2
14452026-07-21T17:28:22.900Z Compiling tower-layer v0.3.3
14462026-07-21T17:28:22.926Z Compiling schemars_derive v0.8.22
14472026-07-21T17:28:23.003Z Compiling try-lock v0.2.5
14482026-07-21T17:28:23.054Z Compiling untrusted v0.7.1
14492026-07-21T17:28:23.102Z Compiling want v0.3.1
14502026-07-21T17:28:23.174Z Compiling tempfile v3.25.0
14512026-07-21T17:28:23.264Z Compiling hybrid-array v0.4.13
14522026-07-21T17:28:23.310Z Compiling pest_derive v2.8.6
14532026-07-21T17:28:23.536Z Compiling ipnet v2.11.0
14542026-07-21T17:28:23.744Z Compiling regex-automata v0.4.14
14552026-07-21T17:28:23.791Z Compiling scroll_derive v0.13.1
14562026-07-21T17:28:24.030Z Compiling darling_core v0.20.11
14572026-07-21T17:28:24.093Z Compiling openssl v0.10.79
14582026-07-21T17:28:24.329Z Compiling tokio-util v0.7.18
14592026-07-21T17:28:24.410Z Compiling cpufeatures v0.2.17
14602026-07-21T17:28:24.487Z Compiling untrusted v0.9.0
14612026-07-21T17:28:24.610Z Compiling foreign-types-shared v0.1.1
14622026-07-21T17:28:24.651Z Compiling httpdate v1.0.3
14632026-07-21T17:28:24.696Z Compiling rustls v0.23.41
14642026-07-21T17:28:24.877Z Compiling foreign-types v0.3.2
14652026-07-21T17:28:24.894Z Compiling scroll v0.13.0
14662026-07-21T17:28:24.974Z Compiling unicode-normalization v0.1.25
14672026-07-21T17:28:25.159Z Compiling h2 v0.4.15
14682026-07-21T17:28:25.354Z Compiling pkcs8 v0.10.2
14692026-07-21T17:28:25.474Z Compiling openssl-macros v0.1.1
14702026-07-21T17:28:25.606Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-21T17:28:25.864Z Compiling spin v0.9.8
14722026-07-21T17:28:25.881Z Compiling time-core v0.1.8
14732026-07-21T17:28:26.006Z Compiling crc32fast v1.5.0
14742026-07-21T17:28:26.021Z Compiling powerfmt v0.2.0
14752026-07-21T17:28:26.043Z Compiling num-conv v0.2.0
14762026-07-21T17:28:26.161Z Compiling native-tls v0.2.18
14772026-07-21T17:28:26.273Z Compiling time-macros v0.2.27
14782026-07-21T17:28:26.294Z Compiling deranged v0.5.8
14792026-07-21T17:28:26.294Z Compiling darling_macro v0.20.11
14802026-07-21T17:28:26.759Z Compiling darling v0.20.11
14812026-07-21T17:28:26.855Z Compiling goblin v0.10.5
14822026-07-21T17:28:27.199Z Compiling sha2 v0.10.9
14832026-07-21T17:28:27.289Z Compiling hmac v0.12.1
14842026-07-21T17:28:27.443Z Compiling sync_wrapper v1.0.2
14852026-07-21T17:28:27.547Z Compiling wait-timeout v0.2.1
14862026-07-21T17:28:27.808Z Compiling bit-vec v0.8.0
14872026-07-21T17:28:27.827Z Compiling siphasher v1.0.2
14882026-07-21T17:28:28.018Z Compiling simd-adler32 v0.3.8
14892026-07-21T17:28:28.036Z Compiling quick-error v1.2.3
14902026-07-21T17:28:28.155Z Compiling syn v1.0.109
14912026-07-21T17:28:28.250Z Compiling hyper v1.10.1
14922026-07-21T17:28:28.453Z Compiling usdt-impl v0.6.0
14932026-07-21T17:28:28.551Z Compiling num_threads v0.1.7
14942026-07-21T17:28:28.648Z Compiling crossbeam-utils v0.8.21
14952026-07-21T17:28:28.692Z Compiling time v0.3.47
14962026-07-21T17:28:29.256Z Compiling rusty-fork v0.3.1
14972026-07-21T17:28:29.328Z Compiling bit-set v0.8.0
14982026-07-21T17:28:29.385Z Compiling tower v0.5.3
14992026-07-21T17:28:29.493Z Compiling hyper-util v0.1.20
15002026-07-21T17:28:29.573Z Compiling dof v0.4.0
15012026-07-21T17:28:29.820Z Compiling derive_builder_core v0.20.2
15022026-07-21T17:28:30.056Z Compiling dtrace-parser v0.3.0
15032026-07-21T17:28:30.320Z Compiling http-body-util v0.1.3
15042026-07-21T17:28:30.565Z Compiling heapless v0.7.17
15052026-07-21T17:28:30.677Z Compiling thiserror-impl v1.0.69
15062026-07-21T17:28:30.736Z Compiling scroll_derive v0.12.1
15072026-07-21T17:28:30.786Z Compiling rand_xorshift v0.4.0
15082026-07-21T17:28:30.806Z Compiling slog v2.8.2
15092026-07-21T17:28:30.946Z Compiling darling_core v0.23.0
15102026-07-21T17:28:31.000Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-21T17:28:31.022Z Compiling thread-id v5.1.0
15122026-07-21T17:28:31.105Z Compiling cookie v0.18.1
15132026-07-21T17:28:31.224Z Compiling unicode-bidi v0.3.18
15142026-07-21T17:28:31.284Z Compiling iri-string v0.7.10
15152026-07-21T17:28:31.298Z Compiling anyhow v1.0.102
15162026-07-21T17:28:31.392Z Compiling ryu v1.0.23
15172026-07-21T17:28:31.573Z Compiling adler2 v2.0.1
15182026-07-21T17:28:31.612Z Compiling unicode-properties v0.1.4
15192026-07-21T17:28:31.699Z Compiling zstd-safe v7.2.4
15202026-07-21T17:28:31.741Z Compiling paste v1.0.15
15212026-07-21T17:28:31.810Z Compiling signal-hook v0.3.18
15222026-07-21T17:28:31.909Z Compiling unarray v0.1.4
15232026-07-21T17:28:31.936Z Compiling allocator-api2 v0.2.21
15242026-07-21T17:28:32.017Z Compiling proptest v1.10.0
15252026-07-21T17:28:32.029Z Compiling thiserror v1.0.69
15262026-07-21T17:28:32.074Z Compiling stringprep v0.1.5
15272026-07-21T17:28:32.137Z Compiling miniz_oxide v0.8.9
15282026-07-21T17:28:32.459Z Compiling tower-http v0.6.8
15292026-07-21T17:28:32.505Z Compiling serde_urlencoded v0.7.1
15302026-07-21T17:28:32.741Z Compiling scroll v0.12.0
15312026-07-21T17:28:32.934Z Compiling derive_builder_macro v0.20.2
15322026-07-21T17:28:32.947Z Compiling camino v1.2.2
15332026-07-21T17:28:33.311Z Compiling tokio-native-tls v0.3.1
15342026-07-21T17:28:33.396Z Compiling bstr v1.12.1
15352026-07-21T17:28:33.409Z Compiling darling_macro v0.23.0
15362026-07-21T17:28:33.479Z Compiling ipnetwork v0.21.1
15372026-07-21T17:28:33.526Z Compiling crypto-common v0.2.2
15382026-07-21T17:28:33.835Z Compiling block-padding v0.4.2
15392026-07-21T17:28:33.859Z Compiling block-buffer v0.12.1
15402026-07-21T17:28:33.895Z Compiling rustls-native-certs v0.8.3
15412026-07-21T17:28:34.021Z Compiling rand_chacha v0.3.1
15422026-07-21T17:28:34.078Z Compiling serde_tokenstream v0.2.3
15432026-07-21T17:28:34.098Z Compiling erased-serde v0.3.31
15442026-07-21T17:28:34.192Z Compiling serde_spanned v0.6.9
15452026-07-21T17:28:34.340Z Compiling hex v0.4.3
15462026-07-21T17:28:34.390Z Compiling toml_datetime v0.6.11
15472026-07-21T17:28:34.594Z Compiling signature v2.2.0
15482026-07-21T17:28:34.608Z Compiling md-5 v0.10.6
15492026-07-21T17:28:34.657Z Compiling curve25519-dalek v4.1.3
15502026-07-21T17:28:34.772Z Compiling pin-project-internal v1.1.11
15512026-07-21T17:28:34.780Z Compiling async-trait v0.1.89
15522026-07-21T17:28:34.829Z Compiling zerocopy-derive v0.7.35
15532026-07-21T17:28:35.003Z Compiling vergen-lib v9.1.0
15542026-07-21T17:28:35.198Z Compiling hash32 v0.2.1
15552026-07-21T17:28:35.302Z Compiling num-integer v0.1.46
15562026-07-21T17:28:35.397Z Compiling memoffset v0.9.1
15572026-07-21T17:28:35.606Z Compiling encoding_rs v0.8.35
15582026-07-21T17:28:35.629Z Compiling litrs v1.0.0
15592026-07-21T17:28:35.696Z Compiling ref-cast v1.0.25
15602026-07-21T17:28:35.824Z Compiling smoltcp v0.9.1
15612026-07-21T17:28:35.899Z Compiling zlib-rs v0.6.2
15622026-07-21T17:28:36.014Z Compiling psl-types v2.0.11
15632026-07-21T17:28:36.127Z Compiling num-bigint-dig v0.8.6
15642026-07-21T17:28:36.141Z Compiling mime v0.3.17
15652026-07-21T17:28:36.154Z Compiling cfg_aliases v0.2.1
15662026-07-21T17:28:36.223Z Compiling rustix v0.38.44
15672026-07-21T17:28:36.326Z Compiling fallible-iterator v0.2.0
15682026-07-21T17:28:36.414Z Compiling nix v0.31.2
15692026-07-21T17:28:36.637Z Compiling postgres-protocol v0.6.10
15702026-07-21T17:28:36.694Z Compiling document-features v0.2.12
15712026-07-21T17:28:36.795Z Compiling hubpack_derive v0.1.1
15722026-07-21T17:28:36.810Z Compiling publicsuffix v2.3.0
15732026-07-21T17:28:37.025Z Compiling pin-project v1.1.11
15742026-07-21T17:28:37.070Z Compiling zerocopy v0.7.35
15752026-07-21T17:28:37.168Z Compiling num-iter v0.1.45
15762026-07-21T17:28:37.301Z Compiling newtype-uuid v1.3.2
15772026-07-21T17:28:37.335Z Compiling rand v0.8.6
15782026-07-21T17:28:37.600Z Compiling inout v0.2.2
15792026-07-21T17:28:37.617Z Compiling darling v0.23.0
15802026-07-21T17:28:37.663Z Compiling oxnet v0.1.6
15812026-07-21T17:28:37.692Z Compiling hyper-tls v0.6.0
15822026-07-21T17:28:37.771Z Compiling derive_builder v0.20.2
15832026-07-21T17:28:37.771Z Compiling goblin v0.8.2
15842026-07-21T17:28:38.430Z Compiling phf_shared v0.13.1
15852026-07-21T17:28:38.437Z Compiling regex v1.12.3
15862026-07-21T17:28:38.461Z Compiling lazy_static v1.5.0
15872026-07-21T17:28:38.557Z Compiling anstyle-parse v0.2.7
15882026-07-21T17:28:38.617Z Compiling futures-executor v0.3.32
15892026-07-21T17:28:38.663Z Compiling terminal_size v0.4.3
15902026-07-21T17:28:38.734Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-21T17:28:38.802Z Compiling flate2 v1.1.9
15922026-07-21T17:28:38.878Z Compiling ref-cast-impl v1.0.25
15932026-07-21T17:28:38.884Z Compiling snafu-derive v0.8.9
15942026-07-21T17:28:39.155Z Compiling strum_macros v0.27.2
15952026-07-21T17:28:39.225Z Compiling daft-derive v0.1.7
15962026-07-21T17:28:39.448Z Compiling vergen v9.1.0
15972026-07-21T17:28:39.463Z Compiling cargo-platform v0.3.2
15982026-07-21T17:28:39.639Z Compiling ff v0.13.1
15992026-07-21T17:28:39.724Z Compiling fs-err v3.3.0
16002026-07-21T17:28:39.776Z Compiling ahash v0.8.12
16012026-07-21T17:28:39.932Z Compiling bitflags v1.3.2
16022026-07-21T17:28:39.989Z Compiling libbz2-rs-sys v0.2.2
16032026-07-21T17:28:40.020Z Compiling foldhash v0.2.0
16042026-07-21T17:28:40.043Z Compiling object v0.37.3
16052026-07-21T17:28:40.238Z Compiling unicode-segmentation v1.12.0
16062026-07-21T17:28:40.306Z Compiling winnow v0.5.40
16072026-07-21T17:28:40.622Z Compiling managed v0.8.0
16082026-07-21T17:28:40.642Z Compiling base16ct v0.2.0
16092026-07-21T17:28:40.822Z Compiling same-file v1.0.6
16102026-07-21T17:28:40.834Z Compiling bumpalo v3.20.2
16112026-07-21T17:28:40.862Z Compiling foldhash v0.1.5
16122026-07-21T17:28:40.982Z Compiling hashbrown v0.15.5
16132026-07-21T17:28:41.013Z Compiling walkdir v2.5.0
16142026-07-21T17:28:41.087Z Compiling zopfli v0.8.3
16152026-07-21T17:28:41.142Z Compiling strum v0.27.2
16162026-07-21T17:28:41.266Z Compiling snafu v0.8.9
16172026-07-21T17:28:41.315Z Compiling sec1 v0.7.3
16182026-07-21T17:28:41.521Z Compiling bzip2 v0.6.1
16192026-07-21T17:28:41.609Z Compiling toml_edit v0.19.15
16202026-07-21T17:28:41.652Z Compiling hashbrown v0.16.1
16212026-07-21T17:28:41.727Z Compiling dof v0.3.0
16222026-07-21T17:28:41.736Z Compiling daft v0.1.7
16232026-07-21T17:28:41.805Z Compiling clap_builder v4.6.0
16242026-07-21T17:28:42.070Z Compiling group v0.13.0
16252026-07-21T17:28:42.130Z Compiling cargo_metadata v0.23.1
16262026-07-21T17:28:42.356Z Compiling futures v0.3.32
16272026-07-21T17:28:42.635Z Compiling anstream v0.6.21
16282026-07-21T17:28:42.691Z Compiling phf v0.13.1
16292026-07-21T17:28:42.768Z Compiling signal-hook-mio v0.2.5
16302026-07-21T17:28:43.547Z Compiling cookie_store v0.22.1
16312026-07-21T17:28:43.567Z Compiling zstd v0.13.3
16322026-07-21T17:28:43.567Z Compiling reqwest v0.12.28
16332026-07-21T17:28:43.567Z Compiling bzip2 v0.4.4
16342026-07-21T17:28:43.567Z Compiling cipher v0.5.2
16352026-07-21T17:28:43.713Z Compiling serde_with_macros v3.21.0
16362026-07-21T17:28:43.831Z Compiling hubpack v0.1.2
16372026-07-21T17:28:44.173Z Compiling postgres-types v0.2.12
16382026-07-21T17:28:44.729Z Compiling ed25519 v2.2.3
16392026-07-21T17:28:44.800Z Compiling usdt-macro v0.6.0
16402026-07-21T17:28:44.861Z Compiling usdt-attr-macro v0.6.0
16412026-07-21T17:28:45.297Z Compiling globset v0.4.18
16422026-07-21T17:28:45.395Z Compiling dtrace-parser v0.2.0
16432026-07-21T17:28:45.562Z Compiling phf_shared v0.11.3
16442026-07-21T17:28:45.650Z Compiling hkdf v0.12.4
16452026-07-21T17:28:45.686Z Compiling pkcs1 v0.7.5
16462026-07-21T17:28:45.747Z Compiling olpc-cjson v0.1.4
16472026-07-21T17:28:45.818Z Compiling serde_plain v1.0.2
16482026-07-21T17:28:45.901Z Compiling serde-big-array v0.5.1
16492026-07-21T17:28:45.957Z Compiling crypto-bigint v0.5.5
16502026-07-21T17:28:46.006Z Compiling async-recursion v1.1.1
16512026-07-21T17:28:46.048Z Compiling strum_macros v0.26.4
16522026-07-21T17:28:46.077Z Compiling serde_repr v0.1.20
16532026-07-21T17:28:46.108Z Compiling enum-as-inner v0.6.1
16542026-07-21T17:28:46.629Z Compiling clap_derive v4.6.1
16552026-07-21T17:28:46.644Z Compiling pem v3.0.6
16562026-07-21T17:28:46.671Z Compiling float-cmp v0.10.0
16572026-07-21T17:28:46.822Z Compiling thread-id v4.2.2
16582026-07-21T17:28:46.978Z Compiling memmap2 v0.9.10
16592026-07-21T17:28:46.999Z Compiling env_filter v1.0.0
16602026-07-21T17:28:47.133Z Compiling keccak v0.1.6
16612026-07-21T17:28:47.213Z Compiling fixedbitset v0.5.7
16622026-07-21T17:28:47.271Z Compiling static_assertions v1.1.0
16632026-07-21T17:28:47.346Z Compiling cpufeatures v0.3.0
16642026-07-21T17:28:47.433Z Compiling fixedbitset v0.4.2
16652026-07-21T17:28:47.530Z Compiling predicates-core v1.0.10
16662026-07-21T17:28:47.640Z Compiling winnow v1.0.3
16672026-07-21T17:28:47.719Z Compiling new_debug_unreachable v1.0.6
16682026-07-21T17:28:47.770Z Compiling const-oid v0.10.2
16692026-07-21T17:28:47.791Z Compiling normalize-line-endings v0.3.0
16702026-07-21T17:28:47.873Z Compiling typed-path v0.9.3
16712026-07-21T17:28:47.896Z Compiling difflib v0.4.0
16722026-07-21T17:28:47.976Z Compiling jiff v0.2.21
16732026-07-21T17:28:47.992Z Compiling data-encoding v2.10.0
16742026-07-21T17:28:48.062Z Compiling either v1.15.0
16752026-07-21T17:28:48.189Z Compiling precomputed-hash v0.1.1
16762026-07-21T17:28:48.278Z Compiling whoami v2.1.0
16772026-07-21T17:28:48.296Z Compiling string_cache v0.8.9
16782026-07-21T17:28:48.375Z Compiling clap v4.6.1
16792026-07-21T17:28:48.435Z Compiling hickory-proto v0.25.2
16802026-07-21T17:28:48.457Z Compiling itertools v0.13.0
16812026-07-21T17:28:48.490Z Compiling tokio-postgres v0.7.16
16822026-07-21T17:28:48.644Z Compiling predicates v3.1.4
16832026-07-21T17:28:48.682Z Compiling toml_parser v1.1.2+spec-1.1.0
16842026-07-21T17:28:49.057Z Compiling digest v0.11.3
16852026-07-21T17:28:49.282Z Compiling toml_edit v0.22.27
16862026-07-21T17:28:49.330Z Compiling strum v0.26.3
16872026-07-21T17:28:49.356Z Compiling petgraph v0.6.5
16882026-07-21T17:28:49.469Z Compiling petgraph v0.8.3
16892026-07-21T17:28:49.731Z Compiling chacha20 v0.10.0
16902026-07-21T17:28:50.112Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-21T17:28:50.733Z Compiling zip v4.6.1
16922026-07-21T17:28:50.841Z Compiling sha3 v0.10.8
16932026-07-21T17:28:51.297Z Compiling env_logger v0.11.9
16942026-07-21T17:28:51.404Z Compiling usdt v0.6.0
16952026-07-21T17:28:51.644Z Compiling elliptic-curve v0.13.8
16962026-07-21T17:28:51.667Z Compiling usdt-impl v0.5.0
16972026-07-21T17:28:51.682Z Compiling rsa v0.9.10
16982026-07-21T17:28:51.990Z Compiling crossterm v0.28.1
16992026-07-21T17:28:52.041Z Compiling ed25519-dalek v2.2.0
17002026-07-21T17:28:52.181Z Compiling serde_with v3.21.0
17012026-07-21T17:28:52.691Z Compiling zip v0.6.6
17022026-07-21T17:28:53.097Z Compiling toml v0.7.8
17032026-07-21T17:28:53.267Z Compiling iddqd v0.4.2
17042026-07-21T17:28:53.711Z Compiling similar v2.7.0
17052026-07-21T17:28:53.711Z Compiling heck v0.4.1
17062026-07-21T17:28:53.931Z Compiling byte-wrapper v0.1.0
17072026-07-21T17:28:53.968Z Compiling crossbeam-epoch v0.9.18
17082026-07-21T17:28:53.998Z Compiling tokio-stream v0.1.18
17092026-07-21T17:28:54.273Z Compiling buf-list v1.1.2
17102026-07-21T17:28:54.316Z Compiling x509-cert v0.2.5
17112026-07-21T17:28:54.468Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-21T17:28:54.551Z Compiling openapiv3 v2.2.0
17132026-07-21T17:28:54.621Z Compiling peg-runtime v0.8.5
17142026-07-21T17:28:54.695Z Compiling lalrpop-util v0.19.12
17152026-07-21T17:28:54.859Z Compiling thread_local v1.1.9
17162026-07-21T17:28:54.899Z Compiling slog-async v2.8.0
17172026-07-21T17:28:54.899Z Compiling crossbeam-channel v0.5.15
17182026-07-21T17:28:55.036Z Compiling filetime v0.2.27
17192026-07-21T17:28:55.047Z Compiling is-terminal v0.4.17
17202026-07-21T17:28:55.128Z Compiling term v1.2.1
17212026-07-21T17:28:55.239Z Compiling xattr v1.6.1
17222026-07-21T17:28:55.432Z Compiling take_mut v0.2.2
17232026-07-21T17:28:55.432Z Compiling tar v0.4.46
17242026-07-21T17:28:55.432Z Compiling camino-tempfile v1.4.1
17252026-07-21T17:28:55.576Z Compiling slog-term v2.9.2
17262026-07-21T17:29:05.553Z Compiling rustls-webpki v0.103.13
17272026-07-21T17:29:08.291Z Compiling tokio-rustls v0.26.4
17282026-07-21T17:29:08.291Z Compiling rustls-platform-verifier v0.6.2
17292026-07-21T17:29:08.291Z Compiling tough v0.22.0
17302026-07-21T17:29:08.493Z Compiling hyper-rustls v0.27.7
17312026-07-21T17:29:08.687Z Compiling reqwest v0.13.2
17322026-07-21T17:29:10.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-21T17:29:11.211Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-21T17:29:14.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17352026-07-21T17:29:14.158Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-21T17:29:14.203ZJul 21 17:29:13.294 INFO Starting download, target: MaghemiteDdmd
17372026-07-21T17:29:14.203ZJul 21 17:29:13.295 INFO Starting download, target: Cockroach
17382026-07-21T17:29:14.203ZJul 21 17:29:13.295 INFO Starting download, target: Console
17392026-07-21T17:29:14.203ZJul 21 17:29:13.295 INFO Starting download, target: MaghemiteMgd
17402026-07-21T17:29:14.240ZJul 21 17:29:13.295 INFO Starting download, target: Clickhouse
17412026-07-21T17:29:14.240ZJul 21 17:29:13.295 INFO Starting download, target: TransceiverControl
17422026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Starting download, target: DendriteStub
17432026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-21T17:29:14.241ZJul 21 17:29:13.295 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17502026-07-21T17:29:15.109ZJul 21 17:29:14.175 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-07-21T17:29:15.389ZJul 21 17:29:14.385 INFO Download complete, target: TransceiverControl
17522026-07-21T17:29:15.947ZJul 21 17:29:15.037 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-07-21T17:29:16.016ZJul 21 17:29:15.093 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-07-21T17:29:16.246ZJul 21 17:29:15.302 INFO Download complete, target: Console
17552026-07-21T17:29:18.337ZJul 21 17:29:17.422 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-21T17:29:18.520ZJul 21 17:29:17.578 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17572026-07-21T17:29:18.744ZJul 21 17:29:17.837 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17582026-07-21T17:29:19.209ZJul 21 17:29:18.308 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-07-21T17:29:19.209ZJul 21 17:29:18.309 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-07-21T17:29:20.325ZJul 21 17:29:19.426 INFO Download complete, target: MaghemiteDdmd
17612026-07-21T17:29:21.070ZJul 21 17:29:20.171 INFO Download complete, target: MaghemiteMgd
17622026-07-21T17:29:21.233ZJul 21 17:29:20.334 INFO Download complete, target: DendriteStub
17632026-07-21T17:29:22.877ZJul 21 17:29:21.948 INFO Checking that binary works, target: Clickhouse
17642026-07-21T17:29:23.002ZJul 21 17:29:22.089 INFO Download complete, target: Clickhouse
17652026-07-21T17:29:23.857ZJul 21 17:29:22.949 INFO Checking that binary works, target: Cockroach
17662026-07-21T17:29:23.961ZJul 21 17:29:23.058 INFO Download complete, target: Cockroach
17672026-07-21T17:29:23.976ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-21T17:29:23.980Z
17692026-07-21T17:29:23.980Zreal 2:02.250245924
17702026-07-21T17:29:23.980Zuser 6:37.663695487
17712026-07-21T17:29:23.980Zsys 1:21.520309481
17722026-07-21T17:29:23.980Ztrap 0.228414767
17732026-07-21T17:29:23.980Ztflt 0.507240499
17742026-07-21T17:29:23.980Zdflt 0.824490574
17752026-07-21T17:29:23.980Zkflt 0.030414106
17762026-07-21T17:29:23.980Zlock 21:50.982354662
17772026-07-21T17:29:23.980Zslp 20:08.301771931
17782026-07-21T17:29:23.980Zlat 41.968951313
17792026-07-21T17:29:23.980Zstop 1:55.614779464
17802026-07-21T17:29:23.980Z+ banner clippy
17812026-07-21T17:29:23.980Z
17822026-07-21T17:29:23.980Z #### # # ##### ##### # #
17832026-07-21T17:29:23.980Z # # # # # # # # # #
17842026-07-21T17:29:23.980Z # # # # # # # #
17852026-07-21T17:29:23.980Z # # # ##### ##### #
17862026-07-21T17:29:23.980Z # # # # # # #
17872026-07-21T17:29:23.980Z #### ###### # # # #
17882026-07-21T17:29:23.980Z
17892026-07-21T17:29:23.980Z+ export CARGO_INCREMENTAL=0
17902026-07-21T17:29:23.980Z+ CARGO_INCREMENTAL=0
17912026-07-21T17:29:23.980Z+ ptime -m cargo xtask clippy
17922026-07-21T17:29:24.438Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-21T17:29:24.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-21T17:29:26.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17952026-07-21T17:29:26.560Z Running `target/debug/xtask clippy`
17962026-07-21T17:29:26.622Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17972026-07-21T17:29:27.144Z Downloading crates ...
17982026-07-21T17:29:27.361Z Downloaded plotters-backend v0.3.7
17992026-07-21T17:29:27.381Z Downloaded plotters-svg v0.3.7
18002026-07-21T17:29:27.392Z Downloaded constant_time_eq v0.3.1
18012026-07-21T17:29:27.392Z Downloaded backtrace v0.3.76
18022026-07-21T17:29:27.392Z Downloaded pathdiff v0.2.3
18032026-07-21T17:29:27.404Z Downloaded linkme-impl v0.3.35
18042026-07-21T17:29:27.404Z Downloaded parking v2.2.1
18052026-07-21T17:29:27.404Z Downloaded event-listener-strategy v0.5.4
18062026-07-21T17:29:27.404Z Downloaded backtrace-ext v0.2.1
18072026-07-21T17:29:27.405Z Downloaded oorandom v11.1.5
18082026-07-21T17:29:27.405Z Downloaded guppy-workspace-hack v0.1.0
18092026-07-21T17:29:27.405Z Downloaded concurrent-queue v2.5.0
18102026-07-21T17:29:27.405Z Downloaded escape8259 v0.5.3
18112026-07-21T17:29:27.421Z Downloaded supports-color v2.1.0
18122026-07-21T17:29:27.421Z Downloaded target-triple v1.0.0
18132026-07-21T17:29:27.425Z Downloaded async-object-pool v0.2.0
18142026-07-21T17:29:27.425Z Downloaded owo-colors v3.5.0
18152026-07-21T17:29:27.426Z Downloaded linkme v0.3.35
18162026-07-21T17:29:27.426Z Downloaded termcolor v1.4.1
18172026-07-21T17:29:27.426Z Downloaded cast v0.3.0
18182026-07-21T17:29:27.426Z Downloaded supports-hyperlinks v2.1.0
18192026-07-21T17:29:27.432Z Downloaded miette-derive v5.10.0
18202026-07-21T17:29:27.432Z Downloaded partial-io v0.5.4
18212026-07-21T17:29:27.432Z Downloaded async-lock v3.4.2
18222026-07-21T17:29:27.432Z Downloaded addr2line v0.25.1
18232026-07-21T17:29:27.435Z Downloaded terminal_size v0.1.17
18242026-07-21T17:29:27.441Z Downloaded nested v0.1.1
18252026-07-21T17:29:27.453Z Downloaded rustc-demangle v0.1.27
18262026-07-21T17:29:27.453Z Downloaded hex-literal v0.4.1
18272026-07-21T17:29:27.453Z Downloaded similar-asserts v1.7.0
18282026-07-21T17:29:27.453Z Downloaded serde_regex v1.1.0
18292026-07-21T17:29:27.453Z Downloaded assert-json-diff v2.0.2
18302026-07-21T17:29:27.453Z Downloaded approx v0.5.1
18312026-07-21T17:29:27.523Z Downloaded supports-unicode v2.1.0
18322026-07-21T17:29:27.523Z Downloaded event-listener v5.4.1
18332026-07-21T17:29:27.523Z Downloaded rust-argon2 v2.1.0
18342026-07-21T17:29:27.523Z Downloaded path-tree v0.8.3
18352026-07-21T17:29:27.523Z Downloaded libtest-mimic v0.8.1
18362026-07-21T17:29:27.523Z Downloaded hickory-client v0.25.2
18372026-07-21T17:29:27.523Z Downloaded futures-timer v3.0.3
18382026-07-21T17:29:27.523Z Downloaded httptest v0.16.4
18392026-07-21T17:29:27.523Z Downloaded relative-path v1.9.3
18402026-07-21T17:29:27.524Z Downloaded criterion-plot v0.6.0
18412026-07-21T17:29:27.524Z Downloaded target-lexicon v0.13.3
18422026-07-21T17:29:27.524Z Downloaded target-spec v3.5.7
18432026-07-21T17:29:27.524Z Downloaded cfg-expr v0.20.6
18442026-07-21T17:29:27.524Z Downloaded trybuild v1.0.116
18452026-07-21T17:29:27.524Z Downloaded stringmetrics v2.2.2
18462026-07-21T17:29:27.524Z Downloaded blake2b_simd v1.0.4
18472026-07-21T17:29:27.524Z Downloaded anes v0.1.6
18482026-07-21T17:29:27.524Z Downloaded knuffel-derive v3.2.0
18492026-07-21T17:29:27.524Z Downloaded knuffel v3.2.0
18502026-07-21T17:29:27.524Z Downloaded tinytemplate v1.2.1
18512026-07-21T17:29:27.524Z Downloaded assert_cmd v2.1.2
18522026-07-21T17:29:27.524Z Downloaded rstest v0.25.0
18532026-07-21T17:29:27.524Z Downloaded textwrap v0.15.2
18542026-07-21T17:29:27.524Z Downloaded datatest-stable v0.3.3
18552026-07-21T17:29:27.524Z Downloaded rstest_macros v0.25.0
18562026-07-21T17:29:27.524Z Downloaded chumsky v0.9.3
18572026-07-21T17:29:27.525Z Downloaded fancy-regex v0.14.0
18582026-07-21T17:29:27.535Z Downloaded miette v5.10.0
18592026-07-21T17:29:27.535Z Downloaded rand_distr v0.5.1
18602026-07-21T17:29:27.543Z Downloaded criterion v0.7.0
18612026-07-21T17:29:27.543Z Downloaded plotters v0.3.7
18622026-07-21T17:29:27.549Z Downloaded guppy v0.17.25
18632026-07-21T17:29:27.549Z Downloaded hashbrown v0.14.5
18642026-07-21T17:29:27.568Z Downloaded gimli v0.32.3
18652026-07-21T17:29:27.672Z Downloaded httpmock v0.8.3
18662026-07-21T17:29:29.382Z Checking cfg-if v1.0.4
18672026-07-21T17:29:29.749Z Checking libc v0.2.185
18682026-07-21T17:29:29.753Z Checking serde_core v1.0.228
18692026-07-21T17:29:29.827Z Checking memchr v2.8.0
18702026-07-21T17:29:29.868Z Checking smallvec v1.15.1
18712026-07-21T17:29:29.893Z Checking zeroize v1.8.2
18722026-07-21T17:29:29.931Z Checking rand_core v0.10.0
18732026-07-21T17:29:29.965Z Checking itoa v1.0.17
18742026-07-21T17:29:29.974Z Checking subtle v2.6.1
18752026-07-21T17:29:30.063Z Checking log v0.4.29
18762026-07-21T17:29:30.101Z Checking libm v0.2.16
18772026-07-21T17:29:30.146Z Checking typenum v1.20.1
18782026-07-21T17:29:30.186Z Checking getrandom v0.4.1
18792026-07-21T17:29:30.187Z Checking errno v0.3.14
18802026-07-21T17:29:30.256Z Checking scopeguard v1.2.0
18812026-07-21T17:29:30.292Z Checking stable_deref_trait v1.2.1
18822026-07-21T17:29:30.328Z Checking zmij v1.0.21
18832026-07-21T17:29:30.367Z Checking zerofrom v0.1.6
18842026-07-21T17:29:30.408Z Checking lock_api v0.4.14
18852026-07-21T17:29:30.442Z Checking percent-encoding v2.3.2
18862026-07-21T17:29:30.478Z Checking litemap v0.8.1
18872026-07-21T17:29:30.513Z Checking yoke v0.8.1
18882026-07-21T17:29:30.559Z Checking writeable v0.6.2
18892026-07-21T17:29:30.606Z Checking icu_properties_data v2.1.2
18902026-07-21T17:29:30.646Z Checking icu_normalizer_data v2.1.1
18912026-07-21T17:29:30.683Z Checking form_urlencoded v1.2.2
18922026-07-21T17:29:30.718Z Checking zerovec v0.11.5
18932026-07-21T17:29:30.753Z Checking zerotrie v0.2.3
18942026-07-21T17:29:30.790Z Checking utf8_iter v1.0.4
18952026-07-21T17:29:30.848Z Checking num-traits v0.2.19
18962026-07-21T17:29:30.884Z Checking pin-project-lite v0.2.17
18972026-07-21T17:29:30.923Z Checking zerocopy v0.8.40
18982026-07-21T17:29:30.961Z Checking parking_lot_core v0.9.12
18992026-07-21T17:29:30.998Z Checking portable-atomic v1.13.1
19002026-07-21T17:29:31.036Z Checking critical-section v1.2.0
19012026-07-21T17:29:31.083Z Checking signal-hook-registry v1.4.8
19022026-07-21T17:29:31.168Z Checking mio v1.2.0
19032026-07-21T17:29:31.206Z Checking parking_lot v0.12.5
19042026-07-21T17:29:31.238Z Checking tinystr v0.8.2
19052026-07-21T17:29:31.274Z Checking potential_utf v0.1.4
19062026-07-21T17:29:31.312Z Checking serde v1.0.228
19072026-07-21T17:29:31.415Z Checking bitflags v2.11.0
19082026-07-21T17:29:31.457Z Checking serde_json v1.0.150
19092026-07-21T17:29:31.463Z Checking icu_locale_core v2.1.1
19102026-07-21T17:29:31.488Z Checking icu_collections v2.1.1
19112026-07-21T17:29:31.488Z Checking once_cell v1.21.3
19122026-07-21T17:29:31.594Z Checking iana-time-zone v0.1.65
19132026-07-21T17:29:31.634Z Checking socket2 v0.6.3
19142026-07-21T17:29:31.726Z Checking uuid v1.23.4
19152026-07-21T17:29:31.767Z Checking bytes v1.11.1
19162026-07-21T17:29:31.770Z Checking chrono v0.4.45
19172026-07-21T17:29:31.855Z Checking semver v1.0.28
19182026-07-21T17:29:31.900Z Checking thiserror v2.0.18
19192026-07-21T17:29:32.059Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19202026-07-21T17:29:32.088Z Checking dyn-clone v1.0.20
19212026-07-21T17:29:32.093Z Checking icu_provider v2.1.1
19222026-07-21T17:29:32.122Z Checking futures-core v0.3.32
19232026-07-21T17:29:32.187Z Checking getrandom v0.2.17
19242026-07-21T17:29:32.223Z Checking equivalent v1.0.2
19252026-07-21T17:29:32.257Z Checking tokio v1.52.1
19262026-07-21T17:29:32.297Z Checking rustix v1.1.3
19272026-07-21T17:29:32.365Z Checking rand_core v0.6.4
19282026-07-21T17:29:32.368Z Checking cmov v0.5.4
19292026-07-21T17:29:32.431Z Checking byteorder v1.5.0
19302026-07-21T17:29:32.434Z Checking icu_properties v2.1.2
19312026-07-21T17:29:32.569Z Checking icu_normalizer v2.1.1
19322026-07-21T17:29:32.608Z Checking ctutils v0.4.2
19332026-07-21T17:29:32.656Z Checking futures-sink v0.3.32
19342026-07-21T17:29:32.694Z Checking generic-array v0.14.7
19352026-07-21T17:29:32.780Z Checking futures-channel v0.3.32
19362026-07-21T17:29:32.840Z Checking hybrid-array v0.4.13
19372026-07-21T17:29:32.892Z Checking futures-task v0.3.32
19382026-07-21T17:29:33.000Z Checking futures-io v0.3.32
19392026-07-21T17:29:33.054Z Checking slab v0.4.12
19402026-07-21T17:29:33.141Z Checking getrandom v0.3.4
19412026-07-21T17:29:33.147Z Checking hashbrown v0.17.0
19422026-07-21T17:29:33.209Z Checking thiserror v1.0.69
19432026-07-21T17:29:33.242Z Checking futures-util v0.3.32
19442026-07-21T17:29:33.284Z Checking idna_adapter v1.2.1
19452026-07-21T17:29:33.321Z Checking base64ct v1.8.3
19462026-07-21T17:29:33.357Z Checking fnv v1.0.7
19472026-07-21T17:29:33.428Z Checking idna v1.1.0
19482026-07-21T17:29:33.477Z Checking const-oid v0.9.6
19492026-07-21T17:29:33.576Z Checking crypto-common v0.1.7
19502026-07-21T17:29:33.613Z Checking crypto-common v0.2.2
19512026-07-21T17:29:33.653Z Checking indexmap v2.14.0
19522026-07-21T17:29:33.693Z Checking url v2.5.8
19532026-07-21T17:29:33.729Z Checking regex-syntax v0.8.10
19542026-07-21T17:29:33.733Z Checking ppv-lite86 v0.2.21
19552026-07-21T17:29:34.076Z Checking block-buffer v0.12.1
19562026-07-21T17:29:34.144Z Checking schemars v0.8.22
19572026-07-21T17:29:34.180Z Checking block-buffer v0.10.4
19582026-07-21T17:29:34.220Z Checking base64 v0.22.1
19592026-07-21T17:29:34.255Z Checking utf8parse v0.2.2
19602026-07-21T17:29:34.295Z Checking anstyle v1.0.14
19612026-07-21T17:29:34.342Z Checking digest v0.10.7
19622026-07-21T17:29:34.381Z Checking http v1.4.2
19632026-07-21T17:29:34.483Z Checking tracing-core v0.1.36
19642026-07-21T17:29:34.520Z Checking colorchoice v1.0.4
19652026-07-21T17:29:34.561Z Checking is_terminal_polyfill v1.70.2
19662026-07-21T17:29:34.644Z Checking anstyle-query v1.1.5
19672026-07-21T17:29:34.680Z Checking anstyle-parse v1.0.0
19682026-07-21T17:29:34.766Z Checking rand_core v0.9.5
19692026-07-21T17:29:34.809Z Checking tracing v0.1.44
19702026-07-21T17:29:34.848Z Checking terminal_size v0.4.3
19712026-07-21T17:29:34.884Z Checking ipnet v2.11.0
19722026-07-21T17:29:34.960Z Checking const-oid v0.10.2
19732026-07-21T17:29:34.965Z Checking anstream v1.0.0
19742026-07-21T17:29:35.028Z Checking clap_lex v1.0.0
19752026-07-21T17:29:35.063Z Checking strsim v0.11.1
19762026-07-21T17:29:35.066Z Checking aho-corasick v1.1.4
19772026-07-21T17:29:35.139Z Checking rand_chacha v0.9.0
19782026-07-21T17:29:35.176Z Checking crossbeam-utils v0.8.21
19792026-07-21T17:29:35.180Z Checking unicode-ident v1.0.24
19802026-07-21T17:29:35.243Z Checking erased-serde v0.3.31
19812026-07-21T17:29:35.246Z Checking httparse v1.10.1
19822026-07-21T17:29:35.310Z Checking clap_builder v4.6.0
19832026-07-21T17:29:35.344Z Checking proc-macro2 v1.0.106
19842026-07-21T17:29:35.379Z Checking rand v0.9.2
19852026-07-21T17:29:35.418Z Checking tokio-util v0.7.18
19862026-07-21T17:29:35.476Z Checking cpufeatures v0.3.0
19872026-07-21T17:29:35.538Z Checking powerfmt v0.2.0
19882026-07-21T17:29:35.587Z Checking digest v0.11.3
19892026-07-21T17:29:35.675Z Checking slog v2.8.2
19902026-07-21T17:29:35.679Z Checking quote v1.0.45
19912026-07-21T17:29:35.742Z Checking deranged v0.5.8
19922026-07-21T17:29:35.777Z Checking allocator-api2 v0.2.21
19932026-07-21T17:29:35.812Z Checking regex-automata v0.4.14
19942026-07-21T17:29:35.884Z Checking time-core v0.1.8
19952026-07-21T17:29:35.918Z Checking cpufeatures v0.2.17
19962026-07-21T17:29:35.978Z Checking num-conv v0.2.0
19972026-07-21T17:29:36.017Z Checking num_threads v0.1.7
19982026-07-21T17:29:36.055Z Checking fastrand v2.3.0
19992026-07-21T17:29:36.058Z Checking syn v2.0.117
20002026-07-21T17:29:36.122Z Checking anyhow v1.0.102
20012026-07-21T17:29:36.125Z Checking http-body v1.0.1
20022026-07-21T17:29:36.189Z Checking atomic-waker v1.1.2
20032026-07-21T17:29:36.261Z Checking tempfile v3.25.0
20042026-07-21T17:29:36.312Z Checking aws-lc-sys v0.40.0
20052026-07-21T17:29:36.315Z Checking rustls-pki-types v1.14.0
20062026-07-21T17:29:36.380Z Checking try-lock v0.2.5
20072026-07-21T17:29:36.482Z Checking untrusted v0.7.1
20082026-07-21T17:29:36.521Z Checking httpdate v1.0.3
20092026-07-21T17:29:36.578Z Checking clap v4.6.1
20102026-07-21T17:29:36.619Z Checking want v0.3.1
20112026-07-21T17:29:36.661Z Checking h2 v0.4.15
20122026-07-21T17:29:36.698Z Checking ipnetwork v0.21.1
20132026-07-21T17:29:36.734Z Checking time v0.3.47
20142026-07-21T17:29:36.738Z Checking hex v0.4.3
20152026-07-21T17:29:36.802Z Checking tower-service v0.3.3
20162026-07-21T17:29:36.839Z Checking aws-lc-rs v1.16.3
20172026-07-21T17:29:36.917Z Checking tower-layer v0.3.3
20182026-07-21T17:29:36.952Z Checking ryu v1.0.23
20192026-07-21T17:29:37.010Z Checking pem-rfc7468 v0.7.0
20202026-07-21T17:29:37.091Z Checking spin v0.9.8
20212026-07-21T17:29:37.127Z Checking flagset v0.4.7
20222026-07-21T17:29:37.192Z Checking simd-adler32 v0.3.8
20232026-07-21T17:29:37.278Z Checking der v0.7.10
20242026-07-21T17:29:37.310Z Checking untrusted v0.9.0
20252026-07-21T17:29:37.386Z Checking mime v0.3.17
20262026-07-21T17:29:37.442Z Checking adler2 v2.0.1
20272026-07-21T17:29:37.575Z Checking miniz_oxide v0.8.9
20282026-07-21T17:29:37.611Z Checking http-body-util v0.1.3
20292026-07-21T17:29:37.678Z Checking rustls-webpki v0.103.13
20302026-07-21T17:29:37.717Z Checking block-padding v0.4.2
20312026-07-21T17:29:37.852Z Checking camino v1.2.2
20322026-07-21T17:29:37.890Z Checking inout v0.2.2
20332026-07-21T17:29:37.893Z Checking openssl-probe v0.2.1
20342026-07-21T17:29:37.957Z Checking pretty-hex v0.4.1
20352026-07-21T17:29:38.031Z Checking serde_urlencoded v0.7.1
20362026-07-21T17:29:38.066Z Checking rand_chacha v0.3.1
20372026-07-21T17:29:38.070Z Checking encoding_rs v0.8.35
20382026-07-21T17:29:38.134Z Checking plain v0.2.3
20392026-07-21T17:29:38.137Z Checking rustls v0.23.41
20402026-07-21T17:29:38.137Z Checking cipher v0.5.2
20412026-07-21T17:29:38.255Z Checking spki v0.7.3
20422026-07-21T17:29:38.292Z Checking regex v1.12.3
20432026-07-21T17:29:38.325Z Checking rand v0.8.6
20442026-07-21T17:29:38.361Z Checking oxnet v0.1.6
20452026-07-21T17:29:38.446Z Checking ucd-trie v0.1.7
20462026-07-21T17:29:38.450Z Checking crc32fast v1.5.0
20472026-07-21T17:29:38.604Z Checking futures-executor v0.3.32
20482026-07-21T17:29:38.644Z Checking sync_wrapper v1.0.2
20492026-07-21T17:29:38.681Z Checking pest v2.8.6
20502026-07-21T17:29:38.714Z Checking pkcs8 v0.10.2
20512026-07-21T17:29:38.773Z Checking tower v0.5.3
20522026-07-21T17:29:38.812Z Checking futures v0.3.32
20532026-07-21T17:29:38.855Z Checking either v1.15.0
20542026-07-21T17:29:38.902Z Checking iri-string v0.7.10
20552026-07-21T17:29:38.939Z Checking zlib-rs v0.6.2
20562026-07-21T17:29:39.060Z Checking sha2 v0.10.9
20572026-07-21T17:29:39.143Z Checking static_assertions v1.1.0
20582026-07-21T17:29:39.191Z Checking foldhash v0.2.0
20592026-07-21T17:29:39.194Z Checking bit-vec v0.8.0
20602026-07-21T17:29:39.363Z Checking lazy_static v1.5.0
20612026-07-21T17:29:39.395Z Checking hashbrown v0.16.1
20622026-07-21T17:29:39.440Z Checking bit-set v0.8.0
20632026-07-21T17:29:39.482Z Checking openapiv3 v2.2.0
20642026-07-21T17:29:39.486Z Checking hyper v1.10.1
20652026-07-21T17:29:39.613Z Checking wait-timeout v0.2.1
20662026-07-21T17:29:39.765Z Checking hubpack v0.1.2
20672026-07-21T17:29:39.769Z Checking strum v0.26.3
20682026-07-21T17:29:39.868Z Checking flate2 v1.1.9
20692026-07-21T17:29:39.918Z Checking quick-error v1.2.3
20702026-07-21T17:29:39.950Z Checking rustls-native-certs v0.8.3
20712026-07-21T17:29:39.954Z Checking tower-http v0.6.8
20722026-07-21T17:29:40.017Z Checking rand_xorshift v0.4.0
20732026-07-21T17:29:40.051Z Checking rusty-fork v0.3.1
20742026-07-21T17:29:40.105Z Checking signature v2.2.0
20752026-07-21T17:29:40.160Z Checking num-integer v0.1.46
20762026-07-21T17:29:40.197Z Checking tinyvec_macros v0.1.1
20772026-07-21T17:29:40.246Z Checking psl-types v2.0.11
20782026-07-21T17:29:40.282Z Checking unarray v0.1.4
20792026-07-21T17:29:40.290Z Checking cookie v0.18.1
20802026-07-21T17:29:40.350Z Checking tinyvec v1.10.0
20812026-07-21T17:29:40.385Z Checking publicsuffix v2.3.0
20822026-07-21T17:29:40.420Z Checking anstyle-parse v0.2.7
20832026-07-21T17:29:40.424Z Checking hyper-util v0.1.20
20842026-07-21T17:29:40.424Z Checking tokio-rustls v0.26.4
20852026-07-21T17:29:40.521Z Checking proptest v1.10.0
20862026-07-21T17:29:40.554Z Checking rustls-platform-verifier v0.6.2
20872026-07-21T17:29:40.591Z Checking cookie_store v0.22.1
20882026-07-21T17:29:40.638Z Checking ahash v0.8.12
20892026-07-21T17:29:40.673Z Checking toml_datetime v0.6.11
20902026-07-21T17:29:40.714Z Checking serde_spanned v0.6.9
20912026-07-21T17:29:40.752Z Checking scroll v0.13.0
20922026-07-21T17:29:40.834Z Checking anstream v0.6.21
20932026-07-21T17:29:40.873Z Checking memmap2 v0.9.10
20942026-07-21T17:29:40.908Z Checking data-encoding v2.10.0
20952026-07-21T17:29:40.911Z Checking dtrace-parser v0.3.0
20962026-07-21T17:29:40.976Z Checking x509-cert v0.2.5
20972026-07-21T17:29:41.011Z Checking goblin v0.10.5
20982026-07-21T17:29:41.056Z Checking bstr v1.12.1
20992026-07-21T17:29:41.060Z Checking hmac v0.12.1
21002026-07-21T17:29:41.202Z Checking thread-id v5.1.0
21012026-07-21T17:29:41.235Z Checking num-iter v0.1.45
21022026-07-21T17:29:41.238Z Checking crossbeam-epoch v0.9.18
21032026-07-21T17:29:41.305Z Checking memoffset v0.9.1
21042026-07-21T17:29:41.373Z Checking scroll v0.12.0
21052026-07-21T17:29:41.418Z Checking env_filter v1.0.0
21062026-07-21T17:29:41.500Z Checking num-bigint-dig v0.8.6
21072026-07-21T17:29:41.537Z Checking pkcs1 v0.7.5
21082026-07-21T17:29:41.578Z Checking env_logger v0.11.9
21092026-07-21T17:29:41.621Z Checking goblin v0.8.2
21102026-07-21T17:29:41.658Z Checking zerocopy v0.7.35
21112026-07-21T17:29:41.759Z Checking hyper-rustls v0.27.7
21122026-07-21T17:29:41.797Z Checking rustix v0.38.44
21132026-07-21T17:29:41.802Z Checking unicode-segmentation v1.12.0
21142026-07-21T17:29:41.991Z Checking reqwest v0.13.2
21152026-07-21T17:29:42.166Z Checking foreign-types-shared v0.1.1
21162026-07-21T17:29:42.199Z Checking dtrace-parser v0.2.0
21172026-07-21T17:29:42.273Z Checking foreign-types v0.3.2
21182026-07-21T17:29:42.317Z Checking rsa v0.9.10
21192026-07-21T17:29:42.353Z Checking newtype-uuid v1.3.2
21202026-07-21T17:29:42.394Z Checking ff v0.13.1
21212026-07-21T17:29:42.452Z Checking openssl-sys v0.9.115
21222026-07-21T17:29:42.544Z Checking thread-id v4.2.2
21232026-07-21T17:29:42.581Z Checking daft v0.1.7
21242026-07-21T17:29:42.633Z Checking winnow v0.5.40
21252026-07-21T17:29:42.668Z Checking same-file v1.0.6
21262026-07-21T17:29:42.817Z Checking base16ct v0.2.0
21272026-07-21T17:29:42.825Z Checking walkdir v2.5.0
21282026-07-21T17:29:42.884Z Checking group v0.13.0
21292026-07-21T17:29:42.891Z Checking openssl v0.10.79
21302026-07-21T17:29:42.917Z Checking nix v0.31.2
21312026-07-21T17:29:42.985Z Checking sec1 v0.7.3
21322026-07-21T17:29:43.033Z Checking hkdf v0.12.4
21332026-07-21T17:29:43.071Z Checking serde_with v3.21.0
21342026-07-21T17:29:43.192Z Checking crypto-bigint v0.5.5
21352026-07-21T17:29:43.236Z Checking bzip2-sys v0.1.13+1.0.8
21362026-07-21T17:29:43.308Z Checking dof v0.4.0
21372026-07-21T17:29:43.346Z Checking winnow v0.7.14
21382026-07-21T17:29:43.534Z Checking dof v0.3.0
21392026-07-21T17:29:43.781Z Checking toml_edit v0.19.15
21402026-07-21T17:29:43.817Z Checking usdt-impl v0.5.0
21412026-07-21T17:29:43.953Z Checking usdt-impl v0.6.0
21422026-07-21T17:29:44.110Z Checking keccak v0.1.6
21432026-07-21T17:29:44.144Z Checking foldhash v0.1.5
21442026-07-21T17:29:44.147Z Checking elliptic-curve v0.13.8
21452026-07-21T17:29:44.256Z Checking usdt v0.6.0
21462026-07-21T17:29:44.300Z Checking sha3 v0.10.8
21472026-07-21T17:29:44.335Z Checking hashbrown v0.15.5
21482026-07-21T17:29:44.453Z Checking bzip2 v0.4.4
21492026-07-21T17:29:44.510Z Checking unicode-normalization v0.1.25
21502026-07-21T17:29:44.548Z Checking itertools v0.13.0
21512026-07-21T17:29:44.551Z Checking siphasher v1.0.2
21522026-07-21T17:29:44.620Z Checking winnow v1.0.3
21532026-07-21T17:29:44.662Z Checking bitflags v1.3.2
21542026-07-21T17:29:44.756Z Checking zip v0.6.6
21552026-07-21T17:29:44.798Z Checking signal-hook v0.3.18
21562026-07-21T17:29:44.822Z Checking toml v0.7.8
21572026-07-21T17:29:44.825Z Checking toml_write v0.1.2
21582026-07-21T17:29:44.924Z Checking toml_parser v1.1.2+spec-1.1.0
21592026-07-21T17:29:44.961Z Checking managed v0.8.0
21602026-07-21T17:29:44.996Z Checking native-tls v0.2.18
21612026-07-21T17:29:45.034Z Checking globset v0.4.18
21622026-07-21T17:29:45.070Z Checking toml_edit v0.22.27
21632026-07-21T17:29:45.112Z Checking chacha20 v0.10.0
21642026-07-21T17:29:45.157Z Checking curve25519-dalek v4.1.3
21652026-07-21T17:29:45.194Z Checking object v0.37.3
21662026-07-21T17:29:45.198Z Checking tokio-native-tls v0.3.1
21672026-07-21T17:29:45.279Z Checking signal-hook-mio v0.2.5
21682026-07-21T17:29:45.315Z Checking ed25519 v2.2.3
21692026-07-21T17:29:45.388Z Checking ref-cast v1.0.25
21702026-07-21T17:29:45.422Z Checking pin-project v1.1.11
21712026-07-21T17:29:45.428Z Checking hyper-tls v0.6.0
21722026-07-21T17:29:45.566Z Checking zstd-sys v2.0.16+zstd.1.5.7
21732026-07-21T17:29:45.595Z Checking pem v3.0.6
21742026-07-21T17:29:45.606Z Checking libbz2-rs-sys v0.2.2
21752026-07-21T17:29:45.619Z Checking bumpalo v3.20.2
21762026-07-21T17:29:45.648Z Checking zstd-safe v7.2.4
21772026-07-21T17:29:45.651Z Checking reqwest v0.12.28
21782026-07-21T17:29:45.723Z Checking fixedbitset v0.5.7
21792026-07-21T17:29:45.836Z Checking zopfli v0.8.3
21802026-07-21T17:29:45.877Z Checking zstd v0.13.3
21812026-07-21T17:29:45.948Z Checking ed25519-dalek v2.2.0
21822026-07-21T17:29:45.978Z Checking petgraph v0.8.3
21832026-07-21T17:29:46.012Z Checking bzip2 v0.6.1
21842026-07-21T17:29:46.085Z Checking snafu v0.8.9
21852026-07-21T17:29:46.196Z Checking crossterm v0.28.1
21862026-07-21T17:29:46.199Z Checking olpc-cjson v0.1.4
21872026-07-21T17:29:46.199Z Checking similar v2.7.0
21882026-07-21T17:29:46.301Z Checking fs-err v3.3.0
21892026-07-21T17:29:46.345Z Checking hash32 v0.2.1
21902026-07-21T17:29:46.423Z Checking serde_plain v1.0.2
21912026-07-21T17:29:46.510Z Checking serde-big-array v0.5.1
21922026-07-21T17:29:46.529Z Checking unicode-bidi v0.3.18
21932026-07-21T17:29:46.595Z Checking predicates-core v1.0.10
21942026-07-21T17:29:46.632Z Checking jiff v0.2.21
21952026-07-21T17:29:46.636Z Checking typed-path v0.9.3
21962026-07-21T17:29:46.700Z Checking unicode-properties v0.1.4
21972026-07-21T17:29:46.743Z Checking heapless v0.7.17
21982026-07-21T17:29:46.844Z Checking hickory-proto v0.25.2
21992026-07-21T17:29:46.913Z Checking stringprep v0.1.5
22002026-07-21T17:29:46.951Z Checking byte-wrapper v0.1.0
22012026-07-21T17:29:47.094Z Checking md-5 v0.10.6
22022026-07-21T17:29:47.178Z Checking float-cmp v0.10.0
22032026-07-21T17:29:47.214Z Checking normalize-line-endings v0.3.0
22042026-07-21T17:29:47.255Z Checking difflib v0.4.0
22052026-07-21T17:29:47.329Z Checking fallible-iterator v0.2.0
22062026-07-21T17:29:47.332Z Checking smoltcp v0.9.1
22072026-07-21T17:29:47.453Z Checking tough v0.22.0
22082026-07-21T17:29:47.487Z Checking predicates v3.1.4
22092026-07-21T17:29:47.520Z Checking iddqd v0.4.2
22102026-07-21T17:29:47.613Z Checking phf_shared v0.11.3
22112026-07-21T17:29:47.640Z Checking postgres-protocol v0.6.10
22122026-07-21T17:29:47.765Z Checking phf_shared v0.13.1
22132026-07-21T17:29:47.814Z Checking tokio-stream v0.1.18
22142026-07-21T17:29:47.970Z Checking buf-list v1.1.2
22152026-07-21T17:29:48.010Z Checking strum v0.27.2
22162026-07-21T17:29:48.014Z Checking lalrpop-util v0.19.12
22172026-07-21T17:29:48.150Z Checking new_debug_unreachable v1.0.6
22182026-07-21T17:29:48.186Z Checking precomputed-hash v0.1.1
22192026-07-21T17:29:48.223Z Checking fixedbitset v0.4.2
22202026-07-21T17:29:48.260Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22212026-07-21T17:29:48.267Z Checking phf v0.13.1
22222026-07-21T17:29:48.329Z Checking string_cache v0.8.9
22232026-07-21T17:29:48.399Z Checking petgraph v0.6.5
22242026-07-21T17:29:48.439Z Checking postgres-types v0.2.12
22252026-07-21T17:29:48.475Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22262026-07-21T17:29:48.528Z Checking whoami v2.1.0
22272026-07-21T17:29:48.754Z Checking peg-runtime v0.8.5
22282026-07-21T17:29:48.794Z Checking tokio-postgres v0.7.16
22292026-07-21T17:29:48.882Z Checking zip v4.6.1
22302026-07-21T17:29:48.918Z Checking is-terminal v0.4.17
22312026-07-21T17:29:48.954Z Checking crossbeam-channel v0.5.15
22322026-07-21T17:29:49.039Z Checking thread_local v1.1.9
22332026-07-21T17:29:49.233Z Compiling structmeta-derive v0.3.0
22342026-07-21T17:29:49.317Z Checking take_mut v0.2.2
22352026-07-21T17:29:49.450Z Checking term v1.2.1
22362026-07-21T17:29:49.487Z Checking slog-async v2.8.0
22372026-07-21T17:29:49.492Z Compiling newtype-uuid-macros v0.1.0
22382026-07-21T17:29:49.630Z Compiling multer v3.1.0
22392026-07-21T17:29:49.667Z Compiling async-stream-impl v0.3.6
22402026-07-21T17:29:49.702Z Checking slog-term v2.9.2
22412026-07-21T17:29:49.706Z Checking match_cfg v0.1.0
22422026-07-21T17:29:49.840Z Checking hostname v0.3.1
22432026-07-21T17:29:49.938Z Checking slog-json v2.6.1
22442026-07-21T17:29:49.975Z Compiling dropshot v0.17.1
22452026-07-21T17:29:50.008Z Compiling dropshot_endpoint v0.17.1
22462026-07-21T17:29:50.112Z Checking debug-ignore v1.0.5
22472026-07-21T17:29:50.148Z Checking slog-bunyan v2.5.0
22482026-07-21T17:29:50.242Z Checking sha1 v0.11.0
22492026-07-21T17:29:50.282Z Checking serde_path_to_error v0.1.20
22502026-07-21T17:29:50.317Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-21T17:29:50.349Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522026-07-21T17:29:50.353Z Checking serde_spanned v1.1.1
22532026-07-21T17:29:50.355Z Compiling structmeta v0.3.0
22542026-07-21T17:29:50.452Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-07-21T17:29:50.545Z Checking toml_writer v1.1.1+spec-1.1.0
22562026-07-21T17:29:50.549Z Checking compression-core v0.4.31
22572026-07-21T17:29:50.606Z Checking progenitor-client v0.14.0
22582026-07-21T17:29:50.671Z Compiling derive-ex v0.1.8
22592026-07-21T17:29:50.717Z Checking compression-codecs v0.4.37
22602026-07-21T17:29:50.754Z Checking toml v1.1.2+spec-1.1.0
22612026-07-21T17:29:50.795Z Checking async-stream v0.3.6
22622026-07-21T17:29:50.874Z Checking rustls-pemfile v2.2.0
22632026-07-21T17:29:50.908Z Checking waitgroup v0.1.2
22642026-07-21T17:29:50.947Z Checking async-compression v0.4.41
22652026-07-21T17:29:50.981Z Checking hostname v0.4.2
22662026-07-21T17:29:51.076Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-07-21T17:29:51.090Z Checking atomicwrites v0.4.4
22682026-07-21T17:29:51.106Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-07-21T17:29:51.113Z Checking itertools v0.14.0
22702026-07-21T17:29:51.174Z Compiling parse-display-derive v0.10.0
22712026-07-21T17:29:51.218Z Checking macaddr v1.0.1
22722026-07-21T17:29:51.250Z Checking regress v0.10.5
22732026-07-21T17:29:51.285Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-07-21T17:29:51.399Z Checking instant v0.1.13
22752026-07-21T17:29:51.437Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22762026-07-21T17:29:51.515Z Checking backoff v0.4.0
22772026-07-21T17:29:51.698Z Checking backon v1.6.0
22782026-07-21T17:29:51.735Z Checking humantime v2.3.0
22792026-07-21T17:29:51.771Z Checking unicode-width v0.2.0
22802026-07-21T17:29:51.894Z Checking progenitor-extras v0.2.0
22812026-07-21T17:29:51.990Z Compiling convert_case v0.4.0
22822026-07-21T17:29:52.044Z Checking half v2.7.1
22832026-07-21T17:29:52.165Z Checking ciborium-io v0.2.2
22842026-07-21T17:29:52.227Z Checking heck v0.5.0
22852026-07-21T17:29:52.271Z Checking secrecy v0.10.3
22862026-07-21T17:29:52.381Z Checking ciborium-ll v0.2.2
22872026-07-21T17:29:52.431Z Checking indent_write v2.2.0
22882026-07-21T17:29:52.431Z Compiling derive_more v0.99.20
22892026-07-21T17:29:52.445Z Compiling test-strategy v0.4.5
22902026-07-21T17:29:52.445Z Checking camino-tempfile v1.4.1
22912026-07-21T17:29:52.528Z Compiling crucible-workspace-hack v0.1.0
22922026-07-21T17:29:52.557Z Checking ciborium v0.2.2
22932026-07-21T17:29:52.661Z Compiling regress v0.11.1
22942026-07-21T17:29:52.693Z Checking inout v0.1.4
22952026-07-21T17:29:52.852Z Checking cipher v0.4.4
22962026-07-21T17:29:52.888Z Checking universal-hash v0.5.1
22972026-07-21T17:29:52.947Z Checking parse-display v0.10.0
22982026-07-21T17:29:53.028Z Compiling thiserror-impl-no-std v2.0.2
22992026-07-21T17:29:53.045Z Checking opaque-debug v0.3.1
23002026-07-21T17:29:53.091Z Checking chacha20 v0.9.1
23012026-07-21T17:29:53.113Z Checking blake2 v0.10.6
23022026-07-21T17:29:53.140Z Checking poly1305 v0.8.0
23032026-07-21T17:29:53.289Z Checking aead v0.5.2
23042026-07-21T17:29:53.378Z Checking password-hash v0.5.0
23052026-07-21T17:29:53.415Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23062026-07-21T17:29:53.458Z Checking chacha20poly1305 v0.10.1
23072026-07-21T17:29:53.614Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-07-21T17:29:53.644Z Checking argon2 v0.5.3
23092026-07-21T17:29:53.830Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-21T17:29:53.922Z Compiling unsafe-libyaml v0.2.11
23112026-07-21T17:29:53.965Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23122026-07-21T17:29:54.019Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23132026-07-21T17:29:54.086Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-21T17:29:54.198Z Checking thiserror-no-std v2.0.2
23152026-07-21T17:29:54.313Z Compiling typify-impl v0.6.2
23162026-07-21T17:29:54.348Z Checking vsss-rs v3.3.4
23172026-07-21T17:29:54.383Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182026-07-21T17:29:54.690Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192026-07-21T17:29:54.942Z Compiling serde_yaml v0.9.34+deprecated
23202026-07-21T17:29:54.979Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-07-21T17:29:55.486Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-07-21T17:29:55.559Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23232026-07-21T17:29:55.684Z Checking swrite v0.1.0
23242026-07-21T17:29:55.719Z Checking crossbeam-deque v0.8.6
23252026-07-21T17:29:55.790Z Compiling rayon-core v1.13.0
23262026-07-21T17:29:55.892Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-07-21T17:29:56.187Z Compiling toml_edit v0.23.10+spec-1.0.0
23282026-07-21T17:29:56.428Z Compiling darling_core v0.21.3
23292026-07-21T17:29:56.461Z Compiling proc-macro-error v1.0.4
23302026-07-21T17:29:56.583Z Checking rayon v1.11.0
23312026-07-21T17:29:56.726Z Checking toml v0.8.23
23322026-07-21T17:29:56.796Z Compiling proc-macro-crate v3.4.0
23332026-07-21T17:29:57.083Z Checking tabwriter v1.4.1
23342026-07-21T17:29:57.265Z Checking glob v0.3.3
23352026-07-21T17:29:57.268Z Checking colored v3.1.1
23362026-07-21T17:29:57.332Z Compiling heapless v0.8.0
23372026-07-21T17:29:57.416Z Compiling num_enum_derive v0.7.6
23382026-07-21T17:29:57.474Z Checking hash32 v0.3.1
23392026-07-21T17:29:57.522Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-07-21T17:29:57.627Z Compiling smoltcp v0.11.0
23412026-07-21T17:29:57.826Z Checking cobs v0.3.0
23422026-07-21T17:29:57.994Z Compiling usdt-macro v0.5.0
23432026-07-21T17:29:58.065Z Compiling usdt-attr-macro v0.5.0
23442026-07-21T17:29:58.108Z Checking memmap v0.7.0
23452026-07-21T17:29:58.221Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-21T17:29:58.264Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-07-21T17:29:58.434Z Checking num_enum v0.7.6
23482026-07-21T17:29:58.539Z Checking postcard v1.1.3
23492026-07-21T17:29:58.581Z Checking rand v0.10.1
23502026-07-21T17:29:58.747Z Compiling proc-macro-crate v1.3.1
23512026-07-21T17:29:58.846Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-21T17:29:58.881Z Checking usdt v0.5.0
23532026-07-21T17:29:58.884Z Compiling typify-macro v0.6.2
23542026-07-21T17:29:58.954Z Compiling darling_macro v0.21.3
23552026-07-21T17:29:59.070Z Checking sigpipe v0.1.3
23562026-07-21T17:29:59.108Z Compiling foreign-types-macros v0.2.3
23572026-07-21T17:29:59.112Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-21T17:29:59.176Z Checking foreign-types-shared v0.3.1
23592026-07-21T17:29:59.209Z Compiling num_enum_derive v0.5.11
23602026-07-21T17:29:59.458Z Checking cstr-argument v0.1.2
23612026-07-21T17:29:59.495Z Compiling darling v0.21.3
23622026-07-21T17:29:59.500Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-07-21T17:29:59.558Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-21T17:29:59.603Z Compiling ingot-macros v0.1.1
23652026-07-21T17:29:59.637Z Compiling num-derive v0.4.2
23662026-07-21T17:29:59.734Z Checking foreign-types v0.5.0
23672026-07-21T17:29:59.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23682026-07-21T17:29:59.990Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-07-21T17:30:00.058Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-07-21T17:30:00.129Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23712026-07-21T17:30:00.171Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-07-21T17:30:00.289Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-07-21T17:30:00.297Z Checking num_enum v0.5.11
23742026-07-21T17:30:00.322Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23752026-07-21T17:30:00.413Z Compiling zone_cfg_derive v0.3.1
23762026-07-21T17:30:00.448Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23772026-07-21T17:30:00.598Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23782026-07-21T17:30:00.668Z Checking itertools v0.12.1
23792026-07-21T17:30:00.680Z Compiling typify v0.6.2
23802026-07-21T17:30:00.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23812026-07-21T17:30:00.904Z Compiling progenitor-impl v0.14.0
23822026-07-21T17:30:01.099Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23832026-07-21T17:30:01.281Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23842026-07-21T17:30:01.318Z Checking smf v0.2.3
23852026-07-21T17:30:01.352Z Checking whoami v1.6.1
23862026-07-21T17:30:01.539Z Compiling derive-where v1.6.0
23872026-07-21T17:30:01.577Z Checking tokio-dtrace v0.1.1
23882026-07-21T17:30:01.607Z Checking console v0.15.11
23892026-07-21T17:30:01.709Z Checking zone v0.3.1
23902026-07-21T17:30:01.786Z Checking oxide-tokio-rt v0.1.4
23912026-07-21T17:30:01.873Z Checking newline-converter v0.3.0
23922026-07-21T17:30:01.920Z Checking bytecount v0.6.9
23932026-07-21T17:30:01.986Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23942026-07-21T17:30:02.048Z Checking expectorate v1.2.0
23952026-07-21T17:30:02.055Z Checking unicode-width v0.1.14
23962026-07-21T17:30:02.096Z Checking num-rational v0.4.2
23972026-07-21T17:30:02.175Z Checking num-complex v0.4.6
23982026-07-21T17:30:02.333Z Checking float-ord v0.3.2
23992026-07-21T17:30:02.404Z Compiling cancel-safe-futures v0.1.5
24002026-07-21T17:30:02.464Z Checking linear-map v1.2.0
24012026-07-21T17:30:02.541Z Checking num v0.4.3
24022026-07-21T17:30:02.577Z Checking ingot-types v0.1.2
24032026-07-21T17:30:02.642Z Checking gethostname v0.5.0
24042026-07-21T17:30:02.677Z Compiling prettyplease v0.2.37
24052026-07-21T17:30:02.790Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-21T17:30:02.889Z Checking oxide-update-engine-types v0.1.2
24072026-07-21T17:30:02.959Z Checking ingot v0.1.1
24082026-07-21T17:30:03.000Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-07-21T17:30:03.194Z Checking resolv-conf v0.7.6
24102026-07-21T17:30:03.246Z Compiling owo-colors v4.3.0
24112026-07-21T17:30:03.406Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-07-21T17:30:03.541Z Compiling progenitor-macro v0.14.0
24132026-07-21T17:30:03.806Z Checking oxide-update-engine v0.1.2
24142026-07-21T17:30:03.809Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-07-21T17:30:04.047Z Checking unicode-linebreak v0.1.5
24162026-07-21T17:30:04.279Z Checking smawk v0.3.2
24172026-07-21T17:30:04.305Z Checking papergrid v0.11.0
24182026-07-21T17:30:04.310Z Compiling tabled_derive v0.7.0
24192026-07-21T17:30:04.416Z Compiling convert_case v0.10.0
24202026-07-21T17:30:04.595Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24212026-07-21T17:30:04.748Z Compiling slog-dtrace v0.3.0
24222026-07-21T17:30:04.799Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-07-21T17:30:04.929Z Compiling derive_more-impl v2.1.1
24242026-07-21T17:30:05.127Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-07-21T17:30:05.175Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-07-21T17:30:05.304Z Checking tabled v0.15.0
24272026-07-21T17:30:05.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24282026-07-21T17:30:05.798Z Checking derive_more v2.1.1
24292026-07-21T17:30:05.950Z Checking crossterm v0.29.0
24302026-07-21T17:30:06.210Z Checking linked-hash-map v0.5.6
24312026-07-21T17:30:06.405Z Checking lru-cache v0.1.2
24322026-07-21T17:30:06.757Z Checking hickory-proto v0.24.4
24332026-07-21T17:30:07.298Z Checking fd-lock v4.0.4
24342026-07-21T17:30:07.302Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24352026-07-21T17:30:07.302Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362026-07-21T17:30:07.535Z Checking vte v0.14.1
24372026-07-21T17:30:07.775Z Checking display-error-chain v0.2.2
24382026-07-21T17:30:07.863Z Checking strip-ansi-escapes v0.2.1
24392026-07-21T17:30:08.024Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24402026-07-21T17:30:08.161Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-07-21T17:30:08.399Z Checking progenitor v0.14.0
24422026-07-21T17:30:08.557Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-07-21T17:30:08.946Z Checking termtree v0.5.1
24442026-07-21T17:30:09.055Z Checking nu-ansi-term v0.50.3
24452026-07-21T17:30:09.130Z Checking hickory-resolver v0.24.4
24462026-07-21T17:30:09.227Z Checking textwrap v0.16.2
24472026-07-21T17:30:09.290Z Checking reedline v0.40.0
24482026-07-21T17:30:09.380Z Compiling minimal-lexical v0.2.1
24492026-07-21T17:30:09.616Z Compiling nom v7.1.3
24502026-07-21T17:30:09.677Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24512026-07-21T17:30:09.917Z Checking qorb v0.4.1
24522026-07-21T17:30:10.128Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-07-21T17:30:10.165Z Compiling unicode-xid v0.2.6
24542026-07-21T17:30:10.727Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552026-07-21T17:30:10.731Z Compiling ar_archive_writer v0.5.1
24562026-07-21T17:30:10.997Z Checking csv-core v0.1.13
24572026-07-21T17:30:11.032Z Compiling stacker v0.1.23
24582026-07-21T17:30:11.139Z Checking highway v1.3.0
24592026-07-21T17:30:11.229Z Compiling semver v0.1.20
24602026-07-21T17:30:11.246Z Checking csv v1.4.0
24612026-07-21T17:30:11.336Z Compiling cfg_aliases v0.1.1
24622026-07-21T17:30:11.398Z Compiling rustc_version v0.1.7
24632026-07-21T17:30:11.441Z Compiling nix v0.28.0
24642026-07-21T17:30:11.545Z Checking nibble_vec v0.1.0
24652026-07-21T17:30:11.607Z Compiling psm v0.1.30
24662026-07-21T17:30:11.643Z Checking endian-type v0.1.2
24672026-07-21T17:30:11.676Z Compiling newtype_derive v0.1.6
24682026-07-21T17:30:11.708Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24692026-07-21T17:30:11.758Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24702026-07-21T17:30:11.792Z Checking radix_trie v0.2.1
24712026-07-21T17:30:11.882Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24722026-07-21T17:30:11.918Z Checking phf_shared v0.12.1
24732026-07-21T17:30:12.032Z Compiling recursive-proc-macro-impl v0.1.1
24742026-07-21T17:30:12.087Z Compiling chrono-tz v0.10.4
24752026-07-21T17:30:12.223Z Checking phf v0.12.1
24762026-07-21T17:30:12.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772026-07-21T17:30:12.469Z Compiling const_format_proc_macros v0.2.34
24782026-07-21T17:30:12.526Z Compiling peg-macros v0.8.5
24792026-07-21T17:30:12.559Z Checking recursive v0.1.1
24802026-07-21T17:30:12.610Z Checking winnow v0.6.26
24812026-07-21T17:30:12.679Z Checking nom v8.0.0
24822026-07-21T17:30:13.037Z Compiling sqlparser_derive v0.5.0
24832026-07-21T17:30:13.365Z Checking home v0.5.12
24842026-07-21T17:30:13.403Z Checking unicode_categories v0.1.1
24852026-07-21T17:30:13.967Z Checking rustyline v14.0.0
24862026-07-21T17:30:14.070Z Checking const_format v0.2.35
24872026-07-21T17:30:14.070Z Checking sqlformat v0.3.5
24882026-07-21T17:30:14.070Z Checking sqlparser v0.61.0
24892026-07-21T17:30:14.070Z Checking peg v0.8.5
24902026-07-21T17:30:14.139Z Checking bcs v0.1.6
24912026-07-21T17:30:14.230Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24922026-07-21T17:30:14.286Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932026-07-21T17:30:14.340Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
24942026-07-21T17:30:14.364Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24952026-07-21T17:30:14.466Z Checking steno v0.4.1
24962026-07-21T17:30:14.654Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24972026-07-21T17:30:14.790Z Checking sha1 v0.10.6
24982026-07-21T17:30:15.218Z Checking filetime v0.2.27
24992026-07-21T17:30:15.221Z Checking xattr v1.6.1
25002026-07-21T17:30:15.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-07-21T17:30:15.221Z Checking tar v0.4.46
25022026-07-21T17:30:15.316Z Checking base64 v0.21.7
25032026-07-21T17:30:15.514Z Checking subprocess v0.2.15
25042026-07-21T17:30:15.581Z Checking headers-core v0.3.0
25052026-07-21T17:30:15.631Z Checking yasna v0.5.2
25062026-07-21T17:30:15.715Z Checking headers v0.4.1
25072026-07-21T17:30:15.832Z Checking port-file v0.1.0
25082026-07-21T17:30:16.061Z Checking dropshot-api-manager-types v0.7.2
25092026-07-21T17:30:16.100Z Checking rcgen v0.12.1
25102026-07-21T17:30:16.237Z Checking tagptr v0.2.0
25112026-07-21T17:30:16.271Z Checking utf-8 v0.7.6
25122026-07-21T17:30:16.419Z Checking moka v0.12.13
25132026-07-21T17:30:16.447Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25142026-07-21T17:30:16.480Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-07-21T17:30:16.620Z Checking tungstenite v0.21.0
25162026-07-21T17:30:16.692Z Compiling radium v0.7.0
25172026-07-21T17:30:16.965Z Compiling maybe-uninit v2.0.0
25182026-07-21T17:30:17.046Z Compiling libefi-sys v0.1.0
25192026-07-21T17:30:17.086Z Checking tokio-tungstenite v0.21.0
25202026-07-21T17:30:17.124Z Checking hickory-resolver v0.25.2
25212026-07-21T17:30:17.300Z Checking tap v1.0.1
25222026-07-21T17:30:17.433Z Checking wyz v0.5.1
25232026-07-21T17:30:17.643Z Compiling bitfield-struct v0.6.2
25242026-07-21T17:30:17.798Z Compiling zerocopy-derive v0.6.6
25252026-07-21T17:30:17.839Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25262026-07-21T17:30:18.270Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25272026-07-21T17:30:18.311Z Compiling packed_struct v0.10.1
25282026-07-21T17:30:18.346Z Checking funty v2.0.0
25292026-07-21T17:30:18.448Z Checking crc-catalog v2.4.0
25302026-07-21T17:30:18.538Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-07-21T17:30:18.572Z Checking crc v3.4.0
25322026-07-21T17:30:18.692Z Checking zerocopy v0.6.6
25332026-07-21T17:30:18.733Z Checking bitvec v1.0.1
25342026-07-21T17:30:18.766Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25352026-07-21T17:30:18.800Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25362026-07-21T17:30:18.864Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25372026-07-21T17:30:18.924Z Compiling packed_struct_codegen v0.10.1
25382026-07-21T17:30:18.928Z Compiling bitfield-macros v0.19.4
25392026-07-21T17:30:19.013Z Compiling indexmap v1.9.3
25402026-07-21T17:30:19.056Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-07-21T17:30:19.243Z Checking nodrop v0.1.14
25422026-07-21T17:30:19.411Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-07-21T17:30:19.466Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-21T17:30:19.694Z Checking bitfield v0.19.4
25452026-07-21T17:30:20.138Z Checking array-init v0.0.4
25462026-07-21T17:30:20.141Z Checking smallvec v0.6.14
25472026-07-21T17:30:20.141Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25482026-07-21T17:30:20.141Z Checking hashbrown v0.12.3
25492026-07-21T17:30:20.237Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-07-21T17:30:20.274Z Checking serde-hex v0.1.0
25512026-07-21T17:30:20.425Z Checking ron v0.8.1
25522026-07-21T17:30:20.583Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25532026-07-21T17:30:20.897Z Checking hashbrown v0.13.2
25542026-07-21T17:30:20.998Z Checking crc-any v2.5.0
25552026-07-21T17:30:21.597Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-07-21T17:30:21.602Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-07-21T17:30:21.602Z Checking object v0.30.4
25582026-07-21T17:30:21.602Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25592026-07-21T17:30:21.823Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-07-21T17:30:21.861Z Checking path-slash v0.1.5
25612026-07-21T17:30:21.984Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25622026-07-21T17:30:22.036Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25632026-07-21T17:30:22.083Z Compiling xshell-macros v0.2.7
25642026-07-21T17:30:22.468Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25652026-07-21T17:30:22.504Z Checking xshell v0.2.7
25662026-07-21T17:30:22.810Z Checking half v1.8.3
25672026-07-21T17:30:22.860Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682026-07-21T17:30:22.895Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25692026-07-21T17:30:23.085Z Checking serde_cbor v0.11.2
25702026-07-21T17:30:23.132Z Compiling proc-macro-error-attr2 v2.0.0
25712026-07-21T17:30:23.445Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25722026-07-21T17:30:23.503Z Compiling num-derive v0.3.3
25732026-07-21T17:30:23.571Z Compiling proc-macro-error2 v2.0.1
25742026-07-21T17:30:23.643Z Checking maplit v1.0.2
25752026-07-21T17:30:23.677Z Checking papergrid v0.17.0
25762026-07-21T17:30:23.750Z Checking testing_table v0.3.0
25772026-07-21T17:30:23.875Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-07-21T17:30:23.907Z Compiling tabled_derive v0.11.0
25792026-07-21T17:30:24.267Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-07-21T17:30:24.385Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-07-21T17:30:24.428Z Checking libscf-sys v1.1.0
25822026-07-21T17:30:24.476Z Compiling progenitor-impl v0.13.0
25832026-07-21T17:30:24.584Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25842026-07-21T17:30:24.781Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25852026-07-21T17:30:24.816Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-07-21T17:30:25.093Z Checking tabled v0.20.0
25872026-07-21T17:30:25.133Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25882026-07-21T17:30:25.257Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25892026-07-21T17:30:25.562Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-21T17:30:25.755Z Checking progenitor-client v0.13.0
25912026-07-21T17:30:26.058Z Checking crc8 v0.1.1
25922026-07-21T17:30:26.193Z Checking unicase v2.9.0
25932026-07-21T17:30:26.376Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25942026-07-21T17:30:26.431Z Checking fxhash v0.2.1
25952026-07-21T17:30:26.578Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25962026-07-21T17:30:26.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25972026-07-21T17:30:27.057Z Compiling vergen-lib v0.1.6
25982026-07-21T17:30:27.062Z Compiling progenitor-macro v0.13.0
25992026-07-21T17:30:27.142Z Compiling diesel_derives v2.3.7
26002026-07-21T17:30:27.322Z Compiling dsl_auto_type v0.2.0
26012026-07-21T17:30:27.326Z Checking scheduled-thread-pool v0.2.7
26022026-07-21T17:30:27.388Z Compiling vergen-gitcl v1.0.8
26032026-07-21T17:30:27.469Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-21T17:30:27.522Z Checking r2d2 v0.8.10
26052026-07-21T17:30:27.559Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26062026-07-21T17:30:27.671Z Checking downcast-rs v2.0.2
26072026-07-21T17:30:27.704Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26082026-07-21T17:30:28.137Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26092026-07-21T17:30:28.140Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26102026-07-21T17:30:28.140Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26112026-07-21T17:30:28.218Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26122026-07-21T17:30:28.252Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-07-21T17:30:28.285Z Checking kstat-rs v0.2.4
26142026-07-21T17:30:28.316Z Checking arc-swap v1.8.2
26152026-07-21T17:30:28.385Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26162026-07-21T17:30:28.512Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26172026-07-21T17:30:28.555Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26182026-07-21T17:30:28.588Z Checking slog-scope v4.4.1
26192026-07-21T17:30:28.753Z Compiling dirs-sys-next v0.1.2
26202026-07-21T17:30:28.845Z Compiling parking_lot_core v0.8.6
26212026-07-21T17:30:29.021Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-07-21T17:30:29.485Z Compiling crunchy v0.2.4
26232026-07-21T17:30:29.496Z Compiling dirs-next v2.0.0
26242026-07-21T17:30:29.497Z Checking slog-stdlog v4.1.1
26252026-07-21T17:30:29.497Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26262026-07-21T17:30:29.497Z Compiling clang-sys v1.8.1
26272026-07-21T17:30:29.497Z Compiling git-stub v1.0.0
26282026-07-21T17:30:29.758Z Compiling tiny-keccak v2.0.2
26292026-07-21T17:30:29.875Z Compiling git-stub-vcs v0.1.0
26302026-07-21T17:30:29.906Z Checking slog-envlogger v2.2.0
26312026-07-21T17:30:30.036Z Compiling term v0.7.0
26322026-07-21T17:30:30.103Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-07-21T17:30:30.251Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26342026-07-21T17:30:30.344Z Compiling bit-vec v0.6.3
26352026-07-21T17:30:30.417Z Compiling ascii-canvas v3.0.0
26362026-07-21T17:30:30.467Z Checking parking_lot v0.11.2
26372026-07-21T17:30:30.541Z Compiling bit-set v0.5.3
26382026-07-21T17:30:30.612Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26392026-07-21T17:30:30.659Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-21T17:30:30.696Z Checking prefix-trie v0.7.0
26412026-07-21T17:30:30.757Z Compiling itertools v0.10.5
26422026-07-21T17:30:31.016Z Compiling ena v0.14.4
26432026-07-21T17:30:31.059Z Compiling libloading v0.8.9
26442026-07-21T17:30:31.135Z Compiling bindgen v0.71.1
26452026-07-21T17:30:31.219Z Compiling diff v0.1.13
26462026-07-21T17:30:31.254Z Compiling regex-syntax v0.6.29
26472026-07-21T17:30:31.599Z Checking hickory-server v0.25.2
26482026-07-21T17:30:31.651Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26492026-07-21T17:30:31.881Z Checking sled v0.34.7
26502026-07-21T17:30:31.957Z Checking progenitor v0.13.0
26512026-07-21T17:30:32.126Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26522026-07-21T17:30:32.249Z Compiling cexpr v0.6.0
26532026-07-21T17:30:32.827Z Compiling lalrpop v0.19.12
26542026-07-21T17:30:32.934Z Checking nanorand v0.7.0
26552026-07-21T17:30:33.110Z Compiling rustc-hash v2.1.1
26562026-07-21T17:30:33.168Z Compiling salty v0.3.0
26572026-07-21T17:30:33.302Z Checking diesel v2.3.7
26582026-07-21T17:30:33.333Z Checking flume v0.11.1
26592026-07-21T17:30:33.487Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26602026-07-21T17:30:33.599Z Compiling libxml v0.3.3
26612026-07-21T17:30:34.058Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26622026-07-21T17:30:34.094Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26632026-07-21T17:30:34.470Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26642026-07-21T17:30:34.666Z Compiling strum_macros v0.24.3
26652026-07-21T17:30:34.934Z Compiling fs-err v2.11.0
26662026-07-21T17:30:35.134Z Compiling indoc v1.0.9
26672026-07-21T17:30:35.621Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-21T17:30:35.907Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-07-21T17:30:35.911Z Checking quick-xml v0.37.5
26702026-07-21T17:30:36.099Z Checking derive_builder v0.20.2
26712026-07-21T17:30:36.242Z Compiling oso-derive v0.27.3
26722026-07-21T17:30:36.277Z Compiling impl-trait-for-tuples v0.2.3
26732026-07-21T17:30:36.775Z Compiling trait-variant v0.1.2
26742026-07-21T17:30:36.865Z Checking openssl-probe v0.1.6
26752026-07-21T17:30:37.255Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-07-21T17:30:37.352Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26772026-07-21T17:30:37.852Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-07-21T17:30:38.183Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26792026-07-21T17:30:38.569Z Checking rfc6979 v0.4.0
26802026-07-21T17:30:38.637Z Checking parse-size v1.1.0
26812026-07-21T17:30:38.680Z Checking assert_matches v1.5.0
26822026-07-21T17:30:38.720Z Checking ecdsa v0.16.9
26832026-07-21T17:30:38.782Z Checking primeorder v0.13.6
26842026-07-21T17:30:38.816Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26852026-07-21T17:30:39.057Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-21T17:30:39.496Z Checking p384 v0.13.1
26872026-07-21T17:30:39.499Z Checking predicates-tree v1.0.13
26882026-07-21T17:30:39.500Z Checking bb8 v0.8.6
26892026-07-21T17:30:39.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26902026-07-21T17:30:39.700Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26912026-07-21T17:30:39.764Z Compiling mime_guess v2.0.5
26922026-07-21T17:30:39.842Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-07-21T17:30:39.980Z Checking http-range v0.1.5
26942026-07-21T17:30:40.151Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-21T17:30:40.301Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-07-21T17:30:40.349Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-21T17:30:40.414Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26982026-07-21T17:30:40.562Z Checking atty v0.2.14
26992026-07-21T17:30:40.562Z Checking nonempty v0.12.0
27002026-07-21T17:30:40.624Z Checking corncobs v0.1.4
27012026-07-21T17:30:40.710Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-21T17:30:40.775Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032026-07-21T17:30:41.186Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-07-21T17:30:41.190Z Checking ignore v0.4.25
27052026-07-21T17:30:41.190Z Checking secrecy v0.8.0
27062026-07-21T17:30:41.190Z Checking hyper-staticfile v0.10.1
27072026-07-21T17:30:41.416Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27082026-07-21T17:30:41.483Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27092026-07-21T17:30:41.537Z Checking globwalk v0.9.1
27102026-07-21T17:30:41.761Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27112026-07-21T17:30:41.803Z Compiling illumos-nvpair-sys v0.2.0
27122026-07-21T17:30:41.896Z Checking camino-tempfile-ext v0.3.3
27132026-07-21T17:30:41.932Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27142026-07-21T17:30:42.081Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27152026-07-21T17:30:42.124Z Checking signal-hook-tokio v0.3.1
27162026-07-21T17:30:42.282Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27172026-07-21T17:30:42.491Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27182026-07-21T17:30:42.568Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27192026-07-21T17:30:42.714Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27202026-07-21T17:30:42.950Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27212026-07-21T17:30:43.221Z Checking illumos-nvpair v0.3.0
27222026-07-21T17:30:43.264Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27232026-07-21T17:30:43.315Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-07-21T17:30:43.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27252026-07-21T17:30:43.691Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27262026-07-21T17:30:43.724Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27272026-07-21T17:30:43.727Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27282026-07-21T17:30:43.794Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27292026-07-21T17:30:43.850Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-07-21T17:30:43.883Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-07-21T17:30:44.157Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-07-21T17:30:44.449Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-07-21T17:30:45.766Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27342026-07-21T17:30:45.790Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27352026-07-21T17:30:45.823Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27362026-07-21T17:30:46.089Z Checking tungstenite v0.23.0
27372026-07-21T17:30:46.122Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-07-21T17:30:46.177Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27392026-07-21T17:30:46.536Z Checking tokio-tungstenite v0.23.1
27402026-07-21T17:30:46.821Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-21T17:30:46.858Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27422026-07-21T17:30:47.192Z Checking rand_seeder v0.4.0
27432026-07-21T17:30:47.231Z Checking void v1.0.2
27442026-07-21T17:30:47.236Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452026-07-21T17:30:47.342Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27462026-07-21T17:30:47.377Z Checking nix v0.27.1
27472026-07-21T17:30:47.804Z Checking lzss v0.8.2
27482026-07-21T17:30:47.814Z Checking serde_bytes v0.11.19
27492026-07-21T17:30:47.814Z Checking diesel-dtrace v0.5.0
27502026-07-21T17:30:47.814Z Checking async-bb8-diesel v0.2.1
27512026-07-21T17:30:47.814Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27522026-07-21T17:30:47.840Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-07-21T17:30:47.939Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27542026-07-21T17:30:48.000Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27552026-07-21T17:30:48.545Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27562026-07-21T17:30:48.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27572026-07-21T17:30:48.838Z Checking is_ci v1.2.0
27582026-07-21T17:30:48.935Z Checking yansi v1.0.1
27592026-07-21T17:30:48.967Z Checking cpubits v0.1.1
27602026-07-21T17:30:49.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27612026-07-21T17:30:49.216Z Checking pretty_assertions v1.4.1
27622026-07-21T17:30:49.309Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27632026-07-21T17:30:49.425Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27642026-07-21T17:30:49.447Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27652026-07-21T17:30:50.788Z Checking pem-rfc7468 v1.0.0
27662026-07-21T17:30:50.824Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27672026-07-21T17:30:51.003Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27682026-07-21T17:30:51.096Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-07-21T17:30:51.130Z Checking sha2 v0.11.0
27702026-07-21T17:30:51.243Z Checking hmac v0.13.0
27712026-07-21T17:30:51.246Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27722026-07-21T17:30:51.436Z Checking universal-hash v0.6.1
27732026-07-21T17:30:51.594Z Compiling libz-sys v1.1.24
27742026-07-21T17:30:51.688Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27752026-07-21T17:30:51.884Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-21T17:30:51.929Z Compiling instability v0.3.11
27772026-07-21T17:30:52.103Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-07-21T17:30:52.212Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27792026-07-21T17:30:52.288Z Checking castaway v0.2.4
27802026-07-21T17:30:52.354Z Compiling indoc v2.0.7
27812026-07-21T17:30:52.424Z Checking compact_str v0.8.1
27822026-07-21T17:30:52.822Z Checking polyval v0.7.1
27832026-07-21T17:30:53.021Z Checking der v0.8.0
27842026-07-21T17:30:53.251Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27852026-07-21T17:30:53.503Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-07-21T17:30:53.610Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27872026-07-21T17:30:53.742Z Checking unicode-truncate v1.1.0
27882026-07-21T17:30:53.852Z Checking lru v0.12.5
27892026-07-21T17:30:53.886Z Compiling libgit2-sys v0.18.3+1.9.2
27902026-07-21T17:30:53.889Z Checking cassowary v0.3.0
27912026-07-21T17:30:54.035Z Checking ghash v0.6.0
27922026-07-21T17:30:54.143Z Checking ratatui v0.29.0
27932026-07-21T17:30:54.187Z Checking pbkdf2 v0.13.0
27942026-07-21T17:30:54.219Z Checking aes v0.9.1
27952026-07-21T17:30:54.338Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-07-21T17:30:54.656Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27972026-07-21T17:30:54.907Z Checking ctr v0.10.1
27982026-07-21T17:30:55.113Z Checking aead v0.6.1
27992026-07-21T17:30:55.282Z Checking cargo-platform v0.3.2
28002026-07-21T17:30:55.459Z Checking aes-gcm v0.11.0
28012026-07-21T17:30:55.493Z Checking cargo_metadata v0.23.1
28022026-07-21T17:30:55.553Z Checking spki v0.8.0
28032026-07-21T17:30:55.651Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-07-21T17:30:55.751Z Checking crypto-bigint v0.7.5
28052026-07-21T17:30:56.322Z Checking supports-color v3.0.2
28062026-07-21T17:30:56.482Z Checking console v0.16.2
28072026-07-21T17:30:56.844Z Checking salsa20 v0.11.0
28082026-07-21T17:30:56.988Z Checking cbc v0.2.1
28092026-07-21T17:30:57.064Z Compiling vergen-git2 v9.1.0
28102026-07-21T17:30:57.155Z Checking plotters-backend v0.3.7
28112026-07-21T17:30:57.301Z Checking unit-prefix v0.5.2
28122026-07-21T17:30:57.382Z Checking plotters-svg v0.3.7
28132026-07-21T17:30:57.456Z Checking indicatif v0.18.4
28142026-07-21T17:30:57.601Z Checking scrypt v0.12.0
28152026-07-21T17:30:57.793Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-07-21T17:30:57.865Z Checking libsw-core v0.3.2
28172026-07-21T17:30:58.037Z Checking cast v0.3.0
28182026-07-21T17:30:58.066Z Checking libsw v3.5.0
28192026-07-21T17:30:58.140Z Checking pkcs5 v0.8.1
28202026-07-21T17:30:58.206Z Checking criterion-plot v0.6.0
28212026-07-21T17:30:58.241Z Checking plotters v0.3.7
28222026-07-21T17:30:58.453Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-07-21T17:30:58.487Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28242026-07-21T17:30:58.722Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28252026-07-21T17:30:58.961Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28262026-07-21T17:30:59.066Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28272026-07-21T17:30:59.198Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-07-21T17:30:59.247Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-07-21T17:30:59.433Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-07-21T17:30:59.468Z Checking colored v2.2.0
28312026-07-21T17:30:59.500Z Checking tinytemplate v1.2.1
28322026-07-21T17:30:59.695Z Checking anes v0.1.6
28332026-07-21T17:30:59.741Z Checking shell-words v1.1.1
28342026-07-21T17:30:59.893Z Checking oorandom v11.1.5
28352026-07-21T17:30:59.971Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28362026-07-21T17:31:00.085Z Checking criterion v0.7.0
28372026-07-21T17:31:00.317Z Checking pkcs8 v0.11.0
28382026-07-21T17:31:00.544Z Checking oxide-update-engine-display v0.1.2
28392026-07-21T17:31:00.887Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28402026-07-21T17:31:01.277Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28412026-07-21T17:31:01.421Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28422026-07-21T17:31:02.210Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28432026-07-21T17:31:02.972Z Checking tokio-test v0.4.5
28442026-07-21T17:31:03.240Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-07-21T17:31:03.455Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28462026-07-21T17:31:03.839Z Checking twox-hash v2.1.2
28472026-07-21T17:31:04.170Z Checking ff v0.14.0
28482026-07-21T17:31:04.339Z Checking arrayvec v0.7.6
28492026-07-21T17:31:04.561Z Checking constant_time_eq v0.4.2
28502026-07-21T17:31:04.673Z Checking arrayref v0.3.9
28512026-07-21T17:31:04.808Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28522026-07-21T17:31:05.218Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28532026-07-21T17:31:05.228Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28542026-07-21T17:31:05.510Z Checking fatfs v0.3.6
28552026-07-21T17:31:05.964Z Checking signature v3.0.0
28562026-07-21T17:31:06.008Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28572026-07-21T17:31:06.147Z Checking base16ct v1.0.0
28582026-07-21T17:31:06.317Z Compiling seq-macro v0.3.6
28592026-07-21T17:31:06.386Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28602026-07-21T17:31:06.614Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28612026-07-21T17:31:06.730Z Checking sec1 v0.8.1
28622026-07-21T17:31:06.859Z Checking group v0.14.0
28632026-07-21T17:31:07.055Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-07-21T17:31:07.089Z Checking hkdf v0.13.0
28652026-07-21T17:31:07.219Z Compiling petname v2.0.2
28662026-07-21T17:31:07.359Z Checking elliptic-curve v0.14.0-rc.33
28672026-07-21T17:31:07.836Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28682026-07-21T17:31:07.866Z Checking concurrent-queue v2.5.0
28692026-07-21T17:31:07.901Z Checking rtoolbox v0.0.3
28702026-07-21T17:31:08.050Z Checking parking v2.2.1
28712026-07-21T17:31:08.089Z Checking rpassword v7.5.4
28722026-07-21T17:31:08.214Z Checking event-listener v5.4.1
28732026-07-21T17:31:08.440Z Checking tui-tree-widget v0.23.1
28742026-07-21T17:31:08.655Z Checking rfc6979 v0.5.0
28752026-07-21T17:31:08.765Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28762026-07-21T17:31:08.834Z Checking sapling-renderdag v0.1.0
28772026-07-21T17:31:08.877Z Compiling blake3 v1.8.5
28782026-07-21T17:31:09.085Z Checking sync-ptr v0.1.4
28792026-07-21T17:31:09.231Z Checking ecdsa v0.17.0-rc.18
28802026-07-21T17:31:09.627Z Checking event-listener-strategy v0.5.4
28812026-07-21T17:31:09.779Z Checking primeorder v0.14.0-rc.10
28822026-07-21T17:31:09.812Z Checking primefield v0.14.0
28832026-07-21T17:31:10.042Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28842026-07-21T17:31:10.102Z Compiling curve25519-dalek v5.0.0-rc.0
28852026-07-21T17:31:10.277Z Checking futures-timer v3.0.3
28862026-07-21T17:31:10.564Z Checking async-lock v3.4.2
28872026-07-21T17:31:10.966Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28882026-07-21T17:31:11.001Z Checking ssh-encoding v0.3.0-rc.9
28892026-07-21T17:31:11.262Z Compiling strsim v0.10.0
28902026-07-21T17:31:11.343Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-21T17:31:11.628Z Checking topological-sort v0.2.2
28922026-07-21T17:31:11.794Z Checking omicron-zone-package v0.12.3
28932026-07-21T17:31:11.958Z Compiling darling_core v0.13.4
28942026-07-21T17:31:12.717Z Checking async-object-pool v0.2.0
28952026-07-21T17:31:13.712Z Checking ed25519 v3.0.0
28962026-07-21T17:31:13.837Z Checking crypto-primes v0.7.2
28972026-07-21T17:31:13.869Z Compiling samael v0.0.19
28982026-07-21T17:31:13.933Z Checking pkcs1 v0.8.0-rc.4
28992026-07-21T17:31:14.077Z Checking poly1305 v0.9.0
29002026-07-21T17:31:14.159Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29012026-07-21T17:31:14.377Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29022026-07-21T17:31:14.545Z Checking serde_regex v1.1.0
29032026-07-21T17:31:14.727Z Checking blowfish v0.10.0
29042026-07-21T17:31:14.822Z Checking blake2 v0.11.0-rc.6
29052026-07-21T17:31:14.949Z Checking assert-json-diff v2.0.2
29062026-07-21T17:31:15.038Z Checking path-tree v0.8.3
29072026-07-21T17:31:15.104Z Checking keccak v0.2.0
29082026-07-21T17:31:15.114Z Checking fiat-crypto v0.3.0
29092026-07-21T17:31:15.287Z Compiling target-lexicon v0.13.3
29102026-07-21T17:31:15.367Z Checking stringmetrics v2.2.2
29112026-07-21T17:31:15.495Z Checking gimli v0.32.3
29122026-07-21T17:31:15.840Z Checking httpmock v0.8.3
29132026-07-21T17:31:17.127Z Checking addr2line v0.25.1
29142026-07-21T17:31:17.407Z Checking sha3 v0.11.0
29152026-07-21T17:31:17.859Z Checking argon2 v0.6.0-rc.8
29162026-07-21T17:31:18.092Z Checking bcrypt-pbkdf v0.11.0
29172026-07-21T17:31:18.140Z Checking rsa v0.10.0-rc.18
29182026-07-21T17:31:18.307Z Checking ssh-cipher v0.3.0-rc.9
29192026-07-21T17:31:18.524Z Checking ed25519-dalek v3.0.0-rc.0
29202026-07-21T17:31:18.667Z Compiling darling_macro v0.13.4
29212026-07-21T17:31:18.970Z Checking p256 v0.14.0-rc.10
29222026-07-21T17:31:19.194Z Checking p521 v0.14.0-rc.10
29232026-07-21T17:31:19.746Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29242026-07-21T17:31:19.987Z Checking kem v0.3.0
29252026-07-21T17:31:20.127Z Checking module-lattice v0.2.3
29262026-07-21T17:31:20.418Z Checking p384 v0.14.0-rc.10
29272026-07-21T17:31:20.443Z Checking rustc-demangle v0.1.27
29282026-07-21T17:31:20.627Z Compiling guppy-workspace-hack v0.1.0
29292026-07-21T17:31:20.675Z Checking hex-literal v0.4.1
29302026-07-21T17:31:20.782Z Checking backtrace v0.3.76
29312026-07-21T17:31:20.884Z Checking ml-kem v0.3.2
29322026-07-21T17:31:21.109Z Compiling darling v0.13.4
29332026-07-21T17:31:21.482Z Checking russh-cryptovec v0.61.0
29342026-07-21T17:31:21.662Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29352026-07-21T17:31:21.692Z Checking internal-russh-num-bigint v0.5.0
29362026-07-21T17:31:21.889Z Checking num-bigint v0.4.6
29372026-07-21T17:31:22.206Z Compiling git2 v0.20.4
29382026-07-21T17:31:22.226Z Checking russh-util v0.52.0
29392026-07-21T17:31:22.328Z Checking ssh-key v0.7.0-rc.10
29402026-07-21T17:31:22.382Z Checking generic-array v1.4.3
29412026-07-21T17:31:22.552Z Compiling enum_dispatch v0.3.13
29422026-07-21T17:31:22.852Z Compiling delegate v0.13.5
29432026-07-21T17:31:22.981Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29442026-07-21T17:31:23.240Z Checking hex-literal v1.1.0
29452026-07-21T17:31:23.373Z Compiling target-spec v3.5.7
29462026-07-21T17:31:23.426Z Checking md5 v0.8.0
29472026-07-21T17:31:23.563Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29482026-07-21T17:31:23.772Z Checking cfg-expr v0.20.6
29492026-07-21T17:31:23.885Z Compiling serde_with_macros v1.5.2
29502026-07-21T17:31:23.907Z Checking russh v0.61.2
29512026-07-21T17:31:24.198Z Checking backtrace-ext v0.2.1
29522026-07-21T17:31:24.344Z Checking supports-color v2.1.0
29532026-07-21T17:31:24.578Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29542026-07-21T17:31:24.702Z Checking textwrap v0.15.2
29552026-07-21T17:31:24.943Z Checking supports-hyperlinks v2.1.0
29562026-07-21T17:31:24.987Z Checking supports-unicode v2.1.0
29572026-07-21T17:31:25.087Z Checking hashbrown v0.14.5
29582026-07-21T17:31:25.133Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29592026-07-21T17:31:25.378Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29602026-07-21T17:31:25.539Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29612026-07-21T17:31:25.574Z Checking terminal_size v0.1.17
29622026-07-21T17:31:25.610Z Checking socket2 v0.5.10
29632026-07-21T17:31:25.618Z Compiling miette-derive v5.10.0
29642026-07-21T17:31:25.706Z Checking internet-checksum v0.2.1
29652026-07-21T17:31:25.938Z Checking owo-colors v3.5.0
29662026-07-21T17:31:26.606Z Checking chumsky v0.9.3
29672026-07-21T17:31:26.829Z Checking miette v5.10.0
29682026-07-21T17:31:27.234Z Compiling serde_with v1.14.0
29692026-07-21T17:31:27.498Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29702026-07-21T17:31:27.585Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-07-21T17:31:27.615Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29722026-07-21T17:31:27.996Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-07-21T17:31:28.315Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29742026-07-21T17:31:28.376Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29752026-07-21T17:31:28.413Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29762026-07-21T17:31:28.487Z Compiling knuffel-derive v3.2.0
29772026-07-21T17:31:28.524Z Checking httptest v0.16.4
29782026-07-21T17:31:28.650Z Checking pathdiff v0.2.3
29792026-07-21T17:31:28.782Z Checking nested v0.1.1
29802026-07-21T17:31:28.925Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29812026-07-21T17:31:28.975Z Checking guppy v0.17.25
29822026-07-21T17:31:29.257Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29832026-07-21T17:31:29.534Z Checking similar-asserts v1.7.0
29842026-07-21T17:31:29.715Z Compiling target-triple v1.0.0
29852026-07-21T17:31:29.933Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29862026-07-21T17:31:30.112Z Checking knuffel v3.2.0
29872026-07-21T17:31:30.135Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29882026-07-21T17:31:30.612Z Compiling polar-core v0.27.3
29892026-07-21T17:31:30.633Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29902026-07-21T17:31:30.717Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29912026-07-21T17:31:30.809Z Checking hickory-client v0.25.2
29922026-07-21T17:31:31.165Z Compiling assert_cmd v2.1.2
29932026-07-21T17:31:31.368Z Checking escape8259 v0.5.3
29942026-07-21T17:31:31.462Z Checking libtest-mimic v0.8.1
29952026-07-21T17:31:31.803Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29962026-07-21T17:31:31.832Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29972026-07-21T17:31:31.921Z Checking blake2b_simd v1.0.4
29982026-07-21T17:31:31.958Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29992026-07-21T17:31:32.350Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30002026-07-21T17:31:32.399Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30012026-07-21T17:31:32.498Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30022026-07-21T17:31:32.790Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30032026-07-21T17:31:32.806Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30042026-07-21T17:31:32.910Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30052026-07-21T17:31:33.003Z Checking fancy-regex v0.14.0
30062026-07-21T17:31:33.133Z Checking serde_tokenstream v0.2.3
30072026-07-21T17:31:33.358Z Checking approx v0.5.1
30082026-07-21T17:31:33.392Z Compiling rstest_macros v0.25.0
30092026-07-21T17:31:33.425Z Checking uzers v0.12.2
30102026-07-21T17:31:33.517Z Compiling linkme-impl v0.3.35
30112026-07-21T17:31:33.728Z Checking constant_time_eq v0.3.1
30122026-07-21T17:31:33.796Z Checking termcolor v1.4.1
30132026-07-21T17:31:33.823Z Checking rust-argon2 v2.1.0
30142026-07-21T17:31:33.946Z Checking trybuild v1.0.116
30152026-07-21T17:31:34.020Z Checking datatest-stable v0.3.3
30162026-07-21T17:31:34.391Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30172026-07-21T17:31:34.403Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30182026-07-21T17:31:34.628Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30192026-07-21T17:31:34.729Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30202026-07-21T17:31:34.847Z Checking support-bundle-viewer v0.1.2
30212026-07-21T17:31:35.119Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30222026-07-21T17:31:35.476Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30232026-07-21T17:31:35.627Z Checking oso v0.27.3
30242026-07-21T17:31:35.714Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30252026-07-21T17:31:35.967Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30262026-07-21T17:31:36.063Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30272026-07-21T17:31:36.257Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30282026-07-21T17:31:36.312Z Checking drift v0.2.0
30292026-07-21T17:31:36.580Z Checking rand_distr v0.5.1
30302026-07-21T17:31:36.697Z Checking digest-io v0.1.0
30312026-07-21T17:31:36.849Z Checking multimap v0.10.1
30322026-07-21T17:31:36.882Z Compiling linkme v0.3.35
30332026-07-21T17:31:36.915Z Compiling relative-path v1.9.3
30342026-07-21T17:31:37.020Z Checking rawzip v0.4.4
30352026-07-21T17:31:37.231Z Checking dropshot-api-manager v0.7.2
30362026-07-21T17:31:37.491Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30372026-07-21T17:31:38.396Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30382026-07-21T17:31:38.716Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30392026-07-21T17:31:38.771Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30402026-07-21T17:31:38.805Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30412026-07-21T17:31:39.015Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30422026-07-21T17:31:39.019Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30432026-07-21T17:31:39.353Z Checking cargo_toml v0.21.0
30442026-07-21T17:31:39.457Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30452026-07-21T17:31:39.514Z Checking partial-io v0.5.4
30462026-07-21T17:31:39.741Z Checking termios v0.3.3
30472026-07-21T17:31:39.776Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30482026-07-21T17:31:39.925Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30492026-07-21T17:31:40.190Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30502026-07-21T17:31:40.825Z Checking rstest v0.25.0
30512026-07-21T17:31:43.495Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30522026-07-21T17:31:45.088Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30532026-07-21T17:31:49.034Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30542026-07-21T17:31:52.012Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30552026-07-21T17:31:52.864Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30562026-07-21T17:31:54.991Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30572026-07-21T17:31:58.513Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30582026-07-21T17:32:05.250Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30592026-07-21T17:32:07.906Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30602026-07-21T17:32:09.667Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30612026-07-21T17:32:10.077Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30622026-07-21T17:32:14.885Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30632026-07-21T17:32:19.474Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30642026-07-21T17:32:36.974Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30652026-07-21T17:33:34.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30662026-07-21T17:33:35.366Z
30672026-07-21T17:33:35.366Zreal 4:11.385741327
30682026-07-21T17:33:35.366Zuser 21:31.526342191
30692026-07-21T17:33:35.366Zsys 4:56.337382604
30702026-07-21T17:33:35.366Ztrap 0.521123516
30712026-07-21T17:33:35.366Ztflt 0.486644665
30722026-07-21T17:33:35.369Zdflt 0.474818880
30732026-07-21T17:33:35.369Zkflt 0.004697820
30742026-07-21T17:33:35.369Zlock 58:54.664206033
30752026-07-21T17:33:35.369Zslp 58:37.566079640
30762026-07-21T17:33:35.373Zlat 1:51.761370637
30772026-07-21T17:33:35.373Zstop 11:12.287495712
30782026-07-21T17:33:35.373Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30792026-07-21T17:33:35.373Z+ ptime -m cargo doc --workspace --no-deps
30802026-07-21T17:33:36.180Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30812026-07-21T17:33:36.180Z |
30822026-07-21T17:33:36.180Z = 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)`
30832026-07-21T17:33:36.180Z = 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>
30842026-07-21T17:33:37.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30852026-07-21T17:33:37.443Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30862026-07-21T17:33:37.498Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30872026-07-21T17:33:37.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30882026-07-21T17:33:37.587Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30892026-07-21T17:33:37.638Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30902026-07-21T17:33:37.753Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30912026-07-21T17:33:37.783Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30922026-07-21T17:33:37.802Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-07-21T17:33:37.825Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30942026-07-21T17:33:37.913Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-07-21T17:33:38.022Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30962026-07-21T17:33:38.046Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30972026-07-21T17:33:38.086Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30982026-07-21T17:33:38.108Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-21T17:33:38.130Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31002026-07-21T17:33:38.157Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31012026-07-21T17:33:38.179Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31022026-07-21T17:33:38.202Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31032026-07-21T17:33:38.224Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-21T17:33:38.250Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31052026-07-21T17:33:38.320Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31062026-07-21T17:33:38.563Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31072026-07-21T17:33:38.719Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31082026-07-21T17:33:38.763Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31092026-07-21T17:33:38.836Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31102026-07-21T17:33:38.860Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31112026-07-21T17:33:39.002Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31122026-07-21T17:33:39.082Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31132026-07-21T17:33:39.159Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31142026-07-21T17:33:39.291Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31152026-07-21T17:33:39.333Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31162026-07-21T17:33:39.361Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31172026-07-21T17:33:39.534Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31182026-07-21T17:33:39.553Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31192026-07-21T17:33:39.676Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-07-21T17:33:39.798Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31212026-07-21T17:33:39.861Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31222026-07-21T17:33:39.882Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31232026-07-21T17:33:39.906Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31242026-07-21T17:33:40.142Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31252026-07-21T17:33:40.199Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31262026-07-21T17:33:40.359Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31272026-07-21T17:33:40.452Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31282026-07-21T17:33:40.476Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31292026-07-21T17:33:40.530Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31302026-07-21T17:33:40.596Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31312026-07-21T17:33:40.712Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31322026-07-21T17:33:40.761Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31332026-07-21T17:33:40.786Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31342026-07-21T17:33:40.837Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31352026-07-21T17:33:40.949Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31362026-07-21T17:33:41.019Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31372026-07-21T17:33:41.045Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31382026-07-21T17:33:41.067Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31392026-07-21T17:33:41.156Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31402026-07-21T17:33:41.229Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31412026-07-21T17:33:41.255Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31422026-07-21T17:33:41.365Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31432026-07-21T17:33:41.370Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31442026-07-21T17:33:41.407Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31452026-07-21T17:33:41.435Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31462026-07-21T17:33:41.462Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31472026-07-21T17:33:41.828Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31482026-07-21T17:33:41.923Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31492026-07-21T17:33:41.983Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31502026-07-21T17:33:42.191Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31512026-07-21T17:33:42.395Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31522026-07-21T17:33:42.645Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31532026-07-21T17:33:42.841Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31542026-07-21T17:33:42.916Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31552026-07-21T17:33:42.940Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-07-21T17:33:42.961Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31572026-07-21T17:33:43.129Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31582026-07-21T17:33:43.204Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31592026-07-21T17:33:43.208Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-07-21T17:33:43.208Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31612026-07-21T17:33:43.789Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31622026-07-21T17:33:44.787Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31632026-07-21T17:33:44.840Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31642026-07-21T17:33:44.840Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31652026-07-21T17:33:44.840Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31662026-07-21T17:33:44.840Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31672026-07-21T17:33:44.840Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31682026-07-21T17:33:44.884Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31692026-07-21T17:33:44.898Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31702026-07-21T17:33:45.120Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31712026-07-21T17:33:45.131Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31722026-07-21T17:33:45.131Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31732026-07-21T17:33:45.268Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31742026-07-21T17:33:45.356Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31752026-07-21T17:33:45.368Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31762026-07-21T17:33:45.415Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31772026-07-21T17:33:45.455Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31782026-07-21T17:33:45.618Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31792026-07-21T17:33:45.987Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31802026-07-21T17:33:45.987Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31812026-07-21T17:33:45.987Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31822026-07-21T17:33:45.987Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31832026-07-21T17:33:45.987Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31842026-07-21T17:33:45.987Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31852026-07-21T17:33:45.987Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31862026-07-21T17:33:45.988Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31872026-07-21T17:33:45.988Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31882026-07-21T17:33:45.988Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31892026-07-21T17:33:46.243Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31902026-07-21T17:33:46.259Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31912026-07-21T17:33:46.282Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31922026-07-21T17:33:46.726Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-07-21T17:33:46.942Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31942026-07-21T17:33:46.973Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31952026-07-21T17:33:47.750Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31962026-07-21T17:33:47.909Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31972026-07-21T17:33:48.422Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31982026-07-21T17:33:48.753Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-07-21T17:33:49.241Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32002026-07-21T17:33:50.104Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32012026-07-21T17:33:50.191Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32022026-07-21T17:33:50.723Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32032026-07-21T17:33:50.746Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32042026-07-21T17:33:51.038Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32052026-07-21T17:33:51.337Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32062026-07-21T17:33:51.410Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32072026-07-21T17:33:51.888Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32082026-07-21T17:33:51.947Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32092026-07-21T17:33:52.001Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32102026-07-21T17:33:52.243Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32112026-07-21T17:33:52.351Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32122026-07-21T17:33:52.558Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32132026-07-21T17:33:52.589Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32142026-07-21T17:33:53.053Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32152026-07-21T17:33:53.182Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32162026-07-21T17:33:53.546Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32172026-07-21T17:33:53.570Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32182026-07-21T17:33:53.594Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32192026-07-21T17:33:53.797Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32202026-07-21T17:33:54.285Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32212026-07-21T17:33:54.548Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32222026-07-21T17:33:55.080Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32232026-07-21T17:33:55.269Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32242026-07-21T17:33:55.698Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32252026-07-21T17:33:56.005Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32262026-07-21T17:33:56.514Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32272026-07-21T17:33:57.105Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32282026-07-21T17:33:57.266Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32292026-07-21T17:33:57.519Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32302026-07-21T17:33:57.814Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32312026-07-21T17:33:58.063Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32322026-07-21T17:33:58.184Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32332026-07-21T17:33:58.293Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32342026-07-21T17:33:59.165Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-07-21T17:33:59.442Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32362026-07-21T17:33:59.915Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32372026-07-21T17:34:00.575Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32382026-07-21T17:34:00.633Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32392026-07-21T17:34:01.123Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32402026-07-21T17:34:02.023Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32412026-07-21T17:34:05.145Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32422026-07-21T17:34:05.190Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32432026-07-21T17:34:05.391Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32442026-07-21T17:34:06.897Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452026-07-21T17:34:07.319Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-07-21T17:34:07.341Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472026-07-21T17:34:07.445Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-07-21T17:34:08.435Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-07-21T17:34:09.016Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-07-21T17:34:09.105Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32512026-07-21T17:34:09.257Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32522026-07-21T17:34:09.502Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32532026-07-21T17:34:09.666Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32542026-07-21T17:34:09.741Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32552026-07-21T17:34:09.926Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32562026-07-21T17:34:10.181Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32572026-07-21T17:34:10.358Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32582026-07-21T17:34:10.402Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32592026-07-21T17:34:10.637Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32602026-07-21T17:34:11.057Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32612026-07-21T17:34:11.367Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-21T17:34:11.438Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32632026-07-21T17:34:11.697Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32642026-07-21T17:34:12.010Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652026-07-21T17:34:12.035Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32662026-07-21T17:34:12.661Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32672026-07-21T17:34:13.510Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32682026-07-21T17:34:13.868Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32692026-07-21T17:34:14.233Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32702026-07-21T17:34:16.236Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32712026-07-21T17:34:17.738Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32722026-07-21T17:34:18.128Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32732026-07-21T17:34:18.688Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32742026-07-21T17:34:20.568Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32752026-07-21T17:34:21.359Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32762026-07-21T17:34:22.655Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32772026-07-21T17:34:23.542Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32782026-07-21T17:34:24.451Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32792026-07-21T17:34:25.765Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32802026-07-21T17:34:26.228Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32812026-07-21T17:34:27.073Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822026-07-21T17:34:27.713Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32832026-07-21T17:34:28.592Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32842026-07-21T17:34:28.828Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32852026-07-21T17:34:31.713Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32862026-07-21T17:34:33.772Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32872026-07-21T17:34:33.821Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32882026-07-21T17:34:36.574Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32892026-07-21T17:34:37.380Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32902026-07-21T17:34:38.594Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32912026-07-21T17:34:39.343Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32922026-07-21T17:34:40.321Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32932026-07-21T17:34:41.064Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32942026-07-21T17:34:42.053Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32952026-07-21T17:34:43.003Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32962026-07-21T17:34:44.740Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32972026-07-21T17:34:45.011Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32982026-07-21T17:34:45.571Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32992026-07-21T17:34:45.803Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33002026-07-21T17:34:46.420Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33012026-07-21T17:34:47.301Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33022026-07-21T17:34:48.220Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33032026-07-21T17:34:52.272Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33042026-07-21T17:34:52.980Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33052026-07-21T17:34:54.247Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33062026-07-21T17:34:54.893Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33072026-07-21T17:34:55.805Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33082026-07-21T17:34:56.824Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33092026-07-21T17:34:59.921Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33102026-07-21T17:35:00.329Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33112026-07-21T17:35:01.246Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33122026-07-21T17:35:02.357Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33132026-07-21T17:35:03.853Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33142026-07-21T17:35:05.282Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33152026-07-21T17:35:06.414Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33162026-07-21T17:35:07.685Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33172026-07-21T17:35:10.384Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-07-21T17:35:11.012Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33192026-07-21T17:35:12.642Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33202026-07-21T17:35:14.336Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33212026-07-21T17:35:15.866Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33222026-07-21T17:35:17.450Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33232026-07-21T17:35:19.163Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33242026-07-21T17:35:23.788Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33252026-07-21T17:35:24.110Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33262026-07-21T17:35:25.457Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33272026-07-21T17:35:25.834Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33282026-07-21T17:35:27.391Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33292026-07-21T17:35:29.226Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33302026-07-21T17:35:31.048Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33312026-07-21T17:35:33.040Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33322026-07-21T17:35:34.760Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33332026-07-21T17:35:36.431Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33342026-07-21T17:35:38.492Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33352026-07-21T17:35:39.937Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33362026-07-21T17:35:41.720Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33372026-07-21T17:35:43.419Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33382026-07-21T17:35:45.167Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33392026-07-21T17:35:46.858Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33402026-07-21T17:35:48.560Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33412026-07-21T17:35:50.076Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33422026-07-21T17:35:51.718Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33432026-07-21T17:35:55.487Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33442026-07-21T17:35:57.082Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33452026-07-21T17:35:59.017Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-21T17:36:00.826Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33472026-07-21T17:36:02.968Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33482026-07-21T17:36:04.483Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33492026-07-21T17:36:06.794Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33502026-07-21T17:36:09.908Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33512026-07-21T17:36:10.847Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33522026-07-21T17:36:14.979Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33532026-07-21T17:36:15.525Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33542026-07-21T17:36:17.762Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33552026-07-21T17:36:20.002Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33562026-07-21T17:36:22.656Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33572026-07-21T17:36:24.736Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33582026-07-21T17:36:27.088Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-07-21T17:36:29.739Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33602026-07-21T17:36:32.231Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33612026-07-21T17:36:34.225Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33622026-07-21T17:36:36.604Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33632026-07-21T17:36:39.358Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33642026-07-21T17:36:41.166Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33652026-07-21T17:36:43.498Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33662026-07-21T17:36:45.893Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33672026-07-21T17:36:48.157Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33682026-07-21T17:36:50.484Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33692026-07-21T17:36:52.952Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33702026-07-21T17:36:55.349Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33712026-07-21T17:36:57.795Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33722026-07-21T17:37:03.307Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-07-21T17:37:03.429Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-21T17:37:04.869Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33752026-07-21T17:37:07.198Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33762026-07-21T17:37:09.613Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33772026-07-21T17:37:12.028Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33782026-07-21T17:37:14.469Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33792026-07-21T17:37:16.835Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33802026-07-21T17:37:19.260Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33812026-07-21T17:37:21.617Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33822026-07-21T17:37:24.128Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33832026-07-21T17:37:26.501Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33842026-07-21T17:37:29.066Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33852026-07-21T17:37:31.352Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33862026-07-21T17:37:33.776Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33872026-07-21T17:37:36.226Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33882026-07-21T17:37:38.694Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33892026-07-21T17:37:41.540Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33902026-07-21T17:37:44.833Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33912026-07-21T17:37:46.346Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33922026-07-21T17:37:48.816Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33932026-07-21T17:37:51.343Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33942026-07-21T17:37:53.994Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33952026-07-21T17:37:56.441Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33962026-07-21T17:37:58.939Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33972026-07-21T17:38:01.583Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33982026-07-21T17:38:04.207Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33992026-07-21T17:38:06.628Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34002026-07-21T17:38:09.431Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34012026-07-21T17:38:14.017Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34022026-07-21T17:38:14.630Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34032026-07-21T17:38:17.204Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34042026-07-21T17:38:19.868Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-07-21T17:38:22.448Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34062026-07-21T17:38:25.136Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34072026-07-21T17:38:28.144Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34082026-07-21T17:38:30.649Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34092026-07-21T17:38:33.411Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34102026-07-21T17:38:41.328Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-07-21T17:38:41.508Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34122026-07-21T17:38:44.918Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34132026-07-21T17:38:48.225Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142026-07-21T17:38:51.620Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34152026-07-21T17:38:56.349Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-07-21T17:38:59.277Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34172026-07-21T17:39:02.960Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34182026-07-21T17:39:06.669Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34192026-07-21T17:39:10.427Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34202026-07-21T17:39:14.147Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34212026-07-21T17:39:17.976Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34222026-07-21T17:39:21.610Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-07-21T17:39:25.462Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34242026-07-21T17:39:29.166Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34252026-07-21T17:39:32.835Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34262026-07-21T17:39:36.544Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34272026-07-21T17:39:40.321Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34282026-07-21T17:39:44.038Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34292026-07-21T17:39:47.804Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34302026-07-21T17:39:51.670Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34312026-07-21T17:39:55.330Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34322026-07-21T17:39:59.096Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34332026-07-21T17:40:02.813Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34342026-07-21T17:40:06.614Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34352026-07-21T17:40:10.437Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34362026-07-21T17:40:40.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
34372026-07-21T17:40:40.319Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34382026-07-21T17:40:40.423Z
34392026-07-21T17:40:40.427Zreal 7:04.972287520
34402026-07-21T17:40:40.427Zuser 18:44.601559267
34412026-07-21T17:40:40.427Zsys 3:58.244365973
34422026-07-21T17:40:40.427Ztrap 0.255571411
34432026-07-21T17:40:40.427Ztflt 0.104481354
34442026-07-21T17:40:40.427Zdflt 0.119702233
34452026-07-21T17:40:40.427Zkflt 0.000018790
34462026-07-21T17:40:40.427Zlock 6:36:23.323089932
34472026-07-21T17:40:40.427Zslp 2:23:31.223440363
34482026-07-21T17:40:40.428Zlat 32.934816774
34492026-07-21T17:40:40.428Zstop 1:33.095649098
34502026-07-21T17:40:40.428Zprocess exited: duration 798747 ms, exit code 0
 
34512026-07-21T17:40:40.437Zfound 0 output files