01KWFHAMTS83DTSTEE979TVWES: clippy (helios)

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

Buildomat Job: 01KWFHBCKESB9XK94PNG9F6HPR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T19:10:06.457Zjob assigned to worker 01KWFHBRKEFG9H1PD86D38T4V7 [factory aws, i-0c8159e0fb3c767e1] (queued for 1 m 2 s)
 
22026-07-01T19:10:12.292Zstarting task 0: "setup"
32026-07-01T19:10:12.298Z++ uname -s
42026-07-01T19:10:12.301Z+ kern=SunOS
52026-07-01T19:10:12.301Z+ build_user=build
62026-07-01T19:10:12.301Z+ build_uid=12345
72026-07-01T19:10:12.301Z+ work_dir=/work
82026-07-01T19:10:12.301Z+ input_dir=/input
92026-07-01T19:10:12.301Z+ [[ 0 == 12345 ]]
102026-07-01T19:10:12.301Z+ case "$kern" in
112026-07-01T19:10:12.301Z+ groupadd -g 12345 build
122026-07-01T19:10:12.301Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T19:10:14.306Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T19:10:14.384Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T19:10:14.387Z+ home_fs=zfs
162026-07-01T19:10:14.387Z+ [[ zfs == autofs ]]
172026-07-01T19:10:14.387Z+ mkdir -p /home/build
182026-07-01T19:10:14.387Z+ chown build:build /home/build /work
192026-07-01T19:10:16.388Z+ chmod 0700 /home/build /work
202026-07-01T19:10:16.392Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-01T19:10:16.399Zstarting task 1: "rust-toolchain"
222026-07-01T19:10:16.402Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T19:10:16.402Z * rust toolchain channel = "1.96.1"
242026-07-01T19:10:16.402Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-01T19:10:16.402Z * rust toolchain profile = "default"
262026-07-01T19:10:16.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T19:10:16.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T19:10:16.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T19:10:16.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T19:10:16.510Zinfo: downloading installer
312026-07-01T19:10:17.956Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T19:10:17.956Zwarn: /home/build/.rustup/settings.toml
332026-07-01T19:10:17.956Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T19:10:17.956Zwarn: instead of the one inferred from the default host triple.
352026-07-01T19:10:17.968Zinfo: profile set to default
362026-07-01T19:10:17.968Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T19:10:17.972Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T19:10:18.129Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T19:10:18.133Zinfo: downloading 6 components
402026-07-01T19:10:33.613Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T19:10:33.613Z
422026-07-01T19:10:33.645Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T19:10:33.645Z
442026-07-01T19:10:33.649Z
452026-07-01T19:10:33.649ZRust is installed now. Great!
462026-07-01T19:10:33.649Z
472026-07-01T19:10:33.649ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T19:10:33.649Zenvironment variable. This has not been done automatically.
492026-07-01T19:10:33.649Z
502026-07-01T19:10:33.649ZTo configure your current shell, you need to source
512026-07-01T19:10:33.649Zthe corresponding env file under $HOME/.cargo.
522026-07-01T19:10:33.649Z
532026-07-01T19:10:33.649ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T19:10:33.649Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T19:10:33.649Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T19:10:33.649Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T19:10:33.649Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T19:10:33.649Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T19:10:33.650Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T19:10:33.650Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T19:10:33.650Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T19:10:33.756Z+ rustup --version
632026-07-01T19:10:33.764Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T19:10:33.767Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T19:10:33.785Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T19:10:33.788Z+ cargo --version
672026-07-01T19:10:33.802Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T19:10:33.805Z+ rustc --version
692026-07-01T19:10:33.823Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T19:10:33.826Zprocess exited: duration 17426 ms, exit code 0
 
712026-07-01T19:10:33.832Zstarting task 2: "authentication"
722026-07-01T19:10:33.849Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T19:10:33.857Zstarting task 3: "clone repository"
742026-07-01T19:10:33.860Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T19:10:33.863Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T19:10:33.895ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T19:10:44.280Z+ cd /work/oxidecomputer/omicron
782026-07-01T19:10:44.280Z+ git fetch origin 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
792026-07-01T19:10:44.560ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T19:10:44.560Z * branch 19daa89a410d974fa48d9d7f5c2e235df7d66c7f -> FETCH_HEAD
812026-07-01T19:10:44.570Z+ [[ -n remove-copyright-lines ]]
822026-07-01T19:10:44.574Z++ git branch --show-current
832026-07-01T19:10:44.574Z+ current=main
842026-07-01T19:10:44.574Z+ [[ main != remove-copyright-lines ]]
852026-07-01T19:10:44.574Z+ git branch -f remove-copyright-lines 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
862026-07-01T19:10:44.577Z+ git checkout -f remove-copyright-lines
872026-07-01T19:10:44.815ZSwitched to branch 'remove-copyright-lines'
882026-07-01T19:10:44.818Z+ git reset --hard 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
892026-07-01T19:10:44.837ZHEAD is now at 19daa89a4 remove Copyright lines; the MPL header is sufficient
902026-07-01T19:10:44.840Zprocess exited: duration 10981 ms, exit code 0
 
912026-07-01T19:10:44.846Zstarting task 4: "build"
922026-07-01T19:10:44.850Z+ source ./env.sh
932026-07-01T19:10:44.850Z++ OLD_SHELL_OPTS=ehxB
942026-07-01T19:10:44.850Z++ set -o xtrace
952026-07-01T19:10:44.853Z++++ dirname ./env.sh
962026-07-01T19:10:44.856Z+++ readlink -f .
972026-07-01T19:10:44.856Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-01T19:10:44.856Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-01T19:10:44.856Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-01T19:10:44.856Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-01T19:10:44.856Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-01T19:10:44.856Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-01T19:10:44.856Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-01T19:10:44.856Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-01T19:10:44.856Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-01T19:10:44.856Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T19:10:44.856Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-01T19:10:44.859Z++ case $OLD_SHELL_OPTS in
1092026-07-01T19:10:44.859Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-01T19:10:44.859Z+ source .github/buildomat/ci-env.sh
1112026-07-01T19:10:44.859Z++ export CARGO_TERM_COLOR=always
1122026-07-01T19:10:44.859Z++ CARGO_TERM_COLOR=always
1132026-07-01T19:10:44.859Z+ cargo --version
1142026-07-01T19:10:44.866Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-01T19:10:44.868Z+ rustc --version
1162026-07-01T19:10:44.889Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-01T19:10:44.893Z+ banner prerequisites
1182026-07-01T19:10:44.893Z
1192026-07-01T19:10:44.893Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-01T19:10:44.893Z # # # # # # # # # # # # # # #
1212026-07-01T19:10:44.893Z # # # # ##### # # ##### # # # # # #### #
1222026-07-01T19:10:44.893Z ##### ##### # ##### # # # # # # # # #
1232026-07-01T19:10:44.893Z # # # # # # # # # # # # # # #
1242026-07-01T19:10:44.893Z # # # ###### # # ###### ### # #### # #### #
1252026-07-01T19:10:44.893Z
1262026-07-01T19:10:44.893Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-01T19:10:46.384Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-01T19:10:46.494Z Startup: Caching catalogs ... Done
1292026-07-01T19:10:46.983ZPlanning: Solver setup ... Done (0.444s)
1302026-07-01T19:10:47.010ZPlanning: Running solver ... Done (0.027s)
1312026-07-01T19:10:47.022ZPlanning: Finding local manifests ... Done (0.003s)
1322026-07-01T19:10:47.034ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-01T19:10:47.052ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-01T19:10:47.064ZPlanning: Package planning ... Done (0.013s)
1352026-07-01T19:10:47.067ZPlanning: Merging actions ... Done (0.001s)
1362026-07-01T19:10:47.231ZPlanning: Checking for conflicting actions ... Done (0.165s)
1372026-07-01T19:10:47.234ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-01T19:10:47.986ZPlanning: Evaluating mediators ... Done (0.754s)
1392026-07-01T19:10:47.988ZPlanning: Planning completed in 1.47 seconds
1402026-07-01T19:10:47.995Z Packages to install: 2
1412026-07-01T19:10:47.995Z Estimated space available: 156.06 GB
1422026-07-01T19:10:47.998ZEstimated space to be consumed: 30.98 MB
1432026-07-01T19:10:47.998Z Create boot environment: No
1442026-07-01T19:10:47.998ZCreate backup boot environment: No
1452026-07-01T19:10:47.998Z Rebuild boot archive: No
1462026-07-01T19:10:47.998Z
1472026-07-01T19:10:47.998ZChanged packages:
1482026-07-01T19:10:47.998Zhelios
1492026-07-01T19:10:47.998Z developer/build-essential
1502026-07-01T19:10:47.998Z None -> 11-3.0
1512026-07-01T19:10:47.998Z library/libxmlsec1
1522026-07-01T19:10:47.998Z None -> 1.2.35-3.0
1532026-07-01T19:10:48.019Z
1542026-07-01T19:10:48.019ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-01T19:10:48.609ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1562026-07-01T19:10:48.673Z Actions: 1/268 actions (Installing new actions)
1572026-07-01T19:10:48.726Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-01T19:10:48.731ZFinalize: Updating package state database ... Done (0.012s)
1592026-07-01T19:10:48.731ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-01T19:10:48.756ZFinalize: Updating image state ... Done (0.031s)
1612026-07-01T19:10:51.155ZFinalize: Creating fast lookup database ... Done (2.374s)
1622026-07-01T19:10:51.277ZFinalize: Reading search index ... Done (0.012s)
1632026-07-01T19:10:51.282ZFinalize: Updating search index ... Done (0.000s)
1642026-07-01T19:10:51.325ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-01T19:10:51.637ZPlanning: Evaluating mediator changes ... Done
1662026-07-01T19:10:51.743ZPlanning: Checking for conflicting actions ... Done
1672026-07-01T19:10:51.748ZPlanning: Consolidating action changes ... Done
1682026-07-01T19:10:51.899ZPlanning: Evaluating mediators ... Done
1692026-07-01T19:10:51.903ZPlanning: Planning completed in 0.26 seconds
1702026-07-01T19:10:51.922Z Mediators to change: 2
1712026-07-01T19:10:51.922Z Create boot environment: No
1722026-07-01T19:10:51.925ZCreate backup boot environment: No
1732026-07-01T19:10:51.970ZFinalize: Updating package state database ... Done
1742026-07-01T19:10:51.970ZFinalize: Updating package cache ... Done
1752026-07-01T19:10:51.986ZFinalize: Updating image state ... Done
1762026-07-01T19:10:53.922ZFinalize: Creating fast lookup database ... Done
1772026-07-01T19:10:53.985ZFinalize: Reading search index ... Done
1782026-07-01T19:10:53.988ZFinalize: Updating search index ... Done
1792026-07-01T19:10:54.059ZFinalize: Updating package cache ... Done
1802026-07-01T19:10:54.340ZPlanning: Evaluating mediator changes ... Done
1812026-07-01T19:10:54.445ZPlanning: Checking for conflicting actions ... Done
1822026-07-01T19:10:54.450ZPlanning: Consolidating action changes ... Done
1832026-07-01T19:10:54.600ZPlanning: Evaluating mediators ... Done
1842026-07-01T19:10:54.604ZPlanning: Planning completed in 0.26 seconds
1852026-07-01T19:10:54.622Z Mediators to change: 1
1862026-07-01T19:10:54.622Z Create boot environment: No
1872026-07-01T19:10:54.622ZCreate backup boot environment: No
1882026-07-01T19:10:54.663ZFinalize: Updating package state database ... Done
1892026-07-01T19:10:54.663ZFinalize: Updating package cache ... Done
1902026-07-01T19:10:54.678ZFinalize: Updating image state ... Done
1912026-07-01T19:10:56.611ZFinalize: Creating fast lookup database ... Done
1922026-07-01T19:10:56.674ZFinalize: Reading search index ... Done
1932026-07-01T19:10:56.677ZFinalize: Updating search index ... Done
1942026-07-01T19:10:56.770ZFinalize: Updating package cache ... Done
1952026-07-01T19:10:57.079ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-01T19:10:57.079Zapache system 2.4 system
1972026-07-01T19:10:57.079Zclang system 15 system
1982026-07-01T19:10:57.079Zcsh system system illumos
1992026-07-01T19:10:57.079Zctags system system illumos
2002026-07-01T19:10:57.079Zfile vendor vendor darwinsys
2012026-07-01T19:10:57.079Zfile system system illumos
2022026-07-01T19:10:57.079Zgcc vendor 14 vendor
2032026-07-01T19:10:57.079Zgcc system 13 system
2042026-07-01T19:10:57.079Zgcc system 10 system
2052026-07-01T19:10:57.079Zgo system 1.25 system
2062026-07-01T19:10:57.079Zllvm system 15 system
2072026-07-01T19:10:57.079Zmariadb system 11.4 system
2082026-07-01T19:10:57.079Zmta vendor vendor dma
2092026-07-01T19:10:57.079Zopenjdk system 17 system
2102026-07-01T19:10:57.079Zopenjdk system 11 system
2112026-07-01T19:10:57.079Zopenssl vendor 3 vendor
2122026-07-01T19:10:57.079Zperl system 5.40 system
2132026-07-01T19:10:57.079Zpostgresql system 18 system
2142026-07-01T19:10:57.079Zpostgresql system 17 system
2152026-07-01T19:10:57.079Zpython vendor 3 vendor
2162026-07-01T19:10:57.079Zpython system 2 system
2172026-07-01T19:10:57.079Zpython3 vendor 3.13 vendor
2182026-07-01T19:10:57.079Zruby system 3.4 system
2192026-07-01T19:10:57.079Zruby system 3.0 system
2202026-07-01T19:10:57.079Zwords vendor vendor american-english
2212026-07-01T19:10:57.080Zwords system system australian-english
2222026-07-01T19:10:57.080Zwords system system british-english
2232026-07-01T19:10:57.080Zwords system system canadian-english
2242026-07-01T19:10:57.080Zwords system system french
2252026-07-01T19:10:57.080Zwords system system italian
2262026-07-01T19:10:57.080Zwords system system ngerman
2272026-07-01T19:10:57.080Zwords system system ogerman
2282026-07-01T19:10:57.080Zwords system system spanish
2292026-07-01T19:10:57.332ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-01T19:10:57.332Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-01T19:10:57.634ZFMRI IFO
2322026-07-01T19:10:57.634Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-01T19:10:57.634Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-01T19:10:57.634Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-01T19:10:57.634Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-01T19:10:57.634Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-01T19:10:57.634Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-01T19:10:57.634Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-01T19:10:57.634Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-01T19:10:57.634Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-01T19:10:57.890Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-01T19:10:58.172Z Updating crates.io index
2432026-07-01T19:10:58.176Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-01T19:10:58.417Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-01T19:10:58.690Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-01T19:10:59.630Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-01T19:11:00.105Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-01T19:11:01.938Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-01T19:11:03.233Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-01T19:11:03.492Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-01T19:11:03.792Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-01T19:11:04.870Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-01T19:11:05.155Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-01T19:11:05.474Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-01T19:11:05.732Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-01T19:11:06.153Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-01T19:11:06.670Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-01T19:11:06.926Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-01T19:11:07.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-01T19:11:07.462Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-01T19:11:07.760Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-01T19:11:08.045Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-01T19:11:08.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-01T19:11:08.570Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-01T19:11:08.967Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-01T19:11:09.285Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-01T19:11:09.497Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-01T19:11:09.902Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-01T19:11:10.300Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-01T19:11:10.626Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-01T19:11:10.867Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-01T19:11:11.127Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-01T19:11:11.478Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-01T19:11:11.923Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-01T19:11:12.243Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-01T19:11:12.525Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-01T19:11:12.790Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-01T19:11:13.076Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-01T19:11:13.531Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-01T19:11:13.801Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-01T19:11:14.079Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-01T19:11:14.326Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-01T19:11:17.126Z Downloading crates ...
2842026-07-01T19:11:17.180Z Downloaded plain v0.2.3
2852026-07-01T19:11:17.186Z Downloaded anstyle-query v1.1.5
2862026-07-01T19:11:17.186Z Downloaded autocfg v1.5.0
2872026-07-01T19:11:17.198Z Downloaded clap v4.6.1
2882026-07-01T19:11:17.210Z Downloaded block-buffer v0.10.4
2892026-07-01T19:11:17.210Z Downloaded cfg-if v1.0.4
2902026-07-01T19:11:17.210Z Downloaded fnv v1.0.7
2912026-07-01T19:11:17.210Z Downloaded equivalent v1.0.2
2922026-07-01T19:11:17.210Z Downloaded heck v0.5.0
2932026-07-01T19:11:17.210Z Downloaded cargo-platform v0.3.2
2942026-07-01T19:11:17.210Z Downloaded is_terminal_polyfill v1.70.2
2952026-07-01T19:11:17.210Z Downloaded fastrand v2.3.0
2962026-07-01T19:11:17.210Z Downloaded generic-array v0.14.7
2972026-07-01T19:11:17.210Z Downloaded zerocopy-derive v0.7.35
2982026-07-01T19:11:17.219Z Downloaded dof v0.3.0
2992026-07-01T19:11:17.219Z Downloaded digest v0.10.7
3002026-07-01T19:11:17.219Z Downloaded anstream v1.0.0
3012026-07-01T19:11:17.219Z Downloaded zmij v1.0.21
3022026-07-01T19:11:17.223Z Downloaded errno v0.3.14
3032026-07-01T19:11:17.224Z Downloaded cargo_toml v0.21.0
3042026-07-01T19:11:17.224Z Downloaded zerocopy v0.7.35
3052026-07-01T19:11:17.226Z Downloaded memmap v0.7.0
3062026-07-01T19:11:17.226Z Downloaded pretty-hex v0.4.1
3072026-07-01T19:11:17.227Z Downloaded cargo_metadata v0.23.1
3082026-07-01T19:11:17.233Z Downloaded bytecount v0.6.9
3092026-07-01T19:11:17.233Z Downloaded itoa v1.0.17
3102026-07-01T19:11:17.233Z Downloaded macaddr v1.0.1
3112026-07-01T19:11:17.233Z Downloaded cpufeatures v0.2.17
3122026-07-01T19:11:17.245Z Downloaded colorchoice v1.0.4
3132026-07-01T19:11:17.258Z Downloaded scroll_derive v0.12.1
3142026-07-01T19:11:17.258Z Downloaded clap_lex v1.0.0
3152026-07-01T19:11:17.258Z Downloaded heck v0.4.1
3162026-07-01T19:11:17.258Z Downloaded anstyle v1.0.14
3172026-07-01T19:11:17.259Z Downloaded proc-macro-error-attr v1.0.4
3182026-07-01T19:11:17.273Z Downloaded dtrace-parser v0.2.0
3192026-07-01T19:11:17.273Z Downloaded pest_derive v2.8.6
3202026-07-01T19:11:17.285Z Downloaded once_cell v1.21.3
3212026-07-01T19:11:17.285Z Downloaded thread-id v4.2.2
3222026-07-01T19:11:17.285Z Downloaded version_check v0.9.5
3232026-07-01T19:11:17.285Z Downloaded usdt v0.5.0
3242026-07-01T19:11:17.285Z Downloaded strsim v0.11.1
3252026-07-01T19:11:17.297Z Downloaded usdt-attr-macro v0.5.0
3262026-07-01T19:11:17.297Z Downloaded crypto-common v0.1.7
3272026-07-01T19:11:17.297Z Downloaded toml_datetime v0.6.11
3282026-07-01T19:11:17.297Z Downloaded tabled_derive v0.7.0
3292026-07-01T19:11:17.297Z Downloaded anstyle-parse v1.0.0
3302026-07-01T19:11:17.325Z Downloaded swrite v0.1.0
3312026-07-01T19:11:17.325Z Downloaded utf8parse v0.2.2
3322026-07-01T19:11:17.325Z Downloaded toml_write v0.1.2
3332026-07-01T19:11:17.325Z Downloaded smawk v0.3.2
3342026-07-01T19:11:17.325Z Downloaded unicode-linebreak v0.1.5
3352026-07-01T19:11:17.325Z Downloaded usdt-macro v0.5.0
3362026-07-01T19:11:17.325Z Downloaded clap_derive v4.6.1
3372026-07-01T19:11:17.335Z Downloaded proc-macro-error v1.0.4
3382026-07-01T19:11:17.335Z Downloaded fs-err v3.3.0
3392026-07-01T19:11:17.335Z Downloaded camino-tempfile v1.4.1
3402026-07-01T19:11:17.335Z Downloaded quote v1.0.45
3412026-07-01T19:11:17.335Z Downloaded anyhow v1.0.102
3422026-07-01T19:11:17.343Z Downloaded serde_spanned v0.6.9
3432026-07-01T19:11:17.344Z Downloaded thiserror v2.0.18
3442026-07-01T19:11:17.355Z Downloaded thiserror-impl v2.0.18
3452026-07-01T19:11:17.365Z Downloaded thiserror v1.0.69
3462026-07-01T19:11:17.365Z Downloaded sha2 v0.10.9
3472026-07-01T19:11:17.365Z Downloaded usdt-impl v0.5.0
3482026-07-01T19:11:17.366Z Downloaded serde_tokenstream v0.2.3
3492026-07-01T19:11:17.369Z Downloaded terminal_size v0.4.3
3502026-07-01T19:11:17.369Z Downloaded byteorder v1.5.0
3512026-07-01T19:11:17.374Z Downloaded semver v1.0.28
3522026-07-01T19:11:17.387Z Downloaded papergrid v0.11.0
3532026-07-01T19:11:17.398Z Downloaded log v0.4.29
3542026-07-01T19:11:17.399Z Downloaded getrandom v0.4.1
3552026-07-01T19:11:17.399Z Downloaded pest_generator v2.8.6
3562026-07-01T19:11:17.399Z Downloaded camino v1.2.2
3572026-07-01T19:11:17.399Z Downloaded toml v0.8.23
3582026-07-01T19:11:17.399Z Downloaded tempfile v3.25.0
3592026-07-01T19:11:17.404Z Downloaded ucd-trie v0.1.7
3602026-07-01T19:11:17.404Z Downloaded thiserror-impl v1.0.69
3612026-07-01T19:11:17.404Z Downloaded scroll v0.12.0
3622026-07-01T19:11:17.407Z Downloaded bitflags v2.11.0
3632026-07-01T19:11:17.411Z Downloaded serde_core v1.0.228
3642026-07-01T19:11:17.418Z Downloaded proc-macro2 v1.0.106
3652026-07-01T19:11:17.421Z Downloaded unicode-ident v1.0.24
3662026-07-01T19:11:17.425Z Downloaded textwrap v0.16.2
3672026-07-01T19:11:17.443Z Downloaded memchr v2.8.0
3682026-07-01T19:11:17.446Z Downloaded pest_meta v2.8.6
3692026-07-01T19:11:17.450Z Downloaded toml_edit v0.22.27
3702026-07-01T19:11:17.453Z Downloaded typenum v1.19.0
3712026-07-01T19:11:17.453Z Downloaded indexmap v2.14.0
3722026-07-01T19:11:17.456Z Downloaded serde_derive v1.0.228
3732026-07-01T19:11:17.470Z Downloaded serde v1.0.228
3742026-07-01T19:11:17.477Z Downloaded hashbrown v0.17.0
3752026-07-01T19:11:17.500Z Downloaded pest v2.8.6
3762026-07-01T19:11:17.531Z Downloaded clap_builder v4.6.0
3772026-07-01T19:11:17.537Z Downloaded serde_json v1.0.150
3782026-07-01T19:11:17.542Z Downloaded goblin v0.8.2
3792026-07-01T19:11:17.569Z Downloaded winnow v0.7.14
3802026-07-01T19:11:17.577Z Downloaded tabled v0.15.0
3812026-07-01T19:11:17.591Z Downloaded syn v1.0.109
3822026-07-01T19:11:17.598Z Downloaded unicode-width v0.1.14
3832026-07-01T19:11:17.602Z Downloaded unicode-width v0.2.0
3842026-07-01T19:11:17.606Z Downloaded syn v2.0.117
3852026-07-01T19:11:17.618Z Downloaded rustix v1.1.3
3862026-07-01T19:11:17.650Z Downloaded libc v0.2.185
3872026-07-01T19:11:17.713Z Compiling proc-macro2 v1.0.106
3882026-07-01T19:11:17.713Z Compiling unicode-ident v1.0.24
3892026-07-01T19:11:17.713Z Compiling quote v1.0.45
3902026-07-01T19:11:17.716Z Compiling serde_core v1.0.228
3912026-07-01T19:11:17.716Z Compiling libc v0.2.185
3922026-07-01T19:11:17.716Z Compiling version_check v0.9.5
3932026-07-01T19:11:17.716Z Compiling memchr v2.8.0
3942026-07-01T19:11:17.716Z Compiling serde v1.0.228
3952026-07-01T19:11:18.021Z Compiling zmij v1.0.21
3962026-07-01T19:11:18.290Z Compiling ucd-trie v0.1.7
3972026-07-01T19:11:18.334Z Compiling thiserror v1.0.69
3982026-07-01T19:11:18.543Z Compiling itoa v1.0.17
3992026-07-01T19:11:18.574Z Compiling pest v2.8.6
4002026-07-01T19:11:18.667Z Compiling rustix v1.1.3
4012026-07-01T19:11:18.726Z Compiling byteorder v1.5.0
4022026-07-01T19:11:18.835Z Compiling errno v0.3.14
4032026-07-01T19:11:19.000Z Compiling serde_json v1.0.150
4042026-07-01T19:11:19.123Z Compiling bitflags v2.11.0
4052026-07-01T19:11:19.213Z Compiling syn v2.0.117
4062026-07-01T19:11:19.263Z Compiling thread-id v4.2.2
4072026-07-01T19:11:19.351Z Compiling usdt-impl v0.5.0
4082026-07-01T19:11:19.367Z Compiling proc-macro-error-attr v1.0.4
4092026-07-01T19:11:19.467Z Compiling camino v1.2.2
4102026-07-01T19:11:19.543Z Compiling syn v1.0.109
4112026-07-01T19:11:19.668Z Compiling pest_meta v2.8.6
4122026-07-01T19:11:19.840Z Compiling proc-macro-error v1.0.4
4132026-07-01T19:11:19.859Z Compiling plain v0.2.3
4142026-07-01T19:11:19.920Z Compiling hashbrown v0.17.0
4152026-07-01T19:11:19.968Z Compiling log v0.4.29
4162026-07-01T19:11:20.040Z Compiling equivalent v1.0.2
4172026-07-01T19:11:20.159Z Compiling getrandom v0.4.1
4182026-07-01T19:11:20.209Z Compiling utf8parse v0.2.2
4192026-07-01T19:11:20.358Z Compiling anstyle-parse v1.0.0
4202026-07-01T19:11:20.415Z Compiling terminal_size v0.4.3
4212026-07-01T19:11:20.475Z Compiling indexmap v2.14.0
4222026-07-01T19:11:21.085Z Compiling toml_write v0.1.2
4232026-07-01T19:11:21.102Z Compiling colorchoice v1.0.4
4242026-07-01T19:11:21.137Z Compiling winnow v0.7.14
4252026-07-01T19:11:21.155Z Compiling pretty-hex v0.4.1
4262026-07-01T19:11:21.256Z Compiling autocfg v1.5.0
4272026-07-01T19:11:21.260Z Compiling is_terminal_polyfill v1.70.2
4282026-07-01T19:11:21.282Z Compiling anstyle v1.0.14
4292026-07-01T19:11:21.299Z Compiling thiserror v2.0.18
4302026-07-01T19:11:21.336Z Compiling anstyle-query v1.1.5
4312026-07-01T19:11:21.356Z Compiling cfg-if v1.0.4
4322026-07-01T19:11:21.451Z Compiling pest_generator v2.8.6
4332026-07-01T19:11:21.523Z Compiling anstream v1.0.0
4342026-07-01T19:11:21.675Z Compiling fs-err v3.3.0
4352026-07-01T19:11:21.889Z Compiling once_cell v1.21.3
4362026-07-01T19:11:21.912Z Compiling unicode-width v0.1.14
4372026-07-01T19:11:21.939Z Compiling bytecount v0.6.9
4382026-07-01T19:11:22.082Z Compiling strsim v0.11.1
4392026-07-01T19:11:22.121Z Compiling clap_lex v1.0.0
4402026-07-01T19:11:22.125Z Compiling heck v0.5.0
4412026-07-01T19:11:22.205Z Compiling fastrand v2.3.0
4422026-07-01T19:11:22.217Z Compiling fnv v1.0.7
4432026-07-01T19:11:22.324Z Compiling heck v0.4.1
4442026-07-01T19:11:22.359Z Compiling anyhow v1.0.102
4452026-07-01T19:11:22.376Z Compiling papergrid v0.11.0
4462026-07-01T19:11:22.434Z Compiling tempfile v3.25.0
4472026-07-01T19:11:22.466Z Compiling clap_builder v4.6.0
4482026-07-01T19:11:22.656Z Compiling cargo-platform v0.3.2
4492026-07-01T19:11:22.663Z Compiling tabled_derive v0.7.0
4502026-07-01T19:11:22.708Z Compiling semver v1.0.28
4512026-07-01T19:11:22.814Z Compiling memmap v0.7.0
4522026-07-01T19:11:22.904Z Compiling unicode-linebreak v0.1.5
4532026-07-01T19:11:22.938Z Compiling unicode-width v0.2.0
4542026-07-01T19:11:23.001Z Compiling smawk v0.3.2
4552026-07-01T19:11:23.088Z Compiling serde_derive v1.0.228
4562026-07-01T19:11:23.152Z Compiling thiserror-impl v1.0.69
4572026-07-01T19:11:23.163Z Compiling zerocopy-derive v0.7.35
4582026-07-01T19:11:23.218Z Compiling pest_derive v2.8.6
4592026-07-01T19:11:23.391Z Compiling scroll_derive v0.12.1
4602026-07-01T19:11:23.606Z Compiling thiserror-impl v2.0.18
4612026-07-01T19:11:23.676Z Compiling clap_derive v4.6.1
4622026-07-01T19:11:23.793Z Compiling tabled v0.15.0
4632026-07-01T19:11:24.034Z Compiling zerocopy v0.7.35
4642026-07-01T19:11:24.081Z Compiling scroll v0.12.0
4652026-07-01T19:11:24.355Z Compiling goblin v0.8.2
4662026-07-01T19:11:24.544Z Compiling dtrace-parser v0.2.0
4672026-07-01T19:11:24.585Z Compiling textwrap v0.16.2
4682026-07-01T19:11:25.081Z Compiling camino-tempfile v1.4.1
4692026-07-01T19:11:25.280Z Compiling swrite v0.1.0
4702026-07-01T19:11:25.466Z Compiling clap v4.6.1
4712026-07-01T19:11:26.236Z Compiling dof v0.3.0
4722026-07-01T19:11:26.236Z Compiling serde_tokenstream v0.2.3
4732026-07-01T19:11:26.252Z Compiling toml_datetime v0.6.11
4742026-07-01T19:11:26.266Z Compiling serde_spanned v0.6.9
4752026-07-01T19:11:26.267Z Compiling cargo_metadata v0.23.1
4762026-07-01T19:11:26.314Z Compiling macaddr v1.0.1
4772026-07-01T19:11:26.330Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-01T19:11:26.444Z Compiling toml_edit v0.22.27
4792026-07-01T19:11:27.092Z Compiling usdt-attr-macro v0.5.0
4802026-07-01T19:11:27.095Z Compiling usdt-macro v0.5.0
4812026-07-01T19:11:27.695Z Compiling usdt v0.5.0
4822026-07-01T19:11:27.858Z Compiling toml v0.8.23
4832026-07-01T19:11:28.178Z Compiling cargo_toml v0.21.0
4842026-07-01T19:11:29.437Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-07-01T19:11:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.65s
4862026-07-01T19:11:31.582Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-07-01T19:11:32.070Z Downloading crates ...
4882026-07-01T19:11:32.164Z Downloaded adler2 v2.0.1
4892026-07-01T19:11:32.167Z Downloaded aead v0.5.2
4902026-07-01T19:11:32.171Z Downloaded bcs v0.1.6
4912026-07-01T19:11:32.174Z Downloaded array-init v0.0.4
4922026-07-01T19:11:32.174Z Downloaded argon2 v0.5.3
4932026-07-01T19:11:32.178Z Downloaded bit-set v0.5.3
4942026-07-01T19:11:32.183Z Downloaded bitfield-macros v0.19.4
4952026-07-01T19:11:32.183Z Downloaded crucible-workspace-hack v0.1.0
4962026-07-01T19:11:32.183Z Downloaded crc-catalog v2.4.0
4972026-07-01T19:11:32.187Z Downloaded bitfield-struct v0.6.2
4982026-07-01T19:11:32.188Z Downloaded ar_archive_writer v0.5.1
4992026-07-01T19:11:32.196Z Downloaded daft-derive v0.1.7
5002026-07-01T19:11:32.196Z Downloaded crossbeam-utils v0.8.21
5012026-07-01T19:11:32.196Z Downloaded async-stream-impl v0.3.6
5022026-07-01T19:11:32.207Z Downloaded ascii-canvas v3.0.0
5032026-07-01T19:11:32.207Z Downloaded base16ct v0.2.0
5042026-07-01T19:11:32.207Z Downloaded dirs-sys-next v0.1.2
5052026-07-01T19:11:32.207Z Downloaded crc-any v2.5.0
5062026-07-01T19:11:32.207Z Downloaded atomic-waker v1.1.2
5072026-07-01T19:11:32.208Z Downloaded block-buffer v0.12.1
5082026-07-01T19:11:32.211Z Downloaded anstream v0.6.21
5092026-07-01T19:11:32.211Z Downloaded drift v0.2.0
5102026-07-01T19:11:32.211Z Downloaded dyn-clone v1.0.20
5112026-07-01T19:11:32.216Z Downloaded defmt v0.3.100
5122026-07-01T19:11:32.216Z Downloaded backoff v0.4.0
5132026-07-01T19:11:32.216Z Downloaded backon v1.6.0
5142026-07-01T19:11:32.220Z Downloaded arrayvec v0.7.6
5152026-07-01T19:11:32.220Z Downloaded ena v0.14.4
5162026-07-01T19:11:32.220Z Downloaded cstr-argument v0.1.2
5172026-07-01T19:11:32.221Z Downloaded allocator-api2 v0.2.21
5182026-07-01T19:11:32.225Z Downloaded bitflags v1.3.2
5192026-07-01T19:11:32.225Z Downloaded async-bb8-diesel v0.2.1
5202026-07-01T19:11:32.225Z Downloaded filetime v0.2.27
5212026-07-01T19:11:32.228Z Downloaded defmt v1.0.1
5222026-07-01T19:11:32.229Z Downloaded cfg_aliases v0.2.1
5232026-07-01T19:11:32.232Z Downloaded enum-as-inner v0.6.1
5242026-07-01T19:11:32.232Z Downloaded ctr v0.9.2
5252026-07-01T19:11:32.232Z Downloaded critical-section v1.2.0
5262026-07-01T19:11:32.236Z Downloaded dsl_auto_type v0.2.0
5272026-07-01T19:11:32.236Z Downloaded darling_macro v0.13.4
5282026-07-01T19:11:32.236Z Downloaded document-features v0.2.12
5292026-07-01T19:11:32.237Z Downloaded debug-ignore v1.0.5
5302026-07-01T19:11:32.240Z Downloaded castaway v0.2.4
5312026-07-01T19:11:32.240Z Downloaded crc v3.4.0
5322026-07-01T19:11:32.240Z Downloaded compression-codecs v0.4.37
5332026-07-01T19:11:32.245Z Downloaded flagset v0.4.7
5342026-07-01T19:11:32.245Z Downloaded daft v0.1.7
5352026-07-01T19:11:32.245Z Downloaded atomicwrites v0.4.4
5362026-07-01T19:11:32.245Z Downloaded atty v0.2.14
5372026-07-01T19:11:32.253Z Downloaded block-padding v0.3.3
5382026-07-01T19:11:32.253Z Downloaded assert_matches v1.5.0
5392026-07-01T19:11:32.253Z Downloaded compression-core v0.4.31
5402026-07-01T19:11:32.254Z Downloaded darling_macro v0.23.0
5412026-07-01T19:11:32.254Z Downloaded crc8 v0.1.1
5422026-07-01T19:11:32.262Z Downloaded darling_macro v0.21.3
5432026-07-01T19:11:32.262Z Downloaded darling_macro v0.20.11
5442026-07-01T19:11:32.262Z Downloaded curve25519-dalek-derive v0.1.1
5452026-07-01T19:11:32.262Z Downloaded bit-vec v0.6.3
5462026-07-01T19:11:32.262Z Downloaded bit-vec v0.8.0
5472026-07-01T19:11:32.262Z Downloaded base64ct v1.8.3
5482026-07-01T19:11:32.262Z Downloaded derive-where v1.6.0
5492026-07-01T19:11:32.262Z Downloaded bit-set v0.8.0
5502026-07-01T19:11:32.262Z Downloaded async-stream v0.3.6
5512026-07-01T19:11:32.268Z Downloaded dof v0.4.0
5522026-07-01T19:11:32.268Z Downloaded dropshot-api-manager-types v0.7.2
5532026-07-01T19:11:32.268Z Downloaded ciborium-io v0.2.2
5542026-07-01T19:11:32.268Z Downloaded fixedbitset v0.4.2
5552026-07-01T19:11:32.273Z Downloaded async-recursion v1.1.1
5562026-07-01T19:11:32.273Z Downloaded env_filter v1.0.0
5572026-07-01T19:11:32.273Z Downloaded fd-lock v4.0.4
5582026-07-01T19:11:32.273Z Downloaded endian-type v0.1.2
5592026-07-01T19:11:32.277Z Downloaded dtrace-parser v0.3.0
5602026-07-01T19:11:32.277Z Downloaded derive_builder_macro v0.20.2
5612026-07-01T19:11:32.278Z Downloaded async-trait v0.1.89
5622026-07-01T19:11:32.278Z Downloaded der_derive v0.7.3
5632026-07-01T19:11:32.281Z Downloaded camino-tempfile-ext v0.3.3
5642026-07-01T19:11:32.281Z Downloaded downcast-rs v2.0.2
5652026-07-01T19:11:32.281Z Downloaded deranged v0.5.8
5662026-07-01T19:11:32.281Z Downloaded darling v0.13.4
5672026-07-01T19:11:32.285Z Downloaded bitfield v0.19.4
5682026-07-01T19:11:32.285Z Downloaded cexpr v0.6.0
5692026-07-01T19:11:32.285Z Downloaded darling v0.21.3
5702026-07-01T19:11:32.289Z Downloaded difflib v0.4.0
5712026-07-01T19:11:32.289Z Downloaded cpufeatures v0.3.0
5722026-07-01T19:11:32.298Z Downloaded embedded-io v0.4.0
5732026-07-01T19:11:32.298Z Downloaded arrayref v0.3.9
5742026-07-01T19:11:32.307Z Downloaded crypto-common v0.2.2
5752026-07-01T19:11:32.307Z Downloaded foreign-types-shared v0.3.1
5762026-07-01T19:11:32.307Z Downloaded cfg_aliases v0.1.1
5772026-07-01T19:11:32.307Z Downloaded bb8 v0.8.6
5782026-07-01T19:11:32.307Z Downloaded crunchy v0.2.4
5792026-07-01T19:11:32.307Z Downloaded byte-wrapper v0.1.0
5802026-07-01T19:11:32.307Z Downloaded dirs-next v2.0.0
5812026-07-01T19:11:32.307Z Downloaded embedded-io v0.6.1
5822026-07-01T19:11:32.317Z Downloaded dunce v1.0.5
5832026-07-01T19:11:32.317Z Downloaded defmt-parser v1.0.0
5842026-07-01T19:11:32.317Z Downloaded cbc v0.1.2
5852026-07-01T19:11:32.318Z Downloaded display-error-chain v0.2.2
5862026-07-01T19:11:32.318Z Downloaded bcrypt-pbkdf v0.10.0
5872026-07-01T19:11:32.318Z Downloaded foreign-types v0.5.0
5882026-07-01T19:11:32.318Z Downloaded funty v2.0.0
5892026-07-01T19:11:32.318Z Downloaded foreign-types-shared v0.1.1
5902026-07-01T19:11:32.326Z Downloaded cobs v0.3.0
5912026-07-01T19:11:32.326Z Downloaded foreign-types-macros v0.2.3
5922026-07-01T19:11:32.326Z Downloaded diesel_table_macro_syntax v0.3.0
5932026-07-01T19:11:32.326Z Downloaded ciborium-ll v0.2.2
5942026-07-01T19:11:32.326Z Downloaded float-cmp v0.10.0
5952026-07-01T19:11:32.326Z Downloaded futures-sink v0.3.32
5962026-07-01T19:11:32.326Z Downloaded buf-list v1.1.2
5972026-07-01T19:11:32.326Z Downloaded futures-task v0.3.32
5982026-07-01T19:11:32.326Z Downloaded gethostname v0.5.0
5992026-07-01T19:11:32.331Z Downloaded git-stub v1.0.0
6002026-07-01T19:11:32.331Z Downloaded constant_time_eq v0.4.2
6012026-07-01T19:11:32.331Z Downloaded derive-ex v0.1.8
6022026-07-01T19:11:32.338Z Downloaded headers-core v0.3.0
6032026-07-01T19:11:32.338Z Downloaded foreign-types v0.3.2
6042026-07-01T19:11:32.339Z Downloaded float-ord v0.3.2
6052026-07-01T19:11:32.339Z Downloaded csv-core v0.1.13
6062026-07-01T19:11:32.339Z Downloaded form_urlencoded v1.2.2
6072026-07-01T19:11:32.353Z Downloaded colored v3.1.1
6082026-07-01T19:11:32.353Z Downloaded clang-sys v1.8.1
6092026-07-01T19:11:32.353Z Downloaded corncobs v0.1.4
6102026-07-01T19:11:32.353Z Downloaded fixedbitset v0.5.7
6112026-07-01T19:11:32.353Z Downloaded crc32fast v1.5.0
6122026-07-01T19:11:32.353Z Downloaded const_format_proc_macros v0.2.34
6132026-07-01T19:11:32.353Z Downloaded cmake v0.1.57
6142026-07-01T19:11:32.353Z Downloaded hash32 v0.3.1
6152026-07-01T19:11:32.354Z Downloaded darling v0.23.0
6162026-07-01T19:11:32.358Z Downloaded fxhash v0.2.1
6172026-07-01T19:11:32.359Z Downloaded futures-io v0.3.32
6182026-07-01T19:11:32.359Z Downloaded futures-core v0.3.32
6192026-07-01T19:11:32.359Z Downloaded crossbeam-epoch v0.9.18
6202026-07-01T19:11:32.359Z Downloaded hex-literal v0.4.1
6212026-07-01T19:11:32.369Z Downloaded hex v0.4.3
6222026-07-01T19:11:32.370Z Downloaded convert_case v0.10.0
6232026-07-01T19:11:32.370Z Downloaded convert_case v0.4.0
6242026-07-01T19:11:32.370Z Downloaded globwalk v0.9.1
6252026-07-01T19:11:32.370Z Downloaded blowfish v0.9.1
6262026-07-01T19:11:32.377Z Downloaded anstyle-parse v0.2.7
6272026-07-01T19:11:32.377Z Downloaded digest v0.11.3
6282026-07-01T19:11:32.377Z Downloaded darling_core v0.20.11
6292026-07-01T19:11:32.377Z Downloaded futures-macro v0.3.32
6302026-07-01T19:11:32.381Z Downloaded fallible-iterator v0.2.0
6312026-07-01T19:11:32.381Z Downloaded ed25519 v2.2.3
6322026-07-01T19:11:32.381Z Downloaded env_logger v0.11.9
6332026-07-01T19:11:32.381Z Downloaded http-body v1.0.1
6342026-07-01T19:11:32.381Z Downloaded ecdsa v0.16.9
6352026-07-01T19:11:32.381Z Downloaded hubpack v0.1.2
6362026-07-01T19:11:32.388Z Downloaded ghash v0.5.1
6372026-07-01T19:11:32.388Z Downloaded fs_extra v1.3.0
6382026-07-01T19:11:32.388Z Downloaded http-range v0.1.5
6392026-07-01T19:11:32.389Z Downloaded hostname v0.4.2
6402026-07-01T19:11:32.393Z Downloaded fs-err v2.11.0
6412026-07-01T19:11:32.393Z Downloaded displaydoc v0.2.5
6422026-07-01T19:11:32.393Z Downloaded hubpack_derive v0.1.1
6432026-07-01T19:11:32.393Z Downloaded console v0.16.2
6442026-07-01T19:11:32.393Z Downloaded ciborium v0.2.2
6452026-07-01T19:11:32.393Z Downloaded glob v0.3.3
6462026-07-01T19:11:32.397Z Downloaded foldhash v0.2.0
6472026-07-01T19:11:32.397Z Downloaded chacha20 v0.9.1
6482026-07-01T19:11:32.397Z Downloaded bzip2 v0.6.1
6492026-07-01T19:11:32.398Z Downloaded httpdate v1.0.3
6502026-07-01T19:11:32.398Z Downloaded group v0.13.0
6512026-07-01T19:11:32.401Z Downloaded git-stub-vcs v0.1.0
6522026-07-01T19:11:32.401Z Downloaded foldhash v0.1.5
6532026-07-01T19:11:32.401Z Downloaded ident_case v1.0.1
6542026-07-01T19:11:32.405Z Downloaded hyper-tls v0.6.0
6552026-07-01T19:11:32.406Z Downloaded diesel-dtrace v0.5.0
6562026-07-01T19:11:32.406Z Downloaded hostname v0.3.1
6572026-07-01T19:11:32.410Z Downloaded home v0.5.12
6582026-07-01T19:11:32.410Z Downloaded either v1.15.0
6592026-07-01T19:11:32.410Z Downloaded defmt-macros v1.0.1
6602026-07-01T19:11:32.415Z Downloaded colored v2.2.0
6612026-07-01T19:11:32.415Z Downloaded diff v0.1.13
6622026-07-01T19:11:32.415Z Downloaded console v0.15.11
6632026-07-01T19:11:32.418Z Downloaded const-oid v0.9.6
6642026-07-01T19:11:32.418Z Downloaded illumos-nvpair v0.3.0
6652026-07-01T19:11:32.421Z Downloaded idna_adapter v1.2.1
6662026-07-01T19:11:32.421Z Downloaded illumos-nvpair-sys v0.2.0
6672026-07-01T19:11:32.421Z Downloaded derive_builder v0.20.2
6682026-07-01T19:11:32.426Z Downloaded darling v0.20.11
6692026-07-01T19:11:32.428Z Downloaded instant v0.1.13
6702026-07-01T19:11:32.428Z Downloaded chacha20 v0.10.0
6712026-07-01T19:11:32.431Z Downloaded indent_write v2.2.0
6722026-07-01T19:11:32.431Z Downloaded hash32 v0.2.1
6732026-07-01T19:11:32.434Z Downloaded instability v0.3.11
6742026-07-01T19:11:32.434Z Downloaded erased-serde v0.3.31
6752026-07-01T19:11:32.437Z Downloaded highway v1.3.0
6762026-07-01T19:11:32.437Z Downloaded cookie_store v0.22.1
6772026-07-01T19:11:32.441Z Downloaded indoc v1.0.9
6782026-07-01T19:11:32.441Z Downloaded is_ci v1.2.0
6792026-07-01T19:11:32.441Z Downloaded is-terminal v0.4.17
6802026-07-01T19:11:32.446Z Downloaded globset v0.4.18
6812026-07-01T19:11:32.447Z Downloaded cipher v0.4.4
6822026-07-01T19:11:32.447Z Downloaded internet-checksum v0.2.1
6832026-07-01T19:11:32.454Z Downloaded cookie v0.18.1
6842026-07-01T19:11:32.454Z Downloaded keccak v0.1.6
6852026-07-01T19:11:32.454Z Downloaded http-body-util v0.1.3
6862026-07-01T19:11:32.454Z Downloaded ff v0.13.1
6872026-07-01T19:11:32.454Z Downloaded data-encoding v2.10.0
6882026-07-01T19:11:32.463Z Downloaded derive_builder_core v0.20.2
6892026-07-01T19:11:32.464Z Downloaded const-oid v0.10.2
6902026-07-01T19:11:32.464Z Downloaded futures-executor v0.3.32
6912026-07-01T19:11:32.464Z Downloaded futures-channel v0.3.32
6922026-07-01T19:11:32.464Z Downloaded find-msvc-tools v0.1.9
6932026-07-01T19:11:32.478Z Downloaded bzip2 v0.4.4
6942026-07-01T19:11:32.478Z Downloaded cancel-safe-futures v0.1.5
6952026-07-01T19:11:32.479Z Downloaded humantime v2.3.0
6962026-07-01T19:11:32.479Z Downloaded kstat-rs v0.2.4
6972026-07-01T19:11:32.479Z Downloaded ahash v0.8.12
6982026-07-01T19:11:32.479Z Downloaded hyper-staticfile v0.10.1
6992026-07-01T19:11:32.479Z Downloaded compact_str v0.8.1
7002026-07-01T19:11:32.479Z Downloaded lazy_static v1.5.0
7012026-07-01T19:11:32.479Z Downloaded getrandom v0.2.17
7022026-07-01T19:11:32.479Z Downloaded base64 v0.22.1
7032026-07-01T19:11:32.493Z Downloaded darling_core v0.13.4
7042026-07-01T19:11:32.494Z Downloaded elliptic-curve v0.13.8
7052026-07-01T19:11:32.494Z Downloaded linked-hash-map v0.5.6
7062026-07-01T19:11:32.494Z Downloaded inout v0.1.4
7072026-07-01T19:11:32.494Z Downloaded dropshot_endpoint v0.17.1
7082026-07-01T19:11:32.494Z Downloaded derive_more v0.99.20
7092026-07-01T19:11:32.494Z Downloaded lru-cache v0.1.2
7102026-07-01T19:11:32.503Z Downloaded lzss v0.8.2
7112026-07-01T19:11:32.503Z Downloaded darling_core v0.21.3
7122026-07-01T19:11:32.503Z Downloaded libscf-sys v1.1.0
7132026-07-01T19:11:32.503Z Downloaded des v0.8.1
7142026-07-01T19:11:32.503Z Downloaded blake2 v0.10.6
7152026-07-01T19:11:32.504Z Downloaded match_cfg v0.1.0
7162026-07-01T19:11:32.504Z Downloaded md5 v0.7.0
7172026-07-01T19:11:32.504Z Downloaded maybe-uninit v2.0.0
7182026-07-01T19:11:32.504Z Downloaded lru-slab v0.1.2
7192026-07-01T19:11:32.504Z Downloaded lru v0.12.5
7202026-07-01T19:11:32.504Z Downloaded ingot v0.1.1
7212026-07-01T19:11:32.504Z Downloaded managed v0.8.0
7222026-07-01T19:11:32.504Z Downloaded memoffset v0.9.1
7232026-07-01T19:11:32.513Z Downloaded indoc v2.0.7
7242026-07-01T19:11:32.513Z Downloaded nibble_vec v0.1.0
7252026-07-01T19:11:32.513Z Downloaded half v1.8.3
7262026-07-01T19:11:32.514Z Downloaded futures v0.3.32
7272026-07-01T19:11:32.514Z Downloaded ipnet v2.11.0
7282026-07-01T19:11:32.517Z Downloaded ingot-types v0.1.2
7292026-07-01T19:11:32.517Z Downloaded crossbeam-channel v0.5.15
7302026-07-01T19:11:32.517Z Downloaded impl-trait-for-tuples v0.2.3
7312026-07-01T19:11:32.517Z Downloaded lalrpop-util v0.19.12
7322026-07-01T19:11:32.517Z Downloaded ipnetwork v0.21.1
7332026-07-01T19:11:32.522Z Downloaded nodrop v0.1.14
7342026-07-01T19:11:32.522Z Downloaded chacha20poly1305 v0.10.1
7352026-07-01T19:11:32.522Z Downloaded multimap v0.10.1
7362026-07-01T19:11:32.522Z Downloaded newtype-uuid-macros v0.1.0
7372026-07-01T19:11:32.532Z Downloaded mime v0.3.17
7382026-07-01T19:11:32.532Z Downloaded newline-converter v0.3.0
7392026-07-01T19:11:32.532Z Downloaded new_debug_unreachable v1.0.6
7402026-07-01T19:11:32.532Z Downloaded arc-swap v1.8.2
7412026-07-01T19:11:32.532Z Downloaded half v2.7.1
7422026-07-01T19:11:32.537Z Downloaded diesel_derives v2.3.7
7432026-07-01T19:11:32.537Z Downloaded fatfs v0.3.6
7442026-07-01T19:11:32.537Z Downloaded getrandom v0.3.4
7452026-07-01T19:11:32.540Z Downloaded num-iter v0.1.45
7462026-07-01T19:11:32.540Z Downloaded hyper-rustls v0.27.7
7472026-07-01T19:11:32.540Z Downloaded hybrid-array v0.4.10
7482026-07-01T19:11:32.540Z Downloaded bytes v1.11.1
7492026-07-01T19:11:32.543Z Downloaded num-conv v0.2.0
7502026-07-01T19:11:32.543Z Downloaded lock_api v0.4.14
7512026-07-01T19:11:32.548Z Downloaded aes-gcm v0.10.3
7522026-07-01T19:11:32.551Z Downloaded base64 v0.21.7
7532026-07-01T19:11:32.551Z Downloaded jobserver v0.1.34
7542026-07-01T19:11:32.551Z Downloaded iana-time-zone v0.1.65
7552026-07-01T19:11:32.554Z Downloaded num_threads v0.1.7
7562026-07-01T19:11:32.554Z Downloaded num-derive v0.4.2
7572026-07-01T19:11:32.557Z Downloaded num_enum_derive v0.5.11
7582026-07-01T19:11:32.557Z Downloaded num-derive v0.3.3
7592026-07-01T19:11:32.557Z Downloaded openssl-probe v0.2.1
7602026-07-01T19:11:32.561Z Downloaded olpc-cjson v0.1.4
7612026-07-01T19:11:32.561Z Downloaded openssl-probe v0.1.6
7622026-07-01T19:11:32.561Z Downloaded num v0.4.3
7632026-07-01T19:11:32.561Z Downloaded linear-map v1.2.0
7642026-07-01T19:11:32.564Z Downloaded mime_guess v2.0.5
7652026-07-01T19:11:32.565Z Downloaded const_format v0.2.35
7662026-07-01T19:11:32.567Z Downloaded aes v0.8.4
7672026-07-01T19:11:32.567Z Downloaded openssl-macros v0.1.1
7682026-07-01T19:11:32.571Z Downloaded opaque-debug v0.3.1
7692026-07-01T19:11:32.571Z Downloaded darling_core v0.23.0
7702026-07-01T19:11:32.571Z Downloaded normalize-line-endings v0.3.0
7712026-07-01T19:11:32.576Z Downloaded md-5 v0.10.6
7722026-07-01T19:11:32.576Z Downloaded maplit v1.0.2
7732026-07-01T19:11:32.576Z Downloaded bumpalo v3.20.2
7742026-07-01T19:11:32.579Z Downloaded nanorand v0.7.0
7752026-07-01T19:11:32.579Z Downloaded native-tls v0.2.18
7762026-07-01T19:11:32.579Z Downloaded ingot-macros v0.1.1
7772026-07-01T19:11:32.582Z Downloaded hmac v0.12.1
7782026-07-01T19:11:32.582Z Downloaded newtype-uuid v1.3.2
7792026-07-01T19:11:32.582Z Downloaded cassowary v0.3.0
7802026-07-01T19:11:32.585Z Downloaded crossbeam-deque v0.8.6
7812026-07-01T19:11:32.590Z Downloaded newtype_derive v0.1.6
7822026-07-01T19:11:32.594Z Downloaded httparse v1.10.1
7832026-07-01T19:11:32.594Z Downloaded flume v0.11.1
7842026-07-01T19:11:32.598Z Downloaded packed_struct_codegen v0.10.1
7852026-07-01T19:11:32.601Z Downloaded parse-size v1.1.0
7862026-07-01T19:11:32.601Z Downloaded nu-ansi-term v0.50.3
7872026-07-01T19:11:32.601Z Downloaded path-slash v0.1.5
7882026-07-01T19:11:32.604Z Downloaded parse-display v0.10.0
7892026-07-01T19:11:32.604Z Downloaded icu_provider v2.1.1
7902026-07-01T19:11:32.604Z Downloaded libloading v0.8.9
7912026-07-01T19:11:32.608Z Downloaded derive_more v2.1.1
7922026-07-01T19:11:32.614Z Downloaded pbkdf2 v0.12.2
7932026-07-01T19:11:32.618Z Downloaded num-integer v0.1.46
7942026-07-01T19:11:32.618Z Downloaded phf_shared v0.13.1
7952026-07-01T19:11:32.618Z Downloaded libsw-core v0.3.2
7962026-07-01T19:11:32.618Z Downloaded crypto-bigint v0.5.5
7972026-07-01T19:11:32.632Z Downloaded pbkdf2 v0.11.0
7982026-07-01T19:11:32.638Z Downloaded num_enum_derive v0.7.6
7992026-07-01T19:11:32.638Z Downloaded num_enum v0.7.6
8002026-07-01T19:11:32.638Z Downloaded num_enum v0.5.11
8012026-07-01T19:11:32.639Z Downloaded phf_shared v0.11.3
8022026-07-01T19:11:32.639Z Downloaded percent-encoding v2.3.2
8032026-07-01T19:11:32.639Z Downloaded phf_shared v0.12.1
8042026-07-01T19:11:32.639Z Downloaded libefi-sys v0.1.0
8052026-07-01T19:11:32.639Z Downloaded litemap v0.8.1
8062026-07-01T19:11:32.639Z Downloaded headers v0.4.1
8072026-07-01T19:11:32.639Z Downloaded litrs v1.0.0
8082026-07-01T19:11:32.646Z Downloaded heapless v0.8.0
8092026-07-01T19:11:32.657Z Downloaded predicates-tree v1.0.13
8102026-07-01T19:11:32.674Z Downloaded proc-macro-crate v3.4.0
8112026-07-01T19:11:32.674Z Downloaded proc-macro-crate v1.3.1
8122026-07-01T19:11:32.675Z Downloaded powerfmt v0.2.0
8132026-07-01T19:11:32.675Z Downloaded oso-derive v0.27.3
8142026-07-01T19:11:32.675Z Downloaded precomputed-hash v0.1.1
8152026-07-01T19:11:32.675Z Downloaded potential_utf v0.1.4
8162026-07-01T19:11:32.675Z Downloaded packed_struct v0.10.1
8172026-07-01T19:11:32.675Z Downloaded oxnet v0.1.6
8182026-07-01T19:11:32.675Z Downloaded ed25519-dalek v2.2.0
8192026-07-01T19:11:32.675Z Downloaded crossterm v0.28.1
8202026-07-01T19:11:32.682Z Downloaded paste v1.0.15
8212026-07-01T19:11:32.682Z Downloaded psl-types v2.0.11
8222026-07-01T19:11:32.682Z Downloaded proc-macro-error-attr2 v2.0.0
8232026-07-01T19:11:32.682Z Downloaded peg-runtime v0.8.5
8242026-07-01T19:11:32.682Z Downloaded peg v0.8.5
8252026-07-01T19:11:32.682Z Downloaded password-hash v0.5.0
8262026-07-01T19:11:32.682Z Downloaded password-hash v0.4.2
8272026-07-01T19:11:32.682Z Downloaded libbz2-rs-sys v0.2.2
8282026-07-01T19:11:32.682Z Downloaded icu_normalizer_data v2.1.1
8292026-07-01T19:11:32.682Z Downloaded derive_more-impl v2.1.1
8302026-07-01T19:11:32.686Z Downloaded icu_normalizer v2.1.1
8312026-07-01T19:11:32.687Z Downloaded progenitor-macro v0.14.0
8322026-07-01T19:11:32.687Z Downloaded num-rational v0.4.2
8332026-07-01T19:11:32.687Z Downloaded num-complex v0.4.6
8342026-07-01T19:11:32.692Z Downloaded icu_locale_core v2.1.1
8352026-07-01T19:11:32.692Z Downloaded radium v0.7.0
8362026-07-01T19:11:32.695Z Downloaded indicatif v0.18.4
8372026-07-01T19:11:32.695Z Downloaded ignore v0.4.25
8382026-07-01T19:11:32.695Z Downloaded quick-error v1.2.3
8392026-07-01T19:11:32.699Z Downloaded pem v3.0.6
8402026-07-01T19:11:32.699Z Downloaded pem-rfc7468 v0.7.0
8412026-07-01T19:11:32.699Z Downloaded predicates-core v1.0.10
8422026-07-01T19:11:32.699Z Downloaded poly1305 v0.8.0
8432026-07-01T19:11:32.702Z Downloaded pkg-config v0.3.32
8442026-07-01T19:11:32.703Z Downloaded pkcs8 v0.10.2
8452026-07-01T19:11:32.706Z Downloaded pin-project-internal v1.1.11
8462026-07-01T19:11:32.706Z Downloaded pin-project-lite v0.2.17
8472026-07-01T19:11:32.709Z Downloaded hickory-resolver v0.25.2
8482026-07-01T19:11:32.713Z Downloaded heapless v0.7.17
8492026-07-01T19:11:32.713Z Downloaded polyval v0.6.2
8502026-07-01T19:11:32.716Z Downloaded phf v0.13.1
8512026-07-01T19:11:32.717Z Downloaded phf v0.12.1
8522026-07-01T19:11:32.717Z Downloaded rand_chacha v0.3.1
8532026-07-01T19:11:32.724Z Downloaded progenitor-client v0.14.0
8542026-07-01T19:11:32.724Z Downloaded parse-display-derive v0.10.0
8552026-07-01T19:11:32.724Z Downloaded ppv-lite86 v0.2.21
8562026-07-01T19:11:32.724Z Downloaded rand_xorshift v0.4.0
8572026-07-01T19:11:32.724Z Downloaded parking_lot_core v0.8.6
8582026-07-01T19:11:32.724Z Downloaded oxide-tokio-rt v0.1.4
8592026-07-01T19:11:32.729Z Downloaded owo-colors v4.3.0
8602026-07-01T19:11:32.729Z Downloaded memmap2 v0.9.10
8612026-07-01T19:11:32.729Z Downloaded indexmap v1.9.3
8622026-07-01T19:11:32.729Z Downloaded predicates v3.1.4
8632026-07-01T19:11:32.741Z Downloaded parking_lot v0.11.2
8642026-07-01T19:11:32.741Z Downloaded ref-cast-impl v1.0.25
8652026-07-01T19:11:32.741Z Downloaded recursive v0.1.1
8662026-07-01T19:11:32.741Z Downloaded parking_lot_core v0.9.12
8672026-07-01T19:11:32.741Z Downloaded rfc6979 v0.4.0
8682026-07-01T19:11:32.750Z Downloaded ref-cast v1.0.25
8692026-07-01T19:11:32.750Z Downloaded der v0.7.10
8702026-07-01T19:11:32.750Z Downloaded num-traits v0.2.19
8712026-07-01T19:11:32.750Z Downloaded progenitor v0.13.0
8722026-07-01T19:11:32.750Z Downloaded async-compression v0.4.41
8732026-07-01T19:11:32.750Z Downloaded psm v0.1.30
8742026-07-01T19:11:32.750Z Downloaded icu_collections v2.1.1
8752026-07-01T19:11:32.754Z Downloaded progenitor-macro v0.13.0
8762026-07-01T19:11:32.754Z Downloaded progenitor-extras v0.2.0
8772026-07-01T19:11:32.754Z Downloaded progenitor-client v0.13.0
8782026-07-01T19:11:32.758Z Downloaded progenitor v0.14.0
8792026-07-01T19:11:32.758Z Downloaded rtoolbox v0.0.3
8802026-07-01T19:11:32.758Z Downloaded peg-macros v0.8.5
8812026-07-01T19:11:32.759Z Downloaded r2d2 v0.8.10
8822026-07-01T19:11:32.759Z Downloaded proc-macro-error2 v2.0.1
8832026-07-01T19:11:32.768Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-07-01T19:11:32.768Z Downloaded parking_lot v0.12.5
8852026-07-01T19:11:32.768Z Downloaded rustc_version v0.4.1
8862026-07-01T19:11:32.768Z Downloaded omicron-zone-package v0.12.3
8872026-07-01T19:11:32.815Z Downloaded russh-cryptovec v0.7.3
8882026-07-01T19:11:32.815Z Downloaded pkcs5 v0.7.1
8892026-07-01T19:11:32.815Z Downloaded hickory-resolver v0.24.4
8902026-07-01T19:11:32.816Z Downloaded expectorate v1.2.0
8912026-07-01T19:11:32.816Z Downloaded multer v3.1.0
8922026-07-01T19:11:32.816Z Downloaded libsw v3.5.0
8932026-07-01T19:11:32.816Z Downloaded flate2 v1.1.9
8942026-07-01T19:11:32.816Z Downloaded rustc_version v0.1.7
8952026-07-01T19:11:32.816Z Downloaded rand_seeder v0.4.0
8962026-07-01T19:11:32.816Z Downloaded rand_core v0.6.4
8972026-07-01T19:11:32.816Z Downloaded miniz_oxide v0.8.9
8982026-07-01T19:11:32.816Z Downloaded oso v0.27.3
8992026-07-01T19:11:32.816Z Downloaded rand_core v0.10.0
9002026-07-01T19:11:32.816Z Downloaded rand_chacha v0.9.0
9012026-07-01T19:11:32.816Z Downloaded postcard v1.1.3
9022026-07-01T19:11:32.816Z Downloaded cc v1.2.56
9032026-07-01T19:11:32.816Z Downloaded icu_properties v2.1.2
9042026-07-01T19:11:32.816Z Downloaded salsa20 v0.10.2
9052026-07-01T19:11:32.816Z Downloaded scroll_derive v0.13.1
9062026-07-01T19:11:32.817Z Downloaded scopeguard v1.2.0
9072026-07-01T19:11:32.817Z Downloaded postgres-types v0.2.12
9082026-07-01T19:11:32.817Z Downloaded postgres-protocol v0.6.10
9092026-07-01T19:11:32.824Z Downloaded p256 v0.13.2
9102026-07-01T19:11:32.824Z Downloaded scrypt v0.11.0
9112026-07-01T19:11:32.824Z Downloaded papergrid v0.17.0
9122026-07-01T19:11:32.825Z Downloaded jiff-static v0.2.21
9132026-07-01T19:11:32.825Z Downloaded nonempty v0.12.0
9142026-07-01T19:11:32.825Z Downloaded sapling-renderdag v0.1.0
9152026-07-01T19:11:32.825Z Downloaded same-file v1.0.6
9162026-07-01T19:11:32.825Z Downloaded quinn-udp v0.5.14
9172026-07-01T19:11:32.825Z Downloaded seq-macro v0.3.6
9182026-07-01T19:11:32.825Z Downloaded primeorder v0.13.6
9192026-07-01T19:11:32.825Z Downloaded secrecy v0.10.3
9202026-07-01T19:11:32.825Z Downloaded minimal-lexical v0.2.1
9212026-07-01T19:11:32.831Z Downloaded serde-big-array v0.5.1
9222026-07-01T19:11:32.831Z Downloaded serde_bytes v0.11.19
9232026-07-01T19:11:32.831Z Downloaded serde_urlencoded v0.7.1
9242026-07-01T19:11:32.831Z Downloaded serde_spanned v1.1.1
9252026-07-01T19:11:32.836Z Downloaded serde_repr v0.1.20
9262026-07-01T19:11:32.836Z Downloaded rusty-fork v0.3.1
9272026-07-01T19:11:32.836Z Downloaded semver v0.1.20
9282026-07-01T19:11:32.836Z Downloaded hickory-server v0.25.2
9292026-07-01T19:11:32.837Z Downloaded resolv-conf v0.7.6
9302026-07-01T19:11:32.845Z Downloaded hashbrown v0.13.2
9312026-07-01T19:11:32.845Z Downloaded rustls-pemfile v2.2.0
9322026-07-01T19:11:32.845Z Downloaded rand_core v0.9.5
9332026-07-01T19:11:32.854Z Downloaded shell-words v1.1.1
9342026-07-01T19:11:32.854Z Downloaded sha1 v0.10.6
9352026-07-01T19:11:32.854Z Downloaded pkcs1 v0.7.5
9362026-07-01T19:11:32.854Z Downloaded hashbrown v0.12.3
9372026-07-01T19:11:32.854Z Downloaded serde_plain v1.0.2
9382026-07-01T19:11:32.854Z Downloaded signal-hook-mio v0.2.5
9392026-07-01T19:11:32.859Z Downloaded sha1 v0.11.0
9402026-07-01T19:11:32.859Z Downloaded signature v2.2.0
9412026-07-01T19:11:32.859Z Downloaded openssl-sys v0.9.115
9422026-07-01T19:11:32.863Z Downloaded rustc-hash v2.1.1
9432026-07-01T19:11:32.863Z Downloaded http v1.4.2
9442026-07-01T19:11:32.867Z Downloaded sigpipe v0.1.3
9452026-07-01T19:11:32.867Z Downloaded signal-hook-tokio v0.3.1
9462026-07-01T19:11:32.867Z Downloaded hyper-util v0.1.20
9472026-07-01T19:11:32.871Z Downloaded schemars_derive v0.8.22
9482026-07-01T19:11:32.871Z Downloaded scheduled-thread-pool v0.2.7
9492026-07-01T19:11:32.876Z Downloaded secrecy v0.8.0
9502026-07-01T19:11:32.877Z Downloaded scroll v0.13.0
9512026-07-01T19:11:32.877Z Downloaded dropshot-api-manager v0.7.2
9522026-07-01T19:11:32.882Z Downloaded sec1 v0.7.3
9532026-07-01T19:11:32.887Z Downloaded slog-envlogger v2.2.0
9542026-07-01T19:11:32.901Z Downloaded serde-hex v0.1.0
9552026-07-01T19:11:32.912Z Downloaded strip-ansi-escapes v0.2.1
9562026-07-01T19:11:32.912Z Downloaded ssh-encoding v0.2.0
9572026-07-01T19:11:32.912Z Downloaded rustversion v1.0.22
9582026-07-01T19:11:32.912Z Downloaded rustls-pki-types v1.14.0
9592026-07-01T19:11:32.918Z Downloaded slog-bunyan v2.5.0
9602026-07-01T19:11:32.918Z Downloaded ssh-cipher v0.2.0
9612026-07-01T19:11:32.918Z Downloaded siphasher v1.0.2
9622026-07-01T19:11:32.918Z Downloaded itertools v0.10.5
9632026-07-01T19:11:32.918Z Downloaded serde_with_macros v1.5.2
9642026-07-01T19:11:32.919Z Downloaded rustls-native-certs v0.8.3
9652026-07-01T19:11:32.919Z Downloaded pin-project v1.1.11
9662026-07-01T19:11:32.925Z Downloaded serde_derive_internals v0.29.1
9672026-07-01T19:11:32.929Z Downloaded shlex v1.3.0
9682026-07-01T19:11:32.929Z Downloaded crossterm v0.29.0
9692026-07-01T19:11:32.937Z Downloaded prefix-trie v0.7.0
9702026-07-01T19:11:32.937Z Downloaded prettyplease v0.2.37
9712026-07-01T19:11:32.942Z Downloaded slab v0.4.12
9722026-07-01T19:11:32.942Z Downloaded signal-hook-registry v1.4.8
9732026-07-01T19:11:32.942Z Downloaded slog-json v2.6.1
9742026-07-01T19:11:32.943Z Downloaded strum v0.26.3
9752026-07-01T19:11:32.943Z Downloaded strsim v0.10.0
9762026-07-01T19:11:32.946Z Downloaded slog-stdlog v4.1.1
9772026-07-01T19:11:32.946Z Downloaded slog-dtrace v0.3.0
9782026-07-01T19:11:32.946Z Downloaded slog-async v2.8.0
9792026-07-01T19:11:32.946Z Downloaded progenitor-impl v0.13.0
9802026-07-01T19:11:32.963Z Downloaded ron v0.8.1
9812026-07-01T19:11:32.967Z Downloaded structmeta-derive v0.3.0
9822026-07-01T19:11:32.967Z Downloaded rcgen v0.12.1
9832026-07-01T19:11:32.967Z Downloaded sync-ptr v0.1.4
9842026-07-01T19:11:32.967Z Downloaded smf v0.2.3
9852026-07-01T19:11:32.967Z Downloaded tabwriter v1.4.1
9862026-07-01T19:11:32.967Z Downloaded sync_wrapper v1.0.2
9872026-07-01T19:11:32.967Z Downloaded snafu-derive v0.8.9
9882026-07-01T19:11:32.967Z Downloaded smallvec v0.6.14
9892026-07-01T19:11:32.967Z Downloaded simd-adler32 v0.3.8
9902026-07-01T19:11:32.971Z Downloaded pretty_assertions v1.4.1
9912026-07-01T19:11:32.972Z Downloaded num-bigint v0.4.6
9922026-07-01T19:11:32.975Z Downloaded tabled_derive v0.11.0
9932026-07-01T19:11:32.975Z Downloaded serde_cbor v0.11.2
9942026-07-01T19:11:32.983Z Downloaded take_mut v0.2.2
9952026-07-01T19:11:32.983Z Downloaded testing_table v0.3.0
9962026-07-01T19:11:32.983Z Downloaded termtree v0.5.1
9972026-07-01T19:11:32.983Z Downloaded serde_path_to_error v0.1.20
9982026-07-01T19:11:32.983Z Downloaded tap v1.0.1
9992026-07-01T19:11:33.044Z Downloaded structmeta v0.3.0
10002026-07-01T19:11:33.044Z Downloaded sqlformat v0.3.5
10012026-07-01T19:11:33.044Z Downloaded stacker v0.1.23
10022026-07-01T19:11:33.044Z Downloaded slog-term v2.9.2
10032026-07-01T19:11:33.044Z Downloaded rayon-core v1.13.0
10042026-07-01T19:11:33.044Z Downloaded progenitor-impl v0.14.0
10052026-07-01T19:11:33.044Z Downloaded rustls-platform-verifier v0.6.2
10062026-07-01T19:11:33.044Z Downloaded serde_with_macros v3.17.0
10072026-07-01T19:11:33.044Z Downloaded slog-scope v4.4.1
10082026-07-01T19:11:33.044Z Downloaded time-core v0.1.8
10092026-07-01T19:11:33.045Z Downloaded aws-lc-rs v1.16.3
10102026-07-01T19:11:33.045Z Downloaded thread-id v5.1.0
10112026-07-01T19:11:33.045Z Downloaded ryu v1.0.23
10122026-07-01T19:11:33.045Z Downloaded string_cache v0.8.9
10132026-07-01T19:11:33.045Z Downloaded schemars v0.8.22
10142026-07-01T19:11:33.045Z Downloaded thiserror-impl-no-std v2.0.2
10152026-07-01T19:11:33.045Z Downloaded tinyvec_macros v0.1.1
10162026-07-01T19:11:33.045Z Downloaded subtle v2.6.1
10172026-07-01T19:11:33.045Z Downloaded tagptr v0.2.0
10182026-07-01T19:11:33.045Z Downloaded strum_macros v0.27.2
10192026-07-01T19:11:33.045Z Downloaded mio v1.2.0
10202026-07-01T19:11:33.045Z Downloaded support-bundle-viewer v0.1.2
10212026-07-01T19:11:33.045Z Downloaded libxml v0.3.3
10222026-07-01T19:11:33.045Z Downloaded supports-color v3.0.2
10232026-07-01T19:11:33.045Z Downloaded synstructure v0.13.2
10242026-07-01T19:11:33.045Z Downloaded strum_macros v0.24.3
10252026-07-01T19:11:33.045Z Downloaded strum_macros v0.26.4
10262026-07-01T19:11:33.045Z Downloaded rand v0.8.6
10272026-07-01T19:11:33.050Z Downloaded aho-corasick v1.1.4
10282026-07-01T19:11:33.050Z Downloaded termios v0.3.3
10292026-07-01T19:11:33.050Z Downloaded nom v7.1.3
10302026-07-01T19:11:33.050Z Downloaded publicsuffix v2.3.0
10312026-07-01T19:11:33.050Z Downloaded hashbrown v0.16.1
10322026-07-01T19:11:33.058Z Downloaded itertools v0.13.0
10332026-07-01T19:11:33.058Z Downloaded stringprep v0.1.5
10342026-07-01T19:11:33.058Z Downloaded static_assertions v1.1.0
10352026-07-01T19:11:33.062Z Downloaded spin v0.9.8
10362026-07-01T19:11:33.062Z Downloaded russh-keys v0.45.0
10372026-07-01T19:11:33.062Z Downloaded time-macros v0.2.27
10382026-07-01T19:11:33.062Z Downloaded spki v0.7.3
10392026-07-01T19:11:33.062Z Downloaded smallvec v1.15.1
10402026-07-01T19:11:33.066Z Downloaded thiserror-no-std v2.0.2
10412026-07-01T19:11:33.066Z Downloaded tower-layer v0.3.3
10422026-07-01T19:11:33.071Z Downloaded tokio-macros v2.7.0
10432026-07-01T19:11:33.071Z Downloaded slog v2.8.2
10442026-07-01T19:11:33.076Z Downloaded tls_codec v0.4.2
10452026-07-01T19:11:33.076Z Downloaded iri-string v0.7.10
10462026-07-01T19:11:33.079Z Downloaded topological-sort v0.2.2
10472026-07-01T19:11:33.079Z Downloaded idna v1.1.0
10482026-07-01T19:11:33.083Z Downloaded typify-macro v0.6.2
10492026-07-01T19:11:33.083Z Downloaded signal-hook v0.3.18
10502026-07-01T19:11:33.083Z Downloaded quinn v0.11.9
10512026-07-01T19:11:33.087Z Downloaded itertools v0.12.1
10522026-07-01T19:11:33.090Z Downloaded tls_codec_derive v0.4.2
10532026-07-01T19:11:33.090Z Downloaded icu_properties_data v2.1.2
10542026-07-01T19:11:33.108Z Downloaded tokio-test v0.4.5
10552026-07-01T19:11:33.135Z Downloaded unarray v0.1.4
10562026-07-01T19:11:33.136Z Downloaded untrusted v0.9.0
10572026-07-01T19:11:33.136Z Downloaded tower-service v0.3.3
10582026-07-01T19:11:33.136Z Downloaded unicode-xid v0.2.6
10592026-07-01T19:11:33.136Z Downloaded tokio-native-tls v0.3.1
10602026-07-01T19:11:33.136Z Downloaded similar v2.7.0
10612026-07-01T19:11:33.136Z Downloaded h2 v0.4.15
10622026-07-01T19:11:33.136Z Downloaded qorb v0.4.1
10632026-07-01T19:11:33.163Z Downloaded num-bigint-dig v0.8.6
10642026-07-01T19:11:33.163Z Downloaded tokio-tungstenite v0.21.0
10652026-07-01T19:11:33.163Z Downloaded universal-hash v0.5.1
10662026-07-01T19:11:33.163Z Downloaded unit-prefix v0.5.2
10672026-07-01T19:11:33.163Z Downloaded unicode-truncate v1.1.0
10682026-07-01T19:11:33.163Z Downloaded utf8_iter v1.0.4
10692026-07-01T19:11:33.163Z Downloaded trait-variant v0.1.2
10702026-07-01T19:11:33.163Z Downloaded tiny-keccak v2.0.2
10712026-07-01T19:11:33.163Z Downloaded term v1.2.1
10722026-07-01T19:11:33.164Z Downloaded tokio-dtrace v0.1.1
10732026-07-01T19:11:33.164Z Downloaded tinystr v0.8.2
10742026-07-01T19:11:33.164Z Downloaded socket2 v0.5.10
10752026-07-01T19:11:33.164Z Downloaded socket2 v0.6.3
10762026-07-01T19:11:33.164Z Downloaded serde_yaml v0.9.34+deprecated
10772026-07-01T19:11:33.164Z Downloaded wait-timeout v0.2.1
10782026-07-01T19:11:33.164Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10792026-07-01T19:11:33.164Z Downloaded thread_local v1.1.9
10802026-07-01T19:11:33.164Z Downloaded usdt-attr-macro v0.6.0
10812026-07-01T19:11:33.164Z Downloaded utf-8 v0.7.6
10822026-07-01T19:11:33.164Z Downloaded usdt-macro v0.6.0
10832026-07-01T19:11:33.164Z Downloaded rustls-webpki v0.103.9
10842026-07-01T19:11:33.172Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10852026-07-01T19:11:33.172Z Downloaded schemars v1.2.1
10862026-07-01T19:11:33.172Z Downloaded toml_writer v1.1.1+spec-1.1.0
10872026-07-01T19:11:33.172Z Downloaded schemars v0.9.0
10882026-07-01T19:11:33.172Z Downloaded term v0.7.0
10892026-07-01T19:11:33.172Z Downloaded void v1.0.2
10902026-07-01T19:11:33.172Z Downloaded samael v0.0.19
10912026-07-01T19:11:33.172Z Downloaded yoke-derive v0.8.1
10922026-07-01T19:11:33.172Z Downloaded itertools v0.14.0
10932026-07-01T19:11:33.179Z Downloaded unicase v2.9.0
10942026-07-01T19:11:33.179Z Downloaded hkdf v0.12.4
10952026-07-01T19:11:33.180Z Downloaded tui-tree-widget v0.23.1
10962026-07-01T19:11:33.180Z Downloaded hashbrown v0.15.5
10972026-07-01T19:11:33.184Z Downloaded waitgroup v0.1.2
10982026-07-01T19:11:33.184Z Downloaded nom v8.0.0
10992026-07-01T19:11:33.184Z Downloaded xattr v1.6.1
11002026-07-01T19:11:33.184Z Downloaded rand v0.9.2
11012026-07-01T19:11:33.202Z Downloaded futures-util v0.3.32
11022026-07-01T19:11:33.207Z Downloaded tokio-stream v0.1.18
11032026-07-01T19:11:33.207Z Downloaded test-strategy v0.4.5
11042026-07-01T19:11:33.207Z Downloaded tokio-tungstenite v0.23.1
11052026-07-01T19:11:33.207Z Downloaded xshell-macros v0.2.7
11062026-07-01T19:11:33.207Z Downloaded usdt v0.6.0
11072026-07-01T19:11:33.207Z Downloaded sqlparser_derive v0.5.0
11082026-07-01T19:11:33.207Z Downloaded rsa v0.9.10
11092026-07-01T19:11:33.210Z Downloaded tokio-rustls v0.26.4
11102026-07-01T19:11:33.213Z Downloaded rand v0.10.0
11112026-07-01T19:11:33.216Z Downloaded zone_cfg_derive v0.3.1
11122026-07-01T19:11:33.216Z Downloaded zeroize_derive v1.4.3
11132026-07-01T19:11:33.216Z Downloaded zerofrom v0.1.6
11142026-07-01T19:11:33.222Z Downloaded whoami v1.6.1
11152026-07-01T19:11:33.222Z Downloaded tinyvec v1.10.0
11162026-07-01T19:11:33.222Z Downloaded uzers v0.12.2
11172026-07-01T19:11:33.226Z Downloaded strum v0.27.2
11182026-07-01T19:11:33.226Z Downloaded stable_deref_trait v1.2.1
11192026-07-01T19:11:33.226Z Downloaded zone v0.3.1
11202026-07-01T19:11:33.226Z Downloaded vergen-lib v0.1.6
11212026-07-01T19:11:33.231Z Downloaded toml_parser v1.1.2+spec-1.1.0
11222026-07-01T19:11:33.235Z Downloaded wyz v0.5.1
11232026-07-01T19:11:33.243Z Downloaded vergen-lib v9.1.0
11242026-07-01T19:11:33.243Z Downloaded vergen-gitcl v1.0.8
11252026-07-01T19:11:33.243Z Downloaded vergen-git2 v9.1.0
11262026-07-01T19:11:33.246Z Downloaded subprocess v0.2.15
11272026-07-01T19:11:33.246Z Downloaded vsss-rs v3.3.4
11282026-07-01T19:11:33.246Z Downloaded snafu v0.8.9
11292026-07-01T19:11:33.249Z Downloaded zerofrom-derive v0.1.6
11302026-07-01T19:11:33.253Z Downloaded twox-hash v2.1.2
11312026-07-01T19:11:33.253Z Downloaded try-lock v0.2.5
11322026-07-01T19:11:33.253Z Downloaded unicode-properties v0.1.4
11332026-07-01T19:11:33.253Z Downloaded xshell v0.2.7
11342026-07-01T19:11:33.262Z Downloaded vergen v9.1.0
11352026-07-01T19:11:33.262Z Downloaded tracing-attributes v0.1.31
11362026-07-01T19:11:33.280Z Downloaded zeroize v1.8.2
11372026-07-01T19:11:33.280Z Downloaded whoami v2.1.0
11382026-07-01T19:11:33.280Z Downloaded zerovec-derive v0.11.2
11392026-07-01T19:11:33.280Z Downloaded tar v0.4.45
11402026-07-01T19:11:33.280Z Downloaded bindgen v0.71.1
11412026-07-01T19:11:33.286Z Downloaded want v0.3.1
11422026-07-01T19:11:33.286Z Downloaded russh v0.45.0
11432026-07-01T19:11:33.286Z Downloaded toml v1.1.2+spec-1.1.0
11442026-07-01T19:11:33.286Z Downloaded usdt-impl v0.6.0
11452026-07-01T19:11:33.291Z Downloaded typify v0.6.2
11462026-07-01T19:11:33.299Z Downloaded hyper v1.10.1
11472026-07-01T19:11:33.299Z Downloaded zstd v0.13.3
11482026-07-01T19:11:33.299Z Downloaded steno v0.4.1
11492026-07-01T19:11:33.304Z Downloaded unsafe-libyaml v0.2.11
11502026-07-01T19:11:33.304Z Downloaded zstd-safe v7.2.4
11512026-07-01T19:11:33.304Z Downloaded blake3 v1.8.5
11522026-07-01T19:11:33.308Z Downloaded unicode-bidi v0.3.18
11532026-07-01T19:11:33.312Z Downloaded yasna v0.5.2
11542026-07-01T19:11:33.312Z Downloaded tungstenite v0.21.0
11552026-07-01T19:11:33.312Z Downloaded untrusted v0.7.1
11562026-07-01T19:11:33.315Z Downloaded walkdir v2.5.0
11572026-07-01T19:11:33.315Z Downloaded tungstenite v0.23.0
11582026-07-01T19:11:33.315Z Downloaded libm v0.2.16
11592026-07-01T19:11:33.322Z Downloaded writeable v0.6.2
11602026-07-01T19:11:33.326Z Downloaded yoke v0.8.1
11612026-07-01T19:11:33.326Z Downloaded serde_with v1.14.0
11622026-07-01T19:11:33.326Z Downloaded rustyline v14.0.0
11632026-07-01T19:11:33.330Z Downloaded iddqd v0.4.2
11642026-07-01T19:11:33.346Z Downloaded vte v0.14.1
11652026-07-01T19:11:33.346Z Downloaded bitvec v1.0.1
11662026-07-01T19:11:33.357Z Downloaded toml_edit v0.23.10+spec-1.0.0
11672026-07-01T19:11:33.357Z Downloaded p521 v0.13.3
11682026-07-01T19:11:33.357Z Downloaded rpassword v7.4.0
11692026-07-01T19:11:33.357Z Downloaded ssh-key v0.6.7
11702026-07-01T19:11:33.362Z Downloaded uuid v1.23.4
11712026-07-01T19:11:33.384Z Downloaded regex v1.12.3
11722026-07-01T19:11:33.389Z Downloaded zerocopy v0.6.6
11732026-07-01T19:11:33.389Z Downloaded reedline v0.40.0
11742026-07-01T19:11:33.392Z Downloaded toml v0.7.8
11752026-07-01T19:11:33.392Z Downloaded reqwest v0.12.28
11762026-07-01T19:11:33.402Z Downloaded toml_edit v0.19.15
11772026-07-01T19:11:33.418Z Downloaded zopfli v0.8.3
11782026-07-01T19:11:33.422Z Downloaded git2 v0.20.4
11792026-07-01T19:11:33.422Z Downloaded tracing-core v0.1.36
11802026-07-01T19:11:33.422Z Downloaded portable-atomic v1.13.1
11812026-07-01T19:11:33.432Z Downloaded goblin v0.10.5
11822026-07-01T19:11:33.438Z Downloaded yansi v1.0.1
11832026-07-01T19:11:33.438Z Downloaded p384 v0.13.1
11842026-07-01T19:11:33.443Z Downloaded url v2.5.8
11852026-07-01T19:11:33.443Z Downloaded unicode_categories v0.1.1
11862026-07-01T19:11:33.443Z Downloaded reqwest v0.13.2
11872026-07-01T19:11:33.446Z Downloaded zerotrie v0.2.3
11882026-07-01T19:11:33.449Z Downloaded zip v0.6.6
11892026-07-01T19:11:33.449Z Downloaded lalrpop v0.19.12
11902026-07-01T19:11:33.455Z Downloaded quick-xml v0.37.5
11912026-07-01T19:11:33.459Z Downloaded chrono v0.4.44
11922026-07-01T19:11:33.474Z Downloaded zerocopy-derive v0.8.40
11932026-07-01T19:11:33.487Z Downloaded tokio-postgres v0.7.16
11942026-07-01T19:11:33.487Z Downloaded moka v0.12.13
11952026-07-01T19:11:33.487Z Downloaded x509-cert v0.2.5
11962026-07-01T19:11:33.487Z Downloaded rayon v1.11.0
11972026-07-01T19:11:33.495Z Downloaded tower v0.5.3
11982026-07-01T19:11:33.499Z Downloaded zip v4.6.1
11992026-07-01T19:11:33.502Z Downloaded unicode-segmentation v1.12.0
12002026-07-01T19:11:33.505Z Downloaded salty v0.3.0
12012026-07-01T19:11:33.519Z Downloaded petname v2.0.2
12022026-07-01T19:11:33.522Z Downloaded curve25519-dalek v4.1.3
12032026-07-01T19:11:33.532Z Downloaded typed-path v0.9.3
12042026-07-01T19:11:33.536Z Downloaded tower-http v0.6.8
12052026-07-01T19:11:33.539Z Downloaded nix v0.27.1
12062026-07-01T19:11:33.545Z Downloaded unicode-normalization v0.1.25
12072026-07-01T19:11:33.558Z Downloaded proptest v1.10.0
12082026-07-01T19:11:33.569Z Downloaded polar-core v0.27.3
12092026-07-01T19:11:33.578Z Downloaded tokio-util v0.7.18
12102026-07-01T19:11:33.582Z Downloaded zerovec v0.11.5
12112026-07-01T19:11:33.586Z Downloaded serde_with v3.17.0
12122026-07-01T19:11:33.610Z Downloaded object v0.30.4
12132026-07-01T19:11:33.628Z Downloaded winnow v0.5.40
12142026-07-01T19:11:33.628Z Downloaded quinn-proto v0.11.13
12152026-07-01T19:11:33.628Z Downloaded tough v0.22.0
12162026-07-01T19:11:33.638Z Downloaded bstr v1.12.1
12172026-07-01T19:11:33.638Z Downloaded winnow v0.6.26
12182026-07-01T19:11:33.647Z Downloaded radix_trie v0.2.1
12192026-07-01T19:11:33.654Z Downloaded hickory-proto v0.24.4
12202026-07-01T19:11:33.662Z Downloaded smoltcp v0.9.1
12212026-07-01T19:11:33.669Z Downloaded openssl v0.10.79
12222026-07-01T19:11:33.674Z Downloaded zlib-rs v0.6.2
12232026-07-01T19:11:33.677Z Downloaded vcpkg v0.2.15
12242026-07-01T19:11:33.700Z Downloaded winnow v1.0.3
12252026-07-01T19:11:33.705Z Downloaded time v0.3.47
12262026-07-01T19:11:33.713Z Downloaded tabled v0.20.0
12272026-07-01T19:11:33.723Z Downloaded nix v0.31.2
12282026-07-01T19:11:33.731Z Downloaded regex-syntax v0.8.10
12292026-07-01T19:11:33.739Z Downloaded diesel v2.3.7
12302026-07-01T19:11:33.747Z Downloaded hickory-proto v0.25.2
12312026-07-01T19:11:33.760Z Downloaded regress v0.10.5
12322026-07-01T19:11:33.771Z Downloaded zerocopy v0.8.40
12332026-07-01T19:11:33.771Z Downloaded dropshot v0.17.1
12342026-07-01T19:11:33.778Z Downloaded regress v0.11.1
12352026-07-01T19:11:33.786Z Downloaded smoltcp v0.11.0
12362026-07-01T19:11:33.796Z Downloaded openapiv3 v2.2.0
12372026-07-01T19:11:33.800Z Downloaded regex-syntax v0.6.29
12382026-07-01T19:11:33.800Z Downloaded rustls v0.23.41
12392026-07-01T19:11:33.806Z Downloaded rustix v0.38.44
12402026-07-01T19:11:33.820Z Downloaded object v0.37.3
12412026-07-01T19:11:33.827Z Downloaded nix v0.28.0
12422026-07-01T19:11:33.836Z Downloaded sqlparser v0.61.0
12432026-07-01T19:11:33.860Z Downloaded typify-impl v0.6.2
12442026-07-01T19:11:33.873Z Downloaded sled v0.34.7
12452026-07-01T19:11:33.880Z Downloaded ratatui v0.29.0
12462026-07-01T19:11:33.885Z Downloaded tracing v0.1.44
12472026-07-01T19:11:33.900Z Downloaded bzip2-sys v0.1.13+1.0.8
12482026-07-01T19:11:33.910Z Downloaded zerocopy-derive v0.6.6
12492026-07-01T19:11:33.935Z Downloaded regex-automata v0.4.14
12502026-07-01T19:11:33.949Z Downloaded jiff v0.2.21
12512026-07-01T19:11:33.957Z Downloaded petgraph v0.6.5
12522026-07-01T19:11:33.975Z Downloaded chrono-tz v0.10.4
12532026-07-01T19:11:33.981Z Downloaded petgraph v0.8.3
12542026-07-01T19:11:34.006Z Downloaded csv v1.4.0
12552026-07-01T19:11:34.015Z Downloaded libz-sys v1.1.24
12562026-07-01T19:11:34.030Z Downloaded sha3 v0.10.8
12572026-07-01T19:11:34.034Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12582026-07-01T19:11:34.046Z Downloaded tokio v1.52.1
12592026-07-01T19:11:34.096Z Downloaded encoding_rs v0.8.35
12602026-07-01T19:11:34.111Z Downloaded ring v0.17.14
12612026-07-01T19:11:34.166Z Downloaded libgit2-sys v0.18.3+1.9.2
12622026-07-01T19:11:34.695Z Downloaded aws-lc-sys v0.40.0
12632026-07-01T19:11:34.944Z Compiling libc v0.2.185
12642026-07-01T19:11:34.944Z Compiling serde_core v1.0.228
12652026-07-01T19:11:34.944Z Compiling serde v1.0.228
12662026-07-01T19:11:34.948Z Compiling log v0.4.29
12672026-07-01T19:11:35.084Z Compiling smallvec v1.15.1
12682026-07-01T19:11:35.093Z Compiling shlex v1.3.0
12692026-07-01T19:11:35.093Z Compiling find-msvc-tools v0.1.9
12702026-07-01T19:11:35.097Z Compiling syn v2.0.117
12712026-07-01T19:11:35.279Z Compiling typenum v1.19.0
12722026-07-01T19:11:35.290Z Compiling generic-array v0.14.7
12732026-07-01T19:11:35.342Z Compiling subtle v2.6.1
12742026-07-01T19:11:35.352Z Compiling scopeguard v1.2.0
12752026-07-01T19:11:35.409Z Compiling stable_deref_trait v1.2.1
12762026-07-01T19:11:35.449Z Compiling lock_api v0.4.14
12772026-07-01T19:11:35.496Z Compiling const-oid v0.9.6
12782026-07-01T19:11:35.503Z Compiling serde_json v1.0.150
12792026-07-01T19:11:35.550Z Compiling zerocopy v0.8.40
12802026-07-01T19:11:35.668Z Compiling portable-atomic v1.13.1
12812026-07-01T19:11:35.730Z Compiling pin-project-lite v0.2.17
12822026-07-01T19:11:35.828Z Compiling parking_lot_core v0.9.12
12832026-07-01T19:11:35.946Z Compiling jobserver v0.1.34
12842026-07-01T19:11:35.971Z Compiling getrandom v0.2.17
12852026-07-01T19:11:36.087Z Compiling errno v0.3.14
12862026-07-01T19:11:36.144Z Compiling cc v1.2.56
12872026-07-01T19:11:36.198Z Compiling rand_core v0.6.4
12882026-07-01T19:11:36.303Z Compiling pkg-config v0.3.32
12892026-07-01T19:11:36.317Z Compiling critical-section v1.2.0
12902026-07-01T19:11:36.422Z Compiling signal-hook-registry v1.4.8
12912026-07-01T19:11:36.461Z Compiling libm v0.2.16
12922026-07-01T19:11:36.644Z Compiling futures-core v0.3.32
12932026-07-01T19:11:36.689Z Compiling once_cell v1.21.3
12942026-07-01T19:11:36.834Z Compiling parking_lot v0.12.5
12952026-07-01T19:11:36.878Z Compiling mio v1.2.0
12962026-07-01T19:11:36.930Z Compiling num-traits v0.2.19
12972026-07-01T19:11:36.958Z Compiling percent-encoding v2.3.2
12982026-07-01T19:11:37.151Z Compiling litemap v0.8.1
12992026-07-01T19:11:37.311Z Compiling bitflags v2.11.0
13002026-07-01T19:11:37.345Z Compiling writeable v0.6.2
13012026-07-01T19:11:37.361Z Compiling semver v1.0.28
13022026-07-01T19:11:37.365Z Compiling socket2 v0.6.3
13032026-07-01T19:11:37.525Z Compiling icu_properties_data v2.1.2
13042026-07-01T19:11:37.546Z Compiling icu_normalizer_data v2.1.1
13052026-07-01T19:11:37.687Z Compiling getrandom v0.4.1
13062026-07-01T19:11:37.789Z Compiling futures-sink v0.3.32
13072026-07-01T19:11:37.897Z Compiling futures-channel v0.3.32
13082026-07-01T19:11:37.918Z Compiling rand_core v0.10.0
13092026-07-01T19:11:37.948Z Compiling cpufeatures v0.2.17
13102026-07-01T19:11:38.031Z Compiling synstructure v0.13.2
13112026-07-01T19:11:38.089Z Compiling futures-task v0.3.32
13122026-07-01T19:11:38.093Z Compiling futures-io v0.3.32
13132026-07-01T19:11:38.119Z Compiling slab v0.4.12
13142026-07-01T19:11:38.273Z Compiling indexmap v2.14.0
13152026-07-01T19:11:38.284Z Compiling utf8_iter v1.0.4
13162026-07-01T19:11:38.301Z Compiling rustversion v1.0.22
13172026-07-01T19:11:38.366Z Compiling getrandom v0.3.4
13182026-07-01T19:11:38.378Z Compiling form_urlencoded v1.2.2
13192026-07-01T19:11:38.427Z Compiling cmake v0.1.57
13202026-07-01T19:11:38.440Z Compiling fs_extra v1.3.0
13212026-07-01T19:11:38.554Z Compiling ident_case v1.0.1
13222026-07-01T19:11:38.639Z Compiling dunce v1.0.5
13232026-07-01T19:11:38.681Z Compiling rustix v1.1.3
13242026-07-01T19:11:38.719Z Compiling base64ct v1.8.3
13252026-07-01T19:11:38.739Z Compiling iana-time-zone v0.1.65
13262026-07-01T19:11:38.839Z Compiling aws-lc-sys v0.40.0
13272026-07-01T19:11:38.947Z Compiling flagset v0.4.7
13282026-07-01T19:11:38.957Z Compiling pem-rfc7468 v0.7.0
13292026-07-01T19:11:39.014Z Compiling regex-syntax v0.8.10
13302026-07-01T19:11:39.079Z Compiling vcpkg v0.2.15
13312026-07-01T19:11:39.266Z Compiling rand_core v0.9.5
13322026-07-01T19:11:39.314Z Compiling uuid v1.23.4
13332026-07-01T19:11:39.326Z Compiling rustc_version v0.4.1
13342026-07-01T19:11:39.556Z Compiling tracing-core v0.1.36
13352026-07-01T19:11:39.664Z Compiling base64 v0.22.1
13362026-07-01T19:11:39.775Z Compiling serde_derive v1.0.228
13372026-07-01T19:11:39.827Z Compiling zeroize_derive v1.4.3
13382026-07-01T19:11:39.998Z Compiling zerofrom-derive v0.1.6
13392026-07-01T19:11:40.105Z Compiling yoke-derive v0.8.1
13402026-07-01T19:11:40.129Z Compiling zerocopy-derive v0.8.40
13412026-07-01T19:11:40.470Z Compiling zerovec-derive v0.11.2
13422026-07-01T19:11:40.500Z Compiling zeroize v1.8.2
13432026-07-01T19:11:41.328Z Compiling crypto-common v0.1.7
13442026-07-01T19:11:41.354Z Compiling block-buffer v0.10.4
13452026-07-01T19:11:41.441Z Compiling displaydoc v0.2.5
13462026-07-01T19:11:41.453Z Compiling zerofrom v0.1.6
13472026-07-01T19:11:41.467Z Compiling digest v0.10.7
13482026-07-01T19:11:41.479Z Compiling tokio-macros v2.7.0
13492026-07-01T19:11:41.562Z Compiling yoke v0.8.1
13502026-07-01T19:11:41.634Z Compiling futures-macro v0.3.32
13512026-07-01T19:11:41.757Z Compiling zerovec v0.11.5
13522026-07-01T19:11:41.794Z Compiling hmac v0.12.1
13532026-07-01T19:11:41.956Z Compiling block-padding v0.3.3
13542026-07-01T19:11:42.121Z Compiling inout v0.1.4
13552026-07-01T19:11:42.255Z Compiling tinystr v0.8.2
13562026-07-01T19:11:42.264Z Compiling zerotrie v0.2.3
13572026-07-01T19:11:42.277Z Compiling potential_utf v0.1.4
13582026-07-01T19:11:42.303Z Compiling cipher v0.4.4
13592026-07-01T19:11:42.433Z Compiling icu_locale_core v2.1.1
13602026-07-01T19:11:42.452Z Compiling icu_collections v2.1.1
13612026-07-01T19:11:42.515Z Compiling futures-util v0.3.32
13622026-07-01T19:11:42.558Z Compiling sha2 v0.10.9
13632026-07-01T19:11:42.571Z Compiling der_derive v0.7.3
13642026-07-01T19:11:42.939Z Compiling salsa20 v0.10.2
13652026-07-01T19:11:43.087Z Compiling icu_provider v2.1.1
13662026-07-01T19:11:43.312Z Compiling bytes v1.11.1
13672026-07-01T19:11:43.332Z Compiling icu_properties v2.1.2
13682026-07-01T19:11:43.397Z Compiling icu_normalizer v2.1.1
13692026-07-01T19:11:43.554Z Compiling der v0.7.10
13702026-07-01T19:11:43.916Z Compiling tokio v1.52.1
13712026-07-01T19:11:43.916Z Compiling http v1.4.2
13722026-07-01T19:11:43.956Z Compiling chrono v0.4.44
13732026-07-01T19:11:44.400Z Compiling idna_adapter v1.2.1
13742026-07-01T19:11:44.539Z Compiling ppv-lite86 v0.2.21
13752026-07-01T19:11:44.689Z Compiling idna v1.1.0
13762026-07-01T19:11:44.753Z Compiling spki v0.7.3
13772026-07-01T19:11:44.828Z Compiling pbkdf2 v0.12.2
13782026-07-01T19:11:44.841Z Compiling openssl-sys v0.9.115
13792026-07-01T19:11:44.858Z Compiling tracing-attributes v0.1.31
13802026-07-01T19:11:44.949Z Compiling thiserror-impl v2.0.18
13812026-07-01T19:11:44.960Z Compiling aws-lc-rs v1.16.3
13822026-07-01T19:11:45.273Z Compiling url v2.5.8
13832026-07-01T19:11:45.341Z Compiling scrypt v0.11.0
13842026-07-01T19:11:45.353Z Compiling rand_chacha v0.9.0
13852026-07-01T19:11:45.425Z Compiling http-body v1.0.1
13862026-07-01T19:11:45.576Z Compiling aes v0.8.4
13872026-07-01T19:11:45.590Z Compiling cbc v0.1.2
13882026-07-01T19:11:45.743Z Compiling rustls-pki-types v1.14.0
13892026-07-01T19:11:46.020Z Compiling tinyvec_macros v0.1.1
13902026-07-01T19:11:46.020Z Compiling openssl-probe v0.2.1
13912026-07-01T19:11:46.103Z Compiling httparse v1.10.1
13922026-07-01T19:11:46.154Z Compiling tracing v0.1.44
13932026-07-01T19:11:46.187Z Compiling tinyvec v1.10.0
13942026-07-01T19:11:46.199Z Compiling pest_generator v2.8.6
13952026-07-01T19:11:46.274Z Compiling thiserror v2.0.18
13962026-07-01T19:11:46.379Z Compiling pkcs5 v0.7.1
13972026-07-01T19:11:46.415Z Compiling rand v0.9.2
13982026-07-01T19:11:46.494Z Compiling serde_derive_internals v0.29.1
13992026-07-01T19:11:46.525Z Compiling aho-corasick v1.1.4
14002026-07-01T19:11:46.611Z Compiling tower-layer v0.3.3
14012026-07-01T19:11:46.824Z Compiling untrusted v0.7.1
14022026-07-01T19:11:46.905Z Compiling schemars v0.8.22
14032026-07-01T19:11:46.910Z Compiling atomic-waker v1.1.2
14042026-07-01T19:11:46.947Z Compiling tower-service v0.3.3
14052026-07-01T19:11:47.029Z Compiling try-lock v0.2.5
14062026-07-01T19:11:47.043Z Compiling dyn-clone v1.0.20
14072026-07-01T19:11:47.140Z Compiling want v0.3.1
14082026-07-01T19:11:47.155Z Compiling pest_derive v2.8.6
14092026-07-01T19:11:47.177Z Compiling tempfile v3.25.0
14102026-07-01T19:11:47.235Z Compiling pkcs8 v0.10.2
14112026-07-01T19:11:47.375Z Compiling schemars_derive v0.8.22
14122026-07-01T19:11:47.541Z Compiling regex-automata v0.4.14
14132026-07-01T19:11:47.545Z Compiling ipnet v2.11.0
14142026-07-01T19:11:47.592Z Compiling scroll_derive v0.13.1
14152026-07-01T19:11:47.604Z Compiling darling_core v0.20.11
14162026-07-01T19:11:48.049Z Compiling tokio-util v0.7.18
14172026-07-01T19:11:48.248Z Compiling openssl v0.10.79
14182026-07-01T19:11:48.400Z Compiling httpdate v1.0.3
14192026-07-01T19:11:48.493Z Compiling rustls v0.23.41
14202026-07-01T19:11:48.656Z Compiling foreign-types-shared v0.1.1
14212026-07-01T19:11:48.660Z Compiling untrusted v0.9.0
14222026-07-01T19:11:48.712Z Compiling h2 v0.4.15
14232026-07-01T19:11:48.757Z Compiling foreign-types v0.3.2
14242026-07-01T19:11:48.848Z Compiling scroll v0.13.0
14252026-07-01T19:11:49.056Z Compiling unicode-normalization v0.1.25
14262026-07-01T19:11:49.515Z Compiling openssl-macros v0.1.1
14272026-07-01T19:11:49.519Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-07-01T19:11:49.606Z Compiling spin v0.9.8
14292026-07-01T19:11:49.813Z Compiling native-tls v0.2.18
14302026-07-01T19:11:49.827Z Compiling darling_macro v0.20.11
14312026-07-01T19:11:49.911Z Compiling time-core v0.1.8
14322026-07-01T19:11:49.924Z Compiling crc32fast v1.5.0
14332026-07-01T19:11:49.938Z Compiling powerfmt v0.2.0
14342026-07-01T19:11:50.033Z Compiling num-conv v0.2.0
14352026-07-01T19:11:50.072Z Compiling deranged v0.5.8
14362026-07-01T19:11:50.163Z Compiling time-macros v0.2.27
14372026-07-01T19:11:50.302Z Compiling darling v0.20.11
14382026-07-01T19:11:50.382Z Compiling goblin v0.10.5
14392026-07-01T19:11:51.024Z Compiling sync_wrapper v1.0.2
14402026-07-01T19:11:51.134Z Compiling wait-timeout v0.2.1
14412026-07-01T19:11:51.212Z Compiling quick-error v1.2.3
14422026-07-01T19:11:51.322Z Compiling siphasher v1.0.2
14432026-07-01T19:11:51.401Z Compiling usdt-impl v0.6.0
14442026-07-01T19:11:51.511Z Compiling crossbeam-utils v0.8.21
14452026-07-01T19:11:51.544Z Compiling num_threads v0.1.7
14462026-07-01T19:11:51.615Z Compiling simd-adler32 v0.3.8
14472026-07-01T19:11:51.643Z Compiling bit-vec v0.8.0
14482026-07-01T19:11:51.858Z Compiling hyper v1.10.1
14492026-07-01T19:11:51.881Z Compiling syn v1.0.109
14502026-07-01T19:11:51.915Z Compiling bit-set v0.8.0
14512026-07-01T19:11:52.095Z Compiling time v0.3.47
14522026-07-01T19:11:52.244Z Compiling rusty-fork v0.3.1
14532026-07-01T19:11:52.832Z Compiling tower v0.5.3
14542026-07-01T19:11:52.891Z Compiling derive_builder_core v0.20.2
14552026-07-01T19:11:53.205Z Compiling hyper-util v0.1.20
14562026-07-01T19:11:53.313Z Compiling dof v0.4.0
14572026-07-01T19:11:53.645Z Compiling dtrace-parser v0.3.0
14582026-07-01T19:11:53.682Z Compiling http-body-util v0.1.3
14592026-07-01T19:11:53.750Z Compiling signature v2.2.0
14602026-07-01T19:11:53.922Z Compiling scroll_derive v0.12.1
14612026-07-01T19:11:53.936Z Compiling thiserror-impl v1.0.69
14622026-07-01T19:11:54.370Z Compiling heapless v0.7.17
14632026-07-01T19:11:54.460Z Compiling rand_xorshift v0.4.0
14642026-07-01T19:11:54.581Z Compiling slog v2.8.2
14652026-07-01T19:11:54.595Z Compiling darling_core v0.21.3
14662026-07-01T19:11:54.619Z Compiling bzip2-sys v0.1.13+1.0.8
14672026-07-01T19:11:54.623Z Compiling thread-id v5.1.0
14682026-07-01T19:11:54.712Z Compiling cookie v0.18.1
14692026-07-01T19:11:54.774Z Compiling iri-string v0.7.10
14702026-07-01T19:11:54.907Z Compiling unarray v0.1.4
14712026-07-01T19:11:54.910Z Compiling unicode-properties v0.1.4
14722026-07-01T19:11:54.933Z Compiling zstd-safe v7.2.4
14732026-07-01T19:11:55.016Z Compiling signal-hook v0.3.18
14742026-07-01T19:11:55.122Z Compiling anyhow v1.0.102
14752026-07-01T19:11:55.139Z Compiling unicode-bidi v0.3.18
14762026-07-01T19:11:55.168Z Compiling ryu v1.0.23
14772026-07-01T19:11:55.196Z Compiling adler2 v2.0.1
14782026-07-01T19:11:55.326Z Compiling allocator-api2 v0.2.21
14792026-07-01T19:11:55.342Z Compiling paste v1.0.15
14802026-07-01T19:11:55.643Z Compiling stringprep v0.1.5
14812026-07-01T19:11:55.649Z Compiling serde_urlencoded v0.7.1
14822026-07-01T19:11:55.660Z Compiling miniz_oxide v0.8.9
14832026-07-01T19:11:55.688Z Compiling thiserror v1.0.69
14842026-07-01T19:11:55.794Z Compiling proptest v1.10.0
14852026-07-01T19:11:55.935Z Compiling tower-http v0.6.8
14862026-07-01T19:11:56.336Z Compiling scroll v0.12.0
14872026-07-01T19:11:56.349Z Compiling derive_builder_macro v0.20.2
14882026-07-01T19:11:56.594Z Compiling tokio-native-tls v0.3.1
14892026-07-01T19:11:56.825Z Compiling camino v1.2.2
14902026-07-01T19:11:56.878Z Compiling bstr v1.12.1
14912026-07-01T19:11:56.900Z Compiling ipnetwork v0.21.1
14922026-07-01T19:11:57.053Z Compiling darling_macro v0.21.3
14932026-07-01T19:11:57.204Z Compiling rustls-native-certs v0.8.3
14942026-07-01T19:11:57.286Z Compiling rand_chacha v0.3.1
14952026-07-01T19:11:57.298Z Compiling toml_datetime v0.6.11
14962026-07-01T19:11:57.492Z Compiling erased-serde v0.3.31
14972026-07-01T19:11:57.506Z Compiling serde_tokenstream v0.2.3
14982026-07-01T19:11:57.544Z Compiling serde_spanned v0.6.9
14992026-07-01T19:11:57.558Z Compiling md-5 v0.10.6
15002026-07-01T19:11:57.699Z Compiling async-trait v0.1.89
15012026-07-01T19:11:57.731Z Compiling pin-project-internal v1.1.11
15022026-07-01T19:11:57.827Z Compiling zerocopy-derive v0.7.35
15032026-07-01T19:11:57.989Z Compiling curve25519-dalek v4.1.3
15042026-07-01T19:11:58.090Z Compiling vergen-lib v9.1.0
15052026-07-01T19:11:58.287Z Compiling num-integer v0.1.46
15062026-07-01T19:11:58.331Z Compiling hash32 v0.2.1
15072026-07-01T19:11:58.595Z Compiling ff v0.13.1
15082026-07-01T19:11:58.607Z Compiling memoffset v0.9.1
15092026-07-01T19:11:58.664Z Compiling encoding_rs v0.8.35
15102026-07-01T19:11:58.688Z Compiling base16ct v0.2.0
15112026-07-01T19:11:58.716Z Compiling smoltcp v0.9.1
15122026-07-01T19:11:58.800Z Compiling litrs v1.0.0
15132026-07-01T19:11:58.828Z Compiling psl-types v2.0.11
15142026-07-01T19:11:58.867Z Compiling num-bigint-dig v0.8.6
15152026-07-01T19:11:58.948Z Compiling cfg_aliases v0.2.1
15162026-07-01T19:11:59.024Z Compiling mime v0.3.17
15172026-07-01T19:11:59.052Z Compiling fallible-iterator v0.2.0
15182026-07-01T19:11:59.073Z Compiling zlib-rs v0.6.2
15192026-07-01T19:11:59.280Z Compiling ref-cast v1.0.25
15202026-07-01T19:11:59.301Z Compiling rustix v0.38.44
15212026-07-01T19:11:59.362Z Compiling postgres-protocol v0.6.10
15222026-07-01T19:11:59.641Z Compiling document-features v0.2.12
15232026-07-01T19:11:59.785Z Compiling nix v0.31.2
15242026-07-01T19:11:59.906Z Compiling publicsuffix v2.3.0
15252026-07-01T19:12:00.077Z Compiling pin-project v1.1.11
15262026-07-01T19:12:00.163Z Compiling sec1 v0.7.3
15272026-07-01T19:12:00.180Z Compiling zerocopy v0.7.35
15282026-07-01T19:12:00.240Z Compiling group v0.13.0
15292026-07-01T19:12:00.243Z Compiling num-iter v0.1.45
15302026-07-01T19:12:00.484Z Compiling newtype-uuid v1.3.2
15312026-07-01T19:12:00.588Z Compiling hubpack_derive v0.1.1
15322026-07-01T19:12:00.714Z Compiling darling v0.21.3
15332026-07-01T19:12:00.766Z Compiling rand v0.8.6
15342026-07-01T19:12:00.803Z Compiling oxnet v0.1.6
15352026-07-01T19:12:00.832Z Compiling derive_builder v0.20.2
15362026-07-01T19:12:00.970Z Compiling hyper-tls v0.6.0
15372026-07-01T19:12:01.037Z Compiling goblin v0.8.2
15382026-07-01T19:12:01.589Z Compiling phf_shared v0.13.1
15392026-07-01T19:12:01.683Z Compiling lazy_static v1.5.0
15402026-07-01T19:12:01.789Z Compiling regex v1.12.3
15412026-07-01T19:12:01.824Z Compiling anstyle-parse v0.2.7
15422026-07-01T19:12:01.836Z Compiling futures-executor v0.3.32
15432026-07-01T19:12:01.883Z Compiling hex v0.4.3
15442026-07-01T19:12:02.007Z Compiling hkdf v0.12.4
15452026-07-01T19:12:02.093Z Compiling flate2 v1.1.9
15462026-07-01T19:12:02.149Z Compiling crypto-bigint v0.5.5
15472026-07-01T19:12:02.171Z Compiling terminal_size v0.4.3
15482026-07-01T19:12:02.209Z Compiling ref-cast-impl v1.0.25
15492026-07-01T19:12:02.312Z Compiling curve25519-dalek-derive v0.1.1
15502026-07-01T19:12:02.436Z Compiling strum_macros v0.27.2
15512026-07-01T19:12:02.512Z Compiling snafu-derive v0.8.9
15522026-07-01T19:12:02.772Z Compiling daft-derive v0.1.7
15532026-07-01T19:12:02.977Z Compiling vergen v9.1.0
15542026-07-01T19:12:03.178Z Compiling cargo-platform v0.3.2
15552026-07-01T19:12:03.441Z Compiling fs-err v3.3.0
15562026-07-01T19:12:03.515Z Compiling ahash v0.8.12
15572026-07-01T19:12:03.742Z Compiling unicode-segmentation v1.12.0
15582026-07-01T19:12:03.761Z Compiling libbz2-rs-sys v0.2.2
15592026-07-01T19:12:04.037Z Compiling bumpalo v3.20.2
15602026-07-01T19:12:04.269Z Compiling foldhash v0.1.5
15612026-07-01T19:12:04.294Z Compiling same-file v1.0.6
15622026-07-01T19:12:04.396Z Compiling winnow v0.5.40
15632026-07-01T19:12:04.421Z Compiling foldhash v0.2.0
15642026-07-01T19:12:04.446Z Compiling managed v0.8.0
15652026-07-01T19:12:04.472Z Compiling object v0.37.3
15662026-07-01T19:12:04.487Z Compiling bitflags v1.3.2
15672026-07-01T19:12:04.516Z Compiling clap_builder v4.6.0
15682026-07-01T19:12:04.527Z Compiling snafu v0.8.9
15692026-07-01T19:12:04.640Z Compiling hashbrown v0.16.1
15702026-07-01T19:12:04.780Z Compiling walkdir v2.5.0
15712026-07-01T19:12:04.879Z Compiling strum v0.27.2
15722026-07-01T19:12:05.008Z Compiling hashbrown v0.15.5
15732026-07-01T19:12:05.070Z Compiling zopfli v0.8.3
15742026-07-01T19:12:05.342Z Compiling bzip2 v0.6.1
15752026-07-01T19:12:05.440Z Compiling daft v0.1.7
15762026-07-01T19:12:05.520Z Compiling cargo_metadata v0.23.1
15772026-07-01T19:12:05.548Z Compiling dof v0.3.0
15782026-07-01T19:12:05.720Z Compiling toml_edit v0.19.15
15792026-07-01T19:12:05.752Z Compiling elliptic-curve v0.13.8
15802026-07-01T19:12:06.257Z Compiling futures v0.3.32
15812026-07-01T19:12:06.271Z Compiling anstream v0.6.21
15822026-07-01T19:12:06.335Z Compiling phf v0.13.1
15832026-07-01T19:12:06.719Z Compiling cookie_store v0.22.1
15842026-07-01T19:12:06.894Z Compiling signal-hook-mio v0.2.5
15852026-07-01T19:12:06.970Z Compiling reqwest v0.12.28
15862026-07-01T19:12:07.014Z Compiling zstd v0.13.3
15872026-07-01T19:12:07.280Z Compiling hubpack v0.1.2
15882026-07-01T19:12:07.413Z Compiling bzip2 v0.4.4
15892026-07-01T19:12:07.507Z Compiling serde_with_macros v3.17.0
15902026-07-01T19:12:07.643Z Compiling postgres-types v0.2.12
15912026-07-01T19:12:08.179Z Compiling usdt-macro v0.6.0
15922026-07-01T19:12:08.390Z Compiling usdt-attr-macro v0.6.0
15932026-07-01T19:12:08.635Z Compiling globset v0.4.18
15942026-07-01T19:12:08.694Z Compiling dtrace-parser v0.2.0
15952026-07-01T19:12:08.829Z Compiling ed25519 v2.2.3
15962026-07-01T19:12:09.031Z Compiling phf_shared v0.11.3
15972026-07-01T19:12:09.119Z Compiling olpc-cjson v0.1.4
15982026-07-01T19:12:09.188Z Compiling pkcs1 v0.7.5
15992026-07-01T19:12:09.275Z Compiling serde-big-array v0.5.1
16002026-07-01T19:12:09.301Z Compiling serde_plain v1.0.2
16012026-07-01T19:12:09.418Z Compiling rfc6979 v0.4.0
16022026-07-01T19:12:09.432Z Compiling pem v3.0.6
16032026-07-01T19:12:09.497Z Compiling enum-as-inner v0.6.1
16042026-07-01T19:12:09.541Z Compiling serde_repr v0.1.20
16052026-07-01T19:12:09.679Z Compiling clap_derive v4.6.1
16062026-07-01T19:12:09.736Z Compiling strum_macros v0.26.4
16072026-07-01T19:12:09.752Z Compiling async-recursion v1.1.1
16082026-07-01T19:12:10.010Z Compiling float-cmp v0.10.0
16092026-07-01T19:12:10.087Z Compiling thread-id v4.2.2
16102026-07-01T19:12:10.159Z Compiling memmap2 v0.9.10
16112026-07-01T19:12:10.173Z Compiling env_filter v1.0.0
16122026-07-01T19:12:10.373Z Compiling static_assertions v1.1.0
16132026-07-01T19:12:10.420Z Compiling precomputed-hash v0.1.1
16142026-07-01T19:12:10.448Z Compiling fixedbitset v0.5.7
16152026-07-01T19:12:10.472Z Compiling normalize-line-endings v0.3.0
16162026-07-01T19:12:10.498Z Compiling fixedbitset v0.4.2
16172026-07-01T19:12:10.569Z Compiling predicates-core v1.0.10
16182026-07-01T19:12:10.685Z Compiling jiff v0.2.21
16192026-07-01T19:12:10.725Z Compiling typed-path v0.9.3
16202026-07-01T19:12:10.745Z Compiling difflib v0.4.0
16212026-07-01T19:12:10.761Z Compiling either v1.15.0
16222026-07-01T19:12:10.965Z Compiling keccak v0.1.6
16232026-07-01T19:12:11.293Z Compiling whoami v2.1.0
16242026-07-01T19:12:11.331Z Compiling data-encoding v2.10.0
16252026-07-01T19:12:11.463Z Compiling new_debug_unreachable v1.0.6
16262026-07-01T19:12:11.540Z Compiling winnow v1.0.3
16272026-07-01T19:12:11.663Z Compiling hickory-proto v0.25.2
16282026-07-01T19:12:11.903Z Compiling toml_edit v0.22.27
16292026-07-01T19:12:11.945Z Compiling toml_parser v1.1.2+spec-1.1.0
16302026-07-01T19:12:11.956Z Compiling string_cache v0.8.9
16312026-07-01T19:12:12.060Z Compiling tokio-postgres v0.7.16
16322026-07-01T19:12:12.165Z Compiling strum v0.26.3
16332026-07-01T19:12:12.185Z Compiling clap v4.6.1
16342026-07-01T19:12:12.271Z Compiling sha3 v0.10.8
16352026-07-01T19:12:12.322Z Compiling predicates v3.1.4
16362026-07-01T19:12:12.577Z Compiling itertools v0.13.0
16372026-07-01T19:12:12.724Z Compiling petgraph v0.8.3
16382026-07-01T19:12:12.959Z Compiling petgraph v0.6.5
16392026-07-01T19:12:13.835Z Compiling zip v4.6.1
16402026-07-01T19:12:14.268Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16412026-07-01T19:12:14.430Z Compiling env_logger v0.11.9
16422026-07-01T19:12:14.452Z Compiling usdt v0.6.0
16432026-07-01T19:12:14.661Z Compiling usdt-impl v0.5.0
16442026-07-01T19:12:14.706Z Compiling ecdsa v0.16.9
16452026-07-01T19:12:14.783Z Compiling rsa v0.9.10
16462026-07-01T19:12:14.799Z Compiling ed25519-dalek v2.2.0
16472026-07-01T19:12:14.876Z Compiling serde_with v3.17.0
16482026-07-01T19:12:15.099Z Compiling crossterm v0.28.1
16492026-07-01T19:12:15.453Z Compiling zip v0.6.6
16502026-07-01T19:12:16.041Z Compiling toml v0.7.8
16512026-07-01T19:12:16.381Z Compiling iddqd v0.4.2
16522026-07-01T19:12:16.830Z Compiling similar v2.7.0
16532026-07-01T19:12:16.894Z Compiling heck v0.4.1
16542026-07-01T19:12:16.991Z Compiling crossbeam-epoch v0.9.18
16552026-07-01T19:12:17.214Z Compiling tokio-stream v0.1.18
16562026-07-01T19:12:17.231Z Compiling buf-list v1.1.2
16572026-07-01T19:12:17.382Z Compiling x509-cert v0.2.5
16582026-07-01T19:12:17.403Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-07-01T19:12:17.623Z Compiling openapiv3 v2.2.0
16602026-07-01T19:12:17.736Z Compiling sha1 v0.10.6
16612026-07-01T19:12:17.813Z Compiling peg-runtime v0.8.5
16622026-07-01T19:12:17.814Z Compiling lalrpop-util v0.19.12
16632026-07-01T19:12:17.955Z Compiling thread_local v1.1.9
16642026-07-01T19:12:18.004Z Compiling slog-async v2.8.0
16652026-07-01T19:12:18.052Z Compiling crossbeam-channel v0.5.15
16662026-07-01T19:12:18.145Z Compiling is-terminal v0.4.17
16672026-07-01T19:12:18.277Z Compiling filetime v0.2.27
16682026-07-01T19:12:18.361Z Compiling xattr v1.6.1
16692026-07-01T19:12:18.376Z Compiling term v1.2.1
16702026-07-01T19:12:18.499Z Compiling take_mut v0.2.2
16712026-07-01T19:12:18.499Z Compiling tar v0.4.45
16722026-07-01T19:12:18.535Z Compiling camino-tempfile v1.4.1
16732026-07-01T19:12:18.737Z Compiling slog-term v2.9.2
16742026-07-01T19:12:28.492Z Compiling rustls-webpki v0.103.9
16752026-07-01T19:12:31.702Z Compiling tokio-rustls v0.26.4
16762026-07-01T19:12:31.702Z Compiling rustls-platform-verifier v0.6.2
16772026-07-01T19:12:31.732Z Compiling tough v0.22.0
16782026-07-01T19:12:31.732Z Compiling hyper-rustls v0.27.7
16792026-07-01T19:12:31.732Z Compiling reqwest v0.13.2
16802026-07-01T19:12:33.801Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16812026-07-01T19:12:34.025Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16822026-07-01T19:12:38.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
16832026-07-01T19:12:38.741Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16842026-07-01T19:12:38.742ZJul 01 19:12:35.374 INFO Starting download, target: Cockroach
16852026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: Clickhouse
16862026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: Console
16872026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: DendriteStub
16882026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: MaghemiteMgd
16892026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: MaghemiteDdmd
16902026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Starting download, target: TransceiverControl
16912026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16922026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-07-01T19:12:38.742ZJul 01 19:12:35.375 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16942026-07-01T19:12:38.743ZJul 01 19:12:35.375 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16952026-07-01T19:12:38.743ZJul 01 19:12:35.375 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16962026-07-01T19:12:38.743ZJul 01 19:12:35.375 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-07-01T19:12:38.743ZJul 01 19:12:35.375 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-07-01T19:12:39.221ZJul 01 19:12:37.522 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16992026-07-01T19:12:39.460ZJul 01 19:12:37.762 INFO Download complete, target: Console
17002026-07-01T19:12:41.124ZJul 01 19:12:39.425 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17012026-07-01T19:12:47.615ZJul 01 19:12:45.916 INFO Checking that binary works, target: Clickhouse
17022026-07-01T19:12:47.708ZJul 01 19:12:46.010 INFO Download complete, target: Clickhouse
17032026-07-01T19:12:59.798ZJul 01 19:12:58.090 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17042026-07-01T19:13:00.014ZJul 01 19:12:58.298 INFO Download complete, target: TransceiverControl
17052026-07-01T19:13:01.876ZJul 01 19:13:00.175 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17062026-07-01T19:13:02.177ZJul 01 19:13:00.478 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17072026-07-01T19:13:02.232ZJul 01 19:13:00.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17082026-07-01T19:13:02.900ZJul 01 19:13:01.202 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17092026-07-01T19:13:02.900ZJul 01 19:13:01.202 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17102026-07-01T19:13:03.775ZJul 01 19:13:02.075 INFO Download complete, target: MaghemiteDdmd
17112026-07-01T19:13:04.712ZJul 01 19:13:03.014 INFO Download complete, target: DendriteStub
17122026-07-01T19:13:04.717ZJul 01 19:13:03.019 INFO Download complete, target: MaghemiteMgd
17132026-07-01T19:13:07.522ZJul 01 19:13:05.823 INFO Checking that binary works, target: Cockroach
17142026-07-01T19:13:07.635ZJul 01 19:13:05.936 INFO Download complete, target: Cockroach
17152026-07-01T19:13:07.650ZAll builder prerequisites installed successfully, and PATH looks valid
17162026-07-01T19:13:07.653Z
17172026-07-01T19:13:07.653Zreal 2:22.754158124
17182026-07-01T19:13:07.653Zuser 6:34.310407302
17192026-07-01T19:13:07.653Zsys 1:21.273960346
17202026-07-01T19:13:07.653Ztrap 0.224525663
17212026-07-01T19:13:07.653Ztflt 0.514588103
17222026-07-01T19:13:07.653Zdflt 0.905110382
17232026-07-01T19:13:07.653Zkflt 0.024713260
17242026-07-01T19:13:07.653Zlock 26:38.582557205
17252026-07-01T19:13:07.653Zslp 20:54.824419858
17262026-07-01T19:13:07.653Zlat 39.356421130
17272026-07-01T19:13:07.653Zstop 1:51.551234392
17282026-07-01T19:13:07.653Z+ banner clippy
17292026-07-01T19:13:07.654Z
17302026-07-01T19:13:07.654Z #### # # ##### ##### # #
17312026-07-01T19:13:07.654Z # # # # # # # # # #
17322026-07-01T19:13:07.654Z # # # # # # # #
17332026-07-01T19:13:07.654Z # # # ##### ##### #
17342026-07-01T19:13:07.654Z # # # # # # #
17352026-07-01T19:13:07.654Z #### ###### # # # #
17362026-07-01T19:13:07.654Z
17372026-07-01T19:13:07.654Z+ export CARGO_INCREMENTAL=0
17382026-07-01T19:13:07.654Z+ CARGO_INCREMENTAL=0
17392026-07-01T19:13:07.654Z+ ptime -m cargo xtask clippy
17402026-07-01T19:13:08.093Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17412026-07-01T19:13:08.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17422026-07-01T19:13:10.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17432026-07-01T19:13:10.193Z Running `target/debug/xtask clippy`
17442026-07-01T19:13:10.216Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17452026-07-01T19:13:10.768Z Downloading crates ...
17462026-07-01T19:13:11.004Z Downloaded pathdiff v0.2.3
17472026-07-01T19:13:11.007Z Downloaded nested v0.1.1
17482026-07-01T19:13:11.010Z Downloaded linkme-impl v0.3.35
17492026-07-01T19:13:11.012Z Downloaded backtrace-ext v0.2.1
17502026-07-01T19:13:11.020Z Downloaded assert_cmd v2.1.2
17512026-07-01T19:13:11.024Z Downloaded owo-colors v3.5.0
17522026-07-01T19:13:11.027Z Downloaded criterion-plot v0.6.0
17532026-07-01T19:13:11.027Z Downloaded target-triple v1.0.0
17542026-07-01T19:13:11.030Z Downloaded plotters-svg v0.3.7
17552026-07-01T19:13:11.033Z Downloaded supports-hyperlinks v2.1.0
17562026-07-01T19:13:11.033Z Downloaded futures-timer v3.0.3
17572026-07-01T19:13:11.036Z Downloaded oorandom v11.1.5
17582026-07-01T19:13:11.041Z Downloaded target-spec v3.5.7
17592026-07-01T19:13:11.043Z Downloaded relative-path v1.9.3
17602026-07-01T19:13:11.044Z Downloaded async-object-pool v0.2.0
17612026-07-01T19:13:11.048Z Downloaded async-lock v3.4.2
17622026-07-01T19:13:11.051Z Downloaded hickory-client v0.25.2
17632026-07-01T19:13:11.053Z Downloaded escape8259 v0.5.3
17642026-07-01T19:13:11.057Z Downloaded stringmetrics v2.2.2
17652026-07-01T19:13:11.062Z Downloaded parking v2.2.1
17662026-07-01T19:13:11.062Z Downloaded knuffel-derive v3.2.0
17672026-07-01T19:13:11.066Z Downloaded trybuild v1.0.116
17682026-07-01T19:13:11.070Z Downloaded chumsky v0.9.3
17692026-07-01T19:13:11.077Z Downloaded backtrace v0.3.76
17702026-07-01T19:13:11.080Z Downloaded guppy-workspace-hack v0.1.0
17712026-07-01T19:13:11.090Z Downloaded supports-unicode v2.1.0
17722026-07-01T19:13:11.094Z Downloaded approx v0.5.1
17732026-07-01T19:13:11.094Z Downloaded cast v0.3.0
17742026-07-01T19:13:11.098Z Downloaded termcolor v1.4.1
17752026-07-01T19:13:11.098Z Downloaded miette v5.10.0
17762026-07-01T19:13:11.101Z Downloaded cfg-expr v0.20.6
17772026-07-01T19:13:11.101Z Downloaded similar-asserts v1.7.0
17782026-07-01T19:13:11.101Z Downloaded serde_regex v1.1.0
17792026-07-01T19:13:11.101Z Downloaded blake2b_simd v1.0.4
17802026-07-01T19:13:11.104Z Downloaded miette-derive v5.10.0
17812026-07-01T19:13:11.107Z Downloaded fancy-regex v0.14.0
17822026-07-01T19:13:11.111Z Downloaded terminal_size v0.1.17
17832026-07-01T19:13:11.130Z Downloaded plotters-backend v0.3.7
17842026-07-01T19:13:11.134Z Downloaded supports-color v2.1.0
17852026-07-01T19:13:11.137Z Downloaded rustc-demangle v0.1.27
17862026-07-01T19:13:11.142Z Downloaded anes v0.1.6
17872026-07-01T19:13:11.145Z Downloaded criterion v0.7.0
17882026-07-01T19:13:11.148Z Downloaded rand_distr v0.5.1
17892026-07-01T19:13:11.151Z Downloaded assert-json-diff v2.0.2
17902026-07-01T19:13:11.154Z Downloaded linkme v0.3.35
17912026-07-01T19:13:11.155Z Downloaded constant_time_eq v0.3.1
17922026-07-01T19:13:11.157Z Downloaded partial-io v0.5.4
17932026-07-01T19:13:11.157Z Downloaded addr2line v0.25.1
17942026-07-01T19:13:11.159Z Downloaded rust-argon2 v2.1.0
17952026-07-01T19:13:11.159Z Downloaded target-lexicon v0.13.3
17962026-07-01T19:13:11.162Z Downloaded datatest-stable v0.3.3
17972026-07-01T19:13:11.165Z Downloaded concurrent-queue v2.5.0
17982026-07-01T19:13:11.165Z Downloaded hashbrown v0.14.5
17992026-07-01T19:13:11.167Z Downloaded event-listener-strategy v0.5.4
18002026-07-01T19:13:11.167Z Downloaded tinytemplate v1.2.1
18012026-07-01T19:13:11.170Z Downloaded path-tree v0.8.3
18022026-07-01T19:13:11.173Z Downloaded libtest-mimic v0.8.1
18032026-07-01T19:13:11.175Z Downloaded event-listener v5.4.1
18042026-07-01T19:13:11.178Z Downloaded guppy v0.17.25
18052026-07-01T19:13:11.181Z Downloaded knuffel v3.2.0
18062026-07-01T19:13:11.183Z Downloaded httptest v0.16.4
18072026-07-01T19:13:11.186Z Downloaded textwrap v0.15.2
18082026-07-01T19:13:11.189Z Downloaded rstest_macros v0.25.0
18092026-07-01T19:13:11.190Z Downloaded rstest v0.25.0
18102026-07-01T19:13:11.202Z Downloaded gimli v0.32.3
18112026-07-01T19:13:11.207Z Downloaded plotters v0.3.7
18122026-07-01T19:13:11.308Z Downloaded httpmock v0.8.3
18132026-07-01T19:13:12.995Z Checking cfg-if v1.0.4
18142026-07-01T19:13:13.353Z Checking libc v0.2.185
18152026-07-01T19:13:13.356Z Checking serde_core v1.0.228
18162026-07-01T19:13:13.425Z Checking memchr v2.8.0
18172026-07-01T19:13:13.466Z Checking smallvec v1.15.1
18182026-07-01T19:13:13.505Z Checking itoa v1.0.17
18192026-07-01T19:13:13.544Z Checking log v0.4.29
18202026-07-01T19:13:13.589Z Checking zeroize v1.8.2
18212026-07-01T19:13:13.629Z Checking libm v0.2.16
18222026-07-01T19:13:13.668Z Checking scopeguard v1.2.0
18232026-07-01T19:13:13.710Z Checking stable_deref_trait v1.2.1
18242026-07-01T19:13:13.748Z Checking zmij v1.0.21
18252026-07-01T19:13:13.785Z Checking errno v0.3.14
18262026-07-01T19:13:13.822Z Checking lock_api v0.4.14
18272026-07-01T19:13:13.865Z Checking zerofrom v0.1.6
18282026-07-01T19:13:13.899Z Checking percent-encoding v2.3.2
18292026-07-01T19:13:13.938Z Checking writeable v0.6.2
18302026-07-01T19:13:13.974Z Checking litemap v0.8.1
18312026-07-01T19:13:14.009Z Checking yoke v0.8.1
18322026-07-01T19:13:14.045Z Checking getrandom v0.2.17
18332026-07-01T19:13:14.082Z Checking zerocopy v0.8.40
18342026-07-01T19:13:14.082Z Checking icu_properties_data v2.1.2
18352026-07-01T19:13:14.147Z Checking icu_normalizer_data v2.1.1
18362026-07-01T19:13:14.183Z Checking rand_core v0.10.0
18372026-07-01T19:13:14.220Z Checking zerovec v0.11.5
18382026-07-01T19:13:14.220Z Checking zerotrie v0.2.3
18392026-07-01T19:13:14.287Z Checking subtle v2.6.1
18402026-07-01T19:13:14.324Z Checking num-traits v0.2.19
18412026-07-01T19:13:14.362Z Checking pin-project-lite v0.2.17
18422026-07-01T19:13:14.366Z Checking getrandom v0.4.1
18432026-07-01T19:13:14.459Z Checking form_urlencoded v1.2.2
18442026-07-01T19:13:14.497Z Checking utf8_iter v1.0.4
18452026-07-01T19:13:14.537Z Checking rand_core v0.6.4
18462026-07-01T19:13:14.577Z Checking parking_lot_core v0.9.12
18472026-07-01T19:13:14.618Z Checking typenum v1.19.0
18482026-07-01T19:13:14.659Z Checking portable-atomic v1.13.1
18492026-07-01T19:13:14.695Z Checking tinystr v0.8.2
18502026-07-01T19:13:14.740Z Checking potential_utf v0.1.4
18512026-07-01T19:13:14.795Z Checking parking_lot v0.12.5
18522026-07-01T19:13:14.878Z Checking critical-section v1.2.0
18532026-07-01T19:13:14.915Z Checking icu_collections v2.1.1
18542026-07-01T19:13:14.947Z Checking serde v1.0.228
18552026-07-01T19:13:14.947Z Checking serde_json v1.0.150
18562026-07-01T19:13:15.013Z Checking bitflags v2.11.0
18572026-07-01T19:13:15.018Z Checking icu_locale_core v2.1.1
18582026-07-01T19:13:15.097Z Checking once_cell v1.21.3
18592026-07-01T19:13:15.209Z Checking signal-hook-registry v1.4.8
18602026-07-01T19:13:15.250Z Checking mio v1.2.0
18612026-07-01T19:13:15.309Z Checking socket2 v0.6.3
18622026-07-01T19:13:15.351Z Checking iana-time-zone v0.1.65
18632026-07-01T19:13:15.399Z Checking bytes v1.11.1
18642026-07-01T19:13:15.402Z Checking generic-array v0.14.7
18652026-07-01T19:13:15.480Z Checking chrono v0.4.44
18662026-07-01T19:13:15.576Z Checking uuid v1.23.4
18672026-07-01T19:13:15.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18682026-07-01T19:13:15.656Z Checking thiserror v2.0.18
18692026-07-01T19:13:15.660Z Checking icu_provider v2.1.1
18702026-07-01T19:13:15.792Z Checking semver v1.0.28
18712026-07-01T19:13:15.901Z Checking tokio v1.52.1
18722026-07-01T19:13:15.936Z Checking crypto-common v0.1.7
18732026-07-01T19:13:15.939Z Checking futures-core v0.3.32
18742026-07-01T19:13:16.005Z Checking dyn-clone v1.0.20
18752026-07-01T19:13:16.009Z Checking icu_normalizer v2.1.1
18762026-07-01T19:13:16.072Z Checking icu_properties v2.1.2
18772026-07-01T19:13:16.108Z Checking equivalent v1.0.2
18782026-07-01T19:13:16.144Z Checking const-oid v0.9.6
18792026-07-01T19:13:16.148Z Checking rustix v1.1.3
18802026-07-01T19:13:16.216Z Checking futures-sink v0.3.32
18812026-07-01T19:13:16.346Z Checking byteorder v1.5.0
18822026-07-01T19:13:16.382Z Checking futures-channel v0.3.32
18832026-07-01T19:13:16.416Z Checking block-buffer v0.10.4
18842026-07-01T19:13:16.575Z Checking slab v0.4.12
18852026-07-01T19:13:16.612Z Checking futures-io v0.3.32
18862026-07-01T19:13:16.615Z Checking futures-task v0.3.32
18872026-07-01T19:13:16.754Z Checking thiserror v1.0.69
18882026-07-01T19:13:16.790Z Checking getrandom v0.3.4
18892026-07-01T19:13:16.824Z Checking futures-util v0.3.32
18902026-07-01T19:13:16.858Z Checking digest v0.10.7
18912026-07-01T19:13:16.892Z Checking cpufeatures v0.2.17
18922026-07-01T19:13:16.926Z Checking idna_adapter v1.2.1
18932026-07-01T19:13:16.930Z Checking ppv-lite86 v0.2.21
18942026-07-01T19:13:16.995Z Checking hashbrown v0.17.0
18952026-07-01T19:13:16.998Z Checking fnv v1.0.7
18962026-07-01T19:13:17.060Z Checking regex-syntax v0.8.10
18972026-07-01T19:13:17.096Z Checking idna v1.1.0
18982026-07-01T19:13:17.099Z Checking http v1.4.2
18992026-07-01T19:13:17.163Z Checking tracing-core v0.1.36
19002026-07-01T19:13:17.270Z Checking utf8parse v0.2.2
19012026-07-01T19:13:17.367Z Checking url v2.5.8
19022026-07-01T19:13:17.404Z Checking base64 v0.22.1
19032026-07-01T19:13:17.480Z Checking indexmap v2.14.0
19042026-07-01T19:13:17.516Z Checking tracing v0.1.44
19052026-07-01T19:13:17.668Z Checking anstyle v1.0.14
19062026-07-01T19:13:17.721Z Checking colorchoice v1.0.4
19072026-07-01T19:13:17.758Z Checking anstyle-query v1.1.5
19082026-07-01T19:13:17.825Z Checking schemars v0.8.22
19092026-07-01T19:13:17.861Z Checking base64ct v1.8.3
19102026-07-01T19:13:17.897Z Checking is_terminal_polyfill v1.70.2
19112026-07-01T19:13:17.900Z Checking block-padding v0.3.3
19122026-07-01T19:13:18.063Z Checking ipnet v2.11.0
19132026-07-01T19:13:18.067Z Checking anstyle-parse v1.0.0
19142026-07-01T19:13:18.100Z Checking inout v0.1.4
19152026-07-01T19:13:18.134Z Checking terminal_size v0.4.3
19162026-07-01T19:13:18.246Z Checking aho-corasick v1.1.4
19172026-07-01T19:13:18.279Z Checking cipher v0.4.4
19182026-07-01T19:13:18.283Z Checking crossbeam-utils v0.8.21
19192026-07-01T19:13:18.344Z Checking unicode-ident v1.0.24
19202026-07-01T19:13:18.402Z Checking anstream v1.0.0
19212026-07-01T19:13:18.481Z Checking proc-macro2 v1.0.106
19222026-07-01T19:13:18.485Z Checking powerfmt v0.2.0
19232026-07-01T19:13:18.550Z Checking clap_lex v1.0.0
19242026-07-01T19:13:18.624Z Checking strsim v0.11.1
19252026-07-01T19:13:18.661Z Checking pem-rfc7468 v0.7.0
19262026-07-01T19:13:18.696Z Checking deranged v0.5.8
19272026-07-01T19:13:18.731Z Checking sha2 v0.10.9
19282026-07-01T19:13:18.768Z Checking httparse v1.10.1
19292026-07-01T19:13:18.810Z Checking quote v1.0.45
19302026-07-01T19:13:18.814Z Checking clap_builder v4.6.0
19312026-07-01T19:13:18.877Z Checking time-core v0.1.8
19322026-07-01T19:13:18.939Z Checking regex-automata v0.4.14
19332026-07-01T19:13:19.004Z Checking num-conv v0.2.0
19342026-07-01T19:13:19.007Z Checking num_threads v0.1.7
19352026-07-01T19:13:19.071Z Checking syn v2.0.117
19362026-07-01T19:13:19.075Z Checking hmac v0.12.1
19372026-07-01T19:13:19.145Z Checking rand_core v0.9.5
19382026-07-01T19:13:19.148Z Checking erased-serde v0.3.31
19392026-07-01T19:13:19.215Z Checking tokio-util v0.7.18
19402026-07-01T19:13:19.257Z Checking flagset v0.4.7
19412026-07-01T19:13:19.350Z Checking http-body v1.0.1
19422026-07-01T19:13:19.407Z Checking der v0.7.10
19432026-07-01T19:13:19.508Z Checking atomic-waker v1.1.2
19442026-07-01T19:13:19.580Z Checking slog v2.8.2
19452026-07-01T19:13:19.632Z Checking allocator-api2 v0.2.21
19462026-07-01T19:13:19.637Z Checking time v0.3.47
19472026-07-01T19:13:19.857Z Checking rand_chacha v0.9.0
19482026-07-01T19:13:19.895Z Checking rustls-pki-types v1.14.0
19492026-07-01T19:13:19.939Z Checking anyhow v1.0.102
19502026-07-01T19:13:20.085Z Checking try-lock v0.2.5
19512026-07-01T19:13:20.121Z Checking clap v4.6.1
19522026-07-01T19:13:20.161Z Checking httpdate v1.0.3
19532026-07-01T19:13:20.165Z Checking rand v0.9.2
19542026-07-01T19:13:20.230Z Checking want v0.3.1
19552026-07-01T19:13:20.233Z Checking h2 v0.4.15
19562026-07-01T19:13:20.262Z Checking spin v0.9.8
19572026-07-01T19:13:20.333Z Checking aws-lc-sys v0.40.0
19582026-07-01T19:13:20.380Z Checking untrusted v0.7.1
19592026-07-01T19:13:20.497Z Checking tower-layer v0.3.3
19602026-07-01T19:13:20.534Z Checking ryu v1.0.23
19612026-07-01T19:13:20.689Z Checking tower-service v0.3.3
19622026-07-01T19:13:20.724Z Checking ipnetwork v0.21.1
19632026-07-01T19:13:20.728Z Checking fastrand v2.3.0
19642026-07-01T19:13:20.791Z Checking mime v0.3.17
19652026-07-01T19:13:20.827Z Checking untrusted v0.9.0
19662026-07-01T19:13:20.830Z Checking spki v0.7.3
19672026-07-01T19:13:20.895Z Checking aws-lc-rs v1.16.3
19682026-07-01T19:13:20.960Z Checking pbkdf2 v0.12.2
19692026-07-01T19:13:20.964Z Checking aes v0.8.4
19702026-07-01T19:13:20.964Z Checking http-body-util v0.1.3
19712026-07-01T19:13:21.061Z Checking cbc v0.1.2
19722026-07-01T19:13:21.065Z Checking salsa20 v0.10.2
19732026-07-01T19:13:21.130Z Checking rand_chacha v0.3.1
19742026-07-01T19:13:21.221Z Checking hex v0.4.3
19752026-07-01T19:13:21.256Z Checking simd-adler32 v0.3.8
19762026-07-01T19:13:21.290Z Checking pretty-hex v0.4.1
19772026-07-01T19:13:21.359Z Checking rand v0.8.6
19782026-07-01T19:13:21.395Z Checking scrypt v0.11.0
19792026-07-01T19:13:21.429Z Checking tempfile v3.25.0
19802026-07-01T19:13:21.433Z Checking openssl-probe v0.2.1
19812026-07-01T19:13:21.496Z Checking plain v0.2.3
19822026-07-01T19:13:21.499Z Checking adler2 v2.0.1
19832026-07-01T19:13:21.562Z Checking pkcs5 v0.7.1
19842026-07-01T19:13:21.597Z Checking regex v1.12.3
19852026-07-01T19:13:21.632Z Checking serde_urlencoded v0.7.1
19862026-07-01T19:13:21.667Z Checking miniz_oxide v0.8.9
19872026-07-01T19:13:21.671Z Checking camino v1.2.2
19882026-07-01T19:13:21.740Z Checking rustls-webpki v0.103.9
19892026-07-01T19:13:21.840Z Checking encoding_rs v0.8.35
19902026-07-01T19:13:21.876Z Checking ucd-trie v0.1.7
19912026-07-01T19:13:21.911Z Checking pkcs8 v0.10.2
19922026-07-01T19:13:21.914Z Checking oxnet v0.1.6
19932026-07-01T19:13:21.979Z Checking futures-executor v0.3.32
19942026-07-01T19:13:22.033Z Checking pest v2.8.6
19952026-07-01T19:13:22.069Z Checking sync_wrapper v1.0.2
19962026-07-01T19:13:22.118Z Checking either v1.15.0
19972026-07-01T19:13:22.154Z Checking futures v0.3.32
19982026-07-01T19:13:22.189Z Checking rustls v0.23.41
19992026-07-01T19:13:22.225Z Checking tower v0.5.3
20002026-07-01T19:13:22.229Z Checking crc32fast v1.5.0
20012026-07-01T19:13:22.294Z Checking iri-string v0.7.10
20022026-07-01T19:13:22.330Z Checking foldhash v0.2.0
20032026-07-01T19:13:22.489Z Checking static_assertions v1.1.0
20042026-07-01T19:13:22.514Z Checking hashbrown v0.16.1
20052026-07-01T19:13:22.569Z Checking lazy_static v1.5.0
20062026-07-01T19:13:22.649Z Checking openapiv3 v2.2.0
20072026-07-01T19:13:22.732Z Checking signature v2.2.0
20082026-07-01T19:13:22.808Z Checking hubpack v0.1.2
20092026-07-01T19:13:22.896Z Checking zlib-rs v0.6.2
20102026-07-01T19:13:23.004Z Checking rustls-native-certs v0.8.3
20112026-07-01T19:13:23.060Z Checking strum v0.26.3
20122026-07-01T19:13:23.117Z Checking psl-types v2.0.11
20132026-07-01T19:13:23.153Z Checking hyper v1.10.1
20142026-07-01T19:13:23.188Z Checking cookie v0.18.1
20152026-07-01T19:13:23.220Z Checking tinyvec_macros v0.1.1
20162026-07-01T19:13:23.260Z Checking publicsuffix v2.3.0
20172026-07-01T19:13:23.317Z Checking tinyvec v1.10.0
20182026-07-01T19:13:23.349Z Checking tower-http v0.6.8
20192026-07-01T19:13:23.437Z Checking num-integer v0.1.46
20202026-07-01T19:13:23.441Z Checking cookie_store v0.22.1
20212026-07-01T19:13:23.642Z Checking scroll v0.13.0
20222026-07-01T19:13:23.678Z Checking data-encoding v2.10.0
20232026-07-01T19:13:23.712Z Checking memmap2 v0.9.10
20242026-07-01T19:13:23.820Z Checking flate2 v1.1.9
20252026-07-01T19:13:23.856Z Checking bit-vec v0.8.0
20262026-07-01T19:13:23.899Z Checking base16ct v0.2.0
20272026-07-01T19:13:23.903Z Checking goblin v0.10.5
20282026-07-01T19:13:23.965Z Checking dtrace-parser v0.3.0
20292026-07-01T19:13:23.998Z Checking ff v0.13.1
20302026-07-01T19:13:24.051Z Checking sec1 v0.7.3
20312026-07-01T19:13:24.086Z Checking bit-set v0.8.0
20322026-07-01T19:13:24.121Z Checking hyper-util v0.1.20
20332026-07-01T19:13:24.158Z Checking wait-timeout v0.2.1
20342026-07-01T19:13:24.164Z Checking thread-id v5.1.0
20352026-07-01T19:13:24.225Z Checking group v0.13.0
20362026-07-01T19:13:24.260Z Checking num-iter v0.1.45
20372026-07-01T19:13:24.297Z Checking bstr v1.12.1
20382026-07-01T19:13:24.302Z Checking hkdf v0.12.4
20392026-07-01T19:13:24.364Z Checking crossbeam-epoch v0.9.18
20402026-07-01T19:13:24.399Z Checking anstyle-parse v0.2.7
20412026-07-01T19:13:24.402Z Checking ahash v0.8.12
20422026-07-01T19:13:24.466Z Checking tokio-rustls v0.26.4
20432026-07-01T19:13:24.504Z Checking rustls-platform-verifier v0.6.2
20442026-07-01T19:13:24.575Z Checking crypto-bigint v0.5.5
20452026-07-01T19:13:24.612Z Checking serde_spanned v0.6.9
20462026-07-01T19:13:24.650Z Checking toml_datetime v0.6.11
20472026-07-01T19:13:24.687Z Checking quick-error v1.2.3
20482026-07-01T19:13:24.727Z Checking anstream v0.6.21
20492026-07-01T19:13:24.727Z Checking rand_xorshift v0.4.0
20502026-07-01T19:13:24.795Z Checking scroll v0.12.0
20512026-07-01T19:13:24.831Z Checking rusty-fork v0.3.1
20522026-07-01T19:13:24.866Z Checking unarray v0.1.4
20532026-07-01T19:13:24.901Z Checking num-bigint-dig v0.8.6
20542026-07-01T19:13:24.955Z Checking pkcs1 v0.7.5
20552026-07-01T19:13:24.997Z Checking x509-cert v0.2.5
20562026-07-01T19:13:25.033Z Checking proptest v1.10.0
20572026-07-01T19:13:25.068Z Checking goblin v0.8.2
20582026-07-01T19:13:25.191Z Checking sha1 v0.10.6
20592026-07-01T19:13:25.461Z Checking zerocopy v0.7.35
20602026-07-01T19:13:25.471Z Checking hyper-rustls v0.27.7
20612026-07-01T19:13:25.504Z Checking elliptic-curve v0.13.8
20622026-07-01T19:13:25.667Z Checking reqwest v0.13.2
20632026-07-01T19:13:25.704Z Checking unicode-segmentation v1.12.0
20642026-07-01T19:13:25.745Z Checking rsa v0.9.10
20652026-07-01T19:13:25.855Z Checking dtrace-parser v0.2.0
20662026-07-01T19:13:25.907Z Checking rfc6979 v0.4.0
20672026-07-01T19:13:26.043Z Checking memoffset v0.9.1
20682026-07-01T19:13:26.083Z Checking thread-id v4.2.2
20692026-07-01T19:13:26.119Z Checking foreign-types-shared v0.1.1
20702026-07-01T19:13:26.156Z Checking ecdsa v0.16.9
20712026-07-01T19:13:26.192Z Checking curve25519-dalek v4.1.3
20722026-07-01T19:13:26.230Z Checking foreign-types v0.3.2
20732026-07-01T19:13:26.265Z Checking rustix v0.38.44
20742026-07-01T19:13:26.302Z Checking dof v0.4.0
20752026-07-01T19:13:26.337Z Checking openssl-sys v0.9.115
20762026-07-01T19:13:26.521Z Checking env_filter v1.0.0
20772026-07-01T19:13:26.559Z Checking keccak v0.1.6
20782026-07-01T19:13:26.695Z Checking winnow v0.7.14
20792026-07-01T19:13:26.733Z Checking same-file v1.0.6
20802026-07-01T19:13:26.768Z Checking sha3 v0.10.8
20812026-07-01T19:13:26.863Z Checking newtype-uuid v1.3.2
20822026-07-01T19:13:26.898Z Checking walkdir v2.5.0
20832026-07-01T19:13:26.958Z Checking usdt-impl v0.6.0
20842026-07-01T19:13:26.995Z Checking openssl v0.10.79
20852026-07-01T19:13:27.030Z Checking env_logger v0.11.9
20862026-07-01T19:13:27.034Z Checking dof v0.3.0
20872026-07-01T19:13:27.097Z Checking daft v0.1.7
20882026-07-01T19:13:27.101Z Checking ed25519 v2.2.3
20892026-07-01T19:13:27.102Z Checking itertools v0.13.0
20902026-07-01T19:13:27.241Z Checking serde_with v3.17.0
20912026-07-01T19:13:27.279Z Checking usdt v0.6.0
20922026-07-01T19:13:27.357Z Checking bitflags v1.3.2
20932026-07-01T19:13:27.393Z Checking winnow v1.0.3
20942026-07-01T19:13:27.396Z Checking usdt-impl v0.5.0
20952026-07-01T19:13:27.458Z Checking siphasher v1.0.2
20962026-07-01T19:13:27.494Z Checking ed25519-dalek v2.2.0
20972026-07-01T19:13:27.640Z Checking nix v0.31.2
20982026-07-01T19:13:27.694Z Checking unicode-normalization v0.1.25
20992026-07-01T19:13:27.734Z Checking toml_parser v1.1.2+spec-1.1.0
21002026-07-01T19:13:27.770Z Checking signal-hook v0.3.18
21012026-07-01T19:13:27.907Z Checking managed v0.8.0
21022026-07-01T19:13:27.989Z Checking toml_write v0.1.2
21032026-07-01T19:13:28.089Z Checking winnow v0.5.40
21042026-07-01T19:13:28.126Z Checking bzip2-sys v0.1.13+1.0.8
21052026-07-01T19:13:28.130Z Checking object v0.37.3
21062026-07-01T19:13:28.192Z Checking foldhash v0.1.5
21072026-07-01T19:13:28.196Z Checking toml_edit v0.22.27
21082026-07-01T19:13:28.258Z Checking bzip2 v0.4.4
21092026-07-01T19:13:28.356Z Checking hashbrown v0.15.5
21102026-07-01T19:13:28.446Z Checking signal-hook-mio v0.2.5
21112026-07-01T19:13:28.581Z Checking globset v0.4.18
21122026-07-01T19:13:28.683Z Checking ref-cast v1.0.25
21132026-07-01T19:13:28.720Z Checking zstd-sys v2.0.16+zstd.1.5.7
21142026-07-01T19:13:28.811Z Checking zip v0.6.6
21152026-07-01T19:13:28.851Z Checking pin-project v1.1.11
21162026-07-01T19:13:28.888Z Checking zstd-safe v7.2.4
21172026-07-01T19:13:28.892Z Checking bumpalo v3.20.2
21182026-07-01T19:13:28.974Z Checking libbz2-rs-sys v0.2.2
21192026-07-01T19:13:29.013Z Checking native-tls v0.2.18
21202026-07-01T19:13:29.120Z Checking zopfli v0.8.3
21212026-07-01T19:13:29.134Z Checking zstd v0.13.3
21222026-07-01T19:13:29.179Z Checking crossterm v0.28.1
21232026-07-01T19:13:29.221Z Checking tokio-native-tls v0.3.1
21242026-07-01T19:13:29.262Z Checking toml_edit v0.19.15
21252026-07-01T19:13:29.329Z Checking similar v2.7.0
21262026-07-01T19:13:29.365Z Checking tokio-stream v0.1.18
21272026-07-01T19:13:29.401Z Checking bzip2 v0.6.1
21282026-07-01T19:13:29.435Z Checking hyper-tls v0.6.0
21292026-07-01T19:13:29.498Z Checking fs-err v3.3.0
21302026-07-01T19:13:29.585Z Checking pem v3.0.6
21312026-07-01T19:13:29.637Z Checking reqwest v0.12.28
21322026-07-01T19:13:29.739Z Checking hash32 v0.2.1
21332026-07-01T19:13:29.776Z Checking serde-big-array v0.5.1
21342026-07-01T19:13:29.779Z Checking unicode-properties v0.1.4
21352026-07-01T19:13:29.843Z Checking jiff v0.2.21
21362026-07-01T19:13:29.907Z Checking unicode-bidi v0.3.18
21372026-07-01T19:13:29.944Z Checking predicates-core v1.0.10
21382026-07-01T19:13:29.947Z Checking heapless v0.7.17
21392026-07-01T19:13:30.019Z Checking snafu v0.8.9
21402026-07-01T19:13:30.093Z Checking olpc-cjson v0.1.4
21412026-07-01T19:13:30.224Z Checking stringprep v0.1.5
21422026-07-01T19:13:30.262Z Checking hickory-proto v0.25.2
21432026-07-01T19:13:30.296Z Checking md-5 v0.10.6
21442026-07-01T19:13:30.332Z Checking toml v0.7.8
21452026-07-01T19:13:30.402Z Checking serde_plain v1.0.2
21462026-07-01T19:13:30.406Z Checking float-cmp v0.10.0
21472026-07-01T19:13:30.470Z Checking normalize-line-endings v0.3.0
21482026-07-01T19:13:30.474Z Checking fallible-iterator v0.2.0
21492026-07-01T19:13:30.537Z Checking typed-path v0.9.3
21502026-07-01T19:13:30.585Z Checking difflib v0.4.0
21512026-07-01T19:13:30.588Z Checking smoltcp v0.9.1
21522026-07-01T19:13:30.653Z Checking iddqd v0.4.2
21532026-07-01T19:13:30.688Z Checking phf_shared v0.11.3
21542026-07-01T19:13:30.792Z Checking predicates v3.1.4
21552026-07-01T19:13:30.829Z Checking postgres-protocol v0.6.10
21562026-07-01T19:13:30.865Z Checking phf_shared v0.13.1
21572026-07-01T19:13:31.091Z Checking buf-list v1.1.2
21582026-07-01T19:13:31.127Z Checking strum v0.27.2
21592026-07-01T19:13:31.173Z Checking lalrpop-util v0.19.12
21602026-07-01T19:13:31.235Z Checking fixedbitset v0.4.2
21612026-07-01T19:13:31.271Z Checking new_debug_unreachable v1.0.6
21622026-07-01T19:13:31.306Z Checking fixedbitset v0.5.7
21632026-07-01T19:13:31.347Z Checking tough v0.22.0
21642026-07-01T19:13:31.384Z Checking precomputed-hash v0.1.1
21652026-07-01T19:13:31.388Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21662026-07-01T19:13:31.450Z Checking petgraph v0.6.5
21672026-07-01T19:13:31.497Z Checking string_cache v0.8.9
21682026-07-01T19:13:31.533Z Checking petgraph v0.8.3
21692026-07-01T19:13:31.595Z Checking postgres-types v0.2.12
21702026-07-01T19:13:31.692Z Checking phf v0.13.1
21712026-07-01T19:13:31.871Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-07-01T19:13:31.935Z Checking whoami v2.1.0
21732026-07-01T19:13:32.130Z Checking zip v4.6.1
21742026-07-01T19:13:32.166Z Checking peg-runtime v0.8.5
21752026-07-01T19:13:32.170Z Checking tokio-postgres v0.7.16
21762026-07-01T19:13:32.452Z Checking is-terminal v0.4.17
21772026-07-01T19:13:32.575Z Checking crossbeam-channel v0.5.15
21782026-07-01T19:13:32.718Z Checking thread_local v1.1.9
21792026-07-01T19:13:32.758Z Compiling structmeta-derive v0.3.0
21802026-07-01T19:13:32.922Z Checking take_mut v0.2.2
21812026-07-01T19:13:32.957Z Checking term v1.2.1
21822026-07-01T19:13:33.056Z Checking slog-async v2.8.0
21832026-07-01T19:13:33.117Z Compiling newtype-uuid-macros v0.1.0
21842026-07-01T19:13:33.153Z Compiling multer v3.1.0
21852026-07-01T19:13:33.206Z Checking slog-term v2.9.2
21862026-07-01T19:13:33.257Z Compiling async-stream-impl v0.3.6
21872026-07-01T19:13:33.364Z Checking match_cfg v0.1.0
21882026-07-01T19:13:33.462Z Checking hostname v0.3.1
21892026-07-01T19:13:33.523Z Checking slog-json v2.6.1
21902026-07-01T19:13:33.529Z Compiling dropshot v0.17.1
21912026-07-01T19:13:33.536Z Checking cpufeatures v0.3.0
21922026-07-01T19:13:33.598Z Compiling dropshot_endpoint v0.17.1
21932026-07-01T19:13:33.660Z Checking debug-ignore v1.0.5
21942026-07-01T19:13:33.696Z Checking slog-bunyan v2.5.0
21952026-07-01T19:13:33.799Z Checking hybrid-array v0.4.10
21962026-07-01T19:13:33.838Z Checking progenitor-client v0.14.0
21972026-07-01T19:13:33.877Z Compiling structmeta v0.3.0
21982026-07-01T19:13:33.912Z Checking serde_spanned v1.1.1
21992026-07-01T19:13:33.916Z Checking serde_path_to_error v0.1.20
22002026-07-01T19:13:33.916Z Checking toml_datetime v1.1.1+spec-1.1.0
22012026-07-01T19:13:33.976Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22022026-07-01T19:13:34.089Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-07-01T19:13:34.142Z Compiling derive-ex v0.1.8
22042026-07-01T19:13:34.198Z Checking const-oid v0.10.2
22052026-07-01T19:13:34.202Z Checking toml_writer v1.1.1+spec-1.1.0
22062026-07-01T19:13:34.226Z Checking compression-core v0.4.31
22072026-07-01T19:13:34.261Z Checking crypto-common v0.2.2
22082026-07-01T19:13:34.338Z Checking block-buffer v0.12.1
22092026-07-01T19:13:34.406Z Checking compression-codecs v0.4.37
22102026-07-01T19:13:34.464Z Checking toml v1.1.2+spec-1.1.0
22112026-07-01T19:13:34.464Z Checking async-stream v0.3.6
22122026-07-01T19:13:34.545Z Checking rustls-pemfile v2.2.0
22132026-07-01T19:13:34.580Z Checking async-compression v0.4.41
22142026-07-01T19:13:34.615Z Checking waitgroup v0.1.2
22152026-07-01T19:13:34.711Z Checking hostname v0.4.2
22162026-07-01T19:13:34.746Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-07-01T19:13:34.779Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22182026-07-01T19:13:34.836Z Checking atomicwrites v0.4.4
22192026-07-01T19:13:34.873Z Checking digest v0.11.3
22202026-07-01T19:13:34.891Z Checking itertools v0.14.0
22212026-07-01T19:13:34.939Z Compiling parse-display-derive v0.10.0
22222026-07-01T19:13:34.973Z Checking macaddr v1.0.1
22232026-07-01T19:13:35.012Z Checking regress v0.10.5
22242026-07-01T19:13:35.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22252026-07-01T19:13:35.082Z Checking sha1 v0.11.0
22262026-07-01T19:13:35.177Z Checking instant v0.1.13
22272026-07-01T19:13:35.287Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22282026-07-01T19:13:35.291Z Checking backoff v0.4.0
22292026-07-01T19:13:35.485Z Checking backon v1.6.0
22302026-07-01T19:13:35.546Z Checking humantime v2.3.0
22312026-07-01T19:13:35.596Z Checking unicode-width v0.2.0
22322026-07-01T19:13:35.680Z Checking progenitor-extras v0.2.0
22332026-07-01T19:13:35.773Z Compiling convert_case v0.4.0
22342026-07-01T19:13:35.845Z Compiling test-strategy v0.4.5
22352026-07-01T19:13:35.880Z Checking heck v0.5.0
22362026-07-01T19:13:35.932Z Checking half v2.7.1
22372026-07-01T19:13:36.009Z Checking ciborium-io v0.2.2
22382026-07-01T19:13:36.045Z Checking secrecy v0.10.3
22392026-07-01T19:13:36.130Z Checking camino-tempfile v1.4.1
22402026-07-01T19:13:36.176Z Compiling derive_more v0.99.20
22412026-07-01T19:13:36.211Z Compiling regress v0.11.1
22422026-07-01T19:13:36.256Z Checking ciborium-ll v0.2.2
22432026-07-01T19:13:36.313Z Checking indent_write v2.2.0
22442026-07-01T19:13:36.446Z Checking ciborium v0.2.2
22452026-07-01T19:13:36.484Z Checking universal-hash v0.5.1
22462026-07-01T19:13:36.532Z Checking opaque-debug v0.3.1
22472026-07-01T19:13:36.658Z Compiling crucible-workspace-hack v0.1.0
22482026-07-01T19:13:36.694Z Checking parse-display v0.10.0
22492026-07-01T19:13:36.872Z Checking aead v0.5.2
22502026-07-01T19:13:36.937Z Compiling unsafe-libyaml v0.2.11
22512026-07-01T19:13:37.060Z Checking poly1305 v0.8.0
22522026-07-01T19:13:37.100Z Checking chacha20 v0.9.1
22532026-07-01T19:13:37.318Z Compiling thiserror-impl-no-std v2.0.2
22542026-07-01T19:13:37.353Z Checking swrite v0.1.0
22552026-07-01T19:13:37.384Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22562026-07-01T19:13:37.428Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22572026-07-01T19:13:37.464Z Checking password-hash v0.5.0
22582026-07-01T19:13:37.706Z Compiling serde_yaml v0.9.34+deprecated
22592026-07-01T19:13:37.741Z Checking blake2 v0.10.6
22602026-07-01T19:13:37.775Z Checking chacha20poly1305 v0.10.1
22612026-07-01T19:13:37.812Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22622026-07-01T19:13:37.929Z Compiling typify-impl v0.6.2
22632026-07-01T19:13:38.018Z Checking argon2 v0.5.3
22642026-07-01T19:13:38.376Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22652026-07-01T19:13:38.522Z Checking thiserror-no-std v2.0.2
22662026-07-01T19:13:38.640Z Checking vsss-rs v3.3.4
22672026-07-01T19:13:38.758Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22682026-07-01T19:13:38.801Z Checking byte-wrapper v0.1.0
22692026-07-01T19:13:39.052Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22702026-07-01T19:13:39.081Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
22712026-07-01T19:13:39.205Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22722026-07-01T19:13:39.309Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22732026-07-01T19:13:39.345Z Checking crossbeam-deque v0.8.6
22742026-07-01T19:13:39.445Z Compiling rayon-core v1.13.0
22752026-07-01T19:13:39.479Z Compiling toml_datetime v0.7.5+spec-1.1.0
22762026-07-01T19:13:39.766Z Compiling toml_edit v0.23.10+spec-1.0.0
22772026-07-01T19:13:39.809Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22782026-07-01T19:13:39.841Z Compiling proc-macro-error v1.0.4
22792026-07-01T19:13:40.072Z Checking rayon v1.11.0
22802026-07-01T19:13:40.168Z Checking tabwriter v1.4.1
22812026-07-01T19:13:40.340Z Compiling proc-macro-crate v3.4.0
22822026-07-01T19:13:40.832Z Checking toml v0.8.23
22832026-07-01T19:13:40.849Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22842026-07-01T19:13:40.891Z Checking glob v0.3.3
22852026-07-01T19:13:40.925Z Compiling num_enum_derive v0.7.6
22862026-07-01T19:13:40.982Z Checking colored v3.1.1
22872026-07-01T19:13:41.018Z Compiling heapless v0.8.0
22882026-07-01T19:13:41.099Z Compiling ingot-macros v0.1.1
22892026-07-01T19:13:41.173Z Checking hash32 v0.3.1
22902026-07-01T19:13:41.216Z Checking unicode-width v0.1.14
22912026-07-01T19:13:41.334Z Compiling smoltcp v0.11.0
22922026-07-01T19:13:41.490Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22932026-07-01T19:13:41.617Z Checking cobs v0.3.0
22942026-07-01T19:13:41.654Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
22952026-07-01T19:13:41.813Z Compiling usdt-attr-macro v0.5.0
22962026-07-01T19:13:41.825Z Compiling usdt-macro v0.5.0
22972026-07-01T19:13:41.863Z Checking memmap v0.7.0
22982026-07-01T19:13:41.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22992026-07-01T19:13:42.009Z Checking num_enum v0.7.6
23002026-07-01T19:13:42.153Z Checking postcard v1.1.3
23012026-07-01T19:13:42.242Z Compiling proc-macro-crate v1.3.1
23022026-07-01T19:13:42.439Z Compiling typify-macro v0.6.2
23032026-07-01T19:13:42.479Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-01T19:13:42.583Z Checking sigpipe v0.1.3
23052026-07-01T19:13:42.617Z Checking usdt v0.5.0
23062026-07-01T19:13:42.680Z Compiling foreign-types-macros v0.2.3
23072026-07-01T19:13:42.719Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-01T19:13:42.719Z Checking foreign-types-shared v0.3.1
23092026-07-01T19:13:42.831Z Compiling num_enum_derive v0.5.11
23102026-07-01T19:13:43.029Z Checking chacha20 v0.10.0
23112026-07-01T19:13:43.132Z Checking cstr-argument v0.1.2
23122026-07-01T19:13:43.227Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-07-01T19:13:43.271Z Compiling num-derive v0.4.2
23142026-07-01T19:13:43.323Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23152026-07-01T19:13:43.334Z Checking foreign-types v0.5.0
23162026-07-01T19:13:43.409Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23172026-07-01T19:13:43.689Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-07-01T19:13:43.722Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-01T19:13:43.835Z Checking rand v0.10.0
23202026-07-01T19:13:43.863Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-07-01T19:13:43.902Z Checking num_enum v0.5.11
23222026-07-01T19:13:43.909Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23232026-07-01T19:13:43.993Z Checking ingot-types v0.1.2
23242026-07-01T19:13:44.033Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23252026-07-01T19:13:44.069Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-07-01T19:13:44.131Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-07-01T19:13:44.194Z Compiling zone_cfg_derive v0.3.1
23282026-07-01T19:13:44.397Z Compiling typify v0.6.2
23292026-07-01T19:13:44.416Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-07-01T19:13:44.416Z Compiling progenitor-impl v0.14.0
23312026-07-01T19:13:44.417Z Checking ingot v0.1.1
23322026-07-01T19:13:44.512Z Checking itertools v0.12.1
23332026-07-01T19:13:44.517Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23342026-07-01T19:13:44.854Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23352026-07-01T19:13:44.970Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23362026-07-01T19:13:45.027Z Checking smf v0.2.3
23372026-07-01T19:13:45.222Z Checking whoami v1.6.1
23382026-07-01T19:13:45.260Z Checking tokio-dtrace v0.1.1
23392026-07-01T19:13:45.288Z Compiling derive-where v1.6.0
23402026-07-01T19:13:45.395Z Checking console v0.15.11
23412026-07-01T19:13:45.428Z Checking newline-converter v0.3.0
23422026-07-01T19:13:45.471Z Checking oxide-tokio-rt v0.1.4
23432026-07-01T19:13:45.602Z Checking bytecount v0.6.9
23442026-07-01T19:13:45.648Z Checking zone v0.3.1
23452026-07-01T19:13:45.697Z Compiling owo-colors v4.3.0
23462026-07-01T19:13:45.748Z Compiling cancel-safe-futures v0.1.5
23472026-07-01T19:13:45.782Z Checking expectorate v1.2.0
23482026-07-01T19:13:45.949Z Checking libsw-core v0.3.2
23492026-07-01T19:13:46.069Z Checking num-rational v0.4.2
23502026-07-01T19:13:46.135Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-01T19:13:46.160Z Checking libsw v3.5.0
23522026-07-01T19:13:46.367Z Checking num-complex v0.4.6
23532026-07-01T19:13:46.370Z Checking linear-map v1.2.0
23542026-07-01T19:13:46.549Z Checking float-ord v0.3.2
23552026-07-01T19:13:46.595Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23562026-07-01T19:13:46.683Z Checking gethostname v0.5.0
23572026-07-01T19:13:46.717Z Compiling prettyplease v0.2.37
23582026-07-01T19:13:46.750Z Checking num v0.4.3
23592026-07-01T19:13:46.785Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23602026-07-01T19:13:46.819Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23612026-07-01T19:13:46.852Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23622026-07-01T19:13:47.024Z Compiling progenitor-macro v0.14.0
23632026-07-01T19:13:47.068Z Checking resolv-conf v0.7.6
23642026-07-01T19:13:47.231Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
23652026-07-01T19:13:47.278Z Checking smawk v0.3.2
23662026-07-01T19:13:47.313Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23672026-07-01T19:13:47.437Z Checking unicode-linebreak v0.1.5
23682026-07-01T19:13:47.679Z Checking papergrid v0.11.0
23692026-07-01T19:13:48.299Z Compiling tabled_derive v0.7.0
23702026-07-01T19:13:48.334Z Compiling convert_case v0.10.0
23712026-07-01T19:13:48.379Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23722026-07-01T19:13:48.417Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23732026-07-01T19:13:48.654Z Compiling slog-dtrace v0.3.0
23742026-07-01T19:13:48.688Z Compiling derive_more-impl v2.1.1
23752026-07-01T19:13:48.692Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23762026-07-01T19:13:48.999Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
23772026-07-01T19:13:49.030Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23782026-07-01T19:13:49.329Z Checking tabled v0.15.0
23792026-07-01T19:13:49.534Z Checking derive_more v2.1.1
23802026-07-01T19:13:49.654Z Checking crossterm v0.29.0
23812026-07-01T19:13:50.185Z Checking linked-hash-map v0.5.6
23822026-07-01T19:13:50.398Z Checking lru-cache v0.1.2
23832026-07-01T19:13:50.587Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23842026-07-01T19:13:50.796Z Checking hickory-proto v0.24.4
23852026-07-01T19:13:50.881Z Checking fd-lock v4.0.4
23862026-07-01T19:13:51.417Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
23872026-07-01T19:13:51.508Z Checking vte v0.14.1
23882026-07-01T19:13:51.756Z Checking display-error-chain v0.2.2
23892026-07-01T19:13:51.926Z Checking strip-ansi-escapes v0.2.1
23902026-07-01T19:13:51.959Z Checking progenitor v0.14.0
23912026-07-01T19:13:52.124Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
23922026-07-01T19:13:52.158Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23932026-07-01T19:13:52.939Z Checking termtree v0.5.1
23942026-07-01T19:13:52.995Z Checking nu-ansi-term v0.50.3
23952026-07-01T19:13:53.106Z Checking hickory-resolver v0.24.4
23962026-07-01T19:13:53.165Z Checking textwrap v0.16.2
23972026-07-01T19:13:53.243Z Checking reedline v0.40.0
23982026-07-01T19:13:53.404Z Compiling minimal-lexical v0.2.1
23992026-07-01T19:13:53.461Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24002026-07-01T19:13:53.556Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24012026-07-01T19:13:53.682Z Compiling nom v7.1.3
24022026-07-01T19:13:53.924Z Checking qorb v0.4.1
24032026-07-01T19:13:53.938Z Compiling unicode-xid v0.2.6
24042026-07-01T19:13:54.099Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24052026-07-01T19:13:54.430Z Compiling ar_archive_writer v0.5.1
24062026-07-01T19:13:54.507Z Checking csv-core v0.1.13
24072026-07-01T19:13:54.704Z Compiling stacker v0.1.23
24082026-07-01T19:13:54.737Z Checking csv v1.4.0
24092026-07-01T19:13:54.774Z Compiling cfg_aliases v0.1.1
24102026-07-01T19:13:54.884Z Compiling semver v0.1.20
24112026-07-01T19:13:55.045Z Checking highway v1.3.0
24122026-07-01T19:13:55.109Z Compiling rustc_version v0.1.7
24132026-07-01T19:13:55.188Z Compiling nix v0.28.0
24142026-07-01T19:13:55.225Z Checking nibble_vec v0.1.0
24152026-07-01T19:13:55.295Z Compiling psm v0.1.30
24162026-07-01T19:13:55.327Z Checking endian-type v0.1.2
24172026-07-01T19:13:55.367Z Checking home v0.5.12
24182026-07-01T19:13:55.471Z Compiling newtype_derive v0.1.6
24192026-07-01T19:13:55.486Z Checking radix_trie v0.2.1
24202026-07-01T19:13:55.514Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24212026-07-01T19:13:55.667Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24222026-07-01T19:13:55.703Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24232026-07-01T19:13:55.713Z Checking phf_shared v0.12.1
24242026-07-01T19:13:55.764Z Compiling recursive-proc-macro-impl v0.1.1
24252026-07-01T19:13:55.921Z Compiling chrono-tz v0.10.4
24262026-07-01T19:13:56.176Z Checking phf v0.12.1
24272026-07-01T19:13:56.253Z Checking recursive v0.1.1
24282026-07-01T19:13:56.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24292026-07-01T19:13:56.337Z Compiling const_format_proc_macros v0.2.34
24302026-07-01T19:13:56.371Z Compiling peg-macros v0.8.5
24312026-07-01T19:13:56.405Z Checking winnow v0.6.26
24322026-07-01T19:13:56.409Z Checking nom v8.0.0
24332026-07-01T19:13:56.850Z Compiling sqlparser_derive v0.5.0
24342026-07-01T19:13:57.238Z Checking unicode_categories v0.1.1
24352026-07-01T19:13:57.417Z Checking const_format v0.2.35
24362026-07-01T19:13:57.569Z Checking sqlformat v0.3.5
24372026-07-01T19:13:57.572Z Checking rustyline v14.0.0
24382026-07-01T19:13:57.641Z Checking sqlparser v0.61.0
24392026-07-01T19:13:57.765Z Checking peg v0.8.5
24402026-07-01T19:13:57.972Z Checking bcs v0.1.6
24412026-07-01T19:13:58.028Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24422026-07-01T19:13:58.126Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24432026-07-01T19:13:58.233Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24442026-07-01T19:13:58.300Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24452026-07-01T19:13:58.342Z Checking steno v0.4.1
24462026-07-01T19:13:58.404Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24472026-07-01T19:13:58.539Z Checking filetime v0.2.27
24482026-07-01T19:13:58.727Z Checking xattr v1.6.1
24492026-07-01T19:13:58.848Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24502026-07-01T19:13:58.888Z Checking tar v0.4.45
24512026-07-01T19:13:58.940Z Checking subprocess v0.2.15
24522026-07-01T19:13:59.287Z Checking headers-core v0.3.0
24532026-07-01T19:13:59.294Z Checking base64 v0.21.7
24542026-07-01T19:13:59.377Z Checking yasna v0.5.2
24552026-07-01T19:13:59.425Z Checking headers v0.4.1
24562026-07-01T19:13:59.588Z Checking dropshot-api-manager-types v0.7.2
24572026-07-01T19:13:59.792Z Checking tagptr v0.2.0
24582026-07-01T19:13:59.802Z Checking rcgen v0.12.1
24592026-07-01T19:13:59.911Z Checking utf-8 v0.7.6
24602026-07-01T19:13:59.961Z Checking moka v0.12.13
24612026-07-01T19:14:00.080Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24622026-07-01T19:14:00.172Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24632026-07-01T19:14:00.255Z Checking tungstenite v0.21.0
24642026-07-01T19:14:00.649Z Checking hickory-resolver v0.25.2
24652026-07-01T19:14:00.676Z Compiling libefi-sys v0.1.0
24662026-07-01T19:14:00.745Z Checking tokio-tungstenite v0.21.0
24672026-07-01T19:14:00.783Z Compiling bitfield-struct v0.6.2
24682026-07-01T19:14:00.945Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
24692026-07-01T19:14:01.100Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24702026-07-01T19:14:01.509Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24712026-07-01T19:14:01.519Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24722026-07-01T19:14:01.747Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24732026-07-01T19:14:01.900Z Compiling radium v0.7.0
24742026-07-01T19:14:01.935Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24752026-07-01T19:14:02.189Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24762026-07-01T19:14:02.225Z Checking tap v1.0.1
24772026-07-01T19:14:02.255Z Compiling maybe-uninit v2.0.0
24782026-07-01T19:14:02.356Z Checking wyz v0.5.1
24792026-07-01T19:14:02.396Z Compiling zerocopy-derive v0.6.6
24802026-07-01T19:14:02.463Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24812026-07-01T19:14:02.560Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-07-01T19:14:02.596Z Compiling packed_struct v0.10.1
24832026-07-01T19:14:02.632Z Checking funty v2.0.0
24842026-07-01T19:14:02.717Z Checking crc-catalog v2.4.0
24852026-07-01T19:14:02.832Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24862026-07-01T19:14:02.840Z Checking crc v3.4.0
24872026-07-01T19:14:03.032Z Checking bitvec v1.0.1
24882026-07-01T19:14:03.040Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24892026-07-01T19:14:03.128Z Compiling packed_struct_codegen v0.10.1
24902026-07-01T19:14:03.234Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24912026-07-01T19:14:03.289Z Checking zerocopy v0.6.6
24922026-07-01T19:14:03.609Z Compiling bitfield-macros v0.19.4
24932026-07-01T19:14:04.096Z Compiling indexmap v1.9.3
24942026-07-01T19:14:04.322Z Checking nodrop v0.1.14
24952026-07-01T19:14:04.391Z Checking smallvec v0.6.14
24962026-07-01T19:14:04.415Z Checking bitfield v0.19.4
24972026-07-01T19:14:04.415Z Checking array-init v0.0.4
24982026-07-01T19:14:04.621Z Checking hashbrown v0.12.3
24992026-07-01T19:14:04.676Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25002026-07-01T19:14:04.742Z Checking serde-hex v0.1.0
25012026-07-01T19:14:04.860Z Checking ron v0.8.1
25022026-07-01T19:14:05.375Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25032026-07-01T19:14:05.428Z Checking hashbrown v0.13.2
25042026-07-01T19:14:05.536Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25052026-07-01T19:14:05.876Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25062026-07-01T19:14:05.912Z Checking crc-any v2.5.0
25072026-07-01T19:14:05.999Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25082026-07-01T19:14:06.037Z Checking object v0.30.4
25092026-07-01T19:14:06.117Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25102026-07-01T19:14:06.256Z Checking path-slash v0.1.5
25112026-07-01T19:14:06.311Z Compiling xshell-macros v0.2.7
25122026-07-01T19:14:06.344Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25132026-07-01T19:14:06.727Z Checking half v1.8.3
25142026-07-01T19:14:06.762Z Checking xshell v0.2.7
25152026-07-01T19:14:06.847Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25162026-07-01T19:14:06.979Z Checking serde_cbor v0.11.2
25172026-07-01T19:14:07.132Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25182026-07-01T19:14:07.163Z Compiling proc-macro-error-attr2 v2.0.0
25192026-07-01T19:14:07.461Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25202026-07-01T19:14:07.565Z Compiling proc-macro-error2 v2.0.1
25212026-07-01T19:14:07.630Z Compiling num-derive v0.3.3
25222026-07-01T19:14:08.607Z Checking maplit v1.0.2
25232026-07-01T19:14:08.722Z Compiling tabled_derive v0.11.0
25242026-07-01T19:14:08.722Z Checking papergrid v0.17.0
25252026-07-01T19:14:08.722Z Checking testing_table v0.3.0
25262026-07-01T19:14:08.722Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25272026-07-01T19:14:08.722Z Checking libscf-sys v1.1.0
25282026-07-01T19:14:08.815Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25292026-07-01T19:14:08.815Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25302026-07-01T19:14:08.816Z Compiling progenitor-impl v0.13.0
25312026-07-01T19:14:08.875Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25322026-07-01T19:14:08.933Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25332026-07-01T19:14:09.041Z Checking tabled v0.20.0
25342026-07-01T19:14:09.246Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25352026-07-01T19:14:09.638Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25362026-07-01T19:14:09.701Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25372026-07-01T19:14:09.863Z Checking progenitor-client v0.13.0
25382026-07-01T19:14:10.053Z Compiling git-stub v1.0.0
25392026-07-01T19:14:10.140Z Checking unicase v2.9.0
25402026-07-01T19:14:10.308Z Compiling git-stub-vcs v0.1.0
25412026-07-01T19:14:10.337Z Checking crc8 v0.1.1
25422026-07-01T19:14:10.361Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25432026-07-01T19:14:10.410Z Checking fxhash v0.2.1
25442026-07-01T19:14:10.460Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25452026-07-01T19:14:10.550Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25462026-07-01T19:14:10.724Z Compiling vergen-lib v0.1.6
25472026-07-01T19:14:10.953Z Compiling diesel_derives v2.3.7
25482026-07-01T19:14:11.129Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25492026-07-01T19:14:11.226Z Checking scheduled-thread-pool v0.2.7
25502026-07-01T19:14:11.255Z Compiling dsl_auto_type v0.2.0
25512026-07-01T19:14:11.349Z Compiling progenitor-macro v0.13.0
25522026-07-01T19:14:11.386Z Compiling vergen-gitcl v1.0.8
25532026-07-01T19:14:11.418Z Compiling diesel_table_macro_syntax v0.3.0
25542026-07-01T19:14:11.466Z Checking r2d2 v0.8.10
25552026-07-01T19:14:11.532Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25562026-07-01T19:14:11.656Z Checking downcast-rs v2.0.2
25572026-07-01T19:14:11.696Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25582026-07-01T19:14:11.776Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25592026-07-01T19:14:11.926Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25602026-07-01T19:14:12.049Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25612026-07-01T19:14:12.181Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25622026-07-01T19:14:12.215Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25632026-07-01T19:14:12.253Z Checking kstat-rs v0.2.4
25642026-07-01T19:14:12.280Z Checking arc-swap v1.8.2
25652026-07-01T19:14:12.332Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25662026-07-01T19:14:13.019Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25672026-07-01T19:14:13.019Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25682026-07-01T19:14:13.020Z Checking slog-scope v4.4.1
25692026-07-01T19:14:13.020Z Compiling dirs-sys-next v0.1.2
25702026-07-01T19:14:13.020Z Compiling crunchy v0.2.4
25712026-07-01T19:14:13.036Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25722026-07-01T19:14:13.111Z Compiling parking_lot_core v0.8.6
25732026-07-01T19:14:13.137Z Compiling dirs-next v2.0.0
25742026-07-01T19:14:13.303Z Checking slog-stdlog v4.1.1
25752026-07-01T19:14:13.329Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25762026-07-01T19:14:13.343Z Compiling clang-sys v1.8.1
25772026-07-01T19:14:13.415Z Compiling tiny-keccak v2.0.2
25782026-07-01T19:14:17.610Z Checking slog-envlogger v2.2.0
25792026-07-01T19:14:17.673Z Compiling term v0.7.0
25802026-07-01T19:14:17.673Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25812026-07-01T19:14:17.673Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25822026-07-01T19:14:17.673Z Compiling bit-vec v0.6.3
25832026-07-01T19:14:17.673Z Compiling bit-set v0.5.3
25842026-07-01T19:14:17.673Z Compiling ascii-canvas v3.0.0
25852026-07-01T19:14:17.673Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25862026-07-01T19:14:17.674Z Checking parking_lot v0.11.2
25872026-07-01T19:14:17.674Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
25882026-07-01T19:14:17.674Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25892026-07-01T19:14:17.674Z Checking prefix-trie v0.7.0
25902026-07-01T19:14:17.674Z Compiling itertools v0.10.5
25912026-07-01T19:14:17.674Z Compiling ena v0.14.4
25922026-07-01T19:14:17.674Z Compiling libloading v0.8.9
25932026-07-01T19:14:17.675Z Compiling diff v0.1.13
25942026-07-01T19:14:17.675Z Compiling regex-syntax v0.6.29
25952026-07-01T19:14:17.675Z Compiling bindgen v0.71.1
25962026-07-01T19:14:17.675Z Checking hickory-server v0.25.2
25972026-07-01T19:14:17.675Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-07-01T19:14:17.675Z Checking sled v0.34.7
25992026-07-01T19:14:17.675Z Checking progenitor v0.13.0
26002026-07-01T19:14:17.675Z Compiling cexpr v0.6.0
26012026-07-01T19:14:17.675Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-01T19:14:17.675Z Compiling lalrpop v0.19.12
26032026-07-01T19:14:17.675Z Checking nanorand v0.7.0
26042026-07-01T19:14:17.675Z Compiling salty v0.3.0
26052026-07-01T19:14:17.675Z Compiling rustc-hash v2.1.1
26062026-07-01T19:14:17.675Z Checking flume v0.11.1
26072026-07-01T19:14:17.675Z Checking diesel v2.3.7
26082026-07-01T19:14:17.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26092026-07-01T19:14:17.675Z Checking primeorder v0.13.6
26102026-07-01T19:14:17.724Z Compiling libxml v0.3.3
26112026-07-01T19:14:17.789Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26122026-07-01T19:14:18.119Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26132026-07-01T19:14:18.720Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26142026-07-01T19:14:18.849Z Compiling strum_macros v0.24.3
26152026-07-01T19:14:18.933Z Compiling fs-err v2.11.0
26162026-07-01T19:14:19.176Z Compiling indoc v1.0.9
26172026-07-01T19:14:19.664Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26182026-07-01T19:14:19.902Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26192026-07-01T19:14:20.117Z Checking quick-xml v0.37.5
26202026-07-01T19:14:20.295Z Checking derive_builder v0.20.2
26212026-07-01T19:14:20.298Z Compiling oso-derive v0.27.3
26222026-07-01T19:14:20.356Z Compiling trait-variant v0.1.2
26232026-07-01T19:14:22.501Z Compiling impl-trait-for-tuples v0.2.3
26242026-07-01T19:14:22.526Z Checking openssl-probe v0.1.6
26252026-07-01T19:14:22.526Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26262026-07-01T19:14:22.526Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26272026-07-01T19:14:22.526Z Checking p384 v0.13.1
26282026-07-01T19:14:22.526Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26292026-07-01T19:14:22.526Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26302026-07-01T19:14:22.782Z Checking assert_matches v1.5.0
26312026-07-01T19:14:22.885Z Checking parse-size v1.1.0
26322026-07-01T19:14:22.992Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26332026-07-01T19:14:23.038Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26342026-07-01T19:14:23.117Z Checking predicates-tree v1.0.13
26352026-07-01T19:14:23.232Z Checking bb8 v0.8.6
26362026-07-01T19:14:23.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26372026-07-01T19:14:23.547Z Compiling mime_guess v2.0.5
26382026-07-01T19:14:23.833Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26392026-07-01T19:14:23.867Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26402026-07-01T19:14:23.909Z Checking http-range v0.1.5
26412026-07-01T19:14:24.143Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26422026-07-01T19:14:24.218Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26432026-07-01T19:14:24.251Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26442026-07-01T19:14:24.477Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26452026-07-01T19:14:24.510Z Checking atty v0.2.14
26462026-07-01T19:14:24.546Z Checking corncobs v0.1.4
26472026-07-01T19:14:24.579Z Checking nonempty v0.12.0
26482026-07-01T19:14:24.632Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26492026-07-01T19:14:24.704Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26502026-07-01T19:14:24.811Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26512026-07-01T19:14:24.993Z Checking ignore v0.4.25
26522026-07-01T19:14:24.996Z Checking secrecy v0.8.0
26532026-07-01T19:14:25.124Z Checking hyper-staticfile v0.10.1
26542026-07-01T19:14:25.420Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26552026-07-01T19:14:25.453Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26562026-07-01T19:14:25.484Z Checking globwalk v0.9.1
26572026-07-01T19:14:25.707Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26582026-07-01T19:14:25.771Z Compiling illumos-nvpair-sys v0.2.0
26592026-07-01T19:14:25.774Z Checking camino-tempfile-ext v0.3.3
26602026-07-01T19:14:25.977Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26612026-07-01T19:14:26.012Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26622026-07-01T19:14:26.089Z Checking signal-hook-tokio v0.3.1
26632026-07-01T19:14:26.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26642026-07-01T19:14:26.459Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26652026-07-01T19:14:26.536Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
26662026-07-01T19:14:26.778Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26672026-07-01T19:14:26.926Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
26682026-07-01T19:14:27.232Z Checking illumos-nvpair v0.3.0
26692026-07-01T19:14:27.286Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
26702026-07-01T19:14:27.320Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
26712026-07-01T19:14:27.385Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26722026-07-01T19:14:27.419Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26732026-07-01T19:14:27.689Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26742026-07-01T19:14:27.724Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26752026-07-01T19:14:27.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762026-07-01T19:14:28.038Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
26772026-07-01T19:14:28.411Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26782026-07-01T19:14:28.618Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
26792026-07-01T19:14:29.244Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
26802026-07-01T19:14:29.353Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26812026-07-01T19:14:29.684Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26822026-07-01T19:14:29.939Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
26832026-07-01T19:14:30.379Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26842026-07-01T19:14:30.414Z Checking tungstenite v0.23.0
26852026-07-01T19:14:30.632Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26862026-07-01T19:14:30.673Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-07-01T19:14:30.706Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26882026-07-01T19:14:30.892Z Checking tokio-tungstenite v0.23.1
26892026-07-01T19:14:31.073Z Checking rand_seeder v0.4.0
26902026-07-01T19:14:31.107Z Checking void v1.0.2
26912026-07-01T19:14:31.187Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26922026-07-01T19:14:31.240Z Checking lzss v0.8.2
26932026-07-01T19:14:31.273Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26942026-07-01T19:14:31.379Z Checking nix v0.27.1
26952026-07-01T19:14:31.458Z Checking async-bb8-diesel v0.2.1
26962026-07-01T19:14:31.508Z Checking diesel-dtrace v0.5.0
26972026-07-01T19:14:31.782Z Checking serde_bytes v0.11.19
26982026-07-01T19:14:31.847Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26992026-07-01T19:14:31.889Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27002026-07-01T19:14:31.926Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27012026-07-01T19:14:31.986Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27022026-07-01T19:14:32.597Z Checking is_ci v1.2.0
27032026-07-01T19:14:32.685Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27042026-07-01T19:14:32.726Z Checking yansi v1.0.1
27052026-07-01T19:14:33.011Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27062026-07-01T19:14:33.045Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27072026-07-01T19:14:33.144Z Checking pretty_assertions v1.4.1
27082026-07-01T19:14:33.290Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27092026-07-01T19:14:33.322Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27102026-07-01T19:14:33.379Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27112026-07-01T19:14:33.576Z Compiling darling_core v0.23.0
27122026-07-01T19:14:34.534Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27132026-07-01T19:14:34.848Z Compiling indoc v2.0.7
27142026-07-01T19:14:35.021Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27152026-07-01T19:14:35.281Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27162026-07-01T19:14:35.360Z Compiling libz-sys v1.1.24
27172026-07-01T19:14:35.681Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27182026-07-01T19:14:35.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27192026-07-01T19:14:36.042Z Compiling instability v0.3.11
27202026-07-01T19:14:36.103Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27212026-07-01T19:14:36.156Z Compiling darling_macro v0.23.0
27222026-07-01T19:14:36.437Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27232026-07-01T19:14:36.470Z Checking castaway v0.2.4
27242026-07-01T19:14:36.610Z Checking compact_str v0.8.1
27252026-07-01T19:14:36.717Z Compiling darling v0.23.0
27262026-07-01T19:14:37.021Z Checking supports-color v3.0.2
27272026-07-01T19:14:37.181Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27282026-07-01T19:14:37.425Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27292026-07-01T19:14:37.487Z Checking unicode-truncate v1.1.0
27302026-07-01T19:14:37.579Z Checking console v0.16.2
27312026-07-01T19:14:37.663Z Checking lru v0.12.5
27322026-07-01T19:14:37.695Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-07-01T19:14:37.860Z Checking unit-prefix v0.5.2
27342026-07-01T19:14:37.903Z Checking cassowary v0.3.0
27352026-07-01T19:14:38.020Z Checking indicatif v0.18.4
27362026-07-01T19:14:38.143Z Checking ratatui v0.29.0
27372026-07-01T19:14:38.206Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27382026-07-01T19:14:38.436Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27392026-07-01T19:14:38.677Z Checking cargo-platform v0.3.2
27402026-07-01T19:14:38.893Z Checking cargo_metadata v0.23.1
27412026-07-01T19:14:39.418Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27422026-07-01T19:14:39.484Z Compiling vergen-git2 v9.1.0
27432026-07-01T19:14:39.747Z Checking plotters-backend v0.3.7
27442026-07-01T19:14:39.771Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27452026-07-01T19:14:39.917Z Checking plotters-svg v0.3.7
27462026-07-01T19:14:40.012Z Checking cast v0.3.0
27472026-07-01T19:14:40.086Z Checking plotters v0.3.7
27482026-07-01T19:14:40.194Z Checking criterion-plot v0.6.0
27492026-07-01T19:14:40.516Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27502026-07-01T19:14:40.885Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27512026-07-01T19:14:41.125Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27522026-07-01T19:14:41.160Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27532026-07-01T19:14:41.367Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27542026-07-01T19:14:41.400Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27552026-07-01T19:14:41.532Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27562026-07-01T19:14:41.604Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27572026-07-01T19:14:41.637Z Checking colored v2.2.0
27582026-07-01T19:14:41.767Z Checking tinytemplate v1.2.1
27592026-07-01T19:14:41.867Z Checking oorandom v11.1.5
27602026-07-01T19:14:42.010Z Checking shell-words v1.1.1
27612026-07-01T19:14:42.043Z Checking anes v0.1.6
27622026-07-01T19:14:42.251Z Checking criterion v0.7.0
27632026-07-01T19:14:42.316Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27642026-07-01T19:14:42.491Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
27652026-07-01T19:14:43.254Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
27662026-07-01T19:14:43.481Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27672026-07-01T19:14:43.763Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27682026-07-01T19:14:44.273Z Checking tokio-test v0.4.5
27692026-07-01T19:14:44.508Z Checking hex-literal v0.4.1
27702026-07-01T19:14:44.645Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27712026-07-01T19:14:44.873Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27722026-07-01T19:14:45.276Z Checking twox-hash v2.1.2
27732026-07-01T19:14:45.654Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27742026-07-01T19:14:45.857Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27752026-07-01T19:14:46.862Z Checking fatfs v0.3.6
27762026-07-01T19:14:47.203Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
27772026-07-01T19:14:47.341Z Compiling seq-macro v0.3.6
27782026-07-01T19:14:47.886Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27792026-07-01T19:14:48.507Z Compiling petname v2.0.2
27802026-07-01T19:14:48.759Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27812026-07-01T19:14:48.935Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27822026-07-01T19:14:49.202Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27832026-07-01T19:14:50.221Z Checking concurrent-queue v2.5.0
27842026-07-01T19:14:50.256Z Checking rtoolbox v0.0.3
27852026-07-01T19:14:50.415Z Checking parking v2.2.1
27862026-07-01T19:14:50.448Z Checking rpassword v7.4.0
27872026-07-01T19:14:50.581Z Checking event-listener v5.4.1
27882026-07-01T19:14:50.838Z Checking tui-tree-widget v0.23.1
27892026-07-01T19:14:51.035Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
27902026-07-01T19:14:51.068Z Checking polyval v0.6.2
27912026-07-01T19:14:51.228Z Checking sapling-renderdag v0.1.0
27922026-07-01T19:14:51.261Z Checking sync-ptr v0.1.4
27932026-07-01T19:14:51.438Z Checking ghash v0.5.1
27942026-07-01T19:14:51.496Z Checking event-listener-strategy v0.5.4
27952026-07-01T19:14:51.555Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
27962026-07-01T19:14:51.659Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27972026-07-01T19:14:51.899Z Checking ctr v0.9.2
27982026-07-01T19:14:52.098Z Checking arrayref v0.3.9
27992026-07-01T19:14:52.196Z Checking futures-timer v3.0.3
28002026-07-01T19:14:52.230Z Checking arrayvec v0.7.6
28012026-07-01T19:14:52.309Z Checking constant_time_eq v0.4.2
28022026-07-01T19:14:52.402Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28032026-07-01T19:14:52.442Z Checking aes-gcm v0.10.3
28042026-07-01T19:14:52.524Z Checking async-lock v3.4.2
28052026-07-01T19:14:52.622Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28062026-07-01T19:14:52.941Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28072026-07-01T19:14:53.590Z Checking ssh-encoding v0.2.0
28082026-07-01T19:14:53.812Z Checking blowfish v0.9.1
28092026-07-01T19:14:53.997Z Compiling strsim v0.10.0
28102026-07-01T19:14:54.159Z Checking bcrypt-pbkdf v0.10.0
28112026-07-01T19:14:54.349Z Compiling darling_core v0.13.4
28122026-07-01T19:14:54.380Z Checking ssh-cipher v0.2.0
28132026-07-01T19:14:54.581Z Checking async-object-pool v0.2.0
28142026-07-01T19:14:54.720Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28152026-07-01T19:14:55.122Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28162026-07-01T19:14:55.194Z Checking serde_regex v1.1.0
28172026-07-01T19:14:55.379Z Checking password-hash v0.4.2
28182026-07-01T19:14:55.650Z Checking assert-json-diff v2.0.2
28192026-07-01T19:14:55.797Z Checking path-tree v0.8.3
28202026-07-01T19:14:55.851Z Compiling target-lexicon v0.13.3
28212026-07-01T19:14:56.013Z Checking stringmetrics v2.2.2
28222026-07-01T19:14:56.195Z Checking gimli v0.32.3
28232026-07-01T19:14:56.273Z Compiling darling_macro v0.13.4
28242026-07-01T19:14:56.446Z Checking httpmock v0.8.3
28252026-07-01T19:14:56.787Z Checking pbkdf2 v0.11.0
28262026-07-01T19:14:56.988Z Checking ssh-key v0.6.7
28272026-07-01T19:14:57.771Z Checking addr2line v0.25.1
28282026-07-01T19:14:57.965Z Compiling samael v0.0.19
28292026-07-01T19:14:58.066Z Checking p521 v0.13.3
28302026-07-01T19:14:58.686Z Checking p256 v0.13.2
28312026-07-01T19:14:58.721Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28322026-07-01T19:14:58.966Z Checking russh-cryptovec v0.7.3
28332026-07-01T19:14:59.036Z Checking rustc-demangle v0.1.27
28342026-07-01T19:14:59.167Z Compiling guppy-workspace-hack v0.1.0
28352026-07-01T19:14:59.288Z Checking md5 v0.7.0
28362026-07-01T19:14:59.441Z Checking backtrace v0.3.76
28372026-07-01T19:14:59.490Z Checking russh-keys v0.45.0
28382026-07-01T19:14:59.608Z Compiling darling v0.13.4
28392026-07-01T19:14:59.768Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28402026-07-01T19:14:59.979Z Checking num-bigint v0.4.6
28412026-07-01T19:15:00.013Z Checking des v0.8.1
28422026-07-01T19:15:00.200Z Compiling blake3 v1.8.5
28432026-07-01T19:15:00.321Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28442026-07-01T19:15:00.624Z Compiling target-spec v3.5.7
28452026-07-01T19:15:00.779Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28462026-07-01T19:15:01.024Z Checking russh v0.45.0
28472026-07-01T19:15:01.546Z Checking cfg-expr v0.20.6
28482026-07-01T19:15:01.577Z Checking backtrace-ext v0.2.1
28492026-07-01T19:15:01.720Z Compiling serde_with_macros v1.5.2
28502026-07-01T19:15:02.068Z Checking supports-color v2.1.0
28512026-07-01T19:15:02.225Z Checking textwrap v0.15.2
28522026-07-01T19:15:02.461Z Checking supports-unicode v2.1.0
28532026-07-01T19:15:02.590Z Checking supports-hyperlinks v2.1.0
28542026-07-01T19:15:02.623Z Checking hashbrown v0.14.5
28552026-07-01T19:15:02.737Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
28562026-07-01T19:15:02.946Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28572026-07-01T19:15:02.979Z Checking socket2 v0.5.10
28582026-07-01T19:15:03.119Z Checking terminal_size v0.1.17
28592026-07-01T19:15:03.152Z Compiling miette-derive v5.10.0
28602026-07-01T19:15:03.183Z Checking owo-colors v3.5.0
28612026-07-01T19:15:03.253Z Checking internet-checksum v0.2.1
28622026-07-01T19:15:03.433Z Checking chumsky v0.9.3
28632026-07-01T19:15:03.728Z Compiling serde_with v1.14.0
28642026-07-01T19:15:04.312Z Checking miette v5.10.0
28652026-07-01T19:15:04.810Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28662026-07-01T19:15:04.841Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28672026-07-01T19:15:04.874Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28682026-07-01T19:15:05.056Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
28692026-07-01T19:15:05.205Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
28702026-07-01T19:15:05.281Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
28712026-07-01T19:15:05.476Z Compiling knuffel-derive v3.2.0
28722026-07-01T19:15:05.555Z Compiling git2 v0.20.4
28732026-07-01T19:15:05.660Z Checking httptest v0.16.4
28742026-07-01T19:15:05.831Z Checking pathdiff v0.2.3
28752026-07-01T19:15:05.972Z Checking topological-sort v0.2.2
28762026-07-01T19:15:06.069Z Checking nested v0.1.1
28772026-07-01T19:15:06.141Z Checking omicron-zone-package v0.12.3
28782026-07-01T19:15:06.177Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28792026-07-01T19:15:06.236Z Checking guppy v0.17.25
28802026-07-01T19:15:07.053Z Checking knuffel v3.2.0
28812026-07-01T19:15:07.088Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-07-01T19:15:07.222Z Checking similar-asserts v1.7.0
28832026-07-01T19:15:07.378Z Compiling target-triple v1.0.0
28842026-07-01T19:15:07.404Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
28852026-07-01T19:15:07.714Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28862026-07-01T19:15:07.887Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
28872026-07-01T19:15:08.315Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-07-01T19:15:08.367Z Checking hickory-client v0.25.2
28892026-07-01T19:15:08.535Z Checking escape8259 v0.5.3
28902026-07-01T19:15:08.680Z Compiling assert_cmd v2.1.2
28912026-07-01T19:15:08.729Z Checking libtest-mimic v0.8.1
28922026-07-01T19:15:08.926Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28932026-07-01T19:15:09.198Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-07-01T19:15:09.236Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
28952026-07-01T19:15:09.325Z Checking blake2b_simd v1.0.4
28962026-07-01T19:15:09.745Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
28972026-07-01T19:15:09.952Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
28982026-07-01T19:15:10.149Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
28992026-07-01T19:15:10.365Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29002026-07-01T19:15:10.398Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-07-01T19:15:10.643Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29022026-07-01T19:15:10.813Z Checking fancy-regex v0.14.0
29032026-07-01T19:15:11.114Z Checking serde_tokenstream v0.2.3
29042026-07-01T19:15:11.219Z Checking approx v0.5.1
29052026-07-01T19:15:11.365Z Checking uzers v0.12.2
29062026-07-01T19:15:11.397Z Compiling rstest_macros v0.25.0
29072026-07-01T19:15:11.611Z Compiling linkme-impl v0.3.35
29082026-07-01T19:15:11.739Z Checking constant_time_eq v0.3.1
29092026-07-01T19:15:11.866Z Checking termcolor v1.4.1
29102026-07-01T19:15:12.030Z Checking rust-argon2 v2.1.0
29112026-07-01T19:15:12.119Z Checking trybuild v1.0.116
29122026-07-01T19:15:12.421Z Checking datatest-stable v0.3.3
29132026-07-01T19:15:12.895Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29142026-07-01T19:15:13.211Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-07-01T19:15:13.261Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29162026-07-01T19:15:13.459Z Checking support-bundle-viewer v0.1.2
29172026-07-01T19:15:13.739Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29182026-07-01T19:15:13.989Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29192026-07-01T19:15:14.025Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29202026-07-01T19:15:14.233Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29212026-07-01T19:15:14.268Z Checking drift v0.2.0
29222026-07-01T19:15:14.465Z Checking rand_distr v0.5.1
29232026-07-01T19:15:14.602Z Checking multimap v0.10.1
29242026-07-01T19:15:14.616Z Compiling polar-core v0.27.3
29252026-07-01T19:15:14.653Z Compiling linkme v0.3.35
29262026-07-01T19:15:14.698Z Compiling relative-path v1.9.3
29272026-07-01T19:15:14.907Z Checking dropshot-api-manager v0.7.2
29282026-07-01T19:15:16.084Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29292026-07-01T19:15:16.679Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29302026-07-01T19:15:16.713Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29312026-07-01T19:15:16.966Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29322026-07-01T19:15:17.190Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29332026-07-01T19:15:17.327Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29342026-07-01T19:15:17.467Z Checking cargo_toml v0.21.0
29352026-07-01T19:15:17.709Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29362026-07-01T19:15:18.023Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29372026-07-01T19:15:18.293Z Checking partial-io v0.5.4
29382026-07-01T19:15:18.375Z Checking termios v0.3.3
29392026-07-01T19:15:18.495Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
29402026-07-01T19:15:18.594Z Checking rstest v0.25.0
29412026-07-01T19:15:19.624Z Checking oso v0.27.3
29422026-07-01T19:15:20.527Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29432026-07-01T19:15:20.799Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29442026-07-01T19:15:21.398Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29452026-07-01T19:15:23.801Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29462026-07-01T19:15:29.205Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29472026-07-01T19:15:31.902Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29482026-07-01T19:15:32.875Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29492026-07-01T19:15:34.639Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29502026-07-01T19:15:38.812Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29512026-07-01T19:15:43.014Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29522026-07-01T19:15:47.614Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29532026-07-01T19:15:48.442Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29542026-07-01T19:15:48.878Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29552026-07-01T19:15:54.540Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
29562026-07-01T19:15:58.986Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29572026-07-01T19:17:16.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
29582026-07-01T19:17:16.720Z
29592026-07-01T19:17:16.720Zreal 4:09.063698022
29602026-07-01T19:17:16.720Zuser 21:01.248642848
29612026-07-01T19:17:16.720Zsys 4:50.969845059
29622026-07-01T19:17:16.720Ztrap 0.509323614
29632026-07-01T19:17:16.720Ztflt 0.477784193
29642026-07-01T19:17:16.720Zdflt 0.531658594
29652026-07-01T19:17:16.720Zkflt 0.005116994
29662026-07-01T19:17:16.720Zlock 57:55.107834712
29672026-07-01T19:17:16.720Zslp 57:47.730590331
29682026-07-01T19:17:16.720Zlat 1:45.663459041
29692026-07-01T19:17:16.724Zstop 10:36.808163944
29702026-07-01T19:17:16.724Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
29712026-07-01T19:17:16.724Z+ ptime -m cargo doc --workspace --no-deps
29722026-07-01T19:17:17.507Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
29732026-07-01T19:17:17.507Z |
29742026-07-01T19:17:17.507Z = 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)`
29752026-07-01T19:17:17.507Z = 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>
29762026-07-01T19:17:18.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29772026-07-01T19:17:18.754Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29782026-07-01T19:17:18.801Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29792026-07-01T19:17:18.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-07-01T19:17:18.894Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29812026-07-01T19:17:18.954Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
29822026-07-01T19:17:18.981Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29832026-07-01T19:17:19.115Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29842026-07-01T19:17:19.144Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29852026-07-01T19:17:19.169Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29862026-07-01T19:17:19.343Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-07-01T19:17:19.374Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29882026-07-01T19:17:19.401Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29892026-07-01T19:17:19.424Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-07-01T19:17:19.446Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29912026-07-01T19:17:19.450Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29922026-07-01T19:17:19.467Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29932026-07-01T19:17:19.516Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29942026-07-01T19:17:19.580Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29952026-07-01T19:17:19.604Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29962026-07-01T19:17:19.652Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-07-01T19:17:19.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29982026-07-01T19:17:19.930Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29992026-07-01T19:17:20.262Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30002026-07-01T19:17:20.287Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30012026-07-01T19:17:20.361Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30022026-07-01T19:17:20.410Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30032026-07-01T19:17:20.434Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30042026-07-01T19:17:20.551Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30052026-07-01T19:17:20.639Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30062026-07-01T19:17:20.739Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30072026-07-01T19:17:20.884Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30082026-07-01T19:17:20.931Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30092026-07-01T19:17:21.003Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30102026-07-01T19:17:21.027Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30112026-07-01T19:17:21.121Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30122026-07-01T19:17:21.148Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30132026-07-01T19:17:21.189Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30142026-07-01T19:17:21.364Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30152026-07-01T19:17:21.572Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30162026-07-01T19:17:21.627Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30172026-07-01T19:17:21.890Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30182026-07-01T19:17:22.034Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30192026-07-01T19:17:22.037Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30202026-07-01T19:17:22.203Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30212026-07-01T19:17:22.228Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30222026-07-01T19:17:22.231Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30232026-07-01T19:17:22.324Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30242026-07-01T19:17:22.452Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30252026-07-01T19:17:22.506Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30262026-07-01T19:17:22.533Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30272026-07-01T19:17:22.588Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30282026-07-01T19:17:22.701Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30292026-07-01T19:17:22.750Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30302026-07-01T19:17:22.753Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30312026-07-01T19:17:22.796Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30322026-07-01T19:17:22.818Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30332026-07-01T19:17:22.913Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30342026-07-01T19:17:23.282Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30352026-07-01T19:17:23.310Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30362026-07-01T19:17:23.368Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30372026-07-01T19:17:23.668Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30382026-07-01T19:17:23.826Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30392026-07-01T19:17:24.145Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30402026-07-01T19:17:24.290Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30412026-07-01T19:17:24.372Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30422026-07-01T19:17:24.396Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30432026-07-01T19:17:24.447Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30442026-07-01T19:17:24.594Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30452026-07-01T19:17:24.670Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30462026-07-01T19:17:24.673Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30472026-07-01T19:17:24.715Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30482026-07-01T19:17:25.211Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30492026-07-01T19:17:25.442Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30502026-07-01T19:17:25.731Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30512026-07-01T19:17:25.785Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30522026-07-01T19:17:25.926Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30532026-07-01T19:17:26.062Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30542026-07-01T19:17:26.122Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30552026-07-01T19:17:26.171Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30562026-07-01T19:17:26.201Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30572026-07-01T19:17:26.325Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30582026-07-01T19:17:26.405Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30592026-07-01T19:17:26.428Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30602026-07-01T19:17:26.536Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30612026-07-01T19:17:26.559Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30622026-07-01T19:17:26.722Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30632026-07-01T19:17:26.770Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30642026-07-01T19:17:26.838Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30652026-07-01T19:17:26.838Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30662026-07-01T19:17:26.883Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30672026-07-01T19:17:27.040Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30682026-07-01T19:17:27.090Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30692026-07-01T19:17:27.134Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30702026-07-01T19:17:27.156Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30712026-07-01T19:17:27.203Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30722026-07-01T19:17:27.346Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30732026-07-01T19:17:27.393Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30742026-07-01T19:17:27.396Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30752026-07-01T19:17:27.459Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30762026-07-01T19:17:27.481Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30772026-07-01T19:17:27.502Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30782026-07-01T19:17:27.607Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30792026-07-01T19:17:27.632Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30802026-07-01T19:17:27.718Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30812026-07-01T19:17:27.778Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30822026-07-01T19:17:27.824Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30832026-07-01T19:17:28.068Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30842026-07-01T19:17:28.077Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30852026-07-01T19:17:28.148Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30862026-07-01T19:17:28.574Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30872026-07-01T19:17:28.723Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30882026-07-01T19:17:28.826Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30892026-07-01T19:17:29.485Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30902026-07-01T19:17:29.608Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30912026-07-01T19:17:29.677Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30922026-07-01T19:17:30.165Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30932026-07-01T19:17:30.276Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30942026-07-01T19:17:30.352Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30952026-07-01T19:17:31.604Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30962026-07-01T19:17:31.803Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30972026-07-01T19:17:32.235Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30982026-07-01T19:17:32.669Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
30992026-07-01T19:17:32.712Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31002026-07-01T19:17:32.947Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31012026-07-01T19:17:32.972Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31022026-07-01T19:17:33.269Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31032026-07-01T19:17:33.662Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31042026-07-01T19:17:33.710Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31052026-07-01T19:17:33.918Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31062026-07-01T19:17:34.005Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31072026-07-01T19:17:34.359Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31082026-07-01T19:17:34.701Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31092026-07-01T19:17:35.013Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31102026-07-01T19:17:35.162Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31112026-07-01T19:17:35.405Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-07-01T19:17:35.431Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-07-01T19:17:35.466Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31142026-07-01T19:17:35.903Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31152026-07-01T19:17:36.354Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31162026-07-01T19:17:36.717Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31172026-07-01T19:17:37.106Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31182026-07-01T19:17:37.524Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31192026-07-01T19:17:38.039Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31202026-07-01T19:17:38.674Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31212026-07-01T19:17:38.935Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31222026-07-01T19:17:39.300Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31232026-07-01T19:17:39.495Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31242026-07-01T19:17:39.609Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31252026-07-01T19:17:39.993Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31262026-07-01T19:17:40.190Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31272026-07-01T19:17:41.172Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31282026-07-01T19:17:41.704Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31292026-07-01T19:17:42.519Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31302026-07-01T19:17:42.556Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31312026-07-01T19:17:42.593Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31322026-07-01T19:17:43.181Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31332026-07-01T19:17:46.668Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31342026-07-01T19:17:47.114Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31352026-07-01T19:17:47.359Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31362026-07-01T19:17:48.061Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31372026-07-01T19:17:48.241Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31382026-07-01T19:17:48.734Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31392026-07-01T19:17:50.013Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402026-07-01T19:17:50.521Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31412026-07-01T19:17:50.659Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31422026-07-01T19:17:50.898Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31432026-07-01T19:17:51.063Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31442026-07-01T19:17:51.332Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31452026-07-01T19:17:51.516Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31462026-07-01T19:17:51.713Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31472026-07-01T19:17:52.063Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31482026-07-01T19:17:52.185Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31492026-07-01T19:17:52.224Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31502026-07-01T19:17:52.483Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31512026-07-01T19:17:52.956Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31522026-07-01T19:17:53.061Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31532026-07-01T19:17:53.583Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31542026-07-01T19:17:53.731Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31552026-07-01T19:17:53.757Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31562026-07-01T19:17:53.990Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31572026-07-01T19:17:54.275Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31582026-07-01T19:17:54.420Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31592026-07-01T19:17:55.680Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31602026-07-01T19:17:56.464Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31612026-07-01T19:17:56.819Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
31622026-07-01T19:17:58.256Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632026-07-01T19:17:59.835Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
31642026-07-01T19:18:00.230Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31652026-07-01T19:18:01.233Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31662026-07-01T19:18:02.603Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31672026-07-01T19:18:03.449Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31682026-07-01T19:18:04.799Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31692026-07-01T19:18:05.439Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31702026-07-01T19:18:06.978Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31712026-07-01T19:18:08.223Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31722026-07-01T19:18:08.630Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
31732026-07-01T19:18:10.834Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31742026-07-01T19:18:11.698Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31752026-07-01T19:18:11.803Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31762026-07-01T19:18:12.108Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31772026-07-01T19:18:14.405Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31782026-07-01T19:18:17.986Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31792026-07-01T19:18:18.555Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31802026-07-01T19:18:19.381Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31812026-07-01T19:18:20.619Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31822026-07-01T19:18:21.352Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31832026-07-01T19:18:22.112Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31842026-07-01T19:18:22.903Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31852026-07-01T19:18:23.763Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31862026-07-01T19:18:25.184Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31872026-07-01T19:18:25.238Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31882026-07-01T19:18:26.552Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31892026-07-01T19:18:26.903Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31902026-07-01T19:18:27.413Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31912026-07-01T19:18:28.186Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31922026-07-01T19:18:29.082Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31932026-07-01T19:18:31.856Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31942026-07-01T19:18:33.486Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31952026-07-01T19:18:34.183Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31962026-07-01T19:18:35.064Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31972026-07-01T19:18:35.908Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31982026-07-01T19:18:36.954Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31992026-07-01T19:18:38.916Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32002026-07-01T19:18:40.054Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32012026-07-01T19:18:42.465Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32022026-07-01T19:18:43.012Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32032026-07-01T19:18:43.842Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32042026-07-01T19:18:45.453Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32052026-07-01T19:18:46.425Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32062026-07-01T19:18:48.956Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32072026-07-01T19:18:49.791Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32082026-07-01T19:18:51.198Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32092026-07-01T19:18:52.720Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32102026-07-01T19:18:54.223Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32112026-07-01T19:18:55.965Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32122026-07-01T19:18:57.566Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32132026-07-01T19:18:59.170Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32142026-07-01T19:19:00.792Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32152026-07-01T19:19:05.183Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32162026-07-01T19:19:05.555Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32172026-07-01T19:19:06.723Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32182026-07-01T19:19:07.174Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32192026-07-01T19:19:09.262Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32202026-07-01T19:19:11.110Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32212026-07-01T19:19:12.857Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32222026-07-01T19:19:14.871Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32232026-07-01T19:19:16.664Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32242026-07-01T19:19:18.428Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32252026-07-01T19:19:20.572Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32262026-07-01T19:19:22.098Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32272026-07-01T19:19:23.882Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32282026-07-01T19:19:25.729Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32292026-07-01T19:19:27.495Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32302026-07-01T19:19:29.281Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32312026-07-01T19:19:30.768Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32322026-07-01T19:19:32.965Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-07-01T19:19:36.332Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32342026-07-01T19:19:38.205Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32352026-07-01T19:19:40.063Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32362026-07-01T19:19:41.875Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32372026-07-01T19:19:45.696Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32382026-07-01T19:19:47.860Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32392026-07-01T19:19:49.659Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32402026-07-01T19:19:51.484Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32412026-07-01T19:19:54.336Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32422026-07-01T19:19:54.879Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32432026-07-01T19:19:58.193Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32442026-07-01T19:20:00.435Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32452026-07-01T19:20:02.725Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32462026-07-01T19:20:05.257Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32472026-07-01T19:20:07.353Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32482026-07-01T19:20:09.605Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32492026-07-01T19:20:11.804Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32502026-07-01T19:20:14.522Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32512026-07-01T19:20:16.249Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32522026-07-01T19:20:18.739Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32532026-07-01T19:20:20.605Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32542026-07-01T19:20:22.878Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-07-01T19:20:25.173Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32562026-07-01T19:20:27.372Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32572026-07-01T19:20:29.604Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32582026-07-01T19:20:31.891Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32592026-07-01T19:20:34.146Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-07-01T19:20:36.614Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32612026-07-01T19:20:38.935Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32622026-07-01T19:20:41.207Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32632026-07-01T19:20:43.553Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32642026-07-01T19:20:45.917Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32652026-07-01T19:20:48.293Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32662026-07-01T19:20:50.629Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32672026-07-01T19:20:53.014Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32682026-07-01T19:20:55.372Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32692026-07-01T19:20:57.602Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-07-01T19:21:00.096Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32712026-07-01T19:21:02.512Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32722026-07-01T19:21:04.913Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32732026-07-01T19:21:07.297Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32742026-07-01T19:21:09.626Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32752026-07-01T19:21:12.008Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32762026-07-01T19:21:14.505Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-07-01T19:21:16.901Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32782026-07-01T19:21:19.439Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-07-01T19:21:21.643Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32802026-07-01T19:21:24.017Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32812026-07-01T19:21:26.505Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-07-01T19:21:28.923Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32832026-07-01T19:21:31.799Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32842026-07-01T19:21:33.971Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32852026-07-01T19:21:37.025Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32862026-07-01T19:21:38.900Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32872026-07-01T19:21:41.546Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-07-01T19:21:44.007Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32892026-07-01T19:21:46.597Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32902026-07-01T19:21:49.291Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32912026-07-01T19:21:51.811Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32922026-07-01T19:21:54.448Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32932026-07-01T19:21:56.919Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-07-01T19:21:59.587Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32952026-07-01T19:22:02.263Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32962026-07-01T19:22:04.837Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32972026-07-01T19:22:07.719Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32982026-07-01T19:22:10.197Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32992026-07-01T19:22:18.247Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33002026-07-01T19:22:18.250Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33012026-07-01T19:22:21.696Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33022026-07-01T19:22:26.324Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33032026-07-01T19:22:29.231Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33042026-07-01T19:22:32.860Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33052026-07-01T19:22:36.710Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33062026-07-01T19:22:40.323Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33072026-07-01T19:22:43.928Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33082026-07-01T19:22:47.760Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33092026-07-01T19:22:51.442Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33102026-07-01T19:22:55.187Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33112026-07-01T19:22:59.987Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33122026-07-01T19:23:02.588Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33132026-07-01T19:23:06.328Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33142026-07-01T19:23:09.997Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33152026-07-01T19:23:13.778Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33162026-07-01T19:23:17.697Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33172026-07-01T19:23:21.251Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33182026-07-01T19:23:25.081Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33192026-07-01T19:23:28.827Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33202026-07-01T19:23:32.599Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33212026-07-01T19:23:36.331Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33222026-07-01T19:23:40.070Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33232026-07-01T19:23:47.744Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33242026-07-01T19:24:13.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
33252026-07-01T19:24:13.857Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33262026-07-01T19:24:13.962Z
33272026-07-01T19:24:13.967Zreal 6:57.153241276
33282026-07-01T19:24:13.967Zuser 18:31.541437319
33292026-07-01T19:24:13.967Zsys 3:59.323379954
33302026-07-01T19:24:13.967Ztrap 0.267522782
33312026-07-01T19:24:13.968Ztflt 0.005135154
33322026-07-01T19:24:13.968Zdflt 0.073639700
33332026-07-01T19:24:13.968Zkflt 0.000041963
33342026-07-01T19:24:13.968Zlock 6:26:31.922837065
33352026-07-01T19:24:13.968Zslp 2:20:17.036256690
33362026-07-01T19:24:13.968Zlat 31.738550180
33372026-07-01T19:24:13.968Zstop 1:41.115072425
33382026-07-01T19:24:13.968Zprocess exited: duration 809110 ms, exit code 0
 
33392026-07-01T19:24:13.976Zfound 0 output files